{ "kind": "collectionType", "collectionName": "cars", "info": { "name": "car", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": false }, "attributes": { "name": { "type": "string", "required": true }, "seats": { "type": "integer", "required": true }, "meeting": { "type": "text" }, "departure": { "type": "datetime" }, "phone_number": { "type": "string" }, "details": { "type": "text" }, "event": { "via": "cars", "model": "event" }, "passengers": { "type": "component", "repeatable": true, "component": "passenger.passenger" } } }