Skip to content

Commit

Permalink
Add VocabProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jan 13, 2025
1 parent 5c16724 commit 1d607ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions import-data
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ curl -s -o /dev/null -X POST 'http://'"${CONTEXT_BROKER}"'/ngsi-ld/v1/entityOper
"id": "urn:ngsi-ld:TemperatureSensor:001",
"type": "TemperatureSensor",
"category": {
"type": "Property",
"value": "sensor"
"type": "VocabProperty",
"vocab": "sensor"
},
"temperature": {
"type": "Property",
Expand All @@ -219,8 +219,8 @@ curl -s -o /dev/null -X POST 'http://'"${CONTEXT_BROKER}"'/ngsi-ld/v1/entityOper
"id": "urn:ngsi-ld:TemperatureSensor:002",
"type": "TemperatureSensor",
"category": {
"type": "Property",
"value": "sensor"
"type": "VocabProperty",
"vocab": "sensor"
},
"temperature": {
"type": "Property",
Expand All @@ -232,8 +232,8 @@ curl -s -o /dev/null -X POST 'http://'"${CONTEXT_BROKER}"'/ngsi-ld/v1/entityOper
"id": "urn:ngsi-ld:TemperatureSensor:003",
"type": "TemperatureSensor",
"category": {
"type": "Property",
"value": "sensor"
"type": "VocabProperty",
"vocab": "sensor"
},
"temperature": {
"type": "Property",
Expand Down

0 comments on commit 1d607ff

Please sign in to comment.