zingabopp/JsonValidate
Validates a json file against a schema using ajv
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| json-schema | Path to the json schema file | yes | — |
| json-file | Path to the json file to validate | yes | — |
| use-draft | Specify which schema the json-schema uses. Draft-07 is default, draft-04 and draft-06 are supported. | no | — |
| allow-online-fetch | Allow the schema specified in the json-file to be downloaded. | no | — |
Outputs
no outputs