mpoc/YAML file validation using a remote JSON schema
Validates a YAML file by converting it to JSON and validating it using a JSON schema retrieved from a remote API endpoint.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| api-endpoint | The HTTP API endpoint which returns the JSON schema. | yes | — |
| yaml-file | The name of the YAML file to validate. | yes | — |
Outputs
no outputs