Schema Editor Integration¶
Use JSON Schema export to provide YAML autocompletion and validation in editors.
Export schema¶
Or print JSON payload mode:
JSON mode shape:
With --output + --json:
VS Code YAML integration example¶
Add to .vscode/settings.json:
Schema version compatibility¶
- Current supported value is
schema_version: 1. - Other schema versions are rejected by current validators.
- Regenerate schema when model constraints change.
For model details, see Model Reference.