{ "kind": "collectionType", "collectionName": "apparels", "info": { "name": "Apparel", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": true }, "attributes": { "name": { "type": "string" }, "description": { "type": "richtext" }, "price": { "type": "biginteger" }, "stock": { "type": "biginteger" }, "part_code": { "type": "string" }, "category": { "type": "enumeration", "enum": [ "RConcept", "Asia", "Basic", "Merchandise", "Maxi", "RainSuit", "motoGP", "OffRoad" ] }, "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" } } }