Skip to content

Commit

Permalink
chore: Regenerate openapi.json
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <[email protected]>
  • Loading branch information
provokateurin committed Nov 2, 2023
1 parent 755de1e commit 0f43eeb
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 49 deletions.
104 changes: 56 additions & 48 deletions apps/sharebymail/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,79 +21,87 @@
},
"schemas": {
"Capabilities": {
"type": "object",
"required": [
"files_sharing"
],
"properties": {
"files_sharing": {
"oneOf": [
{
"type": "object",
"required": [
"sharebymail"
"files_sharing"
],
"properties": {
"sharebymail": {
"files_sharing": {
"type": "object",
"required": [
"enabled",
"send_password_by_mail",
"upload_files_drop",
"password",
"expire_date"
"sharebymail"
],
"properties": {
"enabled": {
"type": "boolean"
},
"send_password_by_mail": {
"type": "boolean"
},
"upload_files_drop": {
"type": "object",
"required": [
"enabled"
],
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"password": {
"sharebymail": {
"type": "object",
"required": [
"enabled",
"enforced"
"send_password_by_mail",
"upload_files_drop",
"password",
"expire_date"
],
"properties": {
"enabled": {
"type": "boolean"
},
"enforced": {
"type": "boolean"
}
}
},
"expire_date": {
"type": "object",
"required": [
"enabled",
"enforced"
],
"properties": {
"enabled": {
"send_password_by_mail": {
"type": "boolean"
},
"enforced": {
"type": "boolean"
"upload_files_drop": {
"type": "object",
"required": [
"enabled"
],
"properties": {
"enabled": {
"type": "boolean"
}
}
},
"password": {
"type": "object",
"required": [
"enabled",
"enforced"
],
"properties": {
"enabled": {
"type": "boolean"
},
"enforced": {
"type": "boolean"
}
}
},
"expire_date": {
"type": "object",
"required": [
"enabled",
"enforced"
],
"properties": {
"enabled": {
"type": "boolean"
},
"enforced": {
"type": "boolean"
}
}
}
}
}
}
}
}
},
{
"type": "array",
"maxLength": 0
}
}
]
}
}
},
Expand Down
5 changes: 4 additions & 1 deletion apps/user_status/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,10 @@
{
"$ref": "#/components/schemas/Private"
},
{}
{
"type": "array",
"maxLength": 0
}
]
}
}
Expand Down

0 comments on commit 0f43eeb

Please sign in to comment.