Compare commits

..

No commits in common. "a57dcabd62e82916b567a7098de7115068a24dd3" and "2470515a2be542dd691527d1d0f9e118814e96a8" have entirely different histories.

2 changed files with 34 additions and 345 deletions

View file

@ -14938,14 +14938,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"components": {
"type": "array",
"items": {
@ -14994,14 +14986,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"components": {
"type": "array",
"items": {
@ -20032,14 +20016,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": [
"string",
@ -20396,14 +20372,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": "string",
"maxLength": 100
@ -20437,12 +20405,6 @@
"null"
]
},
"required": {
"type": [
"boolean",
"null"
]
},
"default_values": {
"type": [
"array",
@ -20983,14 +20945,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"accent_color": {
"type": [
"integer",
@ -23022,14 +22976,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"spoiler": {
"type": [
"boolean",
@ -28708,14 +28654,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"items": {
"type": "array",
"items": {
@ -29127,14 +29065,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": "string",
"maxLength": 100
@ -29168,12 +29098,6 @@
"null"
]
},
"required": {
"type": [
"boolean",
"null"
]
},
"default_values": {
"type": [
"array",
@ -33697,14 +33621,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": "string",
"maxLength": 100
@ -33738,12 +33654,6 @@
"null"
]
},
"required": {
"type": [
"boolean",
"null"
]
},
"default_values": {
"type": [
"array",
@ -34192,14 +34102,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"components": {
"type": "array",
"items": {
@ -34283,14 +34185,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"spacing": {
"oneOf": [
{
@ -35228,14 +35122,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": "string",
"maxLength": 100
@ -35269,12 +35155,6 @@
"null"
]
},
"required": {
"type": [
"boolean",
"null"
]
},
"options": {
"type": "array",
"items": {
@ -35513,14 +35393,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"content": {
"type": "string",
"minLength": 1,
@ -35547,14 +35419,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"content": {
"type": "string",
"minLength": 1,
@ -35610,14 +35474,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": "string",
"maxLength": 100
@ -36165,14 +36021,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"description": {
"type": [
"string",
@ -37429,14 +37277,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": "string",
"maxLength": 100
@ -37470,12 +37310,6 @@
"null"
]
},
"required": {
"type": [
"boolean",
"null"
]
},
"default_values": {
"type": [
"array",

View file

@ -7949,7 +7949,10 @@
"schema": {
"type": "array",
"items": {
"type": "string",
"type": [
"string",
"null"
],
"maxLength": 1024
},
"maxItems": 100
@ -7961,7 +7964,14 @@
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"maxItems": 1521,
"uniqueItems": true
@ -7985,7 +7995,14 @@
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/SnowflakeType"
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"maxItems": 1521,
"uniqueItems": true
@ -8062,7 +8079,10 @@
"schema": {
"type": "array",
"items": {
"type": "string",
"type": [
"string",
"null"
],
"maxLength": 152133
},
"maxItems": 1521,
@ -8075,7 +8095,10 @@
"schema": {
"type": "array",
"items": {
"type": "string",
"type": [
"string",
"null"
],
"maxLength": 256
},
"maxItems": 1521,
@ -8107,7 +8130,10 @@
"schema": {
"type": "array",
"items": {
"type": "string",
"type": [
"string",
"null"
],
"maxLength": 152133
},
"maxItems": 1521,
@ -8118,13 +8144,8 @@
"name": "attachment_filename",
"in": "query",
"schema": {
"type": "array",
"items": {
"type": "string",
"maxLength": 1024
},
"maxItems": 1521,
"uniqueItems": true
"type": "string",
"maxLength": 1024
}
},
{
@ -15278,14 +15299,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"components": {
"type": "array",
"items": {
@ -15334,14 +15347,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"components": {
"type": "array",
"items": {
@ -20401,14 +20406,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": [
"string",
@ -20799,14 +20796,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": "string",
"maxLength": 100
@ -20840,12 +20829,6 @@
"null"
]
},
"required": {
"type": [
"boolean",
"null"
]
},
"default_values": {
"type": [
"array",
@ -21391,14 +21374,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"accent_color": {
"type": [
"integer",
@ -23461,14 +23436,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"spoiler": {
"type": [
"boolean",
@ -29294,14 +29261,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"items": {
"type": "array",
"items": {
@ -29713,14 +29672,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": "string",
"maxLength": 100
@ -29754,12 +29705,6 @@
"null"
]
},
"required": {
"type": [
"boolean",
"null"
]
},
"default_values": {
"type": [
"array",
@ -34576,14 +34521,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": "string",
"maxLength": 100
@ -34617,12 +34554,6 @@
"null"
]
},
"required": {
"type": [
"boolean",
"null"
]
},
"default_values": {
"type": [
"array",
@ -35564,14 +35495,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"components": {
"type": "array",
"items": {
@ -35655,14 +35578,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"spacing": {
"oneOf": [
{
@ -36643,14 +36558,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": "string",
"maxLength": 100
@ -36684,12 +36591,6 @@
"null"
]
},
"required": {
"type": [
"boolean",
"null"
]
},
"options": {
"type": "array",
"items": {
@ -36928,14 +36829,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"content": {
"type": "string",
"minLength": 1,
@ -36962,14 +36855,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"content": {
"type": "string",
"minLength": 1,
@ -37025,14 +36910,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": "string",
"maxLength": 100
@ -37580,14 +37457,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"description": {
"type": [
"string",
@ -38868,14 +38737,6 @@
],
"format": "int32"
},
"id": {
"type": [
"integer",
"null"
],
"minimum": 0,
"format": "int32"
},
"custom_id": {
"type": "string",
"maxLength": 100
@ -38909,12 +38770,6 @@
"null"
]
},
"required": {
"type": [
"boolean",
"null"
]
},
"default_values": {
"type": [
"array",