actions-marketplace-validations/Validate JSON Schemas
Find json files and validate them agains $schema
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Files to validate | yes | — |
| schema | Schema location | no | — |
| schema-version | Choose schema version | no | draft-04 |
| print-valid-files | Print valid file names to console | no | false |
| fail-on-missing-schema | Fail on missing schema | no | false |
| allow-matching-properties | Pass true to allow overlap between "properties" and "patternProperties" | no | false |
| allow-union-types | With strictTypes option "type" keywords with multiple types (other than with "null") are prohibited. | no | true |
| strict | Pass false to disable strict validation | no | true |
Outputs
no outputs