|
- {
- "kind": "collectionType",
- "collectionName": "product_otrs",
- "info": {
- "name": "Product_OTR",
- "description": ""
- },
- "options": {
- "increments": true,
- "timestamps": true,
- "draftAndPublish": true
- },
- "attributes": {
- "product": {
- "via": "product_otrs",
- "model": "product"
- },
- "name": {
- "type": "string"
- },
- "price": {
- "type": "biginteger"
- }
- }
- }
|