{ "kind": "collectionType", "collectionName": "helmets", "info": { "name": "helmet", "description": "" }, "options": { "increments": true, "timestamps": true, "draftAndPublish": true }, "attributes": { "name": { "type": "string" }, "description": { "type": "richtext" }, "price": { "type": "biginteger" }, "part_code": { "type": "string" }, "category": { "type": "enumeration", "enum": [ "RCONCEPTS", "MTX", "RCONCEPT", "EXTREME", "RANGER", "FIGHTER", "SWIRL", "CLS", "UNO" ] }, "stock": { "type": "biginteger" }, "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" }, "discount": { "type": "decimal" } } }