pub fn conversation_spec_schema() -> StringExpand description
The JSON Schema for a ConversationSpec, as a pretty-printed string.
This is the machine-readable authoring contract: a web form, an IDE, or an
LLM/skill drafting a spec targets this schema. Generated from the same
#[derive(JsonSchema)] types the runtime compiles, so it cannot drift.