Skip to content

Commit

Permalink
Update car-dt-template.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matbmoser authored May 17, 2024
1 parent b1c57dd commit 7757f7f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dpp-tutorial/resources/digital-twins/car-dt-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
}
],
"displayName": [],
"globalAssetId": "urn:uuid:e5ab3398-bde1-4ef2-bb70-fd6dd1138e59",
"globalAssetId": "<UUID>",
"idShort": "Car",
"id": "urn:dt-example-001",
"id": "UUID",
"specificAssetIds": [
{
"name": "partInstanceId",
Expand All @@ -18,7 +18,7 @@
"keys": [
{
"type": "GlobalReference",
"value": "BPNL00000000001"
"value": "BPNL0073928UJ879"
}
]
}
Expand All @@ -31,7 +31,7 @@
"keys": [
{
"type": "GlobalReference",
"value": "BPNL00000000001"
"value": "BPNL0073928UJ879"
},
{
"type": "GlobalReference",
Expand All @@ -42,13 +42,13 @@
},
{
"name": "manufacturerId",
"value": "BPNL00000000001",
"value": "BPNL0073928UJ879",
"externalSubjectId": {
"type": "ExternalReference",
"keys": [
{
"type": "GlobalReference",
"value": "BPNL00000000001"
"value": "BPNL0073928UJ879"
}
]
}
Expand All @@ -61,7 +61,7 @@
"keys": [
{
"type": "GlobalReference",
"value": "BPNL00000000001"
"value": "BPNL0073928UJ879"
}
]
}
Expand All @@ -73,7 +73,7 @@
{
"interface": "SUBMODEL-3.0",
"protocolInformation": {
"href": "https://dpp.int.demo.catena-x.net/BPNL000000000000/api/public/data/urn:uuid:<UUID>",
"href": "https://dpp.int.demo.catena-x.net/BPNL000000000000/api/public/data/<UUID>",
"endpointProtocol": "HTTP",
"endpointProtocolVersion": ["1.1"],
"subprotocol": "DSP",
Expand All @@ -90,7 +90,7 @@
}
],
"idShort": "digitalProductPass",
"id": "urn:example-prtnumber",
"id": "<UUID>",
"semanticId": {
"type": "ExternalReference",
"keys": [
Expand Down

0 comments on commit 7757f7f

Please sign in to comment.