{ "kind": "collectionType", "collectionName": "ygps", "info": { "name": "YGP_Unit", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": true }, "attributes": { "name": { "type": "string" }, "part_code": { "type": "string" }, "price": { "type": "biginteger" }, "stock": { "type": "biginteger" }, "description": { "type": "richtext" }, "img": { "model": "file", "via": "related", "allowedTypes": [ "images", "files", "videos" ], "plugin": "upload", "required": false }, "otr_price_sumsel": { "type": "biginteger" }, "otr_price_palembang": { "type": "biginteger" }, "otr_price_bengkulu": { "type": "biginteger" }, "yg_part": { "via": "ygp_units", "model": "yg-part" }, "berat": { "type": "biginteger" } } }