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
User API changes: JsonSchemaFactory now loads JsonSchema instances directly, no need to go through a SchemaContainer.
All $ref resolution failures (ref loops, non existing resource, malformed resource, unresolvable URI) are now fatal errors and stop validation immediately.