Skip to content

Commit

Permalink
fix(DemandAndCapacityNotification): updated preffered name of TextLen…
Browse files Browse the repository at this point in the history
…gthConstraint
  • Loading branch information
tom-rm-meyer-ISST committed Mar 7, 2024
1 parent 0196e1f commit df1c4d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
samm:dataType xsd:string .

:TextLengthConstraint a samm-c:LengthConstraint ;
samm:preferredName "UserInputConstraint"@en ;
samm:preferredName "User Input Constraint"@en ;
samm:description "Constraint for a string to be max. 4000 characters long."@en ;
samm-c:maxValue "4000"^^xsd:nonNegativeInteger .

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All notable changes to this model will be documented in this file.
### Changed

- relatedSourceMessageId: renamed to sourceNotificationId and reframed semantics
- preferredName of TextLengthConstraint was CamelCase

### Removed

Expand Down

0 comments on commit df1c4d3

Please sign in to comment.