Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 39e62f0

Browse files
committed
Fixing the error for Constraint 14
1 parent 1e53aa4 commit 39e62f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

validator/src/main/resources/constraint_shapes.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ aas:SelfManagedEntityRequiresAssetIdShape a sh:NodeShape ;
174174
sh:path <https://admin-shell.io/aas/3/0/RC01/Entity/entityType> ;
175175
sh:minCount 1;
176176
sh:maxCount 1;
177-
sh:pattern "CO_MANAGED_ENTITY";
177+
sh:pattern "CoManagedEntity";
178178
];
179179
]
180180
[

0 commit comments

Comments
 (0)