thomasmost/Valjean JSON Schema Validator
Validate JSON using remote schemas
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| schema-url | the url to the JSON schema | yes | — |
| target-dir | the directory (or directories, comma separated) containing the json files to validate | yes | — |
| all-errors | enable allErrors on AJV validator | no | false |
| ajv-strict | enable AJV's strict mode, which does not adhere to the JSON Schema spec | no | false |
| draft-version | The draft version to use; supports 2019 or 2020 | no | 2020 |
Outputs
no outputs