Skip to content

Commit 06e5d5c

Browse files
committed
Update core context
1 parent c0c192d commit 06e5d5c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

data-models/ngsi-context.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@context": [
33
"http://context/user-context.jsonld",
4-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld"
4+
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
55
]
66
}

services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SCORPIO="http://scorpio:9090/"
1111
ORION="http://orion:1026/version"
1212
STELLIO="http://localhost:8080/actuator/health"
1313
CONTEXT="http://context/ngsi-context.jsonld"
14-
CORE_CONTEXT="https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.7.jsonld"
14+
CORE_CONTEXT="https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
1515

1616
dockerCmd="docker compose"
1717
if (( $# == 2 )); then

0 commit comments

Comments
 (0)