main - Automated spec update (5502)

made at remote:2023-09-29T18:53:04

taken at now:2023-09-29T19:10:03

made by remote Nelly (automation bot) <>
This commit is contained in:
Adversary 2023-09-29 19:10:03 +00:00
parent 8050a281e3
commit 7c4d03a34c
2 changed files with 74 additions and 6 deletions

View File

@ -15300,6 +15300,9 @@
}
]
},
"auto_start": {
"type": "boolean"
},
"entity_metadata": {
"$ref": "#/components/schemas/EntityMetadataExternalResponse"
}
@ -15312,6 +15315,7 @@
"status",
"entity_type",
"privacy_level",
"auto_start",
"entity_metadata"
]
},
@ -24685,6 +24689,9 @@
"$ref": "#/components/schemas/ScheduledEventUserResponse"
}
]
},
"auto_start": {
"type": "boolean"
}
},
"required": [
@ -24694,7 +24701,8 @@
"scheduled_start_time",
"status",
"entity_type",
"privacy_level"
"privacy_level",
"auto_start"
]
},
"ScheduledEventUserResponse": {
@ -25308,6 +25316,9 @@
}
]
},
"auto_start": {
"type": "boolean"
},
"entity_metadata": {
"oneOf": [
{
@ -25326,7 +25337,8 @@
"scheduled_start_time",
"status",
"entity_type",
"privacy_level"
"privacy_level",
"auto_start"
]
},
"StandardStickerResponse": {
@ -27161,6 +27173,9 @@
}
]
},
"auto_start": {
"type": "boolean"
},
"entity_metadata": {
"oneOf": [
{
@ -27179,7 +27194,8 @@
"scheduled_start_time",
"status",
"entity_type",
"privacy_level"
"privacy_level",
"auto_start"
]
},
"WebhookSlackEmbed": {

View File

@ -15119,6 +15119,12 @@
}
]
},
"auto_start": {
"type": [
"boolean",
"null"
]
},
"entity_metadata": {
"$ref": "#/components/schemas/EntityMetadataExternal"
}
@ -15215,6 +15221,12 @@
}
]
},
"auto_start": {
"type": [
"boolean",
"null"
]
},
"entity_metadata": {
"$ref": "#/components/schemas/EntityMetadataExternal"
}
@ -15340,6 +15352,9 @@
}
]
},
"auto_start": {
"type": "boolean"
},
"entity_metadata": {
"$ref": "#/components/schemas/EntityMetadataExternalResponse"
}
@ -15352,6 +15367,7 @@
"status",
"entity_type",
"privacy_level",
"auto_start",
"entity_metadata"
]
},
@ -25010,6 +25026,9 @@
"$ref": "#/components/schemas/ScheduledEventUserResponse"
}
]
},
"auto_start": {
"type": "boolean"
}
},
"required": [
@ -25019,7 +25038,8 @@
"scheduled_start_time",
"status",
"entity_type",
"privacy_level"
"privacy_level",
"auto_start"
]
},
"ScheduledEventUserResponse": {
@ -25429,6 +25449,12 @@
}
]
},
"auto_start": {
"type": [
"boolean",
"null"
]
},
"entity_metadata": {
"oneOf": [
{
@ -25531,6 +25557,12 @@
}
]
},
"auto_start": {
"type": [
"boolean",
"null"
]
},
"entity_metadata": {
"oneOf": [
{
@ -25663,6 +25695,9 @@
}
]
},
"auto_start": {
"type": "boolean"
},
"entity_metadata": {
"oneOf": [
{
@ -25681,7 +25716,8 @@
"scheduled_start_time",
"status",
"entity_type",
"privacy_level"
"privacy_level",
"auto_start"
]
},
"StandardStickerResponse": {
@ -27313,6 +27349,12 @@
}
]
},
"auto_start": {
"type": [
"boolean",
"null"
]
},
"entity_metadata": {
"oneOf": [
{
@ -27415,6 +27457,12 @@
}
]
},
"auto_start": {
"type": [
"boolean",
"null"
]
},
"entity_metadata": {
"oneOf": [
{
@ -27547,6 +27595,9 @@
}
]
},
"auto_start": {
"type": "boolean"
},
"entity_metadata": {
"oneOf": [
{
@ -27565,7 +27616,8 @@
"scheduled_start_time",
"status",
"entity_type",
"privacy_level"
"privacy_level",
"auto_start"
]
},
"WebhookSlackEmbed": {