fix(openapi): incorrect types on some fields

This commit is contained in:
Hampus Kraft
2026-02-17 13:58:14 +00:00
parent d5abd1a7e4
commit 2db02ec255
2 changed files with 54 additions and 12 deletions

View File

@@ -68463,11 +68463,25 @@
"description": "The name of the application"
},
"icon": {
"type": "null",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "The icon hash of the application"
},
"description": {
"type": "null",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "The description of the application"
},
"bot_public": {
@@ -77063,11 +77077,25 @@
"description": "The name of the application"
},
"icon": {
"type": "null",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "The icon hash of the application"
},
"description": {
"type": "null",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "The description of the application"
},
"bot_public": {
@@ -77239,7 +77267,14 @@
"description": "The icon hash of the application"
},
"description": {
"type": "null",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "The description of the application"
},
"bot_public": {
@@ -77585,7 +77620,14 @@
"description": "The icon hash of the application"
},
"description": {
"type": "null",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "The description of the application"
},
"redirect_uris": {