kit-data-manager/JSON Schema Check
Check a given JSON schema file in the repository for being valid and for differences to the previous release.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| schemaPath | Relative path of the schema file to check | yes | — |
| validate | Validate the schema itself against the JSON specification | no | true |
| createDiff | Tries to create a diff to the previous release. If none exist, this will be skipped. | no | true |
| token | GitHub token for reading previous tags. | no | — |
| previousVersion | The previous version/tag name to apply the diff against. | no | — |
Outputs
| name | description |
|---|---|
| message | The schema check output as markdown message. |
| message-file | The schema check output as markdown file |