wow-look-at-my/Validate JSON
Download the prebuilt json-validator (build-from-source fallback) and run it to check JSON/JSONC files against JSON Schema
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Space-separated files or glob patterns to validate. When omitted, auto-discovers all *.json and *.jsonc files containing a $schema field. | no | "" |
| schema | Path or URL to JSON Schema (overrides $schema in documents) | no | "" |
| args | Additional CLI arguments (e.g. "--draft 7 --no-assert-format --json") | no | "" |
Outputs
no outputs