{ "kind": "singleType", "collectionName": "headers", "info": { "name": "Header" }, "options": { "increments": true, "timestamps": true }, "attributes": { "title": { "type": "string", "required": true }, "subtitle": { "type": "string" }, "primary_navigation": { "type": "component", "repeatable": true, "component": "header.menu-item" }, "secondary_navigation": { "type": "component", "repeatable": true, "component": "header.menu-item" } } }