vanekj/Ajv validate JSON(s)

Validate JSON(s) by given schema using Ajv schema validator

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
schemaRelative path to the JSON schema fileyes
additional_schemaRelative path to additional JSON schema files references by `schema`. This can either be a single file or directory full of schemas (eg. schemas/ or schemas.schema.json)no""
additional_schema_extentionThe file extention of the additional schema used (This is required if you are using additional_schema to look for multiple schemas which are not schema.json) ( default: .schema.json ))no.schema.json
patternGlob pattern to the JSON(s) to validate (eg. data/**/*.json)yes
use_ajv_formatsWhether or not to use the AJV formats - "true" or "false"nofalse
allow_matching_propertiesWhether or not to allow properties that also match patternProperties in objects - "true" or "false"nofalse
show_result_in_summaryWhether or not to allow the results to show in summary - "true" or "false"nofalse
namedescription
resultRelative paths to the invalid JSON(s)