{ "kind": "collectionType", "collectionName": "vehicles", "info": { "name": "vehicle", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": false }, "attributes": { "name": { "type": "string", "required": true }, "seats": { "type": "integer", "min": 0, "default": 4 }, "phone_number": { "type": "string" }, "user": { "plugin": "users-permissions", "model": "user", "via": "vehicles" } } }