{ "kind": "collectionType", "collectionName": "projects", "info": { "name": "project", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": true }, "pluginOptions": {}, "attributes": { "title": { "type": "string", "required": true, "unique": true }, "description": { "type": "richtext", "required": true }, "colophon": { "type": "richtext", "required": true }, "project_documentation": { "type": "component", "repeatable": false, "component": "project.project-documentation" } } }