main - Automated spec update (48450)
made at remote:2024-05-17T03:18:09 taken at now:2024-05-17T04:10:02 made by remote Nelly (automation bot) <>
This commit is contained in:
		
							parent
							
								
									f092d14f29
								
							
						
					
					
						commit
						9ee60cd14e
					
				
					 2 changed files with 298 additions and 2 deletions
				
			
		|  | @ -8674,6 +8674,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "components": { |           "components": { | ||||||
|             "type": "array", |             "type": "array", | ||||||
|             "items": { |             "items": { | ||||||
|  | @ -12999,6 +13011,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": [ |             "type": [ | ||||||
|               "string", |               "string", | ||||||
|  | @ -13039,6 +13063,16 @@ | ||||||
|             ], |             ], | ||||||
|             "maxLength": 512, |             "maxLength": 512, | ||||||
|             "format": "uri" |             "format": "uri" | ||||||
|  |           }, | ||||||
|  |           "sku_id": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|           } |           } | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|  | @ -13068,6 +13102,10 @@ | ||||||
|           { |           { | ||||||
|             "title": "LINK", |             "title": "LINK", | ||||||
|             "const": 5 |             "const": 5 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "PREMIUM", | ||||||
|  |             "const": 6 | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|         "format": "int32" |         "format": "int32" | ||||||
|  | @ -13266,6 +13304,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string", |             "type": "string", | ||||||
|             "maxLength": 100 |             "maxLength": 100 | ||||||
|  | @ -19559,6 +19609,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string", |             "type": "string", | ||||||
|             "maxLength": 100 |             "maxLength": 100 | ||||||
|  | @ -19620,6 +19682,12 @@ | ||||||
|         "maximum": 9007199254740991, |         "maximum": 9007199254740991, | ||||||
|         "format": "int64" |         "format": "int64" | ||||||
|       }, |       }, | ||||||
|  |       "Int64Type": { | ||||||
|  |         "type": "integer", | ||||||
|  |         "minimum": -9223372036854775808, | ||||||
|  |         "maximum": 9223372036854775807, | ||||||
|  |         "format": "int64" | ||||||
|  |       }, | ||||||
|       "IntegrationApplicationResponse": { |       "IntegrationApplicationResponse": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -21165,6 +21233,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string", |             "type": "string", | ||||||
|             "maxLength": 100 |             "maxLength": 100 | ||||||
|  | @ -21465,6 +21545,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "components": { |           "components": { | ||||||
|             "type": [ |             "type": [ | ||||||
|               "array", |               "array", | ||||||
|  | @ -21498,7 +21581,8 @@ | ||||||
|           } |           } | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type" |           "type", | ||||||
|  |           "id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|       "MessageComponentButtonResponse": { |       "MessageComponentButtonResponse": { | ||||||
|  | @ -21516,6 +21600,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": [ |             "type": [ | ||||||
|               "string", |               "string", | ||||||
|  | @ -21558,6 +21645,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "style" |           "style" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  | @ -21576,6 +21664,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  | @ -21618,6 +21709,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "custom_id" |           "custom_id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  | @ -21663,6 +21755,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  | @ -21710,6 +21805,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "custom_id", |           "custom_id", | ||||||
|           "style" |           "style" | ||||||
|         ] |         ] | ||||||
|  | @ -21729,6 +21825,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  | @ -21761,6 +21860,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "custom_id" |           "custom_id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  | @ -21779,6 +21879,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  | @ -21811,6 +21914,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "custom_id" |           "custom_id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  | @ -21829,6 +21933,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  | @ -21877,6 +21984,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "custom_id" |           "custom_id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  | @ -21941,6 +22049,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  | @ -21973,6 +22084,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "custom_id" |           "custom_id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  | @ -25000,6 +25112,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string", |             "type": "string", | ||||||
|             "maxLength": 100 |             "maxLength": 100 | ||||||
|  | @ -26005,6 +26129,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string", |             "type": "string", | ||||||
|             "maxLength": 100 |             "maxLength": 100 | ||||||
|  | @ -27217,6 +27353,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string", |             "type": "string", | ||||||
|             "maxLength": 100 |             "maxLength": 100 | ||||||
|  |  | ||||||
|  | @ -8674,6 +8674,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "components": { |           "components": { | ||||||
|             "type": "array", |             "type": "array", | ||||||
|             "items": { |             "items": { | ||||||
|  | @ -13214,6 +13226,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": [ |             "type": [ | ||||||
|               "string", |               "string", | ||||||
|  | @ -13254,6 +13278,16 @@ | ||||||
|             ], |             ], | ||||||
|             "maxLength": 512, |             "maxLength": 512, | ||||||
|             "format": "uri" |             "format": "uri" | ||||||
|  |           }, | ||||||
|  |           "sku_id": { | ||||||
|  |             "oneOf": [ | ||||||
|  |               { | ||||||
|  |                 "type": "null" | ||||||
|  |               }, | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |               } | ||||||
|  |             ] | ||||||
|           } |           } | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|  | @ -13283,6 +13317,10 @@ | ||||||
|           { |           { | ||||||
|             "title": "LINK", |             "title": "LINK", | ||||||
|             "const": 5 |             "const": 5 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "title": "PREMIUM", | ||||||
|  |             "const": 6 | ||||||
|           } |           } | ||||||
|         ], |         ], | ||||||
|         "format": "int32" |         "format": "int32" | ||||||
|  | @ -13515,6 +13553,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string", |             "type": "string", | ||||||
|             "maxLength": 100 |             "maxLength": 100 | ||||||
|  | @ -19859,6 +19909,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string", |             "type": "string", | ||||||
|             "maxLength": 100 |             "maxLength": 100 | ||||||
|  | @ -19920,6 +19982,12 @@ | ||||||
|         "maximum": 9007199254740991, |         "maximum": 9007199254740991, | ||||||
|         "format": "int64" |         "format": "int64" | ||||||
|       }, |       }, | ||||||
|  |       "Int64Type": { | ||||||
|  |         "type": "integer", | ||||||
|  |         "minimum": -9223372036854775808, | ||||||
|  |         "maximum": 9223372036854775807, | ||||||
|  |         "format": "int64" | ||||||
|  |       }, | ||||||
|       "IntegrationApplicationResponse": { |       "IntegrationApplicationResponse": { | ||||||
|         "type": "object", |         "type": "object", | ||||||
|         "properties": { |         "properties": { | ||||||
|  | @ -21495,6 +21563,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string", |             "type": "string", | ||||||
|             "maxLength": 100 |             "maxLength": 100 | ||||||
|  | @ -21795,6 +21875,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "components": { |           "components": { | ||||||
|             "type": [ |             "type": [ | ||||||
|               "array", |               "array", | ||||||
|  | @ -21828,7 +21911,8 @@ | ||||||
|           } |           } | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type" |           "type", | ||||||
|  |           "id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|       "MessageComponentButtonResponse": { |       "MessageComponentButtonResponse": { | ||||||
|  | @ -21846,6 +21930,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": [ |             "type": [ | ||||||
|               "string", |               "string", | ||||||
|  | @ -21888,6 +21975,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "style" |           "style" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  | @ -21906,6 +21994,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  | @ -21948,6 +22039,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "custom_id" |           "custom_id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  | @ -21993,6 +22085,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  | @ -22040,6 +22135,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "custom_id", |           "custom_id", | ||||||
|           "style" |           "style" | ||||||
|         ] |         ] | ||||||
|  | @ -22114,6 +22210,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  | @ -22146,6 +22245,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "custom_id" |           "custom_id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  | @ -22164,6 +22264,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  | @ -22196,6 +22299,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "custom_id" |           "custom_id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  | @ -22214,6 +22318,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  | @ -22262,6 +22369,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "custom_id" |           "custom_id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  | @ -22326,6 +22434,9 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "$ref": "#/components/schemas/SnowflakeType" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string" |             "type": "string" | ||||||
|           }, |           }, | ||||||
|  | @ -22358,6 +22469,7 @@ | ||||||
|         }, |         }, | ||||||
|         "required": [ |         "required": [ | ||||||
|           "type", |           "type", | ||||||
|  |           "id", | ||||||
|           "custom_id" |           "custom_id" | ||||||
|         ] |         ] | ||||||
|       }, |       }, | ||||||
|  | @ -25771,6 +25883,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string", |             "type": "string", | ||||||
|             "maxLength": 100 |             "maxLength": 100 | ||||||
|  | @ -26830,6 +26954,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string", |             "type": "string", | ||||||
|             "maxLength": 100 |             "maxLength": 100 | ||||||
|  | @ -28043,6 +28179,18 @@ | ||||||
|             ], |             ], | ||||||
|             "format": "int32" |             "format": "int32" | ||||||
|           }, |           }, | ||||||
|  |           "id": { | ||||||
|  |             "type": [ | ||||||
|  |               "integer", | ||||||
|  |               "null" | ||||||
|  |             ], | ||||||
|  |             "allOf": [ | ||||||
|  |               { | ||||||
|  |                 "$ref": "#/components/schemas/Int64Type" | ||||||
|  |               } | ||||||
|  |             ], | ||||||
|  |             "format": "int64" | ||||||
|  |           }, | ||||||
|           "custom_id": { |           "custom_id": { | ||||||
|             "type": "string", |             "type": "string", | ||||||
|             "maxLength": 100 |             "maxLength": 100 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue