{ "kind": "collectionType", "collectionName": "business_partners", "info": { "name": "Business Partner", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": true }, "attributes": { "name": { "type": "string", "required": true, "unique": true }, "Description": { "type": "richtext" }, "img": { "collection": "file", "via": "related", "allowedTypes": [ "images", "files", "videos" ], "plugin": "upload", "required": false }, "products": { "via": "business_partner", "collection": "product" } } }