Skip to content

Commit 872d921

Browse files
committed
[GitHub Actions] Update openAPI spec files
1 parent 01c1335 commit 872d921

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

sormas-rest/swagger.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12342,6 +12342,15 @@
1234212342
"maxLength" : 32,
1234312343
"minLength" : 0
1234412344
},
12345+
"dateOther" : {
12346+
"type" : "string",
12347+
"format" : "date-time"
12348+
},
12349+
"dateOtherDetails" : {
12350+
"type" : "string",
12351+
"maxLength" : 512,
12352+
"minLength" : 0
12353+
},
1234512354
"deleted" : {
1234612355
"type" : "boolean"
1234712356
},
@@ -12404,6 +12413,11 @@
1240412413
"type" : "string",
1240512414
"enum" : [ "YES", "NO", "UNKNOWN" ]
1240612415
},
12416+
"externalComments" : {
12417+
"type" : "string",
12418+
"maxLength" : 1000000,
12419+
"minLength" : 0
12420+
},
1240712421
"externalData" : {
1240812422
"type" : "object",
1240912423
"additionalProperties" : {

sormas-rest/swagger.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9873,6 +9873,13 @@ components:
98739873
type: string
98749874
maxLength: 32
98759875
minLength: 0
9876+
dateOther:
9877+
type: string
9878+
format: date-time
9879+
dateOtherDetails:
9880+
type: string
9881+
maxLength: 512
9882+
minLength: 0
98769883
deleted:
98779884
type: boolean
98789885
deletionReason:
@@ -10004,6 +10011,10 @@ components:
1000410011
- "YES"
1000510012
- "NO"
1000610013
- UNKNOWN
10014+
externalComments:
10015+
type: string
10016+
maxLength: 1000000
10017+
minLength: 0
1000710018
externalData:
1000810019
type: object
1000910020
additionalProperties:

0 commit comments

Comments
 (0)