Sections
Add sections to your content model. Each section holds blocks.
heading
rich text
Live JSON Preview
{
"$schema": "https://brand.example.com/schemas/generation-request.v1.json",
"schema_version": "1.0.1",
"request_meta": {
"request_id": "78aae1fe-4563-44c4-88e3-0eda909cbc26",
"idempotency_key": "2460f5e8-0c35-4e35-8037-302551e53ae5",
"submitted_at": "2026-07-11T00:28:24.656Z",
"source_system": "brand-center-ui",
"dry_run": false,
"priority": "normal",
"submitted_by": {
"user_id": "user_current",
"name": "Unknown User",
"email": "[email protected]",
"role": "editor"
}
},
"organization": {
"org_id": "org_default",
"business_unit": "marketing",
"department": "creative",
"cost_center": "CC-001",
"project_code": "PROJ-2026"
},
"intent": {
"collateral_type": "brochure",
"subtype": "standard",
"audiences": [
"general"
],
"channels": [
"web"
],
"goal": "awareness",
"deadline": "2026-07-18T00:28:24.657Z"
},
"brand_context": {
"brand_system": "prague",
"brand_version": "2026.1",
"theme": "default",
"locale": "en-US",
"token_sets": [
"core",
"print",
"accessibility-aa"
],
"guardrails": {
"lock_logo": true,
"lock_primary_colors": true,
"allow_custom_imagery": true,
"allowed_template_ids": [
"prague-brochure-v3",
"prague-onepager-v2"
],
"forbidden_components": [
"off-brand-gradient",
"nonapproved-font"
],
"min_font_size_pt": 9,
"max_pages": 40
},
"token_overrides": {
"allowed": true,
"overrides": {
"color.accent": "#2A5CAA"
}
}
},
"user_inputs": {
"selected_template_id": "prague-brochure-v3",
"design_choices": {
"layout_variant": "two-column",
"density": "comfortable",
"tone": "professional",
"image_style": "documentary",
"cta_style": "minimal"
},
"content_model": {
"title": "New Project",
"subtitle": "Generated by The Composer",
"sections": [
{
"section_id": "intro",
"label": "Introduction",
"blocks": [
{
"block_id": "intro-h1",
"block_type": "heading",
"content": "Welcome"
},
{
"block_id": "intro-body",
"block_type": "rich_text",
"content": "Start typing your content here..."
}
]
}
]
}
},
"assets": {
"uploads": [],
"references": []
},
"generation_plan": {
"output_formats": [
"pdf",
"html"
],
"quality": "standard",
"color_mode": "rgb",
"accessibility": {
"tagged_pdf": false,
"alt_text_policy": "manual"
}
},
"publishing_plan": {
"approval": {
"required": true,
"workflow_id": "brand-legal-ops",
"auto_publish_on_approval": false
},
"destinations": [],
"notifications": [
{
"channel": "email",
"on": [
"approved",
"published",
"failed"
],
"target": ""
}
]
}
}