CLI Reference
validate
Checks if the specified schema definition is syntactically valid.
Usage
Options
The exact path or a Glob pattern to the definition file or files. Each definition file must be a YAML or JSON file containing model definitions.
- Example single file path:
definition/models.json
- Example Glob pattern:
'definition/**/*.yml'
Whether to enable debug logs.