Skip to content

Commit

Permalink
[GitHub Actions] Update openAPI spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
sormas-vitagroup committed Oct 11, 2023
1 parent 059fd45 commit 5ba1563
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion sormas-rest/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -20621,6 +20621,9 @@
"maxLength" : 512,
"minLength" : 0
},
"testedPathogen" : {
"$ref" : "#/components/schemas/Pathogen"
},
"typingId" : {
"type" : "string",
"maxLength" : 1000000,
Expand All @@ -20636,7 +20639,7 @@
"type" : "boolean"
}
},
"required" : [ "lab", "testResult", "testResultVerified", "testType", "testedDisease" ]
"required" : [ "lab", "testResult", "testResultVerified", "testType" ]
},
"PeriodDto" : {
"type" : "object",
Expand Down
3 changes: 2 additions & 1 deletion sormas-rest/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19894,6 +19894,8 @@ components:
type: string
maxLength: 512
minLength: 0
testedPathogen:
$ref: '#/components/schemas/Pathogen'
typingId:
type: string
maxLength: 1000000
Expand All @@ -19910,7 +19912,6 @@ components:
- testResult
- testResultVerified
- testType
- testedDisease
PeriodDto:
type: object
properties:
Expand Down

0 comments on commit 5ba1563

Please sign in to comment.