{ "kind": "collectionType", "collectionName": "cars", "info": { "name": "car" }, "options": { "increments": true, "timestamps": true }, "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": "json" } } }