Schemas
Art Direction
Visual language, design guidelines, and narrative-to-visual mapping.
Properties
aesthetic_languageobjectstyle_descriptorsobject[]2–8 evocative style descriptors
namestringSingle evocative word or phrase
meansstringWhat this means visually
avoidsstringWhat violates this quality
overall_aestheticstring1–2 sentence summary of overall aesthetic
visual_guidelinesobjectguidelines_summarystringguidelinesobject[]namestringguidelinestringapplies_tostringhow_to_applystringnarrative_to_visualobjectvisual_storytellingstringvisual_narrative_elementsobject[]narrative_aspectstringvisual_expressionstringart_direction_summarystring2–3 sentence summary of full art direction
design_elementsobject[]Specific UI/design moments exemplifying the visual language
descriptionstringsignificancestringscreenshot_indexintegerregionobjectxnumberynumberwidthnumberheightnumberllm_image_promptobjectReady-to-use prompt for image generation models
promptstringComplete copyable prompt
optimised_forstringModel this prompt is optimized for
Example
{
"aesthetic_language": {
"style_descriptors": [
{
"name": "string",
"means": "string",
"avoids": "string"
}
],
"overall_aesthetic": "string"
},
"visual_guidelines": {
"guidelines_summary": "string",
"guidelines": [
{
"name": "string",
"guideline": "string",
"applies_to": "string",
"how_to_apply": "string"
}
]
},
"narrative_to_visual": {
"visual_storytelling": "string",
"visual_narrative_elements": [
{
"narrative_aspect": "string",
"visual_expression": "string"
}
]
},
"art_direction_summary": "string",
"design_elements": [
{
"description": "string",
"significance": "string",
"screenshot_index": 0,
"region": {
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
}
],
"llm_image_prompt": {
"prompt": "string",
"optimised_for": "string"
}
}