Module schema

Module schema 

Source
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 Template as a Schema.
template_schema_json
Generates the JSON Schema for Template as a pretty-printed JSON string.