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
I've started looking at how to speed up JSON Schema validation. One of the things that looks like it could help is taking advantage of the facilities in 'draft07' and beyond to short-circuit the evaluation of discriminated anyOf and oneOf logical combination sub-schemas, via the new if-then-else keywords. E.g. Registration API /resource POST can be discriminated via the type property.
How do we feel about updating the official schemas to draft07 or draft08? Or maintaining both draft04 schemas and more modern ones?
The text was updated successfully, but these errors were encountered:
I've started looking at how to speed up JSON Schema validation. One of the things that looks like it could help is taking advantage of the facilities in 'draft07' and beyond to short-circuit the evaluation of discriminated
anyOf
andoneOf
logical combination sub-schemas, via the newif
-then
-else
keywords. E.g. Registration API /resource POST can be discriminated via thetype
property.How do we feel about updating the official schemas to draft07 or draft08? Or maintaining both draft04 schemas and more modern ones?
The text was updated successfully, but these errors were encountered: