Skip to content

Commit

Permalink
Update Year
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jan 8, 2025
1 parent 0f138c0 commit 9fbaf39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:te
{
"@context": [
"http://context/user-context.jsonld",
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld"
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
],
"id": "urn:ngsi-ld:Device:temperature001",
"type": "Device",
Expand Down Expand Up @@ -770,7 +770,7 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=Device' \
{
"@context": [
"http://context/user-context.jsonld",
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld"
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
],
"id": "urn:ngsi-ld:Device:motion003",
"type": "Device",
Expand Down Expand Up @@ -1536,4 +1536,4 @@ curl -iX DELETE \

## License

[MIT](LICENSE) © 2020-2024 FIWARE Foundation e.V.
[MIT](LICENSE) © 2020-2025 FIWARE Foundation e.V.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Device:te
{
"@context": [
"http://context/user-context.jsonld",
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld"
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
],
"id": "urn:ngsi-ld:Device:temperature001",
"type": "Device",
Expand Down Expand Up @@ -756,7 +756,7 @@ curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=Device' \
{
"@context": [
"http://context/user-context.jsonld",
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld"
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
],
"id": "urn:ngsi-ld:Device:motion003",
"type": "Device",
Expand Down Expand Up @@ -1477,4 +1477,4 @@ the other [tutorials in this series](https://ngsi-ld-tutorials.rtfd.io)

## License

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

0 comments on commit 9fbaf39

Please sign in to comment.