Skip to content

Commit

Permalink
Update core context
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jan 8, 2025
1 parent 158c5e6 commit 99dee1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-models/ngsi-context.jsonld
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@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"
]
}
2 changes: 1 addition & 1 deletion services
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SCORPIO="http://scorpio:9090/"
ORION="http://orion:1026/version"
STELLIO="http://localhost:8080/actuator/health"
CONTEXT="http://context/user-context.jsonld"
CORE_CONTEXT="https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld"
CORE_CONTEXT="https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"

dockerCmd="docker compose"
if (( $# == 2 )); then
Expand Down

0 comments on commit 99dee1f

Please sign in to comment.