dsanders11/JSON Schema Validate

Validates YAML/JSON files against a JSON schema

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
schemaURL or file path to JSON schema to validate againstyes
filesMultiline input of file paths to validate - supports globsyes
additional-schemasMultiline input of additional schemas (URL or file path) to register with AJV so $refs to them can be resolvedno
fail-on-invalidWhether or not to set action failure if a file is invalidnotrue
cache-remote-schemaWhether or not to cache the schema if remotenotrue
all-errorsReport all errors instead of stopping at the firstnofalse
custom-errorsEnable support for custom error messages using ajv-errorsnofalse
namedescription
validtrue if all files are valid, otherwise false