{ "kind": "collectionType", "collectionName": "menus", "info": { "name": "menu", "description": "" }, "options": { "draftAndPublish": false, "comment": "" }, "attributes": { "description": { "type": "text" }, "menusections": { "type": "relation", "relation": "oneToMany", "target": "application::menusection.menusection", "mappedBy": "menu" }, "restaurant": { "type": "relation", "target": "application::restaurant.restaurant", "relation": "oneToOne", "mappedBy": "menu" } } }