Nested & Complex JSONadvanced

CMS Document Structure JSON Example

A block-based content document with metadata, sections, and nested components.

Real-world use case: Use this for headless CMS examples, rendering pipelines, and structured content docs.
1{
2 "documentId": "doc_900",
3 "type": "landing_page",
4 "seo": {
5 "title": "Spring Collection",
6 "description": "New arrivals for the season."
7 },
8 "blocks": [
9 {
10 "type": "hero",
11 "headline": "Spring Collection",
12 "cta": {
13 "label": "Shop now",

Where this shape shows up in production

Headless CMS
Landing page builders
Structured publishing

Related examples