Skip to content

Commit

Permalink
CMR-9878: CodeSystemIdentifierMeaning maxlength to 1024 and minItems …
Browse files Browse the repository at this point in the history
…to 1
  • Loading branch information
htranho committed Jan 3, 2025
1 parent 2931b87 commit 2ab31e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@
"items": {
"type": "string",
"minLength": 1,
"maxLength": 120
"maxLength": 1024
},
"minItems": 0
"minItems": 1
},
"CodeSystemIdentifierValue": {
"description": "The code system identifier value is the textual or numerical value assigned to each meaning.",
Expand Down

0 comments on commit 2ab31e8

Please sign in to comment.