pnx-si/Validate
Validate data with a schema and his referenced schemas
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| main_schema_path | Path to the main schema | yes | ${{ github.workspace }}/schema.json |
| additional_schemas_dir | Path to the folder containing the $refs schemas | yes | ${{ github.workspace }}/additional_schemas/ |
| data_path | Path to the JSON file to validate | yes | ${{ github.workspace }}/data.json |
Outputs
| name | description |
|---|---|
| validity | Validity of the data according to the schema |