Expand description
JSON Schema generation for Template validation.
Uses [schemars] to derive a JSON Schema from the Template type.
This schema can be used by editors (VS Code, Zed) for YAML autocompletion
and validation, and by LLM agents to understand the template format.
Functionsยง
- template_
schema - Generates the JSON Schema for
Templateas aSchema. - template_
schema_ json - Generates the JSON Schema for
Templateas a pretty-printed JSON string.