Skip to content

Commit 23613ba

Browse files
committed
Format README
1 parent b9205c6 commit 23613ba

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -300,16 +300,10 @@ the payloads offered by the two subscriptions will be discussed below.
300300
"type": "Shelf"
301301
}
302302
],
303-
"watchedAttributes": [
304-
"numberOfItems"
305-
],
303+
"watchedAttributes": ["numberOfItems"],
306304
"q": "https://fiware.github.io/tutorials.Step-by-Step/schema/numberOfItems<10;https://fiware.github.io/tutorials.Step-by-Step/schema/locatedIn==%22urn:ngsi-ld:Building:store001%22",
307305
"notification": {
308-
"attributes": [
309-
"numberOfItems",
310-
"stocks",
311-
"locatedIn"
312-
],
306+
"attributes": ["numberOfItems", "stocks", "locatedIn"],
313307
"format": "keyValues",
314308
"endpoint": {
315309
"uri": "http://tutorial:3000/subscription/low-stock-store001",
@@ -327,16 +321,10 @@ the payloads offered by the two subscriptions will be discussed below.
327321
"type": "Shelf"
328322
}
329323
],
330-
"watchedAttributes": [
331-
"numberOfItems"
332-
],
324+
"watchedAttributes": ["numberOfItems"],
333325
"q": "https://fiware.github.io/tutorials.Step-by-Step/schema/numberOfItems<10;https://fiware.github.io/tutorials.Step-by-Step/schema/locatedIn==%22urn:ngsi-ld:Building:store002%22",
334326
"notification": {
335-
"attributes": [
336-
"numberOfItems",
337-
"stocks",
338-
"locatedIn"
339-
],
327+
"attributes": ["numberOfItems", "stocks", "locatedIn"],
340328
"format": "keyValues",
341329
"endpoint": {
342330
"uri": "http://tutorial:3000/subscription/low-stock-store002",

0 commit comments

Comments
 (0)