diff --git a/dpp-tutorial/README.md b/dpp-tutorial/README.md index 3f46e0d34..b1317913d 100644 --- a/dpp-tutorial/README.md +++ b/dpp-tutorial/README.md @@ -144,8 +144,6 @@ For creating the Car passport digital twin use [this template](./resources/digit * Generate a new UUID4 in this [uuid generator page](https://www.uuidgenerator.net/version4) - * Paste it on digital twin "globalAssetId" with this format `urn:uuid:` - * As digital twin "id" add with this schema: `urn:uuid:` * Create Part Instance Id of your choice and add to `specificAssetIds["name=partInstanceId"].value diff --git a/dpp-tutorial/digital-twin-provision.md b/dpp-tutorial/digital-twin-provision.md index a5d492a3c..bac6873ec 100644 --- a/dpp-tutorial/digital-twin-provision.md +++ b/dpp-tutorial/digital-twin-provision.md @@ -93,7 +93,7 @@ Replace the following placeholders: ```bash -> the value of part instance written on datasheet -> the part number is written on the datasheet from a part - -> the UUID written on datasheet + -> the UUID written on datasheet ``` ## 3ยบ Add Digital Twin into Digital Twin Registry (DTR) diff --git a/dpp-tutorial/resources/digital-twins/car-dt-template.json b/dpp-tutorial/resources/digital-twins/car-dt-template.json index 5316c82b8..bd9543933 100644 --- a/dpp-tutorial/resources/digital-twins/car-dt-template.json +++ b/dpp-tutorial/resources/digital-twins/car-dt-template.json @@ -6,7 +6,7 @@ } ], "displayName": [], - "globalAssetId": "", + "globalAssetId": "urn:uuid:e5ab3398-bde1-4ef2-bb70-fd6dd1138e59", "idShort": "Car", "id": "UUID", "specificAssetIds": [ diff --git a/dpp-tutorial/resources/digital-twins/example-dt.json b/dpp-tutorial/resources/digital-twins/example-dt.json index 1597471e4..9296c9760 100644 --- a/dpp-tutorial/resources/digital-twins/example-dt.json +++ b/dpp-tutorial/resources/digital-twins/example-dt.json @@ -2,13 +2,13 @@ "description": [ { "language": "en", - "text": "DPP Digital Twin" + "text": "Car/part Digital Twin" } ], "displayName": [], "globalAssetId": "urn:uuid:e5ab3398-bde1-4ef2-bb70-fd6dd1138e59", "idShort": "", - "id": "", + "id": "", "specificAssetIds": [ { "name": "partInstanceId",