From ac165b6d0e78e14d8c1166edf1e822b956cbb3ba Mon Sep 17 00:00:00 2001 From: NHAENIS Date: Thu, 16 Nov 2023 11:47:50 +0100 Subject: [PATCH] Correction of TextRegularExpression description --- io.catenax.id_based_comment/1.0.0/IdBasedComment.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.id_based_comment/1.0.0/IdBasedComment.ttl b/io.catenax.id_based_comment/1.0.0/IdBasedComment.ttl index d43e4fde..06a48bb1 100644 --- a/io.catenax.id_based_comment/1.0.0/IdBasedComment.ttl +++ b/io.catenax.id_based_comment/1.0.0/IdBasedComment.ttl @@ -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}$" .