|
@ -17,7 +17,42 @@ |
|
|
{ |
|
|
{ |
|
|
"key": "item-1-id", |
|
|
"key": "item-1-id", |
|
|
"value": "response.payload.data[0].id", |
|
|
"value": "response.payload.data[0].id", |
|
|
|
|
|
"type": "unsignedInt" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"key": "item-1-description", |
|
|
|
|
|
"value": "response.payload.data[0].description", |
|
|
|
|
|
"type": "string" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"key": "item-1-picture-file-name", |
|
|
|
|
|
"value": "response.payload.data[0].pictureFileName", |
|
|
|
|
|
"type": "string" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"key": "item-1-picture-uri", |
|
|
|
|
|
"value": "response.payload.data[0].pictureUri", |
|
|
"type": "string" |
|
|
"type": "string" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"key": "item-1-catalog-type-id", |
|
|
|
|
|
"value": "response.payload.data[0].catalogTypeId", |
|
|
|
|
|
"type": "unsignedInt" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"key": "item-1-catalog-type", |
|
|
|
|
|
"value": "response.payload.data[0].catalogType", |
|
|
|
|
|
"type": "object" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"key": "item-1-catalog-brand-id", |
|
|
|
|
|
"value": "response.payload.data[0].catalogBrandId", |
|
|
|
|
|
"type": "unsignedInt" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"key": "item-1-catalog-brand", |
|
|
|
|
|
"value": "response.payload.data[0].catalogBrand", |
|
|
|
|
|
"type": "object" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"key": "item-1-name", |
|
|
"key": "item-1-name", |
|
@ -31,9 +66,24 @@ |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"key": "item-1-avialable-stock", |
|
|
"key": "item-1-avialable-stock", |
|
|
"value": "response.payload.data[0].availablestock", |
|
|
|
|
|
|
|
|
"value": "response.payload.data[0].availableStock", |
|
|
|
|
|
"type": "unsignedInt" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"key": "item-1-restock-threshold", |
|
|
|
|
|
"value": "response.payload.data[0].restockThreshold", |
|
|
|
|
|
"type": "unsignedInt" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"key": "item-1-max-stock-threshold", |
|
|
|
|
|
"value": "response.payload.data[0].maxStockThreshold", |
|
|
"type": "unsignedInt" |
|
|
"type": "unsignedInt" |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"key": "item-1-on-reorder", |
|
|
|
|
|
"value": "response.payload.data[0].onReorder", |
|
|
|
|
|
"type": "bool" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"key": "item-2", |
|
|
"key": "item-2", |
|
|
"value": "response.payload.data[1]", |
|
|
"value": "response.payload.data[1]", |
|
@ -42,7 +92,7 @@ |
|
|
{ |
|
|
{ |
|
|
"key": "item-2-id", |
|
|
"key": "item-2-id", |
|
|
"value": "response.payload.data[1].id", |
|
|
"value": "response.payload.data[1].id", |
|
|
"type": "string" |
|
|
|
|
|
|
|
|
"type": "unsignedInt" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"key": "item-2-name", |
|
|
"key": "item-2-name", |
|
@ -67,7 +117,7 @@ |
|
|
{ |
|
|
{ |
|
|
"key": "item-3-id", |
|
|
"key": "item-3-id", |
|
|
"value": "response.payload.data[2].id", |
|
|
"value": "response.payload.data[2].id", |
|
|
"type": "string" |
|
|
|
|
|
|
|
|
"type": "unsignedInt" |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"key": "item-3-name", |
|
|
"key": "item-3-name", |
|
|