actions-marketplace-validations/Validate JSON recursive
GitHub Action: Validate JSON
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| schema | Relative file path under the repository of a JSON schema file to validate the other JSON files with. | yes | ./schema.json |
| json | One or more relative file paths under the repository (seperated by comma) of the JSON files to validate with the schema provided. | yes | — |
Outputs
| name | description |
|---|---|
| invalid | One or more of relative file paths of the invalid JSON files, found in the repository (seperated by comma). |