Updated Edit
On this page
Validate a scene or config JSON file against its schema
#predraw validate
Validate a scene or config JSON file against its schema
Effect: read_only
#Flags
| Name | Short | Type | Presence | Env | Description |
|---|---|---|---|---|---|
--schema | str | optional | Force the schema to validate against. Omitted, it is detected from the file. Values: scene (validate against the scene schema), config (validate against the output-config schema). |
#Arguments
| Name | Type | Presence | Description |
|---|---|---|---|
file | str | required | JSON file to validate |