Skip to content

Commit

Permalink
fix: add valid uuid4 example value
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisRickert committed Aug 23, 2023
1 parent 2149f07 commit f9f1260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
bamm:preferredName "Owner Part ID"@en;
bamm:description "This is the key field of the component which usually keeps the part numbers used in after-sales, e.g. when repairing broken parts and searching for a replacement. This ownerPartId itself isn't usually bound to one part version, with the assumption that all part versions with the same ownerPartId are mutually interchangeable."@en;
bamm:characteristic :CatenaXIdTrait;
bamm:exampleValue "uuid!".
bamm:exampleValue "urn:uuid:c4b1b329-07fa-4dc1-b9d0-aa753100672c".
:partVersion a bamm:Property;
bamm:preferredName "Part Version"@en;
bamm:description "This is the version of the part. The engineering will at times supercede an older part version by a newer one, which might have different material aspects, physical dimensions etc., still maintaining compatibility."@en;
Expand Down

0 comments on commit f9f1260

Please sign in to comment.