{ "kind": "collectionType", "collectionName": "courses", "info": { "name": "Course", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": false }, "attributes": { "title": { "type": "string", "required": true, "minLength": 3 }, "course_levels": { "collection": "course-level" } } }