Skip to content

Commit f18cd7f

Browse files
committed
Update Core Context
1 parent 8a3d9ac commit f18cd7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ FogFlow にオペレータを登録するには、次の手順が必要です。
398398
curl --location --request POST '<Fogflow_Broker_IP>:8070/ngsi-ld/v1/entities/' \
399399
--header 'Content-Type: application/json' \
400400
--header 'Accept: application/ld+json' \
401-
--header 'Link: <{{link}}>; rel="https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"; type="application/ld+json"' \
401+
--header 'Link: <{{link}}>; rel="https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"; type="application/ld+json"' \
402402
--data-raw '{
403403
"id": "urn:ngsi-ld:Vehicle:A100",
404404
"type": "Vehicle",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ broker to create the "Vehicle" sensor entity. With creation of this entity, Fogf
376376
curl --location --request POST '<Fogflow_Broker_IP>:8070/ngsi-ld/v1/entities/' \
377377
--header 'Content-Type: application/json' \
378378
--header 'Accept: application/ld+json' \
379-
--header 'Link: <{{link}}>; rel="https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"; type="application/ld+json"' \
379+
--header 'Link: <{{link}}>; rel="https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"; type="application/ld+json"' \
380380
--data-raw '{
381381
"id": "urn:ngsi-ld:Vehicle:A100",
382382
"type": "Vehicle",

0 commit comments

Comments
 (0)