@@ -243,55 +243,55 @@ curl -s -o /dev/null -X POST \
243
243
"entities":[
244
244
{
245
245
"id":"urn:ngsi-ld:Product:001", "type":"Product",
246
- "name":{"type":"Text", "value":"Beer "},
246
+ "name":{"type":"Text", "value":"Apples "},
247
247
"size":{"type":"Text", "value": "S"},
248
248
"price":{"type":"Integer", "value": 99}
249
249
},
250
250
{
251
251
"id":"urn:ngsi-ld:Product:002", "type":"Product",
252
- "name":{"type":"Text", "value":"Red Wine "},
252
+ "name":{"type":"Text", "value":"Bananas "},
253
253
"size":{"type":"Text", "value": "M"},
254
254
"price":{"type":"Integer", "value": 1099}
255
255
},
256
256
{
257
257
"id":"urn:ngsi-ld:Product:003", "type":"Product",
258
- "name":{"type":"Text", "value":"White Wine "},
258
+ "name":{"type":"Text", "value":"Coconuts "},
259
259
"size":{"type":"Text", "value": "M"},
260
260
"price":{"type":"Integer", "value": 1499}
261
261
},
262
262
{
263
263
"id":"urn:ngsi-ld:Product:004", "type":"Product",
264
- "name":{"type":"Text", "value":"Vodka "},
264
+ "name":{"type":"Text", "value":"Melons "},
265
265
"size":{"type":"Text", "value": "XL"},
266
266
"price":{"type":"Integer", "value": 5000}
267
267
},
268
268
{
269
269
"id":"urn:ngsi-ld:Product:005", "type":"Product",
270
- "name":{"type":"Text", "value":"Lager "},
270
+ "name":{"type":"Text", "value":"Kiwi Fruits "},
271
271
"size":{"type":"Text", "value": "S"},
272
272
"price":{"type":"Integer", "value": 99}
273
273
},
274
274
{
275
275
"id":"urn:ngsi-ld:Product:006", "type":"Product",
276
- "name":{"type":"Text", "value":"Whisky "},
276
+ "name":{"type":"Text", "value":"Strawberries "},
277
277
"size":{"type":"Text", "value": "S"},
278
278
"price":{"type":"Integer", "value": 99}
279
279
},
280
280
{
281
281
"id":"urn:ngsi-ld:Product:007", "type":"Product",
282
- "name":{"type":"Text", "value":"Gin "},
282
+ "name":{"type":"Text", "value":"Raspberries "},
283
283
"size":{"type":"Text", "value": "S"},
284
284
"price":{"type":"Integer", "value": 99}
285
285
},
286
286
{
287
287
"id":"urn:ngsi-ld:Product:008", "type":"Product",
288
- "name":{"type":"Text", "value":"Apple Juice "},
288
+ "name":{"type":"Text", "value":"Pineapples "},
289
289
"size":{"type":"Text", "value": "S"},
290
290
"price":{"type":"Integer", "value": 99}
291
291
},
292
292
{
293
293
"id":"urn:ngsi-ld:Product:009", "type":"Product",
294
- "name":{"type":"Text", "value":"Orange Juice "},
294
+ "name":{"type":"Text", "value":"Oranges "},
295
295
"size":{"type":"Text", "value": "S"},
296
296
"price":{"type":"Integer", "value": 99}
297
297
}
0 commit comments