Skip to content

Commit 4fe3ef5

Browse files
committed
Add maxCapacity
1 parent b94e2f1 commit 4fe3ef5

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,6 @@ The equivalent cUrl statement can be seen below:
603603
```console
604604
curl -G -X GET 'http://localhost:1026/ngsi-ld/v1/entities/' \
605605
-H 'Link: <http://context/ngsi-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
606-
-H 'Content-Type: application/json' \
607606
-H 'Accept: application/json' \
608607
-d 'type=Shelf' \
609608
-d 'options=keyValues' \

data-models/user-context-with-graph.jsonld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"lock_status": "tutorial:lock_status",
7272
"luminiscence": "https://w3id.org/saref#luminiscence",
7373
"macAddress": "fiware:macAddress",
74+
"maxCapacity": "tutorial:maxCapacity",
7475
"mcc": "fiware:mcc",
7576
"mnc": "fiware:mnc",
7677
"motion": "https://w3id.org/saref#motion",

data-models/user-context.jsonld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"lock_status": "tutorial:lock_status",
7272
"luminiscence": "https://w3id.org/saref#luminiscence",
7373
"macAddress": "fiware:macAddress",
74+
"maxCapacity": "tutorial:maxCapacity",
7475
"mcc": "fiware:mcc",
7576
"mnc": "fiware:mnc",
7677
"motion": "https://w3id.org/saref#motion",

0 commit comments

Comments
 (0)