mooncake schema validate¶
Validate existing schema against current code
Flags¶
| Flag | Type | Default | Description |
|---|---|---|---|
--schema / -s |
string | - | Schema file to validate |
--strict |
bool | true | Validate against the strict-mode schema (must match the --strict setting used at generate time) |
--extensions |
bool | true | Validate against the schema that includes x- extensions (must match the --extensions setting used at generate time) |