File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,7 +308,8 @@ repository:
308308```
309309
310310> [ !NOTE]
311- > If you want to clean up and start over again you can do so with the following command:
311+ >
312+ > If you want to clean up and start over again you can do so with the following command:
312313>
313314> ``` console
314315> ./services stop
@@ -469,8 +470,7 @@ using NGSI-LD due to the existing constraints of JSON-LD. Effectively there is n
469470entry ` "category": ["sensor"] ` and a simple string value ` "category": "sensor" ` . Furthermore, order within the array is
470471not maintained.
471472
472- > [ !NOTE]
473- > In NGSI-LD, an ordered array value could be encoded as a JSON Literal
473+ > [ !NOTE] In NGSI-LD, an ordered array value could be encoded as a JSON Literal
474474> ` "category" : {"@type": "@json", "@value":[1,2,3]} ` .
475475
476476The request will fail if any of the attributes already exist in the context. The response highlights which actions have
@@ -730,7 +730,7 @@ context will now contain four sensors.
730730 "@context" : " http://context/ngsi-context.jsonld" ,
731731 "id" : " urn:ngsi-ld:TemperatureSensor:004" ,
732732 "type" : " TemperatureSensor" ,
733- "category" : " sensor" ,
733+ "category" : " sensor" ,
734734 "temperature" : {
735735 "value" : 100 ,
736736 "unitCode" : " CEL"
You can’t perform that action at this time.
0 commit comments