Code
pmotools-python validate_pmo --helpusage: pmotools-python validate_pmo [-h] --pmo PMO
[--jsonschema_version JSONSCHEMA_VERSION]
[--jsonschema_file JSONSCHEMA_FILE]
Validate a PMO file against a JSON Schema
options:
-h, --help show this help message and exit
--pmo PMO a pmo file to validate
--jsonschema_version JSONSCHEMA_VERSION
version of the jsonschema to validate against
(default: 1.1.0)
--jsonschema_file JSONSCHEMA_FILE
explicit jsonschema file path to validate against
(overrides --jsonschema_version)