We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724230a commit 0f5f8aeCopy full SHA for 0f5f8ae
1 file changed
packages/td-tools/src/util/asset-interface-description.ts
@@ -1521,7 +1521,7 @@ export class AssetInterfaceDescriptionUtil {
1521
idShort: propertyKey,
1522
description,
1523
semanticId: this.createSemanticId(
1524
- "https://admin-shell.io/idta/AssetInterfaceDescription/1/0/PropertyDefinition"
+ "https://admin-shell.io/idta/AssetInterfacesDescription/1/0/PropertyDefinition"
1525
),
1526
supplementalSemanticIds: [this.createSemanticId("https://www.w3.org/2019/wot/td#name")],
1527
value: propertyValues,
0 commit comments