Skip to content

Commit 5d78b2f

Browse files
committed
[GitHub Actions] Update openAPI spec files
1 parent 88b9a71 commit 5d78b2f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

sormas-rest/swagger.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19057,7 +19057,8 @@
1905719057
"type" : "string",
1905819058
"enum" : [ "UNKNOWN", "OPEN_SPACE_OFFICE", "FOOD_SECTOR", "BUILDING_SECTOR", "LOGISTICS_CENTER", "OTHER" ]
1905919059
}
19060-
}
19060+
},
19061+
"required" : [ "exposureType" ]
1906119062
},
1906219063
"ExternalDataDto" : {
1906319064
"type" : "object",

sormas-rest/swagger.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18123,6 +18123,8 @@ components:
1812318123
- BUILDING_SECTOR
1812418124
- LOGISTICS_CENTER
1812518125
- OTHER
18126+
required:
18127+
- exposureType
1812618128
ExternalDataDto:
1812718129
type: object
1812818130
properties:

0 commit comments

Comments
 (0)