actions-marketplace-validations/Validate JSON with Glob
GitHub Action: Validate JSON
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| schema | Relative file path under the repository of a JSON schema file to validate the other JSON files with. | no | ./schema.json |
| jsons | One or more relative file paths under the repository (separated 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 (separated by comma). |