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
Networknt JSON Schema validator has a configuration property called typeLoose which is set to true by default. This property makes validator compatible with OpenAPI specification and incompatible with official JSON Schema v4 specification.
This has two consequences:
Expected one. We want validation to be compatible with v4 and usually as strict as possible, typeLoose makes it not strict enough
Networknt JSON Schema validator has a configuration property called
typeLoose
which is set to true by default. This property makes validator compatible with OpenAPI specification and incompatible with official JSON Schema v4 specification.This has two consequences:
typeLoose
makes it not strict enoughtypeLoose
validator (null is not valid against nullable array with typeLoose false networknt/json-schema-validator#194), which means by disabling it we should get rid of the bugThe text was updated successfully, but these errors were encountered: