Skip to content

Commit

Permalink
Merge pull request #461 from nhaenis/update_text_regex_description
Browse files Browse the repository at this point in the history
Correction of TextRegularExpression description io.catenax.id_based_comment:1.0.0
  • Loading branch information
agg3fe authored Nov 16, 2023
2 parents a38891f + ac165b6 commit 52b4a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io.catenax.id_based_comment/1.0.0/IdBasedComment.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@

:TextRegularExpression a samm-c:RegularExpressionConstraint ;
samm:preferredName "Text Regular Expression"@en ;
samm:description "The provided regular expression ensures that the text of a comment is limited to the maximum length of 1.000 characters."@en ;
samm:description "The provided regular expression ensures that the text of a comment is limited to the maximum length of 5.000 characters."@en ;
samm:value "^[\\s\\S]{0,5000}$" .

0 comments on commit 52b4a70

Please sign in to comment.