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
716
716
{
717
717
"@context" : [
718
718
" 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"
720
720
],
721
721
"id" : " urn:ngsi-ld:Device:temperature001" ,
722
722
"type" : " Device" ,
@@ -768,7 +768,7 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=Device' \
768
768
{
769
769
"@context" : [
770
770
" 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"
772
772
],
773
773
"id" : " urn:ngsi-ld:Device:motion003" ,
774
774
"type" : " Device" ,
@@ -1530,4 +1530,4 @@ curl -iX DELETE \
1530
1530
1531
1531
## ライセンス
1532
1532
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
713
713
{
714
714
"@context": [
715
715
"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"
717
717
],
718
718
"id": "urn:ngsi-ld:Device:temperature001",
719
719
"type": "Device",
@@ -767,7 +767,7 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=Device' \
767
767
{
768
768
"@context": [
769
769
"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"
771
771
],
772
772
"id": "urn:ngsi-ld:Device:motion003",
773
773
"type": "Device",
@@ -1487,4 +1487,4 @@ the other [tutorials in this series](https://ngsi-ld-tutorials.rtfd.io)
1487
1487
1488
1488
# # License
1489
1489
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