fix(core): Disable schema caching in AJV instance by LukasBoll · Pull Request #2201 · eclipsesource/jsonforms

@LukasBoll

Set the 'addUsedSchema' option to false during AJV instantiation to
prevent schema caching by default. This resolves issues where updating
a schema that contains an ID leads to duplicate ID errors in AJV.

Closes eclipsesource#2071

sdirix

approved these changes Nov 13, 2023