Newer
Older
percord / assets / openapi.json
{
    "openapi": "3.1.0",
    "info": {
        "title": "Spacebar Server",
        "description": "Spacebar is a Discord.com server implementation and extension, with the goal of complete feature parity with Discord.com, all while adding some additional goodies, security, privacy, and configuration options.",
        "license": {
            "name": "AGPLV3",
            "url": "https://www.gnu.org/licenses/agpl-3.0.en.html"
        },
        "version": "1.0.0"
    },
    "externalDocs": {
        "description": "Spacebar Docs",
        "url": "https://docs.spacebar.chat"
    },
    "servers": [
        {
            "url": "https://old.server.spacebar.chat/api/",
            "description": "Official Spacebar Instance"
        }
    ],
    "components": {
        "securitySchemes": {
            "bearer": {
                "type": "http",
                "scheme": "bearer",
                "description": "Bearer/Bot prefixes are not required.",
                "bearerFormat": "JWT",
                "in": "header"
            }
        },
        "schemas": {
            "CreateFingerprintResponse": {
                "type": "object",
                "properties": {
                    "fingerprint": {
                        "type": "string"
                    }
                },
                "required": [
                    "fingerprint"
                ]
            },
            "ApplicationCommandSchema": {
                "type": "object",
                "properties": {
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "type": {
                        "enum": [
                            1,
                            2,
                            3,
                            4
                        ],
                        "type": "number"
                    },
                    "application_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "guild_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "name_localizations": {
                        "type": "object",
                        "additionalProperties": {
                            "type": "string"
                        }
                    },
                    "name_localized": {
                        "type": "string",
                        "nullable": true
                    },
                    "description": {
                        "type": "string"
                    },
                    "description_localizations": {
                        "type": "object",
                        "additionalProperties": {
                            "type": "string"
                        }
                    },
                    "description_localized": {
                        "type": "string",
                        "nullable": true
                    },
                    "options": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ApplicationCommandOption"
                        }
                    },
                    "default_member_permissions": {
                        "type": "string",
                        "nullable": true
                    },
                    "dm_permission": {
                        "type": "boolean"
                    },
                    "permissions": {
                        "$ref": "#/components/schemas/ApplicationCommandIndexPermissions"
                    },
                    "nsfw": {
                        "type": "boolean"
                    },
                    "integration_types": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ApplicationIntegrationType"
                        }
                    },
                    "global_popularity_rank": {
                        "type": "integer"
                    },
                    "contexts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/InteractionContextType"
                        }
                    },
                    "version": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "handler": {
                        "enum": [
                            1,
                            2,
                            3
                        ],
                        "type": "number"
                    }
                },
                "required": [
                    "application_id",
                    "default_member_permissions",
                    "description",
                    "name",
                    "version"
                ]
            },
            "InteractionSchema": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/InteractionType"
                    },
                    "application_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "guild_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "channel_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "message_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "message_flags": {
                        "type": "integer"
                    },
                    "session_id": {
                        "type": "string"
                    },
                    "data": {
                        "$ref": "#/components/schemas/InteractionData"
                    },
                    "files": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {},
                            "additionalProperties": true
                        }
                    },
                    "nonce": {
                        "type": "string"
                    },
                    "analytics_location": {
                        "type": "string"
                    },
                    "section_name": {
                        "type": "string"
                    },
                    "source": {
                        "type": "string"
                    }
                },
                "required": [
                    "application_id",
                    "channel_id",
                    "data",
                    "type"
                ]
            },
            "RouteResponse": {
                "type": "object",
                "properties": {
                    "status": {
                        "type": "integer"
                    },
                    "body": {
                        "type": "string",
                        "pattern": "^.*Response$"
                    },
                    "headers": {
                        "$ref": "#/components/schemas/Record%3Cstring%2Cstring%3E"
                    }
                }
            },
            "FieldErrorResponse": {
                "type": "object",
                "properties": {
                    "code": {
                        "type": "integer"
                    },
                    "message": {
                        "type": "string"
                    },
                    "errors": {
                        "$ref": "#/components/schemas/ErrorList"
                    }
                },
                "required": [
                    "code",
                    "errors",
                    "message"
                ]
            },
            "ActivitySchema": {
                "type": "object",
                "properties": {
                    "afk": {
                        "type": "boolean"
                    },
                    "status": {
                        "$ref": "#/components/schemas/SetPrivateStatus"
                    },
                    "activities": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Activity"
                        }
                    },
                    "since": {
                        "type": "integer"
                    },
                    "client_status": {
                        "$ref": "#/components/schemas/ClientStatus"
                    }
                },
                "required": [
                    "status"
                ]
            },
            "ApplicationAuthorizeSchema": {
                "type": "object",
                "properties": {
                    "authorize": {
                        "type": "boolean"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "permissions": {
                        "type": "string"
                    },
                    "captcha_key": {
                        "type": "string"
                    },
                    "code": {
                        "minLength": 6,
                        "maxLength": 6,
                        "type": "string"
                    }
                },
                "required": [
                    "authorize",
                    "guild_id",
                    "permissions"
                ]
            },
            "AutomodMentionSpamRuleSchema": {
                "type": "object",
                "properties": {
                    "mention_total_limit": {
                        "type": "integer"
                    },
                    "mention_raid_protection_enabled": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "mention_raid_protection_enabled",
                    "mention_total_limit"
                ]
            },
            "AutomodSuspectedSpamRuleSchema": {
                "type": "object"
            },
            "AutomodCommonlyFlaggedWordsRuleSchema": {
                "type": "object",
                "properties": {
                    "allow_list": {
                        "type": "array",
                        "items": [
                            {
                                "type": "string"
                            }
                        ],
                        "minItems": 1,
                        "maxItems": 1
                    },
                    "presets": {
                        "type": "array",
                        "items": [
                            {
                                "type": "integer"
                            }
                        ],
                        "minItems": 1,
                        "maxItems": 1
                    }
                },
                "required": [
                    "allow_list",
                    "presets"
                ]
            },
            "AutomodCustomWordsRuleSchema": {
                "type": "object",
                "properties": {
                    "allow_list": {
                        "type": "array",
                        "items": [
                            {
                                "type": "string"
                            }
                        ],
                        "minItems": 1,
                        "maxItems": 1
                    },
                    "keyword_filter": {
                        "type": "array",
                        "items": [
                            {
                                "type": "string"
                            }
                        ],
                        "minItems": 1,
                        "maxItems": 1
                    },
                    "regex_patterns": {
                        "type": "array",
                        "items": [
                            {
                                "type": "string"
                            }
                        ],
                        "minItems": 1,
                        "maxItems": 1
                    }
                },
                "required": [
                    "allow_list",
                    "keyword_filter",
                    "regex_patterns"
                ]
            },
            "AutomodRuleSchema": {
                "type": "object",
                "properties": {
                    "creator_id": {
                        "type": "string"
                    },
                    "enabled": {
                        "type": "boolean"
                    },
                    "event_type": {
                        "type": "integer"
                    },
                    "exempt_channels": {
                        "type": "array",
                        "items": [
                            {
                                "type": "string"
                            }
                        ],
                        "minItems": 1,
                        "maxItems": 1
                    },
                    "exempt_roles": {
                        "type": "array",
                        "items": [
                            {
                                "type": "string"
                            }
                        ],
                        "minItems": 1,
                        "maxItems": 1
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "position": {
                        "type": "integer"
                    },
                    "trigger_type": {
                        "type": "integer"
                    },
                    "trigger_metadata": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/AutomodMentionSpamRuleSchema"
                            },
                            {
                                "$ref": "#/components/schemas/AutomodSuspectedSpamRuleSchema"
                            },
                            {
                                "$ref": "#/components/schemas/AutomodCommonlyFlaggedWordsRuleSchema"
                            },
                            {
                                "$ref": "#/components/schemas/AutomodCustomWordsRuleSchema"
                            }
                        ]
                    }
                },
                "required": [
                    "creator_id",
                    "enabled",
                    "event_type",
                    "exempt_channels",
                    "exempt_roles",
                    "guild_id",
                    "name",
                    "position",
                    "trigger_metadata",
                    "trigger_type"
                ]
            },
            "BackupCodesChallengeSchema": {
                "type": "object",
                "properties": {
                    "password": {
                        "minLength": 1,
                        "maxLength": 72,
                        "type": "string"
                    }
                },
                "required": [
                    "password"
                ]
            },
            "BanCreateSchema": {
                "type": "object",
                "properties": {
                    "delete_message_seconds": {
                        "type": "integer"
                    },
                    "delete_message_days": {
                        "type": "integer"
                    },
                    "reason": {
                        "type": "string"
                    }
                }
            },
            "BanModeratorSchema": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "executor_id": {
                        "type": "string"
                    },
                    "reason": {
                        "type": "string"
                    }
                },
                "required": [
                    "executor_id",
                    "guild_id",
                    "id",
                    "user_id"
                ]
            },
            "BanRegistrySchema": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "executor_id": {
                        "type": "string"
                    },
                    "ip": {
                        "type": "string"
                    },
                    "reason": {
                        "type": "string"
                    }
                },
                "required": [
                    "executor_id",
                    "guild_id",
                    "id",
                    "user_id"
                ]
            },
            "BotModifySchema": {
                "type": "object",
                "properties": {
                    "avatar": {
                        "type": "string"
                    },
                    "username": {
                        "type": "string"
                    },
                    "banner": {
                        "type": "string"
                    }
                }
            },
            "BulkBanSchema": {
                "type": "object",
                "properties": {
                    "user_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "delete_message_seconds": {
                        "type": "integer"
                    }
                },
                "required": [
                    "user_ids"
                ]
            },
            "BulkDeleteSchema": {
                "type": "object",
                "properties": {
                    "messages": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },
                "required": [
                    "messages"
                ]
            },
            "ChannelModifySchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "type": {
                        "enum": [
                            0,
                            1,
                            10,
                            11,
                            12,
                            13,
                            14,
                            15,
                            16,
                            17,
                            18,
                            2,
                            255,
                            3,
                            4,
                            5,
                            6,
                            7,
                            8,
                            9
                        ],
                        "type": "number"
                    },
                    "topic": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string",
                        "nullable": true
                    },
                    "bitrate": {
                        "type": "integer"
                    },
                    "user_limit": {
                        "type": "integer"
                    },
                    "rate_limit_per_user": {
                        "type": "integer"
                    },
                    "position": {
                        "type": "integer"
                    },
                    "invitable": {
                        "type": "boolean"
                    },
                    "permission_overwrites": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": "string"
                                },
                                "type": {
                                    "$ref": "#/components/schemas/ChannelPermissionOverwriteType"
                                },
                                "allow": {
                                    "type": "string"
                                },
                                "deny": {
                                    "type": "string"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "allow",
                                "deny",
                                "id",
                                "type"
                            ]
                        }
                    },
                    "applied_tags": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "parent_id": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "nsfw": {
                        "type": "boolean"
                    },
                    "rtc_region": {
                        "type": "string"
                    },
                    "default_auto_archive_duration": {
                        "type": "integer"
                    },
                    "default_reaction_emoji": {
                        "type": "string",
                        "nullable": true
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "default_thread_rate_limit_per_user": {
                        "type": "integer"
                    },
                    "video_quality_mode": {
                        "type": "integer"
                    },
                    "auto_archive_duration": {
                        "type": "integer"
                    },
                    "archived": {
                        "type": "boolean"
                    },
                    "locked": {
                        "type": "boolean"
                    },
                    "available_tags": {
                        "type": "array",
                        "items": {
                            "additionalProperties": false,
                            "type": "object",
                            "properties": {
                                "name": {
                                    "type": "string"
                                },
                                "moderated": {
                                    "type": [
                                        "null",
                                        "boolean"
                                    ]
                                },
                                "emoji_id": {
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "emoji_name": {
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "id": {
                                    "type": "string"
                                }
                            },
                            "required": [
                                "id",
                                "name"
                            ]
                        }
                    }
                }
            },
            "ChannelPermissionOverwriteSchema": {
                "type": "object",
                "properties": {
                    "allow": {
                        "type": "string"
                    },
                    "deny": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "type": {
                        "$ref": "#/components/schemas/ChannelPermissionOverwriteType"
                    }
                },
                "required": [
                    "allow",
                    "deny",
                    "id",
                    "type"
                ]
            },
            "ChannelReorderSchema": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "id": {
                            "type": "string"
                        },
                        "position": {
                            "type": "integer"
                        },
                        "lock_permissions": {
                            "type": "boolean"
                        },
                        "parent_id": {
                            "type": [
                                "null",
                                "string"
                            ]
                        }
                    },
                    "additionalProperties": false,
                    "required": [
                        "id"
                    ]
                }
            },
            "CodesVerificationSchema": {
                "type": "object",
                "properties": {
                    "key": {
                        "type": "string"
                    },
                    "nonce": {
                        "type": "string"
                    },
                    "regenerate": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "key",
                    "nonce"
                ]
            },
            "ConnectedAccountSchema": {
                "type": "object",
                "properties": {
                    "external_id": {
                        "type": "string"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "token_data": {
                        "$ref": "#/components/schemas/ConnectedAccountTokenData"
                    },
                    "friend_sync": {
                        "type": "boolean"
                    },
                    "name": {
                        "type": "string"
                    },
                    "revoked": {
                        "type": "boolean"
                    },
                    "show_activity": {
                        "type": "integer"
                    },
                    "type": {
                        "type": "string"
                    },
                    "verified": {
                        "type": "boolean"
                    },
                    "visibility": {
                        "type": "integer"
                    },
                    "integrations": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "metadata_": {},
                    "metadata_visibility": {
                        "type": "integer"
                    },
                    "two_way_link": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "external_id",
                    "name",
                    "type",
                    "user_id"
                ]
            },
            "ConnectedAccountCommonOAuthTokenResponse": {
                "type": "object",
                "properties": {
                    "access_token": {
                        "type": "string"
                    },
                    "token_type": {
                        "type": "string"
                    },
                    "scope": {
                        "type": "string"
                    },
                    "refresh_token": {
                        "type": "string"
                    },
                    "expires_in": {
                        "type": "integer"
                    }
                },
                "required": [
                    "access_token",
                    "scope",
                    "token_type"
                ]
            },
            "ConnectionCallbackSchema": {
                "type": "object",
                "properties": {
                    "code": {
                        "type": "string"
                    },
                    "state": {
                        "type": "string"
                    },
                    "insecure": {
                        "type": "boolean"
                    },
                    "friend_sync": {
                        "type": "boolean"
                    },
                    "openid_params": {}
                },
                "required": [
                    "friend_sync",
                    "insecure",
                    "state"
                ]
            },
            "ConnectionUpdateSchema": {
                "type": "object",
                "properties": {
                    "visibility": {
                        "type": "boolean"
                    },
                    "show_activity": {
                        "type": "boolean"
                    },
                    "metadata_visibility": {
                        "type": "boolean"
                    }
                }
            },
            "DmChannelCreateSchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "recipients": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "recipient_id": {
                        "type": "string"
                    },
                    "access_tokens": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "EmailDomainLookupSchema": {
                "type": "object",
                "properties": {
                    "allow_multiple_guilds": {
                        "type": "boolean"
                    },
                    "email": {
                        "type": "string"
                    },
                    "use_verification_code": {
                        "type": "boolean"
                    },
                    "guild_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "allow_multiple_guilds",
                    "email",
                    "use_verification_code"
                ]
            },
            "EmailDomainLookupVerifyCodeSchema": {
                "type": "object",
                "properties": {
                    "email": {
                        "type": "string"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "code": {
                        "type": "string"
                    }
                },
                "required": [
                    "code",
                    "email",
                    "guild_id"
                ]
            },
            "EmojiCreateSchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "image": {
                        "type": "string"
                    },
                    "require_colons": {
                        "type": "boolean",
                        "nullable": true
                    },
                    "roles": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },
                "required": [
                    "image"
                ]
            },
            "EmojiModifySchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "roles": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "ForgotPasswordSchema": {
                "type": "object",
                "properties": {
                    "login": {
                        "type": "string"
                    },
                    "captcha_key": {
                        "type": "string"
                    }
                },
                "required": [
                    "login"
                ]
            },
            "GreetRequestSchema": {
                "type": "object",
                "properties": {
                    "sticker_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "allowed_mentions": {
                        "$ref": "#/components/schemas/AllowedMentions"
                    },
                    "message_reference": {
                        "type": "object",
                        "properties": {
                            "message_id": {
                                "type": "string"
                            },
                            "channel_id": {
                                "type": "string"
                            },
                            "guild_id": {
                                "type": "string"
                            },
                            "fail_if_not_exists": {
                                "type": "boolean"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "message_id"
                        ]
                    }
                },
                "required": [
                    "sticker_ids"
                ]
            },
            "GuildCreateSchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "maxLength": 100,
                        "type": "string"
                    },
                    "region": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string",
                        "nullable": true
                    },
                    "channels": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ChannelCreateSchema"
                        }
                    },
                    "system_channel_id": {
                        "type": "string"
                    },
                    "rules_channel_id": {
                        "type": "string"
                    },
                    "guild_template_code": {
                        "type": "string"
                    },
                    "staff_only": {
                        "type": "boolean"
                    }
                }
            },
            "GuildSubscriptionsBulkSchema": {
                "type": "object",
                "properties": {
                    "subscriptions": {
                        "type": "object",
                        "additionalProperties": {
                            "$ref": "#/components/schemas/GuildSubscriptionSchema"
                        }
                    }
                },
                "required": [
                    "subscriptions"
                ]
            },
            "GuildSubscriptionSchema": {
                "type": "object",
                "properties": {
                    "channels": {
                        "type": "object",
                        "additionalProperties": {
                            "type": "array",
                            "items": {
                                "type": "array",
                                "items": {
                                    "type": "integer"
                                }
                            }
                        }
                    },
                    "activities": {
                        "type": "boolean"
                    },
                    "threads": {
                        "type": "boolean"
                    },
                    "typing": {
                        "const": true,
                        "type": "boolean"
                    },
                    "members": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "member_updates": {
                        "type": "boolean"
                    },
                    "thread_member_lists": {
                        "type": "array",
                        "items": {}
                    }
                }
            },
            "GuildTemplateCreateSchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string",
                        "nullable": true
                    }
                },
                "required": [
                    "name"
                ]
            },
            "GuildUpdateSchema": {
                "type": "object",
                "properties": {
                    "banner": {
                        "type": "string",
                        "nullable": true
                    },
                    "splash": {
                        "type": "string",
                        "nullable": true
                    },
                    "description": {
                        "type": "string"
                    },
                    "features": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "verification_level": {
                        "type": "integer"
                    },
                    "default_message_notifications": {
                        "type": "integer"
                    },
                    "system_channel_flags": {
                        "type": "integer"
                    },
                    "explicit_content_filter": {
                        "type": "integer"
                    },
                    "public_updates_channel_id": {
                        "type": "string"
                    },
                    "afk_timeout": {
                        "type": "integer"
                    },
                    "afk_channel_id": {
                        "type": "string"
                    },
                    "preferred_locale": {
                        "type": "string"
                    },
                    "premium_progress_bar_enabled": {
                        "type": "boolean"
                    },
                    "discovery_splash": {
                        "type": "string"
                    },
                    "safety_alerts_channel_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "name": {
                        "maxLength": 100,
                        "type": "string"
                    },
                    "region": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string",
                        "nullable": true
                    },
                    "system_channel_id": {
                        "type": "string"
                    },
                    "rules_channel_id": {
                        "type": "string"
                    },
                    "guild_template_code": {
                        "type": "string"
                    },
                    "staff_only": {
                        "type": "boolean"
                    }
                }
            },
            "GuildUpdateWelcomeScreenSchema": {
                "type": "object",
                "properties": {
                    "welcome_channels": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "channel_id": {
                                    "type": "string"
                                },
                                "description": {
                                    "type": "string"
                                },
                                "emoji_id": {
                                    "type": "string"
                                },
                                "emoji_name": {
                                    "type": "string"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "channel_id",
                                "description"
                            ]
                        }
                    },
                    "enabled": {
                        "type": "boolean"
                    },
                    "description": {
                        "type": "string"
                    }
                }
            },
            "HubWaitlistSignupSchema": {
                "type": "object",
                "properties": {
                    "email": {
                        "type": "string"
                    },
                    "school": {
                        "type": "string"
                    }
                },
                "required": [
                    "email",
                    "school"
                ]
            },
            "InviteCreateSchema": {
                "type": "object",
                "properties": {
                    "target_user_id": {
                        "type": "string"
                    },
                    "target_type": {
                        "type": "string"
                    },
                    "validate": {
                        "type": "string"
                    },
                    "max_age": {
                        "type": "integer"
                    },
                    "max_uses": {
                        "type": "integer"
                    },
                    "temporary": {
                        "type": "boolean"
                    },
                    "unique": {
                        "type": "boolean"
                    },
                    "target_user": {
                        "type": "string"
                    },
                    "target_user_type": {
                        "type": "integer"
                    },
                    "flags": {
                        "type": "integer"
                    }
                }
            },
            "APIErrorResponse": {
                "type": "object",
                "properties": {
                    "code": {
                        "type": "integer"
                    },
                    "message": {
                        "type": "string"
                    },
                    "errors": {
                        "type": "object",
                        "additionalProperties": {
                            "type": "object",
                            "properties": {
                                "_errors": {
                                    "type": "array",
                                    "items": {
                                        "type": "object",
                                        "properties": {
                                            "message": {
                                                "type": "string"
                                            },
                                            "code": {
                                                "type": "string"
                                            }
                                        },
                                        "additionalProperties": false,
                                        "required": [
                                            "code",
                                            "message"
                                        ]
                                    }
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "_errors"
                            ]
                        }
                    }
                },
                "required": [
                    "code",
                    "errors",
                    "message"
                ]
            },
            "CaptchaRequiredResponse": {
                "type": "object",
                "properties": {
                    "captcha_key": {
                        "type": "string"
                    },
                    "captcha_sitekey": {
                        "type": "string"
                    },
                    "captcha_service": {
                        "type": "string"
                    }
                },
                "required": [
                    "captcha_key",
                    "captcha_service",
                    "captcha_sitekey"
                ]
            },
            "APIErrorOrCaptchaResponse": {
                "anyOf": [
                    {
                        "$ref": "#/components/schemas/APIErrorResponse"
                    },
                    {
                        "$ref": "#/components/schemas/CaptchaRequiredResponse"
                    }
                ]
            },
            "AccountStandingResponse": {
                "type": "object",
                "properties": {
                    "classifications": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Classification"
                        }
                    },
                    "guild_classifications": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/GuildClassification"
                        }
                    },
                    "account_standing": {
                        "type": "object",
                        "properties": {
                            "state": {
                                "$ref": "#/components/schemas/AccountStandingState"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "state"
                        ]
                    },
                    "is_dsa_eligible": {
                        "type": "boolean"
                    },
                    "username": {
                        "type": "string"
                    },
                    "discriminator": {
                        "type": "string"
                    },
                    "is_appeal_eligible": {
                        "type": "boolean"
                    },
                    "appeal_eligibility": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/AppealEligibility"
                        }
                    }
                },
                "required": [
                    "account_standing",
                    "appeal_eligibility",
                    "classifications",
                    "discriminator",
                    "guild_classifications",
                    "is_appeal_eligible",
                    "is_dsa_eligible",
                    "username"
                ]
            },
            "BackupCodesChallengeResponse": {
                "type": "object",
                "properties": {
                    "nonce": {
                        "type": "string"
                    },
                    "regenerate_nonce": {
                        "type": "string"
                    }
                },
                "required": [
                    "nonce",
                    "regenerate_nonce"
                ]
            },
            "CollectiblesCategoriesResponse": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/CollectiblesCategoryItem"
                }
            },
            "CollectiblesMarketingResponse": {
                "type": "object",
                "properties": {
                    "marketings": {
                        "type": "object",
                        "additionalProperties": {
                            "$ref": "#/components/schemas/CollectiblesMarketingItem"
                        }
                    }
                },
                "required": [
                    "marketings"
                ]
            },
            "CollectiblesShopResponse": {
                "type": "object",
                "properties": {
                    "shop_blocks": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/AnyShopBlock"
                        }
                    },
                    "categories": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CollectiblesCategoryItem"
                        }
                    }
                },
                "required": [
                    "categories",
                    "shop_blocks"
                ]
            },
            "DiscoverableGuildsResponse": {
                "type": "object",
                "properties": {
                    "total": {
                        "type": "integer"
                    },
                    "guilds": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Guild"
                        }
                    },
                    "offset": {
                        "type": "integer"
                    },
                    "limit": {
                        "type": "integer"
                    }
                },
                "required": [
                    "guilds",
                    "limit",
                    "offset",
                    "total"
                ]
            },
            "DmMessagesResponseSchema": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/PartialMessage"
                }
            },
            "EmailDomainLookupResponse": {
                "type": "object",
                "properties": {
                    "guilds_info": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/HubGuild"
                        }
                    },
                    "has_matching_guild": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "guilds_info",
                    "has_matching_guild"
                ]
            },
            "EmailDomainLookupVerifyCodeResponse": {
                "type": "object",
                "properties": {
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "joined": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "guild",
                    "joined"
                ]
            },
            "EmojiSourceResponse": {
                "type": "object",
                "properties": {
                    "type": {
                        "enum": [
                            "APPLICATION",
                            "GUILD"
                        ],
                        "type": "string"
                    },
                    "guild": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/EmojiGuild"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "application": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/EmojiApplication"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "required": [
                    "type"
                ]
            },
            "GatewayResponse": {
                "type": "object",
                "properties": {
                    "url": {
                        "type": "string"
                    }
                },
                "required": [
                    "url"
                ]
            },
            "GatewayBotResponse": {
                "type": "object",
                "properties": {
                    "shards": {
                        "type": "integer"
                    },
                    "session_start_limit": {
                        "type": "object",
                        "properties": {
                            "total": {
                                "type": "integer"
                            },
                            "remaining": {
                                "type": "integer"
                            },
                            "reset_after": {
                                "type": "integer"
                            },
                            "max_concurrency": {
                                "type": "integer"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "max_concurrency",
                            "remaining",
                            "reset_after",
                            "total"
                        ]
                    },
                    "url": {
                        "type": "string"
                    }
                },
                "required": [
                    "session_start_limit",
                    "shards",
                    "url"
                ]
            },
            "GenerateRegistrationTokensResponse": {
                "type": "object",
                "properties": {
                    "tokens": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },
                "required": [
                    "tokens"
                ]
            },
            "GuildBansResponse": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/GuildBanResponse"
                }
            },
            "GuildBanResponse": {
                "type": "object",
                "properties": {
                    "reason": {
                        "type": "string",
                        "nullable": true
                    },
                    "user": {
                        "type": "object",
                        "properties": {
                            "username": {
                                "type": "string"
                            },
                            "discriminator": {
                                "type": "string"
                            },
                            "id": {
                                "type": "string"
                            },
                            "avatar": {
                                "type": [
                                    "null",
                                    "string"
                                ]
                            },
                            "public_flags": {
                                "type": "integer"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "avatar",
                            "discriminator",
                            "id",
                            "public_flags",
                            "username"
                        ]
                    }
                },
                "required": [
                    "reason",
                    "user"
                ]
            },
            "GuildCreateResponse": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "large": {
                        "type": "boolean"
                    },
                    "max_members": {
                        "type": "integer"
                    },
                    "max_presences": {
                        "type": "integer"
                    },
                    "max_video_channel_users": {
                        "type": "integer"
                    },
                    "member_count": {
                        "type": "integer"
                    },
                    "presence_count": {
                        "type": "integer"
                    },
                    "mfa_level": {
                        "type": "integer"
                    },
                    "owner_id": {
                        "type": "string"
                    },
                    "premium_subscription_count": {
                        "type": "integer"
                    },
                    "premium_tier": {
                        "type": "integer"
                    },
                    "welcome_screen": {
                        "$ref": "#/components/schemas/GuildWelcomeScreen"
                    },
                    "widget_channel_id": {
                        "type": "string"
                    },
                    "widget_enabled": {
                        "type": "boolean"
                    },
                    "nsfw_level": {
                        "type": "integer"
                    },
                    "nsfw": {
                        "type": "boolean"
                    },
                    "parent": {
                        "type": "string"
                    },
                    "region": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string",
                        "nullable": true
                    },
                    "system_channel_id": {
                        "type": "string"
                    },
                    "rules_channel_id": {
                        "type": "string"
                    },
                    "guild_template_code": {
                        "type": "string"
                    },
                    "staff_only": {
                        "type": "boolean"
                    },
                    "banner": {
                        "type": "string",
                        "nullable": true
                    },
                    "splash": {
                        "type": "string",
                        "nullable": true
                    },
                    "description": {
                        "type": "string"
                    },
                    "features": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "verification_level": {
                        "type": "integer"
                    },
                    "default_message_notifications": {
                        "type": "integer"
                    },
                    "system_channel_flags": {
                        "type": "integer"
                    },
                    "explicit_content_filter": {
                        "type": "integer"
                    },
                    "public_updates_channel_id": {
                        "type": "string"
                    },
                    "afk_timeout": {
                        "type": "integer"
                    },
                    "afk_channel_id": {
                        "type": "string"
                    },
                    "preferred_locale": {
                        "type": "string"
                    },
                    "premium_progress_bar_enabled": {
                        "type": "boolean"
                    },
                    "discovery_splash": {
                        "type": "string"
                    },
                    "safety_alerts_channel_id": {
                        "type": "string",
                        "nullable": true
                    }
                },
                "required": [
                    "id",
                    "name",
                    "nsfw",
                    "welcome_screen",
                    "widget_enabled"
                ]
            },
            "GuildDiscoveryRequirementsResponse": {
                "type": "object",
                "properties": {
                    "guild_id": {
                        "type": "string"
                    },
                    "safe_environment": {
                        "type": "boolean"
                    },
                    "healthy": {
                        "type": "boolean"
                    },
                    "health_score_pending": {
                        "type": "boolean"
                    },
                    "size": {
                        "type": "boolean"
                    },
                    "nsfw_properties": {},
                    "protected": {
                        "type": "boolean"
                    },
                    "sufficient": {
                        "type": "boolean"
                    },
                    "sufficient_without_grace_period": {
                        "type": "boolean"
                    },
                    "valid_rules_channel": {
                        "type": "boolean"
                    },
                    "retention_healthy": {
                        "type": "boolean"
                    },
                    "engagement_healthy": {
                        "type": "boolean"
                    },
                    "age": {
                        "type": "boolean"
                    },
                    "minimum_age": {
                        "type": "integer"
                    },
                    "health_score": {
                        "type": "object",
                        "properties": {
                            "avg_nonnew_participators": {
                                "type": "integer"
                            },
                            "avg_nonnew_communicators": {
                                "type": "integer"
                            },
                            "num_intentful_joiners": {
                                "type": "integer"
                            },
                            "perc_ret_w1_intentful": {
                                "type": "integer"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "avg_nonnew_communicators",
                            "avg_nonnew_participators",
                            "num_intentful_joiners",
                            "perc_ret_w1_intentful"
                        ]
                    },
                    "minimum_size": {
                        "type": "integer"
                    }
                },
                "required": [
                    "age",
                    "engagement_healthy",
                    "guild_id",
                    "health_score",
                    "health_score_pending",
                    "healthy",
                    "minimum_age",
                    "minimum_size",
                    "nsfw_properties",
                    "protected",
                    "retention_healthy",
                    "safe_environment",
                    "size",
                    "sufficient",
                    "sufficient_without_grace_period",
                    "valid_rules_channel"
                ]
            },
            "MessageSnapshot": {
                "type": "object",
                "properties": {
                    "message": {
                        "type": "object",
                        "properties": {
                            "content": {
                                "type": "string"
                            },
                            "timestamp": {
                                "type": "string",
                                "format": "date-time"
                            },
                            "edited_timestamp": {
                                "anyOf": [
                                    {
                                        "type": "string",
                                        "format": "date-time"
                                    },
                                    {
                                        "type": "null"
                                    }
                                ]
                            },
                            "mentions": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/PartialUser"
                                }
                            },
                            "mention_roles": {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            "attachments": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/PublicAttachment"
                                }
                            },
                            "embeds": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Embed"
                                }
                            },
                            "type": {
                                "$ref": "#/components/schemas/MessageType"
                            },
                            "flags": {
                                "type": "integer"
                            },
                            "components": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/MessageComponent"
                                }
                            },
                            "resolved": {
                                "type": "array",
                                "items": {
                                    "type": "object",
                                    "properties": {},
                                    "additionalProperties": true
                                }
                            },
                            "sticker_items": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Sticker"
                                }
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "content",
                            "embeds",
                            "flags",
                            "mention_roles",
                            "mentions",
                            "timestamp",
                            "type"
                        ]
                    }
                },
                "required": [
                    "message"
                ]
            },
            "GuildMessagesSearchResponse": {
                "type": "object",
                "properties": {
                    "messages": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/GuildMessagesSearchMessage"
                        }
                    },
                    "total_results": {
                        "type": "integer"
                    }
                },
                "required": [
                    "messages",
                    "total_results"
                ]
            },
            "GuildPruneResponse": {
                "type": "object",
                "properties": {
                    "pruned": {
                        "type": "integer"
                    }
                },
                "required": [
                    "pruned"
                ]
            },
            "GuildPurgeResponse": {
                "type": "object",
                "properties": {
                    "purged": {
                        "type": "integer"
                    }
                },
                "required": [
                    "purged"
                ]
            },
            "GuildRecommendationsResponse": {
                "type": "object",
                "properties": {
                    "recommended_guilds": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Guild"
                        }
                    },
                    "load_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "load_id",
                    "recommended_guilds"
                ]
            },
            "GuildVanityUrlResponse": {
                "anyOf": [
                    {
                        "$ref": "#/components/schemas/GuildVanityUrl"
                    },
                    {
                        "$ref": "#/components/schemas/GuildVanityUrlNoInvite"
                    },
                    {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/GuildVanityUrl"
                        }
                    }
                ]
            },
            "GuildVanityUrlCreateResponse": {
                "type": "object",
                "properties": {
                    "code": {
                        "type": "string"
                    }
                },
                "required": [
                    "code"
                ]
            },
            "GuildWidgetJsonResponse": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "instant_invite": {
                        "type": "string"
                    },
                    "channels": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": "string"
                                },
                                "name": {
                                    "type": "string"
                                },
                                "position": {
                                    "type": "integer"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "id",
                                "name",
                                "position"
                            ]
                        }
                    },
                    "members": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": "string"
                                },
                                "username": {
                                    "type": "string"
                                },
                                "discriminator": {
                                    "type": "string"
                                },
                                "avatar": {
                                    "type": [
                                        "null",
                                        "string"
                                    ]
                                },
                                "status": {
                                    "$ref": "#/components/schemas/ClientStatus"
                                },
                                "avatar_url": {
                                    "type": "string"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "avatar",
                                "avatar_url",
                                "discriminator",
                                "id",
                                "status",
                                "username"
                            ]
                        }
                    },
                    "presence_count": {
                        "type": "integer"
                    }
                },
                "required": [
                    "channels",
                    "id",
                    "instant_invite",
                    "members",
                    "name",
                    "presence_count"
                ]
            },
            "GuildWidgetSettingsResponse": {
                "type": "object",
                "properties": {
                    "enabled": {
                        "type": "boolean"
                    },
                    "channel_id": {
                        "type": "string",
                        "nullable": true
                    }
                },
                "required": [
                    "channel_id",
                    "enabled"
                ]
            },
            "HubDirectoryEntriesResponse": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/HubDirectoryEntry"
                }
            },
            "HubWaitlistSignupResponse": {
                "type": "object",
                "properties": {
                    "email": {
                        "type": "string"
                    },
                    "email_domain": {
                        "type": "string"
                    },
                    "school": {
                        "type": "string"
                    },
                    "user_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "email",
                    "email_domain",
                    "school",
                    "user_id"
                ]
            },
            "InstanceDomainsResponse": {
                "type": "object",
                "properties": {
                    "admin": {
                        "type": "string"
                    },
                    "api": {
                        "type": "string"
                    },
                    "apiEndpoint": {
                        "type": "string"
                    },
                    "cdn": {
                        "type": "string"
                    },
                    "gateway": {
                        "type": "string"
                    },
                    "defaultApiVersion": {
                        "type": "string"
                    }
                },
                "required": [
                    "api",
                    "apiEndpoint",
                    "cdn",
                    "defaultApiVersion",
                    "gateway"
                ]
            },
            "InstancePingResponse": {
                "type": "object",
                "properties": {
                    "ping": {
                        "type": "string",
                        "const": "pong!"
                    },
                    "instance": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "name": {
                                "type": "string"
                            },
                            "description": {
                                "type": [
                                    "null",
                                    "string"
                                ]
                            },
                            "image": {
                                "type": [
                                    "null",
                                    "string"
                                ]
                            },
                            "correspondenceEmail": {
                                "type": [
                                    "null",
                                    "string"
                                ]
                            },
                            "correspondenceUserID": {
                                "type": [
                                    "null",
                                    "string"
                                ]
                            },
                            "frontPage": {
                                "type": [
                                    "null",
                                    "string"
                                ]
                            },
                            "tosPage": {
                                "type": [
                                    "null",
                                    "string"
                                ]
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "correspondenceEmail",
                            "correspondenceUserID",
                            "description",
                            "frontPage",
                            "id",
                            "image",
                            "name",
                            "tosPage"
                        ]
                    }
                },
                "required": [
                    "instance",
                    "ping"
                ]
            },
            "InstanceStatsResponse": {
                "type": "object",
                "properties": {
                    "counts": {
                        "type": "object",
                        "properties": {
                            "user": {
                                "type": "integer"
                            },
                            "guild": {
                                "type": "integer"
                            },
                            "message": {
                                "type": "integer"
                            },
                            "members": {
                                "type": "integer"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "guild",
                            "members",
                            "message",
                            "user"
                        ]
                    }
                },
                "required": [
                    "counts"
                ]
            },
            "LocationMetadataResponse": {
                "type": "object",
                "properties": {
                    "consent_required": {
                        "type": "boolean"
                    },
                    "country_code": {
                        "type": "string"
                    },
                    "promotional_email_opt_in": {
                        "type": "object",
                        "properties": {
                            "required": {
                                "type": "boolean",
                                "const": true
                            },
                            "pre_checked": {
                                "type": "boolean",
                                "const": false
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "pre_checked",
                            "required"
                        ]
                    }
                },
                "required": [
                    "consent_required",
                    "country_code",
                    "promotional_email_opt_in"
                ]
            },
            "MemberJoinGuildResponse": {
                "type": "object",
                "properties": {
                    "guild": {
                        "$ref": "#/components/schemas/GuildCreateResponse"
                    },
                    "emojis": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Emoji"
                        }
                    },
                    "roles": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Role"
                        }
                    },
                    "stickers": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Sticker"
                        }
                    }
                },
                "required": [
                    "emojis",
                    "guild",
                    "roles",
                    "stickers"
                ]
            },
            "OAuthAuthorizeResponse": {
                "type": "object",
                "properties": {
                    "location": {
                        "type": "string"
                    }
                },
                "required": [
                    "location"
                ]
            },
            "PartialConnectedAccountResponse": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "verified": {
                        "type": "boolean"
                    },
                    "metadata": {
                        "type": "object",
                        "properties": {},
                        "additionalProperties": true
                    }
                },
                "required": [
                    "id",
                    "name",
                    "type",
                    "verified"
                ]
            },
            "PreloadMessagesResponseSchema": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/Message"
                }
            },
            "RefreshUrlsResponse": {
                "type": "object",
                "properties": {
                    "refreshed_urls": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/RefreshedUrl"
                        }
                    }
                },
                "required": [
                    "refreshed_urls"
                ]
            },
            "SettingsProtoResponse": {
                "type": "object",
                "properties": {
                    "settings": {
                        "type": "string"
                    }
                },
                "required": [
                    "settings"
                ]
            },
            "SettingsProtoUpdateResponse": {
                "type": "object",
                "properties": {
                    "out_of_date": {
                        "type": "boolean"
                    },
                    "settings": {
                        "type": "string"
                    }
                },
                "required": [
                    "settings"
                ]
            },
            "SettingsProtoJsonResponse": {
                "type": "object",
                "properties": {
                    "settings": {
                        "$ref": "#/components/schemas/JsonValue"
                    }
                },
                "required": [
                    "settings"
                ]
            },
            "SettingsProtoUpdateJsonResponse": {
                "type": "object",
                "properties": {
                    "out_of_date": {
                        "type": "boolean"
                    },
                    "settings": {
                        "$ref": "#/components/schemas/JsonValue"
                    }
                },
                "required": [
                    "settings"
                ]
            },
            "TeamListResponse": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/Team"
                }
            },
            "TenorGifResponse": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "title": {
                        "type": "string"
                    },
                    "url": {
                        "type": "string"
                    },
                    "src": {
                        "type": "string"
                    },
                    "gif_src": {
                        "type": "string"
                    },
                    "width": {
                        "type": "integer"
                    },
                    "height": {
                        "type": "integer"
                    },
                    "preview": {
                        "type": "string"
                    }
                },
                "required": [
                    "gif_src",
                    "height",
                    "id",
                    "preview",
                    "src",
                    "title",
                    "url",
                    "width"
                ]
            },
            "TenorTrendingResponse": {
                "type": "object",
                "properties": {
                    "categories": {
                        "type": "object",
                        "properties": {
                            "tags": {
                                "type": "array",
                                "items": {
                                    "type": "object",
                                    "properties": {
                                        "searchterm": {
                                            "type": "string"
                                        },
                                        "path": {
                                            "type": "string"
                                        },
                                        "image": {
                                            "type": "string"
                                        },
                                        "name": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false,
                                    "required": [
                                        "image",
                                        "name",
                                        "path",
                                        "searchterm"
                                    ]
                                }
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "tags"
                        ]
                    },
                    "gifs": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/TenorGifResponse"
                        }
                    }
                },
                "required": [
                    "categories",
                    "gifs"
                ]
            },
            "TenorGifsResponse": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/TenorGifResponse"
                }
            },
            "TokenResponse": {
                "type": "object",
                "properties": {
                    "token": {
                        "type": "string"
                    },
                    "settings": {
                        "$ref": "#/components/schemas/UserSettings"
                    }
                },
                "required": [
                    "settings",
                    "token"
                ]
            },
            "TokenOnlyResponse": {
                "type": "object",
                "properties": {
                    "token": {
                        "type": "string"
                    }
                },
                "required": [
                    "token"
                ]
            },
            "TokenWithBackupCodesResponse": {
                "type": "object",
                "properties": {
                    "token": {
                        "type": "string"
                    },
                    "backup_codes": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BackupCode"
                        }
                    }
                },
                "required": [
                    "backup_codes",
                    "token"
                ]
            },
            "ApplicationCommandCreateSchema": {
                "type": "object",
                "properties": {
                    "type": {
                        "enum": [
                            1,
                            2,
                            3,
                            4
                        ],
                        "type": "number"
                    },
                    "name": {
                        "type": "string"
                    },
                    "name_localizations": {
                        "type": "object",
                        "additionalProperties": {
                            "type": "string"
                        }
                    },
                    "description": {
                        "type": "string"
                    },
                    "description_localizations": {
                        "type": "object",
                        "additionalProperties": {
                            "type": "string"
                        }
                    },
                    "options": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ApplicationCommandOption"
                        }
                    },
                    "default_member_permissions": {
                        "type": "string"
                    },
                    "dm_permission": {
                        "type": "boolean"
                    },
                    "nsfw": {
                        "type": "boolean"
                    },
                    "integration_types": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ApplicationIntegrationType"
                        }
                    },
                    "contexts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/InteractionContextType"
                        }
                    },
                    "handler": {
                        "enum": [
                            1,
                            2,
                            3
                        ],
                        "type": "number"
                    }
                },
                "required": [
                    "name"
                ]
            },
            "BulkApplicationCommandCreateSchema": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/ApplicationCommandCreateSchema"
                }
            },
            "InteractionCallbackSchema": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/InteractionCallbackType"
                    },
                    "data": {}
                },
                "required": [
                    "data",
                    "type"
                ]
            },
            "InteractionCallbacksSchema": {
                "anyOf": [
                    {
                        "$ref": "#/components/schemas/PongCallback"
                    },
                    {
                        "$ref": "#/components/schemas/AckCallback"
                    },
                    {
                        "$ref": "#/components/schemas/MessageCallback"
                    },
                    {
                        "$ref": "#/components/schemas/MessageWSourceCallback"
                    },
                    {
                        "$ref": "#/components/schemas/MessageDWSourceCallback"
                    },
                    {
                        "$ref": "#/components/schemas/MessageUpdateCallback"
                    },
                    {
                        "$ref": "#/components/schemas/MessageDUpdateCallback"
                    }
                ]
            },
            "InteractionCreateSchema": {
                "type": "object",
                "properties": {
                    "version": {
                        "type": "integer"
                    },
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "application_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "type": {
                        "$ref": "#/components/schemas/InteractionType"
                    },
                    "token": {
                        "type": "string"
                    },
                    "data": {
                        "type": "object",
                        "properties": {},
                        "additionalProperties": true
                    },
                    "guild": {
                        "$ref": "#/components/schemas/InteractionGuild"
                    },
                    "guild_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "guild_locale": {
                        "type": "string"
                    },
                    "channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "channel_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "member": {
                        "$ref": "#/components/schemas/PublicMember"
                    },
                    "user": {
                        "$ref": "#/components/schemas/PublicUser"
                    },
                    "locale": {
                        "type": "string"
                    },
                    "message": {
                        "$ref": "#/components/schemas/Message"
                    },
                    "app_permissions": {
                        "type": "string"
                    },
                    "entitlements": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {},
                            "additionalProperties": true
                        }
                    },
                    "entitlement_sku_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "authorizing_integration_owners": {
                        "type": "object",
                        "additionalProperties": false,
                        "patternProperties": {
                            "^[0-9]+$": {
                                "type": "string"
                            }
                        }
                    },
                    "context": {
                        "type": "integer"
                    },
                    "attachment_size_limit": {
                        "type": "integer"
                    }
                },
                "required": [
                    "app_permissions",
                    "application_id",
                    "attachment_size_limit",
                    "id",
                    "token",
                    "type",
                    "version"
                ]
            },
            "ApplicationCreateSchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "team_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "name"
                ]
            },
            "ApplicationModifySchema": {
                "type": "object",
                "properties": {
                    "description": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string"
                    },
                    "cover_image": {
                        "type": "string"
                    },
                    "interactions_endpoint_url": {
                        "type": "string"
                    },
                    "max_participants": {
                        "type": "integer",
                        "nullable": true
                    },
                    "name": {
                        "type": "string"
                    },
                    "privacy_policy_url": {
                        "type": "string"
                    },
                    "role_connections_verification_url": {
                        "type": "string"
                    },
                    "tags": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "terms_of_service_url": {
                        "type": "string"
                    },
                    "bot_public": {
                        "type": "boolean"
                    },
                    "bot_require_code_grant": {
                        "type": "boolean"
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "custom_install_url": {
                        "type": "string"
                    },
                    "guild_id": {
                        "type": "string"
                    }
                }
            },
            "SendableApplicationCommandDataSchema": {
                "type": "object",
                "properties": {
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "type": {
                        "enum": [
                            1,
                            2,
                            3,
                            4
                        ],
                        "type": "number"
                    },
                    "name": {
                        "type": "string"
                    },
                    "version": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "application_command": {
                        "type": "object",
                        "properties": {},
                        "additionalProperties": true
                    },
                    "options": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ApplicationCommandOption"
                        }
                    },
                    "target_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "attachments": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {},
                            "additionalProperties": true
                        }
                    }
                },
                "required": [
                    "id",
                    "name",
                    "version"
                ]
            },
            "SendableMessageComponentDataSchema": {
                "type": "object",
                "properties": {
                    "component_type": {
                        "enum": [
                            1,
                            10,
                            11,
                            12,
                            13,
                            14,
                            16,
                            17,
                            18,
                            19,
                            2,
                            20,
                            21,
                            22,
                            23,
                            3,
                            4,
                            5,
                            6,
                            7,
                            8,
                            9
                        ],
                        "type": "number"
                    },
                    "type": {
                        "enum": [
                            1,
                            2,
                            3,
                            4
                        ],
                        "type": "number"
                    },
                    "custom_id": {
                        "type": "string"
                    },
                    "values": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },
                "required": [
                    "custom_id"
                ]
            },
            "SendableModalSubmitDataSchema": {
                "type": "object",
                "properties": {
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "custom_id": {
                        "type": "string"
                    },
                    "attachments": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/UploadAttachmentRequestSchema"
                        }
                    }
                },
                "required": [
                    "custom_id",
                    "id"
                ]
            },
            "InstanceUserDeleteSchema": {
                "$ref": "#/components/schemas/InstanceUserDeleteSchemaContent"
            },
            "UserSettingsUpdateSchema": {
                "type": "object",
                "properties": {
                    "afk_timeout": {
                        "type": "integer"
                    },
                    "allow_accessibility_detection": {
                        "type": "boolean"
                    },
                    "animate_emoji": {
                        "type": "boolean"
                    },
                    "animate_stickers": {
                        "type": "integer"
                    },
                    "contact_sync_enabled": {
                        "type": "boolean"
                    },
                    "convert_emoticons": {
                        "type": "boolean"
                    },
                    "custom_status": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/CustomStatus"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "default_guilds_restricted": {
                        "type": "boolean"
                    },
                    "detect_platform_accounts": {
                        "type": "boolean"
                    },
                    "developer_mode": {
                        "type": "boolean"
                    },
                    "disable_games_tab": {
                        "type": "boolean"
                    },
                    "enable_tts_command": {
                        "type": "boolean"
                    },
                    "explicit_content_filter": {
                        "type": "integer"
                    },
                    "friend_discovery_flags": {
                        "type": "integer"
                    },
                    "friend_source_flags": {
                        "$ref": "#/components/schemas/FriendSourceFlags"
                    },
                    "gateway_connected": {
                        "type": "boolean"
                    },
                    "gif_auto_play": {
                        "type": "boolean"
                    },
                    "guild_folders": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/GuildFolder"
                        }
                    },
                    "guild_positions": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "inline_attachment_media": {
                        "type": "boolean"
                    },
                    "inline_embed_media": {
                        "type": "boolean"
                    },
                    "locale": {
                        "type": "string"
                    },
                    "message_display_compact": {
                        "type": "boolean"
                    },
                    "native_phone_integration_enabled": {
                        "type": "boolean"
                    },
                    "render_embeds": {
                        "type": "boolean"
                    },
                    "render_reactions": {
                        "type": "boolean"
                    },
                    "restricted_guilds": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "show_current_game": {
                        "type": "boolean"
                    },
                    "status": {
                        "enum": [
                            "dnd",
                            "idle",
                            "invisible",
                            "offline",
                            "online"
                        ],
                        "type": "string"
                    },
                    "stream_notifications_enabled": {
                        "type": "boolean"
                    },
                    "theme": {
                        "enum": [
                            "dark",
                            "light"
                        ],
                        "type": "string"
                    },
                    "timezone_offset": {
                        "type": "integer"
                    },
                    "view_nsfw_guilds": {
                        "type": "boolean"
                    }
                }
            },
            "UserSettingsSchema": {
                "type": "object",
                "properties": {
                    "afk_timeout": {
                        "type": "integer"
                    },
                    "allow_accessibility_detection": {
                        "type": "boolean"
                    },
                    "animate_emoji": {
                        "type": "boolean"
                    },
                    "animate_stickers": {
                        "type": "integer"
                    },
                    "contact_sync_enabled": {
                        "type": "boolean"
                    },
                    "convert_emoticons": {
                        "type": "boolean"
                    },
                    "custom_status": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/CustomStatus"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "default_guilds_restricted": {
                        "type": "boolean"
                    },
                    "detect_platform_accounts": {
                        "type": "boolean"
                    },
                    "developer_mode": {
                        "type": "boolean"
                    },
                    "disable_games_tab": {
                        "type": "boolean"
                    },
                    "enable_tts_command": {
                        "type": "boolean"
                    },
                    "explicit_content_filter": {
                        "type": "integer"
                    },
                    "friend_discovery_flags": {
                        "type": "integer"
                    },
                    "friend_source_flags": {
                        "$ref": "#/components/schemas/FriendSourceFlags"
                    },
                    "gateway_connected": {
                        "type": "boolean"
                    },
                    "gif_auto_play": {
                        "type": "boolean"
                    },
                    "guild_folders": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/GuildFolder"
                        }
                    },
                    "guild_positions": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "inline_attachment_media": {
                        "type": "boolean"
                    },
                    "inline_embed_media": {
                        "type": "boolean"
                    },
                    "locale": {
                        "type": "string"
                    },
                    "message_display_compact": {
                        "type": "boolean"
                    },
                    "native_phone_integration_enabled": {
                        "type": "boolean"
                    },
                    "render_embeds": {
                        "type": "boolean"
                    },
                    "render_reactions": {
                        "type": "boolean"
                    },
                    "restricted_guilds": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "show_current_game": {
                        "type": "boolean"
                    },
                    "status": {
                        "enum": [
                            "dnd",
                            "idle",
                            "invisible",
                            "offline",
                            "online"
                        ],
                        "type": "string"
                    },
                    "stream_notifications_enabled": {
                        "type": "boolean"
                    },
                    "theme": {
                        "enum": [
                            "dark",
                            "light"
                        ],
                        "type": "string"
                    },
                    "timezone_offset": {
                        "type": "integer"
                    },
                    "view_nsfw_guilds": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "afk_timeout",
                    "allow_accessibility_detection",
                    "animate_emoji",
                    "animate_stickers",
                    "contact_sync_enabled",
                    "convert_emoticons",
                    "custom_status",
                    "default_guilds_restricted",
                    "detect_platform_accounts",
                    "developer_mode",
                    "disable_games_tab",
                    "enable_tts_command",
                    "explicit_content_filter",
                    "friend_discovery_flags",
                    "friend_source_flags",
                    "gateway_connected",
                    "gif_auto_play",
                    "guild_folders",
                    "guild_positions",
                    "inline_attachment_media",
                    "inline_embed_media",
                    "locale",
                    "message_display_compact",
                    "native_phone_integration_enabled",
                    "render_embeds",
                    "render_reactions",
                    "restricted_guilds",
                    "show_current_game",
                    "status",
                    "stream_notifications_enabled",
                    "theme",
                    "timezone_offset",
                    "view_nsfw_guilds"
                ]
            },
            "GuildProfileResponse": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "icon_hash": {
                        "type": "string",
                        "nullable": true
                    },
                    "member_count": {
                        "type": "integer"
                    },
                    "online_count": {
                        "type": "integer"
                    },
                    "description": {
                        "type": "string"
                    },
                    "brand_color_primary": {
                        "type": "string"
                    },
                    "banner_hash": {
                        "type": "string",
                        "nullable": true
                    },
                    "game_application_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "game_activity": {
                        "type": "object",
                        "additionalProperties": {
                            "$ref": "#/components/schemas/GameActivity"
                        }
                    },
                    "tag": {
                        "type": "string",
                        "nullable": true
                    },
                    "badge": {
                        "$ref": "#/components/schemas/GuildBadgeType"
                    },
                    "badge_color_primary": {
                        "type": "string"
                    },
                    "badge_color_secondary": {
                        "type": "string"
                    },
                    "badge_hash": {
                        "type": "string"
                    },
                    "traits": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/GuildTrait"
                        }
                    },
                    "features": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "visibility": {
                        "$ref": "#/components/schemas/GuildVisibilityLevel"
                    },
                    "custom_banner_hash": {
                        "type": "string",
                        "nullable": true
                    },
                    "premium_subscription_count": {
                        "type": "integer"
                    },
                    "premium_tier": {
                        "type": "integer"
                    }
                },
                "required": [
                    "badge",
                    "badge_color_primary",
                    "badge_color_secondary",
                    "badge_hash",
                    "banner_hash",
                    "brand_color_primary",
                    "custom_banner_hash",
                    "description",
                    "features",
                    "game_activity",
                    "game_application_ids",
                    "icon_hash",
                    "id",
                    "member_count",
                    "name",
                    "online_count",
                    "premium_subscription_count",
                    "premium_tier",
                    "tag",
                    "traits",
                    "visibility"
                ]
            },
            "GuildAvailableSchema": {
                "type": "object",
                "properties": {
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "available": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "available",
                    "id"
                ]
            },
            "StickersResponse": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/StickerResponse"
                }
            },
            "StickerResponse": {
                "type": "object",
                "properties": {
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "pack_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string",
                        "nullable": true
                    },
                    "tags": {
                        "type": "string"
                    },
                    "type": {
                        "$ref": "#/components/schemas/StickerType"
                    },
                    "format_type": {
                        "$ref": "#/components/schemas/StickerFormatType"
                    },
                    "available": {
                        "type": "boolean"
                    },
                    "guild_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/PartialUser"
                    },
                    "sort_value": {
                        "type": "integer"
                    }
                },
                "required": [
                    "description",
                    "format_type",
                    "id",
                    "name",
                    "tags",
                    "type"
                ]
            },
            "CreateReportSchema": {
                "type": "object",
                "properties": {
                    "version": {
                        "type": "string"
                    },
                    "variant": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "language": {
                        "type": "string"
                    },
                    "breadcrumbs": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "elements": {
                        "type": "object",
                        "additionalProperties": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            }
                        }
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "message_id": {
                        "type": "string"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "stage_instance_id": {
                        "type": "string"
                    },
                    "guild_scheduled_event_id": {
                        "type": "string"
                    },
                    "reported_user_id": {
                        "type": "string"
                    },
                    "application_id": {
                        "type": "string"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "widget_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "breadcrumbs",
                    "language",
                    "name",
                    "variant",
                    "version"
                ]
            },
            "IdentifySchema": {
                "type": "object",
                "properties": {
                    "token": {
                        "type": "string"
                    },
                    "properties": {
                        "type": "object",
                        "properties": {
                            "os": {
                                "type": "string"
                            },
                            "os_atch": {
                                "type": "string"
                            },
                            "browser": {
                                "type": "string"
                            },
                            "device": {
                                "type": "string"
                            },
                            "$os": {
                                "type": "string"
                            },
                            "$browser": {
                                "type": "string"
                            },
                            "$device": {
                                "type": "string"
                            },
                            "browser_user_agent": {
                                "type": "string"
                            },
                            "browser_version": {
                                "type": "string"
                            },
                            "os_version": {
                                "type": "string"
                            },
                            "referrer": {
                                "type": "string"
                            },
                            "referring_domain": {
                                "type": "string"
                            },
                            "referrer_current": {
                                "type": "string"
                            },
                            "referring_domain_current": {
                                "type": "string"
                            },
                            "release_channel": {
                                "enum": [
                                    "canary",
                                    "dev",
                                    "ptb",
                                    "stable"
                                ],
                                "type": "string"
                            },
                            "client_build_number": {
                                "type": "integer"
                            },
                            "client_event_source": {
                                "type": "string"
                            },
                            "client_version": {
                                "type": "string"
                            },
                            "system_locale": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false
                    },
                    "intents": {
                        "type": "number"
                    },
                    "presence": {
                        "$ref": "#/components/schemas/ActivitySchema"
                    },
                    "compress": {
                        "type": "boolean"
                    },
                    "large_threshold": {
                        "type": "integer"
                    },
                    "largeThreshold": {
                        "type": "integer"
                    },
                    "shard": {
                        "minItems": 2,
                        "maxItems": 2,
                        "type": "array",
                        "items": {
                            "type": "number"
                        }
                    },
                    "guild_subscriptions": {
                        "type": "boolean"
                    },
                    "capabilities": {
                        "type": "integer"
                    },
                    "client_state": {
                        "type": "object",
                        "properties": {
                            "guild_hashes": {},
                            "highest_last_message_id": {
                                "type": "integer"
                            },
                            "read_state_version": {
                                "type": "integer"
                            },
                            "user_guild_settings_version": {
                                "type": "integer"
                            },
                            "user_settings_version": {
                                "type": "integer"
                            },
                            "useruser_guild_settings_version": {
                                "type": "integer"
                            },
                            "private_channels_version": {
                                "type": "integer"
                            },
                            "guild_versions": {},
                            "api_code_version": {
                                "type": "integer"
                            },
                            "initial_guild_id": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false
                    },
                    "clientState": {
                        "type": "object",
                        "properties": {
                            "guildHashes": {},
                            "highestLastMessageId": {
                                "type": "integer"
                            },
                            "readStateVersion": {
                                "type": "integer"
                            },
                            "userGuildSettingsVersion": {
                                "type": "integer"
                            },
                            "useruserGuildSettingsVersion": {
                                "type": "integer"
                            },
                            "guildVersions": {},
                            "apiCodeVersion": {
                                "type": "integer"
                            },
                            "initialGuildId": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false
                    },
                    "v": {
                        "type": "integer"
                    }
                },
                "required": [
                    "properties",
                    "token"
                ]
            },
            "StreamCreateSchema": {
                "type": "object",
                "properties": {
                    "type": {
                        "enum": [
                            "call",
                            "guild"
                        ],
                        "type": "string"
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "preferred_region": {
                        "type": "string"
                    }
                },
                "required": [
                    "channel_id",
                    "type"
                ]
            },
            "StreamDeleteSchema": {
                "type": "object",
                "properties": {
                    "stream_key": {
                        "type": "string"
                    }
                },
                "required": [
                    "stream_key"
                ]
            },
            "StreamWatchSchema": {
                "type": "object",
                "properties": {
                    "stream_key": {
                        "type": "string"
                    }
                },
                "required": [
                    "stream_key"
                ]
            },
            "VoiceIdentifySchema": {
                "type": "object",
                "properties": {
                    "server_id": {
                        "type": "string"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "session_id": {
                        "type": "string"
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "token": {
                        "type": "string"
                    },
                    "video": {
                        "type": "boolean"
                    },
                    "streams": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "type": {
                                    "enum": [
                                        "audio",
                                        "screen",
                                        "video"
                                    ],
                                    "type": "string"
                                },
                                "rid": {
                                    "type": "string"
                                },
                                "quality": {
                                    "type": "integer"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "quality",
                                "rid",
                                "type"
                            ]
                        }
                    },
                    "max_secure_frames_version": {
                        "type": "integer"
                    },
                    "max_dave_protocol_version": {
                        "type": "integer"
                    }
                },
                "required": [
                    "server_id",
                    "session_id",
                    "token",
                    "user_id"
                ]
            },
            "VoiceVideoSchema": {
                "type": "object",
                "properties": {
                    "audio_ssrc": {
                        "type": "integer"
                    },
                    "video_ssrc": {
                        "type": "integer"
                    },
                    "rtx_ssrc": {
                        "type": "integer"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "streams": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "type": {
                                    "enum": [
                                        "audio",
                                        "screen",
                                        "video"
                                    ],
                                    "type": "string"
                                },
                                "rid": {
                                    "type": "string"
                                },
                                "ssrc": {
                                    "type": "integer"
                                },
                                "active": {
                                    "type": "boolean"
                                },
                                "quality": {
                                    "type": "integer"
                                },
                                "rtx_ssrc": {
                                    "type": "integer"
                                },
                                "max_bitrate": {
                                    "type": "integer"
                                },
                                "max_framerate": {
                                    "type": "integer"
                                },
                                "max_resolution": {
                                    "type": "object",
                                    "properties": {
                                        "type": {
                                            "type": "string"
                                        },
                                        "width": {
                                            "type": "integer"
                                        },
                                        "height": {
                                            "type": "integer"
                                        }
                                    },
                                    "additionalProperties": false,
                                    "required": [
                                        "height",
                                        "type",
                                        "width"
                                    ]
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "rid",
                                "type"
                            ]
                        }
                    }
                },
                "required": [
                    "audio_ssrc",
                    "video_ssrc"
                ]
            },
            "APIGuild": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "region": {
                        "type": "string"
                    },
                    "insert": {
                        "type": "object",
                        "additionalProperties": false
                    },
                    "id": {
                        "type": "string"
                    },
                    "channels": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Channel"
                        }
                    },
                    "members": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Member"
                        }
                    },
                    "icon": {
                        "type": "string"
                    },
                    "system_channel_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "rules_channel_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "banner": {
                        "type": "string"
                    },
                    "splash": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "features": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "verification_level": {
                        "type": "integer"
                    },
                    "default_message_notifications": {
                        "type": "integer"
                    },
                    "system_channel_flags": {
                        "type": "integer"
                    },
                    "explicit_content_filter": {
                        "type": "integer"
                    },
                    "public_updates_channel_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "afk_timeout": {
                        "type": "integer"
                    },
                    "afk_channel_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "preferred_locale": {
                        "type": "string"
                    },
                    "premium_progress_bar_enabled": {
                        "type": "boolean"
                    },
                    "discovery_splash": {
                        "type": "string"
                    },
                    "roles": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Role"
                        }
                    },
                    "parent": {
                        "type": "string"
                    },
                    "owner_id": {
                        "type": "string"
                    },
                    "nsfw": {
                        "type": "boolean"
                    },
                    "invites": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Invite"
                        }
                    },
                    "voice_states": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/VoiceState"
                        }
                    },
                    "webhooks": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Webhook"
                        }
                    },
                    "member_count": {
                        "type": "integer"
                    },
                    "get_annotations": {
                        "type": "object",
                        "additionalProperties": false
                    },
                    "clean_data": {
                        "type": "object",
                        "additionalProperties": false
                    },
                    "bans": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Ban"
                        }
                    },
                    "primary_category_id": {
                        "type": "string"
                    },
                    "large": {
                        "type": "boolean"
                    },
                    "max_members": {
                        "type": "integer"
                    },
                    "max_presences": {
                        "type": "integer"
                    },
                    "max_video_channel_users": {
                        "type": "integer"
                    },
                    "presence_count": {
                        "type": "integer"
                    },
                    "template_id": {
                        "type": "string"
                    },
                    "emojis": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Emoji"
                        }
                    },
                    "stickers": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Sticker"
                        }
                    },
                    "mfa_level": {
                        "type": "integer"
                    },
                    "premium_subscription_count": {
                        "type": "integer"
                    },
                    "premium_tier": {
                        "type": "integer"
                    },
                    "unavailable": {
                        "type": "boolean"
                    },
                    "welcome_screen": {
                        "$ref": "#/components/schemas/GuildWelcomeScreen",
                        "description": "DEPRECATED: Look at the new Guild onboarding screens."
                    },
                    "widget_channel_id": {
                        "type": "string"
                    },
                    "widget_enabled": {
                        "type": "boolean"
                    },
                    "nsfw_level": {
                        "type": "integer"
                    },
                    "permissions": {
                        "type": "integer"
                    },
                    "channel_ordering": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "discovery_weight": {
                        "type": "integer"
                    },
                    "discovery_excluded": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "bans",
                    "channel_ordering",
                    "channels",
                    "clean_data",
                    "discovery_excluded",
                    "discovery_weight",
                    "emojis",
                    "features",
                    "get_annotations",
                    "id",
                    "insert",
                    "invites",
                    "members",
                    "name",
                    "nsfw",
                    "premium_progress_bar_enabled",
                    "public_updates_channel_id",
                    "roles",
                    "stickers",
                    "unavailable",
                    "voice_states",
                    "webhooks",
                    "welcome_screen",
                    "widget_enabled"
                ]
            },
            "APIPublicUser": {
                "type": "object",
                "properties": {
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "banner": {
                        "type": "string"
                    },
                    "premium_since": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "avatar": {
                        "type": "string"
                    },
                    "bio": {
                        "type": "string"
                    },
                    "theme_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "pronouns": {
                        "type": "string"
                    },
                    "username": {
                        "type": "string"
                    },
                    "discriminator": {
                        "type": "string"
                    },
                    "public_flags": {
                        "type": "integer"
                    },
                    "accent_color": {
                        "type": "integer"
                    },
                    "bot": {
                        "type": "boolean"
                    },
                    "premium_type": {
                        "type": "integer"
                    },
                    "badge_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "avatar_decoration_data": {
                        "$ref": "#/components/schemas/AvatarDecorationData"
                    },
                    "display_name_styles": {
                        "$ref": "#/components/schemas/DisplayNameStyle"
                    },
                    "collectibles": {
                        "$ref": "#/components/schemas/Collectibles"
                    },
                    "primary_guild": {
                        "$ref": "#/components/schemas/PrimaryGuild"
                    }
                },
                "required": [
                    "bio",
                    "bot",
                    "discriminator",
                    "id",
                    "premium_since",
                    "premium_type",
                    "public_flags",
                    "username"
                ]
            },
            "APIPrivateUser": {
                "type": "object",
                "properties": {
                    "email": {
                        "type": "string"
                    },
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "banner": {
                        "type": "string"
                    },
                    "verified": {
                        "type": "boolean"
                    },
                    "premium_since": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "avatar": {
                        "type": "string"
                    },
                    "bio": {
                        "type": "string"
                    },
                    "theme_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "pronouns": {
                        "type": "string"
                    },
                    "username": {
                        "type": "string"
                    },
                    "discriminator": {
                        "type": "string"
                    },
                    "public_flags": {
                        "type": "integer"
                    },
                    "accent_color": {
                        "type": "integer"
                    },
                    "bot": {
                        "type": "boolean"
                    },
                    "premium_type": {
                        "type": "integer"
                    },
                    "badge_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "avatar_decoration_data": {
                        "$ref": "#/components/schemas/AvatarDecorationData"
                    },
                    "display_name_styles": {
                        "$ref": "#/components/schemas/DisplayNameStyle"
                    },
                    "collectibles": {
                        "$ref": "#/components/schemas/Collectibles"
                    },
                    "primary_guild": {
                        "$ref": "#/components/schemas/PrimaryGuild"
                    },
                    "mfa_enabled": {
                        "type": "boolean"
                    },
                    "phone": {
                        "type": "string"
                    },
                    "nsfw_allowed": {
                        "type": "boolean"
                    },
                    "premium": {
                        "type": "boolean"
                    },
                    "purchased_flags": {
                        "type": "integer"
                    },
                    "premium_usage_flags": {
                        "type": "integer"
                    },
                    "disabled": {
                        "type": "boolean"
                    },
                    "settings": {
                        "$ref": "#/components/schemas/UserSettingsSchema"
                    }
                },
                "required": [
                    "bio",
                    "bot",
                    "disabled",
                    "discriminator",
                    "flags",
                    "id",
                    "mfa_enabled",
                    "nsfw_allowed",
                    "premium",
                    "premium_since",
                    "premium_type",
                    "premium_usage_flags",
                    "public_flags",
                    "purchased_flags",
                    "username",
                    "verified"
                ]
            },
            "APIGuildArray": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/APIGuild"
                }
            },
            "APIDMChannelArray": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/DmChannelDTO"
                }
            },
            "APIBackupCodeArray": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/BackupCode"
                }
            },
            "UserUpdateResponse": {
                "type": "object",
                "properties": {
                    "newToken": {
                        "type": "string"
                    },
                    "email": {
                        "type": "string"
                    },
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "banner": {
                        "type": "string"
                    },
                    "verified": {
                        "type": "boolean"
                    },
                    "premium_since": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "avatar": {
                        "type": "string"
                    },
                    "bio": {
                        "type": "string"
                    },
                    "theme_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "pronouns": {
                        "type": "string"
                    },
                    "username": {
                        "type": "string"
                    },
                    "discriminator": {
                        "type": "string"
                    },
                    "public_flags": {
                        "type": "integer"
                    },
                    "accent_color": {
                        "type": "integer"
                    },
                    "bot": {
                        "type": "boolean"
                    },
                    "premium_type": {
                        "type": "integer"
                    },
                    "badge_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "avatar_decoration_data": {
                        "$ref": "#/components/schemas/AvatarDecorationData"
                    },
                    "display_name_styles": {
                        "$ref": "#/components/schemas/DisplayNameStyle"
                    },
                    "collectibles": {
                        "$ref": "#/components/schemas/Collectibles"
                    },
                    "primary_guild": {
                        "$ref": "#/components/schemas/PrimaryGuild"
                    },
                    "mfa_enabled": {
                        "type": "boolean"
                    },
                    "phone": {
                        "type": "string"
                    },
                    "nsfw_allowed": {
                        "type": "boolean"
                    },
                    "premium": {
                        "type": "boolean"
                    },
                    "purchased_flags": {
                        "type": "integer"
                    },
                    "premium_usage_flags": {
                        "type": "integer"
                    },
                    "disabled": {
                        "type": "boolean"
                    },
                    "settings": {
                        "$ref": "#/components/schemas/UserSettingsSchema"
                    }
                },
                "required": [
                    "bio",
                    "bot",
                    "disabled",
                    "discriminator",
                    "flags",
                    "id",
                    "mfa_enabled",
                    "nsfw_allowed",
                    "premium",
                    "premium_since",
                    "premium_type",
                    "premium_usage_flags",
                    "public_flags",
                    "purchased_flags",
                    "username",
                    "verified"
                ]
            },
            "ApplicationDetectableResponse": {
                "type": "array",
                "items": {}
            },
            "ApplicationEntitlementsResponse": {
                "type": "array",
                "items": {}
            },
            "ApplicationSkusResponse": {
                "type": "array",
                "items": {}
            },
            "APIApplicationArray": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/Application"
                }
            },
            "APIInviteArray": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/Invite"
                }
            },
            "APIMessageArray": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/Message"
                }
            },
            "APIWebhookArray": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/Webhook"
                }
            },
            "APIDiscoveryCategoryArray": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/Categories"
                }
            },
            "APIGeneralConfiguration": {
                "type": "object",
                "properties": {
                    "instanceName": {
                        "type": "string"
                    },
                    "serverName": {
                        "type": "string",
                        "nullable": true
                    },
                    "instanceDescription": {
                        "type": "string",
                        "nullable": true
                    },
                    "frontPage": {
                        "type": "string",
                        "nullable": true
                    },
                    "tosPage": {
                        "type": "string",
                        "nullable": true
                    },
                    "correspondenceEmail": {
                        "type": "string",
                        "nullable": true
                    },
                    "correspondenceUserID": {
                        "type": "string",
                        "nullable": true
                    },
                    "image": {
                        "type": "string",
                        "nullable": true
                    },
                    "instanceId": {
                        "type": "string"
                    },
                    "autoCreateBotUsers": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "autoCreateBotUsers",
                    "correspondenceEmail",
                    "correspondenceUserID",
                    "frontPage",
                    "image",
                    "instanceDescription",
                    "instanceId",
                    "instanceName",
                    "serverName",
                    "tosPage"
                ]
            },
            "APIChannelArray": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/Channel"
                }
            },
            "APIMemberArray": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/Member"
                }
            },
            "APIPublicMember": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "banner": {
                        "type": "string"
                    },
                    "nick": {
                        "type": "string"
                    },
                    "joined_at": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "pending": {
                        "type": "boolean"
                    },
                    "deaf": {
                        "type": "boolean"
                    },
                    "mute": {
                        "type": "boolean"
                    },
                    "premium_since": {
                        "type": "integer"
                    },
                    "avatar": {
                        "type": "string"
                    },
                    "bio": {
                        "type": "string"
                    },
                    "theme_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "pronouns": {
                        "type": "string"
                    },
                    "communication_disabled_until": {
                        "anyOf": [
                            {
                                "type": "string",
                                "format": "date-time"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "user": {
                        "$ref": "#/components/schemas/PublicUser"
                    },
                    "roles": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },
                "required": [
                    "banner",
                    "bio",
                    "communication_disabled_until",
                    "deaf",
                    "flags",
                    "guild_id",
                    "id",
                    "joined_at",
                    "mute",
                    "pending",
                    "roles",
                    "user"
                ]
            },
            "APIGuildWithJoinedAt": {
                "type": "object",
                "properties": {
                    "joined_at": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "large": {
                        "type": "boolean"
                    },
                    "max_members": {
                        "type": "integer"
                    },
                    "max_presences": {
                        "type": "integer"
                    },
                    "max_video_channel_users": {
                        "type": "integer"
                    },
                    "member_count": {
                        "type": "integer"
                    },
                    "presence_count": {
                        "type": "integer"
                    },
                    "mfa_level": {
                        "type": "integer"
                    },
                    "owner_id": {
                        "type": "string"
                    },
                    "premium_subscription_count": {
                        "type": "integer"
                    },
                    "premium_tier": {
                        "type": "integer"
                    },
                    "welcome_screen": {
                        "$ref": "#/components/schemas/GuildWelcomeScreen"
                    },
                    "widget_channel_id": {
                        "type": "string"
                    },
                    "widget_enabled": {
                        "type": "boolean"
                    },
                    "nsfw_level": {
                        "type": "integer"
                    },
                    "nsfw": {
                        "type": "boolean"
                    },
                    "parent": {
                        "type": "string"
                    },
                    "region": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string",
                        "nullable": true
                    },
                    "system_channel_id": {
                        "type": "string"
                    },
                    "rules_channel_id": {
                        "type": "string"
                    },
                    "guild_template_code": {
                        "type": "string"
                    },
                    "staff_only": {
                        "type": "boolean"
                    },
                    "banner": {
                        "type": "string",
                        "nullable": true
                    },
                    "splash": {
                        "type": "string",
                        "nullable": true
                    },
                    "description": {
                        "type": "string"
                    },
                    "features": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "verification_level": {
                        "type": "integer"
                    },
                    "default_message_notifications": {
                        "type": "integer"
                    },
                    "system_channel_flags": {
                        "type": "integer"
                    },
                    "explicit_content_filter": {
                        "type": "integer"
                    },
                    "public_updates_channel_id": {
                        "type": "string"
                    },
                    "afk_timeout": {
                        "type": "integer"
                    },
                    "afk_channel_id": {
                        "type": "string"
                    },
                    "preferred_locale": {
                        "type": "string"
                    },
                    "premium_progress_bar_enabled": {
                        "type": "boolean"
                    },
                    "discovery_splash": {
                        "type": "string"
                    },
                    "safety_alerts_channel_id": {
                        "type": "string",
                        "nullable": true
                    }
                },
                "required": [
                    "id",
                    "joined_at",
                    "name",
                    "nsfw",
                    "welcome_screen",
                    "widget_enabled"
                ]
            },
            "APIRoleArray": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/Role"
                }
            },
            "APITemplateArray": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/Template"
                }
            },
            "APIGuildVoiceRegion": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/GuildVoiceRegion"
                }
            },
            "APILimitsConfiguration": {
                "type": "object",
                "properties": {
                    "user": {
                        "$ref": "#/components/schemas/UserLimits"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/GuildLimits"
                    },
                    "message": {
                        "$ref": "#/components/schemas/MessageLimits"
                    },
                    "channel": {
                        "$ref": "#/components/schemas/ChannelLimits"
                    },
                    "rate": {
                        "$ref": "#/components/schemas/RateLimits"
                    },
                    "absoluteRate": {
                        "$ref": "#/components/schemas/GlobalRateLimits"
                    }
                },
                "required": [
                    "absoluteRate",
                    "channel",
                    "guild",
                    "message",
                    "rate",
                    "user"
                ]
            },
            "APIConnectionsConfiguration": {
                "type": "object"
            },
            "UpdatesResponse": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "pub_date": {
                        "type": "string"
                    },
                    "url": {
                        "type": "string"
                    },
                    "notes": {
                        "type": "string",
                        "nullable": true
                    }
                },
                "required": [
                    "name",
                    "notes",
                    "pub_date",
                    "url"
                ]
            },
            "UploadAttachmentResponseSchema": {
                "type": "object",
                "properties": {
                    "attachments": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/UploadAttachmentResponse"
                        }
                    }
                },
                "required": [
                    "attachments"
                ]
            },
            "UploadAttachmentResponse": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "upload_url": {
                        "type": "string"
                    },
                    "upload_filename": {
                        "type": "string"
                    },
                    "original_content_type": {
                        "type": "string"
                    }
                },
                "required": [
                    "upload_filename",
                    "upload_url"
                ]
            },
            "UserNoteResponse": {
                "type": "object",
                "properties": {
                    "note": {
                        "type": "string"
                    },
                    "note_user_id": {
                        "type": "string"
                    },
                    "user_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "note",
                    "note_user_id",
                    "user_id"
                ]
            },
            "UserProfileResponse": {
                "type": "object",
                "properties": {
                    "user": {
                        "$ref": "#/components/schemas/PublicUser"
                    },
                    "connected_accounts": {
                        "$ref": "#/components/schemas/PublicConnectedAccount"
                    },
                    "premium_guild_since": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "premium_since": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "mutual_guilds": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": "string"
                                },
                                "nick": {
                                    "type": "string"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "id"
                            ]
                        }
                    },
                    "premium_type": {
                        "type": "integer"
                    },
                    "profile_themes_experiment_bucket": {
                        "type": "integer"
                    },
                    "user_profile": {
                        "$ref": "#/components/schemas/UserProfile"
                    },
                    "guild_member": {
                        "$ref": "#/components/schemas/PublicMember"
                    },
                    "guild_member_profile": {
                        "$ref": "#/components/schemas/PublicMemberProfile"
                    },
                    "badges": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Badge"
                        }
                    }
                },
                "required": [
                    "badges",
                    "connected_accounts",
                    "mutual_guilds",
                    "premium_type",
                    "profile_themes_experiment_bucket",
                    "user",
                    "user_profile"
                ]
            },
            "UserRelationResponse": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "username": {
                        "type": "string"
                    },
                    "discriminator": {
                        "type": "string"
                    },
                    "avatar": {
                        "type": "string"
                    },
                    "public_flags": {
                        "type": "integer"
                    }
                },
                "required": [
                    "discriminator",
                    "id",
                    "public_flags",
                    "username"
                ]
            },
            "UserRelationsResponse": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/UserRelationResponse"
                }
            },
            "UserRelationshipsResponse": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "type": {
                        "$ref": "#/components/schemas/RelationshipType"
                    },
                    "nickname": {
                        "type": "null"
                    },
                    "user": {
                        "$ref": "#/components/schemas/PublicUser"
                    }
                },
                "required": [
                    "id",
                    "nickname",
                    "type",
                    "user"
                ]
            },
            "WebAuthnCreateResponse": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "id",
                    "name"
                ]
            },
            "WebhookCreateResponse": {
                "type": "object",
                "properties": {
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "hook": {
                        "$ref": "#/components/schemas/Webhook"
                    }
                },
                "required": [
                    "hook",
                    "user"
                ]
            },
            "MFAResponse": {
                "type": "object",
                "properties": {
                    "ticket": {
                        "type": "string"
                    },
                    "mfa": {
                        "type": "boolean",
                        "const": true
                    },
                    "sms": {
                        "type": "boolean",
                        "const": false
                    },
                    "token": {
                        "type": "null"
                    }
                },
                "required": [
                    "mfa",
                    "sms",
                    "ticket",
                    "token"
                ]
            },
            "WebAuthnResponse": {
                "type": "object",
                "properties": {
                    "webauthn": {
                        "type": "string"
                    },
                    "ticket": {
                        "type": "string"
                    },
                    "mfa": {
                        "type": "boolean",
                        "const": true
                    },
                    "sms": {
                        "type": "boolean",
                        "const": false
                    },
                    "token": {
                        "type": "null"
                    }
                },
                "required": [
                    "mfa",
                    "sms",
                    "ticket",
                    "token",
                    "webauthn"
                ]
            },
            "LoginResponse": {
                "anyOf": [
                    {
                        "$ref": "#/components/schemas/TokenResponse"
                    },
                    {
                        "$ref": "#/components/schemas/MFAResponse"
                    },
                    {
                        "$ref": "#/components/schemas/WebAuthnResponse"
                    }
                ]
            },
            "LoginSchema": {
                "type": "object",
                "properties": {
                    "login": {
                        "type": "string"
                    },
                    "password": {
                        "minLength": 1,
                        "maxLength": 72,
                        "type": "string"
                    },
                    "undelete": {
                        "type": "boolean"
                    },
                    "captcha_key": {
                        "type": "string"
                    },
                    "login_source": {
                        "type": "string"
                    },
                    "gift_code_sku_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "login",
                    "password"
                ]
            },
            "MemberChangeProfileSchema": {
                "type": "object",
                "properties": {
                    "banner": {
                        "type": "string",
                        "nullable": true
                    },
                    "nick": {
                        "type": "string"
                    },
                    "bio": {
                        "type": "string"
                    },
                    "pronouns": {
                        "type": "string"
                    },
                    "theme_colors": {
                        "items": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "integer"
                            }
                        ],
                        "type": "array",
                        "minItems": 2,
                        "maxItems": 2
                    }
                }
            },
            "MemberChangeSchema": {
                "type": "object",
                "properties": {
                    "roles": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "nick": {
                        "type": "string"
                    },
                    "avatar": {
                        "type": "string",
                        "nullable": true
                    },
                    "bio": {
                        "type": "string"
                    },
                    "communication_disabled_until": {
                        "type": "string",
                        "nullable": true
                    }
                }
            },
            "MemberNickChangeSchema": {
                "type": "object",
                "properties": {
                    "nick": {
                        "type": "string"
                    }
                },
                "required": [
                    "nick"
                ]
            },
            "MessageAcknowledgeSchema": {
                "type": "object",
                "properties": {
                    "manual": {
                        "type": "boolean"
                    },
                    "mention_count": {
                        "type": "integer"
                    },
                    "flags": {
                        "enum": [
                            0,
                            1,
                            2,
                            4
                        ],
                        "type": "number"
                    },
                    "last_viewed": {
                        "type": "integer"
                    },
                    "token": {
                        "type": "string"
                    }
                }
            },
            "AckBulkSchema": {
                "type": "object",
                "properties": {
                    "read_states": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "channel_id": {
                                    "type": "string"
                                },
                                "message_id": {
                                    "type": "string"
                                },
                                "read_state_type": {
                                    "$ref": "#/components/schemas/ReadStateType"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "channel_id",
                                "message_id",
                                "read_state_type"
                            ]
                        }
                    }
                },
                "required": [
                    "read_states"
                ]
            },
            "AcknowledgeDeleteSchema": {
                "type": "object",
                "properties": {
                    "read_state_type": {
                        "enum": [
                            0,
                            1,
                            2,
                            3,
                            4,
                            5
                        ],
                        "type": "number"
                    },
                    "version": {
                        "type": "integer"
                    }
                }
            },
            "MessageCreateSchema": {
                "type": "object",
                "properties": {
                    "type": {
                        "type": "integer"
                    },
                    "content": {
                        "type": "string"
                    },
                    "mobile_network_type": {
                        "type": "string"
                    },
                    "nonce": {
                        "type": "string"
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "tts": {
                        "type": "boolean"
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "embeds": {
                        "anyOf": [
                            {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Embed"
                                }
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "embed": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Embed"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "allowed_mentions": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/AllowedMentions"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "message_reference": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/MessageReference"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "payload_json": {
                        "type": "string"
                    },
                    "file": {
                        "type": "object",
                        "properties": {
                            "filename": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "filename"
                        ]
                    },
                    "attachments": {
                        "type": "array",
                        "items": {
                            "anyOf": [
                                {
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "type": "string"
                                        },
                                        "filename": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false,
                                    "required": [
                                        "filename",
                                        "id"
                                    ]
                                },
                                {
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "type": "string"
                                        },
                                        "filename": {
                                            "type": "string"
                                        },
                                        "uploaded_filename": {
                                            "type": "string"
                                        },
                                        "original_content_type": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false,
                                    "required": [
                                        "filename",
                                        "uploaded_filename"
                                    ]
                                }
                            ]
                        }
                    },
                    "sticker_ids": {
                        "anyOf": [
                            {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "components": {
                        "anyOf": [
                            {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/BaseMessageComponents"
                                }
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "poll": {
                        "$ref": "#/components/schemas/PollCreationSchema"
                    },
                    "enforce_nonce": {
                        "type": "boolean"
                    },
                    "applied_tags": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "thread_name": {
                        "type": "string"
                    },
                    "avatar_url": {
                        "type": "string"
                    },
                    "interaction": {
                        "$ref": "#/components/schemas/MessageInteractionSchema"
                    },
                    "interaction_metadata": {
                        "$ref": "#/components/schemas/MessageInteractionSchema"
                    }
                }
            },
            "PollCreationSchema": {
                "type": "object",
                "properties": {
                    "question": {
                        "$ref": "#/components/schemas/PollMedia"
                    },
                    "answers": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/PollAnswer"
                        }
                    },
                    "duration": {
                        "type": "integer"
                    },
                    "allow_multiselect": {
                        "type": "boolean"
                    },
                    "layout_type": {
                        "type": "integer"
                    }
                },
                "required": [
                    "answers",
                    "question"
                ]
            },
            "MessageInteractionSchema": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "type": {
                        "$ref": "#/components/schemas/InteractionType"
                    },
                    "name": {
                        "type": "string"
                    },
                    "command_type": {
                        "enum": [
                            1,
                            2,
                            3,
                            4
                        ],
                        "type": "number"
                    },
                    "ephemerality_reason": {
                        "type": "integer"
                    },
                    "user": {
                        "$ref": "#/components/schemas/PublicUser"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "authorizing_integration_owners": {
                        "type": "object",
                        "properties": {},
                        "additionalProperties": true
                    },
                    "original_response_message_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "interacted_message_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "triggering_interaction_metadata": {
                        "$ref": "#/components/schemas/MessageInteractionSchema"
                    },
                    "target_user": {
                        "$ref": "#/components/schemas/PublicUser"
                    },
                    "target_message_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    }
                },
                "required": [
                    "id",
                    "name",
                    "type"
                ]
            },
            "MessageEditSchema": {
                "type": "object",
                "properties": {
                    "embed": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Embed"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "file": {
                        "type": "object",
                        "properties": {
                            "filename": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "filename"
                        ]
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "applied_tags": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "content": {
                        "type": "string"
                    },
                    "mobile_network_type": {
                        "type": "string"
                    },
                    "nonce": {
                        "type": "string"
                    },
                    "tts": {
                        "type": "boolean"
                    },
                    "embeds": {
                        "anyOf": [
                            {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Embed"
                                }
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "allowed_mentions": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/AllowedMentions"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "message_reference": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/MessageReference"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "payload_json": {
                        "type": "string"
                    },
                    "attachments": {
                        "type": "array",
                        "items": {
                            "anyOf": [
                                {
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "type": "string"
                                        },
                                        "filename": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false,
                                    "required": [
                                        "filename",
                                        "id"
                                    ]
                                },
                                {
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "type": "string"
                                        },
                                        "filename": {
                                            "type": "string"
                                        },
                                        "uploaded_filename": {
                                            "type": "string"
                                        },
                                        "original_content_type": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false,
                                    "required": [
                                        "filename",
                                        "uploaded_filename"
                                    ]
                                }
                            ]
                        }
                    },
                    "sticker_ids": {
                        "anyOf": [
                            {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "components": {
                        "anyOf": [
                            {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/BaseMessageComponents"
                                }
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "poll": {
                        "$ref": "#/components/schemas/PollCreationSchema"
                    },
                    "enforce_nonce": {
                        "type": "boolean"
                    },
                    "thread_name": {
                        "type": "string"
                    },
                    "avatar_url": {
                        "type": "string"
                    },
                    "interaction": {
                        "$ref": "#/components/schemas/MessageInteractionSchema"
                    },
                    "interaction_metadata": {
                        "$ref": "#/components/schemas/MessageInteractionSchema"
                    }
                }
            },
            "MfaCodesSchema": {
                "type": "object",
                "properties": {
                    "password": {
                        "minLength": 1,
                        "maxLength": 72,
                        "type": "string"
                    },
                    "regenerate": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "password"
                ]
            },
            "ModifyGuildStickerSchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "minLength": 2,
                        "maxLength": 30,
                        "type": "string"
                    },
                    "description": {
                        "maxLength": 100,
                        "type": "string"
                    },
                    "tags": {
                        "maxLength": 200,
                        "type": "string"
                    }
                },
                "required": [
                    "name",
                    "tags"
                ]
            },
            "PasswordResetSchema": {
                "type": "object",
                "properties": {
                    "password": {
                        "minLength": 1,
                        "maxLength": 72,
                        "type": "string"
                    },
                    "token": {
                        "type": "string"
                    }
                },
                "required": [
                    "password",
                    "token"
                ]
            },
            "PreloadMessagesRequestSchema": {
                "type": "object",
                "properties": {
                    "channels": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "channel_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "PruneSchema": {
                "type": "object",
                "properties": {
                    "days": {
                        "type": "integer"
                    }
                },
                "required": [
                    "days"
                ]
            },
            "PurgeSchema": {
                "type": "object",
                "properties": {
                    "before": {
                        "type": "string"
                    },
                    "after": {
                        "type": "string"
                    }
                },
                "required": [
                    "after",
                    "before"
                ]
            },
            "RefreshUrlsRequestSchema": {
                "type": "object",
                "properties": {
                    "attachment_urls": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },
                "required": [
                    "attachment_urls"
                ]
            },
            "RegisterSchema": {
                "type": "object",
                "properties": {
                    "username": {
                        "minLength": 2,
                        "type": "string"
                    },
                    "password": {
                        "minLength": 1,
                        "maxLength": 72,
                        "type": "string"
                    },
                    "consent": {
                        "type": "boolean"
                    },
                    "email": {
                        "format": "email",
                        "type": "string"
                    },
                    "fingerprint": {
                        "type": "string"
                    },
                    "invite": {
                        "type": "string"
                    },
                    "date_of_birth": {
                        "type": "string"
                    },
                    "gift_code_sku_id": {
                        "type": "string"
                    },
                    "captcha_key": {
                        "type": "string"
                    },
                    "promotional_email_opt_in": {
                        "type": "boolean"
                    },
                    "unique_username_registration": {
                        "type": "boolean"
                    },
                    "global_name": {
                        "type": "string"
                    }
                },
                "required": [
                    "consent",
                    "username"
                ]
            },
            "RelationshipPostSchema": {
                "type": "object",
                "properties": {
                    "discriminator": {
                        "type": "string"
                    },
                    "username": {
                        "type": "string"
                    }
                },
                "required": [
                    "discriminator",
                    "username"
                ]
            },
            "RelationshipPatchSchema": {
                "type": "object",
                "properties": {
                    "nickname": {
                        "type": "string"
                    }
                }
            },
            "RelationshipPutSchema": {
                "type": "object",
                "properties": {
                    "type": {
                        "enum": [
                            1,
                            2,
                            3,
                            4
                        ],
                        "type": "number"
                    },
                    "confirm_stranger_request": {
                        "type": "boolean"
                    }
                }
            },
            "RequestGuildMembersSchema": {
                "type": "object",
                "properties": {
                    "guild_id": {
                        "anyOf": [
                            {
                                "type": "array",
                                "items": [
                                    {
                                        "type": "string"
                                    }
                                ],
                                "minItems": 1,
                                "maxItems": 1
                            },
                            {
                                "type": "string"
                            }
                        ]
                    },
                    "query": {
                        "type": "string"
                    },
                    "limit": {
                        "type": "integer"
                    },
                    "presences": {
                        "type": "boolean"
                    },
                    "user_ids": {
                        "anyOf": [
                            {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            {
                                "type": "string"
                            }
                        ]
                    },
                    "nonce": {
                        "type": "string"
                    }
                },
                "required": [
                    "guild_id"
                ]
            },
            "RoleModifySchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "permissions": {
                        "type": "string"
                    },
                    "color": {
                        "type": "integer"
                    },
                    "hoist": {
                        "type": "boolean"
                    },
                    "mentionable": {
                        "type": "boolean"
                    },
                    "position": {
                        "type": "integer"
                    },
                    "icon": {
                        "type": "string"
                    },
                    "unicode_emoji": {
                        "type": "string"
                    },
                    "colors": {
                        "type": "object",
                        "properties": {
                            "primary_color": {
                                "type": "integer"
                            },
                            "secondary_color": {
                                "type": [
                                    "null",
                                    "integer"
                                ]
                            },
                            "tertiary_color": {
                                "type": [
                                    "null",
                                    "integer"
                                ]
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "primary_color"
                        ]
                    }
                }
            },
            "RolePositionUpdateSchema": {
                "type": "array",
                "items": {
                    "type": "object",
                    "properties": {
                        "id": {
                            "type": "string"
                        },
                        "position": {
                            "type": "integer"
                        }
                    },
                    "additionalProperties": false,
                    "required": [
                        "id",
                        "position"
                    ]
                }
            },
            "SelectProtocolSchema": {
                "type": "object",
                "properties": {
                    "protocol": {
                        "enum": [
                            "udp",
                            "webrtc"
                        ],
                        "type": "string"
                    },
                    "data": {
                        "anyOf": [
                            {
                                "type": "object",
                                "properties": {
                                    "address": {
                                        "type": "string"
                                    },
                                    "port": {
                                        "type": "integer"
                                    },
                                    "mode": {
                                        "type": "string"
                                    }
                                },
                                "additionalProperties": false,
                                "required": [
                                    "address",
                                    "mode",
                                    "port"
                                ]
                            },
                            {
                                "type": "string"
                            }
                        ]
                    },
                    "sdp": {
                        "type": "string"
                    },
                    "codecs": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "name": {
                                    "enum": [
                                        "H264",
                                        "VP8",
                                        "VP9",
                                        "opus"
                                    ],
                                    "type": "string"
                                },
                                "type": {
                                    "enum": [
                                        "audio",
                                        "video"
                                    ],
                                    "type": "string"
                                },
                                "priority": {
                                    "type": "integer"
                                },
                                "payload_type": {
                                    "type": "integer"
                                },
                                "rtx_payload_type": {
                                    "type": "integer"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "name",
                                "payload_type",
                                "priority",
                                "type"
                            ]
                        }
                    },
                    "rtc_connection_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "data",
                    "protocol"
                ]
            },
            "SettingsProtoUpdateSchema": {
                "type": "object",
                "properties": {
                    "settings": {
                        "type": "string"
                    },
                    "required_data_version": {
                        "type": "integer"
                    }
                },
                "required": [
                    "settings"
                ]
            },
            "SettingsProtoUpdateJsonSchema": {
                "type": "object",
                "properties": {
                    "settings": {
                        "$ref": "#/components/schemas/JsonValue"
                    },
                    "required_data_version": {
                        "type": "integer"
                    }
                },
                "required": [
                    "settings"
                ]
            },
            "TeamCreateSchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    }
                },
                "required": [
                    "name"
                ]
            },
            "TemplateCreateSchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    }
                },
                "required": [
                    "name"
                ]
            },
            "TemplateModifySchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    }
                },
                "required": [
                    "name"
                ]
            },
            "TotpDisableSchema": {
                "type": "object",
                "properties": {
                    "code": {
                        "minLength": 6,
                        "maxLength": 6,
                        "type": "string"
                    }
                },
                "required": [
                    "code"
                ]
            },
            "TotpEnableSchema": {
                "type": "object",
                "properties": {
                    "password": {
                        "minLength": 1,
                        "maxLength": 72,
                        "type": "string"
                    },
                    "code": {
                        "minLength": 6,
                        "maxLength": 6,
                        "type": "string"
                    },
                    "secret": {
                        "type": "string"
                    }
                },
                "required": [
                    "password"
                ]
            },
            "TotpSchema": {
                "type": "object",
                "properties": {
                    "code": {
                        "type": "string"
                    },
                    "ticket": {
                        "type": "string"
                    },
                    "gift_code_sku_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "login_source": {
                        "type": "string",
                        "nullable": true
                    }
                },
                "required": [
                    "code",
                    "ticket"
                ]
            },
            "UploadAttachmentRequestSchema": {
                "type": "object",
                "properties": {
                    "files": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/UploadAttachmentRequest"
                        }
                    }
                },
                "required": [
                    "files"
                ]
            },
            "UserDeleteSchema": {
                "type": "object",
                "properties": {
                    "user_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "user_id"
                ]
            },
            "UserGuildSettingsSchema": {
                "type": "object",
                "properties": {
                    "channel_overrides": {
                        "type": "object",
                        "additionalProperties": {
                            "$ref": "#/components/schemas/ChannelOverride"
                        }
                    },
                    "version": {
                        "type": "integer"
                    },
                    "message_notifications": {
                        "type": "integer"
                    },
                    "mobile_push": {
                        "type": "boolean"
                    },
                    "mute_config": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/MuteConfig"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "muted": {
                        "type": "boolean"
                    },
                    "suppress_everyone": {
                        "type": "boolean"
                    },
                    "suppress_roles": {
                        "type": "boolean"
                    },
                    "guild_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "mute_scheduled_events": {
                        "type": "boolean"
                    },
                    "hide_muted_channels": {
                        "type": "boolean"
                    },
                    "notify_highlights": {
                        "const": 0,
                        "type": "number"
                    }
                }
            },
            "UserModifySchema": {
                "type": "object",
                "properties": {
                    "username": {
                        "minLength": 2,
                        "type": "string"
                    },
                    "avatar": {
                        "type": "string",
                        "nullable": true
                    },
                    "bio": {
                        "type": "string"
                    },
                    "accent_color": {
                        "type": "integer"
                    },
                    "banner": {
                        "type": "string",
                        "nullable": true
                    },
                    "password": {
                        "minLength": 1,
                        "maxLength": 72,
                        "type": "string"
                    },
                    "new_password": {
                        "minLength": 1,
                        "maxLength": 72,
                        "type": "string"
                    },
                    "code": {
                        "minLength": 6,
                        "maxLength": 6,
                        "type": "string"
                    },
                    "email": {
                        "format": "email",
                        "type": "string"
                    },
                    "discriminator": {
                        "minLength": 4,
                        "maxLength": 4,
                        "type": "string"
                    },
                    "display_name_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "display_name_effect_id": {
                        "enum": [
                            0,
                            1,
                            2,
                            3,
                            4,
                            5,
                            6
                        ],
                        "type": "number"
                    },
                    "display_name_font_id": {
                        "enum": [
                            0,
                            1,
                            10,
                            11,
                            12,
                            2,
                            3,
                            4,
                            5,
                            6,
                            7,
                            8,
                            9
                        ],
                        "type": "number"
                    }
                }
            },
            "UserNoteUpdateSchema": {
                "type": "object",
                "properties": {
                    "note": {
                        "type": "string"
                    }
                },
                "required": [
                    "note"
                ]
            },
            "UserProfileModifySchema": {
                "type": "object",
                "properties": {
                    "bio": {
                        "type": "string"
                    },
                    "accent_color": {
                        "type": "integer",
                        "nullable": true
                    },
                    "banner": {
                        "type": "string",
                        "nullable": true
                    },
                    "pronouns": {
                        "type": "string"
                    },
                    "theme_colors": {
                        "items": [
                            {
                                "type": "integer"
                            },
                            {
                                "type": "integer"
                            }
                        ],
                        "type": "array",
                        "minItems": 2,
                        "maxItems": 2
                    }
                }
            },
            "VanityUrlSchema": {
                "type": "object",
                "properties": {
                    "code": {
                        "minLength": 1,
                        "maxLength": 20,
                        "type": "string"
                    }
                }
            },
            "VerifyEmailSchema": {
                "type": "object",
                "properties": {
                    "captcha_key": {
                        "type": "string",
                        "nullable": true
                    },
                    "token": {
                        "type": "string"
                    }
                },
                "required": [
                    "token"
                ]
            },
            "VoiceStateUpdateSchema": {
                "type": "object",
                "properties": {
                    "guild_id": {
                        "type": "string"
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "self_mute": {
                        "type": "boolean"
                    },
                    "self_deaf": {
                        "type": "boolean"
                    },
                    "self_video": {
                        "type": "boolean"
                    },
                    "preferred_region": {
                        "type": "string"
                    },
                    "request_to_speak_timestamp": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "suppress": {
                        "type": "boolean"
                    },
                    "flags": {
                        "type": "integer"
                    }
                },
                "required": [
                    "self_deaf",
                    "self_mute"
                ]
            },
            "GenerateWebAuthnCredentialsSchema": {
                "type": "object",
                "properties": {
                    "password": {
                        "type": "string"
                    }
                },
                "required": [
                    "password"
                ]
            },
            "CreateWebAuthnCredentialSchema": {
                "type": "object",
                "properties": {
                    "credential": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "ticket": {
                        "type": "string"
                    }
                },
                "required": [
                    "credential",
                    "name",
                    "ticket"
                ]
            },
            "WebAuthnPostSchema": {
                "anyOf": [
                    {
                        "$ref": "#/components/schemas/GenerateWebAuthnCredentialsSchema"
                    },
                    {
                        "$ref": "#/components/schemas/CreateWebAuthnCredentialSchema"
                    }
                ]
            },
            "WebAuthnTotpSchema": {
                "type": "object",
                "properties": {
                    "code": {
                        "type": "string"
                    },
                    "ticket": {
                        "type": "string"
                    }
                },
                "required": [
                    "code",
                    "ticket"
                ]
            },
            "WebhookCreateSchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "maxLength": 80,
                        "type": "string"
                    },
                    "avatar": {
                        "type": "string"
                    }
                },
                "required": [
                    "name"
                ]
            },
            "WebhookExecuteSchema": {
                "type": "object",
                "properties": {
                    "content": {
                        "type": "string"
                    },
                    "username": {
                        "type": "string"
                    },
                    "avatar_url": {
                        "type": "string"
                    },
                    "tts": {
                        "type": "boolean"
                    },
                    "embeds": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Embed"
                        }
                    },
                    "allowed_mentions": {
                        "type": "object",
                        "properties": {
                            "parse": {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            "roles": {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            "users": {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            "replied_user": {
                                "type": "boolean"
                            }
                        },
                        "additionalProperties": false
                    },
                    "components": {
                        "type": "array",
                        "items": {}
                    },
                    "file": {
                        "type": "object",
                        "properties": {
                            "filename": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "filename"
                        ]
                    },
                    "payload_json": {
                        "type": "string"
                    },
                    "attachments": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": "string"
                                },
                                "filename": {
                                    "type": "string"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "filename",
                                "id"
                            ]
                        }
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "thread_name": {
                        "type": "string"
                    },
                    "applied_tags": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "message_reference": {
                        "type": "object",
                        "properties": {
                            "message_id": {
                                "type": "string"
                            },
                            "channel_id": {
                                "type": "string"
                            },
                            "guild_id": {
                                "type": "string"
                            },
                            "fail_if_not_exists": {
                                "type": "boolean"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "message_id"
                        ]
                    },
                    "sticker_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "nonce": {
                        "type": "string"
                    },
                    "enforce_nonce": {
                        "type": "boolean"
                    },
                    "poll": {
                        "$ref": "#/components/schemas/PollCreationSchema"
                    }
                }
            },
            "WebhookUpdateSchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "avatar": {
                        "type": "string"
                    },
                    "channel_id": {
                        "type": "string"
                    }
                }
            },
            "WidgetModifySchema": {
                "type": "object",
                "properties": {
                    "enabled": {
                        "type": "boolean"
                    },
                    "channel_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "channel_id",
                    "enabled"
                ]
            },
            "MessageThreadCreationSchema": {
                "type": "object",
                "properties": {
                    "auto_archive_duration": {
                        "type": "integer"
                    },
                    "rate_limit_per_user": {
                        "type": "integer"
                    },
                    "name": {
                        "type": "string"
                    },
                    "location": {
                        "type": "string"
                    },
                    "type": {
                        "type": "integer"
                    }
                },
                "required": [
                    "name"
                ]
            },
            "ThreadCreationSchema": {
                "type": "object",
                "properties": {
                    "auto_archive_duration": {
                        "type": "integer"
                    },
                    "rate_limit_per_user": {
                        "type": "integer"
                    },
                    "name": {
                        "type": "string"
                    },
                    "type": {
                        "enum": [
                            11,
                            12
                        ],
                        "type": "number"
                    },
                    "invitable": {
                        "type": "boolean"
                    },
                    "applied_tags": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "location": {
                        "type": "string"
                    },
                    "message": {
                        "type": "object",
                        "properties": {
                            "content": {
                                "type": "string"
                            },
                            "embeds": {
                                "type": "array",
                                "items": {
                                    "$ref": "#/components/schemas/Embed"
                                }
                            },
                            "allowed_mentions": {
                                "type": "object",
                                "properties": {
                                    "parse": {
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        }
                                    },
                                    "roles": {
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        }
                                    },
                                    "users": {
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        }
                                    },
                                    "replied_user": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false
                            },
                            "components": {
                                "anyOf": [
                                    {
                                        "type": "array",
                                        "items": {
                                            "$ref": "#/components/schemas/BaseMessageComponents"
                                        }
                                    },
                                    {
                                        "type": "null"
                                    }
                                ]
                            },
                            "sticker_ids": {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            "activity": {
                                "$ref": "#/components/schemas/MessageActivity"
                            },
                            "application_id": {
                                "type": "string"
                            },
                            "flags": {
                                "type": "integer"
                            },
                            "attachments": {
                                "type": "array",
                                "items": {
                                    "anyOf": [
                                        {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": "string"
                                                },
                                                "filename": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false,
                                            "required": [
                                                "filename",
                                                "id"
                                            ]
                                        },
                                        {
                                            "type": "object",
                                            "properties": {
                                                "id": {
                                                    "type": "string"
                                                },
                                                "filename": {
                                                    "type": "string"
                                                },
                                                "uploaded_filename": {
                                                    "type": "string"
                                                },
                                                "original_content_type": {
                                                    "type": "string"
                                                }
                                            },
                                            "additionalProperties": false,
                                            "required": [
                                                "filename",
                                                "uploaded_filename"
                                            ]
                                        }
                                    ]
                                }
                            }
                        },
                        "additionalProperties": false
                    }
                },
                "required": [
                    "name"
                ]
            },
            "PostDataSchema": {
                "type": "object",
                "properties": {
                    "thread_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },
                "required": [
                    "thread_ids"
                ]
            },
            "TagCreateSchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "moderated": {
                        "type": "boolean",
                        "nullable": true
                    },
                    "emoji_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "emoji_name": {
                        "type": "string",
                        "nullable": true
                    }
                },
                "required": [
                    "name"
                ]
            },
            "ChannelCreateSchema": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "type": {
                        "enum": [
                            0,
                            1,
                            10,
                            11,
                            12,
                            13,
                            14,
                            15,
                            16,
                            17,
                            18,
                            2,
                            255,
                            3,
                            4,
                            5,
                            6,
                            7,
                            8,
                            9
                        ],
                        "type": "number"
                    },
                    "id": {
                        "type": "string"
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "icon": {
                        "type": "string",
                        "nullable": true
                    },
                    "parent_id": {
                        "type": "string"
                    },
                    "default_auto_archive_duration": {
                        "type": "integer"
                    },
                    "permission_overwrites": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": "string"
                                },
                                "type": {
                                    "$ref": "#/components/schemas/ChannelPermissionOverwriteType"
                                },
                                "allow": {
                                    "type": "string"
                                },
                                "deny": {
                                    "type": "string"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "allow",
                                "deny",
                                "id",
                                "type"
                            ]
                        }
                    },
                    "video_quality_mode": {
                        "type": "integer"
                    },
                    "bitrate": {
                        "type": "integer"
                    },
                    "user_limit": {
                        "type": "integer"
                    },
                    "nsfw": {
                        "type": "boolean"
                    },
                    "rate_limit_per_user": {
                        "type": "integer"
                    },
                    "topic": {
                        "type": "string"
                    },
                    "default_thread_rate_limit_per_user": {
                        "type": "integer"
                    },
                    "applied_tags": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "position": {
                        "type": "integer"
                    },
                    "invitable": {
                        "type": "boolean"
                    },
                    "rtc_region": {
                        "type": "string"
                    },
                    "default_reaction_emoji": {
                        "type": "string",
                        "nullable": true
                    },
                    "auto_archive_duration": {
                        "type": "integer"
                    },
                    "archived": {
                        "type": "boolean"
                    },
                    "locked": {
                        "type": "boolean"
                    }
                }
            },
            "EmojisResponse": {
                "type": "array",
                "items": {
                    "$ref": "#/components/schemas/EmojiResponse"
                }
            },
            "EmojiResponse": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string",
                        "nullable": true
                    },
                    "name": {
                        "type": "string",
                        "nullable": true
                    },
                    "roles": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "user": {
                        "$ref": "#/components/schemas/PartialUser"
                    },
                    "require_colons": {
                        "type": "boolean"
                    },
                    "managed": {
                        "type": "boolean"
                    },
                    "animated": {
                        "type": "boolean"
                    },
                    "available": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "id",
                    "name"
                ]
            },
            "SessionsLogoutSchema": {
                "type": "object",
                "properties": {
                    "session_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "session_id_hashes": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            },
            "GetSessionsResponse": {
                "type": "object",
                "properties": {
                    "user_sessions": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "id": {
                                    "type": "string"
                                },
                                "id_hash": {
                                    "type": "string"
                                },
                                "status": {
                                    "type": "string"
                                },
                                "activities": {
                                    "type": "array",
                                    "items": {
                                        "type": "array",
                                        "items": {
                                            "$ref": "#/components/schemas/Activity"
                                        }
                                    }
                                },
                                "client_status": {
                                    "$ref": "#/components/schemas/ClientStatus"
                                },
                                "approx_last_used_time": {
                                    "type": "string"
                                },
                                "client_info": {
                                    "type": "object",
                                    "properties": {
                                        "client": {
                                            "type": "string"
                                        },
                                        "os": {
                                            "type": "string"
                                        },
                                        "version": {
                                            "type": "integer"
                                        },
                                        "location": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false,
                                    "required": [
                                        "client",
                                        "location",
                                        "os",
                                        "version"
                                    ]
                                },
                                "last_seen": {
                                    "type": "string",
                                    "format": "date-time"
                                },
                                "last_seen_ip": {
                                    "type": "string"
                                },
                                "last_seen_location": {
                                    "type": "string"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "activities",
                                "approx_last_used_time",
                                "client_info",
                                "client_status",
                                "id",
                                "id_hash",
                                "status"
                            ]
                        }
                    }
                },
                "required": [
                    "user_sessions"
                ]
            },
            "ApplicationCommandOption": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/ApplicationCommandOptionType"
                    },
                    "name": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "required": {
                        "type": "boolean"
                    },
                    "choices": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ApplicationCommandOptionChoice"
                        }
                    },
                    "options": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ApplicationCommandOption"
                        }
                    }
                },
                "required": [
                    "description",
                    "name",
                    "type"
                ]
            },
            "ApplicationCommandOptionType": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    3,
                    4,
                    5,
                    6,
                    7,
                    8
                ]
            },
            "ApplicationCommandOptionChoice": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "value": {
                        "type": [
                            "string",
                            "integer"
                        ]
                    }
                },
                "required": [
                    "name",
                    "value"
                ]
            },
            "ApplicationCommandIndexPermissions": {
                "type": "object",
                "properties": {
                    "user": {
                        "type": "boolean"
                    },
                    "roles": {
                        "$ref": "#/components/schemas/Record%3Cstring%2Cboolean%3E"
                    },
                    "channels": {
                        "$ref": "#/components/schemas/Record%3Cstring%2Cboolean%3E"
                    }
                }
            },
            "ApplicationIntegrationType": {
                "type": "number",
                "enum": [
                    0,
                    1
                ]
            },
            "InteractionContextType": {
                "type": "number",
                "enum": [
                    0,
                    1,
                    2
                ]
            },
            "InteractionType": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    3,
                    4,
                    5
                ]
            },
            "InteractionData": {
                "type": "object",
                "properties": {
                    "application_command": {
                        "type": "object",
                        "properties": {},
                        "additionalProperties": true
                    },
                    "attachments": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/UploadAttachmentRequestSchema"
                        }
                    },
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "options": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ApplicationCommandOption"
                        }
                    },
                    "type": {
                        "type": "integer"
                    },
                    "version": {
                        "type": "string"
                    }
                },
                "required": [
                    "application_command",
                    "attachments",
                    "id",
                    "name",
                    "options",
                    "type",
                    "version"
                ]
            },
            "UploadAttachmentRequest": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "filename": {
                        "type": "string"
                    },
                    "file_size": {
                        "type": "integer"
                    },
                    "is_clip": {
                        "type": "boolean"
                    },
                    "original_content_type": {
                        "type": "string"
                    }
                },
                "required": [
                    "file_size",
                    "filename"
                ]
            },
            "ErrorList": {
                "type": "object"
            },
            "SetPrivateStatus": {
                "enum": [
                    "dnd",
                    "idle",
                    "invisible",
                    "offline",
                    "online",
                    "unknown"
                ],
                "type": "string"
            },
            "Activity": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "type": {
                        "$ref": "#/components/schemas/ActivityType"
                    },
                    "url": {
                        "type": "string"
                    },
                    "created_at": {
                        "type": "integer"
                    },
                    "timestamps": {
                        "type": "object",
                        "properties": {
                            "start": {
                                "type": "integer"
                            },
                            "end": {
                                "type": "integer"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "end",
                            "start"
                        ]
                    },
                    "application_id": {
                        "type": "string"
                    },
                    "details": {
                        "type": "string"
                    },
                    "state": {
                        "type": "string"
                    },
                    "emoji": {
                        "type": "object",
                        "properties": {
                            "name": {
                                "type": "string"
                            },
                            "id": {
                                "type": "string"
                            },
                            "animated": {
                                "type": "boolean"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "animated",
                            "name"
                        ]
                    },
                    "party": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "size": {
                                "type": "array",
                                "items": {
                                    "type": "integer"
                                }
                            }
                        },
                        "additionalProperties": false
                    },
                    "assets": {
                        "type": "object",
                        "properties": {
                            "large_image": {
                                "type": "string"
                            },
                            "large_text": {
                                "type": "string"
                            },
                            "small_image": {
                                "type": "string"
                            },
                            "small_text": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false
                    },
                    "secrets": {
                        "type": "object",
                        "properties": {
                            "join": {
                                "type": "string"
                            },
                            "spectate": {
                                "type": "string"
                            },
                            "match": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false
                    },
                    "instance": {
                        "type": "boolean"
                    },
                    "flags": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "sync_id": {
                        "type": "string"
                    },
                    "metadata": {
                        "type": "object",
                        "properties": {
                            "button_urls": {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            "context_uri": {
                                "type": "string"
                            },
                            "album_id": {
                                "type": "string"
                            },
                            "artist_ids": {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            "type": {
                                "enum": [
                                    "episode",
                                    "track"
                                ],
                                "type": "string"
                            }
                        },
                        "additionalProperties": false
                    },
                    "session_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "flags",
                    "name",
                    "session_id",
                    "type"
                ]
            },
            "ActivityType": {
                "type": "number",
                "enum": [
                    0,
                    1,
                    2,
                    4,
                    5
                ]
            },
            "ClientStatus": {
                "type": "object",
                "properties": {
                    "desktop": {
                        "type": "string"
                    },
                    "mobile": {
                        "type": "string"
                    },
                    "web": {
                        "type": "string"
                    },
                    "embedded": {
                        "type": "string"
                    },
                    "vr": {
                        "type": "string"
                    }
                }
            },
            "ChannelPermissionOverwriteType": {
                "type": "number",
                "enum": [
                    0,
                    1,
                    2
                ]
            },
            "ConnectedAccountTokenData": {
                "type": "object",
                "properties": {
                    "access_token": {
                        "type": "string"
                    },
                    "token_type": {
                        "type": "string"
                    },
                    "scope": {
                        "type": "string"
                    },
                    "refresh_token": {
                        "type": "string"
                    },
                    "expires_in": {
                        "type": "integer"
                    },
                    "expires_at": {
                        "type": "integer"
                    },
                    "fetched_at": {
                        "type": "integer"
                    }
                },
                "required": [
                    "access_token",
                    "fetched_at"
                ]
            },
            "AllowedMentions": {
                "type": "object",
                "properties": {
                    "parse": {
                        "type": "array",
                        "items": {
                            "enum": [
                                "everyone",
                                "roles",
                                "users"
                            ],
                            "type": "string"
                        }
                    },
                    "roles": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "users": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "replied_user": {
                        "type": "boolean"
                    }
                }
            },
            "Classification": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "classification_type": {
                        "$ref": "#/components/schemas/ClassificationType"
                    },
                    "description": {
                        "type": "string"
                    },
                    "explainer_link": {
                        "type": "string"
                    },
                    "actions": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ClassificationAction"
                        }
                    },
                    "max_expiration_time": {
                        "type": "string"
                    },
                    "flagged_content": {
                        "type": "array",
                        "items": {}
                    },
                    "appeal_status": {
                        "$ref": "#/components/schemas/AppealStatus"
                    },
                    "is_coppa": {
                        "type": "boolean"
                    },
                    "is_spam": {
                        "type": "boolean"
                    },
                    "appeal_ingestion_type": {
                        "$ref": "#/components/schemas/AppealIngestionType"
                    }
                },
                "required": [
                    "actions",
                    "appeal_ingestion_type",
                    "appeal_status",
                    "classification_type",
                    "description",
                    "explainer_link",
                    "flagged_content",
                    "id",
                    "is_coppa",
                    "is_spam",
                    "max_expiration_time"
                ]
            },
            "ClassificationType": {
                "type": "number",
                "enum": [
                    1,
                    100,
                    200,
                    210,
                    220,
                    230,
                    240,
                    250,
                    280,
                    290,
                    310,
                    320,
                    390,
                    600,
                    650,
                    711,
                    720,
                    3010,
                    3030,
                    4000,
                    4010,
                    4130,
                    4140,
                    5010,
                    5090,
                    5305,
                    5411,
                    5440,
                    5485
                ]
            },
            "ClassificationAction": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "action_type": {
                        "$ref": "#/components/schemas/ClassificationActionType"
                    },
                    "descriptions": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },
                "required": [
                    "action_type",
                    "descriptions",
                    "id"
                ]
            },
            "ClassificationActionType": {
                "type": "number",
                "enum": [
                    0,
                    1,
                    2,
                    3,
                    4,
                    5,
                    6,
                    7,
                    8,
                    9,
                    10,
                    11,
                    12,
                    13,
                    14,
                    15,
                    16,
                    20,
                    22
                ]
            },
            "AppealStatus": {
                "type": "object",
                "properties": {
                    "status": {
                        "$ref": "#/components/schemas/AppealStatusValue"
                    }
                },
                "required": [
                    "status"
                ]
            },
            "AppealStatusValue": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    3
                ]
            },
            "AppealIngestionType": {
                "type": "number",
                "enum": [
                    0,
                    1,
                    2
                ]
            },
            "GuildClassification": {
                "type": "object",
                "properties": {
                    "guild_metadata": {
                        "$ref": "#/components/schemas/GuildMetadata"
                    },
                    "id": {
                        "type": "string"
                    },
                    "classification_type": {
                        "$ref": "#/components/schemas/ClassificationType"
                    },
                    "description": {
                        "type": "string"
                    },
                    "explainer_link": {
                        "type": "string"
                    },
                    "actions": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ClassificationAction"
                        }
                    },
                    "max_expiration_time": {
                        "type": "string"
                    },
                    "flagged_content": {
                        "type": "array",
                        "items": {}
                    },
                    "appeal_status": {
                        "$ref": "#/components/schemas/AppealStatus"
                    },
                    "is_coppa": {
                        "type": "boolean"
                    },
                    "is_spam": {
                        "type": "boolean"
                    },
                    "appeal_ingestion_type": {
                        "$ref": "#/components/schemas/AppealIngestionType"
                    }
                },
                "required": [
                    "actions",
                    "appeal_ingestion_type",
                    "appeal_status",
                    "classification_type",
                    "description",
                    "explainer_link",
                    "flagged_content",
                    "guild_metadata",
                    "id",
                    "is_coppa",
                    "is_spam",
                    "max_expiration_time"
                ]
            },
            "GuildMetadata": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string"
                    },
                    "member_type": {
                        "$ref": "#/components/schemas/GuildMemberType"
                    }
                },
                "required": [
                    "member_type",
                    "name"
                ]
            },
            "GuildMemberType": {
                "type": "number",
                "enum": [
                    1,
                    2
                ]
            },
            "AccountStandingState": {
                "type": "number",
                "enum": [
                    100,
                    200,
                    300,
                    400,
                    500
                ]
            },
            "AppealEligibility": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    3
                ]
            },
            "CollectiblesCategoryItem": {
                "type": "object",
                "properties": {
                    "sku_id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "summary": {
                        "type": "string"
                    },
                    "store_listing_id": {
                        "type": "string"
                    },
                    "banner": {
                        "type": "string"
                    },
                    "unpublished_at": {
                        "type": "string",
                        "nullable": true
                    },
                    "styles": {
                        "$ref": "#/components/schemas/CollectiblesCategoryStyle"
                    },
                    "logo": {
                        "type": "string"
                    },
                    "hero_ranking": {
                        "anyOf": [
                            {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "mobile_bg": {
                        "type": "string",
                        "nullable": true
                    },
                    "pdp_bg": {
                        "type": "string",
                        "nullable": true
                    },
                    "success_modal_bg": {
                        "type": "string",
                        "nullable": true
                    },
                    "mobile_banner": {
                        "type": "string",
                        "nullable": true
                    },
                    "featured_block": {
                        "type": "string",
                        "nullable": true
                    },
                    "hero_banner": {
                        "type": "string",
                        "nullable": true
                    },
                    "wide_banner": {
                        "type": "string",
                        "nullable": true
                    },
                    "hero_logo": {
                        "type": "string",
                        "nullable": true
                    },
                    "products": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/CollectiblesCategoryProductItem"
                        }
                    },
                    "banner_asset": {
                        "$ref": "#/components/schemas/StaticAnimatedAsset"
                    },
                    "hero_banner_asset": {
                        "$ref": "#/components/schemas/StaticAnimatedAsset"
                    }
                },
                "required": [
                    "banner",
                    "featured_block",
                    "hero_banner",
                    "hero_logo",
                    "hero_ranking",
                    "logo",
                    "mobile_banner",
                    "mobile_bg",
                    "name",
                    "pdp_bg",
                    "products",
                    "sku_id",
                    "store_listing_id",
                    "styles",
                    "success_modal_bg",
                    "summary",
                    "unpublished_at",
                    "wide_banner"
                ]
            },
            "CollectiblesCategoryStyle": {
                "type": "object",
                "properties": {
                    "background_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "button_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "confetti_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    }
                },
                "required": [
                    "background_colors",
                    "button_colors",
                    "confetti_colors"
                ]
            },
            "CollectiblesCategoryProductItem": {
                "type": "object",
                "properties": {
                    "sku_id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "summary": {
                        "type": "string"
                    },
                    "store_listing_id": {
                        "type": "string"
                    },
                    "banner": {
                        "type": "string"
                    },
                    "unpublished_at": {
                        "type": "string",
                        "nullable": true
                    },
                    "styles": {
                        "$ref": "#/components/schemas/CollectiblesCategoryStyle"
                    },
                    "prices": {
                        "type": "object",
                        "additionalProperties": {
                            "type": "object",
                            "properties": {
                                "country_prices": {
                                    "$ref": "#/components/schemas/CountryPrice"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "country_prices"
                            ]
                        }
                    },
                    "items": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ProductItem"
                        }
                    },
                    "type": {
                        "type": "integer"
                    },
                    "premium_type": {
                        "type": "integer"
                    },
                    "category_sku_id": {
                        "type": "string"
                    },
                    "google_sku_ids": {
                        "type": "object",
                        "additionalProperties": {
                            "type": "string"
                        }
                    },
                    "variants": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ProductItemVariant"
                        }
                    }
                },
                "required": [
                    "banner",
                    "category_sku_id",
                    "google_sku_ids",
                    "items",
                    "name",
                    "premium_type",
                    "prices",
                    "sku_id",
                    "store_listing_id",
                    "styles",
                    "summary",
                    "type",
                    "unpublished_at"
                ]
            },
            "CountryPrice": {
                "type": "object",
                "properties": {
                    "country_code": {
                        "type": "string"
                    },
                    "prices": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/PriceEntry"
                        }
                    }
                },
                "required": [
                    "country_code",
                    "prices"
                ]
            },
            "PriceEntry": {
                "type": "object",
                "properties": {
                    "amount": {
                        "type": "integer"
                    },
                    "currency": {
                        "type": "string"
                    },
                    "exponent": {
                        "type": "integer"
                    }
                },
                "required": [
                    "amount",
                    "currency",
                    "exponent"
                ]
            },
            "ProductItem": {
                "type": "object",
                "properties": {
                    "type": {
                        "type": "integer"
                    },
                    "id": {
                        "type": "string"
                    },
                    "sku_id": {
                        "type": "string"
                    },
                    "asset": {
                        "type": "string"
                    },
                    "label": {
                        "type": "string"
                    },
                    "palette": {
                        "type": "string"
                    }
                },
                "required": [
                    "id",
                    "sku_id",
                    "type"
                ]
            },
            "ProductItemVariant": {
                "type": "object",
                "properties": {
                    "sku_id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "name_localizations": {
                        "type": "null"
                    },
                    "summary": {
                        "type": "string"
                    },
                    "summary_localizations": {
                        "type": "null"
                    },
                    "store_listing_id": {
                        "type": "string"
                    },
                    "banner": {
                        "type": "string"
                    },
                    "unpublished_at": {
                        "type": "string",
                        "nullable": true
                    },
                    "styles": {
                        "$ref": "#/components/schemas/CollectiblesCategoryStyle"
                    },
                    "prices": {
                        "type": "object",
                        "additionalProperties": {
                            "type": "object",
                            "properties": {
                                "country_prices": {
                                    "$ref": "#/components/schemas/CountryPrice"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "country_prices"
                            ]
                        }
                    },
                    "items": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ProductItem"
                        }
                    },
                    "type": {
                        "type": "integer"
                    },
                    "premium_type": {
                        "type": "integer"
                    },
                    "category_sku_id": {
                        "type": "string"
                    },
                    "google_sku_ids": {
                        "type": "object",
                        "additionalProperties": {
                            "type": "string"
                        }
                    },
                    "base_variant_sku_id": {
                        "type": "string"
                    },
                    "base_variant_name": {
                        "type": "string"
                    },
                    "variant_label": {
                        "type": "string"
                    },
                    "variant_value": {
                        "type": "string"
                    }
                },
                "required": [
                    "base_variant_name",
                    "base_variant_sku_id",
                    "category_sku_id",
                    "items",
                    "name",
                    "name_localizations",
                    "premium_type",
                    "prices",
                    "sku_id",
                    "store_listing_id",
                    "summary",
                    "summary_localizations",
                    "type",
                    "variant_label",
                    "variant_value"
                ]
            },
            "StaticAnimatedAsset": {
                "type": "object",
                "properties": {
                    "animated": {
                        "type": "string",
                        "nullable": true
                    },
                    "static": {
                        "type": "string"
                    }
                },
                "required": [
                    "animated",
                    "static"
                ]
            },
            "CollectiblesMarketingItem": {
                "type": "object",
                "properties": {
                    "type": {
                        "type": "integer"
                    },
                    "version": {
                        "type": "integer"
                    },
                    "title": {
                        "type": "string"
                    },
                    "body": {
                        "type": "string"
                    }
                },
                "required": [
                    "body",
                    "title",
                    "type",
                    "version"
                ]
            },
            "AnyShopBlock": {
                "anyOf": [
                    {
                        "$ref": "#/components/schemas/ItemRowShopBlock"
                    },
                    {
                        "$ref": "#/components/schemas/BundleTileRowShopBlock"
                    },
                    {
                        "$ref": "#/components/schemas/ItemCollectionShopBlock"
                    }
                ]
            },
            "ItemRowShopBlock": {
                "type": "object",
                "properties": {
                    "type": {
                        "type": "integer",
                        "const": 0
                    },
                    "category_sku_id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "category_store_listing_id": {
                        "type": "string"
                    },
                    "banner_asset": {
                        "$ref": "#/components/schemas/StaticAnimatedAsset"
                    },
                    "logo_url": {
                        "type": "string"
                    },
                    "unpublished_at": {
                        "type": "string",
                        "nullable": true
                    },
                    "summary": {
                        "type": "string"
                    },
                    "ranked_sku_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },
                "required": [
                    "banner_asset",
                    "category_sku_id",
                    "category_store_listing_id",
                    "logo_url",
                    "name",
                    "ranked_sku_ids",
                    "summary",
                    "type",
                    "unpublished_at"
                ]
            },
            "BundleTileRowShopBlock": {
                "type": "object",
                "properties": {
                    "type": {
                        "type": "integer",
                        "const": 1
                    },
                    "subblocks": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ShopBlockSubBlock"
                        }
                    }
                },
                "required": [
                    "subblocks",
                    "type"
                ]
            },
            "ShopBlockSubBlock": {
                "type": "object",
                "properties": {
                    "type": {
                        "type": "integer"
                    },
                    "category_store_listing_id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "unpublished_at": {
                        "type": "string",
                        "nullable": true
                    },
                    "banner_url": {
                        "type": "string"
                    },
                    "body_text": {
                        "type": "string",
                        "nullable": true
                    },
                    "banner_text_color": {
                        "type": "integer",
                        "nullable": true
                    }
                },
                "required": [
                    "banner_text_color",
                    "banner_url",
                    "body_text",
                    "category_store_listing_id",
                    "name",
                    "type",
                    "unpublished_at"
                ]
            },
            "ItemCollectionShopBlock": {
                "type": "object",
                "properties": {
                    "type": {
                        "type": "integer",
                        "const": 2
                    },
                    "ranked_sku_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "sorted_sku_ids": {
                        "type": "object",
                        "properties": {
                            "recommended": {
                                "anyOf": [
                                    {
                                        "type": "array",
                                        "items": {
                                            "type": "string"
                                        }
                                    },
                                    {
                                        "type": "null"
                                    }
                                ]
                            },
                            "popular": {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "popular",
                            "recommended"
                        ]
                    }
                },
                "required": [
                    "ranked_sku_ids",
                    "sorted_sku_ids",
                    "type"
                ]
            },
            "Guild": {
                "type": "object",
                "properties": {
                    "afk_channel_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "afk_channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "afk_timeout": {
                        "type": "integer"
                    },
                    "bans": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Ban"
                        }
                    },
                    "banner": {
                        "type": "string"
                    },
                    "default_message_notifications": {
                        "type": "integer"
                    },
                    "description": {
                        "type": "string"
                    },
                    "discovery_splash": {
                        "type": "string"
                    },
                    "explicit_content_filter": {
                        "type": "integer"
                    },
                    "features": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "primary_category_id": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string"
                    },
                    "large": {
                        "type": "boolean",
                        "default": false
                    },
                    "max_members": {
                        "type": "integer"
                    },
                    "max_presences": {
                        "type": "integer"
                    },
                    "max_video_channel_users": {
                        "type": "integer"
                    },
                    "member_count": {
                        "type": "integer"
                    },
                    "presence_count": {
                        "type": "integer"
                    },
                    "members": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Member"
                        }
                    },
                    "roles": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Role"
                        }
                    },
                    "channels": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Channel"
                        }
                    },
                    "template_id": {
                        "type": "string"
                    },
                    "template": {
                        "$ref": "#/components/schemas/Template"
                    },
                    "emojis": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Emoji"
                        }
                    },
                    "stickers": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Sticker"
                        }
                    },
                    "invites": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Invite"
                        }
                    },
                    "voice_states": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/VoiceState"
                        }
                    },
                    "webhooks": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Webhook"
                        }
                    },
                    "mfa_level": {
                        "type": "integer"
                    },
                    "name": {
                        "type": "string"
                    },
                    "owner_id": {
                        "type": "string"
                    },
                    "owner": {
                        "$ref": "#/components/schemas/User"
                    },
                    "preferred_locale": {
                        "type": "string"
                    },
                    "premium_subscription_count": {
                        "type": "integer"
                    },
                    "premium_tier": {
                        "type": "integer"
                    },
                    "public_updates_channel_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "public_updates_channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "rules_channel_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "rules_channel": {
                        "type": "string"
                    },
                    "region": {
                        "type": "string"
                    },
                    "splash": {
                        "type": "string"
                    },
                    "system_channel_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "system_channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "system_channel_flags": {
                        "type": "integer"
                    },
                    "unavailable": {
                        "type": "boolean",
                        "default": false
                    },
                    "verification_level": {
                        "type": "integer"
                    },
                    "welcome_screen": {
                        "$ref": "#/components/schemas/GuildWelcomeScreen",
                        "description": "DEPRECATED: Look at the new Guild onboarding screens."
                    },
                    "widget_channel_id": {
                        "type": "string"
                    },
                    "widget_channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "widget_enabled": {
                        "type": "boolean",
                        "default": true
                    },
                    "nsfw_level": {
                        "type": "integer"
                    },
                    "nsfw": {
                        "type": "boolean",
                        "default": false
                    },
                    "parent": {
                        "type": "string"
                    },
                    "permissions": {
                        "type": "integer"
                    },
                    "premium_progress_bar_enabled": {
                        "type": "boolean",
                        "default": false
                    },
                    "channel_ordering": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "discovery_weight": {
                        "type": "integer",
                        "default": 0
                    },
                    "discovery_excluded": {
                        "type": "boolean",
                        "default": false
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "bans",
                    "channel_ordering",
                    "channels",
                    "discovery_excluded",
                    "discovery_weight",
                    "emojis",
                    "features",
                    "id",
                    "invites",
                    "members",
                    "name",
                    "nsfw",
                    "premium_progress_bar_enabled",
                    "public_updates_channel_id",
                    "roles",
                    "stickers",
                    "template",
                    "unavailable",
                    "voice_states",
                    "webhooks",
                    "welcome_screen",
                    "widget_enabled"
                ]
            },
            "Channel": {
                "type": "object",
                "properties": {
                    "created_at": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "name": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string",
                        "nullable": true
                    },
                    "type": {
                        "$ref": "#/components/schemas/ChannelType"
                    },
                    "recipients": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Recipient"
                        }
                    },
                    "thread_members": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ThreadMember"
                        }
                    },
                    "last_message_id": {
                        "type": "string"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "parent_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "parent": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "owner_id": {
                        "type": "string"
                    },
                    "owner": {
                        "$ref": "#/components/schemas/User"
                    },
                    "last_pin_timestamp": {
                        "anyOf": [
                            {
                                "type": "string",
                                "format": "date-time"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "default_auto_archive_duration": {
                        "type": "integer"
                    },
                    "permission_overwrites": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ChannelPermissionOverwrite"
                        }
                    },
                    "video_quality_mode": {
                        "type": "integer"
                    },
                    "bitrate": {
                        "type": "integer"
                    },
                    "user_limit": {
                        "type": "integer"
                    },
                    "nsfw": {
                        "type": "boolean",
                        "default": false
                    },
                    "rate_limit_per_user": {
                        "type": "integer"
                    },
                    "topic": {
                        "type": "string"
                    },
                    "invites": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Invite"
                        }
                    },
                    "retention_policy_id": {
                        "type": "string"
                    },
                    "messages": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Message"
                        }
                    },
                    "voice_states": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/VoiceState"
                        }
                    },
                    "read_states": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ReadState"
                        }
                    },
                    "webhooks": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Webhook"
                        }
                    },
                    "flags": {
                        "type": "integer",
                        "default": 0
                    },
                    "default_thread_rate_limit_per_user": {
                        "type": "integer",
                        "default": 0
                    },
                    "thread_metadata": {
                        "$ref": "#/components/schemas/ThreadMetadata"
                    },
                    "member_count": {
                        "type": "integer"
                    },
                    "message_count": {
                        "type": "integer"
                    },
                    "total_message_sent": {
                        "type": "integer"
                    },
                    "available_tags": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Tag"
                        }
                    },
                    "applied_tags": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "status": {
                        "type": "string",
                        "nullable": true
                    },
                    "position": {
                        "description": "Must be calculated Channel.calculatePosition",
                        "type": "integer"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "created_at",
                    "flags",
                    "id",
                    "nsfw",
                    "owner",
                    "parent_id",
                    "position",
                    "type"
                ]
            },
            "ChannelType": {
                "type": "number",
                "enum": [
                    0,
                    1,
                    2,
                    3,
                    4,
                    5,
                    6,
                    7,
                    8,
                    9,
                    10,
                    11,
                    12,
                    13,
                    14,
                    15,
                    16,
                    17,
                    18,
                    255
                ]
            },
            "Recipient": {
                "type": "object",
                "properties": {
                    "channel_id": {
                        "type": "string"
                    },
                    "channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "closed": {
                        "type": "boolean"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "channel",
                    "channel_id",
                    "closed",
                    "id",
                    "user",
                    "user_id"
                ]
            },
            "User": {
                "type": "object",
                "properties": {
                    "username": {
                        "type": "string"
                    },
                    "discriminator": {
                        "type": "string"
                    },
                    "avatar": {
                        "type": "string"
                    },
                    "accent_color": {
                        "type": "integer"
                    },
                    "banner": {
                        "type": "string"
                    },
                    "theme_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "pronouns": {
                        "type": "string"
                    },
                    "phone": {
                        "type": "string"
                    },
                    "desktop": {
                        "type": "boolean",
                        "default": false
                    },
                    "mobile": {
                        "type": "boolean",
                        "default": false
                    },
                    "premium": {
                        "type": "boolean"
                    },
                    "premium_type": {
                        "type": "integer"
                    },
                    "bot": {
                        "type": "boolean",
                        "default": false
                    },
                    "bio": {
                        "type": "string",
                        "default": ""
                    },
                    "system": {
                        "type": "boolean",
                        "default": false
                    },
                    "nsfw_allowed": {
                        "type": "boolean",
                        "default": true
                    },
                    "mfa_enabled": {
                        "type": "boolean",
                        "default": false
                    },
                    "webauthn_enabled": {
                        "type": "boolean",
                        "default": false
                    },
                    "totp_secret": {
                        "type": "string",
                        "default": ""
                    },
                    "totp_last_ticket": {
                        "type": "string",
                        "default": ""
                    },
                    "created_at": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "premium_since": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "verified": {
                        "type": "boolean"
                    },
                    "disabled": {
                        "type": "boolean",
                        "default": false
                    },
                    "deleted": {
                        "type": "boolean",
                        "default": false
                    },
                    "email": {
                        "type": "string"
                    },
                    "flags": {
                        "type": "integer",
                        "default": 0
                    },
                    "public_flags": {
                        "type": "integer",
                        "default": 0
                    },
                    "purchased_flags": {
                        "type": "integer",
                        "default": 0
                    },
                    "premium_usage_flags": {
                        "type": "integer",
                        "default": 0
                    },
                    "rights": {
                        "type": "string"
                    },
                    "sessions": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Session"
                        }
                    },
                    "relationships": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Relationship"
                        }
                    },
                    "connected_accounts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/ConnectedAccount"
                        }
                    },
                    "data": {
                        "type": "object",
                        "properties": {
                            "valid_tokens_since": {
                                "type": "string",
                                "format": "date-time"
                            },
                            "hash": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "valid_tokens_since"
                        ]
                    },
                    "fingerprints": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "settings": {
                        "$ref": "#/components/schemas/UserSettings"
                    },
                    "security_keys": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/SecurityKey"
                        }
                    },
                    "badge_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "avatar_decoration_data": {
                        "$ref": "#/components/schemas/AvatarDecorationData"
                    },
                    "display_name_styles": {
                        "$ref": "#/components/schemas/DisplayNameStyle"
                    },
                    "collectibles": {
                        "$ref": "#/components/schemas/Collectibles"
                    },
                    "primary_guild": {
                        "$ref": "#/components/schemas/PrimaryGuild"
                    },
                    "tag": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "bio",
                    "bot",
                    "connected_accounts",
                    "created_at",
                    "data",
                    "deleted",
                    "desktop",
                    "disabled",
                    "discriminator",
                    "fingerprints",
                    "flags",
                    "id",
                    "mfa_enabled",
                    "mobile",
                    "nsfw_allowed",
                    "premium",
                    "premium_since",
                    "premium_type",
                    "premium_usage_flags",
                    "public_flags",
                    "purchased_flags",
                    "relationships",
                    "rights",
                    "security_keys",
                    "sessions",
                    "system",
                    "tag",
                    "username",
                    "verified",
                    "webauthn_enabled"
                ]
            },
            "Session": {
                "type": "object",
                "properties": {
                    "session_id": {
                        "type": "string"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "activities": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Activity"
                        }
                    },
                    "client_info": {
                        "type": "object",
                        "properties": {
                            "platform": {
                                "type": "string"
                            },
                            "os": {
                                "type": "string"
                            },
                            "version": {
                                "type": "integer"
                            },
                            "location": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false
                    },
                    "client_status": {
                        "$ref": "#/components/schemas/ClientStatus"
                    },
                    "status": {
                        "$ref": "#/components/schemas/PrivateStatus"
                    },
                    "is_admin_session": {
                        "type": "boolean"
                    },
                    "created_at": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "last_seen": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "last_seen_ip": {
                        "type": "string"
                    },
                    "last_seen_location": {
                        "type": "string"
                    },
                    "last_seen_location_info": {
                        "$ref": "#/components/schemas/ExtendedLocationInfo"
                    },
                    "session_nickname": {
                        "type": "string"
                    }
                },
                "required": [
                    "activities",
                    "client_info",
                    "client_status",
                    "created_at",
                    "is_admin_session",
                    "session_id",
                    "status",
                    "user",
                    "user_id"
                ]
            },
            "PrivateStatus": {
                "enum": [
                    "dnd",
                    "idle",
                    "invisible",
                    "offline",
                    "online"
                ],
                "type": "string"
            },
            "ExtendedLocationInfo": {
                "type": "object",
                "properties": {
                    "is_eu": {
                        "type": "boolean"
                    },
                    "city": {
                        "type": "string"
                    },
                    "region": {
                        "type": "string"
                    },
                    "region_code": {
                        "type": "string"
                    },
                    "country_name": {
                        "type": "string"
                    },
                    "country_code": {
                        "type": "string"
                    },
                    "continent_name": {
                        "type": "string"
                    },
                    "continent_code": {
                        "type": "string"
                    },
                    "latitude": {
                        "type": "integer"
                    },
                    "longitude": {
                        "type": "integer"
                    },
                    "postal": {
                        "type": "string"
                    },
                    "calling_code": {
                        "type": "string"
                    },
                    "flag": {
                        "type": "string"
                    },
                    "emoji_flag": {
                        "type": "string"
                    },
                    "emoji_unicode": {
                        "type": "string"
                    }
                },
                "required": [
                    "calling_code",
                    "city",
                    "continent_code",
                    "continent_name",
                    "country_code",
                    "country_name",
                    "emoji_flag",
                    "emoji_unicode",
                    "flag",
                    "is_eu",
                    "latitude",
                    "longitude",
                    "postal",
                    "region",
                    "region_code"
                ]
            },
            "Relationship": {
                "type": "object",
                "properties": {
                    "from_id": {
                        "type": "string"
                    },
                    "from": {
                        "$ref": "#/components/schemas/User"
                    },
                    "to_id": {
                        "type": "string"
                    },
                    "to": {
                        "$ref": "#/components/schemas/User"
                    },
                    "nickname": {
                        "type": "string"
                    },
                    "type": {
                        "$ref": "#/components/schemas/RelationshipType"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "from",
                    "from_id",
                    "id",
                    "to",
                    "to_id",
                    "type"
                ]
            },
            "RelationshipType": {
                "type": "number",
                "enum": [
                    4,
                    3,
                    2,
                    1
                ]
            },
            "ConnectedAccount": {
                "type": "object",
                "properties": {
                    "external_id": {
                        "type": "string"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "friend_sync": {
                        "type": "boolean",
                        "default": false
                    },
                    "name": {
                        "type": "string"
                    },
                    "revoked": {
                        "type": "boolean",
                        "default": false
                    },
                    "show_activity": {
                        "type": "integer",
                        "default": 0
                    },
                    "type": {
                        "type": "string"
                    },
                    "verified": {
                        "type": "boolean",
                        "default": true
                    },
                    "visibility": {
                        "type": "integer",
                        "default": 0
                    },
                    "integrations": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "metadata_": {},
                    "metadata_visibility": {
                        "type": "integer",
                        "default": 0
                    },
                    "two_way_link": {
                        "type": "boolean",
                        "default": false
                    },
                    "token_data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/ConnectedAccountTokenData"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "external_id",
                    "id",
                    "name",
                    "type",
                    "user",
                    "user_id"
                ]
            },
            "UserSettings": {
                "type": "object",
                "properties": {
                    "index": {
                        "type": "string"
                    },
                    "afk_timeout": {
                        "type": "integer",
                        "default": 3600
                    },
                    "allow_accessibility_detection": {
                        "type": "boolean",
                        "default": true
                    },
                    "animate_emoji": {
                        "type": "boolean",
                        "default": true
                    },
                    "animate_stickers": {
                        "type": "integer",
                        "default": 0
                    },
                    "contact_sync_enabled": {
                        "type": "boolean",
                        "default": false
                    },
                    "convert_emoticons": {
                        "type": "boolean",
                        "default": false
                    },
                    "custom_status": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/CustomStatus"
                            },
                            {
                                "type": "null"
                            }
                        ],
                        "default": null
                    },
                    "default_guilds_restricted": {
                        "type": "boolean",
                        "default": false
                    },
                    "detect_platform_accounts": {
                        "type": "boolean",
                        "default": false
                    },
                    "developer_mode": {
                        "type": "boolean",
                        "default": true
                    },
                    "disable_games_tab": {
                        "type": "boolean",
                        "default": true
                    },
                    "enable_tts_command": {
                        "type": "boolean",
                        "default": false
                    },
                    "explicit_content_filter": {
                        "type": "integer",
                        "default": 0
                    },
                    "friend_discovery_flags": {
                        "type": "integer",
                        "default": 0
                    },
                    "friend_source_flags": {
                        "$ref": "#/components/schemas/FriendSourceFlags"
                    },
                    "gateway_connected": {
                        "type": "boolean",
                        "default": false
                    },
                    "gif_auto_play": {
                        "type": "boolean",
                        "default": false
                    },
                    "guild_folders": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/GuildFolder"
                        },
                        "default": []
                    },
                    "guild_positions": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "inline_attachment_media": {
                        "type": "boolean",
                        "default": true
                    },
                    "inline_embed_media": {
                        "type": "boolean",
                        "default": true
                    },
                    "locale": {
                        "type": "string",
                        "default": "en-US"
                    },
                    "message_display_compact": {
                        "type": "boolean",
                        "default": false
                    },
                    "native_phone_integration_enabled": {
                        "type": "boolean",
                        "default": true
                    },
                    "render_embeds": {
                        "type": "boolean",
                        "default": true
                    },
                    "render_reactions": {
                        "type": "boolean",
                        "default": true
                    },
                    "restricted_guilds": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "show_current_game": {
                        "type": "boolean",
                        "default": true
                    },
                    "status": {
                        "enum": [
                            "dnd",
                            "idle",
                            "invisible",
                            "offline",
                            "online"
                        ],
                        "type": "string",
                        "default": "online"
                    },
                    "stream_notifications_enabled": {
                        "type": "boolean",
                        "default": false
                    },
                    "theme": {
                        "enum": [
                            "dark",
                            "light"
                        ],
                        "type": "string",
                        "default": "dark"
                    },
                    "timezone_offset": {
                        "type": "integer",
                        "default": 0
                    },
                    "view_nsfw_guilds": {
                        "type": "boolean",
                        "default": true
                    }
                },
                "required": [
                    "afk_timeout",
                    "allow_accessibility_detection",
                    "animate_emoji",
                    "animate_stickers",
                    "contact_sync_enabled",
                    "convert_emoticons",
                    "custom_status",
                    "default_guilds_restricted",
                    "detect_platform_accounts",
                    "developer_mode",
                    "disable_games_tab",
                    "enable_tts_command",
                    "explicit_content_filter",
                    "friend_discovery_flags",
                    "friend_source_flags",
                    "gateway_connected",
                    "gif_auto_play",
                    "guild_folders",
                    "guild_positions",
                    "index",
                    "inline_attachment_media",
                    "inline_embed_media",
                    "locale",
                    "message_display_compact",
                    "native_phone_integration_enabled",
                    "render_embeds",
                    "render_reactions",
                    "restricted_guilds",
                    "show_current_game",
                    "status",
                    "stream_notifications_enabled",
                    "theme",
                    "timezone_offset",
                    "view_nsfw_guilds"
                ]
            },
            "CustomStatus": {
                "type": "object",
                "properties": {
                    "emoji_id": {
                        "type": "string"
                    },
                    "emoji_name": {
                        "type": "string"
                    },
                    "expires_at": {
                        "type": "integer"
                    },
                    "text": {
                        "type": "string"
                    }
                }
            },
            "FriendSourceFlags": {
                "type": "object",
                "properties": {
                    "all": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "all"
                ]
            },
            "GuildFolder": {
                "type": "object",
                "properties": {
                    "color": {
                        "type": "integer",
                        "nullable": true
                    },
                    "guild_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "id": {
                        "type": "integer",
                        "nullable": true
                    },
                    "name": {
                        "type": "string",
                        "nullable": true
                    }
                },
                "required": [
                    "guild_ids"
                ]
            },
            "SecurityKey": {
                "type": "object",
                "properties": {
                    "user_id": {
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "key_id": {
                        "type": "string"
                    },
                    "public_key": {
                        "type": "string"
                    },
                    "counter": {
                        "type": "integer"
                    },
                    "name": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "counter",
                    "id",
                    "key_id",
                    "name",
                    "public_key",
                    "user",
                    "user_id"
                ]
            },
            "AvatarDecorationData": {
                "type": "object",
                "properties": {
                    "asset": {
                        "type": "string"
                    },
                    "sku_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "expires_at": {
                        "type": "string",
                        "nullable": true
                    }
                },
                "required": [
                    "asset",
                    "expires_at",
                    "sku_id"
                ]
            },
            "DisplayNameStyle": {
                "type": "object",
                "properties": {
                    "font_id": {
                        "type": "integer"
                    },
                    "effect_id": {
                        "type": "integer"
                    },
                    "colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    }
                },
                "required": [
                    "colors",
                    "effect_id",
                    "font_id"
                ]
            },
            "Collectibles": {
                "type": "object",
                "properties": {
                    "nameplate": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/NameplateData"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "required": [
                    "nameplate"
                ]
            },
            "NameplateData": {
                "type": "object",
                "properties": {
                    "asset": {
                        "type": "string"
                    },
                    "sku_id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "label": {
                        "type": "string"
                    },
                    "palette": {
                        "type": "string"
                    },
                    "expires_at": {
                        "type": "integer",
                        "nullable": true
                    }
                },
                "required": [
                    "asset",
                    "expires_at",
                    "label",
                    "palette",
                    "sku_id"
                ]
            },
            "PrimaryGuild": {
                "type": "object",
                "properties": {
                    "identity_enabled": {
                        "type": "boolean",
                        "nullable": true
                    },
                    "identity_guild_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "tag": {
                        "type": "string",
                        "nullable": true
                    },
                    "badge": {
                        "type": "string",
                        "nullable": true
                    }
                },
                "required": [
                    "badge",
                    "identity_enabled",
                    "identity_guild_id",
                    "tag"
                ]
            },
            "ThreadMember": {
                "type": "object",
                "properties": {
                    "index": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "member_idx": {
                        "type": "string"
                    },
                    "member": {
                        "$ref": "#/components/schemas/Member"
                    },
                    "join_timestamp": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "muted": {
                        "type": "boolean"
                    },
                    "mute_config": {
                        "$ref": "#/components/schemas/ThreadMemberMuteConfig"
                    },
                    "flags": {
                        "$ref": "#/components/schemas/ThreadMemberFlags"
                    }
                },
                "required": [
                    "channel",
                    "flags",
                    "id",
                    "index",
                    "join_timestamp",
                    "member",
                    "member_idx",
                    "muted"
                ]
            },
            "Member": {
                "type": "object",
                "properties": {
                    "index": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "nick": {
                        "type": "string"
                    },
                    "roles": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Role"
                        }
                    },
                    "joined_at": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "premium_since": {
                        "type": "integer"
                    },
                    "deaf": {
                        "type": "boolean"
                    },
                    "mute": {
                        "type": "boolean"
                    },
                    "pending": {
                        "type": "boolean"
                    },
                    "settings": {
                        "$ref": "#/components/schemas/UserGuildSettings"
                    },
                    "last_message_id": {
                        "type": "string"
                    },
                    "joined_by": {
                        "type": "string"
                    },
                    "avatar": {
                        "type": "string"
                    },
                    "banner": {
                        "type": "string"
                    },
                    "bio": {
                        "type": "string"
                    },
                    "theme_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "pronouns": {
                        "type": "string"
                    },
                    "communication_disabled_until": {
                        "anyOf": [
                            {
                                "type": "string",
                                "format": "date-time"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "avatar_decoration_data": {
                        "$ref": "#/components/schemas/AvatarDecorationData"
                    },
                    "display_name_styles": {
                        "$ref": "#/components/schemas/DisplayNameStyle"
                    },
                    "collectibles": {
                        "$ref": "#/components/schemas/Collectibles"
                    },
                    "flags": {
                        "type": "integer",
                        "default": 0
                    }
                },
                "required": [
                    "banner",
                    "bio",
                    "communication_disabled_until",
                    "deaf",
                    "flags",
                    "guild",
                    "guild_id",
                    "id",
                    "index",
                    "joined_at",
                    "joined_by",
                    "mute",
                    "pending",
                    "roles",
                    "settings",
                    "user"
                ]
            },
            "Role": {
                "type": "object",
                "properties": {
                    "guild_id": {
                        "type": "string"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "color": {
                        "type": "integer"
                    },
                    "hoist": {
                        "type": "boolean"
                    },
                    "managed": {
                        "type": "boolean"
                    },
                    "mentionable": {
                        "type": "boolean"
                    },
                    "name": {
                        "type": "string"
                    },
                    "permissions": {
                        "type": "string"
                    },
                    "position": {
                        "type": "integer"
                    },
                    "icon": {
                        "type": "string"
                    },
                    "unicode_emoji": {
                        "type": "string"
                    },
                    "tags": {
                        "type": "object",
                        "properties": {
                            "bot_id": {
                                "type": "string"
                            },
                            "integration_id": {
                                "type": "string"
                            },
                            "premium_subscriber": {
                                "type": "boolean"
                            }
                        },
                        "additionalProperties": false
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "colors": {
                        "$ref": "#/components/schemas/RoleColors"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "color",
                    "colors",
                    "flags",
                    "guild",
                    "guild_id",
                    "hoist",
                    "id",
                    "managed",
                    "mentionable",
                    "name",
                    "permissions",
                    "position"
                ]
            },
            "RoleColors": {
                "type": "object",
                "properties": {
                    "primary_color": {
                        "type": "integer"
                    },
                    "secondary_color": {
                        "type": "integer"
                    },
                    "tertiary_color": {
                        "type": "integer"
                    }
                },
                "required": [
                    "primary_color"
                ]
            },
            "UserGuildSettings": {
                "type": "object",
                "properties": {
                    "channel_overrides": {
                        "anyOf": [
                            {
                                "type": "object",
                                "additionalProperties": {
                                    "$ref": "#/components/schemas/ChannelOverride"
                                }
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "message_notifications": {
                        "type": "integer"
                    },
                    "mobile_push": {
                        "type": "boolean"
                    },
                    "mute_config": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/MuteConfig"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "muted": {
                        "type": "boolean"
                    },
                    "suppress_everyone": {
                        "type": "boolean"
                    },
                    "suppress_roles": {
                        "type": "boolean"
                    },
                    "version": {
                        "type": "integer"
                    },
                    "guild_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "mute_scheduled_events": {
                        "type": "boolean"
                    },
                    "hide_muted_channels": {
                        "type": "boolean"
                    },
                    "notify_highlights": {
                        "type": "integer",
                        "const": 0
                    }
                },
                "required": [
                    "channel_overrides",
                    "flags",
                    "guild_id",
                    "hide_muted_channels",
                    "message_notifications",
                    "mobile_push",
                    "mute_config",
                    "mute_scheduled_events",
                    "muted",
                    "notify_highlights",
                    "suppress_everyone",
                    "suppress_roles",
                    "version"
                ]
            },
            "ChannelOverride": {
                "type": "object",
                "properties": {
                    "message_notifications": {
                        "type": "integer"
                    },
                    "mute_config": {
                        "$ref": "#/components/schemas/MuteConfig"
                    },
                    "muted": {
                        "type": "boolean"
                    },
                    "channel_id": {
                        "type": "string",
                        "nullable": true
                    }
                },
                "required": [
                    "channel_id",
                    "message_notifications",
                    "mute_config",
                    "muted"
                ]
            },
            "MuteConfig": {
                "type": "object",
                "properties": {
                    "end_time": {
                        "type": "integer"
                    },
                    "selected_time_window": {
                        "type": "integer"
                    }
                },
                "required": [
                    "end_time",
                    "selected_time_window"
                ]
            },
            "ThreadMemberMuteConfig": {
                "type": "object",
                "properties": {
                    "end_time": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "selected_time_window": {
                        "type": "integer"
                    }
                }
            },
            "ThreadMemberFlags": {
                "type": "number",
                "enum": [
                    0,
                    1,
                    2,
                    4,
                    8
                ]
            },
            "ChannelPermissionOverwrite": {
                "type": "object",
                "properties": {
                    "allow": {
                        "type": "string"
                    },
                    "deny": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "type": {
                        "$ref": "#/components/schemas/ChannelPermissionOverwriteType"
                    }
                },
                "required": [
                    "allow",
                    "deny",
                    "id",
                    "type"
                ]
            },
            "Invite": {
                "type": "object",
                "properties": {
                    "code": {
                        "type": "string"
                    },
                    "temporary": {
                        "type": "boolean"
                    },
                    "uses": {
                        "type": "integer"
                    },
                    "max_uses": {
                        "type": "integer"
                    },
                    "max_age": {
                        "type": "integer"
                    },
                    "created_at": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "expires_at": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "inviter_id": {
                        "type": "string"
                    },
                    "inviter": {
                        "$ref": "#/components/schemas/User"
                    },
                    "target_user_id": {
                        "type": "string"
                    },
                    "target_user": {
                        "type": "string"
                    },
                    "target_user_type": {
                        "type": "integer"
                    },
                    "vanity_url": {
                        "type": "boolean"
                    },
                    "flags": {
                        "type": "integer"
                    }
                },
                "required": [
                    "channel",
                    "channel_id",
                    "code",
                    "created_at",
                    "flags",
                    "guild",
                    "guild_id",
                    "inviter",
                    "max_age",
                    "max_uses",
                    "target_user_id",
                    "temporary",
                    "uses"
                ]
            },
            "Message": {
                "type": "object",
                "properties": {
                    "channel_id": {
                        "type": "string"
                    },
                    "channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "thread_id": {
                        "type": "string"
                    },
                    "thread": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "author_id": {
                        "type": "string"
                    },
                    "author": {
                        "$ref": "#/components/schemas/User"
                    },
                    "member_id": {
                        "type": "string"
                    },
                    "member": {
                        "$ref": "#/components/schemas/Member"
                    },
                    "webhook_id": {
                        "type": "string"
                    },
                    "webhook": {
                        "$ref": "#/components/schemas/Webhook"
                    },
                    "application_id": {
                        "type": "string"
                    },
                    "application": {
                        "$ref": "#/components/schemas/Application"
                    },
                    "content": {
                        "type": "string"
                    },
                    "timestamp": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "edited_timestamp": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "tts": {
                        "type": "boolean"
                    },
                    "mention_everyone": {
                        "type": "boolean"
                    },
                    "mentions": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/User"
                        }
                    },
                    "mention_roles": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Role"
                        }
                    },
                    "mention_channels": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Channel"
                        }
                    },
                    "sticker_items": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Sticker"
                        }
                    },
                    "attachments": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Attachment"
                        }
                    },
                    "embeds": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Embed"
                        }
                    },
                    "reactions": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Reaction"
                        }
                    },
                    "nonce": {
                        "type": "string"
                    },
                    "pinned_at": {
                        "anyOf": [
                            {
                                "type": "string",
                                "format": "date-time"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "pinned": {
                        "type": "boolean"
                    },
                    "type": {
                        "$ref": "#/components/schemas/MessageType"
                    },
                    "activity": {
                        "type": "object",
                        "properties": {
                            "type": {
                                "type": "integer"
                            },
                            "party_id": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "party_id",
                            "type"
                        ]
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "message_reference": {
                        "type": "object",
                        "properties": {
                            "message_id": {
                                "type": "string"
                            },
                            "channel_id": {
                                "type": "string"
                            },
                            "guild_id": {
                                "type": "string"
                            },
                            "type": {
                                "type": "integer"
                            }
                        },
                        "additionalProperties": false
                    },
                    "referenced_message": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Message"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "interaction": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "type": {
                                "$ref": "#/components/schemas/InteractionType"
                            },
                            "name": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "id",
                            "name",
                            "type"
                        ]
                    },
                    "interaction_metadata": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "type": {
                                "$ref": "#/components/schemas/InteractionType"
                            },
                            "user_id": {
                                "type": "string"
                            },
                            "authorizing_integration_owners": {
                                "type": "object",
                                "properties": {},
                                "additionalProperties": true
                            },
                            "name": {
                                "type": "string"
                            },
                            "command_type": {
                                "$ref": "#/components/schemas/ApplicationCommandType"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "authorizing_integration_owners",
                            "command_type",
                            "id",
                            "name",
                            "type",
                            "user_id"
                        ]
                    },
                    "components": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BaseMessageComponents"
                        }
                    },
                    "poll": {
                        "$ref": "#/components/schemas/Poll"
                    },
                    "username": {
                        "type": "string"
                    },
                    "avatar": {
                        "type": "string"
                    },
                    "message_snapshots": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/MessageSnapshot"
                        }
                    },
                    "isWebhook": {
                        "type": "boolean"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "channel",
                    "embeds",
                    "flags",
                    "id",
                    "isWebhook",
                    "mention_channels",
                    "mention_roles",
                    "mentions",
                    "message_snapshots",
                    "pinned",
                    "reactions",
                    "timestamp",
                    "type"
                ]
            },
            "Webhook": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/WebhookType"
                    },
                    "name": {
                        "type": "string"
                    },
                    "avatar": {
                        "type": "string"
                    },
                    "token": {
                        "type": "string"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "application_id": {
                        "type": "string"
                    },
                    "application": {
                        "$ref": "#/components/schemas/Application"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "source_guild_id": {
                        "type": "string"
                    },
                    "source_guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "source_channel_id": {
                        "type": "string"
                    },
                    "source_channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "url": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "application",
                    "application_id",
                    "avatar",
                    "channel",
                    "channel_id",
                    "id",
                    "name",
                    "source_channel",
                    "source_channel_id",
                    "type",
                    "url",
                    "user",
                    "user_id"
                ]
            },
            "WebhookType": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    3
                ]
            },
            "Application": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "summary": {
                        "type": "string",
                        "default": ""
                    },
                    "type": {
                        "type": "object",
                        "properties": {},
                        "additionalProperties": true
                    },
                    "hook": {
                        "type": "boolean",
                        "default": true
                    },
                    "bot_public": {
                        "type": "boolean",
                        "default": true
                    },
                    "bot_require_code_grant": {
                        "type": "boolean",
                        "default": false
                    },
                    "verify_key": {
                        "type": "string"
                    },
                    "owner": {
                        "$ref": "#/components/schemas/User"
                    },
                    "flags": {
                        "type": "integer",
                        "default": 0
                    },
                    "redirect_uris": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        },
                        "default": []
                    },
                    "rpc_application_state": {
                        "type": "integer",
                        "default": 0
                    },
                    "store_application_state": {
                        "type": "integer",
                        "default": 1
                    },
                    "verification_state": {
                        "type": "integer",
                        "default": 1
                    },
                    "interactions_endpoint_url": {
                        "type": "string"
                    },
                    "integration_public": {
                        "type": "boolean",
                        "default": true
                    },
                    "integration_require_code_grant": {
                        "type": "boolean",
                        "default": false
                    },
                    "discoverability_state": {
                        "type": "integer",
                        "default": 1
                    },
                    "discovery_eligibility_flags": {
                        "type": "integer",
                        "default": 2240
                    },
                    "bot": {
                        "$ref": "#/components/schemas/User"
                    },
                    "tags": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "cover_image": {
                        "type": "string"
                    },
                    "install_params": {
                        "type": "object",
                        "properties": {
                            "scopes": {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            "permissions": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "permissions",
                            "scopes"
                        ]
                    },
                    "terms_of_service_url": {
                        "type": "string"
                    },
                    "privacy_policy_url": {
                        "type": "string"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "custom_install_url": {
                        "type": "string"
                    },
                    "team": {
                        "$ref": "#/components/schemas/Team"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "description",
                    "discoverability_state",
                    "discovery_eligibility_flags",
                    "flags",
                    "hook",
                    "id",
                    "integration_public",
                    "integration_require_code_grant",
                    "name",
                    "owner",
                    "redirect_uris",
                    "rpc_application_state",
                    "store_application_state",
                    "summary",
                    "verification_state",
                    "verify_key"
                ]
            },
            "Team": {
                "type": "object",
                "properties": {
                    "icon": {
                        "type": "string"
                    },
                    "members": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/TeamMember"
                        }
                    },
                    "name": {
                        "type": "string"
                    },
                    "owner_user_id": {
                        "type": "string"
                    },
                    "owner_user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "id",
                    "members",
                    "name",
                    "owner_user",
                    "owner_user_id"
                ]
            },
            "TeamMember": {
                "type": "object",
                "properties": {
                    "membership_state": {
                        "$ref": "#/components/schemas/TeamMemberState"
                    },
                    "permissions": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "role": {
                        "$ref": "#/components/schemas/TeamMemberRole"
                    },
                    "team_id": {
                        "type": "string"
                    },
                    "team": {
                        "$ref": "#/components/schemas/Team"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "id",
                    "membership_state",
                    "permissions",
                    "role",
                    "team",
                    "team_id",
                    "user",
                    "user_id"
                ]
            },
            "TeamMemberState": {
                "type": "number",
                "enum": [
                    1,
                    2
                ]
            },
            "TeamMemberRole": {
                "type": "string",
                "enum": [
                    "admin",
                    "developer",
                    "read_only"
                ]
            },
            "Sticker": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "available": {
                        "type": "boolean"
                    },
                    "tags": {
                        "type": "string"
                    },
                    "pack_id": {
                        "type": "string"
                    },
                    "pack": {
                        "$ref": "#/components/schemas/StickerPack"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "type": {
                        "$ref": "#/components/schemas/StickerType"
                    },
                    "format_type": {
                        "$ref": "#/components/schemas/StickerFormatType"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "format_type",
                    "id",
                    "name",
                    "pack",
                    "type"
                ]
            },
            "StickerPack": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "banner_asset_id": {
                        "type": "string"
                    },
                    "stickers": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Sticker"
                        }
                    },
                    "cover_sticker_id": {
                        "type": "string"
                    },
                    "cover_sticker": {
                        "$ref": "#/components/schemas/Sticker"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "id",
                    "name",
                    "stickers"
                ]
            },
            "StickerType": {
                "type": "number",
                "enum": [
                    1,
                    2
                ]
            },
            "StickerFormatType": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    3,
                    4
                ]
            },
            "Attachment": {
                "type": "object",
                "properties": {
                    "filename": {
                        "type": "string"
                    },
                    "size": {
                        "type": "integer"
                    },
                    "height": {
                        "type": "integer"
                    },
                    "width": {
                        "type": "integer"
                    },
                    "content_type": {
                        "type": "string"
                    },
                    "message_id": {
                        "type": "string"
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "message": {
                        "$ref": "#/components/schemas/Message"
                    },
                    "channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "channel",
                    "channel_id",
                    "filename",
                    "id",
                    "message",
                    "message_id",
                    "size"
                ]
            },
            "Embed": {
                "type": "object",
                "properties": {
                    "title": {
                        "type": "string"
                    },
                    "type": {
                        "enum": [
                            "article",
                            "gifv",
                            "image",
                            "link",
                            "rich",
                            "video"
                        ],
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "url": {
                        "type": "string"
                    },
                    "timestamp": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "color": {
                        "type": "integer"
                    },
                    "footer": {
                        "type": "object",
                        "properties": {
                            "text": {
                                "type": "string"
                            },
                            "icon_url": {
                                "type": "string"
                            },
                            "proxy_icon_url": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "text"
                        ]
                    },
                    "image": {
                        "$ref": "#/components/schemas/EmbedImage"
                    },
                    "thumbnail": {
                        "$ref": "#/components/schemas/EmbedImage"
                    },
                    "video": {
                        "$ref": "#/components/schemas/EmbedImage"
                    },
                    "provider": {
                        "type": "object",
                        "properties": {
                            "name": {
                                "type": "string"
                            },
                            "url": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false
                    },
                    "author": {
                        "type": "object",
                        "properties": {
                            "name": {
                                "type": "string"
                            },
                            "url": {
                                "type": "string"
                            },
                            "icon_url": {
                                "type": "string"
                            },
                            "proxy_icon_url": {
                                "type": "string"
                            }
                        },
                        "additionalProperties": false
                    },
                    "fields": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "name": {
                                    "type": "string"
                                },
                                "value": {
                                    "type": "string"
                                },
                                "inline": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "name",
                                "value"
                            ]
                        }
                    }
                }
            },
            "EmbedImage": {
                "type": "object",
                "properties": {
                    "url": {
                        "type": "string"
                    },
                    "proxy_url": {
                        "type": "string"
                    },
                    "height": {
                        "type": "integer"
                    },
                    "width": {
                        "type": "integer"
                    }
                }
            },
            "Reaction": {
                "type": "object",
                "properties": {
                    "count": {
                        "type": "integer"
                    },
                    "emoji": {
                        "$ref": "#/components/schemas/PartialEmoji"
                    },
                    "user_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },
                "required": [
                    "count",
                    "emoji",
                    "user_ids"
                ]
            },
            "PartialEmoji": {
                "anyOf": [
                    {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "name": {
                                "type": "string"
                            },
                            "animated": {
                                "type": "boolean"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "name"
                        ]
                    },
                    {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "name": {
                                "type": "string"
                            },
                            "animated": {
                                "type": "boolean"
                            }
                        },
                        "additionalProperties": false,
                        "required": [
                            "id"
                        ]
                    }
                ]
            },
            "MessageType": {
                "type": "number",
                "enum": [
                    0,
                    1,
                    2,
                    3,
                    4,
                    5,
                    6,
                    7,
                    8,
                    9,
                    10,
                    11,
                    12,
                    13,
                    14,
                    15,
                    16,
                    17,
                    18,
                    19,
                    20,
                    21,
                    22,
                    23,
                    24,
                    25,
                    26,
                    27,
                    28,
                    29,
                    30,
                    31,
                    32,
                    33,
                    34,
                    35,
                    36,
                    37,
                    38,
                    39,
                    40,
                    41,
                    42,
                    43,
                    44,
                    45,
                    46,
                    47,
                    48,
                    49,
                    50,
                    51,
                    52,
                    53,
                    54,
                    55,
                    56,
                    57,
                    58,
                    59,
                    60,
                    61,
                    62,
                    63,
                    255
                ]
            },
            "ApplicationCommandType": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    3,
                    4
                ]
            },
            "BaseMessageComponents": {
                "anyOf": [
                    {
                        "$ref": "#/components/schemas/SectionComponent"
                    },
                    {
                        "$ref": "#/components/schemas/TextDisplayComponent"
                    },
                    {
                        "$ref": "#/components/schemas/MediaGalleryComponent"
                    },
                    {
                        "$ref": "#/components/schemas/FileComponent"
                    },
                    {
                        "$ref": "#/components/schemas/SeperatorComponent"
                    },
                    {
                        "$ref": "#/components/schemas/ActionRowComponent"
                    },
                    {
                        "$ref": "#/components/schemas/ContainerComponent"
                    }
                ]
            },
            "SectionComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageComponentType.Section"
                    },
                    "components": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/TextDisplayComponent"
                        }
                    },
                    "accessory": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/ThumbnailComponent"
                            },
                            {
                                "$ref": "#/components/schemas/ButtonComponent"
                            }
                        ]
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "accessory",
                    "components",
                    "type"
                ]
            },
            "MessageComponentType.Section": {
                "type": "number",
                "const": 9
            },
            "TextDisplayComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageComponentType.TextDisplay"
                    },
                    "content": {
                        "type": "string"
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "content",
                    "type"
                ]
            },
            "MessageComponentType.TextDisplay": {
                "type": "number",
                "const": 10
            },
            "ThumbnailComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageComponentType.Thumbnail"
                    },
                    "description": {
                        "type": "string"
                    },
                    "media": {
                        "$ref": "#/components/schemas/UnfurledMediaItem"
                    },
                    "spoiler": {
                        "type": "boolean"
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "media",
                    "type"
                ]
            },
            "MessageComponentType.Thumbnail": {
                "type": "number",
                "const": 11
            },
            "UnfurledMediaItem": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "url": {
                        "type": "string"
                    },
                    "proxy_url": {
                        "type": "string"
                    },
                    "height": {
                        "type": "integer"
                    },
                    "width": {
                        "type": "integer"
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "content_type": {
                        "type": "string"
                    },
                    "content_scan_metadata": {},
                    "placeholder_version": {
                        "type": "integer"
                    },
                    "placeholder": {
                        "type": "string"
                    },
                    "loading_state": {
                        "type": "integer"
                    },
                    "attachment_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "url"
                ]
            },
            "ButtonComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageComponentType.Button"
                    },
                    "style": {
                        "$ref": "#/components/schemas/ButtonStyle"
                    },
                    "label": {
                        "type": "string"
                    },
                    "emoji": {
                        "anyOf": [
                            {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "string"
                                    },
                                    "name": {
                                        "type": "string"
                                    },
                                    "animated": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false,
                                "required": [
                                    "name"
                                ]
                            },
                            {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "string"
                                    },
                                    "name": {
                                        "type": "string"
                                    },
                                    "animated": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false,
                                "required": [
                                    "id"
                                ]
                            }
                        ]
                    },
                    "custom_id": {
                        "type": "string"
                    },
                    "sku_id": {
                        "type": "string"
                    },
                    "url": {
                        "type": "string"
                    },
                    "disabled": {
                        "type": "boolean"
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "style",
                    "type"
                ]
            },
            "MessageComponentType.Button": {
                "type": "number",
                "const": 2
            },
            "ButtonStyle": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    3,
                    4,
                    5,
                    6
                ]
            },
            "MediaGalleryComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageComponentType.MediaGallery"
                    },
                    "items": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "media": {
                                    "$ref": "#/components/schemas/UnfurledMediaItem"
                                },
                                "description": {
                                    "type": "string"
                                },
                                "spoiler": {
                                    "type": "boolean"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "media"
                            ]
                        }
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "items",
                    "type"
                ]
            },
            "MessageComponentType.MediaGallery": {
                "type": "number",
                "const": 12
            },
            "FileComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageComponentType.File"
                    },
                    "file": {
                        "$ref": "#/components/schemas/UnfurledMediaItem"
                    },
                    "spoiler": {
                        "type": "boolean"
                    },
                    "name": {
                        "type": "string"
                    },
                    "size": {
                        "type": "integer"
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "file",
                    "name",
                    "size",
                    "spoiler",
                    "type"
                ]
            },
            "MessageComponentType.File": {
                "type": "number",
                "const": 13
            },
            "SeperatorComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageComponentType.Separator"
                    },
                    "divider": {
                        "type": "boolean"
                    },
                    "spacing": {
                        "enum": [
                            1,
                            2
                        ],
                        "type": "number"
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "type"
                ]
            },
            "MessageComponentType.Separator": {
                "type": "number",
                "const": 14
            },
            "ActionRowComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageComponentType.ActionRow"
                    },
                    "components": {
                        "type": "array",
                        "items": {
                            "anyOf": [
                                {
                                    "$ref": "#/components/schemas/ButtonComponent"
                                },
                                {
                                    "$ref": "#/components/schemas/SelectMenuComponent"
                                },
                                {
                                    "$ref": "#/components/schemas/StringSelectMenuComponent"
                                },
                                {
                                    "$ref": "#/components/schemas/TextInputComponent"
                                }
                            ]
                        }
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "components",
                    "type"
                ]
            },
            "MessageComponentType.ActionRow": {
                "type": "number",
                "const": 1
            },
            "SelectMenuComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "enum": [
                            3,
                            5,
                            6,
                            7,
                            8
                        ],
                        "type": "number"
                    },
                    "custom_id": {
                        "type": "string"
                    },
                    "channel_types": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "placeholder": {
                        "type": "string"
                    },
                    "default_values": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/SelectMenuDefaultOption"
                        }
                    },
                    "min_values": {
                        "type": "integer"
                    },
                    "max_values": {
                        "type": "integer"
                    },
                    "disabled": {
                        "type": "boolean"
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "custom_id",
                    "type"
                ]
            },
            "SelectMenuDefaultOption": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "type": {
                        "enum": [
                            "channel",
                            "role",
                            "user"
                        ],
                        "type": "string"
                    }
                },
                "required": [
                    "id",
                    "type"
                ]
            },
            "StringSelectMenuComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageComponentType.StringSelect"
                    },
                    "options": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/SelectMenuOption"
                        }
                    },
                    "custom_id": {
                        "type": "string"
                    },
                    "channel_types": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "placeholder": {
                        "type": "string"
                    },
                    "default_values": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/SelectMenuDefaultOption"
                        }
                    },
                    "min_values": {
                        "type": "integer"
                    },
                    "max_values": {
                        "type": "integer"
                    },
                    "disabled": {
                        "type": "boolean"
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "custom_id",
                    "options",
                    "type"
                ]
            },
            "MessageComponentType.StringSelect": {
                "type": "number",
                "const": 3
            },
            "SelectMenuOption": {
                "type": "object",
                "properties": {
                    "label": {
                        "type": "string"
                    },
                    "value": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "emoji": {
                        "anyOf": [
                            {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "string"
                                    },
                                    "name": {
                                        "type": "string"
                                    },
                                    "animated": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false,
                                "required": [
                                    "name"
                                ]
                            },
                            {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "string"
                                    },
                                    "name": {
                                        "type": "string"
                                    },
                                    "animated": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false,
                                "required": [
                                    "id"
                                ]
                            }
                        ]
                    },
                    "default": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "label",
                    "value"
                ]
            },
            "TextInputComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageComponentType.TextInput"
                    },
                    "custom_id": {
                        "type": "string"
                    },
                    "style": {
                        "$ref": "#/components/schemas/TextInputStyle"
                    },
                    "label": {
                        "type": "string"
                    },
                    "min_length": {
                        "type": "integer"
                    },
                    "max_length": {
                        "type": "integer"
                    },
                    "required": {
                        "type": "boolean"
                    },
                    "value": {
                        "type": "string"
                    },
                    "placeholder": {
                        "type": "string"
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "custom_id",
                    "label",
                    "style",
                    "type"
                ]
            },
            "MessageComponentType.TextInput": {
                "type": "number",
                "const": 4
            },
            "TextInputStyle": {
                "type": "number",
                "enum": [
                    1,
                    2
                ]
            },
            "ContainerComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageComponentType.Container"
                    },
                    "components": {
                        "type": "array",
                        "items": {
                            "anyOf": [
                                {
                                    "$ref": "#/components/schemas/SectionComponent"
                                },
                                {
                                    "$ref": "#/components/schemas/TextDisplayComponent"
                                },
                                {
                                    "$ref": "#/components/schemas/MediaGalleryComponent"
                                },
                                {
                                    "$ref": "#/components/schemas/FileComponent"
                                },
                                {
                                    "$ref": "#/components/schemas/SeperatorComponent"
                                },
                                {
                                    "$ref": "#/components/schemas/ActionRowComponent"
                                }
                            ]
                        }
                    },
                    "accent_color": {
                        "type": "integer"
                    },
                    "spoiler": {
                        "type": "boolean"
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "components",
                    "type"
                ]
            },
            "MessageComponentType.Container": {
                "type": "number",
                "const": 17
            },
            "Poll": {
                "type": "object",
                "properties": {
                    "question": {
                        "$ref": "#/components/schemas/PollMedia"
                    },
                    "answers": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/PollAnswer"
                        }
                    },
                    "expiry": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "allow_multiselect": {
                        "type": "boolean"
                    },
                    "results": {
                        "$ref": "#/components/schemas/PollResult"
                    }
                },
                "required": [
                    "allow_multiselect",
                    "answers",
                    "expiry",
                    "question"
                ]
            },
            "PollMedia": {
                "type": "object",
                "properties": {
                    "text": {
                        "type": "string"
                    },
                    "emoji": {
                        "anyOf": [
                            {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "string"
                                    },
                                    "name": {
                                        "type": "string"
                                    },
                                    "animated": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false,
                                "required": [
                                    "name"
                                ]
                            },
                            {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "string"
                                    },
                                    "name": {
                                        "type": "string"
                                    },
                                    "animated": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false,
                                "required": [
                                    "id"
                                ]
                            }
                        ]
                    }
                }
            },
            "PollAnswer": {
                "type": "object",
                "properties": {
                    "answer_id": {
                        "type": "string"
                    },
                    "poll_media": {
                        "$ref": "#/components/schemas/PollMedia"
                    }
                },
                "required": [
                    "poll_media"
                ]
            },
            "PollResult": {
                "type": "object",
                "properties": {
                    "is_finalized": {
                        "type": "boolean"
                    },
                    "answer_counts": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/PollAnswerCount"
                        }
                    }
                },
                "required": [
                    "answer_counts",
                    "is_finalized"
                ]
            },
            "PollAnswerCount": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "count": {
                        "type": "integer"
                    },
                    "me_voted": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "count",
                    "id",
                    "me_voted"
                ]
            },
            "PartialUser": {
                "type": "object",
                "properties": {
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "username": {
                        "type": "string"
                    },
                    "discriminator": {
                        "type": "string"
                    },
                    "global_name": {
                        "type": "string",
                        "nullable": true
                    },
                    "avatar": {
                        "type": "string",
                        "nullable": true
                    },
                    "avatar_decoration_data": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/AvatarDecorationData"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "collectibles": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/Collectibles"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "display_name_styles": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/DisplayNameStyle"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "primary_guild": {
                        "anyOf": [
                            {
                                "$ref": "#/components/schemas/PrimaryGuild"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "bot": {
                        "type": "boolean"
                    },
                    "system": {
                        "type": "boolean"
                    },
                    "banner": {
                        "type": "string",
                        "nullable": true
                    },
                    "accent_color": {
                        "type": "integer",
                        "nullable": true
                    },
                    "public_flags": {
                        "type": "integer"
                    }
                },
                "required": [
                    "avatar",
                    "discriminator",
                    "id",
                    "username"
                ]
            },
            "PublicAttachment": {
                "type": "object",
                "properties": {
                    "filename": {
                        "type": "string"
                    },
                    "size": {
                        "type": "integer"
                    },
                    "height": {
                        "type": "integer"
                    },
                    "width": {
                        "type": "integer"
                    },
                    "content_type": {
                        "type": "string"
                    },
                    "url": {
                        "type": "string"
                    },
                    "proxy_url": {
                        "type": "string"
                    }
                },
                "required": [
                    "filename",
                    "proxy_url",
                    "size",
                    "url"
                ]
            },
            "MessageComponent": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageComponentType"
                    },
                    "id": {
                        "type": "integer"
                    }
                },
                "required": [
                    "type"
                ]
            },
            "MessageComponentType": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    3,
                    4,
                    5,
                    6,
                    7,
                    8,
                    9,
                    10,
                    11,
                    12,
                    13,
                    14,
                    16,
                    17,
                    18,
                    19,
                    20,
                    21,
                    22,
                    23
                ]
            },
            "VoiceState": {
                "type": "object",
                "properties": {
                    "guild_id": {
                        "type": "string"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "member": {
                        "$ref": "#/components/schemas/Member"
                    },
                    "session_id": {
                        "type": "string"
                    },
                    "token": {
                        "type": "string"
                    },
                    "deaf": {
                        "type": "boolean"
                    },
                    "mute": {
                        "type": "boolean"
                    },
                    "self_deaf": {
                        "type": "boolean"
                    },
                    "self_mute": {
                        "type": "boolean"
                    },
                    "self_stream": {
                        "type": "boolean"
                    },
                    "self_video": {
                        "type": "boolean"
                    },
                    "suppress": {
                        "type": "boolean"
                    },
                    "request_to_speak_timestamp": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "channel",
                    "channel_id",
                    "deaf",
                    "guild_id",
                    "id",
                    "member",
                    "mute",
                    "self_deaf",
                    "self_mute",
                    "self_video",
                    "session_id",
                    "suppress",
                    "token",
                    "user",
                    "user_id"
                ]
            },
            "ReadState": {
                "type": "object",
                "properties": {
                    "channel_id": {
                        "type": "string"
                    },
                    "channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "last_message_id": {
                        "type": "string"
                    },
                    "last_acked_id": {
                        "type": "string"
                    },
                    "notifications_cursor": {
                        "type": "string"
                    },
                    "mention_count": {
                        "type": "integer"
                    },
                    "badge_count": {
                        "type": "integer"
                    },
                    "last_pin_timestamp": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "read_state_type": {
                        "$ref": "#/components/schemas/ReadStateType"
                    },
                    "flags": {
                        "$ref": "#/components/schemas/ReadStateFlags"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "badge_count",
                    "channel",
                    "channel_id",
                    "flags",
                    "id",
                    "mention_count",
                    "notifications_cursor",
                    "read_state_type",
                    "user",
                    "user_id"
                ]
            },
            "ReadStateType": {
                "type": "number",
                "enum": [
                    0,
                    1,
                    2,
                    3,
                    4,
                    5
                ]
            },
            "ReadStateFlags": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    4
                ]
            },
            "ThreadMetadata": {
                "type": "object",
                "properties": {
                    "archived": {
                        "type": "boolean"
                    },
                    "auto_archive_duration": {
                        "type": "integer"
                    },
                    "archive_timestamp": {
                        "type": "string"
                    },
                    "locked": {
                        "type": "boolean"
                    },
                    "invitable": {
                        "type": "boolean"
                    },
                    "create_timestamp": {
                        "type": "string"
                    }
                },
                "required": [
                    "archive_timestamp",
                    "archived",
                    "auto_archive_duration",
                    "create_timestamp",
                    "locked"
                ]
            },
            "Tag": {
                "type": "object",
                "properties": {
                    "channel_id": {
                        "type": "string"
                    },
                    "channel": {
                        "$ref": "#/components/schemas/Channel"
                    },
                    "name": {
                        "type": "string"
                    },
                    "moderated": {
                        "type": "boolean",
                        "default": false
                    },
                    "emoji_id": {
                        "type": "string"
                    },
                    "emoji_name": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "channel",
                    "channel_id",
                    "id",
                    "moderated",
                    "name"
                ]
            },
            "Ban": {
                "type": "object",
                "properties": {
                    "user_id": {
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "executor_id": {
                        "type": "string"
                    },
                    "executor": {
                        "$ref": "#/components/schemas/User"
                    },
                    "ip": {
                        "type": "string"
                    },
                    "reason": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "executor",
                    "executor_id",
                    "guild",
                    "guild_id",
                    "id",
                    "user",
                    "user_id"
                ]
            },
            "Template": {
                "type": "object",
                "properties": {
                    "code": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "usage_count": {
                        "type": "integer"
                    },
                    "creator_id": {
                        "type": "string"
                    },
                    "creator": {
                        "$ref": "#/components/schemas/User"
                    },
                    "created_at": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "updated_at": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "source_guild_id": {
                        "type": "string"
                    },
                    "source_guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "serialized_source_guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "code",
                    "created_at",
                    "creator",
                    "creator_id",
                    "id",
                    "name",
                    "serialized_source_guild",
                    "source_guild",
                    "source_guild_id",
                    "updated_at"
                ]
            },
            "Emoji": {
                "type": "object",
                "properties": {
                    "animated": {
                        "type": "boolean"
                    },
                    "available": {
                        "type": "boolean"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "user_id": {
                        "type": "string"
                    },
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "managed": {
                        "type": "boolean"
                    },
                    "name": {
                        "type": "string"
                    },
                    "require_colons": {
                        "type": "boolean"
                    },
                    "roles": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "groups": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "animated",
                    "available",
                    "groups",
                    "guild",
                    "guild_id",
                    "id",
                    "managed",
                    "name",
                    "require_colons",
                    "roles",
                    "user",
                    "user_id"
                ]
            },
            "GuildWelcomeScreen": {
                "type": "object",
                "properties": {
                    "enabled": {
                        "type": "boolean"
                    },
                    "description": {
                        "type": "string"
                    },
                    "welcome_channels": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "description": {
                                    "type": "string"
                                },
                                "emoji_id": {
                                    "type": "string"
                                },
                                "emoji_name": {
                                    "type": "string"
                                },
                                "channel_id": {
                                    "type": "string"
                                }
                            },
                            "additionalProperties": false,
                            "required": [
                                "channel_id",
                                "description"
                            ]
                        }
                    }
                },
                "required": [
                    "description",
                    "enabled",
                    "welcome_channels"
                ]
            },
            "PartialMessage": {
                "description": "https://docs.discord.food/resources/message#partial-message-structure",
                "type": "object",
                "properties": {
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "type": {
                        "$ref": "#/components/schemas/MessageType"
                    },
                    "content": {
                        "type": "string"
                    },
                    "author": {
                        "$ref": "#/components/schemas/PartialUser"
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "application_id": {
                        "type": "string"
                    }
                },
                "required": [
                    "author",
                    "channel_id",
                    "content",
                    "id",
                    "type"
                ]
            },
            "HubGuild": {
                "type": "object",
                "properties": {
                    "icon": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    }
                },
                "required": [
                    "icon",
                    "id",
                    "name"
                ]
            },
            "EmojiGuild": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string",
                        "nullable": true
                    },
                    "description": {
                        "type": "string",
                        "nullable": true
                    },
                    "features": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "emojis": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Emoji"
                        }
                    },
                    "premium_tier": {
                        "type": "integer"
                    },
                    "premium_subscription_count": {
                        "type": "integer"
                    },
                    "approximate_member_count": {
                        "type": "integer"
                    },
                    "approximate_presence_count": {
                        "type": "integer"
                    }
                },
                "required": [
                    "emojis",
                    "features",
                    "id",
                    "name",
                    "premium_tier"
                ]
            },
            "EmojiApplication": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    }
                },
                "required": [
                    "id",
                    "name"
                ]
            },
            "GuildMessagesSearchMessage": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "type": {
                        "$ref": "#/components/schemas/MessageType"
                    },
                    "content": {
                        "type": "string"
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "author": {
                        "$ref": "#/components/schemas/PublicUser"
                    },
                    "attachments": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/PublicAttachment"
                        }
                    },
                    "embeds": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Embed"
                        }
                    },
                    "mentions": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/PublicUser"
                        }
                    },
                    "mention_roles": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Role"
                        }
                    },
                    "pinned": {
                        "type": "boolean"
                    },
                    "mention_everyone": {
                        "type": "boolean"
                    },
                    "tts": {
                        "type": "boolean"
                    },
                    "timestamp": {
                        "type": "string"
                    },
                    "edited_timestamp": {
                        "type": "string",
                        "nullable": true
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "components": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BaseMessageComponents"
                        }
                    },
                    "poll": {
                        "$ref": "#/components/schemas/Poll"
                    },
                    "hit": {
                        "type": "boolean",
                        "const": true
                    }
                },
                "required": [
                    "attachments",
                    "author",
                    "channel_id",
                    "components",
                    "edited_timestamp",
                    "embeds",
                    "flags",
                    "hit",
                    "id",
                    "mention_roles",
                    "mentions",
                    "pinned",
                    "poll",
                    "timestamp",
                    "tts",
                    "type"
                ]
            },
            "PublicUser": {
                "type": "object",
                "properties": {
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "banner": {
                        "type": "string"
                    },
                    "premium_since": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "avatar": {
                        "type": "string"
                    },
                    "bio": {
                        "type": "string"
                    },
                    "theme_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "pronouns": {
                        "type": "string"
                    },
                    "username": {
                        "type": "string"
                    },
                    "discriminator": {
                        "type": "string"
                    },
                    "public_flags": {
                        "type": "integer"
                    },
                    "accent_color": {
                        "type": "integer"
                    },
                    "bot": {
                        "type": "boolean"
                    },
                    "premium_type": {
                        "type": "integer"
                    },
                    "badge_ids": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "avatar_decoration_data": {
                        "$ref": "#/components/schemas/AvatarDecorationData"
                    },
                    "display_name_styles": {
                        "$ref": "#/components/schemas/DisplayNameStyle"
                    },
                    "collectibles": {
                        "$ref": "#/components/schemas/Collectibles"
                    },
                    "primary_guild": {
                        "$ref": "#/components/schemas/PrimaryGuild"
                    }
                },
                "required": [
                    "bio",
                    "bot",
                    "discriminator",
                    "id",
                    "premium_since",
                    "premium_type",
                    "public_flags",
                    "username"
                ]
            },
            "PublicAttachment_1": {
                "type": "object",
                "properties": {
                    "filename": {
                        "type": "string"
                    },
                    "size": {
                        "type": "integer"
                    },
                    "height": {
                        "type": "integer"
                    },
                    "width": {
                        "type": "integer"
                    },
                    "content_type": {
                        "type": "string"
                    },
                    "url": {
                        "type": "string"
                    },
                    "proxy_url": {
                        "type": "string"
                    }
                },
                "required": [
                    "filename",
                    "proxy_url",
                    "size",
                    "url"
                ]
            },
            "GuildVanityUrl": {
                "type": "object",
                "properties": {
                    "code": {
                        "type": "string"
                    },
                    "uses": {
                        "type": "integer"
                    }
                },
                "required": [
                    "code",
                    "uses"
                ]
            },
            "GuildVanityUrlNoInvite": {
                "type": "object",
                "properties": {
                    "code": {
                        "type": "null"
                    }
                },
                "required": [
                    "code"
                ]
            },
            "HubDirectoryEntry": {
                "type": "object",
                "properties": {
                    "author_id": {
                        "type": "string"
                    },
                    "created_at": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "directory_channel_id": {
                        "type": "string"
                    },
                    "guild": {
                        "$ref": "#/components/schemas/Guild"
                    },
                    "primary_category_id": {
                        "type": "integer"
                    },
                    "type": {
                        "type": "integer"
                    }
                },
                "required": [
                    "author_id",
                    "created_at",
                    "description",
                    "directory_channel_id",
                    "guild",
                    "primary_category_id",
                    "type"
                ]
            },
            "RefreshedUrl": {
                "type": "object",
                "properties": {
                    "original": {
                        "type": "string"
                    },
                    "refreshed": {
                        "type": "string"
                    }
                },
                "required": [
                    "original",
                    "refreshed"
                ]
            },
            "JsonValue": {
                "description": "Represents any possible JSON value:\n- number\n- string\n- boolean\n- null\n- object (with any JSON value as property)\n- array (with any JSON value as element)",
                "anyOf": [
                    {
                        "description": "Represents a JSON object.",
                        "type": "object",
                        "additionalProperties": {
                            "$ref": "#/components/schemas/JsonValue"
                        }
                    },
                    {
                        "type": "object",
                        "additionalProperties": false,
                        "patternProperties": {
                            "^[0-9]+$": {
                                "$ref": "#/components/schemas/JsonValue"
                            }
                        },
                        "properties": {
                            "length": {
                                "type": "integer"
                            },
                            "__@unscopables@749": {
                                "type": "object",
                                "additionalProperties": false,
                                "patternProperties": {
                                    "^[0-9]+$": {
                                        "type": "boolean"
                                    }
                                },
                                "properties": {
                                    "length": {
                                        "type": "boolean"
                                    },
                                    "toString": {
                                        "type": "boolean"
                                    },
                                    "toLocaleString": {
                                        "type": "boolean"
                                    },
                                    "pop": {
                                        "type": "boolean"
                                    },
                                    "push": {
                                        "type": "boolean"
                                    },
                                    "concat": {
                                        "type": "boolean"
                                    },
                                    "join": {
                                        "type": "boolean"
                                    },
                                    "reverse": {
                                        "type": "boolean"
                                    },
                                    "shift": {
                                        "type": "boolean"
                                    },
                                    "slice": {
                                        "type": "boolean"
                                    },
                                    "sort": {
                                        "type": "boolean"
                                    },
                                    "splice": {
                                        "type": "boolean"
                                    },
                                    "unshift": {
                                        "type": "boolean"
                                    },
                                    "indexOf": {
                                        "type": "boolean"
                                    },
                                    "lastIndexOf": {
                                        "type": "boolean"
                                    },
                                    "every": {
                                        "type": "boolean"
                                    },
                                    "some": {
                                        "type": "boolean"
                                    },
                                    "forEach": {
                                        "type": "boolean"
                                    },
                                    "map": {
                                        "type": "boolean"
                                    },
                                    "filter": {
                                        "type": "boolean"
                                    },
                                    "reduce": {
                                        "type": "boolean"
                                    },
                                    "reduceRight": {
                                        "type": "boolean"
                                    },
                                    "find": {
                                        "type": "boolean"
                                    },
                                    "findIndex": {
                                        "type": "boolean"
                                    },
                                    "fill": {
                                        "type": "boolean"
                                    },
                                    "copyWithin": {
                                        "type": "boolean"
                                    },
                                    "entries": {
                                        "type": "boolean"
                                    },
                                    "keys": {
                                        "type": "boolean"
                                    },
                                    "values": {
                                        "type": "boolean"
                                    },
                                    "includes": {
                                        "type": "boolean"
                                    },
                                    "flatMap": {
                                        "type": "boolean"
                                    },
                                    "flat": {
                                        "type": "boolean"
                                    },
                                    "at": {
                                        "type": "boolean"
                                    },
                                    "findLast": {
                                        "type": "boolean"
                                    },
                                    "findLastIndex": {
                                        "type": "boolean"
                                    },
                                    "toReversed": {
                                        "type": "boolean"
                                    },
                                    "toSorted": {
                                        "type": "boolean"
                                    },
                                    "toSpliced": {
                                        "type": "boolean"
                                    },
                                    "with": {
                                        "type": "boolean"
                                    },
                                    "__@iterator@747": {
                                        "type": "boolean"
                                    },
                                    "__@unscopables@749": {
                                        "type": "boolean"
                                    }
                                }
                            }
                        },
                        "required": [
                            "__@unscopables@749",
                            "length"
                        ]
                    },
                    {
                        "type": [
                            "null",
                            "string",
                            "integer",
                            "boolean"
                        ]
                    }
                ]
            },
            "BackupCode": {
                "type": "object",
                "properties": {
                    "user": {
                        "$ref": "#/components/schemas/User"
                    },
                    "code": {
                        "type": "string"
                    },
                    "consumed": {
                        "type": "boolean"
                    },
                    "expired": {
                        "type": "boolean"
                    },
                    "id": {
                        "type": "string"
                    }
                },
                "required": [
                    "code",
                    "consumed",
                    "expired",
                    "id",
                    "user"
                ]
            },
            "InteractionCallbackType": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    3,
                    4,
                    5,
                    6,
                    7,
                    8,
                    9,
                    10,
                    11,
                    12
                ]
            },
            "PongCallback": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/InteractionCallbackType.PONG"
                    },
                    "data": {}
                },
                "required": [
                    "data",
                    "type"
                ]
            },
            "InteractionCallbackType.PONG": {
                "type": "number",
                "const": 1
            },
            "AckCallback": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/InteractionCallbackType.ACKNOWLEDGE"
                    },
                    "data": {}
                },
                "required": [
                    "data",
                    "type"
                ]
            },
            "InteractionCallbackType.ACKNOWLEDGE": {
                "type": "number",
                "const": 2
            },
            "MessageCallback": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/InteractionCallbackType.CHANNEL_MESSAGE"
                    },
                    "data": {}
                },
                "required": [
                    "data",
                    "type"
                ]
            },
            "InteractionCallbackType.CHANNEL_MESSAGE": {
                "type": "number",
                "const": 3
            },
            "MessageWSourceCallback": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/InteractionCallbackType.CHANNEL_MESSAGE_WITH_SOURCE"
                    },
                    "data": {
                        "$ref": "#/components/schemas/InteractionMessage"
                    }
                },
                "required": [
                    "data",
                    "type"
                ]
            },
            "InteractionCallbackType.CHANNEL_MESSAGE_WITH_SOURCE": {
                "type": "number",
                "const": 4
            },
            "InteractionMessage": {
                "type": "object",
                "properties": {
                    "content": {
                        "type": "string"
                    },
                    "tts": {
                        "type": "boolean"
                    },
                    "embeds": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/Embed"
                        }
                    },
                    "allowed_mentions": {
                        "$ref": "#/components/schemas/AllowedMentions"
                    },
                    "components": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/BaseMessageComponents"
                        }
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "attachments": {
                        "type": "array",
                        "items": {
                            "anyOf": [
                                {
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "type": "string"
                                        },
                                        "filename": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false,
                                    "required": [
                                        "filename",
                                        "id"
                                    ]
                                },
                                {
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "type": "string"
                                        },
                                        "filename": {
                                            "type": "string"
                                        },
                                        "uploaded_filename": {
                                            "type": "string"
                                        },
                                        "original_content_type": {
                                            "type": "string"
                                        }
                                    },
                                    "additionalProperties": false,
                                    "required": [
                                        "filename",
                                        "uploaded_filename"
                                    ]
                                }
                            ]
                        }
                    },
                    "poll": {
                        "$ref": "#/components/schemas/PollCreationSchema"
                    }
                }
            },
            "MessageDWSourceCallback": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/InteractionCallbackType.DEFERRED_CHANNEL_MESSAGE_WITH_SOURCE"
                    },
                    "data": {
                        "$ref": "#/components/schemas/InteractionMessage"
                    }
                },
                "required": [
                    "data",
                    "type"
                ]
            },
            "InteractionCallbackType.DEFERRED_CHANNEL_MESSAGE_WITH_SOURCE": {
                "type": "number",
                "const": 5
            },
            "MessageUpdateCallback": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/InteractionCallbackType.UPDATE_MESSAGE"
                    },
                    "data": {
                        "$ref": "#/components/schemas/InteractionMessage"
                    }
                },
                "required": [
                    "data",
                    "type"
                ]
            },
            "InteractionCallbackType.UPDATE_MESSAGE": {
                "type": "number",
                "const": 7
            },
            "MessageDUpdateCallback": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/InteractionCallbackType.DEFERRED_UPDATE_MESSAGE"
                    },
                    "data": {
                        "$ref": "#/components/schemas/InteractionMessage"
                    }
                },
                "required": [
                    "data",
                    "type"
                ]
            },
            "InteractionCallbackType.DEFERRED_UPDATE_MESSAGE": {
                "type": "number",
                "const": 6
            },
            "InteractionGuild": {
                "type": "object",
                "properties": {
                    "id": {
                        "description": "A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z\n```\nIf we have a snowflake '266241948824764416' we can represent it as binary:\n\n64                                          22     17     12          0\n 000000111011000111100001101001000101000000  00001  00000  000000000000\n      number of ms since Discord epoch       worker  pid    increment\n```",
                        "type": "string"
                    },
                    "features": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    },
                    "locale": {
                        "type": "string"
                    }
                },
                "required": [
                    "features",
                    "id",
                    "locale"
                ]
            },
            "PublicMember": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "flags": {
                        "type": "integer"
                    },
                    "banner": {
                        "type": "string"
                    },
                    "nick": {
                        "type": "string"
                    },
                    "joined_at": {
                        "type": "string",
                        "format": "date-time"
                    },
                    "pending": {
                        "type": "boolean"
                    },
                    "deaf": {
                        "type": "boolean"
                    },
                    "mute": {
                        "type": "boolean"
                    },
                    "premium_since": {
                        "type": "integer"
                    },
                    "avatar": {
                        "type": "string"
                    },
                    "bio": {
                        "type": "string"
                    },
                    "theme_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "pronouns": {
                        "type": "string"
                    },
                    "communication_disabled_until": {
                        "anyOf": [
                            {
                                "type": "string",
                                "format": "date-time"
                            },
                            {
                                "type": "null"
                            }
                        ]
                    },
                    "user": {
                        "$ref": "#/components/schemas/PublicUser"
                    },
                    "roles": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                },
                "required": [
                    "banner",
                    "bio",
                    "communication_disabled_until",
                    "deaf",
                    "flags",
                    "guild_id",
                    "id",
                    "joined_at",
                    "mute",
                    "pending",
                    "roles",
                    "user"
                ]
            },
            "InstanceUserDeleteSchemaContent": {
                "type": "object",
                "properties": {
                    "reason": {
                        "type": "string"
                    },
                    "persistInstanceBan": {
                        "type": "boolean"
                    }
                }
            },
            "GameActivity": {
                "type": "object",
                "properties": {
                    "activity_level": {
                        "type": "integer"
                    },
                    "activity_score": {
                        "type": "integer"
                    }
                },
                "required": [
                    "activity_level",
                    "activity_score"
                ]
            },
            "GuildBadgeType": {
                "type": "number",
                "enum": [
                    0,
                    1,
                    2,
                    3,
                    4,
                    5,
                    6,
                    7,
                    8,
                    9,
                    10,
                    11,
                    12,
                    13,
                    14,
                    15,
                    16,
                    17,
                    18,
                    19,
                    20,
                    21,
                    22,
                    23,
                    24,
                    25,
                    26,
                    27,
                    28,
                    29,
                    30
                ]
            },
            "GuildTrait": {
                "type": "object",
                "properties": {
                    "emoji_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "emoji_name": {
                        "type": "string",
                        "nullable": true
                    },
                    "emoji_animated": {
                        "type": "boolean"
                    },
                    "label": {
                        "type": "string"
                    },
                    "position": {
                        "type": "integer"
                    }
                },
                "required": [
                    "emoji_animated",
                    "emoji_id",
                    "emoji_name",
                    "label",
                    "position"
                ]
            },
            "GuildVisibilityLevel": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    3
                ]
            },
            "DmChannelDTO": {
                "type": "object",
                "properties": {
                    "icon": {
                        "type": "string",
                        "nullable": true
                    },
                    "id": {
                        "type": "string"
                    },
                    "last_message_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "name": {
                        "type": "string",
                        "nullable": true
                    },
                    "origin_channel_id": {
                        "type": "string",
                        "nullable": true
                    },
                    "owner_id": {
                        "type": "string"
                    },
                    "recipients": {
                        "type": "array",
                        "items": {
                            "$ref": "#/components/schemas/MinimalPublicUserDTO"
                        }
                    },
                    "type": {
                        "type": "integer"
                    }
                },
                "required": [
                    "icon",
                    "id",
                    "last_message_id",
                    "name",
                    "origin_channel_id",
                    "recipients",
                    "type"
                ]
            },
            "MinimalPublicUserDTO": {
                "type": "object",
                "properties": {
                    "avatar": {
                        "type": "string",
                        "nullable": true
                    },
                    "discriminator": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "public_flags": {
                        "type": "integer"
                    },
                    "username": {
                        "type": "string"
                    },
                    "badge_ids": {
                        "anyOf": [
                            {
                                "type": "array",
                                "items": {
                                    "type": "string"
                                }
                            },
                            {
                                "type": "null"
                            }
                        ]
                    }
                },
                "required": [
                    "discriminator",
                    "id",
                    "public_flags",
                    "username"
                ]
            },
            "Categories": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "integer"
                    },
                    "name": {
                        "type": "string"
                    },
                    "localizations": {
                        "type": "string"
                    },
                    "is_primary": {
                        "type": "boolean"
                    },
                    "icon": {
                        "type": "string"
                    }
                },
                "required": [
                    "id",
                    "is_primary",
                    "localizations",
                    "name"
                ]
            },
            "GuildVoiceRegion": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "custom": {
                        "type": "boolean"
                    },
                    "deprecated": {
                        "type": "boolean"
                    },
                    "optimal": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "custom",
                    "deprecated",
                    "id",
                    "name",
                    "optimal"
                ]
            },
            "UserLimits": {
                "type": "object",
                "properties": {
                    "maxGuilds": {
                        "type": "integer"
                    },
                    "maxUsername": {
                        "type": "integer"
                    },
                    "maxFriends": {
                        "type": "integer"
                    },
                    "maxBio": {
                        "type": "integer"
                    }
                },
                "required": [
                    "maxBio",
                    "maxFriends",
                    "maxGuilds",
                    "maxUsername"
                ]
            },
            "GuildLimits": {
                "type": "object",
                "properties": {
                    "maxRoles": {
                        "type": "integer"
                    },
                    "maxEmojis": {
                        "type": "integer"
                    },
                    "maxStickers": {
                        "type": "integer"
                    },
                    "maxMembers": {
                        "type": "integer"
                    },
                    "maxChannels": {
                        "type": "integer"
                    },
                    "maxBulkBanUsers": {
                        "type": "integer"
                    },
                    "maxChannelsInCategory": {
                        "type": "integer"
                    }
                },
                "required": [
                    "maxBulkBanUsers",
                    "maxChannels",
                    "maxChannelsInCategory",
                    "maxEmojis",
                    "maxMembers",
                    "maxRoles",
                    "maxStickers"
                ]
            },
            "MessageLimits": {
                "type": "object",
                "properties": {
                    "maxCharacters": {
                        "type": "integer"
                    },
                    "maxTTSCharacters": {
                        "type": "integer"
                    },
                    "maxReactions": {
                        "type": "integer"
                    },
                    "maxAttachmentSize": {
                        "type": "integer"
                    },
                    "maxBulkDelete": {
                        "type": "integer"
                    },
                    "maxEmbedDownloadSize": {
                        "type": "integer"
                    },
                    "maxPreloadCount": {
                        "type": "integer"
                    },
                    "maxEmbeds": {
                        "type": "integer"
                    }
                },
                "required": [
                    "maxAttachmentSize",
                    "maxBulkDelete",
                    "maxCharacters",
                    "maxEmbedDownloadSize",
                    "maxEmbeds",
                    "maxPreloadCount",
                    "maxReactions",
                    "maxTTSCharacters"
                ]
            },
            "ChannelLimits": {
                "type": "object",
                "properties": {
                    "maxPins": {
                        "type": "integer"
                    },
                    "maxTopic": {
                        "type": "integer"
                    },
                    "maxWebhooks": {
                        "type": "integer"
                    },
                    "maxName": {
                        "type": "integer"
                    }
                },
                "required": [
                    "maxName",
                    "maxPins",
                    "maxTopic",
                    "maxWebhooks"
                ]
            },
            "RateLimits": {
                "type": "object",
                "properties": {
                    "enabled": {
                        "type": "boolean"
                    },
                    "ip": {
                        "$ref": "#/components/schemas/RateLimitOptions"
                    },
                    "global": {
                        "$ref": "#/components/schemas/RateLimitOptions"
                    },
                    "error": {
                        "$ref": "#/components/schemas/RateLimitOptions"
                    },
                    "routes": {
                        "$ref": "#/components/schemas/RouteRateLimit"
                    }
                },
                "required": [
                    "enabled",
                    "error",
                    "global",
                    "ip",
                    "routes"
                ]
            },
            "RateLimitOptions": {
                "type": "object",
                "properties": {
                    "bot": {
                        "type": "integer"
                    },
                    "count": {
                        "type": "integer"
                    },
                    "window": {
                        "type": "integer"
                    },
                    "onyIp": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "count",
                    "window"
                ]
            },
            "RouteRateLimit": {
                "type": "object",
                "properties": {
                    "guild": {
                        "$ref": "#/components/schemas/RateLimitOptions"
                    },
                    "webhook": {
                        "$ref": "#/components/schemas/RateLimitOptions"
                    },
                    "channel": {
                        "$ref": "#/components/schemas/RateLimitOptions"
                    },
                    "auth": {
                        "$ref": "#/components/schemas/AuthRateLimit"
                    }
                },
                "required": [
                    "auth",
                    "channel",
                    "guild",
                    "webhook"
                ]
            },
            "AuthRateLimit": {
                "type": "object",
                "properties": {
                    "login": {
                        "$ref": "#/components/schemas/RateLimitOptions"
                    },
                    "register": {
                        "$ref": "#/components/schemas/RateLimitOptions"
                    }
                },
                "required": [
                    "login",
                    "register"
                ]
            },
            "GlobalRateLimits": {
                "type": "object",
                "properties": {
                    "register": {
                        "$ref": "#/components/schemas/GlobalRateLimit"
                    },
                    "sendMessage": {
                        "$ref": "#/components/schemas/GlobalRateLimit"
                    }
                },
                "required": [
                    "register",
                    "sendMessage"
                ]
            },
            "GlobalRateLimit": {
                "type": "object",
                "properties": {
                    "limit": {
                        "type": "integer"
                    },
                    "window": {
                        "type": "integer"
                    },
                    "enabled": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "enabled",
                    "limit",
                    "window"
                ]
            },
            "PublicConnectedAccount": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    },
                    "verified": {
                        "type": "boolean"
                    }
                },
                "required": [
                    "name",
                    "type"
                ]
            },
            "UserProfile": {
                "type": "object",
                "properties": {
                    "banner": {
                        "type": "string"
                    },
                    "bio": {
                        "type": "string"
                    },
                    "theme_colors": {
                        "type": "array",
                        "items": {
                            "type": "integer"
                        }
                    },
                    "pronouns": {
                        "type": "string"
                    },
                    "accent_color": {
                        "type": "integer"
                    }
                },
                "required": [
                    "bio"
                ]
            },
            "PublicMemberProfile": {
                "type": "object",
                "properties": {
                    "guild_id": {
                        "type": "string"
                    },
                    "banner": {
                        "type": "string"
                    },
                    "bio": {
                        "type": "string"
                    },
                    "accent_color": {
                        "type": "null"
                    }
                },
                "required": [
                    "accent_color",
                    "banner",
                    "bio",
                    "guild_id"
                ]
            },
            "Badge": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    },
                    "description": {
                        "type": "string"
                    },
                    "icon": {
                        "type": "string"
                    },
                    "link": {
                        "type": "string"
                    }
                },
                "required": [
                    "description",
                    "icon",
                    "id"
                ]
            },
            "MessageReference": {
                "type": "object",
                "properties": {
                    "message_id": {
                        "type": "string"
                    },
                    "channel_id": {
                        "type": "string"
                    },
                    "guild_id": {
                        "type": "string"
                    },
                    "fail_if_not_exists": {
                        "type": "boolean"
                    },
                    "type": {
                        "enum": [
                            0,
                            1
                        ],
                        "type": "number"
                    }
                }
            },
            "MessageActivity": {
                "type": "object",
                "properties": {
                    "type": {
                        "$ref": "#/components/schemas/MessageActivityType"
                    },
                    "session_id": {
                        "type": "string"
                    },
                    "party_id": {
                        "type": "string"
                    },
                    "name_override": {
                        "type": "string"
                    },
                    "icon_override": {
                        "type": "string"
                    }
                },
                "required": [
                    "type"
                ]
            },
            "MessageActivityType": {
                "type": "number",
                "enum": [
                    1,
                    2,
                    3,
                    4,
                    5
                ]
            }
        }
    },
    "tags": [
        {
            "name": "-"
        },
        {
            "name": "applications"
        },
        {
            "name": "attachments"
        },
        {
            "name": "auth"
        },
        {
            "name": "beaker"
        },
        {
            "name": "channels"
        },
        {
            "name": "collectibles-categories"
        },
        {
            "name": "collectibles-shop"
        },
        {
            "name": "connections"
        },
        {
            "name": "discoverable-guilds"
        },
        {
            "name": "discovery"
        },
        {
            "name": "download"
        },
        {
            "name": "emojis"
        },
        {
            "name": "experiments"
        },
        {
            "name": "games"
        },
        {
            "name": "gateway"
        },
        {
            "name": "gifs"
        },
        {
            "name": "guild-recommendations"
        },
        {
            "name": "guilds"
        },
        {
            "name": "hub-waitlist"
        },
        {
            "name": "interactions"
        },
        {
            "name": "invites"
        },
        {
            "name": "oauth2"
        },
        {
            "name": "outbound-promotions"
        },
        {
            "name": "partners"
        },
        {
            "name": "ping"
        },
        {
            "name": "policies"
        },
        {
            "name": "read-states"
        },
        {
            "name": "reporting"
        },
        {
            "name": "safety-hub"
        },
        {
            "name": "scheduled-maintenances"
        },
        {
            "name": "science"
        },
        {
            "name": "stage-instances"
        },
        {
            "name": "sticker-packs"
        },
        {
            "name": "stickers"
        },
        {
            "name": "stop"
        },
        {
            "name": "store"
        },
        {
            "name": "teams"
        },
        {
            "name": "track"
        },
        {
            "name": "updates"
        },
        {
            "name": "users"
        },
        {
            "name": "voice"
        },
        {
            "name": "warp"
        },
        {
            "name": "webhooks"
        }
    ],
    "paths": {
        "/webhooks/{webhook_id}/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Returns a webhook object for the given id. Requires the MANAGE_WEBHOOKS permission or to be the owner of the webhook.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIWebhook"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "webhook_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "webhook_id"
                    }
                ],
                "tags": [
                    "webhooks"
                ]
            },
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "webhook_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "webhook_id"
                    }
                ],
                "tags": [
                    "webhooks"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/WebhookUpdateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/WebhookCreateResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "webhook_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "webhook_id"
                    }
                ],
                "tags": [
                    "webhooks"
                ]
            }
        },
        "/webhooks/{webhook_id}/{token}/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Returns a webhook object for the given id and token.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIWebhook"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "webhook_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "webhook_id"
                    },
                    {
                        "name": "token",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "token"
                    }
                ],
                "tags": [
                    "webhooks"
                ]
            },
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/WebhookExecuteSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "webhook_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "webhook_id"
                    },
                    {
                        "name": "token",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "token"
                    },
                    {
                        "name": "wait",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "boolean"
                        },
                        "description": "waits for server confirmation of message send before response, and returns the created message body"
                    },
                    {
                        "name": "thread_id",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Send a message to the specified thread within a webhook's channel."
                    }
                ],
                "tags": [
                    "webhooks"
                ]
            },
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "webhook_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "webhook_id"
                    },
                    {
                        "name": "token",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "token"
                    }
                ],
                "tags": [
                    "webhooks"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/WebhookUpdateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Message"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "webhook_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "webhook_id"
                    },
                    {
                        "name": "token",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "token"
                    }
                ],
                "tags": [
                    "webhooks"
                ]
            }
        },
        "/webhooks/{webhook_id}/{token}/github/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/WebhookExecuteSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "webhook_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "webhook_id"
                    },
                    {
                        "name": "token",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "token"
                    },
                    {
                        "name": "wait",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "boolean"
                        },
                        "description": "waits for server confirmation of message send before response, and returns the created message body"
                    },
                    {
                        "name": "thread_id",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Send a message to the specified thread within a webhook's channel."
                    }
                ],
                "tags": [
                    "webhooks"
                ]
            }
        },
        "/warp/license/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "warp"
                ]
            }
        },
        "/voice/regions/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIGuildVoiceRegion"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "voice"
                ]
            }
        },
        "/users/@me/settings/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserSettings"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/UserSettingsUpdateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserSettings"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/settings-proto/2/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SettingsProtoResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "atomic",
                        "in": "query",
                        "schema": {
                            "type": "boolean"
                        },
                        "description": "Whether to try to apply the settings update atomically (default false)"
                    }
                ],
                "tags": [
                    "users"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/SettingsProtoUpdateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SettingsProtoUpdateResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/settings-proto/2/json": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SettingsProtoJsonResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/SettingsProtoUpdateJsonSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SettingsProtoUpdateJsonResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "atomic",
                        "in": "query",
                        "schema": {
                            "type": "boolean"
                        },
                        "description": "Whether to try to apply the settings update atomically (default false)"
                    }
                ],
                "tags": [
                    "users"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            }
        },
        "/users/@me/settings-proto/1/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SettingsProtoResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "atomic",
                        "in": "query",
                        "schema": {
                            "type": "boolean"
                        },
                        "description": "Whether to try to apply the settings update atomically (default false)"
                    }
                ],
                "tags": [
                    "users"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/SettingsProtoUpdateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SettingsProtoUpdateResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/settings-proto/1/json": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SettingsProtoJsonResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/SettingsProtoUpdateJsonSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/SettingsProtoUpdateJsonResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "atomic",
                        "in": "query",
                        "schema": {
                            "type": "boolean"
                        },
                        "description": "Whether to try to apply the settings update atomically (default false)"
                    }
                ],
                "tags": [
                    "users"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            }
        },
        "/users/@me/relationships/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserRelationshipsResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            },
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/RelationshipPostSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/relationships/{user_id}": {
            "put": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/RelationshipPutSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/RelationshipPatchSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            },
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/notes/{user_id}": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserNoteResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            },
            "put": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/UserNoteUpdateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/mfa/webauthn/credentials/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            },
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/WebAuthnPostSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/WebAuthnCreateResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/mfa/webauthn/credentials/{key_id}/": {
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "key_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "key_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/mfa/totp/enable/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/TotpEnableSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TokenWithBackupCodesResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/mfa/totp/disable/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/TotpDisableSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TokenOnlyResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/mfa/codes/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "This route is replaced with users/@me/mfa/codes-verification in newer clients",
                "deprecated": true,
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/MfaCodesSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIBackupCodeArray"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/mfa/codes-verification/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/CodesVerificationSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIBackupCodeArray"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/mentions": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MessageListResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/library/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIPrivateUser"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/UserModifySchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserUpdateResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/guilds/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIGuildArray"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/guilds/{guild_id}": {
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/guilds/premium/subscription-slots/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/guilds/{guild_id}/settings/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/UserGuildSettingsSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/entitlements/gifts": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/email-settings/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/disable/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/devices/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/delete/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "401": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/connections/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/connections/{connection_name}/{connection_id}/": {
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ConnectionUpdateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "connection_name",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "connection_name"
                    },
                    {
                        "name": "connection_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "connection_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            },
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "connection_name",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "connection_name"
                    },
                    {
                        "name": "connection_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "connection_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/connections/{connection_name}/{connection_id}/access-token/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "connection_name",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "connection_name"
                    },
                    {
                        "name": "connection_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "connection_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/collectibles-purchases/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "204": {
                        "description": "No description available"
                    },
                    "401": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/collectibles-marketing/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CollectiblesMarketingResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    },
                    "401": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/channels/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIDMChannelArray"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            },
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/DmChannelCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/DmChannelDTO"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/billing/subscriptions/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/billing/payment-sources/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            },
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/billing/payment-sources/{payment_source_id}": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "payment_source_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "payment_source_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "payment_source_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "payment_source_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            },
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "payment_source_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "payment_source_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/billing/location-info/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/billing/country-code/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/applications/{application_id}/entitlements/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/affinities/users/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/affinities/guilds/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/@me/activities/statistics/applications/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "users"
                ]
            }
        },
        "/users/{user_id}/relationships/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserRelationsResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/{user_id}/profile/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UserProfileResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/UserProfileModifySchema"
                            }
                        }
                    }
                },
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/{user_id}/messages/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/DmMessagesResponseSchema"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/{user_id}/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIPublicUser"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/users/{user_id}/delete/": {
            "post": {
                "x-right-required": "MANAGE_USERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/InstanceUserDeleteSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "users"
                ]
            }
        },
        "/updates/": {
            "get": {
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UpdatesResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "updates"
                ]
            }
        },
        "/track/": {
            "post": {
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "track"
                ]
            }
        },
        "/teams/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TeamListResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "include_payout_account_status",
                        "in": "query",
                        "schema": {
                            "type": "boolean"
                        },
                        "description": "Whether to include team payout account status in the response (default false)"
                    }
                ],
                "tags": [
                    "teams"
                ]
            },
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/TeamCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Team"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "teams"
                ]
            }
        },
        "/store/published-listings/skus/{sku_id}": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "sku_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "sku_id"
                    }
                ],
                "tags": [
                    "store"
                ]
            }
        },
        "/store/published-listings/skus/{sku_id}/subscription-plans/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "sku_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "sku_id"
                    }
                ],
                "tags": [
                    "store"
                ]
            }
        },
        "/store/published-listings/applications/{application_id}/subscription-plans/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "store"
                ]
            }
        },
        "/store/published-listings/applications/{application_id}/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "store"
                ]
            }
        },
        "/stop/": {
            "post": {
                "x-right-required": "OPERATOR",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "stop"
                ]
            }
        },
        "/stickers/{sticker_id}/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Sticker"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "sticker_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "sticker_id"
                    }
                ],
                "tags": [
                    "stickers"
                ]
            }
        },
        "/stickers/{sticker_id}/guild": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Sticker"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "sticker_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "sticker_id"
                    }
                ],
                "tags": [
                    "stickers"
                ]
            }
        },
        "/sticker-packs/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/StickersResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "sticker-packs"
                ]
            }
        },
        "/stage-instances/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "stage-instances"
                ]
            }
        },
        "/science/": {
            "post": {
                "responses": {
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "science"
                ]
            }
        },
        "/scheduled-maintenances/upcoming.json/": {
            "get": {
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "scheduled-maintenances"
                ]
            }
        },
        "/safety-hub/suspended/@me/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AccountStandingResponse"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "safety-hub"
                ]
            }
        },
        "/safety-hub/@me/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AccountStandingResponse"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "safety-hub"
                ]
            }
        },
        "/reporting/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "[EXT] Get available reporting menu types.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Array<ReportMenuTypeNames>"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/menu/guild": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for guild reports.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "variant",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Version variant of the menu to retrieve (max 256 characters, default active)"
                    }
                ],
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/guild": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for guild reports.",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/CreateReportSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/menu/guild_discovery": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for guild_discovery reports.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "variant",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Version variant of the menu to retrieve (max 256 characters, default active)"
                    }
                ],
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/guild_discovery": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for guild_discovery reports.",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/CreateReportSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/menu/guild_directory_entry": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for guild_directory_entry reports.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "variant",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Version variant of the menu to retrieve (max 256 characters, default active)"
                    }
                ],
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/guild_directory_entry": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for guild_directory_entry reports.",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/CreateReportSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/menu/guild_scheduled_event": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for guild_scheduled_event reports.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "variant",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Version variant of the menu to retrieve (max 256 characters, default active)"
                    }
                ],
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/guild_scheduled_event": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for guild_scheduled_event reports.",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/CreateReportSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/menu/message": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for message reports.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "variant",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Version variant of the menu to retrieve (max 256 characters, default active)"
                    }
                ],
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/message": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for message reports.",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/CreateReportSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/menu/stage_channel": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for stage_channel reports.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "variant",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Version variant of the menu to retrieve (max 256 characters, default active)"
                    }
                ],
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/stage_channel": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for stage_channel reports.",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/CreateReportSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/menu/first_dm": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for first_dm reports.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "variant",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Version variant of the menu to retrieve (max 256 characters, default active)"
                    }
                ],
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/first_dm": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for first_dm reports.",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/CreateReportSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/menu/user": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for user reports.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "variant",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Version variant of the menu to retrieve (max 256 characters, default active)"
                    }
                ],
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/user": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for user reports.",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/CreateReportSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/menu/application": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for application reports.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "variant",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Version variant of the menu to retrieve (max 256 characters, default active)"
                    }
                ],
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/application": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for application reports.",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/CreateReportSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/menu/widget": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for widget reports.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "variant",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Version variant of the menu to retrieve (max 256 characters, default active)"
                    }
                ],
                "tags": [
                    "reporting"
                ]
            }
        },
        "/reporting/widget": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Get reporting menu options for widget reports.",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/CreateReportSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ReportingMenuResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "reporting"
                ]
            }
        },
        "/read-states/ack-bulk/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/AckBulkSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "read-states"
                ]
            }
        },
        "/policies/stats/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/InstanceStatsResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "policies"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            }
        },
        "/policies/instance/limits/": {
            "get": {
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APILimitsConfiguration"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "policies"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            }
        },
        "/policies/instance/": {
            "get": {
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIGeneralConfiguration"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "policies"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            }
        },
        "/policies/instance/domains/": {
            "get": {
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/InstanceDomainsResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "policies"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            }
        },
        "/policies/instance/config/": {
            "get": {
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Object"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "policies"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            }
        },
        "/ping/": {
            "get": {
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/InstancePingResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "ping"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            }
        },
        "/partners/{guild_id}/requirements/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "partners"
                ]
            }
        },
        "/outbound-promotions/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "outbound-promotions"
                ]
            }
        },
        "/oauth2/tokens/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "oauth2"
                ]
            }
        },
        "/oauth2/authorize/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "client_id",
                        "in": "query",
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "oauth2"
                ]
            },
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ApplicationAuthorizeSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/OAuthAuthorizeResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "client_id",
                        "in": "query",
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "oauth2"
                ]
            }
        },
        "/oauth2/applications/@me/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Application"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "oauth2"
                ]
            }
        },
        "/invites/{invite_code}": {
            "get": {
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Invite"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "invite_code",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "invite_code"
                    }
                ],
                "tags": [
                    "invites"
                ]
            },
            "post": {
                "x-right-required": "USE_MASS_INVITES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Invite"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "invite_code",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "invite_code"
                    }
                ],
                "tags": [
                    "invites"
                ]
            },
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Invite"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "invite_code",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "invite_code"
                    }
                ],
                "tags": [
                    "invites"
                ]
            }
        },
        "/interactions/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "interactions"
                ]
            }
        },
        "/interactions/{interaction_id}/{interaction_token}/callback/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/InteractionCallbacksSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "interaction_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "interaction_id"
                    },
                    {
                        "name": "interaction_token",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "interaction_token"
                    }
                ],
                "tags": [
                    "interactions"
                ]
            }
        },
        "/hub-waitlist/signup": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/HubWaitlistSignupSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/HubWaitlistSignupResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "hub-waitlist"
                ]
            }
        },
        "/guilds/templates/{template_code}": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Template"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "template_code",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "template_code"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/GuildTemplateCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "template_code",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "template_code"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/": {
            "post": {
                "x-right-required": "CREATE_GUILDS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/GuildCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "201": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildCreateResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/automations/email-domain-lookup/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/EmailDomainLookupSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/EmailDomainLookupResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/automations/email-domain-lookup/verify-code": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/EmailDomainLookupVerifyCodeSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "501": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/widget.png/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/widget.json/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildWidgetJsonResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/widget/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildWidgetSettingsResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "patch": {
                "x-permission-required": "MANAGE_GUILD",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/WidgetModifySchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/WidgetModifySchema"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/welcome-screen/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildWelcomeScreen"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "patch": {
                "x-permission-required": "MANAGE_GUILD",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/GuildUpdateWelcomeScreenSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/webhooks/": {
            "get": {
                "x-permission-required": "MANAGE_WEBHOOKS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Returns a list of guild webhook objects. Requires the MANAGE_WEBHOOKS permission.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIWebhookArray"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/voice-states/{user_id}/": {
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/VoiceStateUpdateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/vanity-url/": {
            "get": {
                "x-permission-required": "MANAGE_GUILD",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildVanityUrlResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "patch": {
                "x-permission-required": "MANAGE_GUILD",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/VanityUrlSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildVanityUrlCreateResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/templates/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APITemplateArray"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "post": {
                "x-permission-required": "MANAGE_GUILD",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/TemplateCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Template"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/templates/{code}": {
            "delete": {
                "x-permission-required": "MANAGE_GUILD",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Template"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "code"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "put": {
                "x-permission-required": "MANAGE_GUILD",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Template"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "code"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "patch": {
                "x-permission-required": "MANAGE_GUILD",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/TemplateModifySchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Template"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "code",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "code"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/stickers/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/StickersResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "post": {
                "x-permission-required": "MANAGE_EMOJIS_AND_STICKERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ModifyGuildStickerSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Sticker"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/stickers/{sticker_id}": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Sticker"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "sticker_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "sticker_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "patch": {
                "x-permission-required": "MANAGE_EMOJIS_AND_STICKERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ModifyGuildStickerSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Sticker"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "sticker_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "sticker_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "delete": {
                "x-permission-required": "MANAGE_EMOJIS_AND_STICKERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "sticker_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "sticker_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/shield.svg/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/roles/member-counts/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/roles/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "post": {
                "x-permission-required": "MANAGE_ROLES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/RoleModifySchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Role"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "patch": {
                "x-permission-required": "MANAGE_ROLES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/RolePositionUpdateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIRoleArray"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/roles/{role_id}/members/": {
            "patch": {
                "x-permission-required": "MANAGE_ROLES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "role_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "role_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/roles/{role_id}/member-ids/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "role_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "role_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/roles/{role_id}/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Role"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "role_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "role_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "delete": {
                "x-permission-required": "MANAGE_ROLES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "role_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "role_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "patch": {
                "x-permission-required": "MANAGE_ROLES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/RoleModifySchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Role"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "role_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "role_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/regions/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIGuildVoiceRegion"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/prune/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildPruneResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "post": {
                "x-right-required": "KICK_BAN_MEMBERS",
                "x-permission-required": "KICK_MEMBERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildPurgeResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/profile/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildProfileResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/profile/{member_id}": {
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/MemberChangeProfileSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Member"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "member_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "member_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/premium/subscriptions": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/messages/search/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildMessagesSearchResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "422": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/members/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIMemberArray"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "limit",
                        "in": "query",
                        "schema": {
                            "type": "number"
                        },
                        "description": "max number of members to return (1-1000). default 1"
                    },
                    {
                        "name": "after",
                        "in": "query",
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/members/{member_id}/roles/{role_id}/": {
            "delete": {
                "x-permission-required": "MANAGE_ROLES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "member_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "member_id"
                    },
                    {
                        "name": "role_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "role_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "put": {
                "x-permission-required": "MANAGE_ROLES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "member_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "member_id"
                    },
                    {
                        "name": "role_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "role_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/members/{member_id}/nick/": {
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/MemberNickChangeSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIPublicMember"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "member_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "member_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/members/{member_id}/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIPublicMember"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "member_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "member_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/MemberChangeSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Member"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "member_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "member_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "put": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/MemberJoinGuildResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "member_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "member_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "member_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "member_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/member-verification/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/invites/": {
            "get": {
                "x-permission-required": "MANAGE_GUILD",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIInviteArray"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/integrations/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIGuildWithJoinedAt"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "patch": {
                "x-permission-required": "MANAGE_GUILD",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/GuildUpdateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildCreateResponse"
                                }
                            }
                        }
                    },
                    "401": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/emojis/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/EmojisResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "post": {
                "x-permission-required": "MANAGE_EMOJIS_AND_STICKERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/EmojiCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "201": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Emoji"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/emojis/{emoji_id}": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Emoji"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "emoji_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "emoji_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "patch": {
                "x-permission-required": "MANAGE_EMOJIS_AND_STICKERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/EmojiModifySchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Emoji"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "emoji_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "emoji_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "delete": {
                "x-permission-required": "MANAGE_EMOJIS_AND_STICKERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "emoji_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "emoji_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/discovery-requirements/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildDiscoveryRequirementsResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/delete/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "401": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/channels/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "201": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIChannelArray"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "post": {
                "x-permission-required": "MANAGE_CHANNELS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ChannelCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "201": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Channel"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "patch": {
                "x-permission-required": "MANAGE_CHANNELS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ChannelReorderSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/bulk-ban/": {
            "post": {
                "x-permission-required": [
                    "BAN_MEMBERS",
                    "MANAGE_GUILD"
                ],
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/BulkBanSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Ban"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/bans/": {
            "get": {
                "x-permission-required": "BAN_MEMBERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildBansResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/bans/search": {
            "get": {
                "x-permission-required": "BAN_MEMBERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildBansResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "query",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Query to match username(s) and display name(s) against (1-32 characters)"
                    },
                    {
                        "name": "limit",
                        "in": "query",
                        "required": false,
                        "schema": {
                            "type": "number"
                        },
                        "description": "Max number of members to return (1-10, default 10)"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/bans/{user_id}": {
            "get": {
                "x-permission-required": "BAN_MEMBERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildBanResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "put": {
                "x-permission-required": "BAN_MEMBERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/BanCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "delete": {
                "x-permission-required": "BAN_MEMBERS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/auto-moderation/rules/": {
            "get": {
                "x-permission-required": [
                    "MANAGE_GUILD"
                ],
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AutomodRuleSchemaWithId[]"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "post": {
                "x-permission-required": [
                    "MANAGE_GUILD"
                ],
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AutomodRuleSchemaWithId"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/auto-moderation/rules/{rule_id}": {
            "patch": {
                "x-permission-required": [
                    "MANAGE_GUILD"
                ],
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/AutomodRuleSchemaWithId"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "rule_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "rule_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            },
            "delete": {
                "x-permission-required": [
                    "MANAGE_GUILD"
                ],
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "rule_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "rule_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/audit-logs/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guilds/{guild_id}/application-command-index/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "guilds"
                ]
            }
        },
        "/guild-recommendations/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildRecommendationsResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "guild-recommendations"
                ]
            }
        },
        "/gifs/trending/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TenorTrendingResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "locale",
                        "in": "query",
                        "schema": {
                            "type": "string"
                        },
                        "description": "Locale"
                    }
                ],
                "tags": [
                    "gifs"
                ]
            }
        },
        "/gifs/trending-gifs/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TenorGifsResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "media_format",
                        "in": "query",
                        "schema": {
                            "type": "string"
                        },
                        "description": "Media format"
                    },
                    {
                        "name": "locale",
                        "in": "query",
                        "schema": {
                            "type": "string"
                        },
                        "description": "Locale"
                    }
                ],
                "tags": [
                    "gifs"
                ]
            }
        },
        "/gifs/search/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TenorGifsResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "q",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Search query"
                    },
                    {
                        "name": "media_format",
                        "in": "query",
                        "schema": {
                            "type": "string"
                        },
                        "description": "Media format"
                    },
                    {
                        "name": "locale",
                        "in": "query",
                        "schema": {
                            "type": "string"
                        },
                        "description": "Locale"
                    }
                ],
                "tags": [
                    "gifs"
                ]
            }
        },
        "/gateway/": {
            "get": {
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GatewayResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "gateway"
                ]
            }
        },
        "/gateway/bot/": {
            "get": {
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GatewayBotResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "gateway"
                ]
            }
        },
        "/games/detectable/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ApplicationDetectableResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "games"
                ]
            }
        },
        "/experiments/": {
            "get": {
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "experiments"
                ]
            }
        },
        "/emojis/{emoji_id}/source/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/EmojiSourceResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "emoji_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "emoji_id"
                    }
                ],
                "tags": [
                    "emojis"
                ]
            }
        },
        "/download/": {
            "get": {
                "responses": {
                    "302": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "download"
                ]
            }
        },
        "/discovery/categories": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIDiscoveryCategoryArray"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "discovery"
                ]
            }
        },
        "/discoverable-guilds/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/DiscoverableGuildsResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "discoverable-guilds"
                ]
            }
        },
        "/connections/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIConnectionsConfiguration"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "connections"
                ]
            }
        },
        "/connections/{connection_name}/callback/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ConnectionCallbackSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "connection_name",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "connection_name"
                    }
                ],
                "tags": [
                    "connections"
                ]
            }
        },
        "/connections/{connection_name}/authorize/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "connection_name",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "connection_name"
                    }
                ],
                "tags": [
                    "connections"
                ]
            }
        },
        "/connections/{connection_name}/{connection_id}/refresh/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "connection_name",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "connection_name"
                    },
                    {
                        "name": "connection_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "connection_id"
                    }
                ],
                "tags": [
                    "connections"
                ]
            }
        },
        "/collectibles-shop/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CollectiblesShopResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "collectibles-shop"
                ]
            }
        },
        "/collectibles-categories/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CollectiblesCategoriesResponse"
                                }
                            }
                        }
                    },
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "collectibles-categories"
                ]
            }
        },
        "/channels/preload-messages/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/PreloadMessagesRequestSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PreloadMessagesResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/webhooks/": {
            "get": {
                "x-permission-required": "MANAGE_WEBHOOKS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "description": "Returns a list of channel webhook objects. Requires the MANAGE_WEBHOOKS permission.",
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIWebhookArray"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "post": {
                "x-permission-required": "MANAGE_WEBHOOKS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/WebhookCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/WebhookCreateResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/typing/": {
            "post": {
                "x-permission-required": "SEND_MESSAGES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/threads/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIMessageArray"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "around",
                        "in": "query",
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "before",
                        "in": "query",
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "after",
                        "in": "query",
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "limit",
                        "in": "query",
                        "schema": {
                            "type": "number"
                        },
                        "description": "max number of messages to return (1-100). defaults to 50"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "post": {
                "x-permission-required": "CREATE_PUBLIC_THREADS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ThreadCreationSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/threads/ack": {
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/AcknowledgeDeleteSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/threads/search": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildMessagesSearchResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "422": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/thread-members/": {
            "get": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/thread-members/{user_id}": {
            "post": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "delete": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/thread-members/@me/settings": {
            "patch": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/tags/": {
            "post": {
                "x-permission-required": "MANAGE_CHANNELS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/TagCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Channel"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/tags/{tag_id}": {
            "put": {
                "x-permission-required": "MANAGE_CHANNELS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/TagCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Channel"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "tag_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "tag_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "delete": {
                "x-permission-required": "MANAGE_CHANNELS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Channel"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "tag_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "tag_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/recipients/{user_id}": {
            "put": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "201": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/purge/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/post-data/": {
            "post": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/PostDataSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/pins/{message_id}": {
            "put": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "delete": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/pins/": {
            "get": {
                "x-permission-required": [
                    "READ_MESSAGE_HISTORY"
                ],
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIMessageArray"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/permissions/{overwrite_id}": {
            "put": {
                "x-permission-required": "MANAGE_ROLES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ChannelPermissionOverwriteSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    },
                    "501": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "overwrite_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "overwrite_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "delete": {
                "x-permission-required": "MANAGE_ROLES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "overwrite_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "overwrite_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/messages/search/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GuildMessagesSearchResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "422": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/messages/pins/{message_id}": {
            "put": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "delete": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/messages/pins/": {
            "get": {
                "x-permission-required": [
                    "READ_MESSAGE_HISTORY"
                ],
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIMessageArray"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/messages/bulk-delete/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/BulkDeleteSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/messages/{message_id}/threads/": {
            "post": {
                "x-permission-required": "CREATE_PUBLIC_THREADS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/MessageThreadCreationSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/messages/{message_id}/reactions/": {
            "delete": {
                "x-permission-required": "MANAGE_MESSAGES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/messages/{message_id}/reactions/{emoji}": {
            "delete": {
                "x-permission-required": "MANAGE_MESSAGES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    },
                    {
                        "name": "emoji",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "emoji"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "get": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/PublicUser"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    },
                    {
                        "name": "emoji",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "emoji"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/messages/{message_id}/reactions/{emoji}/{user_id}": {
            "put": {
                "x-right-required": "SELF_ADD_REACTIONS",
                "x-permission-required": "READ_MESSAGE_HISTORY",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    },
                    {
                        "name": "emoji",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "emoji"
                    },
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    },
                    {
                        "name": "emoji",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "emoji"
                    },
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/messages/{message_id}/reactions/{emoji}/{burst}/{user_id}": {
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    },
                    {
                        "name": "emoji",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "emoji"
                    },
                    {
                        "name": "burst",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "burst"
                    },
                    {
                        "name": "user_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "user_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/messages/{message_id}/": {
            "patch": {
                "x-right-required": "SEND_MESSAGES",
                "x-permission-required": "SEND_MESSAGES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/MessageEditSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Message"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "put": {
                "x-right-required": "SEND_BACKDATED_EVENTS",
                "x-permission-required": "SEND_MESSAGES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/MessageCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Message"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "get": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Message"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "No description available"
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/messages/{message_id}/crosspost/": {
            "post": {
                "x-permission-required": "MANAGE_MESSAGES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Message"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/messages/{message_id}/ack/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/MessageAcknowledgeSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "403": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "message_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "message_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/invites/": {
            "post": {
                "x-right-required": "CREATE_INVITES",
                "x-permission-required": "CREATE_INSTANT_INVITE",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/InviteCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "201": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Invite"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "get": {
                "x-permission-required": "MANAGE_CHANNELS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIInviteArray"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/": {
            "get": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Channel"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "delete": {
                "x-permission-required": "MANAGE_CHANNELS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Channel"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            },
            "patch": {
                "x-permission-required": "VIEW_CHANNEL",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ChannelModifySchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Channel"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/greet/": {
            "post": {
                "x-permission-required": "SEND_MESSAGES",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/GreetRequestSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Message"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/directory-entries/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/HubDirectoryEntriesResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/attachments/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/UploadAttachmentRequestSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/UploadAttachmentResponseSchema"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "404": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/channels/{channel_id}/attachments/{cloud_attachment_url}": {
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "channel_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "channel_id"
                    },
                    {
                        "name": "cloud_attachment_url",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "cloud_attachment_url"
                    }
                ],
                "tags": [
                    "channels"
                ]
            }
        },
        "/beaker/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "beaker"
                ]
            }
        },
        "/auth/whoami/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/WhoAmIResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            }
        },
        "/auth/verify/view-backup-codes-challenge/": {
            "post": {
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/BackupCodesChallengeSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/BackupCodesChallengeResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/verify/resend/": {
            "post": {
                "x-right-required": "RESEND_VERIFICATION_EMAIL",
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/verify/": {
            "post": {
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/VerifyEmailSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TokenResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorOrCaptchaResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/sessions/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GetSessionsResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/sessions/logout": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/SessionsLogoutSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/reset/": {
            "post": {
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/PasswordResetSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TokenOnlyResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorOrCaptchaResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/register/": {
            "post": {
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/RegisterSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TokenOnlyResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorOrCaptchaResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/mfa/webauthn/": {
            "post": {
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/WebAuthnTotpSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TokenResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/mfa/totp/": {
            "post": {
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/TotpSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TokenResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/logout/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/login/": {
            "post": {
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/LoginSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/LoginResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorOrCaptchaResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/location-metadata/": {
            "get": {
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/LocationMetadataResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/generate-registration-tokens/": {
            "get": {
                "x-right-required": "CREATE_REGISTRATION_TOKENS",
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/GenerateRegistrationTokensResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "count",
                        "in": "query",
                        "schema": {
                            "type": "number"
                        },
                        "description": "The number of registration tokens to generate. Defaults to 1."
                    },
                    {
                        "name": "length",
                        "in": "query",
                        "schema": {
                            "type": "number"
                        },
                        "description": "The length of each registration token. Defaults to 255."
                    }
                ],
                "tags": [
                    "auth"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            }
        },
        "/auth/forgot/": {
            "post": {
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ForgotPasswordSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "204": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorOrCaptchaResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/auth/fingerprint/": {
            "post": {
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/CreateFingerprintResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "auth"
                ]
            }
        },
        "/attachments/refresh-urls/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/RefreshUrlsRequestSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/RefreshUrlsResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "attachments"
                ]
            }
        },
        "/applications/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIApplicationArray"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "applications"
                ]
            },
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ApplicationCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Application"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "applications"
                ]
            }
        },
        "/applications/detectable/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ApplicationDetectableResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "applications"
                ]
            }
        },
        "/applications/@me/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Application"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "applications"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ApplicationModifySchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Application"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "tags": [
                    "applications"
                ]
            }
        },
        "/applications/{application_id}/skus/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ApplicationSkusResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            }
        },
        "/applications/{application_id}/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Application"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ApplicationModifySchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Application"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            }
        },
        "/applications/{application_id}/delete": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "No description available"
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            }
        },
        "/applications/{application_id}/guilds/{guild_id}/commands/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    },
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            },
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ApplicationCommandCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    },
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            },
            "put": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/BulkApplicationCommandCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    },
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            }
        },
        "/applications/{application_id}/guilds/{guild_id}/commands/{command_id}/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    },
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "command_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "command_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ApplicationCommandCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    },
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "command_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "command_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            },
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    },
                    {
                        "name": "guild_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "guild_id"
                    },
                    {
                        "name": "command_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "command_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            }
        },
        "/applications/{application_id}/entitlements/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/ApplicationEntitlementsResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            }
        },
        "/applications/{application_id}/commands/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            },
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ApplicationCommandCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            },
            "put": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/BulkApplicationCommandCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            }
        },
        "/applications/{application_id}/commands/{command_id}/": {
            "get": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    },
                    {
                        "name": "command_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "command_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/ApplicationCommandCreateSchema"
                            }
                        }
                    }
                },
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    },
                    {
                        "name": "command_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "command_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            },
            "delete": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    },
                    {
                        "name": "command_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "command_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            }
        },
        "/applications/{application_id}/bot/": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "204": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TokenOnlyResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            },
            "patch": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/BotModifySchema"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/Application"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            }
        },
        "/applications/{application_id}/bot/reset": {
            "post": {
                "security": [
                    {
                        "bearer": []
                    }
                ],
                "responses": {
                    "200": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/TokenResponse"
                                }
                            }
                        }
                    },
                    "400": {
                        "description": "",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/APIErrorResponse"
                                }
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "application_id",
                        "in": "path",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "application_id"
                    }
                ],
                "tags": [
                    "applications"
                ]
            }
        },
        "/-/readyz/": {
            "get": {
                "deprecated": true,
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "-"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            }
        },
        "/-/healthz/": {
            "get": {
                "deprecated": true,
                "responses": {
                    "default": {
                        "description": "No description available"
                    }
                },
                "tags": [
                    "-"
                ],
                "x-badges": [
                    {
                        "label": "Spacebar-only",
                        "color": "red"
                    }
                ]
            }
        }
    }
}