table of contents
JSONSCHEMA_SUITE(1) | User Commands | JSONSCHEMA_SUITE(1) |
NAME¶
jsonschema_suite - Language agnostic test suite for the JSON Schema specifications
DESCRIPTION¶
usage: jsonschema_suite [-h] {check,flatten,remotes,dump_remotes,serve} ...
JSON Schema Test Suite utilities
positional arguments:¶
- {check,flatten,remotes,dump_remotes,serve}
- utility commands
- check
- Sanity check the test suite.
- flatten
- Output a flattened file containing a selected version's test cases.
- remotes
- Output the expected URLs and their associated schemas for remote ref tests as a JSON object.
- dump_remotes
- Dump the remote ref schemas into a file tree
- serve
- Start a webserver to serve schemas used by remote ref tests.
optional arguments:¶
- -h, --help
- show this help message and exit
June 2020 | jsonschema_suite 2.0.0 |