Skip to content

Commit

Permalink
Fix ids of AAS examples
Browse files Browse the repository at this point in the history
Fixes #518
  • Loading branch information
zrgt committed Jan 8, 2025
1 parent 9eec51a commit d22bd3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ a|
{
"idShort": "TestAssetAdministrationShell",
"description": [...],
"id": {...},
"id": "idTestAAS",
...
"derivedFrom": {...}
"assetInformation": {...},
Expand All @@ -81,7 +81,7 @@ a|
{
"idShort": "TestAssetAdministrationShell",
"description": [...],
"id": {...},
"id": "idTestAAS",
...
"derivedFrom": {...}
}
Expand Down

0 comments on commit d22bd3a

Please sign in to comment.