Schemas
Tone
Brand voice, writing style guidelines, and LLM copy generation prompts.
Properties
voice_traitsobject[]2–6 characteristic voice traits with do/don't examples
namestringVoice trait name
correct_examplestringExample phrase demonstrating this trait
incorrect_examplestringExample phrase violating this trait
explanationstringBrief explanation
example_phrasesobjectwe_saystring[]Real phrases from the website
we_dont_saystring[]Phrases that would feel off-brand
style_guidelinesobject[]Concrete writing rules
categorystringRule category
rulestringThe rule in plain English
examplestringExample: "correct — not: wrong"
voice_summarystring2–3 sentence summary of overall voice
llm_promptsobjectReady-to-use prompts for LLM copy generation in brand voice
system_promptstringFull system prompt for copy generation
writing_instructionsstringInline writing instructions for shorter tasks
quick_referencestring2–3 sentence quick-reference summary
Example
{
"voice_traits": [
{
"name": "string",
"correct_example": "string",
"incorrect_example": "string",
"explanation": "string"
}
],
"example_phrases": {
"we_say": [
"string"
],
"we_dont_say": [
"string"
]
},
"style_guidelines": [
{
"category": "string",
"rule": "string",
"example": "string"
}
],
"voice_summary": "string",
"llm_prompts": {
"system_prompt": "string",
"writing_instructions": "string",
"quick_reference": "string"
}
}