helpfulengineering/ok-validate
Use an Open Knowledge Framework schema to validate your manifest
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| cpu-num | How many cores to use | no | 4 |
| file-restrictions | For a given path or directory, only process these (space separated) files. Useful for pull requests. | no | "" |
| ok | Which preset Open Knowledge Framework schema to use for validation. Should be one of ("okh") | no | okh |
| parser | YAML library to load file | no | pyyaml |
| path | The path to your manifest(s) relative to your workspace | yes | ./ |
| schema | The full path to an Open Knowledge Framework schema or custom schema to use for validation | no | "" |
| strict | Should the schema validator be run in strict mode? | no | false |
Outputs
| name | description |
|---|---|
| results | The results of the validator |