Automated spec update (13622)

This commit is contained in:
Nelly (automation bot) 2023-11-14 17:45:52 +00:00
parent c82673e2e0
commit 711654a2ef
2 changed files with 64 additions and 0 deletions

View File

@ -20891,6 +20891,38 @@
"boolean",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"application": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/ApplicationResponse"
}
]
},
"clip_created_at": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"clip_participants": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/UserResponse"
}
}
},
"required": [

View File

@ -20958,6 +20958,38 @@
"boolean",
"null"
]
},
"title": {
"type": [
"string",
"null"
]
},
"application": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/ApplicationResponse"
}
]
},
"clip_created_at": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"clip_participants": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/UserResponse"
}
}
},
"required": [