Skip to content

Commit 9fbaf39

Browse files
committed
Update Year
1 parent 0f138c0 commit 9fbaf39

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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",
@@ -770,7 +770,7 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=Device' \
770770
{
771771
"@context": [
772772
"http://context/user-context.jsonld",
773-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld"
773+
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
774774
],
775775
"id": "urn:ngsi-ld:Device:motion003",
776776
"type": "Device",
@@ -1536,4 +1536,4 @@ curl -iX DELETE \
15361536

15371537
## License
15381538

1539-
[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V.
1539+
[MIT](LICENSE) © 2020-2025 FIWARE Foundation e.V.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:te
702702
{
703703
"@context": [
704704
"http://context/user-context.jsonld",
705-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld"
705+
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
706706
],
707707
"id": "urn:ngsi-ld:Device:temperature001",
708708
"type": "Device",
@@ -756,7 +756,7 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=Device' \
756756
{
757757
"@context": [
758758
"http://context/user-context.jsonld",
759-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld"
759+
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
760760
],
761761
"id": "urn:ngsi-ld:Device:motion003",
762762
"type": "Device",
@@ -1477,4 +1477,4 @@ the other [tutorials in this series](https://ngsi-ld-tutorials.rtfd.io)
14771477

14781478
## License
14791479

1480-
[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V.
1480+
[MIT](LICENSE) © 2020-2025 FIWARE Foundation e.V.

0 commit comments

Comments
 (0)