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 Apr 30, 2024
1 parent 6803853 commit 2807299
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
12 changes: 1 addition & 11 deletions sormas-rest/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -15913,16 +15913,6 @@
"pseudonymized" : {
"type" : "boolean"
},
"relatedEntityType" : {
"type" : "string",
"enum" : [ "CASE", "CONTACT", "ACTION", "EVENT", "TRAVEL_ENTRY" ]
},
"relatedEntityUuid" : {
"type" : "string",
"maxLength" : 36,
"minLength" : 20,
"pattern" : "^[0-9a-zA-Z-]*$"
},
"size" : {
"type" : "integer",
"format" : "int64"
Expand All @@ -15937,7 +15927,7 @@
"pattern" : "^[0-9a-zA-Z-]*$"
}
},
"required" : [ "mimeType", "name", "relatedEntityType", "relatedEntityUuid", "size", "uploadingUser" ]
"required" : [ "mimeType", "name", "size", "uploadingUser" ]
},
"EnvironmentDto" : {
"type" : "object",
Expand Down
15 changes: 0 additions & 15 deletions sormas-rest/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13986,19 +13986,6 @@ components:
minLength: 0
pseudonymized:
type: boolean
relatedEntityType:
type: string
enum:
- CASE
- CONTACT
- ACTION
- EVENT
- TRAVEL_ENTRY
relatedEntityUuid:
type: string
maxLength: 36
minLength: 20
pattern: "^[0-9a-zA-Z-]*$"
size:
type: integer
format: int64
Expand All @@ -14012,8 +13999,6 @@ components:
required:
- mimeType
- name
- relatedEntityType
- relatedEntityUuid
- size
- uploadingUser
EnvironmentDto:
Expand Down

0 comments on commit 2807299

Please sign in to comment.