You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should make evaluation of a large document against its schema much faster.
We need to do this right in JSM (i.e. for everyone, all the time) because of circularity issues.
therefore, the update-schemas script should do the bundling for us, and we can update CACHED_METASCHEMAS to point all URIs to the same bundle file.
The text was updated successfully, but these errors were encountered:
I should try again - instead of simply bundling the subschemas in $defs and continuing to $ref to them as normal, I can inline the schemas directly in the main allOf. This should be substantially better, since the ref resolution -> loading the new schema from the resource index -> evaluating at the new location is the time-consuming bit.
This should make evaluation of a large document against its schema much faster.
We need to do this right in JSM (i.e. for everyone, all the time) because of circularity issues.
therefore, the
update-schemas
script should do the bundling for us, and we can update CACHED_METASCHEMAS to point all URIs to the same bundle file.The text was updated successfully, but these errors were encountered: