File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:te
716716{
717717 "@context" : [
718718 " http://context/user-context.jsonld" ,
719- " https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7 .jsonld"
719+ " https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
720720 ],
721721 "id" : " urn:ngsi-ld:Device:temperature001" ,
722722 "type" : " Device" ,
@@ -768,7 +768,7 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=Device' \
768768 {
769769 "@context" : [
770770 " http://context/user-context.jsonld" ,
771- " https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7 .jsonld"
771+ " https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
772772 ],
773773 "id" : " urn:ngsi-ld:Device:motion003" ,
774774 "type" : " Device" ,
@@ -1530,4 +1530,4 @@ curl -iX DELETE \
15301530
15311531## ライセンス
15321532
1533- [ MIT] ( LICENSE ) © 2021-2024 FIWARE Foundation e.V.
1533+ [ MIT] ( LICENSE ) © 2021-2025 FIWARE Foundation e.V.
Original file line number Diff line number Diff line change @@ -713,7 +713,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:te
713713{
714714 "@context": [
715715 "http://context/user-context.jsonld",
716- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7 .jsonld"
716+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
717717 ],
718718 "id": "urn:ngsi-ld:Device:temperature001",
719719 "type": "Device",
@@ -767,7 +767,7 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=Device' \
767767 {
768768 "@context": [
769769 "http://context/user-context.jsonld",
770- "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7 .jsonld"
770+ "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8 .jsonld"
771771 ],
772772 "id": "urn:ngsi-ld:Device:motion003",
773773 "type": "Device",
@@ -1487,4 +1487,4 @@ the other [tutorials in this series](https://ngsi-ld-tutorials.rtfd.io)
14871487
14881488# # License
14891489
1490- [MIT](LICENSE) © 2021-2024 FIWARE Foundation e.V.
1490+ [MIT](LICENSE) © 2021-2025 FIWARE Foundation e.V.
You can’t perform that action at this time.
0 commit comments