{ "kind": "collectionType", "collectionName": "yg_parts", "info": { "name": "YGPart", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": true }, "attributes": { "name": { "type": "string" }, "img": { "model": "file", "via": "related", "allowedTypes": [ "images", "files", "videos" ], "plugin": "upload", "required": false }, "ygp_units": { "collection": "ygp", "via": "yg_part" }, "description": { "type": "text" }, "price1": { "type": "biginteger" }, "price2": { "type": "biginteger" }, "discount": { "type": "decimal" } } }