json-schema-normalizer icon indicating copy to clipboard operation
json-schema-normalizer copied to clipboard

A small JS library to validate & normalize your data according to JSON Schemas

Results 2 json-schema-normalizer issues
Sort by recently updated
recently updated
newest added

replace reduce in func resolveSchema in loadSchemas.js with find: const foundSchema = jsonSchemas.reduce( (result, schema) => (schema.title === schemaName ? schema : undefined), undefined ) should be: const foundSchema =...

Add https://github.com/epoberezkin/ajv-merge-patch by default.