{ "kind": "collectionType", "collectionName": "events", "info": { "name": "event" }, "options": { "increments": true, "timestamps": true }, "attributes": { "name": { "type": "string", "required": true }, "email": { "type": "string", "required": true }, "date": { "type": "date" }, "address": { "type": "text" }, "cars": { "via": "event", "collection": "car" }, "position": { "type": "json" }, "waiting_list": { "type": "json" } } }