artifactdb/Build JSON schemas
Resolve, validate and prettify JSON schemas
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| do_resolve | Whether to resolve subschema references in the raw schemas. | no | true |
| do_validate | Whether to validate the resolved schemas. | no | true |
| do_prettify | Whether to prettify the resolved schemas. | no | true |
| path_raw | Path to the input directory containing the raw schemas. Only used if `do_resolve = true`. | no | raw |
| path_resolved | Path to the directory containing the resolved schemas. This is an output directory if `do_resolve = true`, otherwise it is an input directory that already contains resolved schemas. | no | resolved |
| path_docs | Path to the output directory containing the human-readable schemas. Only used if `do_prettify = true`. | no | public |
| docs_title | Title for the landing page. Only required `do_prettify = true`. | no | Schema overview |
| path_tarball | Path to an output tarball containing all resolved schemas. If this is empty, no tarball is created. | no | "" |
Outputs
no outputs