Function template_schema_json
Source pub fn template_schema_json() -> String
Expand description
Generates the JSON Schema for Template as a pretty-printed JSON string.
Useful for writing to a file or embedding in documentation.
ยงPanics
Panics if JSON serialization fails (should never happen for a valid schema).