Skip to content

Commit

Permalink
fix: typo, dataset should be datasetId (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
JDFleury authored Nov 22, 2024
1 parent ff04f83 commit 2704091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion device/ngsild-payloads/device.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"controlledAsset": {
"type": "Relationship",
"object": "urn:ngsi-ld:Asset:AwesomeAssetName",
"dataset": "urn:ngsi-ld:Dataset:AwesomeAssetName"
"datasetId": "urn:ngsi-ld:Dataset:AwesomeAssetName"
}
}
2 changes: 1 addition & 1 deletion openIt/ngsild-payloads/device.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
"controlledAsset": {
"type": "Relationship",
"object": "urn:ngsi-ld:Gate:AwesomeGateName",
"dataset": "urn:ngsi-ld:Dataset:AwesomeGateName"
"datasetId": "urn:ngsi-ld:Dataset:AwesomeGateName"
}
}

0 comments on commit 2704091

Please sign in to comment.