Automated spec update (42638)

This commit is contained in:
Nelly (automation bot) 2024-04-19 19:13:51 +00:00
parent d7a01b1e55
commit b67077a0a8
2 changed files with 102 additions and 10 deletions

View File

@ -13061,7 +13061,15 @@
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "type": {
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes" "type": "string",
"enum": [
"channel"
],
"allOf": [
{
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
}
]
}, },
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
@ -20857,7 +20865,16 @@
"array", "array",
"null" "null"
], ],
"items": {}, "items": {
"oneOf": [
{
"$ref": "#/components/schemas/RoleSelectDefaultValue"
},
{
"$ref": "#/components/schemas/UserSelectDefaultValue"
}
]
},
"maxItems": 25 "maxItems": 25
} }
}, },
@ -24674,7 +24691,15 @@
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "type": {
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes" "type": "string",
"enum": [
"role"
],
"allOf": [
{
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
}
]
}, },
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
@ -24977,7 +25002,20 @@
}, },
"SnowflakeSelectDefaultValueTypes": { "SnowflakeSelectDefaultValueTypes": {
"type": "string", "type": "string",
"oneOf": [] "oneOf": [
{
"title": "USER",
"const": "user"
},
{
"title": "ROLE",
"const": "role"
},
{
"title": "CHANNEL",
"const": "channel"
}
]
}, },
"SnowflakeType": { "SnowflakeType": {
"type": "string", "type": "string",
@ -26870,7 +26908,15 @@
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "type": {
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes" "type": "string",
"enum": [
"user"
],
"allOf": [
{
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
}
]
}, },
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"

View File

@ -13304,7 +13304,15 @@
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "type": {
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes" "type": "string",
"enum": [
"channel"
],
"allOf": [
{
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
}
]
}, },
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
@ -21185,7 +21193,16 @@
"array", "array",
"null" "null"
], ],
"items": {}, "items": {
"oneOf": [
{
"$ref": "#/components/schemas/RoleSelectDefaultValue"
},
{
"$ref": "#/components/schemas/UserSelectDefaultValue"
}
]
},
"maxItems": 25 "maxItems": 25
} }
}, },
@ -25431,7 +25448,15 @@
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "type": {
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes" "type": "string",
"enum": [
"role"
],
"allOf": [
{
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
}
]
}, },
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"
@ -25758,7 +25783,20 @@
}, },
"SnowflakeSelectDefaultValueTypes": { "SnowflakeSelectDefaultValueTypes": {
"type": "string", "type": "string",
"oneOf": [] "oneOf": [
{
"title": "USER",
"const": "user"
},
{
"title": "ROLE",
"const": "role"
},
{
"title": "CHANNEL",
"const": "channel"
}
]
}, },
"SnowflakeType": { "SnowflakeType": {
"type": "string", "type": "string",
@ -27682,7 +27720,15 @@
"type": "object", "type": "object",
"properties": { "properties": {
"type": { "type": {
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes" "type": "string",
"enum": [
"user"
],
"allOf": [
{
"$ref": "#/components/schemas/SnowflakeSelectDefaultValueTypes"
}
]
}, },
"id": { "id": {
"$ref": "#/components/schemas/SnowflakeType" "$ref": "#/components/schemas/SnowflakeType"