{ "openapi": "3.0.0", "info": { "title": "LCU SCHEMA", "description": "\nAuto-generated using LCU's /help endpoint.\nThe following endpoints are not entirely auto-generated because their /help response is missing necessary fields:\n\n1.\tAsyncDelete\n2.\tAsyncResult\n3.\tAsyncStatus\n4.\tCancel\n5.\tExit\n6.\tGetRiotclientRegionLocale\n7.\tHelp\n8.\tLoggingGetEntries\n9.\tLoggingMetrics\n10.\tLoggingMetricsMetadata\n11.\tLoggingStart\n12.\tLoggingStop\n13.\tSubscribe\n14.\tUnsubscribe\n15.\tWebSocketFormat\n\n### Rules\n\n1. No interacting with shop.\n2. No interacting with chat.\n3. No interacting with anything authentication related.\n4. Don't automate anything Riot doesn't want you to (like ready check, bans, and champ selection)\n5. If you can do it using the official Riot API, then don't do it using LCU.\n6. Don't try to expose data that Riot wants to hide, e.g. names in ranked champ select.\n7. Just because something isn't listed here doesn't mean it's allowed.\n\n### Disclaimer\n\ndysolix.dev is not endorsed by Riot Games and does not reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. \nRiot Games and all associated properties are trademarks or registered trademarks of Riot Games, Inc", "version": "14.22.631.8255" }, "paths": { "/AsyncDelete": { "post": { "operationId": "AsyncDelete", "description": "Cancels the asynchronous operation or removes its completion status.", "tags": [ "builtin", "async" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/AsyncResult": { "post": { "operationId": "AsyncResult", "description": "Retrieves the result of a completed asynchronous operation.", "tags": [ "builtin", "async" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/AsyncStatus": { "post": { "operationId": "AsyncStatus", "description": "Retrieves details on the current state of an asynchronous operation.", "tags": [ "builtin", "async" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/Cancel": { "post": { "operationId": "Cancel", "description": "Attempts to cancel an asynchronous operation", "tags": [ "builtin", "async" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champion-mastery/v1/reward-grants/{id}": { "delete": { "operationId": "DeleteLolChampionMasteryV1RewardGrantsById", "description": "", "tags": [ "Plugin lol-champion-mastery" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-chat/v1/blocked-players/{id}": { "delete": { "operationId": "DeleteLolChatV1BlockedPlayersById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolChatV1BlockedPlayersById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatBlockedPlayerResource" } } }, "description": "Success response" } } } }, "/lol-chat/v1/conversations/active": { "delete": { "operationId": "DeleteLolChatV1ConversationsActive", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolChatV1ConversationsActive", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatActiveConversationResource" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolChatV1ConversationsActive", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatActiveConversationResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-chat/v1/conversations/{id}": { "delete": { "operationId": "DeleteLolChatV1ConversationsById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolChatV1ConversationsById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatConversationResource" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolChatV1ConversationsById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatConversationResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatConversationResource" } } }, "description": "Success response" } } } }, "/lol-chat/v1/conversations/{id}/messages": { "delete": { "operationId": "DeleteLolChatV1ConversationsByIdMessages", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolChatV1ConversationsByIdMessages", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatConversationMessageResource" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolChatV1ConversationsByIdMessages", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatConversationMessageResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatConversationMessageResource" } } }, "description": "Success response" } } } }, "/lol-chat/v1/errors/{id}": { "delete": { "operationId": "DeleteLolChatV1ErrorsById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-chat/v1/friend-groups/{id}": { "delete": { "operationId": "DeleteLolChatV1FriendGroupsById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolChatV1FriendGroupsById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatGroupResource" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolChatV1FriendGroupsById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatGroupResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-chat/v1/friends/{id}": { "delete": { "operationId": "DeleteLolChatV1FriendsById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolChatV1FriendsById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatFriendResource" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolChatV1FriendsById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatFriendResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-chat/v1/player-mutes": { "delete": { "operationId": "DeleteLolChatV1PlayerMutes", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolChatV1PlayerMutes", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChatPlayerMuteStatus" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolChatV1PlayerMutes", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatPlayerMuteUpdate" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-chat/v2/friend-requests/{id}": { "delete": { "operationId": "DeleteLolChatV2FriendRequestsById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolChatV2FriendRequestsById", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatFriendRequestResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/voice": { "delete": { "operationId": "DeleteLolClashV1Voice", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolClashV1Voice", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/voice-delay/{delaySeconds}": { "delete": { "operationId": "DeleteLolClashV1VoiceDelayByDelaySeconds", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "delaySeconds", "required": true, "schema": { "type": "number", "format": "double" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolClashV1VoiceDelayByDelaySeconds", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "delaySeconds", "required": true, "schema": { "type": "number", "format": "double" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/favorites/tft/{cosmeticType}/{contentId}": { "delete": { "operationId": "DeleteLolCosmeticsV1FavoritesTftByCosmeticTypeByContentId", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [ { "in": "path", "name": "cosmeticType", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "contentId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolCosmeticsV1FavoritesTftByCosmeticTypeByContentId", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [ { "in": "path", "name": "cosmeticType", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "contentId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/selection/companion": { "delete": { "operationId": "DeleteLolCosmeticsV1SelectionCompanion", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolCosmeticsV1SelectionCompanion", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/selection/playbook": { "delete": { "operationId": "DeleteLolCosmeticsV1SelectionPlaybook", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolCosmeticsV1SelectionPlaybook", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/selection/tft-damage-skin": { "delete": { "operationId": "DeleteLolCosmeticsV1SelectionTftDamageSkin", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolCosmeticsV1SelectionTftDamageSkin", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/selection/tft-map-skin": { "delete": { "operationId": "DeleteLolCosmeticsV1SelectionTftMapSkin", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolCosmeticsV1SelectionTftMapSkin", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/early-exit-notifications/eog": { "delete": { "operationId": "DeleteLolGameflowV1EarlyExitNotificationsEog", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "get": { "operationId": "GetLolGameflowV1EarlyExitNotificationsEog", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "additionalProperties": true } } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/early-exit-notifications/eog/{key}": { "delete": { "operationId": "DeleteLolGameflowV1EarlyExitNotificationsEogByKey", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [ { "in": "path", "name": "key", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/early-exit-notifications/missions": { "delete": { "operationId": "DeleteLolGameflowV1EarlyExitNotificationsMissions", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "get": { "operationId": "GetLolGameflowV1EarlyExitNotificationsMissions", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "additionalProperties": true } } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/early-exit-notifications/missions/{key}": { "delete": { "operationId": "DeleteLolGameflowV1EarlyExitNotificationsMissionsByKey", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [ { "in": "path", "name": "key", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-highlights/v1/highlights/{id}": { "delete": { "operationId": "DeleteLolHighlightsV1HighlightsById", "description": "", "tags": [ "Plugin lol-highlights" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHighlightsHighlight" } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolHighlightsV1HighlightsById", "description": "", "tags": [ "Plugin lol-highlights" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHighlightsHighlight" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolHighlightsV1HighlightsById", "description": "", "tags": [ "Plugin lol-highlights" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHighlightsHighlight" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHighlightsHighlight" } } }, "description": "Success response" } } } }, "/lol-leaver-buster/v1/notifications/{id}": { "delete": { "operationId": "DeleteLolLeaverBusterV1NotificationsById", "description": "", "tags": [ "Plugin lol-leaver-buster" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolLeaverBusterV1NotificationsById", "description": "", "tags": [ "Plugin lol-leaver-buster" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLeaverBusterLeaverBusterNotificationResource" } } }, "description": "Success response" } } } }, "/lol-loadouts/v4/loadouts/{id}": { "delete": { "operationId": "DeleteLolLoadoutsV4LoadoutsById", "description": "", "tags": [ "Plugin lol-loadouts" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } }, "patch": { "operationId": "PatchLolLoadoutsV4LoadoutsById", "description": "", "tags": [ "Plugin lol-loadouts" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoadoutsUpdateLoadoutDTO" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoadoutsScopedLoadout" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolLoadoutsV4LoadoutsById", "description": "", "tags": [ "Plugin lol-loadouts" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoadoutsUpdateLoadoutDTO" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoadoutsScopedLoadout" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/clash": { "delete": { "operationId": "DeleteLolLobbyV1Clash", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolLobbyV1Clash", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/custom/bots/{summonerInternalName}/{botUuidToDelete}/{teamId}": { "delete": { "operationId": "DeleteLolLobbyV1LobbyCustomBotsBySummonerInternalNameByBotUuidToDeleteByTeamId", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "summonerInternalName", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "botUuidToDelete", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "teamId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby": { "delete": { "operationId": "DeleteLolLobbyV2Lobby", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "get": { "operationId": "GetLolLobbyV2Lobby", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyDto" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolLobbyV2Lobby", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyChangeGameDto" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyDto" } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/matchmaking/search": { "delete": { "operationId": "DeleteLolLobbyV2LobbyMatchmakingSearch", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolLobbyV2LobbyMatchmakingSearch", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v2/notifications/{notificationId}": { "delete": { "operationId": "DeleteLolLobbyV2NotificationsByNotificationId", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "notificationId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-login/v1/service-proxy-async-requests/{serviceName}/{methodName}": { "delete": { "operationId": "DeleteLolLoginV1ServiceProxyAsyncRequestsByServiceNameByMethodName", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [ { "in": "path", "name": "serviceName", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "methodName", "required": true, "schema": { "type": "string" } }, { "in": "query", "required": true, "name": "pluginId", "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "description": "Success response" } } }, "post": { "operationId": "PostLolLoginV1ServiceProxyAsyncRequestsByServiceNameByMethodName", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [ { "in": "path", "name": "serviceName", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "methodName", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-login/v1/session": { "delete": { "operationId": "DeleteLolLoginV1Session", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "get": { "operationId": "GetLolLoginV1Session", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoginLoginSession" } } }, "description": "Success response" } } } }, "/lol-login/v1/shutdown-locks/{lockName}": { "delete": { "operationId": "DeleteLolLoginV1ShutdownLocksByLockName", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [ { "in": "path", "name": "lockName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } }, "put": { "operationId": "PutLolLoginV1ShutdownLocksByLockName", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [ { "in": "path", "name": "lockName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-loot/v1/loot-grants/{id}": { "delete": { "operationId": "DeleteLolLootV1LootGrantsById", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-loot/v1/player-loot/{lootId}/new-notification": { "delete": { "operationId": "DeleteLolLootV1PlayerLootByLootIdNewNotification", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "lootId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-matchmaking/v1/search": { "delete": { "operationId": "DeleteLolMatchmakingV1Search", "description": "", "tags": [ "Plugin lol-matchmaking" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolMatchmakingV1Search", "description": "", "tags": [ "Plugin lol-matchmaking" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingSearchResource" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolMatchmakingV1Search", "description": "", "tags": [ "Plugin lol-matchmaking" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolMatchmakingV1Search", "description": "", "tags": [ "Plugin lol-matchmaking" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingSearchResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-patch/v1/notifications/{id}": { "delete": { "operationId": "DeleteLolPatchV1NotificationsById", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-perks/v1/pages": { "delete": { "operationId": "DeleteLolPerksV1Pages", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolPerksV1Pages", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksPerkPageResource" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolPerksV1Pages", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPerksPerkPageResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPerksPerkPageResource" } } }, "description": "Success response" } } } }, "/lol-perks/v1/pages/{id}": { "delete": { "operationId": "DeleteLolPerksV1PagesById", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolPerksV1PagesById", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPerksPerkPageResource" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolPerksV1PagesById", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPerksPerkPageResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPerksPerkPageResource" } } }, "description": "Success response" } } } }, "/lol-perks/v1/pages/{id}/auto-modified-selections": { "delete": { "operationId": "DeleteLolPerksV1PagesByIdAutoModifiedSelections", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-player-behavior/v1/code-of-conduct-notification": { "delete": { "operationId": "DeleteLolPlayerBehaviorV1CodeOfConductNotification", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolPlayerBehaviorV1CodeOfConductNotification", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerBehaviorCodeOfConductNotification" } } }, "description": "Success response" } } } }, "/lol-player-behavior/v1/reporter-feedback/{id}": { "delete": { "operationId": "DeleteLolPlayerBehaviorV1ReporterFeedbackById", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerBehaviorReporterFeedback" } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolPlayerBehaviorV1ReporterFeedbackById", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerBehaviorReporterFeedback" } } }, "description": "Success response" } } } }, "/lol-player-messaging/v1/celebration/notification/{id}/acknowledge": { "delete": { "operationId": "DeleteLolPlayerMessagingV1CelebrationNotificationByIdAcknowledge", "description": "", "tags": [ "Plugin lol-player-messaging" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-player-messaging/v1/notification/{id}/acknowledge": { "delete": { "operationId": "DeleteLolPlayerMessagingV1NotificationByIdAcknowledge", "description": "", "tags": [ "Plugin lol-player-messaging" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-player-report-sender/v1/reported-players/gameId/{gameId}": { "delete": { "operationId": "DeleteLolPlayerReportSenderV1ReportedPlayersGameIdByGameId", "description": "", "tags": [ "Plugin lol-player-report-sender" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolPlayerReportSenderV1ReportedPlayersGameIdByGameId", "description": "", "tags": [ "Plugin lol-player-report-sender" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-pre-end-of-game/v1/registration/{sequenceEventName}": { "delete": { "operationId": "DeleteLolPreEndOfGameV1RegistrationBySequenceEventName", "description": "", "tags": [ "Plugin lol-pre-end-of-game" ], "parameters": [ { "in": "path", "name": "sequenceEventName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-premade-voice/v1/mic-test": { "delete": { "operationId": "DeleteLolPremadeVoiceV1MicTest", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetLolPremadeVoiceV1MicTest", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPremadeVoiceAudioPropertiesResource" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolPremadeVoiceV1MicTest", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-premade-voice/v1/session": { "delete": { "operationId": "DeleteLolPremadeVoiceV1Session", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "post": { "operationId": "PostLolPremadeVoiceV1Session", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-rms/v1/champion-mastery-leaveup-update/{id}": { "delete": { "operationId": "DeleteLolRmsV1ChampionMasteryLeaveupUpdateById", "description": "", "tags": [ "Plugin lol-riot-messaging-service" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-rso-auth/v1/authorization": { "delete": { "operationId": "DeleteLolRsoAuthV1Authorization", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "get": { "operationId": "GetLolRsoAuthV1Authorization", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthAuthorization" } } }, "description": "Success response" } } } }, "/lol-rso-auth/v1/session": { "delete": { "operationId": "DeleteLolRsoAuthV1Session", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-rso-auth/v2/config": { "delete": { "operationId": "DeleteLolRsoAuthV2Config", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "post": { "operationId": "PostLolRsoAuthV2Config", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthPublicClientConfig" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-simple-dialog-messages/v1/messages/{messageId}": { "delete": { "operationId": "DeleteLolSimpleDialogMessagesV1MessagesByMessageId", "description": "", "tags": [ "Plugin lol-simple-dialog-messages" ], "parameters": [ { "in": "path", "name": "messageId", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-statstones/v1/vignette-notifications": { "delete": { "operationId": "DeleteLolStatstonesV1VignetteNotifications", "description": "", "tags": [ "Plugin lol-statstones" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "get": { "operationId": "GetLolStatstonesV1VignetteNotifications", "description": "", "tags": [ "Plugin lol-statstones" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "additionalProperties": true } } } }, "description": "Success response" } } } }, "/lol-statstones/v1/vignette-notifications/{key}": { "delete": { "operationId": "DeleteLolStatstonesV1VignetteNotificationsByKey", "description": "", "tags": [ "Plugin lol-statstones" ], "parameters": [ { "in": "path", "name": "key", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-suggested-players/v1/suggested-players/{summonerId}": { "delete": { "operationId": "DeleteLolSuggestedPlayersV1SuggestedPlayersBySummonerId", "description": "", "tags": [ "Plugin lol-suggested-players" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/sets/{set}/reminders/{team}": { "delete": { "operationId": "DeleteLolTftTeamPlannerV1SetsBySetRemindersByTeam", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolTftTeamPlannerV1SetsBySetRemindersByTeam", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/sets/{set}/teams/{team}": { "delete": { "operationId": "DeleteLolTftTeamPlannerV1SetsBySetTeamsByTeam", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolTftTeamPlannerV1SetsBySetTeamsByTeam", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/sets/{set}/teams/{team}/champions": { "delete": { "operationId": "DeleteLolTftTeamPlannerV1SetsBySetTeamsByTeamChampions", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolTftTeamPlannerV1SetsBySetTeamsByTeamChampions", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/sets/{set}/teams/{team}/champions/{championId}": { "delete": { "operationId": "DeleteLolTftTeamPlannerV1SetsBySetTeamsByTeamChampionsByChampionId", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "championId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolTftTeamPlannerV1SetsBySetTeamsByTeamChampionsByChampionId", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "championId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/sets/{set}/teams/{team}/champions/{championId}/{index}": { "delete": { "operationId": "DeleteLolTftTeamPlannerV1SetsBySetTeamsByTeamChampionsByChampionIdByIndex", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "championId", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "index", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolTftTeamPlannerV1SetsBySetTeamsByTeamChampionsByChampionIdByIndex", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "championId", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "index", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/team/champions": { "delete": { "operationId": "DeleteLolTftTeamPlannerV1TeamChampions", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolTftTeamPlannerV1TeamChampions", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/team/championsById/{championName}": { "delete": { "operationId": "DeleteLolTftTeamPlannerV1TeamChampionsByIdByChampionName", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "championName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolTftTeamPlannerV1TeamChampionsByIdByChampionName", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "championName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/team/champions/{index}": { "delete": { "operationId": "DeleteLolTftTeamPlannerV1TeamChampionsByIndex", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "index", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolTftTeamPlannerV1TeamChampionsByIndex", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "index", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/team/dirty": { "delete": { "operationId": "DeleteLolTftTeamPlannerV1TeamDirty", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "get": { "operationId": "GetLolTftTeamPlannerV1TeamDirty", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftTeamPlannerTeamPlan" } } }, "description": "Success response" } } } }, "/lol-tft-troves/v1/roll-rewards": { "delete": { "operationId": "DeleteLolTftTrovesV1RollRewards", "description": "", "tags": [ "Plugin lol-tft-troves" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "get": { "operationId": "GetLolTftTrovesV1RollRewards", "description": "", "tags": [ "Plugin lol-tft-troves" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/patcher/v1/notifications/{id}": { "delete": { "operationId": "DeletePatcherV1NotificationsById", "description": "", "tags": [ "Plugin patcher" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/patcher/v1/products/{product-id}": { "delete": { "operationId": "DeletePatcherV1ProductsByProductId", "description": "", "tags": [ "Plugin patcher" ], "parameters": [ { "in": "path", "name": "product-id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/player-notifications/v1/notifications/{id}": { "delete": { "operationId": "DeletePlayerNotificationsV1NotificationsById", "description": "", "tags": [ "Plugin player-notifications" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "GetPlayerNotificationsV1NotificationsById", "description": "", "tags": [ "Plugin player-notifications" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PlayerNotificationsPlayerNotificationResource" } } }, "description": "Success response" } } }, "put": { "operationId": "PutPlayerNotificationsV1NotificationsById", "description": "", "tags": [ "Plugin player-notifications" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PlayerNotificationsPlayerNotificationResource" } } }, "description": "Success response" } } } }, "/riot-messaging-service/v1/connect": { "delete": { "operationId": "DeleteRiotMessagingServiceV1Connect", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "post": { "operationId": "PostRiotMessagingServiceV1Connect", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/riot-messaging-service/v1/entitlements": { "delete": { "operationId": "DeleteRiotMessagingServiceV1Entitlements", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "post": { "operationId": "PostRiotMessagingServiceV1Entitlements", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RiotMessagingServiceEntitlementsToken" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/riot-messaging-service/v1/session": { "delete": { "operationId": "DeleteRiotMessagingServiceV1Session", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "get": { "operationId": "GetRiotMessagingServiceV1Session", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RiotMessagingServiceSession" } } }, "description": "Success response" } } } }, "/riotclient/affinity": { "delete": { "operationId": "DeleteRiotclientAffinity", "description": "Deletes the current runtime affinity of the application.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "get": { "operationId": "GetRiotclientAffinity", "description": "Get the current runtime affinity of the application.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "post": { "operationId": "PostRiotclientAffinity", "description": "Sets the current runtime affinity of the application.", "tags": [ "riotclient" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/splash": { "delete": { "operationId": "DeleteRiotclientSplash", "description": "Hide the splash screen.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "put": { "operationId": "PutRiotclientSplash", "description": "Show the splash screen.", "tags": [ "riotclient" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/v1/auth-tokens/{authToken}": { "delete": { "operationId": "DeleteRiotclientV1AuthTokensByAuthToken", "description": "Unregister an existing auth token.", "tags": [ "riotclient" ], "parameters": [ { "in": "path", "name": "authToken", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "put": { "operationId": "PutRiotclientV1AuthTokensByAuthToken", "description": "Register an auth token. This is any alpha-numeric string that will be used as a password with the `riot` user when making requests.", "tags": [ "riotclient" ], "parameters": [ { "in": "path", "name": "authToken", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/services-api/player-session/v1/access-token": { "delete": { "operationId": "DeleteServicesApiPlayerSessionV1AccessToken", "description": "", "tags": [ "Plugin services-api" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "put": { "operationId": "PutServicesApiPlayerSessionV1AccessToken", "description": "", "tags": [ "Plugin services-api" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/services-api/player-session/v1/entitlements-token": { "delete": { "operationId": "DeleteServicesApiPlayerSessionV1EntitlementsToken", "description": "", "tags": [ "Plugin services-api" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "put": { "operationId": "PutServicesApiPlayerSessionV1EntitlementsToken", "description": "", "tags": [ "Plugin services-api" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/services-api/player-session/v1/user-info-token": { "delete": { "operationId": "DeleteServicesApiPlayerSessionV1UserInfoToken", "description": "", "tags": [ "Plugin services-api" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } }, "put": { "operationId": "PutServicesApiPlayerSessionV1UserInfoToken", "description": "", "tags": [ "Plugin services-api" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/tracing/v1/performance/{name}": { "delete": { "operationId": "DeleteTracingV1PerformanceByName", "description": "Ends recording of a performance metric.", "tags": [ "tracing" ], "parameters": [ { "in": "path", "name": "name", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } }, "post": { "operationId": "PostTracingV1PerformanceByName", "description": "Starts recording of a performance metric.", "tags": [ "tracing" ], "parameters": [ { "in": "path", "name": "name", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/tracing/v1/trace/time-series-event/{eventName}": { "delete": { "operationId": "DeleteTracingV1TraceTimeSeriesEventByEventName", "description": "Record the ending of a time series event.", "tags": [ "tracing" ], "parameters": [ { "in": "path", "name": "eventName", "required": true, "schema": { "type": "string" } }, { "in": "query", "name": "when", "schema": { "type": "integer", "format": "uint64", "minimum": 0 }, "required": true }, { "in": "query", "name": "suffix", "schema": { "type": "string" }, "required": false } ], "responses": { "2XX": { "description": "Success response" } } }, "post": { "operationId": "PostTracingV1TraceTimeSeriesEventByEventName", "description": "Record the beginning of a time series event.", "tags": [ "tracing" ], "parameters": [ { "in": "path", "name": "eventName", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/Exit": { "post": { "operationId": "Exit", "description": "Closes the connection.", "tags": [ "builtin" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/anti-addiction/v1/policies/{policyType}/anti-addiction-state": { "get": { "operationId": "GetAntiAddictionV1PoliciesByPolicyTypeAntiAddictionState", "description": "", "tags": [ "Plugin lol-anti-addiction" ], "parameters": [ { "in": "path", "name": "policyType", "required": true, "schema": { "$ref": "#/components/schemas/LolAntiAddictionPolicyType" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolAntiAddictionAntiAddictionState" } } }, "description": "Success response" } } } }, "/{plugin}/assets/{+path}": { "get": { "operationId": "GetByPluginAssetsByPath", "description": "Download a backend asset", "tags": [ "Plugin Manager", "Plugin Asset Serving" ], "parameters": [ { "in": "path", "name": "plugin", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "+path", "required": true, "schema": { "type": "string" } }, { "in": "query", "required": false, "name": "if-none-match", "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "head": { "operationId": "HeadByPluginAssetsByPath", "description": "Download the header for a backend asset", "tags": [ "Plugin Manager", "Plugin Asset Serving" ], "parameters": [ { "in": "path", "name": "plugin", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "+path", "required": true, "schema": { "type": "string" } }, { "in": "query", "required": false, "name": "if-none-match", "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/client-config/v1/status/{type}": { "get": { "operationId": "GetClientConfigV1StatusByType", "description": "", "tags": [ "Plugin client-config" ], "parameters": [ { "in": "path", "name": "type", "required": true, "schema": { "$ref": "#/components/schemas/ClientConfigConfigType" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClientConfigConfigStatus" } } }, "description": "Success response" } } } }, "/client-config/v2/config/{name}": { "get": { "operationId": "GetClientConfigV2ConfigByName", "description": "", "tags": [ "Plugin client-config" ], "parameters": [ { "in": "path", "name": "name", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/client-config/v2/namespace/{namespace}": { "get": { "operationId": "GetClientConfigV2NamespaceByNamespace", "description": "", "tags": [ "Plugin client-config" ], "parameters": [ { "in": "path", "name": "namespace", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } } }, "description": "Success response" } } } }, "/client-config/v2/namespace/{namespace}/player": { "get": { "operationId": "GetClientConfigV2NamespaceByNamespacePlayer", "description": "", "tags": [ "Plugin client-config" ], "parameters": [ { "in": "path", "name": "namespace", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } } }, "description": "Success response" } } } }, "/client-config/v2/namespace/{namespace}/public": { "get": { "operationId": "GetClientConfigV2NamespaceByNamespacePublic", "description": "", "tags": [ "Plugin client-config" ], "parameters": [ { "in": "path", "name": "namespace", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } } }, "description": "Success response" } } } }, "/cookie-jar/v1/cookies": { "get": { "operationId": "GetCookieJarV1Cookies", "description": "Get all cookies.", "tags": [ "cookie-jar" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/cookie" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostCookieJarV1Cookies", "description": "Set a cookie.", "tags": [ "cookie-jar" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/cookie" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/crash-reporting/v1/crash-status": { "get": { "operationId": "GetCrashReportingV1CrashStatus", "description": "Returns whether or not the game or client have crashed", "tags": [ "other" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/data-store/v1/install-dir": { "get": { "operationId": "GetDataStoreV1InstallDir", "description": "Gets the current install directory (used internally.)", "tags": [ "data-store" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/data-store/v1/install-settings/{+path}": { "get": { "operationId": "GetDataStoreV1InstallSettingsByPath", "description": "Get the data for the specified key from the install settings.", "tags": [ "data-store" ], "parameters": [ { "in": "path", "name": "+path", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "post": { "operationId": "PostDataStoreV1InstallSettingsByPath", "description": "Set the data for the specified key from the install settings.", "tags": [ "data-store" ], "parameters": [ { "in": "path", "name": "+path", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/data-store/v1/system-settings/{+path}": { "get": { "operationId": "GetDataStoreV1SystemSettingsByPath", "description": "Get the setting for the specified key.", "tags": [ "data-store" ], "parameters": [ { "in": "path", "name": "+path", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/deep-links/v1/settings": { "get": { "operationId": "GetDeepLinksV1Settings", "description": "", "tags": [ "Plugin deep-links" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/DeepLinksDeepLinksSettings" } } }, "description": "Success response" } } } }, "/dx9-deprecation/notification-type": { "get": { "operationId": "GetDx9DeprecationNotificationType", "description": "", "tags": [ "Plugin lol-dx9-deprecation" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolDx9DeprecationDx9DeprecationNotificationType" } } }, "description": "Success response" } } } }, "/entitlements/v1/token": { "get": { "operationId": "GetEntitlementsV1Token", "description": "", "tags": [ "Plugin entitlements" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/EntitlementsToken" } } }, "description": "Success response" } } } }, "/lol-account-verification/v1/is-verified": { "get": { "operationId": "GetLolAccountVerificationV1IsVerified", "description": "", "tags": [ "Plugin lol-account-verification" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolAccountVerificationIsVerifiedResponse" } } }, "description": "Success response" } } } }, "/lol-account-verification/v1/phone-number": { "get": { "operationId": "GetLolAccountVerificationV1PhoneNumber", "description": "", "tags": [ "Plugin lol-account-verification" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolAccountVerificationPhoneNumberResponse" } } }, "description": "Success response" } } } }, "/lol-active-boosts/v1/active-boosts": { "get": { "operationId": "GetLolActiveBoostsV1ActiveBoosts", "description": "", "tags": [ "Plugin lol-active-boosts" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolActiveBoostsActiveBoosts" } } }, "description": "Success response" } } } }, "/lol-anti-addiction/v1/anti-addiction-token": { "get": { "operationId": "GetLolAntiAddictionV1AntiAddictionToken", "description": "", "tags": [ "Plugin lol-anti-addiction" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolAntiAddictionAntiAddictionToken" } } }, "description": "Success response" } } } }, "/lol-banners/v1/current-summoner/flags": { "get": { "operationId": "GetLolBannersV1CurrentSummonerFlags", "description": "", "tags": [ "Plugin lol-banners" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolBannersBannerFlag" } } } }, "description": "Success response" } } } }, "/lol-banners/v1/current-summoner/flags/equipped": { "get": { "operationId": "GetLolBannersV1CurrentSummonerFlagsEquipped", "description": "", "tags": [ "Plugin lol-banners" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolBannersBannerFlag" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolBannersV1CurrentSummonerFlagsEquipped", "description": "", "tags": [ "Plugin lol-banners" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolBannersBannerFlag" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolBannersBannerFlag" } } }, "description": "Success response" } } } }, "/lol-banners/v1/current-summoner/frames/equipped": { "get": { "operationId": "GetLolBannersV1CurrentSummonerFramesEquipped", "description": "", "tags": [ "Plugin lol-banners" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolBannersBannerFrame" } } }, "description": "Success response" } } } }, "/lol-banners/v1/players/{puuid}/flags/equipped": { "get": { "operationId": "GetLolBannersV1PlayersByPuuidFlagsEquipped", "description": "", "tags": [ "Plugin lol-banners" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolBannersBannerFlag" } } }, "description": "Success response" } } } }, "/lol-catalog/v1/item-details": { "get": { "operationId": "GetLolCatalogV1ItemDetails", "description": "", "tags": [ "Plugin lol-catalog" ], "parameters": [ { "in": "query", "name": "inventoryType", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "itemId", "schema": { "type": "integer", "format": "int64" }, "required": true } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolCatalogCatalogPluginItemWithDetails" } } }, "description": "Success response" } } } }, "/lol-catalog/v1/items": { "get": { "operationId": "GetLolCatalogV1Items", "description": "", "tags": [ "Plugin lol-catalog" ], "parameters": [ { "in": "query", "name": "inventoryType", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "itemIds", "schema": { "type": "array", "items": { "type": "integer", "format": "int64" } }, "required": true } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogItemChoiceDetails" } } } }, "description": "Success response" } } } }, "/lol-catalog/v1/items/{inventoryType}": { "get": { "operationId": "GetLolCatalogV1ItemsByInventoryType", "description": "", "tags": [ "Plugin lol-catalog" ], "parameters": [ { "in": "path", "name": "inventoryType", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogCatalogPluginItem" } } } }, "description": "Success response" } } } }, "/lol-catalog/v1/items-list-details": { "get": { "operationId": "GetLolCatalogV1ItemsListDetails", "description": "", "tags": [ "Plugin lol-catalog" ], "parameters": [ { "in": "query", "required": true, "name": "catalogItemsKeys", "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogItemKey" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogCatalogPluginItemWithDetails" } } } }, "description": "Success response" } } } }, "/lol-catalog/v1/items-list-details/skip-cache": { "get": { "operationId": "GetLolCatalogV1ItemsListDetailsSkipCache", "description": "", "tags": [ "Plugin lol-catalog" ], "parameters": [ { "in": "query", "required": true, "name": "catalogItemsKeys", "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogItemKey" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogCatalogPluginItemWithDetails" } } } }, "description": "Success response" } } } }, "/lol-challenges/v1/available-queue-ids": { "get": { "operationId": "GetLolChallengesV1AvailableQueueIds", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-challenges/v1/challenges/category-data": { "get": { "operationId": "GetLolChallengesV1ChallengesCategoryData", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesUIChallenge" } } } }, "description": "Success response" } } } }, "/lol-challenges/v1/challenges/local-player": { "get": { "operationId": "GetLolChallengesV1ChallengesLocalPlayer", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesUIChallenge" } } } }, "description": "Success response" } } } }, "/lol-challenges/v1/client-state": { "get": { "operationId": "GetLolChallengesV1ClientState", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChallengesClientState" } } }, "description": "Success response" } } } }, "/lol-challenges/v1/level-points": { "get": { "operationId": "GetLolChallengesV1LevelPoints", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "integer", "format": "int64" } } } }, "description": "Success response" } } } }, "/lol-challenges/v1/my-updated-challenges/{gameId}": { "get": { "operationId": "GetLolChallengesV1MyUpdatedChallengesByGameId", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesUIChallenge" } } } }, "description": "Success response" } } } }, "/lol-challenges/v1/penalty": { "get": { "operationId": "GetLolChallengesV1Penalty", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChallengesUIChallengePenalty" } } }, "description": "Success response" } } } }, "/lol-challenges/v1/seasons": { "get": { "operationId": "GetLolChallengesV1Seasons", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChallengesChallengeSeason" } } } }, "description": "Success response" } } } }, "/lol-challenges/v1/summary-player-data/local-player": { "get": { "operationId": "GetLolChallengesV1SummaryPlayerDataLocalPlayer", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChallengesUIPlayerSummary" } } }, "description": "Success response" } } } }, "/lol-challenges/v1/summary-player-data/player/{puuid}": { "get": { "operationId": "GetLolChallengesV1SummaryPlayerDataPlayerByPuuid", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChallengesUIPlayerSummary" } } }, "description": "Success response" } } } }, "/lol-challenges/v1/summary-players-data/players": { "get": { "operationId": "GetLolChallengesV1SummaryPlayersDataPlayers", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [ { "in": "query", "required": true, "name": "puuids", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesUIPlayerSummary" } } } }, "description": "Success response" } } } }, "/lol-challenges/v1/updated-challenges/{gameId}/{puuid}": { "get": { "operationId": "GetLolChallengesV1UpdatedChallengesByGameIdByPuuid", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } }, { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesUIChallenge" } } } }, "description": "Success response" } } } }, "/lol-challenges/v2/titles/all": { "get": { "operationId": "GetLolChallengesV2TitlesAll", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesUITitle" } } } }, "description": "Success response" } } } }, "/lol-challenges/v2/titles/local-player": { "get": { "operationId": "GetLolChallengesV2TitlesLocalPlayer", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChallengesUITitle" } } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/bannable-champion-ids": { "get": { "operationId": "GetLolChampSelectLegacyV1BannableChampionIds", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/current-champion": { "get": { "operationId": "GetLolChampSelectLegacyV1CurrentChampion", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/disabled-champion-ids": { "get": { "operationId": "GetLolChampSelectLegacyV1DisabledChampionIds", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/implementation-active": { "get": { "operationId": "GetLolChampSelectLegacyV1ImplementationActive", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/pickable-champion-ids": { "get": { "operationId": "GetLolChampSelectLegacyV1PickableChampionIds", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/pickable-skin-ids": { "get": { "operationId": "GetLolChampSelectLegacyV1PickableSkinIds", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/session": { "get": { "operationId": "GetLolChampSelectLegacyV1Session", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectSession" } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/session/my-selection": { "get": { "operationId": "GetLolChampSelectLegacyV1SessionMySelection", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectPlayerSelection" } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolChampSelectLegacyV1SessionMySelection", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectMySelection" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/session/timer": { "get": { "operationId": "GetLolChampSelectLegacyV1SessionTimer", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectTimer" } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/session/trades": { "get": { "operationId": "GetLolChampSelectLegacyV1SessionTrades", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectTradeContract" } } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/session/trades/{id}": { "get": { "operationId": "GetLolChampSelectLegacyV1SessionTradesById", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectTradeContract" } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/team-boost": { "get": { "operationId": "GetLolChampSelectLegacyV1TeamBoost", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectLegacyTeamBoost" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/all-grid-champions": { "get": { "operationId": "GetLolChampSelectV1AllGridChampions", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectChampGridChampion" } } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/bannable-champion-ids": { "get": { "operationId": "GetLolChampSelectV1BannableChampionIds", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/current-champion": { "get": { "operationId": "GetLolChampSelectV1CurrentChampion", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/disabled-champion-ids": { "get": { "operationId": "GetLolChampSelectV1DisabledChampionIds", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/grid-champions/{championId}": { "get": { "operationId": "GetLolChampSelectV1GridChampionsByChampionId", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "championId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampGridChampion" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/muted-players": { "get": { "operationId": "GetLolChampSelectV1MutedPlayers", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectMutedPlayerInfo" } } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/ongoing-swap": { "get": { "operationId": "GetLolChampSelectV1OngoingSwap", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectSwapNotification" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/ongoing-trade": { "get": { "operationId": "GetLolChampSelectV1OngoingTrade", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectTradeNotification" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/pickable-champion-ids": { "get": { "operationId": "GetLolChampSelectV1PickableChampionIds", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/pickable-skin-ids": { "get": { "operationId": "GetLolChampSelectV1PickableSkinIds", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/pin-drop-notification": { "get": { "operationId": "GetLolChampSelectV1PinDropNotification", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectPinDropNotification" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session": { "get": { "operationId": "GetLolChampSelectV1Session", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectSession" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/my-selection": { "get": { "operationId": "GetLolChampSelectV1SessionMySelection", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectPlayerSelection" } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolChampSelectV1SessionMySelection", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectMySelection" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/swaps": { "get": { "operationId": "GetLolChampSelectV1SessionSwaps", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectChampSelectSwapContract" } } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/swaps/{id}": { "get": { "operationId": "GetLolChampSelectV1SessionSwapsById", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectSwapContract" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/timer": { "get": { "operationId": "GetLolChampSelectV1SessionTimer", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectTimer" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/trades": { "get": { "operationId": "GetLolChampSelectV1SessionTrades", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectChampSelectTradeContract" } } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/trades/{id}": { "get": { "operationId": "GetLolChampSelectV1SessionTradesById", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectTradeContract" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/sfx-notifications": { "get": { "operationId": "GetLolChampSelectV1SfxNotifications", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectSfxNotification" } } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/skin-carousel-skins": { "get": { "operationId": "GetLolChampSelectV1SkinCarouselSkins", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectSkinSelectorSkin" } } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/skin-selector-info": { "get": { "operationId": "GetLolChampSelectV1SkinSelectorInfo", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectSkinSelectorInfo" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/summoners/{slotId}": { "get": { "operationId": "GetLolChampSelectV1SummonersBySlotId", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "slotId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectSummoner" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/team-boost": { "get": { "operationId": "GetLolChampSelectV1TeamBoost", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectTeamBoost" } } }, "description": "Success response" } } } }, "/lol-champion-mastery/v1/{puuid}/champion-mastery": { "get": { "operationId": "GetLolChampionMasteryV1ByPuuidChampionMastery", "description": "", "tags": [ "Plugin lol-champion-mastery" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionMasteryChampionMastery" } } } }, "description": "Success response" } } } }, "/lol-champion-mastery/v1/local-player/champion-mastery": { "get": { "operationId": "GetLolChampionMasteryV1LocalPlayerChampionMastery", "description": "", "tags": [ "Plugin lol-champion-mastery" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionMasteryChampionMastery" } } } }, "description": "Success response" } } } }, "/lol-champion-mastery/v1/local-player/champion-mastery-score": { "get": { "operationId": "GetLolChampionMasteryV1LocalPlayerChampionMasteryScore", "description": "", "tags": [ "Plugin lol-champion-mastery" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "description": "Success response" } } } }, "/lol-champion-mastery/v1/local-player/champion-mastery-sets-and-rewards": { "get": { "operationId": "GetLolChampionMasteryV1LocalPlayerChampionMasterySetsAndRewards", "description": "", "tags": [ "Plugin lol-champion-mastery" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampionMasteryUIAllChampionMasteryWithSets" } } }, "description": "Success response" } } } }, "/lol-champion-mastery/v1/notifications": { "get": { "operationId": "GetLolChampionMasteryV1Notifications", "description": "", "tags": [ "Plugin lol-champion-mastery" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampionMasteryChampionMasteryChangeNotification" } } }, "description": "Success response" } } } }, "/lol-champion-mastery/v1/reward-grants": { "get": { "operationId": "GetLolChampionMasteryV1RewardGrants", "description": "", "tags": [ "Plugin lol-champion-mastery" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionMasteryChampionMasteryRewardGrantNotification" } } } }, "description": "Success response" } } } }, "/lol-champions/v1/inventories/{summonerId}/champions": { "get": { "operationId": "GetLolChampionsV1InventoriesBySummonerIdChampions", "description": "", "tags": [ "Plugin lol-champions" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampion" } } } }, "description": "Success response" } } } }, "/lol-champions/v1/inventories/{summonerId}/champions/{championId}": { "get": { "operationId": "GetLolChampionsV1InventoriesBySummonerIdChampionsByChampionId", "description": "", "tags": [ "Plugin lol-champions" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } }, { "in": "path", "name": "championId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampionsCollectionsChampion" } } }, "description": "Success response" } } } }, "/lol-champions/v1/inventories/{summonerId}/champions/{championId}/skins": { "get": { "operationId": "GetLolChampionsV1InventoriesBySummonerIdChampionsByChampionIdSkins", "description": "", "tags": [ "Plugin lol-champions" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } }, { "in": "path", "name": "championId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkin" } } } }, "description": "Success response" } } } }, "/lol-champions/v1/inventories/{summonerId}/champions/{championId}/skins/{championSkinId}": { "get": { "operationId": "GetLolChampionsV1InventoriesBySummonerIdChampionsByChampionIdSkinsByChampionSkinId", "description": "", "tags": [ "Plugin lol-champions" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } }, { "in": "path", "name": "championId", "required": true, "schema": { "type": "integer", "format": "int32" } }, { "in": "path", "name": "championSkinId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkin" } } }, "description": "Success response" } } } }, "/lol-champions/v1/inventories/{summonerId}/champions/{championId}/skins/{skinId}/chromas": { "get": { "operationId": "GetLolChampionsV1InventoriesBySummonerIdChampionsByChampionIdSkinsBySkinIdChromas", "description": "", "tags": [ "Plugin lol-champions" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } }, { "in": "path", "name": "championId", "required": true, "schema": { "type": "integer", "format": "int32" } }, { "in": "path", "name": "skinId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionChroma" } } } }, "description": "Success response" } } } }, "/lol-champions/v1/inventories/{summonerId}/champions-minimal": { "get": { "operationId": "GetLolChampionsV1InventoriesBySummonerIdChampionsMinimal", "description": "", "tags": [ "Plugin lol-champions" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionMinimal" } } } }, "description": "Success response" } } } }, "/lol-champions/v1/inventories/{summonerId}/champions-playable-count": { "get": { "operationId": "GetLolChampionsV1InventoriesBySummonerIdChampionsPlayableCount", "description": "", "tags": [ "Plugin lol-champions" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionPlayableCounts" } } }, "description": "Success response" } } } }, "/lol-champions/v1/inventories/{summonerId}/skins-minimal": { "get": { "operationId": "GetLolChampionsV1InventoriesBySummonerIdSkinsMinimal", "description": "", "tags": [ "Plugin lol-champions" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinMinimal" } } } }, "description": "Success response" } } } }, "/lol-champions/v1/owned-champions-minimal": { "get": { "operationId": "GetLolChampionsV1OwnedChampionsMinimal", "description": "", "tags": [ "Plugin lol-champions" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionMinimal" } } } }, "description": "Success response" } } } }, "/lol-chat/v1/blocked-players": { "get": { "operationId": "GetLolChatV1BlockedPlayers", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatBlockedPlayerResource" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolChatV1BlockedPlayers", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatBlockedPlayerResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-chat/v1/config": { "get": { "operationId": "GetLolChatV1Config", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatChatServiceDynamicClientConfig" } } }, "description": "Success response" } } } }, "/lol-chat/v1/conversations": { "get": { "operationId": "GetLolChatV1Conversations", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatConversationResource" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolChatV1Conversations", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatConversationResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatConversationResource" } } }, "description": "Success response" } } } }, "/lol-chat/v1/conversations/{id}/participants": { "get": { "operationId": "GetLolChatV1ConversationsByIdParticipants", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatUserResource" } } } }, "description": "Success response" } } } }, "/lol-chat/v1/conversations/{id}/participants/{pid}": { "get": { "operationId": "GetLolChatV1ConversationsByIdParticipantsByPid", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "pid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatUserResource" } } }, "description": "Success response" } } } }, "/lol-chat/v1/conversations/notify": { "get": { "operationId": "GetLolChatV1ConversationsNotify", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-chat/v1/errors": { "get": { "operationId": "GetLolChatV1Errors", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatErrorResource" } } } }, "description": "Success response" } } } }, "/lol-chat/v1/friend-counts": { "get": { "operationId": "GetLolChatV1FriendCounts", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatFriendCountsResource" } } }, "description": "Success response" } } } }, "/lol-chat/v1/friend-exists/{summonerId}": { "get": { "operationId": "GetLolChatV1FriendExistsBySummonerId", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-chat/v1/friend-groups": { "get": { "operationId": "GetLolChatV1FriendGroups", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatGroupResource" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolChatV1FriendGroups", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatGroupResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-chat/v1/friends": { "get": { "operationId": "GetLolChatV1Friends", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatFriendResource" } } } }, "description": "Success response" } } } }, "/lol-chat/v1/me": { "get": { "operationId": "GetLolChatV1Me", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatUserResource" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolChatV1Me", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatUserResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatUserResource" } } }, "description": "Success response" } } } }, "/lol-chat/v1/resources": { "get": { "operationId": "GetLolChatV1Resources", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatProductMetadataMap" } } }, "description": "Success response" } } } }, "/lol-chat/v1/session": { "get": { "operationId": "GetLolChatV1Session", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatSessionResource" } } }, "description": "Success response" } } } }, "/lol-chat/v1/settings": { "get": { "operationId": "GetLolChatV1Settings", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolChatV1Settings", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [ { "in": "query", "name": "data", "schema": { "type": "object", "additionalProperties": true }, "required": true }, { "in": "query", "name": "doAsync", "schema": { "type": "boolean" }, "required": false } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-chat/v2/friend-requests": { "get": { "operationId": "GetLolChatV2FriendRequests", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatFriendRequestResource" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolChatV2FriendRequests", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatFriendRequestResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/all-tournaments": { "get": { "operationId": "GetLolClashV1AllTournaments", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/TournamentDTO" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/awaiting-resent-eog": { "get": { "operationId": "GetLolClashV1AwaitingResentEog", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-clash/v1/bracket/{bracketId}": { "get": { "operationId": "GetLolClashV1BracketByBracketId", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "bracketId", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashBracket" } } }, "description": "Success response" } } } }, "/lol-clash/v1/checkin-allowed": { "get": { "operationId": "GetLolClashV1CheckinAllowed", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-clash/v1/currentTournamentIds": { "get": { "operationId": "GetLolClashV1CurrentTournamentIds", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int64" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/disabled-config": { "get": { "operationId": "GetLolClashV1DisabledConfig", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashClashDisabledConfig" } } }, "description": "Success response" } } } }, "/lol-clash/v1/enabled": { "get": { "operationId": "GetLolClashV1Enabled", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-clash/v1/eog-player-update": { "get": { "operationId": "GetLolClashV1EogPlayerUpdate", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashEogPlayerUpdateDTO" } } }, "description": "Success response" } } } }, "/lol-clash/v1/event/{uuid}": { "get": { "operationId": "GetLolClashV1EventByUuid", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "uuid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClashEventData" } } }, "description": "Success response" } } } }, "/lol-clash/v1/game-end": { "get": { "operationId": "GetLolClashV1GameEnd", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashTournamentGameEnd" } } }, "description": "Success response" } } } }, "/lol-clash/v1/historyandwinners": { "get": { "operationId": "GetLolClashV1Historyandwinners", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashTournamentHistoryAndWinners" } } }, "description": "Success response" } } } }, "/lol-clash/v1/iconconfig": { "get": { "operationId": "GetLolClashV1Iconconfig", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/invited-roster-ids": { "get": { "operationId": "GetLolClashV1InvitedRosterIds", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/lft/team/requests": { "get": { "operationId": "GetLolClashV1LftTeamRequests", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PendingOpenedTeamDTO" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/notifications": { "get": { "operationId": "GetLolClashV1Notifications", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashPlayerNotificationData" } } }, "description": "Success response" } } } }, "/lol-clash/v1/ping": { "get": { "operationId": "GetLolClashV1Ping", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/player": { "get": { "operationId": "GetLolClashV1Player", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashPlayerData" } } }, "description": "Success response" } } } }, "/lol-clash/v1/player/chat-rosters": { "get": { "operationId": "GetLolClashV1PlayerChatRosters", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashPlayerChatRoster" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/player/history": { "get": { "operationId": "GetLolClashV1PlayerHistory", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashRosterStats" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/playmode-restricted": { "get": { "operationId": "GetLolClashV1PlaymodeRestricted", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-clash/v1/ready": { "get": { "operationId": "GetLolClashV1Ready", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-clash/v1/rewards": { "get": { "operationId": "GetLolClashV1Rewards", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashPlayerRewards" } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}": { "get": { "operationId": "GetLolClashV1RosterByRosterId", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashRoster" } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/stats": { "get": { "operationId": "GetLolClashV1RosterByRosterIdStats", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashRosterStats" } } }, "description": "Success response" } } } }, "/lol-clash/v1/scouting/champions": { "get": { "operationId": "GetLolClashV1ScoutingChampions", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "query", "required": true, "name": "puuids", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashScoutingChampions" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/scouting/matchhistory": { "get": { "operationId": "GetLolClashV1ScoutingMatchhistory", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "query", "required": true, "name": "summonerIds", "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/season-rewards/{seasonId}": { "get": { "operationId": "GetLolClashV1SeasonRewardsBySeasonId", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "seasonId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClashSeasonRewardResult" } } }, "description": "Success response" } } } }, "/lol-clash/v1/simple-state-flags": { "get": { "operationId": "GetLolClashV1SimpleStateFlags", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashSimpleStateFlag" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/thirdparty/team-data": { "get": { "operationId": "GetLolClashV1ThirdpartyTeamData", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashThirdPartyApiRoster" } } }, "description": "Success response" } } } }, "/lol-clash/v1/time": { "get": { "operationId": "GetLolClashV1Time", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "int64" } } }, "description": "Success response" } } } }, "/lol-clash/v1/tournament/{tournamentId}": { "get": { "operationId": "GetLolClashV1TournamentByTournamentId", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "tournamentId", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashTournament" } } }, "description": "Success response" } } } }, "/lol-clash/v1/tournament/{tournamentId}/get-player-tiers": { "get": { "operationId": "GetLolClashV1TournamentByTournamentIdGetPlayerTiers", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "tournamentId", "required": true, "schema": { "type": "integer", "format": "int64" } }, { "in": "query", "required": true, "name": "summonerIds", "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerTierDTO" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/tournament/{tournamentId}/player": { "get": { "operationId": "GetLolClashV1TournamentByTournamentIdPlayer", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "tournamentId", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashPlayerTournamentData" } } }, "description": "Success response" } } } }, "/lol-clash/v1/tournament/{tournamentId}/player-honor-restricted": { "get": { "operationId": "GetLolClashV1TournamentByTournamentIdPlayerHonorRestricted", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "tournamentId", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-clash/v1/tournament/{tournamentId}/stateInfo": { "get": { "operationId": "GetLolClashV1TournamentByTournamentIdStateInfo", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "tournamentId", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashTournamentStateInfo" } } }, "description": "Success response" } } } }, "/lol-clash/v1/tournament/{tournamentId}/winners": { "get": { "operationId": "GetLolClashV1TournamentByTournamentIdWinners", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "tournamentId", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashTournamentWinnerHistory" } } }, "description": "Success response" } } } }, "/lol-clash/v1/tournament/cancelled": { "get": { "operationId": "GetLolClashV1TournamentCancelled", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int64" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/tournament/get-all-player-tiers": { "get": { "operationId": "GetLolClashV1TournamentGetAllPlayerTiers", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerTierDTO" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/tournament-state-info": { "get": { "operationId": "GetLolClashV1TournamentStateInfo", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashTournamentStateInfo" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/tournament-summary": { "get": { "operationId": "GetLolClashV1TournamentSummary", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashTournamentSummary" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/visible": { "get": { "operationId": "GetLolClashV1Visible", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-clash/v1/voice-enabled": { "get": { "operationId": "GetLolClashV1VoiceEnabled", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-clash/v2/playmode-restricted": { "get": { "operationId": "GetLolClashV2PlaymodeRestricted", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashPlaymodeRestrictedInfo" } } }, "description": "Success response" } } } }, "/lol-client-config/v3/client-config/{name}": { "get": { "operationId": "GetLolClientConfigV3ClientConfigByName", "description": "", "tags": [ "Plugin lol-client-config" ], "parameters": [ { "in": "path", "name": "name", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-collections/v1/inventories/{summonerId}/backdrop": { "get": { "operationId": "GetLolCollectionsV1InventoriesBySummonerIdBackdrop", "description": "", "tags": [ "Plugin lol-collections" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolCollectionsCollectionsSummonerBackdrop" } } }, "description": "Success response" } } } }, "/lol-collections/v1/inventories/{summonerId}/spells": { "get": { "operationId": "GetLolCollectionsV1InventoriesBySummonerIdSpells", "description": "", "tags": [ "Plugin lol-collections" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolCollectionsCollectionsSummonerSpells" } } }, "description": "Success response" } } } }, "/lol-collections/v1/inventories/{summonerId}/ward-skins": { "get": { "operationId": "GetLolCollectionsV1InventoriesBySummonerIdWardSkins", "description": "", "tags": [ "Plugin lol-collections" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolCollectionsCollectionsWardSkin" } } } }, "description": "Success response" } } } }, "/lol-collections/v1/inventories/{summonerId}/ward-skins/{wardSkinId}": { "get": { "operationId": "GetLolCollectionsV1InventoriesBySummonerIdWardSkinsByWardSkinId", "description": "", "tags": [ "Plugin lol-collections" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } }, { "in": "path", "name": "wardSkinId", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolCollectionsCollectionsWardSkin" } } }, "description": "Success response" } } } }, "/lol-content-targeting/v1/filters": { "get": { "operationId": "GetLolContentTargetingV1Filters", "description": "", "tags": [ "Plugin lol-content-targeting" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolContentTargetingContentTargetingFilterResponse" } } }, "description": "Success response" } } } }, "/lol-content-targeting/v1/locale": { "get": { "operationId": "GetLolContentTargetingV1Locale", "description": "", "tags": [ "Plugin lol-content-targeting" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolContentTargetingContentTargetingLocaleResponse" } } }, "description": "Success response" } } } }, "/lol-content-targeting/v1/protected_filters": { "get": { "operationId": "GetLolContentTargetingV1ProtectedFilters", "description": "", "tags": [ "Plugin lol-content-targeting" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolContentTargetingContentTargetingFilterResponse" } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/favorites/tft/companions": { "get": { "operationId": "GetLolCosmeticsV1FavoritesTftCompanions", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolCosmeticsCompanionsFavoritesViewModel" } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/favorites/tft/damage-skins": { "get": { "operationId": "GetLolCosmeticsV1FavoritesTftDamageSkins", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolCosmeticsTFTDamageSkinFavoritesViewModel" } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/favorites/tft/map-skins": { "get": { "operationId": "GetLolCosmeticsV1FavoritesTftMapSkins", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolCosmeticsTFTMapSkinFavoritesViewModel" } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/inventories/{setName}/companions": { "get": { "operationId": "GetLolCosmeticsV1InventoriesBySetNameCompanions", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [ { "in": "path", "name": "setName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolCosmeticsCompanionsGroupedViewModel" } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/inventories/{setName}/damage-skins": { "get": { "operationId": "GetLolCosmeticsV1InventoriesBySetNameDamageSkins", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [ { "in": "path", "name": "setName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolCosmeticsTFTDamageSkinGroupedViewModel" } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/inventories/{setName}/map-skins": { "get": { "operationId": "GetLolCosmeticsV1InventoriesBySetNameMapSkins", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [ { "in": "path", "name": "setName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolCosmeticsTFTMapSkinGroupedViewModel" } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/inventories/{setName}/playbooks": { "get": { "operationId": "GetLolCosmeticsV1InventoriesBySetNamePlaybooks", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [ { "in": "path", "name": "setName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolCosmeticsTFTPlaybookGroupedViewModel" } } }, "description": "Success response" } } } }, "/lol-drops/v1/drop-tables": { "get": { "operationId": "GetLolDropsV1DropTables", "description": "", "tags": [ "Plugin lol-drops" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolDropsCapDropsDropTableWithPityDTO" } } } }, "description": "Success response" } } } }, "/lol-drops/v1/drop-tables/{dropTableId}": { "get": { "operationId": "GetLolDropsV1DropTablesByDropTableId", "description": "", "tags": [ "Plugin lol-drops" ], "parameters": [ { "in": "path", "name": "dropTableId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolDropsCapDropsDropTableWithPityDTO" } } }, "description": "Success response" } } } }, "/lol-drops/v1/drop-tables/{dropTableId}/odds-list": { "get": { "operationId": "GetLolDropsV1DropTablesByDropTableIdOddsList", "description": "", "tags": [ "Plugin lol-drops" ], "parameters": [ { "in": "path", "name": "dropTableId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolDropsCapDropsOddsListEntryDTO" } } } }, "description": "Success response" } } } }, "/lol-drops/v1/drop-tables/{dropTableId}/odds-tree": { "get": { "operationId": "GetLolDropsV1DropTablesByDropTableIdOddsTree", "description": "", "tags": [ "Plugin lol-drops" ], "parameters": [ { "in": "path", "name": "dropTableId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolDropsCapDropsOddsTreeNodeDTO" } } }, "description": "Success response" } } } }, "/lol-drops/v1/drop-tables/{dropTableId}/players/{playerId}/pity-count": { "get": { "operationId": "GetLolDropsV1DropTablesByDropTableIdPlayersByPlayerIdPityCount", "description": "", "tags": [ "Plugin lol-drops" ], "parameters": [ { "in": "path", "name": "dropTableId", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "playerId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolDropsCapDropTableCounterDTO" } } }, "description": "Success response" } } } }, "/lol-drops/v1/players/{playerId}/pity-counts": { "get": { "operationId": "GetLolDropsV1PlayersByPlayerIdPityCounts", "description": "", "tags": [ "Plugin lol-drops" ], "parameters": [ { "in": "path", "name": "playerId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolDropsCapDropTableCounterDTO" } } } }, "description": "Success response" } } } }, "/lol-drops/v1/players/{playerId}/total-rolls-counts": { "get": { "operationId": "GetLolDropsV1PlayersByPlayerIdTotalRollsCounts", "description": "", "tags": [ "Plugin lol-drops" ], "parameters": [ { "in": "path", "name": "playerId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolDropsCapDropTableCounterDTO" } } } }, "description": "Success response" } } } }, "/lol-drops/v1/ready": { "get": { "operationId": "GetLolDropsV1Ready", "description": "", "tags": [ "Plugin lol-drops" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-dx9-deprecation/needs-hardware-upgrade": { "get": { "operationId": "GetLolDx9DeprecationNeedsHardwareUpgrade", "description": "", "tags": [ "Plugin lol-dx9-deprecation" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-email-verification/v1/email": { "get": { "operationId": "GetLolEmailVerificationV1Email", "description": "", "tags": [ "Plugin lol-email-verification" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEmailVerificationEmailVerificationSession" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolEmailVerificationV1Email", "description": "", "tags": [ "Plugin lol-email-verification" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEmailVerificationEmailUpdate" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-end-of-game/v1/champion-mastery-updates": { "get": { "operationId": "GetLolEndOfGameV1ChampionMasteryUpdates", "description": "", "tags": [ "Plugin lol-end-of-game" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEndOfGameChampionMasteryUpdate" } } }, "description": "Success response" } } } }, "/lol-end-of-game/v1/eog-stats-block": { "get": { "operationId": "GetLolEndOfGameV1EogStatsBlock", "description": "", "tags": [ "Plugin lol-end-of-game" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEndOfGameEndOfGameStats" } } }, "description": "Success response" } } } }, "/lol-end-of-game/v1/gameclient-eog-stats-block": { "get": { "operationId": "GetLolEndOfGameV1GameclientEogStatsBlock", "description": "", "tags": [ "Plugin lol-end-of-game" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEndOfGameGameClientEndOfGameStats" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolEndOfGameV1GameclientEogStatsBlock", "description": "", "tags": [ "Plugin lol-end-of-game" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEndOfGameGameClientEndOfGameStats" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-end-of-game/v1/tft-eog-stats": { "get": { "operationId": "GetLolEndOfGameV1TftEogStats", "description": "", "tags": [ "Plugin lol-end-of-game" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEndOfGameTFTEndOfGameViewModel" } } }, "description": "Success response" } } } }, "/lol-esport-stream-notifications/v1/live-streams": { "get": { "operationId": "GetLolEsportStreamNotificationsV1LiveStreams", "description": "", "tags": [ "Plugin lol-esport-stream-notifications" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEsportStreamNotificationsESportsLiveStreams" } } }, "description": "Success response" } } } }, "/lol-esport-stream-notifications/v1/stream-url": { "get": { "operationId": "GetLolEsportStreamNotificationsV1StreamUrl", "description": "", "tags": [ "Plugin lol-esport-stream-notifications" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events": { "get": { "operationId": "GetLolEventHubV1Events", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubActiveEventUIData" } } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/event-details-data": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdEventDetailsData", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubEventDetailsUIData" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/info": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdInfo", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubEventInfoUIData" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/is-grace-period": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdIsGracePeriod", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/narrative": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdNarrative", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubNarrativeElement" } } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/pass-background-data": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdPassBackgroundData", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubEventBackgroundUIData" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/pass-bundles": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdPassBundles", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubBundleOfferUIData" } } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/progress-info-data": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdProgressInfoData", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubProgressInfoUIData" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/progression-purchase-data": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdProgressionPurchaseData", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubProgressionPurchaseUIData" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/reward-track/bonus-items": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdRewardTrackBonusItems", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubRewardTrackItem" } } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/reward-track/bonus-progress": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdRewardTrackBonusProgress", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubRewardTrackProgress" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/reward-track/counter": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdRewardTrackCounter", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } }, { "in": "query", "required": true, "name": "beforeEpoch", "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "int64" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/reward-track/failure": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdRewardTrackFailure", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubEventHubError" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/reward-track/items": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdRewardTrackItems", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubRewardTrackItem" } } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/reward-track/progress": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdRewardTrackProgress", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubRewardTrackProgress" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/reward-track/unclaimed-rewards": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdRewardTrackUnclaimedRewards", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubUnclaimedRewardsUIData" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/reward-track/xp": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdRewardTrackXp", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubRewardTrackXP" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/token-shop": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdTokenShop", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubTokenShopUIData" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/token-shop/categories-offers": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdTokenShopCategoriesOffers", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCategoryOffersUIData" } } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/token-shop/token-balance": { "get": { "operationId": "GetLolEventHubV1EventsByEventIdTokenShopTokenBalance", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/navigation-button-data": { "get": { "operationId": "GetLolEventHubV1NavigationButtonData", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubNavigationButtonUIData" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/skins": { "get": { "operationId": "GetLolEventHubV1Skins", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolEventHubEventPassInfo" } } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/token-upsell": { "get": { "operationId": "GetLolEventHubV1TokenUpsell", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubTokenUpsell" } } } }, "description": "Success response" } } } }, "/lol-event-mission/v1/event-mission": { "get": { "operationId": "GetLolEventMissionV1EventMission", "description": "", "tags": [ "Plugin lol-tft-event" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftEventTFTEventMissionChain" } } } }, "description": "Success response" } } } }, "/lol-game-client-chat/v1/buddies": { "get": { "operationId": "GetLolGameClientChatV1Buddies", "description": "", "tags": [ "Plugin lol-game-client-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-game-client-chat/v1/ignored-summoners": { "get": { "operationId": "GetLolGameClientChatV1IgnoredSummoners", "description": "", "tags": [ "Plugin lol-game-client-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } }, "description": "Success response" } } } }, "/lol-game-client-chat/v1/muted-summoners": { "get": { "operationId": "GetLolGameClientChatV1MutedSummoners", "description": "", "tags": [ "Plugin lol-game-client-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } }, "description": "Success response" } } } }, "/lol-game-client-chat/v2/buddies": { "get": { "operationId": "GetLolGameClientChatV2Buddies", "description": "", "tags": [ "Plugin lol-game-client-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolGameClientChatBuddy" } } } }, "description": "Success response" } } } }, "/lol-game-client-chat/v2/ignored-players": { "get": { "operationId": "GetLolGameClientChatV2IgnoredPlayers", "description": "", "tags": [ "Plugin lol-game-client-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } }, "description": "Success response" } } } }, "/lol-game-client-chat/v2/muted-players": { "get": { "operationId": "GetLolGameClientChatV2MutedPlayers", "description": "", "tags": [ "Plugin lol-game-client-chat" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } }, "description": "Success response" } } } }, "/lol-game-queues/v1/custom": { "get": { "operationId": "GetLolGameQueuesV1Custom", "description": "", "tags": [ "Plugin lol-game-queues" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameQueuesQueueCustomGame" } } }, "description": "Success response" } } } }, "/lol-game-queues/v1/custom-non-default": { "get": { "operationId": "GetLolGameQueuesV1CustomNonDefault", "description": "", "tags": [ "Plugin lol-game-queues" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameQueuesQueueCustomGame" } } }, "description": "Success response" } } } }, "/lol-game-queues/v1/game-type-config/{gameTypeConfigId}": { "get": { "operationId": "GetLolGameQueuesV1GameTypeConfigByGameTypeConfigId", "description": "", "tags": [ "Plugin lol-game-queues" ], "parameters": [ { "in": "path", "name": "gameTypeConfigId", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameQueuesQueueGameTypeConfig" } } }, "description": "Success response" } } } }, "/lol-game-queues/v1/game-type-config/{gameTypeConfigId}/map/{mapId}": { "get": { "operationId": "GetLolGameQueuesV1GameTypeConfigByGameTypeConfigIdMapByMapId", "description": "", "tags": [ "Plugin lol-game-queues" ], "parameters": [ { "in": "path", "name": "gameTypeConfigId", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } }, { "in": "path", "name": "mapId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameQueuesQueueGameTypeConfig" } } }, "description": "Success response" } } } }, "/lol-game-queues/v1/queues": { "get": { "operationId": "GetLolGameQueuesV1Queues", "description": "", "tags": [ "Plugin lol-game-queues" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolGameQueuesQueue" } } } }, "description": "Success response" } } } }, "/lol-game-queues/v1/queues/{id}": { "get": { "operationId": "GetLolGameQueuesV1QueuesById", "description": "", "tags": [ "Plugin lol-game-queues" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameQueuesQueue" } } }, "description": "Success response" } } } }, "/lol-game-queues/v1/queues/type/{queueType}": { "get": { "operationId": "GetLolGameQueuesV1QueuesTypeByQueueType", "description": "", "tags": [ "Plugin lol-game-queues" ], "parameters": [ { "in": "path", "name": "queueType", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameQueuesQueue" } } }, "description": "Success response" } } } }, "/lol-game-settings/v1/didreset": { "get": { "operationId": "GetLolGameSettingsV1Didreset", "description": "", "tags": [ "Plugin lol-game-settings" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-game-settings/v1/game-settings": { "get": { "operationId": "GetLolGameSettingsV1GameSettings", "description": "", "tags": [ "Plugin lol-game-settings" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolGameSettingsV1GameSettings", "description": "", "tags": [ "Plugin lol-game-settings" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-game-settings/v1/game-settings-schema": { "get": { "operationId": "GetLolGameSettingsV1GameSettingsSchema", "description": "", "tags": [ "Plugin lol-game-settings" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-game-settings/v1/input-settings": { "get": { "operationId": "GetLolGameSettingsV1InputSettings", "description": "", "tags": [ "Plugin lol-game-settings" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolGameSettingsV1InputSettings", "description": "", "tags": [ "Plugin lol-game-settings" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-game-settings/v1/input-settings-schema": { "get": { "operationId": "GetLolGameSettingsV1InputSettingsSchema", "description": "", "tags": [ "Plugin lol-game-settings" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-game-settings/v1/ready": { "get": { "operationId": "GetLolGameSettingsV1Ready", "description": "", "tags": [ "Plugin lol-game-settings" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/active-patcher-lock": { "get": { "operationId": "GetLolGameflowV1ActivePatcherLock", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/availability": { "get": { "operationId": "GetLolGameflowV1Availability", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameflowGameflowAvailability" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/basic-tutorial": { "get": { "operationId": "GetLolGameflowV1BasicTutorial", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/battle-training": { "get": { "operationId": "GetLolGameflowV1BattleTraining", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/early-exit-enabled": { "get": { "operationId": "GetLolGameflowV1EarlyExitEnabled", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/early-exit-quit-enabled": { "get": { "operationId": "GetLolGameflowV1EarlyExitQuitEnabled", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/extra-game-client-args": { "get": { "operationId": "GetLolGameflowV1ExtraGameClientArgs", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolGameflowV1ExtraGameClientArgs", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/game-exit-early-vanguard": { "get": { "operationId": "GetLolGameflowV1GameExitEarlyVanguard", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/gameflow-metadata/player-status": { "get": { "operationId": "GetLolGameflowV1GameflowMetadataPlayerStatus", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameflowPlayerStatus" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolGameflowV1GameflowMetadataPlayerStatus", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameflowPlayerStatus" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/gameflow-metadata/registration-status": { "get": { "operationId": "GetLolGameflowV1GameflowMetadataRegistrationStatus", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameflowRegistrationStatus" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolGameflowV1GameflowMetadataRegistrationStatus", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameflowRegistrationStatus" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/gameflow-phase": { "get": { "operationId": "GetLolGameflowV1GameflowPhase", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameflowGameflowPhase" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/player-kicked-vanguard": { "get": { "operationId": "GetLolGameflowV1PlayerKickedVanguard", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/session": { "get": { "operationId": "GetLolGameflowV1Session", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameflowGameflowSession" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/session/per-position-summoner-spells/disallowed": { "get": { "operationId": "GetLolGameflowV1SessionPerPositionSummonerSpellsDisallowed", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolGameflowGameModeSpellList" } } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/session/per-position-summoner-spells/disallowed/as-string": { "get": { "operationId": "GetLolGameflowV1SessionPerPositionSummonerSpellsDisallowedAsString", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/session/per-position-summoner-spells/required": { "get": { "operationId": "GetLolGameflowV1SessionPerPositionSummonerSpellsRequired", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolGameflowGameModeSpellList" } } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/session/per-position-summoner-spells/required/as-string": { "get": { "operationId": "GetLolGameflowV1SessionPerPositionSummonerSpellsRequiredAsString", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/spectate": { "get": { "operationId": "GetLolGameflowV1Spectate", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/spectate/delayed-launch": { "get": { "operationId": "GetLolGameflowV1SpectateDelayedLaunch", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/watch": { "get": { "operationId": "GetLolGameflowV1Watch", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameflowGameflowWatchPhase" } } }, "description": "Success response" } } } }, "/lol-geoinfo/v1/getlocation": { "get": { "operationId": "GetLolGeoinfoV1Getlocation", "description": "", "tags": [ "Plugin lol-geoinfo" ], "parameters": [ { "in": "query", "required": true, "name": "ip_address", "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGeoinfoGeoInfo" } } }, "description": "Success response" } } } }, "/lol-geoinfo/v1/whereami": { "get": { "operationId": "GetLolGeoinfoV1Whereami", "description": "", "tags": [ "Plugin lol-geoinfo" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGeoinfoGeoInfoResponse" } } }, "description": "Success response" } } } }, "/lol-highlights/v1/config": { "get": { "operationId": "GetLolHighlightsV1Config", "description": "", "tags": [ "Plugin lol-highlights" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHighlightsHighlightsConfig" } } }, "description": "Success response" } } } }, "/lol-highlights/v1/highlights": { "get": { "operationId": "GetLolHighlightsV1Highlights", "description": "", "tags": [ "Plugin lol-highlights" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolHighlightsHighlight" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolHighlightsV1Highlights", "description": "", "tags": [ "Plugin lol-highlights" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolHighlightsHighlight" } } } }, "description": "Success response" } } } }, "/lol-highlights/v1/highlights-folder-path": { "get": { "operationId": "GetLolHighlightsV1HighlightsFolderPath", "description": "", "tags": [ "Plugin lol-highlights" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-highlights/v1/highlights-folder-path/default": { "get": { "operationId": "GetLolHighlightsV1HighlightsFolderPathDefault", "description": "", "tags": [ "Plugin lol-highlights" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-honeyfruit/v1/vng-publisher-settings": { "get": { "operationId": "GetLolHoneyfruitV1VngPublisherSettings", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSettingsHoneyfruitVNGPublisherSettings" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolHoneyfruitV1VngPublisherSettings", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/ballot": { "get": { "operationId": "GetLolHonorV2V1Ballot", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHonorV2Ballot" } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/config": { "get": { "operationId": "GetLolHonorV2V1Config", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHonorV2HonorConfig" } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/late-recognition": { "get": { "operationId": "GetLolHonorV2V1LateRecognition", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolHonorV2Honor" } } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/latest-eligible-game": { "get": { "operationId": "GetLolHonorV2V1LatestEligibleGame", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/level-change": { "get": { "operationId": "GetLolHonorV2V1LevelChange", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHonorV2VendedHonorChange" } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/level-change-notifications": { "get": { "operationId": "GetLolHonorV2V1LevelChangeNotifications", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolHonorV2Mail" } } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/mutual-honor": { "get": { "operationId": "GetLolHonorV2V1MutualHonor", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHonorV2MutualHonor" } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/profile": { "get": { "operationId": "GetLolHonorV2V1Profile", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHonorV2ProfileInfo" } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/recognition": { "get": { "operationId": "GetLolHonorV2V1Recognition", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolHonorV2Honor" } } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/recognition-history": { "get": { "operationId": "GetLolHonorV2V1RecognitionHistory", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolHonorV2HonorInteraction" } } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/reward-granted": { "get": { "operationId": "GetLolHonorV2V1RewardGranted", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHonorV2VendedReward" } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/team-choices": { "get": { "operationId": "GetLolHonorV2V1TeamChoices", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/vote-completion": { "get": { "operationId": "GetLolHonorV2V1VoteCompletion", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHonorV2VoteCompletion" } } }, "description": "Success response" } } } }, "/lol-hovercard/v1/friend-info/{puuid}": { "get": { "operationId": "GetLolHovercardV1FriendInfoByPuuid", "description": "", "tags": [ "Plugin lol-hovercard" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHovercardHovercardUserInfo" } } }, "description": "Success response" } } } }, "/lol-hovercard/v1/friend-info-by-summoner/{summonerId}": { "get": { "operationId": "GetLolHovercardV1FriendInfoBySummonerBySummonerId", "description": "", "tags": [ "Plugin lol-hovercard" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHovercardHovercardUserInfo" } } }, "description": "Success response" } } } }, "/lol-inventory/v1/champSelectInventory": { "get": { "operationId": "GetLolInventoryV1ChampSelectInventory", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-inventory/v1/initial-configuration-complete": { "get": { "operationId": "GetLolInventoryV1InitialConfigurationComplete", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-inventory/v1/inventory": { "get": { "operationId": "GetLolInventoryV1Inventory", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [ { "in": "query", "required": true, "name": "inventoryTypes", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolInventoryInventoryItemWithPayload" } } } }, "description": "Success response" } } } }, "/lol-inventory/v1/inventory/emotes": { "get": { "operationId": "GetLolInventoryV1InventoryEmotes", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolInventoryInventoryItemWithPayload" } } } }, "description": "Success response" } } } }, "/lol-inventory/v1/inventoryWithF2P": { "get": { "operationId": "GetLolInventoryV1InventoryWithF2P", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [ { "in": "query", "required": true, "name": "inventoryTypes", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolInventoryInventoryItemWithPayload" } } } }, "description": "Success response" } } } }, "/lol-inventory/v1/notifications/{inventoryType}": { "get": { "operationId": "GetLolInventoryV1NotificationsByInventoryType", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [ { "in": "path", "name": "inventoryType", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolInventoryInventoryNotification" } } } }, "description": "Success response" } } } }, "/lol-inventory/v1/players/{puuid}/inventory": { "get": { "operationId": "GetLolInventoryV1PlayersByPuuidInventory", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } }, { "in": "query", "required": true, "name": "inventoryTypes", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolInventoryInventoryItemWithPayload" } } } }, "description": "Success response" } } } }, "/lol-inventory/v1/signedInventory": { "get": { "operationId": "GetLolInventoryV1SignedInventory", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [ { "in": "query", "required": true, "name": "inventoryTypes", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-inventory/v1/signedInventoryCache": { "get": { "operationId": "GetLolInventoryV1SignedInventoryCache", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolInventoryInventoryCacheEntry" } } } }, "description": "Success response" } } } }, "/lol-inventory/v1/signedInventory/simple": { "get": { "operationId": "GetLolInventoryV1SignedInventorySimple", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [ { "in": "query", "name": "inventoryTypes", "schema": { "type": "array", "items": { "type": "string" } }, "required": true }, { "in": "query", "name": "queryParams", "schema": { "type": "object", "additionalProperties": { "type": "string" } }, "required": false } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-inventory/v1/signedInventory/tournamentlogos": { "get": { "operationId": "GetLolInventoryV1SignedInventoryTournamentlogos", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-inventory/v1/signedWallet": { "get": { "operationId": "GetLolInventoryV1SignedWallet", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [ { "in": "query", "required": true, "name": "currencyTypes", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-inventory/v1/signedWallet/{currencyType}": { "get": { "operationId": "GetLolInventoryV1SignedWalletByCurrencyType", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [ { "in": "path", "name": "currencyType", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-inventory/v1/strawberryInventory": { "get": { "operationId": "GetLolInventoryV1StrawberryInventory", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-inventory/v1/wallet": { "get": { "operationId": "GetLolInventoryV1Wallet", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [ { "in": "query", "required": true, "name": "currencyTypes", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-inventory/v1/wallet/{currencyType}": { "get": { "operationId": "GetLolInventoryV1WalletByCurrencyType", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [ { "in": "path", "name": "currencyType", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-inventory/v1/xbox-subscription-status": { "get": { "operationId": "GetLolInventoryV1XboxSubscriptionStatus", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolInventoryXboxSubscriptionStatus" } } }, "description": "Success response" } } } }, "/lol-inventory/v2/inventory/{inventoryType}": { "get": { "operationId": "GetLolInventoryV2InventoryByInventoryType", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [ { "in": "path", "name": "inventoryType", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolInventoryInventoryItemWithPayload" } } } }, "description": "Success response" } } } }, "/lol-item-sets/v1/item-sets/{summonerId}/sets": { "get": { "operationId": "GetLolItemSetsV1ItemSetsBySummonerIdSets", "description": "", "tags": [ "Plugin lol-item-sets" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolItemSetsItemSets" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolItemSetsV1ItemSetsBySummonerIdSets", "description": "", "tags": [ "Plugin lol-item-sets" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolItemSetsItemSet" } } } }, "responses": { "2XX": { "description": "Success response" } } }, "put": { "operationId": "PutLolItemSetsV1ItemSetsBySummonerIdSets", "description": "", "tags": [ "Plugin lol-item-sets" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolItemSetsItemSets" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-kickout/v1/notification": { "get": { "operationId": "GetLolKickoutV1Notification", "description": "", "tags": [ "Plugin lol-kickout" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolKickoutKickoutMessage" } } }, "description": "Success response" } } } }, "/lol-kr-playtime-reminder/v1/hours-played": { "get": { "operationId": "GetLolKrPlaytimeReminderV1HoursPlayed", "description": "", "tags": [ "Plugin lol-kr-playtime-reminder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } }, "description": "Success response" } } } }, "/lol-kr-shutdown-law/v1/custom-status": { "get": { "operationId": "GetLolKrShutdownLawV1CustomStatus", "description": "", "tags": [ "Plugin lol-kr-shutdown-law" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolKrShutdownLawQueueShutdownStatus" } } }, "description": "Success response" } } } }, "/lol-kr-shutdown-law/v1/disabled-queues": { "get": { "operationId": "GetLolKrShutdownLawV1DisabledQueues", "description": "", "tags": [ "Plugin lol-kr-shutdown-law" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-kr-shutdown-law/v1/is-enabled": { "get": { "operationId": "GetLolKrShutdownLawV1IsEnabled", "description": "", "tags": [ "Plugin lol-kr-shutdown-law" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-kr-shutdown-law/v1/notification": { "get": { "operationId": "GetLolKrShutdownLawV1Notification", "description": "", "tags": [ "Plugin lol-kr-shutdown-law" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolKrShutdownLawShutdownLawNotification" } } }, "description": "Success response" } } } }, "/lol-kr-shutdown-law/v1/queue-status/{queue_id}": { "get": { "operationId": "GetLolKrShutdownLawV1QueueStatusByQueueId", "description": "", "tags": [ "Plugin lol-kr-shutdown-law" ], "parameters": [ { "in": "path", "name": "queue_id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolKrShutdownLawQueueShutdownStatus" } } }, "description": "Success response" } } } }, "/lol-kr-shutdown-law/v1/rating-screen": { "get": { "operationId": "GetLolKrShutdownLawV1RatingScreen", "description": "", "tags": [ "Plugin lol-kr-shutdown-law" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolKrShutdownLawRatingScreenInfo" } } }, "description": "Success response" } } } }, "/lol-kr-shutdown-law/v1/status": { "get": { "operationId": "GetLolKrShutdownLawV1Status", "description": "", "tags": [ "Plugin lol-kr-shutdown-law" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolKrShutdownLawAllQueueShutdownStatus" } } }, "description": "Success response" } } } }, "/lol-league-session/v1/league-session-token": { "get": { "operationId": "GetLolLeagueSessionV1LeagueSessionToken", "description": "", "tags": [ "Plugin lol-league-session" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-leaver-buster/v1/notifications": { "get": { "operationId": "GetLolLeaverBusterV1Notifications", "description": "", "tags": [ "Plugin lol-leaver-buster" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLeaverBusterLeaverBusterNotificationResource" } } } }, "description": "Success response" } } } }, "/lol-leaver-buster/v1/ranked-restriction": { "get": { "operationId": "GetLolLeaverBusterV1RankedRestriction", "description": "", "tags": [ "Plugin lol-leaver-buster" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLeaverBusterRankedRestrictionInfo" } } }, "description": "Success response" } } } }, "/lol-license-agreement/v1/agreement": { "get": { "operationId": "GetLolLicenseAgreementV1Agreement", "description": "", "tags": [ "Plugin lol-license-agreement" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-license-agreement/v1/agreements": { "get": { "operationId": "GetLolLicenseAgreementV1Agreements", "description": "", "tags": [ "Plugin lol-license-agreement" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLicenseAgreementLicenseAgreement" } } } }, "description": "Success response" } } } }, "/lol-license-agreement/v1/all-agreements": { "get": { "operationId": "GetLolLicenseAgreementV1AllAgreements", "description": "", "tags": [ "Plugin lol-license-agreement" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLicenseAgreementLicenseAgreement" } } } }, "description": "Success response" } } } }, "/lol-license-agreement/v1/privacy-policy": { "get": { "operationId": "GetLolLicenseAgreementV1PrivacyPolicy", "description": "", "tags": [ "Plugin lol-license-agreement" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-license-agreement/v1/serve-location": { "get": { "operationId": "GetLolLicenseAgreementV1ServeLocation", "description": "", "tags": [ "Plugin lol-license-agreement" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLicenseAgreementLicenseServeLocation" } } }, "description": "Success response" } } } }, "/lol-loadouts/v1/loadouts-ready": { "get": { "operationId": "GetLolLoadoutsV1LoadoutsReady", "description": "", "tags": [ "Plugin lol-loadouts" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-loadouts/v4/loadouts/{loadoutId}": { "get": { "operationId": "GetLolLoadoutsV4LoadoutsByLoadoutId", "description": "", "tags": [ "Plugin lol-loadouts" ], "parameters": [ { "in": "path", "name": "loadoutId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoadoutsScopedLoadout" } } }, "description": "Success response" } } } }, "/lol-loadouts/v4/loadouts/scope/account": { "get": { "operationId": "GetLolLoadoutsV4LoadoutsScopeAccount", "description": "", "tags": [ "Plugin lol-loadouts" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLoadoutsScopedLoadout" } } } }, "description": "Success response" } } } }, "/lol-loadouts/v4/loadouts/scope/{scope}/{scopeItemId}": { "get": { "operationId": "GetLolLoadoutsV4LoadoutsScopeByScopeByScopeItemId", "description": "", "tags": [ "Plugin lol-loadouts" ], "parameters": [ { "in": "path", "name": "scope", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "scopeItemId", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLoadoutsScopedLoadout" } } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/bannable-champion-ids": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1BannableChampionIds", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/current-champion": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1CurrentChampion", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/disabled-champion-ids": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1DisabledChampionIds", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/has-auto-assigned-smite": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1HasAutoAssignedSmite", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/implementation-active": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1ImplementationActive", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/pickable-champion-ids": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1PickableChampionIds", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/pickable-skin-ids": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1PickableSkinIds", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/preferences": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1Preferences", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampionSelectPreferences" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/sending-loadouts-gcos-enabled": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1SendingLoadoutsGcosEnabled", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1Session", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectSession" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/my-selection": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1SessionMySelection", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectPlayerSelection" } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolLobbyTeamBuilderChampSelectV1SessionMySelection", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectMySelection" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/obfuscated-summoner-ids": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1SessionObfuscatedSummonerIds", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/swaps": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1SessionSwaps", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectSwapContract" } } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/swaps/{id}": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1SessionSwapsById", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectSwapContract" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/timer": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1SessionTimer", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectTimer" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/trades": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1SessionTrades", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectTradeContract" } } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/trades/{id}": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1SessionTradesById", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectTradeContract" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/team-boost": { "get": { "operationId": "GetLolLobbyTeamBuilderChampSelectV1TeamBoost", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTeamBuilderTeamBoost" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/v1/matchmaking": { "get": { "operationId": "GetLolLobbyTeamBuilderV1Matchmaking", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMatchmakingSearchResource" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/autofill-displayed": { "get": { "operationId": "GetLolLobbyV1AutofillDisplayed", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolLobbyV1AutofillDisplayed", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/custom-games": { "get": { "operationId": "GetLolLobbyV1CustomGames", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyCustomGame" } } } }, "description": "Success response" } } } }, "/lol-lobby/v1/custom-games/{id}": { "get": { "operationId": "GetLolLobbyV1CustomGamesById", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyCustomGame" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/availability": { "get": { "operationId": "GetLolLobbyV1LobbyAvailability", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyQueueAvailability" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/countdown": { "get": { "operationId": "GetLolLobbyV1LobbyCountdown", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "int64" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/invitations": { "get": { "operationId": "GetLolLobbyV1LobbyInvitations", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyInvitation" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolLobbyV1LobbyInvitations", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyInvitation" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyInvitation" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/invitations/{id}": { "get": { "operationId": "GetLolLobbyV1LobbyInvitationsById", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyInvitation" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/members/localMember/player-slots": { "get": { "operationId": "GetLolLobbyV1LobbyMembersLocalMemberPlayerSlots", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyQuickPlayPresetSlotDto" } } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolLobbyV1LobbyMembersLocalMemberPlayerSlots", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyQuickPlayPresetSlotDto" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/npe-config": { "get": { "operationId": "GetLolLobbyV1LobbyNpeConfig", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTFTNPEConfig" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/tft-ranked-history": { "get": { "operationId": "GetLolLobbyV1LobbyTftRankedHistory", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/parties/gamemode": { "get": { "operationId": "GetLolLobbyV1PartiesGamemode", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyGameModeDto" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/parties/player": { "get": { "operationId": "GetLolLobbyV1PartiesPlayer", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyPlayerDto" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/party-rewards": { "get": { "operationId": "GetLolLobbyV1PartyRewards", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyPartyRewards" } } }, "description": "Success response" } } } }, "/lol-lobby/v2/comms/members": { "get": { "operationId": "GetLolLobbyV2CommsMembers", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyPremadePartyDto" } } }, "description": "Success response" } } } }, "/lol-lobby/v2/comms/token": { "get": { "operationId": "GetLolLobbyV2CommsToken", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-lobby/v2/eligibility/game-select-eligibility-hash": { "get": { "operationId": "GetLolLobbyV2EligibilityGameSelectEligibilityHash", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "int64" } } }, "description": "Success response" } } } }, "/lol-lobby/v2/eligibility/initial-configuration-complete": { "get": { "operationId": "GetLolLobbyV2EligibilityInitialConfigurationComplete", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/custom/available-bots": { "get": { "operationId": "GetLolLobbyV2LobbyCustomAvailableBots", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyBotChampion" } } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/custom/bots-enabled": { "get": { "operationId": "GetLolLobbyV2LobbyCustomBotsEnabled", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/invitations": { "get": { "operationId": "GetLolLobbyV2LobbyInvitations", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyInvitationDto" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolLobbyV2LobbyInvitations", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyInvitationDto" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyInvitationDto" } } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/matchmaking/search-state": { "get": { "operationId": "GetLolLobbyV2LobbyMatchmakingSearchState", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyMatchmakingSearchResource" } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/members": { "get": { "operationId": "GetLolLobbyV2LobbyMembers", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyParticipantDto" } } } }, "description": "Success response" } } } }, "/lol-lobby/v2/notifications": { "get": { "operationId": "GetLolLobbyV2Notifications", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyNotification" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolLobbyV2Notifications", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyNotification" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-lobby/v2/party-active": { "get": { "operationId": "GetLolLobbyV2PartyActive", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-lobby/v2/party/eog-status": { "get": { "operationId": "GetLolLobbyV2PartyEogStatus", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyPartyStatusDto" } } }, "description": "Success response" } } } }, "/lol-lobby/v2/received-invitations": { "get": { "operationId": "GetLolLobbyV2ReceivedInvitations", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyReceivedInvitationDto" } } } }, "description": "Success response" } } } }, "/lol-lobby/v2/registration-status": { "get": { "operationId": "GetLolLobbyV2RegistrationStatus", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lock-and-load/v1/home-hubs-waits": { "get": { "operationId": "GetLolLockAndLoadV1HomeHubsWaits", "description": "", "tags": [ "Plugin lol-lock-and-load" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLockAndLoadHomeHubsWaits" } } }, "description": "Success response" } } } }, "/lol-lock-and-load/v1/should-show-progress-bar-text": { "get": { "operationId": "GetLolLockAndLoadV1ShouldShowProgressBarText", "description": "", "tags": [ "Plugin lol-lock-and-load" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-lock-and-load/v1/should-wait-for-home-hubs": { "get": { "operationId": "GetLolLockAndLoadV1ShouldWaitForHomeHubs", "description": "", "tags": [ "Plugin lol-lock-and-load" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-login/v1/account-state": { "get": { "operationId": "GetLolLoginV1AccountState", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoginAccountStateResource" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolLoginV1AccountState", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-login/v1/login-connection-state": { "get": { "operationId": "GetLolLoginV1LoginConnectionState", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoginLoginConnectionState" } } }, "description": "Success response" } } } }, "/lol-login/v1/login-data-packet": { "get": { "operationId": "GetLolLoginV1LoginDataPacket", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-login/v1/login-in-game-creds": { "get": { "operationId": "GetLolLoginV1LoginInGameCreds", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-login/v1/login-platform-credentials": { "get": { "operationId": "GetLolLoginV1LoginPlatformCredentials", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoginPlatformGeneratedCredentials" } } }, "description": "Success response" } } } }, "/lol-login/v1/login-queue-state": { "get": { "operationId": "GetLolLoginV1LoginQueueState", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoginLoginQueue" } } }, "description": "Success response" } } } }, "/lol-login/v1/wallet": { "get": { "operationId": "GetLolLoginV1Wallet", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoginLoginSessionWallet" } } }, "description": "Success response" } } } }, "/lol-login/v2/league-session-init-token": { "get": { "operationId": "GetLolLoginV2LeagueSessionInitToken", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoginLeagueSessionTokenEnvelope" } } }, "description": "Success response" } } } }, "/lol-loot/v1/currency-configuration": { "get": { "operationId": "GetLolLootV1CurrencyConfiguration", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-loot/v1/enabled": { "get": { "operationId": "GetLolLootV1Enabled", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-loot/v1/loot-grants": { "get": { "operationId": "GetLolLootV1LootGrants", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootGrantNotification" } } } }, "description": "Success response" } } } }, "/lol-loot/v1/loot-items": { "get": { "operationId": "GetLolLootV1LootItems", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootItem" } } } }, "description": "Success response" } } } }, "/lol-loot/v1/loot-odds/{recipeName}": { "get": { "operationId": "GetLolLootV1LootOddsByRecipeName", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "recipeName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLootVerboseLootOddsResponse" } } }, "description": "Success response" } } } }, "/lol-loot/v1/loot-odds/{recipeName}/visibility": { "get": { "operationId": "GetLolLootV1LootOddsByRecipeNameVisibility", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "recipeName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-loot/v1/mass-disenchant/configuration": { "get": { "operationId": "GetLolLootV1MassDisenchantConfiguration", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLootMassDisenchantClientConfig" } } }, "description": "Success response" } } } }, "/lol-loot/v1/mass-disenchant-recipes": { "get": { "operationId": "GetLolLootV1MassDisenchantRecipes", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LootLcdsRecipeClientDTO" } } } }, "description": "Success response" } } } }, "/lol-loot/v1/milestones": { "get": { "operationId": "GetLolLootV1Milestones", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "query", "required": true, "name": "minimizeResponse", "schema": { "type": "boolean" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootMilestones" } } } }, "description": "Success response" } } } }, "/lol-loot/v1/milestones/{lootMilestonesId}": { "get": { "operationId": "GetLolLootV1MilestonesByLootMilestonesId", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "lootMilestonesId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLootLootMilestones" } } }, "description": "Success response" } } } }, "/lol-loot/v1/milestones/{lootMilestonesId}/claimProgress": { "get": { "operationId": "GetLolLootV1MilestonesByLootMilestonesIdClaimProgress", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "lootMilestonesId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLootLootMilestonesClaimResponse" } } }, "description": "Success response" } } } }, "/lol-loot/v1/milestones/{lootMilestonesId}/counter": { "get": { "operationId": "GetLolLootV1MilestonesByLootMilestonesIdCounter", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "lootMilestonesId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLootLootMilestonesCounter" } } }, "description": "Success response" } } } }, "/lol-loot/v1/milestones/counters": { "get": { "operationId": "GetLolLootV1MilestonesCounters", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootMilestonesCounter" } } } }, "description": "Success response" } } } }, "/lol-loot/v1/milestones/items": { "get": { "operationId": "GetLolLootV1MilestonesItems", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-loot/v1/player-display-categories": { "get": { "operationId": "GetLolLootV1PlayerDisplayCategories", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-loot/v1/player-loot": { "get": { "operationId": "GetLolLootV1PlayerLoot", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootPlayerLoot" } } } }, "description": "Success response" } } } }, "/lol-loot/v1/player-loot/{lootId}": { "get": { "operationId": "GetLolLootV1PlayerLootByLootId", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "lootId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLootPlayerLoot" } } }, "description": "Success response" } } } }, "/lol-loot/v1/player-loot/{lootId}/context-menu": { "get": { "operationId": "GetLolLootV1PlayerLootByLootIdContextMenu", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "lootId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootContextMenu" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolLootV1PlayerLootByLootIdContextMenu", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "lootId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootContextMenu" } } } }, "description": "Success response" } } } }, "/lol-loot/v1/player-loot-map": { "get": { "operationId": "GetLolLootV1PlayerLootMap", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolLootPlayerLoot" } } } }, "description": "Success response" } } } }, "/lol-loot/v1/player-loot-notifications": { "get": { "operationId": "GetLolLootV1PlayerLootNotifications", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootPlayerLootNotification" } } } }, "description": "Success response" } } } }, "/lol-loot/v1/ready": { "get": { "operationId": "GetLolLootV1Ready", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-loot/v1/recipes/configuration": { "get": { "operationId": "GetLolLootV1RecipesConfiguration", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-loot/v1/recipes/initial-item/{lootId}": { "get": { "operationId": "GetLolLootV1RecipesInitialItemByLootId", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "lootId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootRecipeWithMilestones" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolLootV1RecipesInitialItemByLootId", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "lootId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootRecipeWithMilestones" } } } }, "description": "Success response" } } } }, "/lol-loot/v2/player-loot-map": { "get": { "operationId": "GetLolLootV2PlayerLootMap", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLootPlayerLootMap" } } }, "description": "Success response" } } } }, "/lol-loyalty/v1/status-notification": { "get": { "operationId": "GetLolLoyaltyV1StatusNotification", "description": "", "tags": [ "Plugin lol-loyalty" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoyaltyLoyaltyStatusNotification" } } }, "description": "Success response" } } } }, "/lol-maps/v1/map/{id}": { "get": { "operationId": "GetLolMapsV1MapById", "description": "", "tags": [ "Plugin lol-maps" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMapsMaps" } } }, "description": "Success response" } } } }, "/lol-maps/v1/maps": { "get": { "operationId": "GetLolMapsV1Maps", "description": "", "tags": [ "Plugin lol-maps" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolMapsMaps" } } } }, "description": "Success response" } } } }, "/lol-maps/v2/map/{id}/{gameMode}": { "get": { "operationId": "GetLolMapsV2MapByIdByGameMode", "description": "", "tags": [ "Plugin lol-maps" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } }, { "in": "path", "name": "gameMode", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMapsMaps" } } }, "description": "Success response" } } } }, "/lol-maps/v2/map/{id}/{gameMode}/{gameMutator}": { "get": { "operationId": "GetLolMapsV2MapByIdByGameModeByGameMutator", "description": "", "tags": [ "Plugin lol-maps" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } }, { "in": "path", "name": "gameMode", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "gameMutator", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMapsMaps" } } }, "description": "Success response" } } } }, "/lol-maps/v2/maps": { "get": { "operationId": "GetLolMapsV2Maps", "description": "", "tags": [ "Plugin lol-maps" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolMapsMaps" } } } }, "description": "Success response" } } } }, "/lol-marketing-preferences/v1/partition/{partitionKey}": { "get": { "operationId": "GetLolMarketingPreferencesV1PartitionByPartitionKey", "description": "", "tags": [ "Plugin lol-marketing-preferences" ], "parameters": [ { "in": "path", "name": "partitionKey", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "string" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolMarketingPreferencesV1PartitionByPartitionKey", "description": "", "tags": [ "Plugin lol-marketing-preferences" ], "parameters": [ { "in": "path", "name": "partitionKey", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "string" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-marketing-preferences/v1/ready": { "get": { "operationId": "GetLolMarketingPreferencesV1Ready", "description": "", "tags": [ "Plugin lol-marketing-preferences" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-marketplace/v1/products/{product}/stores": { "get": { "operationId": "GetLolMarketplaceV1ProductsByProductStores", "description": "", "tags": [ "Plugin lol-marketplace" ], "parameters": [ { "in": "path", "name": "product", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMarketplaceStoresResponse" } } }, "description": "Success response" } } } }, "/lol-marketplace/v1/purchases/{purchaseId}": { "get": { "operationId": "GetLolMarketplaceV1PurchasesByPurchaseId", "description": "", "tags": [ "Plugin lol-marketplace" ], "parameters": [ { "in": "path", "name": "purchaseId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMarketplacePurchaseTransaction" } } }, "description": "Success response" } } } }, "/lol-match-history/v1/delta": { "get": { "operationId": "GetLolMatchHistoryV1Delta", "description": "", "tags": [ "Plugin lol-match-history" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryPlayerDelta" } } }, "description": "Success response" } } } }, "/lol-match-history/v1/game-timelines/{gameId}": { "get": { "operationId": "GetLolMatchHistoryV1GameTimelinesByGameId", "description": "", "tags": [ "Plugin lol-match-history" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryTimelineFrames" } } }, "description": "Success response" } } } }, "/lol-match-history/v1/games/{gameId}": { "get": { "operationId": "GetLolMatchHistoryV1GamesByGameId", "description": "", "tags": [ "Plugin lol-match-history" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryGame" } } }, "description": "Success response" } } } }, "/lol-match-history/v1/products/lol/{puuid}/matches": { "get": { "operationId": "GetLolMatchHistoryV1ProductsLolByPuuidMatches", "description": "", "tags": [ "Plugin lol-match-history" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } }, { "in": "query", "name": "begIndex", "schema": { "type": "integer", "format": "uint32", "minimum": 0 }, "required": false }, { "in": "query", "name": "endIndex", "schema": { "type": "integer", "format": "uint32", "minimum": 0 }, "required": false } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryList" } } }, "description": "Success response" } } } }, "/lol-match-history/v1/products/lol/current-summoner/matches": { "get": { "operationId": "GetLolMatchHistoryV1ProductsLolCurrentSummonerMatches", "description": "", "tags": [ "Plugin lol-match-history" ], "parameters": [ { "in": "query", "name": "begIndex", "schema": { "type": "integer", "format": "uint32", "minimum": 0 }, "required": false }, { "in": "query", "name": "endIndex", "schema": { "type": "integer", "format": "uint32", "minimum": 0 }, "required": false } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryList" } } }, "description": "Success response" } } } }, "/lol-match-history/v1/products/tft/{puuid}/matches": { "get": { "operationId": "GetLolMatchHistoryV1ProductsTftByPuuidMatches", "description": "", "tags": [ "Plugin lol-match-history" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } }, { "in": "query", "name": "begin", "schema": { "type": "integer", "format": "uint32", "minimum": 0 }, "required": false }, { "in": "query", "name": "count", "schema": { "type": "integer", "format": "uint32", "minimum": 0 }, "required": false }, { "in": "query", "name": "tags", "schema": { "type": "array", "items": { "type": "string" } }, "required": false } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMatchHistoryGAMHSMatchHistoryList" } } }, "description": "Success response" } } } }, "/lol-match-history/v1/recently-played-summoners": { "get": { "operationId": "GetLolMatchHistoryV1RecentlyPlayedSummoners", "description": "", "tags": [ "Plugin lol-match-history" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolMatchHistoryRecentlyPlayedSummoner" } } } }, "description": "Success response" } } } }, "/lol-match-history/v1/web-url": { "get": { "operationId": "GetLolMatchHistoryV1WebUrl", "description": "", "tags": [ "Plugin lol-match-history" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-match-history/v3/matchlist/account/{accountId}": { "get": { "operationId": "GetLolMatchHistoryV3MatchlistAccountByAccountId", "description": "", "tags": [ "Plugin lol-match-history" ], "parameters": [ { "in": "path", "name": "accountId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } }, { "in": "query", "name": "begIndex", "schema": { "type": "integer", "format": "uint32", "minimum": 0 }, "required": false }, { "in": "query", "name": "endIndex", "schema": { "type": "integer", "format": "uint32", "minimum": 0 }, "required": false } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryList" } } }, "description": "Success response" } } } }, "/lol-matchmaking/v1/ready-check": { "get": { "operationId": "GetLolMatchmakingV1ReadyCheck", "description": "", "tags": [ "Plugin lol-matchmaking" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingReadyCheckResource" } } }, "description": "Success response" } } } }, "/lol-matchmaking/v1/search/errors": { "get": { "operationId": "GetLolMatchmakingV1SearchErrors", "description": "", "tags": [ "Plugin lol-matchmaking" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingSearchErrorResource" } } } }, "description": "Success response" } } } }, "/lol-matchmaking/v1/search/errors/{id}": { "get": { "operationId": "GetLolMatchmakingV1SearchErrorsById", "description": "", "tags": [ "Plugin lol-matchmaking" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingSearchErrorResource" } } }, "description": "Success response" } } } }, "/lol-missions/v1/data": { "get": { "operationId": "GetLolMissionsV1Data", "description": "", "tags": [ "Plugin lol-missions" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PlayerMissionEligibilityData" } } }, "description": "Success response" } } } }, "/lol-missions/v1/missions": { "get": { "operationId": "GetLolMissionsV1Missions", "description": "", "tags": [ "Plugin lol-missions" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerMissionDTO" } } } }, "description": "Success response" } } } }, "/lol-missions/v1/missions/series/{seriesName}": { "get": { "operationId": "GetLolMissionsV1MissionsSeriesBySeriesName", "description": "", "tags": [ "Plugin lol-missions" ], "parameters": [ { "in": "path", "name": "seriesName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerMissionDTO" } } } }, "description": "Success response" } } } }, "/lol-missions/v1/series": { "get": { "operationId": "GetLolMissionsV1Series", "description": "", "tags": [ "Plugin lol-missions" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/SeriesDTO" } } } }, "description": "Success response" } } } }, "/lol-npe-rewards/v1/challenges/progress": { "get": { "operationId": "GetLolNpeRewardsV1ChallengesProgress", "description": "", "tags": [ "Plugin lol-npe-rewards" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolNpeRewardsChallengesProgress" } } }, "description": "Success response" } } } }, "/lol-npe-rewards/v1/get_poro_experiments": { "get": { "operationId": "GetLolNpeRewardsV1GetPoroExperiments", "description": "", "tags": [ "Plugin lol-npe-rewards" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolNpeRewardsPoroExperimentData" } } }, "description": "Success response" } } } }, "/lol-npe-rewards/v1/level-rewards": { "get": { "operationId": "GetLolNpeRewardsV1LevelRewards", "description": "", "tags": [ "Plugin lol-npe-rewards" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolNpeRewardsRewardSeries" } } }, "description": "Success response" } } } }, "/lol-npe-rewards/v1/level-rewards/state": { "get": { "operationId": "GetLolNpeRewardsV1LevelRewardsState", "description": "", "tags": [ "Plugin lol-npe-rewards" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolNpeRewardsRewardSeriesState" } } }, "description": "Success response" } } } }, "/lol-npe-rewards/v1/login-rewards": { "get": { "operationId": "GetLolNpeRewardsV1LoginRewards", "description": "", "tags": [ "Plugin lol-npe-rewards" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolNpeRewardsRewardSeries" } } }, "description": "Success response" } } } }, "/lol-npe-rewards/v1/login-rewards/state": { "get": { "operationId": "GetLolNpeRewardsV1LoginRewardsState", "description": "", "tags": [ "Plugin lol-npe-rewards" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolNpeRewardsRewardSeriesState" } } }, "description": "Success response" } } } }, "/lol-npe-tutorial-path/v1/rewards/champ": { "get": { "operationId": "GetLolNpeTutorialPathV1RewardsChamp", "description": "", "tags": [ "Plugin lol-npe-tutorial-path" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolNpeTutorialPathCollectionsChampion" } } }, "description": "Success response" } } } }, "/lol-npe-tutorial-path/v1/settings": { "get": { "operationId": "GetLolNpeTutorialPathV1Settings", "description": "", "tags": [ "Plugin lol-npe-tutorial-path" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolNpeTutorialPathAccountSettingsTutorial" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolNpeTutorialPathV1Settings", "description": "", "tags": [ "Plugin lol-npe-tutorial-path" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolNpeTutorialPathAccountSettingsTutorial" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-npe-tutorial-path/v1/tutorials": { "get": { "operationId": "GetLolNpeTutorialPathV1Tutorials", "description": "", "tags": [ "Plugin lol-npe-tutorial-path" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolNpeTutorialPathTutorial" } } } }, "description": "Success response" } } } }, "/lol-patch/v1/checking-enabled": { "get": { "operationId": "GetLolPatchV1CheckingEnabled", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-patch/v1/environment": { "get": { "operationId": "GetLolPatchV1Environment", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPatchChunkingPatcherEnvironment" } } }, "description": "Success response" } } } }, "/lol-patch/v1/game-version": { "get": { "operationId": "GetLolPatchV1GameVersion", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-patch/v1/notifications": { "get": { "operationId": "GetLolPatchV1Notifications", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolPatchNotification" } } } }, "description": "Success response" } } } }, "/lol-patch/v1/products/league_of_legends/install-location": { "get": { "operationId": "GetLolPatchV1ProductsLeagueOfLegendsInstallLocation", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPatchInstallPaths" } } }, "description": "Success response" } } } }, "/lol-patch/v1/products/league_of_legends/state": { "get": { "operationId": "GetLolPatchV1ProductsLeagueOfLegendsState", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPatchProductState" } } }, "description": "Success response" } } } }, "/lol-patch/v1/products/league_of_legends/supported-game-releases": { "get": { "operationId": "GetLolPatchV1ProductsLeagueOfLegendsSupportedGameReleases", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPatchSupportedGameReleases" } } }, "description": "Success response" } } } }, "/lol-patch/v1/status": { "get": { "operationId": "GetLolPatchV1Status", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPatchStatus" } } }, "description": "Success response" } } } }, "/lol-perks/v1/currentpage": { "get": { "operationId": "GetLolPerksV1Currentpage", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPerksPerkPageResource" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolPerksV1Currentpage", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-perks/v1/inventory": { "get": { "operationId": "GetLolPerksV1Inventory", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPerksPlayerInventory" } } }, "description": "Success response" } } } }, "/lol-perks/v1/perks": { "get": { "operationId": "GetLolPerksV1Perks", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksPerkUIPerk" } } } }, "description": "Success response" } } } }, "/lol-perks/v1/perks/disabled": { "get": { "operationId": "GetLolPerksV1PerksDisabled", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-perks/v1/perks/gameplay-updated": { "get": { "operationId": "GetLolPerksV1PerksGameplayUpdated", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-perks/v1/quick-play-selections/champion/{championId}/position/{position}": { "get": { "operationId": "GetLolPerksV1QuickPlaySelectionsChampionByChampionIdPositionByPosition", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [ { "in": "path", "name": "championId", "required": true, "schema": { "type": "integer", "format": "int32" } }, { "in": "path", "name": "position", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-perks/v1/recommended-champion-positions": { "get": { "operationId": "GetLolPerksV1RecommendedChampionPositions", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolPerksRecommendedPositionsMapResource" } } } }, "description": "Success response" } } } }, "/lol-perks/v1/recommended-pages/champion/{championId}/position/{position}/map/{mapId}": { "get": { "operationId": "GetLolPerksV1RecommendedPagesChampionByChampionIdPositionByPositionMapByMapId", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [ { "in": "path", "name": "championId", "required": true, "schema": { "type": "integer", "format": "int32" } }, { "in": "path", "name": "position", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "mapId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksPerkUIRecommendedPage" } } } }, "description": "Success response" } } } }, "/lol-perks/v1/recommended-pages-position/champion/{championId}": { "get": { "operationId": "GetLolPerksV1RecommendedPagesPositionChampionByChampionId", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [ { "in": "path", "name": "championId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-perks/v1/rune-recommender-auto-select": { "get": { "operationId": "GetLolPerksV1RuneRecommenderAutoSelect", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolPerksV1RuneRecommenderAutoSelect", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-perks/v1/settings": { "get": { "operationId": "GetLolPerksV1Settings", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPerksUISettings" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolPerksV1Settings", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPerksUISettings" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-perks/v1/show-auto-modified-pages-notification": { "get": { "operationId": "GetLolPerksV1ShowAutoModifiedPagesNotification", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolPerksV1ShowAutoModifiedPagesNotification", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-perks/v1/styles": { "get": { "operationId": "GetLolPerksV1Styles", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksPerkUIStyle" } } } }, "description": "Success response" } } } }, "/lol-pft/v2/survey": { "get": { "operationId": "GetLolPftV2Survey", "description": "", "tags": [ "Plugin lol-pft" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPftPFTSurvey" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolPftV2Survey", "description": "", "tags": [ "Plugin lol-pft" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPftPFTSurvey" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-platform-config/v1/initial-configuration-complete": { "get": { "operationId": "GetLolPlatformConfigV1InitialConfigurationComplete", "description": "", "tags": [ "Plugin lol-platform-config" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-platform-config/v1/namespaces": { "get": { "operationId": "GetLolPlatformConfigV1Namespaces", "description": "", "tags": [ "Plugin lol-platform-config" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-platform-config/v1/namespaces/{ns}": { "get": { "operationId": "GetLolPlatformConfigV1NamespacesByNs", "description": "", "tags": [ "Plugin lol-platform-config" ], "parameters": [ { "in": "path", "name": "ns", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-platform-config/v1/namespaces/{ns}/{key}": { "get": { "operationId": "GetLolPlatformConfigV1NamespacesByNsByKey", "description": "", "tags": [ "Plugin lol-platform-config" ], "parameters": [ { "in": "path", "name": "ns", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "key", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-player-behavior/v1/ban": { "get": { "operationId": "GetLolPlayerBehaviorV1Ban", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerBehaviorBanNotification" } } }, "description": "Success response" } } } }, "/lol-player-behavior/v1/chat-restriction": { "get": { "operationId": "GetLolPlayerBehaviorV1ChatRestriction", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerBehaviorRestrictionNotification" } } }, "description": "Success response" } } } }, "/lol-player-behavior/v1/config": { "get": { "operationId": "GetLolPlayerBehaviorV1Config", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerBehaviorPlayerBehaviorConfig" } } }, "description": "Success response" } } } }, "/lol-player-behavior/v1/credibility-behavior-warnings": { "get": { "operationId": "GetLolPlayerBehaviorV1CredibilityBehaviorWarnings", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-player-behavior/v1/reform-card": { "get": { "operationId": "GetLolPlayerBehaviorV1ReformCard", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerBehaviorReformCard" } } }, "description": "Success response" } } } }, "/lol-player-behavior/v1/reporter-feedback": { "get": { "operationId": "GetLolPlayerBehaviorV1ReporterFeedback", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolPlayerBehaviorReporterFeedback" } } } }, "description": "Success response" } } } }, "/lol-player-behavior/v2/reform-card": { "get": { "operationId": "GetLolPlayerBehaviorV2ReformCard", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerBehaviorReformCardV2" } } }, "description": "Success response" } } } }, "/lol-player-behavior/v2/reporter-feedback": { "get": { "operationId": "GetLolPlayerBehaviorV2ReporterFeedback", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolPlayerBehaviorReporterFeedbackMessage" } } } }, "description": "Success response" } } } }, "/lol-player-behavior/v3/reform-cards": { "get": { "operationId": "GetLolPlayerBehaviorV3ReformCards", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-player-level-up/v1/level-up": { "get": { "operationId": "GetLolPlayerLevelUpV1LevelUp", "description": "", "tags": [ "Plugin lol-player-level-up" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerLevelUpPlayerLevelUpEvent" } } }, "description": "Success response" } } } }, "/lol-player-level-up/v1/level-up-notifications/{pluginName}": { "get": { "operationId": "GetLolPlayerLevelUpV1LevelUpNotificationsByPluginName", "description": "", "tags": [ "Plugin lol-player-level-up" ], "parameters": [ { "in": "path", "name": "pluginName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerLevelUpPlayerLevelUpEventAck" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolPlayerLevelUpV1LevelUpNotificationsByPluginName", "description": "", "tags": [ "Plugin lol-player-level-up" ], "parameters": [ { "in": "path", "name": "pluginName", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerLevelUpPlayerLevelUpEventAck" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-player-messaging/v1/celebration/notification": { "get": { "operationId": "GetLolPlayerMessagingV1CelebrationNotification", "description": "", "tags": [ "Plugin lol-player-messaging" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerMessagingDynamicCelebrationMessagingNotificationResource" } } }, "description": "Success response" } } } }, "/lol-player-messaging/v1/notification": { "get": { "operationId": "GetLolPlayerMessagingV1Notification", "description": "", "tags": [ "Plugin lol-player-messaging" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerMessagingPlayerMessagingNotificationResource" } } }, "description": "Success response" } } } }, "/lol-player-preferences/v1/player-preferences-ready": { "get": { "operationId": "GetLolPlayerPreferencesV1PlayerPreferencesReady", "description": "", "tags": [ "Plugin lol-player-preferences" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-player-preferences/v1/preference/{type}": { "get": { "operationId": "GetLolPlayerPreferencesV1PreferenceByType", "description": "", "tags": [ "Plugin lol-player-preferences" ], "parameters": [ { "in": "path", "name": "type", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-player-report-sender/v1/game-ids-with-verbal-abuse-report": { "get": { "operationId": "GetLolPlayerReportSenderV1GameIdsWithVerbalAbuseReport", "description": "", "tags": [ "Plugin lol-player-report-sender" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } }, "description": "Success response" } } } }, "/lol-player-report-sender/v1/in-game-reports": { "get": { "operationId": "GetLolPlayerReportSenderV1InGameReports", "description": "", "tags": [ "Plugin lol-player-report-sender" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolPlayerReportSenderPlayerReport" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolPlayerReportSenderV1InGameReports", "description": "", "tags": [ "Plugin lol-player-report-sender" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerReportSenderPlayerReport" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-pre-end-of-game/v1/currentSequenceEvent": { "get": { "operationId": "GetLolPreEndOfGameV1CurrentSequenceEvent", "description": "", "tags": [ "Plugin lol-pre-end-of-game" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPreEndOfGameSequenceEvent" } } }, "description": "Success response" } } } }, "/lol-premade-voice/v1/availability": { "get": { "operationId": "GetLolPremadeVoiceV1Availability", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPremadeVoiceVoiceAvailability" } } }, "description": "Success response" } } } }, "/lol-premade-voice/v1/capturedevices": { "get": { "operationId": "GetLolPremadeVoiceV1Capturedevices", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolPremadeVoiceDeviceResource" } } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolPremadeVoiceV1Capturedevices", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-premade-voice/v1/devices/capture/permission": { "get": { "operationId": "GetLolPremadeVoiceV1DevicesCapturePermission", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-premade-voice/v1/first-experience": { "get": { "operationId": "GetLolPremadeVoiceV1FirstExperience", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPremadeVoiceFirstExperience" } } }, "description": "Success response" } } } }, "/lol-premade-voice/v1/participant-records": { "get": { "operationId": "GetLolPremadeVoiceV1ParticipantRecords", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolPremadeVoicePremadeVoiceParticipantDto" } } } }, "description": "Success response" } } } }, "/lol-premade-voice/v1/participants": { "get": { "operationId": "GetLolPremadeVoiceV1Participants", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolPremadeVoicePremadeVoiceParticipantDto" } } } }, "description": "Success response" } } } }, "/lol-premade-voice/v1/settings": { "get": { "operationId": "GetLolPremadeVoiceV1Settings", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPremadeVoiceSettingsResource" } } }, "description": "Success response" } } } }, "/lol-progression/v1/groups/{groupId}/configuration": { "get": { "operationId": "GetLolProgressionV1GroupsByGroupIdConfiguration", "description": "", "tags": [ "Plugin lol-progression" ], "parameters": [ { "in": "path", "name": "groupId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolProgressionGroup" } } }, "description": "Success response" } } } }, "/lol-progression/v1/groups/{groupId}/instanceData": { "get": { "operationId": "GetLolProgressionV1GroupsByGroupIdInstanceData", "description": "", "tags": [ "Plugin lol-progression" ], "parameters": [ { "in": "path", "name": "groupId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolProgressionEntityInstance" } } }, "description": "Success response" } } } }, "/lol-progression/v1/groups/configuration": { "get": { "operationId": "GetLolProgressionV1GroupsConfiguration", "description": "", "tags": [ "Plugin lol-progression" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolProgressionGroup" } } } }, "description": "Success response" } } } }, "/lol-progression/v1/ready": { "get": { "operationId": "GetLolProgressionV1Ready", "description": "", "tags": [ "Plugin lol-progression" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-publishing-content/v1/listeners/allow-list/{region}": { "get": { "operationId": "GetLolPublishingContentV1ListenersAllowListByRegion", "description": "", "tags": [ "Plugin lol-publishing-content" ], "parameters": [ { "in": "path", "name": "region", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-publishing-content/v1/listeners/client-data": { "get": { "operationId": "GetLolPublishingContentV1ListenersClientData", "description": "", "tags": [ "Plugin lol-publishing-content" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPublishingContentClientData" } } }, "description": "Success response" } } } }, "/lol-publishing-content/v1/listeners/pubhub-config": { "get": { "operationId": "GetLolPublishingContentV1ListenersPubhubConfig", "description": "", "tags": [ "Plugin lol-publishing-content" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPublishingContentPubHubConfig" } } }, "description": "Success response" } } } }, "/lol-publishing-content/v1/ready": { "get": { "operationId": "GetLolPublishingContentV1Ready", "description": "", "tags": [ "Plugin lol-publishing-content" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-publishing-content/v1/settings": { "get": { "operationId": "GetLolPublishingContentV1Settings", "description": "", "tags": [ "Plugin lol-publishing-content" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPublishingContentPublishingSettings" } } }, "description": "Success response" } } } }, "/lol-publishing-content/v1/tft-hub-cards": { "get": { "operationId": "GetLolPublishingContentV1TftHubCards", "description": "", "tags": [ "Plugin lol-publishing-content" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-purchase-widget/v1/configuration": { "get": { "operationId": "GetLolPurchaseWidgetV1Configuration", "description": "", "tags": [ "Plugin lol-purchase-widget" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseWidgetConfig" } } }, "description": "Success response" } } } }, "/lol-purchase-widget/v1/order-notifications": { "get": { "operationId": "GetLolPurchaseWidgetV1OrderNotifications", "description": "", "tags": [ "Plugin lol-purchase-widget" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetOrderNotificationResource" } } } }, "description": "Success response" } } } }, "/lol-purchase-widget/v1/purchasable-item": { "get": { "operationId": "GetLolPurchaseWidgetV1PurchasableItem", "description": "", "tags": [ "Plugin lol-purchase-widget" ], "parameters": [ { "in": "query", "name": "inventoryType", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "itemId", "schema": { "type": "integer", "format": "int64" }, "required": true } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchasableItem" } } }, "description": "Success response" } } } }, "/lol-purchase-widget/v3/base-skin-line-data/{offerId}": { "get": { "operationId": "GetLolPurchaseWidgetV3BaseSkinLineDataByOfferId", "description": "", "tags": [ "Plugin lol-purchase-widget" ], "parameters": [ { "in": "path", "name": "offerId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPurchaseWidgetBaseSkinLineDto" } } }, "description": "Success response" } } } }, "/lol-purchase-widget/v3/purchase-offer-order-statuses": { "get": { "operationId": "GetLolPurchaseWidgetV3PurchaseOfferOrderStatuses", "description": "", "tags": [ "Plugin lol-purchase-widget" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseOfferOrderStatuses" } } }, "description": "Success response" } } } }, "/lol-ranked/v1/apex-leagues/{queueType}/{tier}": { "get": { "operationId": "GetLolRankedV1ApexLeaguesByQueueTypeByTier", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [ { "in": "path", "name": "queueType", "required": true, "schema": { "$ref": "#/components/schemas/LolRankedLeagueQueueType" } }, { "in": "path", "name": "tier", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRankedLeagueLadderInfo" } } }, "description": "Success response" } } } }, "/lol-ranked/v1/challenger-ladders-enabled": { "get": { "operationId": "GetLolRankedV1ChallengerLaddersEnabled", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-ranked/v1/current-lp-change-notification": { "get": { "operationId": "GetLolRankedV1CurrentLpChangeNotification", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRankedLcuLeagueNotification" } } }, "description": "Success response" } } } }, "/lol-ranked/v1/current-ranked-stats": { "get": { "operationId": "GetLolRankedV1CurrentRankedStats", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRankedRankedStats" } } }, "description": "Success response" } } } }, "/lol-ranked/v1/eligibleTiers/queueType/{queueType}": { "get": { "operationId": "GetLolRankedV1EligibleTiersQueueTypeByQueueType", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [ { "in": "path", "name": "queueType", "required": true, "schema": { "$ref": "#/components/schemas/LolRankedLeagueQueueType" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-ranked/v1/eos-notifications": { "get": { "operationId": "GetLolRankedV1EosNotifications", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedEosNotificationResource" } } } }, "description": "Success response" } } } }, "/lol-ranked/v1/eos-rewards": { "get": { "operationId": "GetLolRankedV1EosRewards", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRankedEosRewardsConfig" } } }, "description": "Success response" } } } }, "/lol-ranked/v1/league-ladders/{puuid}": { "get": { "operationId": "GetLolRankedV1LeagueLaddersByPuuid", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedLeagueLadderInfo" } } } }, "description": "Success response" } } } }, "/lol-ranked/v1/notifications": { "get": { "operationId": "GetLolRankedV1Notifications", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedLcuLeagueNotification" } } } }, "description": "Success response" } } } }, "/lol-ranked/v1/ranked-stats/{puuid}": { "get": { "operationId": "GetLolRankedV1RankedStatsByPuuid", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRankedRankedStats" } } }, "description": "Success response" } } } }, "/lol-ranked/v1/rated-ladder/{queueType}": { "get": { "operationId": "GetLolRankedV1RatedLadderByQueueType", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [ { "in": "path", "name": "queueType", "required": true, "schema": { "$ref": "#/components/schemas/LolRankedLeagueQueueType" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRankedRatedLadderInfo" } } }, "description": "Success response" } } } }, "/lol-ranked/v1/signed-ranked-stats": { "get": { "operationId": "GetLolRankedV1SignedRankedStats", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRankedSignedRankedStatsDTO" } } }, "description": "Success response" } } } }, "/lol-ranked/v1/social-leaderboard-ranked-queue-stats-for-puuids": { "get": { "operationId": "GetLolRankedV1SocialLeaderboardRankedQueueStatsForPuuids", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [ { "in": "query", "name": "queueType", "schema": { "$ref": "#/components/schemas/LolRankedLeagueQueueType" }, "required": true }, { "in": "query", "name": "puuids", "schema": { "type": "array", "items": { "type": "string" } }, "required": true } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolRankedSocialLeaderboardRankedQueueStats" } } } }, "description": "Success response" } } } }, "/lol-ranked/v1/splits-config": { "get": { "operationId": "GetLolRankedV1SplitsConfig", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRankedRewardsInfo" } } }, "description": "Success response" } } } }, "/lol-ranked/v1/top-rated-ladders-enabled": { "get": { "operationId": "GetLolRankedV1TopRatedLaddersEnabled", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-ranked/v2/tiers": { "get": { "operationId": "GetLolRankedV2Tiers", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [ { "in": "query", "name": "summonerIds", "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "required": true }, { "in": "query", "name": "queueTypes", "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedLeagueQueueType" } }, "required": true } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedParticipantTiers" } } } }, "description": "Success response" } } } }, "/lol-regalia/v2/config": { "get": { "operationId": "GetLolRegaliaV2Config", "description": "", "tags": [ "Plugin lol-regalia" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRegaliaRegaliaFrontendConfig" } } }, "description": "Success response" } } } }, "/lol-regalia/v2/current-summoner/regalia": { "get": { "operationId": "GetLolRegaliaV2CurrentSummonerRegalia", "description": "", "tags": [ "Plugin lol-regalia" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRegaliaRegaliaWithPreferences" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolRegaliaV2CurrentSummonerRegalia", "description": "", "tags": [ "Plugin lol-regalia" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRegaliaRegaliaPreferences" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRegaliaRegaliaWithPreferences" } } }, "description": "Success response" } } } }, "/lol-regalia/v2/summoners/{summonerId}/queues/{queue}/positions/{position}/regalia": { "get": { "operationId": "GetLolRegaliaV2SummonersBySummonerIdQueuesByQueuePositionsByPositionRegalia", "description": "", "tags": [ "Plugin lol-regalia" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } }, { "in": "path", "name": "queue", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "position", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRegaliaRegalia" } } }, "description": "Success response" } } } }, "/lol-regalia/v2/summoners/{summonerId}/queues/{queue}/regalia": { "get": { "operationId": "GetLolRegaliaV2SummonersBySummonerIdQueuesByQueueRegalia", "description": "", "tags": [ "Plugin lol-regalia" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } }, { "in": "path", "name": "queue", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRegaliaRegalia" } } }, "description": "Success response" } } } }, "/lol-regalia/v2/summoners/{summonerId}/regalia": { "get": { "operationId": "GetLolRegaliaV2SummonersBySummonerIdRegalia", "description": "", "tags": [ "Plugin lol-regalia" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } }, { "in": "query", "required": true, "name": "hovercard", "schema": { "type": "boolean" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRegaliaRegalia" } } }, "description": "Success response" } } } }, "/lol-regalia/v2/summoners/{summonerId}/regalia/async": { "get": { "operationId": "GetLolRegaliaV2SummonersBySummonerIdRegaliaAsync", "description": "", "tags": [ "Plugin lol-regalia" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRegaliaRegaliaAsync" } } }, "description": "Success response" } } } }, "/lol-regalia/v3/inventory/{inventoryType}": { "get": { "operationId": "GetLolRegaliaV3InventoryByInventoryType", "description": "", "tags": [ "Plugin lol-regalia" ], "parameters": [ { "in": "path", "name": "inventoryType", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolRegaliaRegaliaInventoryItem" } } } }, "description": "Success response" } } } }, "/lol-regalia/v3/summoners/{summonerId}/regalia": { "get": { "operationId": "GetLolRegaliaV3SummonersBySummonerIdRegalia", "description": "", "tags": [ "Plugin lol-regalia" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRegaliaRegalia" } } }, "description": "Success response" } } } }, "/lol-remedy/v1/config/is-verbal-abuse-remedy-modal-enabled": { "get": { "operationId": "GetLolRemedyV1ConfigIsVerbalAbuseRemedyModalEnabled", "description": "", "tags": [ "Plugin lol-remedy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-remedy/v1/remedy-notifications": { "get": { "operationId": "GetLolRemedyV1RemedyNotifications", "description": "", "tags": [ "Plugin lol-remedy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolRemedyMail" } } } }, "description": "Success response" } } } }, "/lol-replays/v1/configuration": { "get": { "operationId": "GetLolReplaysV1Configuration", "description": "", "tags": [ "Plugin lol-replays" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolReplaysReplaysConfiguration" } } }, "description": "Success response" } } } }, "/lol-replays/v1/metadata/{gameId}": { "get": { "operationId": "GetLolReplaysV1MetadataByGameId", "description": "", "tags": [ "Plugin lol-replays" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolReplaysReplayMetadata" } } }, "description": "Success response" } } } }, "/lol-replays/v1/rofls/path": { "get": { "operationId": "GetLolReplaysV1RoflsPath", "description": "", "tags": [ "Plugin lol-replays" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-replays/v1/rofls/path/default": { "get": { "operationId": "GetLolReplaysV1RoflsPathDefault", "description": "", "tags": [ "Plugin lol-replays" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-rewards/v1/grants": { "get": { "operationId": "GetLolRewardsV1Grants", "description": "", "tags": [ "Plugin lol-rewards" ], "parameters": [ { "in": "query", "schema": { "$ref": "#/components/schemas/LolRewardsGrantStatus" }, "name": "status" } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolRewardsRewardGrant" } } } }, "description": "Success response" } } } }, "/lol-rewards/v1/groups": { "get": { "operationId": "GetLolRewardsV1Groups", "description": "", "tags": [ "Plugin lol-rewards" ], "parameters": [ { "in": "query", "required": false, "name": "types", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolRewardsSvcRewardGroup" } } } }, "description": "Success response" } } } }, "/lol-rms/v1/champion-mastery-leaveup-update": { "get": { "operationId": "GetLolRmsV1ChampionMasteryLeaveupUpdate", "description": "", "tags": [ "Plugin lol-riot-messaging-service" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolRiotMessagingServiceChampionMasteryLevelUp" } } } }, "description": "Success response" } } } }, "/lol-rso-auth/configuration/v3/ready-state": { "get": { "operationId": "GetLolRsoAuthConfigurationV3ReadyState", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthRSOConfigReadyState" } } }, "description": "Success response" } } } }, "/lol-rso-auth/v1/authorization/access-token": { "get": { "operationId": "GetLolRsoAuthV1AuthorizationAccessToken", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthAccessToken" } } }, "description": "Success response" } } } }, "/lol-rso-auth/v1/authorization/country": { "get": { "operationId": "GetLolRsoAuthV1AuthorizationCountry", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-rso-auth/v1/authorization/error": { "get": { "operationId": "GetLolRsoAuthV1AuthorizationError", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthAuthError" } } }, "description": "Success response" } } } }, "/lol-rso-auth/v1/authorization/id-token": { "get": { "operationId": "GetLolRsoAuthV1AuthorizationIdToken", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthIdToken" } } }, "description": "Success response" } } } }, "/lol-rso-auth/v1/authorization/userinfo": { "get": { "operationId": "GetLolRsoAuthV1AuthorizationUserinfo", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthUserInfo" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolRsoAuthV1AuthorizationUserinfo", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthUserInfo" } } }, "description": "Success response" } } } }, "/lol-rso-auth/v1/status/{platformId}": { "get": { "operationId": "GetLolRsoAuthV1StatusByPlatformId", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [ { "in": "path", "name": "platformId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthRegionStatus" } } }, "description": "Success response" } } } }, "/lol-seasons/v1/season/LOL/current-split-seasons": { "get": { "operationId": "GetLolSeasonsV1SeasonLOLCurrentSplitSeasons", "description": "", "tags": [ "Plugin lol-seasons" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int64" } } } }, "description": "Success response" } } } }, "/lol-seasons/v1/season/product/{product}": { "get": { "operationId": "GetLolSeasonsV1SeasonProductByProduct", "description": "", "tags": [ "Plugin lol-seasons" ], "parameters": [ { "in": "path", "name": "product", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSeasonsAllSeasonsProduct" } } }, "description": "Success response" } } } }, "/lol-seasons/v1/season/recent-final-split": { "get": { "operationId": "GetLolSeasonsV1SeasonRecentFinalSplit", "description": "", "tags": [ "Plugin lol-seasons" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSeasonsAllSeasonsProduct" } } }, "description": "Success response" } } } }, "/lol-service-status/v1/lcu-status": { "get": { "operationId": "GetLolServiceStatusV1LcuStatus", "description": "", "tags": [ "Plugin lol-service-status" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolServiceStatusServiceStatusResource" } } }, "description": "Success response" } } } }, "/lol-service-status/v1/ticker-messages": { "get": { "operationId": "GetLolServiceStatusV1TickerMessages", "description": "", "tags": [ "Plugin lol-service-status" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolServiceStatusTickerMessage" } } } }, "description": "Success response" } } } }, "/lol-settings/v1/account/{category}": { "get": { "operationId": "GetLolSettingsV1AccountByCategory", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [ { "in": "path", "name": "category", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolSettingsV1AccountByCategory", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [ { "in": "path", "name": "category", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSettingsSettingCategory" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolSettingsV1AccountByCategory", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [ { "in": "path", "name": "category", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSettingsSettingCategory" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-settings/v1/account/didreset": { "get": { "operationId": "GetLolSettingsV1AccountDidreset", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-settings/v1/local/{category}": { "get": { "operationId": "GetLolSettingsV1LocalByCategory", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [ { "in": "path", "name": "category", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolSettingsV1LocalByCategory", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [ { "in": "path", "name": "category", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSettingsSettingCategory" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-settings/v2/account/{ppType}/{category}": { "get": { "operationId": "GetLolSettingsV2AccountByPpTypeByCategory", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [ { "in": "path", "name": "ppType", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "category", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolSettingsV2AccountByPpTypeByCategory", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [ { "in": "path", "name": "ppType", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "category", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSettingsSettingCategory" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolSettingsV2AccountByPpTypeByCategory", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [ { "in": "path", "name": "ppType", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "category", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSettingsSettingCategory" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-settings/v2/config": { "get": { "operationId": "GetLolSettingsV2Config", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSettingsSettingsConfig" } } }, "description": "Success response" } } } }, "/lol-settings/v2/didreset/{ppType}": { "get": { "operationId": "GetLolSettingsV2DidresetByPpType", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [ { "in": "path", "name": "ppType", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-settings/v2/local/{category}": { "get": { "operationId": "GetLolSettingsV2LocalByCategory", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [ { "in": "path", "name": "category", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolSettingsV2LocalByCategory", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [ { "in": "path", "name": "category", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSettingsSettingCategory" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-settings/v2/ready": { "get": { "operationId": "GetLolSettingsV2Ready", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-shutdown/v1/notification": { "get": { "operationId": "GetLolShutdownV1Notification", "description": "", "tags": [ "Plugin lol-shutdown" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolShutdownShutdownNotification" } } }, "description": "Success response" } } } }, "/lol-simple-dialog-messages/v1/messages": { "get": { "operationId": "GetLolSimpleDialogMessagesV1Messages", "description": "", "tags": [ "Plugin lol-simple-dialog-messages" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolSimpleDialogMessagesMessage" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolSimpleDialogMessagesV1Messages", "description": "", "tags": [ "Plugin lol-simple-dialog-messages" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSimpleDialogMessagesLocalMessageRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-social-leaderboard/v1/leaderboard-next-update-time": { "get": { "operationId": "GetLolSocialLeaderboardV1LeaderboardNextUpdateTime", "description": "", "tags": [ "Plugin lol-social-leaderboard" ], "parameters": [ { "in": "query", "schema": { "$ref": "#/components/schemas/LolSocialLeaderboardLeagueQueueType" }, "name": "queueType" } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "int64" } } }, "description": "Success response" } } } }, "/lol-social-leaderboard/v1/social-leaderboard-data": { "get": { "operationId": "GetLolSocialLeaderboardV1SocialLeaderboardData", "description": "", "tags": [ "Plugin lol-social-leaderboard" ], "parameters": [ { "in": "query", "schema": { "$ref": "#/components/schemas/LolSocialLeaderboardLeagueQueueType" }, "name": "queueType" } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSocialLeaderboardSocialLeaderboardData" } } }, "description": "Success response" } } } }, "/lol-spectator/v1/spectate": { "get": { "operationId": "GetLolSpectatorV1Spectate", "description": "", "tags": [ "Plugin lol-spectator" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSpectatorSpectateGameInfo" } } }, "description": "Success response" } } } }, "/lol-spectator/v1/spectate/config": { "get": { "operationId": "GetLolSpectatorV1SpectateConfig", "description": "", "tags": [ "Plugin lol-spectator" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSpectatorSpectatorConfig" } } }, "description": "Success response" } } } }, "/lol-statstones/v1/eog-notifications/{gameId}": { "get": { "operationId": "GetLolStatstonesV1EogNotificationsByGameId", "description": "", "tags": [ "Plugin lol-statstones" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolStatstonesEogNotificationEnvelope" } } }, "description": "Success response" } } } }, "/lol-statstones/v1/featured-champion-statstones/{championItemId}": { "get": { "operationId": "GetLolStatstonesV1FeaturedChampionStatstonesByChampionItemId", "description": "", "tags": [ "Plugin lol-statstones" ], "parameters": [ { "in": "path", "name": "championItemId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesStatstone" } } } }, "description": "Success response" } } } }, "/lol-statstones/v1/profile-summary/{puuid}": { "get": { "operationId": "GetLolStatstonesV1ProfileSummaryByPuuid", "description": "", "tags": [ "Plugin lol-statstones" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesProfileStatstoneSummary" } } } }, "description": "Success response" } } } }, "/lol-statstones/v1/statstone/{contentId}/owned": { "get": { "operationId": "GetLolStatstonesV1StatstoneByContentIdOwned", "description": "", "tags": [ "Plugin lol-statstones" ], "parameters": [ { "in": "path", "name": "contentId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-statstones/v1/statstones-enabled-queue-ids": { "get": { "operationId": "GetLolStatstonesV1StatstonesEnabledQueueIds", "description": "", "tags": [ "Plugin lol-statstones" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } }, "description": "Success response" } } } }, "/lol-statstones/v2/player-statstones-self/{championItemId}": { "get": { "operationId": "GetLolStatstonesV2PlayerStatstonesSelfByChampionItemId", "description": "", "tags": [ "Plugin lol-statstones" ], "parameters": [ { "in": "path", "name": "championItemId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesStatstoneSet" } } } }, "description": "Success response" } } } }, "/lol-statstones/v2/player-summary-self": { "get": { "operationId": "GetLolStatstonesV2PlayerSummarySelf", "description": "", "tags": [ "Plugin lol-statstones" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesChampionStatstoneSummary" } } } }, "description": "Success response" } } } }, "/lol-store/v1/alias-change-notifications": { "get": { "operationId": "GetLolStoreV1AliasChangeNotifications", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreAliasChangeNotificationResource" } } } }, "description": "Success response" } } } }, "/lol-store/v1/{pageType}": { "get": { "operationId": "GetLolStoreV1ByPageType", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "path", "name": "pageType", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-store/v1/catalog": { "get": { "operationId": "GetLolStoreV1Catalog", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "query", "name": "inventoryType", "schema": { "type": "array", "items": { "type": "string" } }, "required": false }, { "in": "query", "name": "itemId", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "required": false } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreCatalogItem" } } } }, "description": "Success response" } } } }, "/lol-store/v1/catalogByInstanceIds": { "get": { "operationId": "GetLolStoreV1CatalogByInstanceIds", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "query", "required": true, "name": "instanceIds", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreCatalogItem" } } } }, "description": "Success response" } } } }, "/lol-store/v1/catalog/{inventoryType}": { "get": { "operationId": "GetLolStoreV1CatalogByInventoryType", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "path", "name": "inventoryType", "required": true, "schema": { "type": "string" } }, { "in": "query", "required": true, "name": "itemIds", "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreCatalogItem" } } } }, "description": "Success response" } } } }, "/lol-store/v1/catalog/items/skip-cache": { "get": { "operationId": "GetLolStoreV1CatalogItemsSkipCache", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "query", "required": true, "name": "catalogItemKeys", "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreItemKey" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreCatalogItem" } } } }, "description": "Success response" } } } }, "/lol-store/v1/catalog/sales": { "get": { "operationId": "GetLolStoreV1CatalogSales", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreItemSale" } } } }, "description": "Success response" } } } }, "/lol-store/v1/getStoreUrl": { "get": { "operationId": "GetLolStoreV1GetStoreUrl", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-store/v1/giftablefriends": { "get": { "operationId": "GetLolStoreV1Giftablefriends", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreGiftingFriend" } } } }, "description": "Success response" } } } }, "/lol-store/v1/itemKeysFromInstanceIds": { "get": { "operationId": "GetLolStoreV1ItemKeysFromInstanceIds", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "query", "required": true, "name": "instanceIds", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolStoreItemKey" } } } }, "description": "Success response" } } } }, "/lol-store/v1/itemKeysFromOfferIds": { "get": { "operationId": "GetLolStoreV1ItemKeysFromOfferIds", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "query", "required": true, "name": "offerIds", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolStoreItemKey" } } } }, "description": "Success response" } } } }, "/lol-store/v1/lastPage": { "get": { "operationId": "GetLolStoreV1LastPage", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolStoreV1LastPage", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-store/v1/offers": { "get": { "operationId": "GetLolStoreV1Offers", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "query", "required": false, "name": "inventoryTypeUUIDs", "schema": { "type": "array", "items": { "type": "string" } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreCapOffer" } } } }, "description": "Success response" } } } }, "/lol-store/v1/offers/{offerId}": { "get": { "operationId": "GetLolStoreV1OffersByOfferId", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "path", "name": "offerId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolStoreCapOffer" } } }, "description": "Success response" } } } }, "/lol-store/v1/order-notifications": { "get": { "operationId": "GetLolStoreV1OrderNotifications", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreOrderNotificationResource" } } } }, "description": "Success response" } } } }, "/lol-store/v1/order-notifications/{id}": { "get": { "operationId": "GetLolStoreV1OrderNotificationsById", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolStoreOrderNotificationResource" } } }, "description": "Success response" } } } }, "/lol-store/v1/paymentDetails": { "get": { "operationId": "GetLolStoreV1PaymentDetails", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "query", "name": "action", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "giftRecipientAccountId", "schema": { "type": "integer", "format": "uint64", "minimum": 0 }, "required": false }, { "in": "query", "name": "giftMessage", "schema": { "type": "string" }, "required": false } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-store/v1/skins/{skinId}": { "get": { "operationId": "GetLolStoreV1SkinsBySkinId", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "path", "name": "skinId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolStoreCatalogItem" } } }, "description": "Success response" } } } }, "/lol-store/v1/status": { "get": { "operationId": "GetLolStoreV1Status", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolStoreStoreStatus" } } }, "description": "Success response" } } } }, "/lol-store/v1/store-ready": { "get": { "operationId": "GetLolStoreV1StoreReady", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-store/v2/offers": { "get": { "operationId": "GetLolStoreV2Offers", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [ { "in": "query", "required": false, "name": "typeId", "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreCapOffer" } } } }, "description": "Success response" } } } }, "/lol-suggested-players/v1/suggested-players": { "get": { "operationId": "GetLolSuggestedPlayersV1SuggestedPlayers", "description": "", "tags": [ "Plugin lol-suggested-players" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolSuggestedPlayersSuggestedPlayersSuggestedPlayer" } } } }, "description": "Success response" } } } }, "/lol-summoner/v1/alias/lookup": { "get": { "operationId": "GetLolSummonerV1AliasLookup", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [ { "in": "query", "name": "gameName", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "tagLine", "schema": { "type": "string" }, "required": true } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerAliasLookupResponse" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/check-name-availability/{name}": { "get": { "operationId": "GetLolSummonerV1CheckNameAvailabilityByName", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [ { "in": "path", "name": "name", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/check-name-availability-new-summoners/{name}": { "get": { "operationId": "GetLolSummonerV1CheckNameAvailabilityNewSummonersByName", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [ { "in": "path", "name": "name", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/current-summoner": { "get": { "operationId": "GetLolSummonerV1CurrentSummoner", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerSummoner" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/current-summoner/account-and-summoner-ids": { "get": { "operationId": "GetLolSummonerV1CurrentSummonerAccountAndSummonerIds", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerAccountIdAndSummonerId" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/current-summoner/autofill": { "get": { "operationId": "GetLolSummonerV1CurrentSummonerAutofill", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolSummonerAutoFillQueueDto" } } } }, "description": "Success response" } } } }, "/lol-summoner/v1/current-summoner/jwt": { "get": { "operationId": "GetLolSummonerV1CurrentSummonerJwt", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/current-summoner/profile-privacy": { "get": { "operationId": "GetLolSummonerV1CurrentSummonerProfilePrivacy", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerProfilePrivacy" } } }, "description": "Success response" } } }, "put": { "operationId": "PutLolSummonerV1CurrentSummonerProfilePrivacy", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerProfilePrivacySetting" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-summoner/v1/current-summoner/rerollPoints": { "get": { "operationId": "GetLolSummonerV1CurrentSummonerRerollPoints", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerSummonerRerollPoints" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/current-summoner/summoner-profile": { "get": { "operationId": "GetLolSummonerV1CurrentSummonerSummonerProfile", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolSummonerV1CurrentSummonerSummonerProfile", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerSummonerProfileUpdate" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-summoner/v1/player-alias-state": { "get": { "operationId": "GetLolSummonerV1PlayerAliasState", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerPlayerNameState" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/player-name-mode": { "get": { "operationId": "GetLolSummonerV1PlayerNameMode", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerPlayerNameMode" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/profile-privacy-enabled": { "get": { "operationId": "GetLolSummonerV1ProfilePrivacyEnabled", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerProfilePrivacyEnabledState" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/riot-alias-free-eligibility": { "get": { "operationId": "GetLolSummonerV1RiotAliasFreeEligibility", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/riot-alias-purchase-eligibility": { "get": { "operationId": "GetLolSummonerV1RiotAliasPurchaseEligibility", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/status": { "get": { "operationId": "GetLolSummonerV1Status", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerStatus" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/summoner-profile": { "get": { "operationId": "GetLolSummonerV1SummonerProfile", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [ { "in": "query", "required": true, "name": "puuid", "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-summoner/v1/summoner-requests-ready": { "get": { "operationId": "GetLolSummonerV1SummonerRequestsReady", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/summoners": { "get": { "operationId": "GetLolSummonerV1Summoners", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [ { "in": "query", "required": true, "name": "name", "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerSummoner" } } }, "description": "Success response" } } }, "post": { "operationId": "PostLolSummonerV1Summoners", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerSummonerRequestedName" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerSummoner" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/summoners/{id}": { "get": { "operationId": "GetLolSummonerV1SummonersById", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerSummoner" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/summoners-by-puuid-cached/{puuid}": { "get": { "operationId": "GetLolSummonerV1SummonersByPuuidCachedByPuuid", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerSummoner" } } }, "description": "Success response" } } } }, "/lol-summoner/v2/summoner-icons": { "get": { "operationId": "GetLolSummonerV2SummonerIcons", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [ { "in": "query", "required": true, "name": "ids", "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolSummonerSummonerIdAndIcon" } } } }, "description": "Success response" } } } }, "/lol-summoner/v2/summoner-names": { "get": { "operationId": "GetLolSummonerV2SummonerNames", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [ { "in": "query", "required": true, "name": "ids", "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolSummonerSummonerIdAndName" } } } }, "description": "Success response" } } } }, "/lol-summoner/v2/summoners": { "get": { "operationId": "GetLolSummonerV2Summoners", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [ { "in": "query", "required": false, "name": "ids", "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolSummonerSummoner" } } } }, "description": "Success response" } } } }, "/lol-summoner/v2/summoners/puuid/{puuid}": { "get": { "operationId": "GetLolSummonerV2SummonersPuuidByPuuid", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerSummoner" } } }, "description": "Success response" } } } }, "/lol-tastes/v1/ready": { "get": { "operationId": "GetLolTastesV1Ready", "description": "", "tags": [ "Plugin lol-tastes" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-tastes/v1/skins-model": { "get": { "operationId": "GetLolTastesV1SkinsModel", "description": "", "tags": [ "Plugin lol-tastes" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTastesDataModelResponse" } } }, "description": "Success response" } } } }, "/lol-tastes/v1/tft-overview-model": { "get": { "operationId": "GetLolTastesV1TftOverviewModel", "description": "", "tags": [ "Plugin lol-tastes" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTastesDataModelResponse" } } }, "description": "Success response" } } } }, "/lol-tft-pass/v1/battle-pass": { "get": { "operationId": "GetLolTftPassV1BattlePass", "description": "", "tags": [ "Plugin lol-tft-pass" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftPassTftBattlepass" } } }, "description": "Success response" } } } }, "/lol-tft-pass/v1/config-fetched": { "get": { "operationId": "GetLolTftPassV1ConfigFetched", "description": "", "tags": [ "Plugin lol-tft-pass" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-tft-pass/v1/daily-login-pass": { "get": { "operationId": "GetLolTftPassV1DailyLoginPass", "description": "", "tags": [ "Plugin lol-tft-pass" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftPassTftBattlepass" } } }, "description": "Success response" } } } }, "/lol-tft-pass/v1/enabled": { "get": { "operationId": "GetLolTftPassV1Enabled", "description": "", "tags": [ "Plugin lol-tft-pass" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-tft-pass/v1/event-pass": { "get": { "operationId": "GetLolTftPassV1EventPass", "description": "", "tags": [ "Plugin lol-tft-pass" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftPassTftBattlepass" } } }, "description": "Success response" } } } }, "/lol-tft-pass/v1/ready": { "get": { "operationId": "GetLolTftPassV1Ready", "description": "", "tags": [ "Plugin lol-tft-pass" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-tft-pass/v1/reward-notification": { "get": { "operationId": "GetLolTftPassV1RewardNotification", "description": "", "tags": [ "Plugin lol-tft-pass" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftPassTFTPassRewardNotification" } } }, "description": "Success response" } } } }, "/lol-tft-pass/v1/skill-tree-pass": { "get": { "operationId": "GetLolTftPassV1SkillTreePass", "description": "", "tags": [ "Plugin lol-tft-pass" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftPassTftBattlepass" } } }, "description": "Success response" } } } }, "/lol-tft-skill-tree/v1/enabled": { "get": { "operationId": "GetLolTftSkillTreeV1Enabled", "description": "", "tags": [ "Plugin lol-tft-skill-tree" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-tft-skill-tree/v1/player-progression": { "get": { "operationId": "GetLolTftSkillTreeV1PlayerProgression", "description": "", "tags": [ "Plugin lol-tft-skill-tree" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftSkillTreeEventSkillPlayerProgression" } } }, "description": "Success response" } } } }, "/lol-tft-skill-tree/v1/ready": { "get": { "operationId": "GetLolTftSkillTreeV1Ready", "description": "", "tags": [ "Plugin lol-tft-skill-tree" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-tft-skill-tree/v1/skill/{skillId}": { "get": { "operationId": "GetLolTftSkillTreeV1SkillBySkillId", "description": "", "tags": [ "Plugin lol-tft-skill-tree" ], "parameters": [ { "in": "path", "name": "skillId", "required": true, "schema": { "type": "integer", "format": "uint16", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftSkillTreeEventSkill" } } }, "description": "Success response" } } } }, "/lol-tft-skill-tree/v1/skill-tree": { "get": { "operationId": "GetLolTftSkillTreeV1SkillTree", "description": "", "tags": [ "Plugin lol-tft-skill-tree" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftSkillTreeEventSkillTreeData" } } }, "description": "Success response" } } } }, "/lol-tft-skill-tree/v1/skill-tree-rank/{rank}": { "get": { "operationId": "GetLolTftSkillTreeV1SkillTreeRankByRank", "description": "", "tags": [ "Plugin lol-tft-skill-tree" ], "parameters": [ { "in": "path", "name": "rank", "required": true, "schema": { "type": "integer", "format": "uint8", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftSkillTreeEventSkillTreeRank" } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/config": { "get": { "operationId": "GetLolTftTeamPlannerV1Config", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftTeamPlannerTFTTeamPlannerConfig" } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/ftue/hasViewed": { "get": { "operationId": "GetLolTftTeamPlannerV1FtueHasViewed", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolTftTeamPlannerV1FtueHasViewed", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "boolean" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/sets/dirty": { "get": { "operationId": "GetLolTftTeamPlannerV1SetsDirty", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolTftTeamPlannerTeamsForSet" } } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/sort-option": { "get": { "operationId": "GetLolTftTeamPlannerV1SortOption", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolTftTeamPlannerV1SortOption", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/team/local": { "get": { "operationId": "GetLolTftTeamPlannerV1TeamLocal", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftTeamPlannerTeamSettings" } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/team/reminders": { "get": { "operationId": "GetLolTftTeamPlannerV1TeamReminders", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchLolTftTeamPlannerV1TeamReminders", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "boolean" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v2/reminders": { "get": { "operationId": "GetLolTftTeamPlannerV2Reminders", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/lol-tft-troves/v1/banners": { "get": { "operationId": "GetLolTftTrovesV1Banners", "description": "", "tags": [ "Plugin lol-tft-troves" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesTrovesBanner" } } } }, "description": "Success response" } } } }, "/lol-tft-troves/v1/config": { "get": { "operationId": "GetLolTftTrovesV1Config", "description": "", "tags": [ "Plugin lol-tft-troves" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftTrovesTroves" } } }, "description": "Success response" } } } }, "/lol-tft-troves/v1/loot-odds/{dropTableId}": { "get": { "operationId": "GetLolTftTrovesV1LootOddsByDropTableId", "description": "", "tags": [ "Plugin lol-tft-troves" ], "parameters": [ { "in": "path", "name": "dropTableId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftTrovesVerboseLootOddsResponse" } } }, "description": "Success response" } } } }, "/lol-tft-troves/v1/milestone-notifications": { "get": { "operationId": "GetLolTftTrovesV1MilestoneNotifications", "description": "", "tags": [ "Plugin lol-tft-troves" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-tft-troves/v1/milestones": { "get": { "operationId": "GetLolTftTrovesV1Milestones", "description": "", "tags": [ "Plugin lol-tft-troves" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftTrovesTrovesMilestones" } } }, "description": "Success response" } } } }, "/lol-tft-troves/v1/status-notifications": { "get": { "operationId": "GetLolTftTrovesV1StatusNotifications", "description": "", "tags": [ "Plugin lol-tft-troves" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-tft/v1/tft/backgrounds": { "get": { "operationId": "GetLolTftV1TftBackgrounds", "description": "", "tags": [ "Plugin lol-tft" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftLolTftBackgrounds" } } }, "description": "Success response" } } } }, "/lol-tft/v1/tft/battlePassHub": { "get": { "operationId": "GetLolTftV1TftBattlePassHub", "description": "", "tags": [ "Plugin lol-tft" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftLolTftBattlePassHub" } } }, "description": "Success response" } } } }, "/lol-tft/v1/tft/events": { "get": { "operationId": "GetLolTftV1TftEvents", "description": "", "tags": [ "Plugin lol-tft" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftLolTftEvents" } } }, "description": "Success response" } } } }, "/lol-tft/v1/tft/homeHub": { "get": { "operationId": "GetLolTftV1TftHomeHub", "description": "", "tags": [ "Plugin lol-tft" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftLolTftHomeHub" } } }, "description": "Success response" } } } }, "/lol-tft/v1/tft/newsHub": { "get": { "operationId": "GetLolTftV1TftNewsHub", "description": "", "tags": [ "Plugin lol-tft" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftLolTftNewsHub" } } }, "description": "Success response" } } } }, "/lol-tft/v1/tft/promoButtons": { "get": { "operationId": "GetLolTftV1TftPromoButtons", "description": "", "tags": [ "Plugin lol-tft" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftLolTftPromoButtons" } } }, "description": "Success response" } } } }, "/lol-tft/v1/tft/tencentEventhubConfigs": { "get": { "operationId": "GetLolTftV1TftTencentEventhubConfigs", "description": "", "tags": [ "Plugin lol-tft" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftLolTftTencentEventHubConfigs" } } }, "description": "Success response" } } } }, "/lol-trophies/v1/current-summoner/trophies/profile": { "get": { "operationId": "GetLolTrophiesV1CurrentSummonerTrophiesProfile", "description": "", "tags": [ "Plugin lol-trophies" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTrophiesTrophyProfileData" } } }, "description": "Success response" } } } }, "/lol-trophies/v1/players/{puuid}/trophies/profile": { "get": { "operationId": "GetLolTrophiesV1PlayersByPuuidTrophiesProfile", "description": "", "tags": [ "Plugin lol-trophies" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTrophiesTrophyProfileData" } } }, "description": "Success response" } } } }, "/lol-vanguard/v1/config/days-to-reshow-modal": { "get": { "operationId": "GetLolVanguardV1ConfigDaysToReshowModal", "description": "", "tags": [ "Plugin lol-vanguard" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "number", "format": "float" } } }, "description": "Success response" } } } }, "/lol-vanguard/v1/config/enabled": { "get": { "operationId": "GetLolVanguardV1ConfigEnabled", "description": "", "tags": [ "Plugin lol-vanguard" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-vanguard/v1/is-playing-in-pcb": { "get": { "operationId": "GetLolVanguardV1IsPlayingInPcb", "description": "", "tags": [ "Plugin lol-vanguard" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-vanguard/v1/machine-specs": { "get": { "operationId": "GetLolVanguardV1MachineSpecs", "description": "", "tags": [ "Plugin lol-vanguard" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolVanguardVanguardMachineSpecs" } } }, "description": "Success response" } } } }, "/lol-vanguard/v1/session": { "get": { "operationId": "GetLolVanguardV1Session", "description": "", "tags": [ "Plugin lol-vanguard" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolVanguardVanguardSession" } } }, "description": "Success response" } } } }, "/lol-yourshop/v1/has-permissions": { "get": { "operationId": "GetLolYourshopV1HasPermissions", "description": "", "tags": [ "Plugin lol-yourshop" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-yourshop/v1/modal": { "get": { "operationId": "GetLolYourshopV1Modal", "description": "", "tags": [ "Plugin lol-yourshop" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-yourshop/v1/offers": { "get": { "operationId": "GetLolYourshopV1Offers", "description": "", "tags": [ "Plugin lol-yourshop" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolYourshopUIOffer" } } } }, "description": "Success response" } } } }, "/lol-yourshop/v1/ready": { "get": { "operationId": "GetLolYourshopV1Ready", "description": "", "tags": [ "Plugin lol-yourshop" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-yourshop/v1/status": { "get": { "operationId": "GetLolYourshopV1Status", "description": "", "tags": [ "Plugin lol-yourshop" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolYourshopUIStatus" } } }, "description": "Success response" } } } }, "/lol-yourshop/v1/themed": { "get": { "operationId": "GetLolYourshopV1Themed", "description": "", "tags": [ "Plugin lol-yourshop" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/memory/v1/fe-processes-ready": { "get": { "operationId": "GetMemoryV1FeProcessesReady", "description": "Returns whether or not the frontend processes are ready", "tags": [ "memory" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/patcher/v1/notifications": { "get": { "operationId": "GetPatcherV1Notifications", "description": "", "tags": [ "Plugin patcher" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PatcherNotification" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostPatcherV1Notifications", "description": "", "tags": [ "Plugin patcher" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PatcherNotificationId" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/patcher/v1/p2p/status": { "get": { "operationId": "GetPatcherV1P2pStatus", "description": "", "tags": [ "Plugin patcher" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PatcherP2PStatus" } } }, "description": "Success response" } } }, "patch": { "operationId": "PatchPatcherV1P2pStatus", "description": "", "tags": [ "Plugin patcher" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PatcherP2PStatusUpdate" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/patcher/v1/products": { "get": { "operationId": "GetPatcherV1Products", "description": "", "tags": [ "Plugin patcher" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/patcher/v1/products/{product-id}/paths": { "get": { "operationId": "GetPatcherV1ProductsByProductIdPaths", "description": "", "tags": [ "Plugin patcher" ], "parameters": [ { "in": "path", "name": "product-id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "string" } } } }, "description": "Success response" } } } }, "/patcher/v1/products/{product-id}/state": { "get": { "operationId": "GetPatcherV1ProductsByProductIdState", "description": "", "tags": [ "Plugin patcher" ], "parameters": [ { "in": "path", "name": "product-id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PatcherProductState" } } }, "description": "Success response" } } } }, "/patcher/v1/products/{product-id}/tags": { "get": { "operationId": "GetPatcherV1ProductsByProductIdTags", "description": "", "tags": [ "Plugin patcher" ], "parameters": [ { "in": "path", "name": "product-id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "string" } } } }, "description": "Success response" } } } }, "/patcher/v1/status": { "get": { "operationId": "GetPatcherV1Status", "description": "", "tags": [ "Plugin patcher" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PatcherStatus" } } }, "description": "Success response" } } } }, "/performance/v1/memory": { "get": { "operationId": "GetPerformanceV1Memory", "description": "Returns process memory status", "tags": [ "performance" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/performance/v1/report": { "get": { "operationId": "GetPerformanceV1Report", "description": "Returns the various performance information for the cef processes", "tags": [ "performance" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "additionalProperties": true } } } }, "description": "Success response" } } } }, "/performance/v1/system-info": { "get": { "operationId": "GetPerformanceV1SystemInfo", "description": "Returns hardware and software specs for the machine the client is running on.", "tags": [ "performance" ], "parameters": [ { "in": "query", "required": false, "name": "full", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/player-notifications/v1/config": { "get": { "operationId": "GetPlayerNotificationsV1Config", "description": "", "tags": [ "Plugin player-notifications" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PlayerNotificationsPlayerNotificationConfigResource" } } }, "description": "Success response" } } }, "put": { "operationId": "PutPlayerNotificationsV1Config", "description": "", "tags": [ "Plugin player-notifications" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PlayerNotificationsPlayerNotificationConfigResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PlayerNotificationsPlayerNotificationConfigResource" } } }, "description": "Success response" } } } }, "/player-notifications/v1/notifications": { "get": { "operationId": "GetPlayerNotificationsV1Notifications", "description": "", "tags": [ "Plugin player-notifications" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerNotificationsPlayerNotificationResource" } } } }, "description": "Success response" } } }, "post": { "operationId": "PostPlayerNotificationsV1Notifications", "description": "", "tags": [ "Plugin player-notifications" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PlayerNotificationsPlayerNotificationResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PlayerNotificationsPlayerNotificationResource" } } }, "description": "Success response" } } } }, "/plugin-manager/v1/external-plugins/availability": { "get": { "operationId": "GetPluginManagerV1ExternalPluginsAvailability", "description": "Get the status of the external plugin connection.", "tags": [ "Plugin Manager", "Plugin Manager Diagnostics" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ExternalPluginsResource" } } }, "description": "Success response" } } } }, "/plugin-manager/v1/status": { "get": { "operationId": "GetPluginManagerV1Status", "description": "Get the status of the plugin manager.", "tags": [ "Plugin Manager", "Plugin Manager Diagnostics" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PluginManagerResource" } } }, "description": "Success response" } } } }, "/plugin-manager/v2/descriptions": { "get": { "operationId": "GetPluginManagerV2Descriptions", "description": "Get all plugin descriptions.", "tags": [ "Plugin Manager", "Plugin Manager Info" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PluginDescriptionResource" } } } }, "description": "Success response" } } } }, "/plugin-manager/v2/descriptions/{plugin}": { "get": { "operationId": "GetPluginManagerV2DescriptionsByPlugin", "description": "Get a plugin description.", "tags": [ "Plugin Manager", "Plugin Manager Info" ], "parameters": [ { "in": "path", "name": "plugin", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PluginDescriptionResource" } } }, "description": "Success response" } } } }, "/plugin-manager/v2/plugins": { "get": { "operationId": "GetPluginManagerV2Plugins", "description": "Get diagnostic information for all plugins.", "tags": [ "Plugin Manager", "Plugin Manager Diagnostics" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PluginResource" } } } }, "description": "Success response" } } } }, "/plugin-manager/v2/plugins/{plugin}": { "get": { "operationId": "GetPluginManagerV2PluginsByPlugin", "description": "Get diagnostic information for a single plugin.", "tags": [ "Plugin Manager", "Plugin Manager Diagnostics" ], "parameters": [ { "in": "path", "name": "plugin", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PluginResource" } } }, "description": "Success response" } } } }, "/plugin-manager/v3/plugins-manifest": { "get": { "operationId": "GetPluginManagerV3PluginsManifest", "description": "Get the plugin manifest.", "tags": [ "Plugin Manager", "Plugin Manager Info" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/process-control/v1/process": { "get": { "operationId": "GetProcessControlV1Process", "description": "Returns information about the process-control.", "tags": [ "process-control" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ProcessControlProcess" } } }, "description": "Success response" } } } }, "/riot-messaging-service/v1/message/{a}": { "get": { "operationId": "GetRiotMessagingServiceV1MessageByA", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [ { "in": "path", "name": "a", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RmsMessage" } } }, "description": "Success response" } } } }, "/riot-messaging-service/v1/message/{a}/{b}": { "get": { "operationId": "GetRiotMessagingServiceV1MessageByAByB", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [ { "in": "path", "name": "a", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "b", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RmsMessage" } } }, "description": "Success response" } } } }, "/riot-messaging-service/v1/message/{a}/{b}/{c}": { "get": { "operationId": "GetRiotMessagingServiceV1MessageByAByBByC", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [ { "in": "path", "name": "a", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "b", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "c", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RmsMessage" } } }, "description": "Success response" } } } }, "/riot-messaging-service/v1/message/{a}/{b}/{c}/{d}": { "get": { "operationId": "GetRiotMessagingServiceV1MessageByAByBByCByD", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [ { "in": "path", "name": "a", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "b", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "c", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "d", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RmsMessage" } } }, "description": "Success response" } } } }, "/riot-messaging-service/v1/message/{a}/{b}/{c}/{d}/{e}": { "get": { "operationId": "GetRiotMessagingServiceV1MessageByAByBByCByDByE", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [ { "in": "path", "name": "a", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "b", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "c", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "d", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "e", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RmsMessage" } } }, "description": "Success response" } } } }, "/riot-messaging-service/v1/message/{a}/{b}/{c}/{d}/{e}/{f}": { "get": { "operationId": "GetRiotMessagingServiceV1MessageByAByBByCByDByEByF", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [ { "in": "path", "name": "a", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "b", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "c", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "d", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "e", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "f", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RmsMessage" } } }, "description": "Success response" } } } }, "/riot-messaging-service/v1/state": { "get": { "operationId": "GetRiotMessagingServiceV1State", "description": "", "tags": [ "Plugin riot-messaging-service" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RiotMessagingServiceState" } } }, "description": "Success response" } } } }, "/riotclient/app-name": { "get": { "operationId": "GetRiotclientAppName", "description": "Application name without file extension", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/riotclient/app-port": { "get": { "operationId": "GetRiotclientAppPort", "description": "Get the TCP port number that the remoting server is listening on.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint16", "minimum": 0 } } }, "description": "Success response" } } } }, "/riotclient/auth-token": { "get": { "operationId": "GetRiotclientAuthToken", "description": "Return the auth token used by the remoting server", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/riotclient/clipboard": { "get": { "operationId": "GetRiotclientClipboard", "description": "Call to read what is in the native Clipboard", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } }, "post": { "operationId": "PostRiotclientClipboard", "description": "", "tags": [ "riotclient" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/riotclient/command-line-args": { "get": { "operationId": "GetRiotclientCommandLineArgs", "description": "Get the command line parameters for the application", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } }, "description": "Success response" } } } }, "/riotclient/machine-id": { "get": { "operationId": "GetRiotclientMachineId", "description": "Base64 encoded uuid identifying the user's machine", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/riotclient/region-locale": { "get": { "operationId": "GetRiotclientRegionLocale", "description": "", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolL10nRegionLocale" } } }, "description": "Success response" } } } }, "/riotclient/system-info/v1/basic-info": { "get": { "operationId": "GetRiotclientSystemInfoV1BasicInfo", "description": "Get basic system information: OS, memory, processor speed, and number of physical cores", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/basicSystemInfo" } } }, "description": "Success response" } } } }, "/riotclient/trace": { "get": { "operationId": "GetRiotclientTrace", "description": "Retrieves a completed scheduler trace.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/riotclient/ux-crash-count": { "get": { "operationId": "GetRiotclientUxCrashCount", "description": "Returns whether the ux has crashed or not", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } }, "description": "Success response" } } } }, "/riotclient/ux-state": { "get": { "operationId": "GetRiotclientUxState", "description": "Get the current Ux state.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/riotclient/v1/crash-reporting/environment": { "get": { "operationId": "GetRiotclientV1CrashReportingEnvironment", "description": "Get the crash reporting environment identifier.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CrashReportingEnvironment" } } }, "description": "Success response" } } }, "put": { "operationId": "PutRiotclientV1CrashReportingEnvironment", "description": "Tags the crash with an environment so it can be filtered more easily.", "tags": [ "riotclient" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/CrashReportingEnvironment" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/zoom-scale": { "get": { "operationId": "GetRiotclientZoomScale", "description": "Gets the last known posted zoom-scale value.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "number", "format": "double" } } }, "description": "Success response" } } }, "post": { "operationId": "PostRiotclientZoomScale", "description": "Handles changing the zoom scale value.", "tags": [ "riotclient" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "number", "format": "double" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/sanitizer/v1/status": { "get": { "operationId": "GetSanitizerV1Status", "description": "", "tags": [ "Plugin sanitizer" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SanitizerSanitizerStatus" } } }, "description": "Success response" } } } }, "/system/v1/builds": { "get": { "operationId": "GetSystemV1Builds", "description": "Information about the current artifacts that make up this build", "tags": [ "other" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/BuildInfo" } } }, "description": "Success response" } } } }, "/telemetry/v1/application-start-time": { "get": { "operationId": "GetTelemetryV1ApplicationStartTime", "description": "Gets the millisecond UNIX timestamp of when the application was started.", "tags": [ "telemetry" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "description": "Success response" } } } }, "/Help": { "post": { "operationId": "Help", "description": "Returns information on available functions and types", "tags": [ "builtin" ], "parameters": [ { "in": "query", "name": "target", "schema": { "type": "string" }, "required": false }, { "in": "query", "name": "format", "schema": { "$ref": "#/components/schemas/RemotingHelpFormat" }, "required": false } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/async/v1/status/{asyncToken}": { "delete": { "operationId": "HttpAsyncDelete", "description": "Cancels the asynchronous operation or removes its completion status.", "tags": [ "builtin", "http", "async" ], "parameters": [ { "in": "path", "name": "asyncToken", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } }, "get": { "operationId": "HttpAsyncStatus", "description": "Retrieves details on the current state of an asynchronous operation.", "tags": [ "builtin", "http", "async" ], "parameters": [ { "in": "path", "name": "asyncToken", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/async/v1/result/{asyncToken}": { "get": { "operationId": "HttpAsyncResult", "description": "Retrieves the result of a completed asynchronous operation.", "tags": [ "builtin", "http", "async" ], "parameters": [ { "in": "path", "name": "asyncToken", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/LoggingGetEntries": { "post": { "operationId": "LoggingGetEntries", "description": "Gets all buffered log entries since the last call.", "tags": [ "core", "logging" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LogEvent" } } } }, "description": "Success response" } } } }, "/LoggingMetrics": { "post": { "operationId": "LoggingMetrics", "description": "Returns all metrics", "tags": [ "core", "logging" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/LoggingMetricsMetadata": { "post": { "operationId": "LoggingMetricsMetadata", "description": "Returns metadata for all metrics", "tags": [ "core", "logging" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/LoggingStart": { "post": { "operationId": "LoggingStart", "description": "Initializes the logging system.", "tags": [ "core", "logging" ], "parameters": [ { "in": "query", "name": "buffered", "schema": { "type": "boolean" }, "required": false }, { "in": "query", "name": "severity", "schema": { "$ref": "#/components/schemas/LogSeverityLevels" }, "required": false } ], "responses": { "2XX": { "description": "Success response" } } } }, "/LoggingStop": { "post": { "operationId": "LoggingStop", "description": "Finalizes the logging system.", "tags": [ "core", "logging" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/session/actions/{id}": { "patch": { "operationId": "PatchLolChampSelectLegacyV1SessionActionsById", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectAction" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/actions/{id}": { "patch": { "operationId": "PatchLolChampSelectV1SessionActionsById", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectAction" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/recent/{type}": { "patch": { "operationId": "PatchLolCosmeticsV1RecentByType", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [ { "in": "path", "name": "type", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/actions/{id}": { "patch": { "operationId": "PatchLolLobbyTeamBuilderChampSelectV1SessionActionsById", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectAction" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-npe-tutorial-path/v1/tutorials/init": { "patch": { "operationId": "PatchLolNpeTutorialPathV1TutorialsInit", "description": "", "tags": [ "Plugin lol-npe-tutorial-path" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-rewards/v1/grants/view": { "patch": { "operationId": "PatchLolRewardsV1GrantsView", "description": "", "tags": [ "Plugin lol-rewards" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-tft-team-planner/v1/set": { "patch": { "operationId": "PatchLolTftTeamPlannerV1Set", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/set/lastViewed": { "patch": { "operationId": "PatchLolTftTeamPlannerV1SetLastViewed", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/sets/{set}/teams/{team}/{name}": { "patch": { "operationId": "PatchLolTftTeamPlannerV1SetsBySetTeamsByTeamByName", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "name", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/telemetry/v3/slis/add-bool-diagnostic": { "patch": { "operationId": "PatchTelemetryV3SlisAddBoolDiagnostic", "description": "Add bool diagnostic to be sent with SLIs.", "tags": [ "telemetry" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SLIBoolDiagnostic" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/telemetry/v3/slis/add-double-diagnostic": { "patch": { "operationId": "PatchTelemetryV3SlisAddDoubleDiagnostic", "description": "Add double diagnostic to be sent with SLIs.", "tags": [ "telemetry" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SLIDoubleDiagnostic" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/telemetry/v3/slis/add-int-diagnostic": { "patch": { "operationId": "PatchTelemetryV3SlisAddIntDiagnostic", "description": "Add int diagnostic to be sent with SLIs.", "tags": [ "telemetry" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SLIIntDiagnostic" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/telemetry/v3/slis/add-label": { "patch": { "operationId": "PatchTelemetryV3SlisAddLabel", "description": "Add label to be sent with SLIs.", "tags": [ "telemetry" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SLILabel" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/telemetry/v3/slis/add-string-diagnostic": { "patch": { "operationId": "PatchTelemetryV3SlisAddStringDiagnostic", "description": "Add string diagnostic to be sent with SLIs.", "tags": [ "telemetry" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SLIStringDiagnostic" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/deep-links/v1/launch-lor-link": { "post": { "operationId": "PostDeepLinksV1LaunchLorLink", "description": "", "tags": [ "Plugin deep-links" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/dx9-deprecation/legacy-mode-notification/ack": { "post": { "operationId": "PostDx9DeprecationLegacyModeNotificationAck", "description": "", "tags": [ "Plugin lol-dx9-deprecation" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-account-verification/v1/confirmActivationPin": { "post": { "operationId": "PostLolAccountVerificationV1ConfirmActivationPin", "description": "", "tags": [ "Plugin lol-account-verification" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolAccountVerificationConfirmActivationPinRequest" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-account-verification/v1/confirmDeactivationPin": { "post": { "operationId": "PostLolAccountVerificationV1ConfirmDeactivationPin", "description": "", "tags": [ "Plugin lol-account-verification" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolAccountVerificationConfirmDeactivationPinRequest" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-account-verification/v1/sendActivationPin": { "post": { "operationId": "PostLolAccountVerificationV1SendActivationPin", "description": "", "tags": [ "Plugin lol-account-verification" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolAccountVerificationSendActivationPinRequest" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-account-verification/v1/sendDeactivationPin": { "post": { "operationId": "PostLolAccountVerificationV1SendDeactivationPin", "description": "", "tags": [ "Plugin lol-account-verification" ], "parameters": [], "requestBody": { "content": { "application/json": {} } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-challenges/v1/ack-challenge-update/{id}": { "post": { "operationId": "PostLolChallengesV1AckChallengeUpdateById", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-challenges/v1/rsbot-challenges/{gameId}": { "post": { "operationId": "PostLolChallengesV1RsbotChallengesByGameId", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesUIChallenge" } } } }, "description": "Success response" } } } }, "/lol-challenges/v1/update-player-preferences": { "post": { "operationId": "PostLolChallengesV1UpdatePlayerPreferences", "description": "", "tags": [ "Plugin lol-challenges" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChallengesChallengesPlayerPreferences" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/battle-training/launch": { "post": { "operationId": "PostLolChampSelectLegacyV1BattleTrainingLaunch", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/session/actions/{id}/complete": { "post": { "operationId": "PostLolChampSelectLegacyV1SessionActionsByIdComplete", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/session/my-selection/reroll": { "post": { "operationId": "PostLolChampSelectLegacyV1SessionMySelectionReroll", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/session/trades/{id}/accept": { "post": { "operationId": "PostLolChampSelectLegacyV1SessionTradesByIdAccept", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/session/trades/{id}/cancel": { "post": { "operationId": "PostLolChampSelectLegacyV1SessionTradesByIdCancel", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/session/trades/{id}/decline": { "post": { "operationId": "PostLolChampSelectLegacyV1SessionTradesByIdDecline", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select-legacy/v1/session/trades/{id}/request": { "post": { "operationId": "PostLolChampSelectLegacyV1SessionTradesByIdRequest", "description": "", "tags": [ "Plugin lol-champ-select-legacy" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectTradeContract" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/battle-training/launch": { "post": { "operationId": "PostLolChampSelectV1BattleTrainingLaunch", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/ongoing-swap/{id}/clear": { "post": { "operationId": "PostLolChampSelectV1OngoingSwapByIdClear", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/ongoing-trade/{id}/clear": { "post": { "operationId": "PostLolChampSelectV1OngoingTradeByIdClear", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/retrieve-latest-game-dto": { "post": { "operationId": "PostLolChampSelectV1RetrieveLatestGameDto", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/actions/{id}/complete": { "post": { "operationId": "PostLolChampSelectV1SessionActionsByIdComplete", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/bench/swap/{championId}": { "post": { "operationId": "PostLolChampSelectV1SessionBenchSwapByChampionId", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "championId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/my-selection/reroll": { "post": { "operationId": "PostLolChampSelectV1SessionMySelectionReroll", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/simple-inventory": { "post": { "operationId": "PostLolChampSelectV1SessionSimpleInventory", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/swaps/{id}/accept": { "post": { "operationId": "PostLolChampSelectV1SessionSwapsByIdAccept", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/swaps/{id}/cancel": { "post": { "operationId": "PostLolChampSelectV1SessionSwapsByIdCancel", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/swaps/{id}/decline": { "post": { "operationId": "PostLolChampSelectV1SessionSwapsByIdDecline", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/swaps/{id}/request": { "post": { "operationId": "PostLolChampSelectV1SessionSwapsByIdRequest", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectSwapContract" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/trades/{id}/accept": { "post": { "operationId": "PostLolChampSelectV1SessionTradesByIdAccept", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/trades/{id}/cancel": { "post": { "operationId": "PostLolChampSelectV1SessionTradesByIdCancel", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/trades/{id}/decline": { "post": { "operationId": "PostLolChampSelectV1SessionTradesByIdDecline", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/session/trades/{id}/request": { "post": { "operationId": "PostLolChampSelectV1SessionTradesByIdRequest", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectChampSelectTradeContract" } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/team-boost/purchase": { "post": { "operationId": "PostLolChampSelectV1TeamBoostPurchase", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/toggle-favorite/{championId}/{position}": { "post": { "operationId": "PostLolChampSelectV1ToggleFavoriteByChampionIdByPosition", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [ { "in": "path", "name": "championId", "required": true, "schema": { "type": "integer", "format": "int64" } }, { "in": "path", "name": "position", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champ-select/v1/toggle-player-muted": { "post": { "operationId": "PostLolChampSelectV1TogglePlayerMuted", "description": "", "tags": [ "Plugin lol-champ-select" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampSelectMutedPlayerInfo" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-champion-mastery/v1/{puuid}/champion-mastery/top": { "post": { "operationId": "PostLolChampionMasteryV1ByPuuidChampionMasteryTop", "description": "", "tags": [ "Plugin lol-champion-mastery" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChampionMasteryTopChampionMasteries" } } }, "description": "Success response" } } } }, "/lol-champion-mastery/v1/notifications/ack": { "post": { "operationId": "PostLolChampionMasteryV1NotificationsAck", "description": "", "tags": [ "Plugin lol-champion-mastery" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-champion-mastery/v1/scouting": { "post": { "operationId": "PostLolChampionMasteryV1Scouting", "description": "", "tags": [ "Plugin lol-champion-mastery" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/RankedScoutingDTO" } } } }, "description": "Success response" } } } }, "/lol-chat/v1/conversations/eog-chat-toggle": { "post": { "operationId": "PostLolChatV1ConversationsEogChatToggle", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "boolean" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-chat/v1/system-mutes": { "post": { "operationId": "PostLolChatV1SystemMutes", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatPlayerMuteUpdate" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/eog-player-update/acknowledge": { "post": { "operationId": "PostLolClashV1EogPlayerUpdateAcknowledge", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/events": { "post": { "operationId": "PostLolClashV1Events", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/ClashEventData" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/game-end/acknowledge": { "post": { "operationId": "PostLolClashV1GameEndAcknowledge", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/lft/player": { "post": { "operationId": "PostLolClashV1LftPlayer", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashLftState" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/lft/player/find": { "post": { "operationId": "PostLolClashV1LftPlayerFind", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashFindPlayers" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerFinderDTO" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/lft/team": { "post": { "operationId": "PostLolClashV1LftTeam", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashTeamOpenState" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/lft/team/{rosterId}/request": { "post": { "operationId": "PostLolClashV1LftTeamByRosterIdRequest", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/lft/team/fetch-requests": { "post": { "operationId": "PostLolClashV1LftTeamFetchRequests", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int64" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/lft/team/find": { "post": { "operationId": "PostLolClashV1LftTeamFind", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashFindTeams" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/OpenedTeamDTO" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/notifications/acknowledge": { "post": { "operationId": "PostLolClashV1NotificationsAcknowledge", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/refresh": { "post": { "operationId": "PostLolClashV1Refresh", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/accept": { "post": { "operationId": "PostLolClashV1RosterByRosterIdAccept", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/cancel-withdraw": { "post": { "operationId": "PostLolClashV1RosterByRosterIdCancelWithdraw", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/change-all-details": { "post": { "operationId": "PostLolClashV1RosterByRosterIdChangeAllDetails", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashRosterDetails" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/change-icon": { "post": { "operationId": "PostLolClashV1RosterByRosterIdChangeIcon", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashChangeIconRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/change-name": { "post": { "operationId": "PostLolClashV1RosterByRosterIdChangeName", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashChangeNameRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/change-short-name": { "post": { "operationId": "PostLolClashV1RosterByRosterIdChangeShortName", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashChangeNameRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/decline": { "post": { "operationId": "PostLolClashV1RosterByRosterIdDecline", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/disband": { "post": { "operationId": "PostLolClashV1RosterByRosterIdDisband", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/invite": { "post": { "operationId": "PostLolClashV1RosterByRosterIdInvite", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashClientFailedInvite" } } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/kick": { "post": { "operationId": "PostLolClashV1RosterByRosterIdKick", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashKickRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/leave": { "post": { "operationId": "PostLolClashV1RosterByRosterIdLeave", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/lockin": { "post": { "operationId": "PostLolClashV1RosterByRosterIdLockin", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/set-position": { "post": { "operationId": "PostLolClashV1RosterByRosterIdSetPosition", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashSetPositionRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/set-ticket": { "post": { "operationId": "PostLolClashV1RosterByRosterIdSetTicket", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashSetTicketRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/suggest": { "post": { "operationId": "PostLolClashV1RosterByRosterIdSuggest", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/suggest/{summonerId}/accept": { "post": { "operationId": "PostLolClashV1RosterByRosterIdSuggestBySummonerIdAccept", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/suggest/{summonerId}/decline": { "post": { "operationId": "PostLolClashV1RosterByRosterIdSuggestBySummonerIdDecline", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/suggest/{summonerId}/revoke": { "post": { "operationId": "PostLolClashV1RosterByRosterIdSuggestBySummonerIdRevoke", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/ticket-offer/{summonerId}/accept": { "post": { "operationId": "PostLolClashV1RosterByRosterIdTicketOfferBySummonerIdAccept", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/ticket-offer/{summonerId}/decline": { "post": { "operationId": "PostLolClashV1RosterByRosterIdTicketOfferBySummonerIdDecline", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/ticket-offer/{summonerId}/offer": { "post": { "operationId": "PostLolClashV1RosterByRosterIdTicketOfferBySummonerIdOffer", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashOfferTicketRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/ticket-offer/{summonerId}/revoke": { "post": { "operationId": "PostLolClashV1RosterByRosterIdTicketOfferBySummonerIdRevoke", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/transfer-captain": { "post": { "operationId": "PostLolClashV1RosterByRosterIdTransferCaptain", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/unlockin": { "post": { "operationId": "PostLolClashV1RosterByRosterIdUnlockin", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/unwithdraw": { "post": { "operationId": "PostLolClashV1RosterByRosterIdUnwithdraw", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/update-logos": { "post": { "operationId": "PostLolClashV1RosterByRosterIdUpdateLogos", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/roster/{rosterId}/withdraw": { "post": { "operationId": "PostLolClashV1RosterByRosterIdWithdraw", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "rosterId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/simple-state-flags/{id}/acknowledge": { "post": { "operationId": "PostLolClashV1SimpleStateFlagsByIdAcknowledge", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/tournament/{tournamentId}/create-roster": { "post": { "operationId": "PostLolClashV1TournamentByTournamentIdCreateRoster", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [ { "in": "path", "name": "tournamentId", "required": true, "schema": { "type": "integer", "format": "int64" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolClashRosterDetails" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-clash/v1/update-logos": { "post": { "operationId": "PostLolClashV1UpdateLogos", "description": "", "tags": [ "Plugin lol-clash" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-email-verification/v1/confirm-email": { "post": { "operationId": "PostLolEmailVerificationV1ConfirmEmail", "description": "", "tags": [ "Plugin lol-email-verification" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-end-of-game/v1/state/dismiss-stats": { "post": { "operationId": "PostLolEndOfGameV1StateDismissStats", "description": "", "tags": [ "Plugin lol-end-of-game" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-esport-stream-notifications/v1/send-stats": { "post": { "operationId": "PostLolEsportStreamNotificationsV1SendStats", "description": "", "tags": [ "Plugin lol-esport-stream-notifications" ], "parameters": [ { "in": "query", "name": "eventType", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "matchId", "schema": { "type": "string" }, "required": true } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/purchase-offer": { "post": { "operationId": "PostLolEventHubV1EventsByEventIdPurchaseOffer", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubPurchaseOfferRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubPurchaseOfferResponseV3" } } }, "description": "Success response" } } } }, "/lol-event-hub/v1/events/{eventId}/reward-track/claim-all": { "post": { "operationId": "PostLolEventHubV1EventsByEventIdRewardTrackClaimAll", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [ { "in": "path", "name": "eventId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-event-hub/v1/purchase-item": { "post": { "operationId": "PostLolEventHubV1PurchaseItem", "description": "", "tags": [ "Plugin lol-event-hub" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubItemOrderDTO" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolEventHubPurchaseOrderResponseDTO" } } }, "description": "Success response" } } } }, "/lol-game-client-chat/v1/instant-messages": { "post": { "operationId": "PostLolGameClientChatV1InstantMessages", "description": "", "tags": [ "Plugin lol-game-client-chat" ], "parameters": [ { "in": "query", "name": "summonerName", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "message", "schema": { "type": "string" }, "required": true } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-game-client-chat/v2/instant-messages": { "post": { "operationId": "PostLolGameClientChatV2InstantMessages", "description": "", "tags": [ "Plugin lol-game-client-chat" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameClientChatMessageToPlayer" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-game-settings/v1/reload-post-game": { "post": { "operationId": "PostLolGameSettingsV1ReloadPostGame", "description": "", "tags": [ "Plugin lol-game-settings" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-game-settings/v1/save": { "post": { "operationId": "PostLolGameSettingsV1Save", "description": "", "tags": [ "Plugin lol-game-settings" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/ack-failed-to-launch": { "post": { "operationId": "PostLolGameflowV1AckFailedToLaunch", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/basic-tutorial/start": { "post": { "operationId": "PostLolGameflowV1BasicTutorialStart", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/battle-training/start": { "post": { "operationId": "PostLolGameflowV1BattleTrainingStart", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/battle-training/stop": { "post": { "operationId": "PostLolGameflowV1BattleTrainingStop", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/early-exit": { "post": { "operationId": "PostLolGameflowV1EarlyExit", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/pre-end-game-transition": { "post": { "operationId": "PostLolGameflowV1PreEndGameTransition", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "boolean" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/reconnect": { "post": { "operationId": "PostLolGameflowV1Reconnect", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/session/champ-select/phase-time-remaining": { "post": { "operationId": "PostLolGameflowV1SessionChampSelectPhaseTimeRemaining", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/session/dodge": { "post": { "operationId": "PostLolGameflowV1SessionDodge", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameflowGameflowGameDodge" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/session/event": { "post": { "operationId": "PostLolGameflowV1SessionEvent", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/session/game-configuration": { "post": { "operationId": "PostLolGameflowV1SessionGameConfiguration", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameflowQueue" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/session/request-enter-gameflow": { "post": { "operationId": "PostLolGameflowV1SessionRequestEnterGameflow", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/session/request-lobby": { "post": { "operationId": "PostLolGameflowV1SessionRequestLobby", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/session/request-tournament-checkin": { "post": { "operationId": "PostLolGameflowV1SessionRequestTournamentCheckin", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/session/tournament-ended": { "post": { "operationId": "PostLolGameflowV1SessionTournamentEnded", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/spectate/launch": { "post": { "operationId": "PostLolGameflowV1SpectateLaunch", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/spectate/quit": { "post": { "operationId": "PostLolGameflowV1SpectateQuit", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-gameflow/v1/tick": { "post": { "operationId": "PostLolGameflowV1Tick", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-gameflow/v1/watch/launch": { "post": { "operationId": "PostLolGameflowV1WatchLaunch", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-gameflow/v2/spectate/launch": { "post": { "operationId": "PostLolGameflowV2SpectateLaunch", "description": "", "tags": [ "Plugin lol-gameflow" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolGameflowSpectateGameInfoResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-highlights/v1/file-browser/{highlightId}": { "post": { "operationId": "PostLolHighlightsV1FileBrowserByHighlightId", "description": "", "tags": [ "Plugin lol-highlights" ], "parameters": [ { "in": "path", "name": "highlightId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-honor/v1/ballot": { "post": { "operationId": "PostLolHonorV1Ballot", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-honor/v1/honor": { "post": { "operationId": "PostLolHonorV1Honor", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHonorV2ApiHonorPlayerServerRequestV3" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-honor-v2/v1/honor-player": { "post": { "operationId": "PostLolHonorV2V1HonorPlayer", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolHonorV2ApiHonorPlayerServerRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-honor-v2/v1/late-recognition/ack": { "post": { "operationId": "PostLolHonorV2V1LateRecognitionAck", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-honor-v2/v1/level-change/ack": { "post": { "operationId": "PostLolHonorV2V1LevelChangeAck", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-honor-v2/v1/mutual-honor/ack": { "post": { "operationId": "PostLolHonorV2V1MutualHonorAck", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-honor-v2/v1/reward-granted/ack": { "post": { "operationId": "PostLolHonorV2V1RewardGrantedAck", "description": "", "tags": [ "Plugin lol-honor-v2" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-inventory/v1/notification/acknowledge": { "post": { "operationId": "PostLolInventoryV1NotificationAcknowledge", "description": "", "tags": [ "Plugin lol-inventory" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int64" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-item-sets/v1/item-sets/validate": { "post": { "operationId": "PostLolItemSetsV1ItemSetsValidate", "description": "", "tags": [ "Plugin lol-item-sets" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolItemSetsValidateItemSetNameInput" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolItemSetsValidateItemSetNameResponse" } } }, "description": "Success response" } } } }, "/lol-kr-shutdown-law/v1/rating-screen/acknowledge": { "post": { "operationId": "PostLolKrShutdownLawV1RatingScreenAcknowledge", "description": "", "tags": [ "Plugin lol-kr-shutdown-law" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-license-agreement/v1/agreements/{id}/accept": { "post": { "operationId": "PostLolLicenseAgreementV1AgreementsByIdAccept", "description": "", "tags": [ "Plugin lol-license-agreement" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-license-agreement/v1/agreements/{id}/decline": { "post": { "operationId": "PostLolLicenseAgreementV1AgreementsByIdDecline", "description": "", "tags": [ "Plugin lol-license-agreement" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-loadouts/v4/loadouts": { "post": { "operationId": "PostLolLoadoutsV4Loadouts", "description": "", "tags": [ "Plugin lol-loadouts" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoadoutsCreateLoadoutDTO" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoadoutsScopedLoadout" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/retrieve-latest-game-dto": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1RetrieveLatestGameDto", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/actions/{id}/complete": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1SessionActionsByIdComplete", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/bench/swap/{championId}": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1SessionBenchSwapByChampionId", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "championId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/my-selection/reroll": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1SessionMySelectionReroll", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/swaps/{id}/accept": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1SessionSwapsByIdAccept", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/swaps/{id}/cancel": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1SessionSwapsByIdCancel", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/swaps/{id}/decline": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1SessionSwapsByIdDecline", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/swaps/{id}/request": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1SessionSwapsByIdRequest", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectSwapContract" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/trades/{id}/accept": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1SessionTradesByIdAccept", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/trades/{id}/cancel": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1SessionTradesByIdCancel", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/trades/{id}/decline": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1SessionTradesByIdDecline", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/session/trades/{id}/request": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1SessionTradesByIdRequest", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectTradeContract" } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/simple-inventory": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1SimpleInventory", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-lobby-team-builder/champ-select/v1/team-boost/purchase": { "post": { "operationId": "PostLolLobbyTeamBuilderChampSelectV1TeamBoostPurchase", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/v1/ready-check/accept": { "post": { "operationId": "PostLolLobbyTeamBuilderV1ReadyCheckAccept", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby-team-builder/v1/ready-check/decline": { "post": { "operationId": "PostLolLobbyTeamBuilderV1ReadyCheckDecline", "description": "", "tags": [ "Plugin lol-lobby-team-builder" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/custom-games/{id}/join": { "post": { "operationId": "PostLolLobbyV1CustomGamesByIdJoin", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyCustomJoinParameters" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/custom-games/refresh": { "post": { "operationId": "PostLolLobbyV1CustomGamesRefresh", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/custom/bots": { "post": { "operationId": "PostLolLobbyV1LobbyCustomBots", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyBotParams" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/custom/bots/{summonerInternalName}/{botUuidToDelete}": { "post": { "operationId": "PostLolLobbyV1LobbyCustomBotsBySummonerInternalNameByBotUuidToDelete", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "summonerInternalName", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "botUuidToDelete", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyBotParams" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/custom/cancel-champ-select": { "post": { "operationId": "PostLolLobbyV1LobbyCustomCancelChampSelect", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/custom/start-champ-select": { "post": { "operationId": "PostLolLobbyV1LobbyCustomStartChampSelect", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyCustomChampSelectStartResponse" } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/custom/switch-teams": { "post": { "operationId": "PostLolLobbyV1LobbyCustomSwitchTeams", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/members/localMember/player-slots/{slotsIndex}/{perksString}": { "post": { "operationId": "PostLolLobbyV1LobbyMembersLocalMemberPlayerSlotsBySlotsIndexByPerksString", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "slotsIndex", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } }, { "in": "path", "name": "perksString", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/tournaments/{id}/join": { "post": { "operationId": "PostLolLobbyV1TournamentsByIdJoin", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v2/eligibility/party": { "post": { "operationId": "PostLolLobbyV2EligibilityParty", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyEligibility" } } } }, "description": "Success response" } } } }, "/lol-lobby/v2/eligibility/self": { "post": { "operationId": "PostLolLobbyV2EligibilitySelf", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyEligibility" } } } }, "description": "Success response" } } } }, "/lol-lobby/v2/eog-invitations": { "post": { "operationId": "PostLolLobbyV2EogInvitations", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyInvitationDto" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyInvitationDto" } } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/members/{summonerId}/grant-invite": { "post": { "operationId": "PostLolLobbyV2LobbyMembersBySummonerIdGrantInvite", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/members/{summonerId}/kick": { "post": { "operationId": "PostLolLobbyV2LobbyMembersBySummonerIdKick", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/members/{summonerId}/promote": { "post": { "operationId": "PostLolLobbyV2LobbyMembersBySummonerIdPromote", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/members/{summonerId}/revoke-invite": { "post": { "operationId": "PostLolLobbyV2LobbyMembersBySummonerIdRevokeInvite", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "summonerId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/team/{team}": { "post": { "operationId": "PostLolLobbyV2LobbyTeamByTeam", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-lobby/v2/matchmaking/quick-search": { "post": { "operationId": "PostLolLobbyV2MatchmakingQuickSearch", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyChangeGameDto" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v2/parties/overrides/EnabledForTeamBuilderQueues": { "post": { "operationId": "PostLolLobbyV2PartiesOverridesEnabledForTeamBuilderQueues", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "boolean" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-lobby/v2/party/{partyId}/join": { "post": { "operationId": "PostLolLobbyV2PartyByPartyIdJoin", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "partyId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyCustomJoinOptionsDto" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v2/play-again": { "post": { "operationId": "PostLolLobbyV2PlayAgain", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v2/play-again-decline": { "post": { "operationId": "PostLolLobbyV2PlayAgainDecline", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v2/received-invitations/{invitationId}/accept": { "post": { "operationId": "PostLolLobbyV2ReceivedInvitationsByInvitationIdAccept", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "invitationId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-lobby/v2/received-invitations/{invitationId}/decline": { "post": { "operationId": "PostLolLobbyV2ReceivedInvitationsByInvitationIdDecline", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "invitationId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-login/v1/change-summoner-name": { "post": { "operationId": "PostLolLoginV1ChangeSummonerName", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-login/v1/delete-rso-on-close": { "post": { "operationId": "PostLolLoginV1DeleteRsoOnClose", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-login/v1/leagueSessionStatus": { "post": { "operationId": "PostLolLoginV1LeagueSessionStatus", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoginLeagueSessionStatus" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-login/v1/service-proxy-uuid-requests": { "post": { "operationId": "PostLolLoginV1ServiceProxyUuidRequests", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [ { "in": "query", "name": "serviceName", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "methodName", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "pluginId", "schema": { "type": "integer", "format": "uint32", "minimum": 0 }, "required": true }, { "in": "query", "name": "timeoutMillis", "schema": { "type": "integer", "format": "uint64", "minimum": 0 }, "required": true }, { "in": "query", "name": "payload", "schema": { "type": "string" }, "required": true } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-login/v1/session/invoke": { "post": { "operationId": "PostLolLoginV1SessionInvoke", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [ { "in": "query", "name": "destination", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "method", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "args", "schema": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "required": true } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoginLcdsResponse" } } }, "description": "Success response" } } } }, "/lol-login/v1/summoner-session": { "post": { "operationId": "PostLolLoginV1SummonerSession", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoginSummonerSessionResource" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-login/v1/summoner-session-failed": { "post": { "operationId": "PostLolLoginV1SummonerSessionFailed", "description": "", "tags": [ "Plugin lol-login" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-loot/v1/craft/mass": { "post": { "operationId": "PostLolLootV1CraftMass", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/CraftLootDTO" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLootPlayerLootUpdate" } } }, "description": "Success response" } } } }, "/lol-loot/v1/milestones/{lootMilestonesId}/claim": { "post": { "operationId": "PostLolLootV1MilestonesByLootMilestonesIdClaim", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "lootMilestonesId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-loot/v1/player-loot/{lootName}/redeem": { "post": { "operationId": "PostLolLootV1PlayerLootByLootNameRedeem", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "lootName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLootPlayerLootUpdate" } } }, "description": "Success response" } } } }, "/lol-loot/v1/player-loot-notifications/{id}/acknowledge": { "post": { "operationId": "PostLolLootV1PlayerLootNotificationsByIdAcknowledge", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-loot/v1/recipes/{recipeName}/craft": { "post": { "operationId": "PostLolLootV1RecipesByRecipeNameCraft", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [ { "in": "path", "name": "recipeName", "required": true, "schema": { "type": "string" } }, { "in": "query", "name": "playerLootList", "schema": { "type": "array", "items": { "type": "string" } }, "required": true }, { "in": "query", "name": "repeat", "schema": { "type": "integer", "format": "int32" }, "required": false } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLootPlayerLootUpdate" } } }, "description": "Success response" } } } }, "/lol-loot/v1/refresh": { "post": { "operationId": "PostLolLootV1Refresh", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "boolean" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-loyalty/v1/updateLoyaltyInventory": { "post": { "operationId": "PostLolLoyaltyV1UpdateLoyaltyInventory", "description": "", "tags": [ "Plugin lol-loyalty" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLoyaltyLoyaltyRewards" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-maps/v1/map": { "post": { "operationId": "PostLolMapsV1Map", "description": "", "tags": [ "Plugin lol-maps" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMapsMaps" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-marketplace/v1/products/{product}/purchases": { "post": { "operationId": "PostLolMarketplaceV1ProductsByProductPurchases", "description": "", "tags": [ "Plugin lol-marketplace" ], "parameters": [ { "in": "path", "name": "product", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMarketplacePurchaseRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMarketplacePurchaseResponse" } } }, "description": "Success response" } } } }, "/lol-match-history/v1/acs-endpoint-override": { "post": { "operationId": "PostLolMatchHistoryV1AcsEndpointOverride", "description": "", "tags": [ "Plugin lol-match-history" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMatchHistoryAcsEndPoint" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-matchmaking/v1/ready-check/accept": { "post": { "operationId": "PostLolMatchmakingV1ReadyCheckAccept", "description": "", "tags": [ "Plugin lol-matchmaking" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-matchmaking/v1/ready-check/decline": { "post": { "operationId": "PostLolMatchmakingV1ReadyCheckDecline", "description": "", "tags": [ "Plugin lol-matchmaking" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-missions/v1/force": { "post": { "operationId": "PostLolMissionsV1Force", "description": "", "tags": [ "Plugin lol-missions" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-npe-rewards/v1/challenges/opt": { "post": { "operationId": "PostLolNpeRewardsV1ChallengesOpt", "description": "", "tags": [ "Plugin lol-npe-rewards" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-patch/v1/products/league_of_legends/detect-corruption-request": { "post": { "operationId": "PostLolPatchV1ProductsLeagueOfLegendsDetectCorruptionRequest", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-patch/v1/products/league_of_legends/partial-repair-request": { "post": { "operationId": "PostLolPatchV1ProductsLeagueOfLegendsPartialRepairRequest", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-patch/v1/products/league_of_legends/start-checking-request": { "post": { "operationId": "PostLolPatchV1ProductsLeagueOfLegendsStartCheckingRequest", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-patch/v1/products/league_of_legends/start-patching-request": { "post": { "operationId": "PostLolPatchV1ProductsLeagueOfLegendsStartPatchingRequest", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-patch/v1/products/league_of_legends/stop-checking-request": { "post": { "operationId": "PostLolPatchV1ProductsLeagueOfLegendsStopCheckingRequest", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-patch/v1/products/league_of_legends/stop-patching-request": { "post": { "operationId": "PostLolPatchV1ProductsLeagueOfLegendsStopPatchingRequest", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "boolean" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-perks/v1/recommended-pages-position/champion/{championId}/position/{position}": { "post": { "operationId": "PostLolPerksV1RecommendedPagesPositionChampionByChampionIdPositionByPosition", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [ { "in": "path", "name": "championId", "required": true, "schema": { "type": "integer", "format": "int32" } }, { "in": "path", "name": "position", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-perks/v1/update-page-order": { "post": { "operationId": "PostLolPerksV1UpdatePageOrder", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPerksUpdatePageOrderRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-pft/v2/events": { "post": { "operationId": "PostLolPftV2Events", "description": "", "tags": [ "Plugin lol-pft" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPftPFTEvent" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-player-behavior/v2/reporter-feedback/{key}": { "post": { "operationId": "PostLolPlayerBehaviorV2ReporterFeedbackByKey", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [ { "in": "path", "name": "key", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-player-preferences/v1/player-preferences-endpoint-override": { "post": { "operationId": "PostLolPlayerPreferencesV1PlayerPreferencesEndpointOverride", "description": "", "tags": [ "Plugin lol-player-preferences" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerPreferencesPlayerPreferencesEndpoint" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-player-report-sender/v1/champ-select-reports": { "post": { "operationId": "PostLolPlayerReportSenderV1ChampSelectReports", "description": "", "tags": [ "Plugin lol-player-report-sender" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerReportSenderPlayerReport" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-player-report-sender/v1/end-of-game-reports": { "post": { "operationId": "PostLolPlayerReportSenderV1EndOfGameReports", "description": "", "tags": [ "Plugin lol-player-report-sender" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerReportSenderPlayerReport" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-player-report-sender/v1/match-history-reports": { "post": { "operationId": "PostLolPlayerReportSenderV1MatchHistoryReports", "description": "", "tags": [ "Plugin lol-player-report-sender" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerReportSenderPlayerReport" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-pre-end-of-game/v1/complete/{sequenceEventName}": { "post": { "operationId": "PostLolPreEndOfGameV1CompleteBySequenceEventName", "description": "", "tags": [ "Plugin lol-pre-end-of-game" ], "parameters": [ { "in": "path", "name": "sequenceEventName", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-pre-end-of-game/v1/registration/{sequenceEventName}/{priority}": { "post": { "operationId": "PostLolPreEndOfGameV1RegistrationBySequenceEventNameByPriority", "description": "", "tags": [ "Plugin lol-pre-end-of-game" ], "parameters": [ { "in": "path", "name": "sequenceEventName", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "priority", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-premade-voice/v1/first-experience/game": { "post": { "operationId": "PostLolPremadeVoiceV1FirstExperienceGame", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-premade-voice/v1/first-experience/lcu": { "post": { "operationId": "PostLolPremadeVoiceV1FirstExperienceLcu", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-premade-voice/v1/first-experience/reset": { "post": { "operationId": "PostLolPremadeVoiceV1FirstExperienceReset", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-premade-voice/v1/gameClientUpdatedPTTKey": { "post": { "operationId": "PostLolPremadeVoiceV1GameClientUpdatedPTTKey", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-premade-voice/v1/push-to-talk/check-available": { "post": { "operationId": "PostLolPremadeVoiceV1PushToTalkCheckAvailable", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "boolean" } } }, "description": "Success response" } } } }, "/lol-premade-voice/v1/settings/reset": { "post": { "operationId": "PostLolPremadeVoiceV1SettingsReset", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-purchase-widget/v1/purchasable-items/{inventoryType}": { "post": { "operationId": "PostLolPurchaseWidgetV1PurchasableItemsByInventoryType", "description": "", "tags": [ "Plugin lol-purchase-widget" ], "parameters": [ { "in": "path", "name": "inventoryType", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int64" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPurchaseWidgetItemChoices" } } }, "description": "Success response" } } } }, "/lol-purchase-widget/v2/purchaseItems": { "post": { "operationId": "PostLolPurchaseWidgetV2PurchaseItems", "description": "", "tags": [ "Plugin lol-purchase-widget" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-purchase-widget/v3/purchaseOffer": { "post": { "operationId": "PostLolPurchaseWidgetV3PurchaseOffer", "description": "", "tags": [ "Plugin lol-purchase-widget" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseOfferRequestV3" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseOfferResponseV3" } } }, "description": "Success response" } } } }, "/lol-purchase-widget/v3/purchaseOfferViaCap": { "post": { "operationId": "PostLolPurchaseWidgetV3PurchaseOfferViaCap", "description": "", "tags": [ "Plugin lol-purchase-widget" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseOfferRequestV3" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseOfferResponseV3" } } }, "description": "Success response" } } } }, "/lol-purchase-widget/v3/validateOffer": { "post": { "operationId": "PostLolPurchaseWidgetV3ValidateOffer", "description": "", "tags": [ "Plugin lol-purchase-widget" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPurchaseWidgetValidateOfferRequestV3" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPurchaseWidgetValidateOfferResponseV3" } } }, "description": "Success response" } } } }, "/lol-ranked/v1/eos-notifications/{id}/acknowledge": { "post": { "operationId": "PostLolRankedV1EosNotificationsByIdAcknowledge", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-ranked/v1/notifications/{id}/acknowledge": { "post": { "operationId": "PostLolRankedV1NotificationsByIdAcknowledge", "description": "", "tags": [ "Plugin lol-ranked" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-replays/v1/metadata/{gameId}/create/gameVersion/{gameVersion}/gameType/{gameType}/queueId/{queueId}": { "post": { "operationId": "PostLolReplaysV1MetadataByGameIdCreateGameVersionByGameVersionGameTypeByGameTypeQueueIdByQueueId", "description": "", "tags": [ "Plugin lol-replays" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } }, { "in": "path", "name": "gameVersion", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "gameType", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "queueId", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-replays/v1/rofls/{gameId}/download": { "post": { "operationId": "PostLolReplaysV1RoflsByGameIdDownload", "description": "", "tags": [ "Plugin lol-replays" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolReplaysReplayContextData" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-replays/v1/rofls/{gameId}/download/graceful": { "post": { "operationId": "PostLolReplaysV1RoflsByGameIdDownloadGraceful", "description": "", "tags": [ "Plugin lol-replays" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolReplaysReplayContextData" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-replays/v1/rofls/{gameId}/watch": { "post": { "operationId": "PostLolReplaysV1RoflsByGameIdWatch", "description": "", "tags": [ "Plugin lol-replays" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolReplaysReplayContextData" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-replays/v1/rofls/scan": { "post": { "operationId": "PostLolReplaysV1RoflsScan", "description": "", "tags": [ "Plugin lol-replays" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-replays/v2/metadata/{gameId}/create": { "post": { "operationId": "PostLolReplaysV2MetadataByGameIdCreate", "description": "", "tags": [ "Plugin lol-replays" ], "parameters": [ { "in": "path", "name": "gameId", "required": true, "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolReplaysReplayCreateMetadata" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-rewards/v1/grants/{grantId}/select": { "post": { "operationId": "PostLolRewardsV1GrantsByGrantIdSelect", "description": "", "tags": [ "Plugin lol-rewards" ], "parameters": [ { "in": "path", "name": "grantId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRewardsSelectionRequestDTO" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRewardsRewardGrant" } } }, "description": "Success response" } } } }, "/lol-rewards/v1/reward/replay": { "post": { "operationId": "PostLolRewardsV1RewardReplay", "description": "", "tags": [ "Plugin lol-rewards" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-rewards/v1/select-bulk": { "post": { "operationId": "PostLolRewardsV1SelectBulk", "description": "", "tags": [ "Plugin lol-rewards" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolRewardsSelectionRequestDTO" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolRewardsSelectGrantStatusResponse" } } } }, "description": "Success response" } } } }, "/lol-rso-auth/v1/authorization/gas": { "post": { "operationId": "PostLolRsoAuthV1AuthorizationGas", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthRSOPlayerCredentials" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthAuthorization" } } }, "description": "Success response" } } } }, "/lol-rso-auth/v1/authorization/refresh": { "post": { "operationId": "PostLolRsoAuthV1AuthorizationRefresh", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthAuthorization" } } }, "description": "Success response" } } } }, "/lol-rso-auth/v1/device-id": { "post": { "operationId": "PostLolRsoAuthV1DeviceId", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolRsoAuthDeviceId" } } }, "description": "Success response" } } } }, "/lol-rso-auth/v1/external-session-config": { "post": { "operationId": "PostLolRsoAuthV1ExternalSessionConfig", "description": "", "tags": [ "Plugin lol-rso-auth" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-seasons/v1/allSeasons/product/{product}": { "post": { "operationId": "PostLolSeasonsV1AllSeasonsProductByProduct", "description": "", "tags": [ "Plugin lol-seasons" ], "parameters": [ { "in": "path", "name": "product", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSeasonsAllProductSeasonQuery" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolSeasonsAllSeasonsProduct" } } } }, "description": "Success response" } } } }, "/lol-settings/v1/account/save": { "post": { "operationId": "PostLolSettingsV1AccountSave", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-settings/v2/reload/{ppType}": { "post": { "operationId": "PostLolSettingsV2ReloadByPpType", "description": "", "tags": [ "Plugin lol-settings" ], "parameters": [ { "in": "path", "name": "ppType", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-spectator/v1/buddy/spectate": { "post": { "operationId": "PostLolSpectatorV1BuddySpectate", "description": "", "tags": [ "Plugin lol-spectator" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSpectatorSummonerOrTeamAvailabilty" } } }, "description": "Success response" } } } }, "/lol-spectator/v1/spectate/launch": { "post": { "operationId": "PostLolSpectatorV1SpectateLaunch", "description": "", "tags": [ "Plugin lol-spectator" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSpectatorSpectateGameInfo" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-spectator/v2/buddy/spectate": { "post": { "operationId": "PostLolSpectatorV2BuddySpectate", "description": "", "tags": [ "Plugin lol-spectator" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSpectatorSummonerIdAvailability" } } }, "description": "Success response" } } } }, "/lol-spectator/v3/buddy/spectate": { "post": { "operationId": "PostLolSpectatorV3BuddySpectate", "description": "", "tags": [ "Plugin lol-spectator" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSpectatorSummonerPuuidsSpectateResource" } } }, "description": "Success response" } } } }, "/lol-statstones/v1/featured-champion-statstones/{championItemId}/{statstoneId}": { "post": { "operationId": "PostLolStatstonesV1FeaturedChampionStatstonesByChampionItemIdByStatstoneId", "description": "", "tags": [ "Plugin lol-statstones" ], "parameters": [ { "in": "path", "name": "championItemId", "required": true, "schema": { "type": "integer", "format": "int32" } }, { "in": "path", "name": "statstoneId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolStatstonesStatstoneFeaturedRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-store/v1/notifications/acknowledge": { "post": { "operationId": "PostLolStoreV1NotificationsAcknowledge", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-store/v3/purchase": { "post": { "operationId": "PostLolStoreV3Purchase", "description": "", "tags": [ "Plugin lol-store" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreItemOrderDTO" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolStorePurchaseOrderResponseDTO" } } }, "description": "Success response" } } } }, "/lol-suggested-players/v1/reported-player": { "post": { "operationId": "PostLolSuggestedPlayersV1ReportedPlayer", "description": "", "tags": [ "Plugin lol-suggested-players" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSuggestedPlayersSuggestedPlayersReportedPlayer" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-suggested-players/v1/victorious-comrade": { "post": { "operationId": "PostLolSuggestedPlayersV1VictoriousComrade", "description": "", "tags": [ "Plugin lol-suggested-players" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSuggestedPlayersSuggestedPlayersVictoriousComrade" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-summoner/v1/current-summoner/name": { "post": { "operationId": "PostLolSummonerV1CurrentSummonerName", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerSummoner" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/save-alias": { "post": { "operationId": "PostLolSummonerV1SaveAlias", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerAlias" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerAliasAvailability" } } }, "description": "Success response" } } } }, "/lol-summoner/v1/summoner-aliases-by-ids": { "post": { "operationId": "PostLolSummonerV1SummonerAliasesByIds", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolSummonerAlias" } } } }, "description": "Success response" } } } }, "/lol-summoner/v1/summoner-aliases-by-puuids": { "post": { "operationId": "PostLolSummonerV1SummonerAliasesByPuuids", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolSummonerAlias" } } } }, "description": "Success response" } } } }, "/lol-summoner/v1/summoners/aliases": { "post": { "operationId": "PostLolSummonerV1SummonersAliases", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolSummonerAlias" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolSummonerSummoner" } } } }, "description": "Success response" } } } }, "/lol-summoner/v1/validate-alias": { "post": { "operationId": "PostLolSummonerV1ValidateAlias", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerAlias" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerAliasAvailability" } } }, "description": "Success response" } } } }, "/lol-summoner/v2/summoners/names": { "post": { "operationId": "PostLolSummonerV2SummonersNames", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolSummonerSummoner" } } } }, "description": "Success response" } } } }, "/lol-summoner/v2/summoners/puuid": { "post": { "operationId": "PostLolSummonerV2SummonersPuuid", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolSummonerSummoner" } } } }, "description": "Success response" } } } }, "/lol-tft-pass/v1/pass/{id}": { "post": { "operationId": "PostLolTftPassV1PassById", "description": "", "tags": [ "Plugin lol-tft-pass" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-tft-pass/v1/passes": { "post": { "operationId": "PostLolTftPassV1Passes", "description": "", "tags": [ "Plugin lol-tft-pass" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-tft-team-planner/v1/sets/{set}/team-code/{team}": { "post": { "operationId": "PostLolTftTeamPlannerV1SetsBySetTeamCodeByTeam", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "string" } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/sets/{set}/teams/{team}/import": { "post": { "operationId": "PostLolTftTeamPlannerV1SetsBySetTeamsByTeamImport", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "team", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/team-code/clipboard/{set}": { "post": { "operationId": "PostLolTftTeamPlannerV1TeamCodeClipboardBySet", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [ { "in": "path", "name": "set", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftTeamPlannerImportedTeamCodeData" } } }, "description": "Success response" } } } }, "/lol-tft-troves/v1/purchase": { "post": { "operationId": "PostLolTftTrovesV1Purchase", "description": "", "tags": [ "Plugin lol-tft-troves" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftTrovesTrovesPurchaseRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftTrovesCapOrdersResponseDTO" } } }, "description": "Success response" } } } }, "/lol-tft-troves/v1/roll": { "post": { "operationId": "PostLolTftTrovesV1Roll", "description": "", "tags": [ "Plugin lol-tft-troves" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftTrovesTrovesRollRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftTrovesCapOrdersResponseDTO" } } }, "description": "Success response" } } } }, "/lol-tft/v1/tft/homeHub/redirect": { "post": { "operationId": "PostLolTftV1TftHomeHubRedirect", "description": "", "tags": [ "Plugin lol-tft" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-vanguard/v1/telemetry/system-check": { "post": { "operationId": "PostLolVanguardV1TelemetrySystemCheck", "description": "", "tags": [ "Plugin lol-vanguard" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolVanguardVanguardSystemCheckTelemetryEvent" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-yourshop/v1/offers/{id}/purchase": { "post": { "operationId": "PostLolYourshopV1OffersByIdPurchase", "description": "", "tags": [ "Plugin lol-yourshop" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolYourshopPurchaseResponse" } } }, "description": "Success response" } } } }, "/lol-yourshop/v1/offers/{id}/reveal": { "post": { "operationId": "PostLolYourshopV1OffersByIdReveal", "description": "", "tags": [ "Plugin lol-yourshop" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolYourshopUIOffer" } } } }, "description": "Success response" } } } }, "/lol-yourshop/v1/permissions": { "post": { "operationId": "PostLolYourshopV1Permissions", "description": "", "tags": [ "Plugin lol-yourshop" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolYourshopPlayerPermissions" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolYourshopPlayerPermissions" } } }, "description": "Success response" } } } }, "/memory/v1/notify-fe-processes-ready": { "post": { "operationId": "PostMemoryV1NotifyFeProcessesReady", "description": "Sends an event that the frontend processes are ready", "tags": [ "memory" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/memory/v1/snapshot": { "post": { "operationId": "PostMemoryV1Snapshot", "description": "Sends current memory usage info to telemetry.", "tags": [ "memory" ], "parameters": [ { "in": "query", "name": "processIds", "schema": { "type": "array", "items": { "type": "integer", "format": "uint32", "minimum": 0 } }, "required": true }, { "in": "query", "name": "context", "schema": { "type": "string" }, "required": true } ], "responses": { "2XX": { "description": "Success response" } } } }, "/patcher/v1/products/{product-id}/detect-corruption-request": { "post": { "operationId": "PostPatcherV1ProductsByProductIdDetectCorruptionRequest", "description": "", "tags": [ "Plugin patcher" ], "parameters": [ { "in": "path", "name": "product-id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PatcherProductState" } } }, "description": "Success response" } } } }, "/patcher/v1/products/{product-id}/partial-repair-request": { "post": { "operationId": "PostPatcherV1ProductsByProductIdPartialRepairRequest", "description": "", "tags": [ "Plugin patcher" ], "parameters": [ { "in": "path", "name": "product-id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/patcher/v1/products/{product-id}/signal-start-patching-delayed": { "post": { "operationId": "PostPatcherV1ProductsByProductIdSignalStartPatchingDelayed", "description": "", "tags": [ "Plugin patcher" ], "parameters": [ { "in": "path", "name": "product-id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/patcher/v1/products/{product-id}/start-checking-request": { "post": { "operationId": "PostPatcherV1ProductsByProductIdStartCheckingRequest", "description": "", "tags": [ "Plugin patcher" ], "parameters": [ { "in": "path", "name": "product-id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/patcher/v1/products/{product-id}/start-patching-request": { "post": { "operationId": "PostPatcherV1ProductsByProductIdStartPatchingRequest", "description": "", "tags": [ "Plugin patcher" ], "parameters": [ { "in": "path", "name": "product-id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/patcher/v1/products/{product-id}/stop-checking-request": { "post": { "operationId": "PostPatcherV1ProductsByProductIdStopCheckingRequest", "description": "", "tags": [ "Plugin patcher" ], "parameters": [ { "in": "path", "name": "product-id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/patcher/v1/products/{product-id}/stop-patching-request": { "post": { "operationId": "PostPatcherV1ProductsByProductIdStopPatchingRequest", "description": "", "tags": [ "Plugin patcher" ], "parameters": [ { "in": "path", "name": "product-id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/payments/v1/pmc-start-url": { "post": { "operationId": "PostPaymentsV1PmcStartUrl", "description": "", "tags": [ "Plugin payments" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PaymentsFrontEndRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PaymentsFrontEndResult" } } }, "description": "Success response" } } } }, "/payments/v1/updatePaymentTelemetryState": { "post": { "operationId": "PostPaymentsV1UpdatePaymentTelemetryState", "description": "", "tags": [ "Plugin payments" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PaymentsPaymentsTelemetryTransitions" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/performance/v1/process/{processId}": { "post": { "operationId": "PostPerformanceV1ProcessByProcessId", "description": "Registers the process and includes it with the performance information.", "tags": [ "performance" ], "parameters": [ { "in": "path", "name": "processId", "required": true, "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/performance/v1/report/restart": { "post": { "operationId": "PostPerformanceV1ReportRestart", "description": "Restarts the CPU timing information and returns the results from PerfReportProcesses", "tags": [ "performance" ], "parameters": [ { "in": "query", "name": "sampleLength", "schema": { "type": "integer", "format": "int32" }, "required": false }, { "in": "query", "name": "sampleCount", "schema": { "type": "integer", "format": "int32" }, "required": false } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "object", "additionalProperties": true } } } }, "description": "Success response" } } } }, "/process-control/v1/process/quit": { "post": { "operationId": "PostProcessControlV1ProcessQuit", "description": "Quits the application.", "tags": [ "process-control" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/addorupdatemetric": { "post": { "operationId": "PostRiotclientAddorupdatemetric", "description": "Adds or Updates a Metric", "tags": [ "core", "logging" ], "parameters": [ { "in": "query", "name": "group", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "object", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "name", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "value", "schema": { "type": "integer", "format": "uint64", "minimum": 0 }, "required": true } ], "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/kill-and-restart-ux": { "post": { "operationId": "PostRiotclientKillAndRestartUx", "description": "Kills the ux process and restarts it. Used only when the ux process crashes.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/kill-ux": { "post": { "operationId": "PostRiotclientKillUx", "description": "Kills the ux process.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/launch-ux": { "post": { "operationId": "PostRiotclientLaunchUx", "description": "Launches the ux process.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/new-args": { "post": { "operationId": "PostRiotclientNewArgs", "description": "Endpoint for passing in new data.", "tags": [ "riotclient" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "string" } } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/open-url-in-browser": { "post": { "operationId": "PostRiotclientOpenUrlInBrowser", "description": "Opens a URL in the player's system browser. The browser will use its existing cookies to determine if the player is logged in, meaning that using this API can result in three differenet cases:\n\n* The player is signed in with the current account\n* The player is signed in with a different account\n* The player is not signed in at all.\n\nIn order to ensure the player is signed in with the same account as the client, leverage Player Platform's [authentication redirect](https://platform.riotgames.com/docs/authenticate-players/how-rso-works/sign-in-on-mobile/authentication-redirect) feature.", "tags": [ "riotclient" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/show-swagger": { "post": { "operationId": "PostRiotclientShowSwagger", "description": "Open swagger in the default browser.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/unload": { "post": { "operationId": "PostRiotclientUnload", "description": "Unloads the UX process", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/ux-allow-foreground": { "post": { "operationId": "PostRiotclientUxAllowForeground", "description": "Allows the background process to launch the game into the foregound.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/ux-flash": { "post": { "operationId": "PostRiotclientUxFlash", "description": "Flash the ux process' main window and the taskbar/dock icon, if they exist.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/ux-minimize": { "post": { "operationId": "PostRiotclientUxMinimize", "description": "Minimize the ux process and all its windows if it exists. This does not kill the ux.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/ux-show": { "post": { "operationId": "PostRiotclientUxShow", "description": "Shows the ux process if it exists; create and show if it does not.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/v1/crash-reporting/logs": { "post": { "operationId": "PostRiotclientV1CrashReportingLogs", "description": "Adds the enclosed log to the app's crash report.", "tags": [ "riotclient" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/v1/elevation-requests": { "post": { "operationId": "PostRiotclientV1ElevationRequests", "description": "", "tags": [ "riotclient" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ElevationRequest" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/sanitizer/v1/containsSanitized": { "post": { "operationId": "PostSanitizerV1ContainsSanitized", "description": "", "tags": [ "Plugin sanitizer" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SanitizerContainsSanitizedRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SanitizerContainsSanitizedResponse" } } }, "description": "Success response" } } } }, "/sanitizer/v1/sanitize": { "post": { "operationId": "PostSanitizerV1Sanitize", "description": "", "tags": [ "Plugin sanitizer" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SanitizerSanitizeRequest" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SanitizerSanitizeResponse" } } }, "description": "Success response" } } } }, "/services-api/config/v1/client-config": { "post": { "operationId": "PostServicesApiConfigV1ClientConfig", "description": "", "tags": [ "Plugin services-api" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/services-api/config/v2/client-config/{prefix}/{scope}": { "post": { "operationId": "PostServicesApiConfigV2ClientConfigByPrefixByScope", "description": "", "tags": [ "Plugin services-api" ], "parameters": [ { "in": "path", "name": "prefix", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "scope", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/services-api/riot-message-service/v1/data": { "post": { "operationId": "PostServicesApiRiotMessageServiceV1Data", "description": "", "tags": [ "Plugin services-api" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/telemetry/v1/common-data/{key}": { "post": { "operationId": "PostTelemetryV1CommonDataByKey", "description": "Adds/updates a common data key and value to be sent with every subsequent event.", "tags": [ "telemetry" ], "parameters": [ { "in": "path", "name": "key", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/telemetry/v1/events/{eventType}": { "post": { "operationId": "PostTelemetryV1EventsByEventType", "description": "Adds a new event to be sent to Dradis and/or other analytics/monitoring data sinks. All events will have their eventType prefixed with \"riot__rclient__\"", "tags": [ "telemetry" ], "parameters": [ { "in": "path", "name": "eventType", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/telemetry/v1/events-with-perf-info/{eventType}": { "post": { "operationId": "PostTelemetryV1EventsWithPerfInfoByEventType", "description": "Adds a new event to be sent to Dradis and/or other analytics/monitoring data sinks. This will include current performance information along with the passed in data. Each call will record the performance counters then reset them for use in the next call. All events will have their eventType prefixed with \"riot__rclient__\"", "tags": [ "telemetry" ], "parameters": [ { "in": "path", "name": "eventType", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/telemetry/v3/events/{eventType}": { "post": { "operationId": "PostTelemetryV3EventsByEventType", "description": "Adds a new event to be sent to Dradis and/or other analytics/monitoring data sinks using the Riot Data API. All events will have their eventType prefixed with \"riot__rclient__\"", "tags": [ "telemetry" ], "parameters": [ { "in": "path", "name": "eventType", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/telemetry/v3/events-once/{eventType}/{onceTag}": { "post": { "operationId": "PostTelemetryV3EventsOnceByEventTypeByOnceTag", "description": "Adds a new event to be sent to Dradis and/or other analytics/monitoring data sinks using the Riot Data API that will be sent only once during this client executable run regardless of any javascript frontend restarts. All events will have their eventType prefixed with \"riot__rclient__\"", "tags": [ "telemetry" ], "parameters": [ { "in": "path", "name": "eventType", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "onceTag", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": { "type": "string" } } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/telemetry/v3/slis/counts": { "post": { "operationId": "PostTelemetryV3SlisCounts", "description": "Report an SLI to the collector", "tags": [ "telemetry" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SLICount" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/telemetry/v3/uptime-tracking/notify-failure": { "post": { "operationId": "PostTelemetryV3UptimeTrackingNotifyFailure", "description": "Mark an availability item's operation as failure on uptime tracking mechanism.", "tags": [ "telemetry" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/NotifyFailureRequest" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/telemetry/v3/uptime-tracking/notify-success": { "post": { "operationId": "PostTelemetryV3UptimeTrackingNotifySuccess", "description": "Mark an availability item's operation as success on uptime tracking mechanism.", "tags": [ "telemetry" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/NotifySuccessRequest" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/tracing/v1/trace/critical-flow": { "post": { "operationId": "PostTracingV1TraceCriticalFlow", "description": "Record a crtical flow event.", "tags": [ "tracing" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TracingCriticalFlowEventV1" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/tracing/v1/trace/event": { "post": { "operationId": "PostTracingV1TraceEvent", "description": "Record a tracing event.", "tags": [ "tracing" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TracingEventV1" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/tracing/v1/trace/module": { "post": { "operationId": "PostTracingV1TraceModule", "description": "Record a module description.", "tags": [ "tracing" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TracingModuleV1" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/tracing/v1/trace/non-timing-event/{eventName}": { "post": { "operationId": "PostTracingV1TraceNonTimingEventByEventName", "description": "Record a non timing telemetry event.", "tags": [ "tracing" ], "parameters": [ { "in": "path", "name": "eventName", "required": true, "schema": { "type": "string" } }, { "in": "query", "name": "when", "schema": { "type": "integer", "format": "uint64", "minimum": 0 }, "required": true }, { "in": "query", "name": "value", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "unit", "schema": { "type": "string" }, "required": true } ], "responses": { "2XX": { "description": "Success response" } } } }, "/tracing/v1/trace/phase/begin": { "post": { "operationId": "PostTracingV1TracePhaseBegin", "description": "Record a tracing phase beginning.", "tags": [ "tracing" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TracingPhaseBeginV1" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/tracing/v1/trace/phase/end": { "post": { "operationId": "PostTracingV1TracePhaseEnd", "description": "Record a tracing phase ending.", "tags": [ "tracing" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/TracingPhaseEndV1" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/tracing/v1/trace/step-event": { "post": { "operationId": "PostTracingV1TraceStepEvent", "description": "Record a tracing step event.", "tags": [ "tracing" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/tracing/v1/trace/time-series-event/{eventName}/marker/{markerName}": { "post": { "operationId": "PostTracingV1TraceTimeSeriesEventByEventNameMarkerByMarkerName", "description": "Record a marker within a time series event.", "tags": [ "tracing" ], "parameters": [ { "in": "path", "name": "eventName", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "markerName", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint64", "minimum": 0 } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/client-config/v1/entitlements-token": { "put": { "operationId": "PutClientConfigV1EntitlementsToken", "description": "", "tags": [ "Plugin client-config" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClientConfigEntitlementsUpdate" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/client-config/v1/refresh-config-status": { "put": { "operationId": "PutClientConfigV1RefreshConfigStatus", "description": "", "tags": [ "Plugin client-config" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/client-config/v2/namespace-changes": { "put": { "operationId": "PutClientConfigV2NamespaceChanges", "description": "", "tags": [ "Plugin client-config" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/ClientConfigConfigNamespaceUpdate" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-chat/v1/friend-groups/order": { "put": { "operationId": "PutLolChatV1FriendGroupsOrder", "description": "", "tags": [ "Plugin lol-chat" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolChatFriendGroupOrder" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-cosmetics/v1/favorites/tft/save": { "put": { "operationId": "PutLolCosmeticsV1FavoritesTftSave", "description": "", "tags": [ "Plugin lol-cosmetics" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/members/localMember/position-preferences": { "put": { "operationId": "PutLolLobbyV1LobbyMembersLocalMemberPositionPreferences", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyPositionPreferences" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/lobby/members/localMember/quickplayPlayerState": { "put": { "operationId": "PutLolLobbyV1LobbyMembersLocalMemberQuickplayPlayerState", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v1/parties/active": { "put": { "operationId": "PutLolLobbyV1PartiesActive", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-lobby/v1/parties/{partyId}/members/{puuid}/role": { "put": { "operationId": "PutLolLobbyV1PartiesByPartyIdMembersByPuuidRole", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [ { "in": "path", "name": "partyId", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-lobby/v1/parties/metadata": { "put": { "operationId": "PutLolLobbyV1PartiesMetadata", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyPartyMemberMetadataDto" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-lobby/v1/parties/queue": { "put": { "operationId": "PutLolLobbyV1PartiesQueue", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-lobby/v1/parties/ready": { "put": { "operationId": "PutLolLobbyV1PartiesReady", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-lobby/v2/lobby/members/localMember/position-preferences": { "put": { "operationId": "PutLolLobbyV2LobbyMembersLocalMemberPositionPreferences", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyLobbyPositionPreferences" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/partyType": { "put": { "operationId": "PutLolLobbyV2LobbyPartyType", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-lobby/v2/lobby/strawberryMapId": { "put": { "operationId": "PutLolLobbyV2LobbyStrawberryMapId", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbyStrawberryMapUpdateDto" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-lobby/v2/lobby/subteamData": { "put": { "operationId": "PutLolLobbyV2LobbySubteamData", "description": "", "tags": [ "Plugin lol-lobby" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolLobbySubteamDataDto" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-loot/v1/loot-odds/evaluateQuery": { "put": { "operationId": "PutLolLootV1LootOddsEvaluateQuery", "description": "", "tags": [ "Plugin lol-loot" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/QueryEvaluationRequestDTO" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootQueryEvaluatedLootItem" } } } }, "description": "Success response" } } } }, "/lol-missions/v1/player": { "put": { "operationId": "PutLolMissionsV1Player", "description": "", "tags": [ "Plugin lol-missions" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/IdsDTO" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-missions/v1/player/{missionId}": { "put": { "operationId": "PutLolMissionsV1PlayerByMissionId", "description": "", "tags": [ "Plugin lol-missions" ], "parameters": [ { "in": "path", "name": "missionId", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMissionsRewardGroupsSelection" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-missions/v2/player/opt": { "put": { "operationId": "PutLolMissionsV2PlayerOpt", "description": "", "tags": [ "Plugin lol-missions" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolMissionsSeriesOpt" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-npe-tutorial-path/v1/tutorials/{tutorialId}/view": { "put": { "operationId": "PutLolNpeTutorialPathV1TutorialsByTutorialIdView", "description": "", "tags": [ "Plugin lol-npe-tutorial-path" ], "parameters": [ { "in": "path", "name": "tutorialId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-patch/v1/game-patch-url": { "put": { "operationId": "PutLolPatchV1GamePatchUrl", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-patch/v1/ux": { "put": { "operationId": "PutLolPatchV1Ux", "description": "", "tags": [ "Plugin lol-patch" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPatchUxResource" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-perks/v1/pages/validate": { "put": { "operationId": "PutLolPerksV1PagesValidate", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPerksValidatePageNameData" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPerksValidateItemSetNameResponse" } } }, "description": "Success response" } } } }, "/lol-perks/v1/perks/ack-gameplay-updated": { "put": { "operationId": "PutLolPerksV1PerksAckGameplayUpdated", "description": "", "tags": [ "Plugin lol-perks" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "array", "items": { "type": "integer", "format": "int32" } } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-player-behavior/v1/ack-credibility-behavior-warning/{mailId}": { "put": { "operationId": "PutLolPlayerBehaviorV1AckCredibilityBehaviorWarningByMailId", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [ { "in": "path", "name": "mailId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-player-behavior/v3/reform-card/{id}": { "put": { "operationId": "PutLolPlayerBehaviorV3ReformCardById", "description": "", "tags": [ "Plugin lol-player-behavior" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-player-preferences/v1/preference": { "put": { "operationId": "PutLolPlayerPreferencesV1Preference", "description": "", "tags": [ "Plugin lol-player-preferences" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPlayerPreferencesPlayerPreferences" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-premade-voice/v1/participants/{puuid}/mute": { "put": { "operationId": "PutLolPremadeVoiceV1ParticipantsByPuuidMute", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-premade-voice/v1/participants/{puuid}/volume": { "put": { "operationId": "PutLolPremadeVoiceV1ParticipantsByPuuidVolume", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [ { "in": "path", "name": "puuid", "required": true, "schema": { "type": "string" } } ], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-premade-voice/v1/self/activationSensitivity": { "put": { "operationId": "PutLolPremadeVoiceV1SelfActivationSensitivity", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-premade-voice/v1/self/inputMode": { "put": { "operationId": "PutLolPremadeVoiceV1SelfInputMode", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolPremadeVoiceInputMode" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-premade-voice/v1/self/micLevel": { "put": { "operationId": "PutLolPremadeVoiceV1SelfMicLevel", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-premade-voice/v1/self/mute": { "put": { "operationId": "PutLolPremadeVoiceV1SelfMute", "description": "", "tags": [ "Plugin lol-premade-voice" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "int32" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/lol-remedy/v1/ack-remedy-notification/{mailId}": { "put": { "operationId": "PutLolRemedyV1AckRemedyNotificationByMailId", "description": "", "tags": [ "Plugin lol-remedy" ], "parameters": [ { "in": "path", "name": "mailId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-summoner/v1/current-summoner/icon": { "put": { "operationId": "PutLolSummonerV1CurrentSummonerIcon", "description": "", "tags": [ "Plugin lol-summoner" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerSummonerIcon" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolSummonerSummoner" } } }, "description": "Success response" } } } }, "/lol-tft-pass/v1/pass/{id}/milestone/{milestoneId}/reward": { "put": { "operationId": "PutLolTftPassV1PassByIdMilestoneByMilestoneIdReward", "description": "", "tags": [ "Plugin lol-tft-pass" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } }, { "in": "path", "name": "milestoneId", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-tft-pass/v1/pass/{id}/milestone/claimAllRewards": { "put": { "operationId": "PutLolTftPassV1PassByIdMilestoneClaimAllRewards", "description": "", "tags": [ "Plugin lol-tft-pass" ], "parameters": [ { "in": "path", "name": "id", "required": true, "schema": { "type": "string" } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-tft-skill-tree/v1/skill/{skillId}/equip": { "put": { "operationId": "PutLolTftSkillTreeV1SkillBySkillIdEquip", "description": "", "tags": [ "Plugin lol-tft-skill-tree" ], "parameters": [ { "in": "path", "name": "skillId", "required": true, "schema": { "type": "integer", "format": "uint16", "minimum": 0 } } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/LolTftSkillTreeEventSkillTreeRank" } } }, "description": "Success response" } } } }, "/lol-tft-skill-tree/v1/skill-tree-rank/{rank}/claim-rewards": { "put": { "operationId": "PutLolTftSkillTreeV1SkillTreeRankByRankClaimRewards", "description": "", "tags": [ "Plugin lol-tft-skill-tree" ], "parameters": [ { "in": "path", "name": "rank", "required": true, "schema": { "type": "integer", "format": "uint8", "minimum": 0 } } ], "responses": { "2XX": { "description": "Success response" } } } }, "/lol-tft-team-planner/v1/sets/save-all": { "put": { "operationId": "PutLolTftTeamPlannerV1SetsSaveAll", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft-team-planner/v1/team": { "put": { "operationId": "PutLolTftTeamPlannerV1Team", "description": "", "tags": [ "Plugin lol-tft-team-planner" ], "parameters": [], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/lol-tft/v1/tft_experiment_bucket": { "put": { "operationId": "PutLolTftV1TftExperimentBucket", "description": "", "tags": [ "Plugin lol-tft" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint8", "minimum": 0 } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/patcher/v1/ux": { "put": { "operationId": "PutPatcherV1Ux", "description": "", "tags": [ "Plugin patcher" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/PatcherUxResource" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/ux-load-complete": { "put": { "operationId": "PutRiotclientUxLoadComplete", "description": "Ux notification that it has completed loading the main window.", "tags": [ "riotclient" ], "parameters": [], "responses": { "2XX": { "description": "Success response" } } } }, "/riotclient/ux-state/ack": { "put": { "operationId": "PutRiotclientUxStateAck", "description": "Ux acknowledges the update to the Ux state.", "tags": [ "riotclient" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "integer", "format": "uint32", "minimum": 0 } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/services-api/game-session/v1/game-session-token": { "put": { "operationId": "PutServicesApiGameSessionV1GameSessionToken", "description": "", "tags": [ "Plugin services-api" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/services-api/identity/v1/player-alias": { "put": { "operationId": "PutServicesApiIdentityV1PlayerAlias", "description": "", "tags": [ "Plugin services-api" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } } }, "responses": { "2XX": { "description": "Success response" } } } }, "/Subscribe": { "post": { "operationId": "Subscribe", "description": "Subscribes to a given event", "tags": [ "builtin" ], "parameters": [ { "in": "query", "name": "eventName", "schema": { "type": "string" }, "required": true }, { "in": "query", "name": "format", "schema": { "$ref": "#/components/schemas/RemotingSerializedFormat" }, "required": false } ], "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/Unsubscribe": { "post": { "operationId": "Unsubscribe", "description": "Unsubscribes from a given event", "tags": [ "builtin" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "type": "string" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } }, "/WebSocketFormat": { "post": { "operationId": "WebSocketFormat", "description": "Controls the console output format", "tags": [ "builtin" ], "parameters": [], "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/RemotingSerializedFormat" } } } }, "responses": { "2XX": { "content": { "application/json": { "schema": { "type": "object", "additionalProperties": true } } }, "description": "Success response" } } } } }, "components": { "schemas": { "AggregationType": { "type": "string", "description": "", "enum": [ "average", "sum", "none" ], "additionalProperties": false }, "AlertDTO": { "type": "object", "description": "", "properties": { "alertTime": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "alertTime" ] }, "BannedChampion": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "teamId": { "type": "integer", "format": "int32" }, "pickTurn": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "championId", "teamId", "pickTurn" ] }, "BasePlayerDTO": { "type": "object", "description": "", "properties": { "code": { "type": "integer", "format": "int32" }, "message": { "type": "string" }, "data": { "$ref": "#/components/schemas/MatchedPlayerDTO" } }, "additionalProperties": false, "required": [ "code", "message", "data" ] }, "BindingAsyncCancelEvent": { "type": "object", "description": "Represents a cancelled asynchronous operation.", "properties": { "asyncToken": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "asyncToken" ] }, "BindingAsyncFailureEvent": { "type": "object", "description": "Represents a failed asynchronous operation.", "properties": { "asyncToken": { "type": "integer", "format": "uint32", "minimum": 0 }, "error": { "type": "string" } }, "additionalProperties": false, "required": [ "asyncToken", "error" ] }, "BindingAsyncState": { "type": "string", "description": "Possible states of an asynchronous operation.", "enum": [ "Failed", "Succeeded", "Cancelled", "Cancelling", "Running", "None" ], "additionalProperties": false }, "BindingCallbackEvent": { "type": "object", "description": "Represents the parameters of a call to a provided callback.", "properties": { "id": { "type": "integer", "format": "uint32", "minimum": 0 }, "parameters": { "type": "array", "items": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "id", "parameters" ] }, "BindingFullApiHelp": { "type": "object", "description": "Describes the exposed native API.", "properties": { "functions": { "type": "array", "items": { "$ref": "#/components/schemas/BindingFullFunctionHelp" } }, "types": { "type": "array", "items": { "$ref": "#/components/schemas/BindingFullTypeHelp" } }, "events": { "type": "array", "items": { "$ref": "#/components/schemas/BindingFullEventHelp" } } }, "additionalProperties": false, "required": [ "functions", "types", "events" ] }, "BindingFullArgumentHelp": { "type": "object", "description": "Describes a function parameter.", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "type": { "$ref": "#/components/schemas/BindingFullTypeIdentifier" }, "optional": { "type": "boolean" } }, "additionalProperties": false, "required": [ "name", "description", "type", "optional" ] }, "BindingFullEnumValueHelp": { "type": "object", "description": "Describes an enumerator.", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "value": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "name", "description", "value" ] }, "BindingFullEventHelp": { "type": "object", "description": "Describes an event.", "properties": { "name": { "type": "string" }, "nameSpace": { "type": "string" }, "type": { "$ref": "#/components/schemas/BindingFullTypeIdentifier" }, "description": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "name", "nameSpace", "type", "description", "tags" ] }, "BindingFullFieldHelp": { "type": "object", "description": "Describes a member of a struct.", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "offset": { "type": "integer", "format": "uint32", "minimum": 0 }, "type": { "$ref": "#/components/schemas/BindingFullTypeIdentifier" }, "optional": { "type": "boolean" } }, "additionalProperties": false, "required": [ "name", "description", "offset", "type", "optional" ] }, "BindingFullFunctionHelp": { "type": "object", "description": "Describes a function.", "properties": { "name": { "type": "string" }, "nameSpace": { "type": "string" }, "arguments": { "type": "array", "items": { "$ref": "#/components/schemas/BindingFullArgumentHelp" } }, "returns": { "$ref": "#/components/schemas/BindingFullTypeIdentifier" }, "description": { "type": "string" }, "help": { "type": "string" }, "threadSafe": { "type": "boolean" }, "async": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "name", "nameSpace", "arguments", "returns", "description", "help", "threadSafe", "async", "tags" ] }, "BindingFullTypeHelp": { "type": "object", "description": "Describes a struct or enum type.", "properties": { "name": { "type": "string" }, "nameSpace": { "type": "string" }, "size": { "type": "integer", "format": "uint32", "minimum": 0 }, "description": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "fields": { "type": "array", "items": { "$ref": "#/components/schemas/BindingFullFieldHelp" } }, "values": { "type": "array", "items": { "$ref": "#/components/schemas/BindingFullEnumValueHelp" } } }, "additionalProperties": false, "required": [ "name", "nameSpace", "size", "description", "tags", "fields", "values" ] }, "BindingFullTypeIdentifier": { "type": "object", "description": "Describes the type of a value.", "properties": { "type": { "type": "string" }, "elementType": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "elementType" ] }, "BindingGenericAsyncEvent": { "type": "object", "description": "Represents generic data for an asynchronous event.", "properties": { "asyncToken": { "type": "integer", "format": "uint32", "minimum": 0 }, "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "asyncToken", "data" ] }, "BindingGenericEvent": { "type": "object", "description": "Represents generic data for an event.", "properties": { "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "data" ] }, "BindingHelpFormat": { "type": "string", "description": "Help format for binding functions and types.", "enum": [ "Epytext", "Full" ], "additionalProperties": false }, "BoostTeamSkinRentalDTO": { "type": "object", "description": "", "properties": { "summonerName": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "skinUnlockMode": { "type": "string" }, "price": { "type": "integer", "format": "int64" }, "ipReward": { "type": "integer", "format": "int64" }, "ipRewardForPurchaser": { "type": "integer", "format": "int64" }, "availableSkins": { "type": "array", "items": { "type": "integer", "format": "int64" } }, "unlocked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "summonerName", "summonerId", "puuid", "skinUnlockMode", "price", "ipReward", "ipRewardForPurchaser", "availableSkins", "unlocked" ] }, "Bracket": { "type": "object", "description": "", "properties": { "version": { "type": "integer", "format": "int32" }, "tournamentId": { "type": "integer", "format": "int64" }, "phaseId": { "type": "integer", "format": "int64" }, "id": { "type": "integer", "format": "int64" }, "size": { "type": "integer", "format": "int32" }, "matches": { "type": "array", "items": { "$ref": "#/components/schemas/BracketMatch" } }, "rosters": { "type": "array", "items": { "$ref": "#/components/schemas/BracketRoster" } } }, "additionalProperties": false, "required": [ "version", "tournamentId", "phaseId", "id", "size", "matches", "rosters" ] }, "BracketMatch": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "round": { "type": "integer", "format": "int32" }, "order": { "type": "integer", "format": "int32" }, "rosterId1": { "type": "integer", "format": "int64" }, "rosterId2": { "type": "integer", "format": "int64" }, "resultHistory": { "type": "string" }, "lowestPossiblePosition": { "type": "integer", "format": "int32" }, "highestPossiblePosition": { "type": "integer", "format": "int32" }, "roundStartTime": { "type": "integer", "format": "int64" }, "gameStartTime": { "type": "integer", "format": "int64" }, "status": { "$ref": "#/components/schemas/ClientBracketMatchStatus" }, "winnerId": { "type": "integer", "format": "int64" }, "gameId": { "type": "integer", "format": "int64" }, "loserBracket": { "type": "boolean" }, "forfeitRosterId": { "type": "integer", "format": "int64" }, "failRosterStatus": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "round", "order", "rosterId1", "rosterId2", "resultHistory", "lowestPossiblePosition", "highestPossiblePosition", "roundStartTime", "gameStartTime", "status", "winnerId", "gameId", "loserBracket", "forfeitRosterId", "failRosterStatus" ] }, "BracketRoster": { "type": "object", "description": "", "properties": { "rosterId": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "logo": { "type": "integer", "format": "int32" }, "logoColor": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "rosterId", "name", "shortName", "logo", "logoColor" ] }, "BuildInfo": { "type": "object", "description": "", "properties": { "branch": { "type": "string" }, "patchline": { "type": "string" }, "version": { "type": "string" }, "patchlineVisibleName": { "type": "string" } }, "additionalProperties": false, "required": [ "branch", "patchline", "version", "patchlineVisibleName" ] }, "CapacityEnum": { "type": "string", "description": "", "enum": [ "FULL", "HIGH", "MEDIUM", "LOW" ], "additionalProperties": false }, "ChampSelectLcdsGameDTO": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameState": { "type": "string" }, "queueTypeName": { "type": "string" }, "roomName": { "type": "string" }, "roomPassword": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/MucJwtDto" }, "name": { "type": "string" }, "playerChampionSelections": { "type": "array", "items": { "$ref": "#/components/schemas/ChampSelectLcdsPlayerChampionSelectionDTO" } }, "bannedChampions": { "type": "array", "items": { "$ref": "#/components/schemas/BannedChampion" } }, "teamOne": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "teamTwo": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "statusOfParticipants": { "type": "string" }, "optimisticLock": { "type": "integer", "format": "int64" }, "pickTurn": { "type": "integer", "format": "int32" }, "spectatorDelay": { "type": "integer", "format": "int64" }, "gameMutators": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "gameState", "queueTypeName", "roomName", "roomPassword", "mucJwtDto", "name", "playerChampionSelections", "bannedChampions", "teamOne", "teamTwo", "statusOfParticipants", "optimisticLock", "pickTurn", "spectatorDelay", "gameMutators" ] }, "ChampSelectLcdsGameTimerDTO": { "type": "object", "description": "", "properties": { "currentGameState": { "type": "string" }, "remainingTimeInMillis": { "type": "number", "format": "double" } }, "additionalProperties": false, "required": [ "currentGameState", "remainingTimeInMillis" ] }, "ChampSelectLcdsObfuscatedParticipant": { "type": "object", "description": "", "properties": { "gameUniqueId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "gameUniqueId" ] }, "ChampSelectLcdsPlayerChampionSelectionDTO": { "type": "object", "description": "", "properties": { "summonerInternalName": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "selectedSkinIndex": { "type": "integer", "format": "int32" }, "spell1Id": { "type": "integer", "format": "int32" }, "spell2Id": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "summonerInternalName", "summonerId", "puuid", "championId", "selectedSkinIndex", "spell1Id", "spell2Id" ] }, "ChampSelectLcdsPlayerParticipant": { "type": "object", "description": "", "properties": { "summonerName": { "type": "string" }, "summonerInternalName": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "pickMode": { "type": "integer", "format": "int32" }, "pickTurn": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "summonerName", "summonerInternalName", "summonerId", "puuid", "pickMode", "pickTurn" ] }, "ChampSelectLcdsPointSummary": { "type": "object", "description": "", "properties": { "pointsToNextRoll": { "type": "integer", "format": "int32" }, "currentPoints": { "type": "integer", "format": "int32" }, "numberOfRolls": { "type": "integer", "format": "int32" }, "maxRolls": { "type": "integer", "format": "int32" }, "pointsCostToRoll": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "pointsToNextRoll", "currentPoints", "numberOfRolls", "maxRolls", "pointsCostToRoll" ] }, "ChampSelectLcdsPotentialTradersDTO": { "type": "object", "description": "", "properties": { "potentialTraders": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "potentialTraders" ] }, "ChampSelectLcdsRollResult": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "pointSummary": { "$ref": "#/components/schemas/ChampSelectLcdsPointSummary" } }, "additionalProperties": false, "required": [ "championId", "pointSummary" ] }, "ChampSelectLcdsTradeContractDTO": { "type": "object", "description": "", "properties": { "requesterInternalSummonerName": { "type": "string" }, "requesterSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "requesterPuuid": { "type": "string" }, "responderInternalSummonerName": { "type": "string" }, "responderSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "responderPuuid": { "type": "string" }, "requesterChampionId": { "type": "integer", "format": "int32" }, "responderChampionId": { "type": "integer", "format": "int32" }, "state": { "type": "string" } }, "additionalProperties": false, "required": [ "requesterInternalSummonerName", "requesterSummonerId", "requesterPuuid", "responderInternalSummonerName", "responderSummonerId", "responderPuuid", "requesterChampionId", "responderChampionId", "state" ] }, "ChampionMasteryPublicDTO": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "championLevel": { "type": "integer", "format": "int32" }, "championPoints": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "championId", "championLevel", "championPoints" ] }, "ChampionScoutingDTO": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "winCount": { "type": "integer", "format": "int32" }, "gameCount": { "type": "integer", "format": "int32" }, "kda": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "championId", "winCount", "gameCount", "kda" ] }, "ClashEventData": { "type": "object", "description": "", "properties": { "earnedDate": { "type": "string" }, "rewardType": { "type": "string" }, "tournamentId": { "type": "integer", "format": "int64" }, "tournamentName": { "type": "string" }, "tier": { "type": "string" }, "bracket": { "type": "integer", "format": "int64" }, "seasonId": { "type": "integer", "format": "int32" }, "theme": { "type": "string" }, "rosterId": { "type": "integer", "format": "int64" }, "teamName": { "type": "string" }, "teamShortName": { "type": "string" }, "teamLogoName": { "type": "string" }, "teamLogoChromaId": { "type": "string" }, "playerUUIDs": { "type": "array", "items": { "type": "string" } }, "rewardSpec": { "$ref": "#/components/schemas/ClashRewardSpec" } }, "additionalProperties": false, "required": [ "earnedDate", "rewardType", "tournamentId", "tournamentName", "tier", "bracket", "seasonId", "theme", "rosterId", "teamName", "teamShortName", "teamLogoName", "teamLogoChromaId", "playerUUIDs", "rewardSpec" ] }, "ClashOfflineNotification": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "reason": { "type": "string" }, "metaData": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "tournamentId", "reason", "metaData" ] }, "ClashRewardConfigClient": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "keyDef": { "type": "array", "items": { "$ref": "#/components/schemas/ClashRewardKeyType" } }, "entries": { "type": "array", "items": { "$ref": "#/components/schemas/ClashRewardConfigEntry" } } }, "additionalProperties": false, "required": [ "name", "keyDef", "entries" ] }, "ClashRewardConfigEntry": { "type": "object", "description": "", "properties": { "key": { "type": "string" }, "vals": { "type": "array", "items": { "$ref": "#/components/schemas/ClashRewardOutput" } } }, "additionalProperties": false, "required": [ "key", "vals" ] }, "ClashRewardDefinition": { "type": "object", "description": "", "properties": { "rewardType": { "$ref": "#/components/schemas/ClashRewardType" }, "rewardSpec": { "$ref": "#/components/schemas/ClashRewardSpec" } }, "additionalProperties": false, "required": [ "rewardType", "rewardSpec" ] }, "ClashRewardKeyType": { "type": "string", "description": "", "enum": [ "TOC_STATE", "SEASON_FLAG_COUNT", "SEASON_VP", "THEME_VP", "POINTS", "WINS", "TOURNAMENT_WIN_POS", "LOWEST_POSITION", "TICKET_TYPE", "TICKET_COUNT", "CUP", "TIER" ], "additionalProperties": false }, "ClashRewardOutput": { "type": "object", "description": "", "properties": { "primary": { "$ref": "#/components/schemas/ClashRewardDefinition" }, "alternative": { "$ref": "#/components/schemas/ClashRewardDefinition" }, "grant": { "$ref": "#/components/schemas/ClashRewardTime" }, "show": { "$ref": "#/components/schemas/ClashRewardTime" } }, "additionalProperties": false, "required": [ "primary", "alternative", "grant", "show" ] }, "ClashRewardSpec": { "type": "object", "description": "", "properties": { "pedestal": { "type": "string" }, "cup": { "type": "string" }, "gem": { "type": "string" }, "tier": { "type": "string" }, "bracket": { "type": "string" }, "theme": { "type": "string" }, "level": { "type": "string" }, "seasonId": { "type": "string" }, "name": { "type": "string" }, "quantity": { "type": "string" } }, "additionalProperties": false, "required": [ "pedestal", "cup", "gem", "tier", "bracket", "theme", "level", "seasonId", "name", "quantity" ] }, "ClashRewardTime": { "type": "string", "description": "", "enum": [ "EOT", "EOB", "EOG", "NONE" ], "additionalProperties": false }, "ClashRewardType": { "type": "string", "description": "", "enum": [ "TOC", "VP", "LOOT", "LOGO", "FRAME", "FLAG", "TROPHY" ], "additionalProperties": false }, "ClashSeasonRewardResult": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "seasonId": { "type": "integer", "format": "int32" }, "seasonVp": { "type": "integer", "format": "int32" }, "banned": { "type": "boolean" }, "honorLevel": { "type": "integer", "format": "int32" }, "eligible": { "type": "boolean" }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/ClashRewardDefinition" } } }, "additionalProperties": false, "required": [ "playerId", "seasonId", "seasonVp", "banned", "honorLevel", "eligible", "rewards" ] }, "ClientBracketMatchStatus": { "type": "string", "description": "", "enum": [ "COMPLETED", "STARTED", "UPCOMING" ], "additionalProperties": false }, "ClientConfigAuthenticatedConnection": { "type": "object", "description": "", "properties": { "connectionId": { "type": "integer", "format": "uint32", "minimum": 0 }, "subscribed": { "type": "boolean" }, "authToken": { "type": "string" } }, "additionalProperties": false, "required": [ "connectionId", "subscribed", "authToken" ] }, "ClientConfigBuildInfo": { "type": "object", "description": "", "properties": { "contentBuildId": { "type": "integer", "format": "int32" }, "codeBuildId": { "type": "integer", "format": "int32" }, "gameDataBuildId": { "type": "integer", "format": "int32" }, "branch": { "type": "string" }, "branchFull": { "type": "string" }, "gameBranch": { "type": "string" }, "gameBranchFull": { "type": "string" }, "patchline": { "type": "string" }, "version": { "type": "string" }, "patchlineVisibleName": { "type": "string" } }, "additionalProperties": false, "required": [ "contentBuildId", "codeBuildId", "gameDataBuildId", "branch", "branchFull", "gameBranch", "gameBranchFull", "patchline", "version", "patchlineVisibleName" ] }, "ClientConfigClientConfig": { "type": "object", "description": "", "properties": { "params": { "$ref": "#/components/schemas/ClientConfigConfigParams" }, "data": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "updateTime": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "params", "data", "updateTime" ] }, "ClientConfigConfigNamespaceUpdate": { "type": "object", "description": "", "properties": { "public": { "type": "array", "items": { "type": "string" } }, "player": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "public", "player" ] }, "ClientConfigConfigParams": { "type": "object", "description": "", "properties": { "type": { "$ref": "#/components/schemas/ClientConfigConfigType" }, "appName": { "type": "string" }, "version": { "type": "string" }, "patchline": { "type": "string" }, "region": { "type": "string" }, "namespace": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "appName", "version", "patchline", "region", "namespace" ] }, "ClientConfigConfigReadinessEnum": { "type": "string", "description": "", "enum": [ "Disabled", "Ready", "NotReady" ], "additionalProperties": false }, "ClientConfigConfigStatus": { "type": "object", "description": "", "properties": { "readiness": { "$ref": "#/components/schemas/ClientConfigConfigReadinessEnum" }, "updateId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "readiness", "updateId" ] }, "ClientConfigConfigType": { "type": "string", "description": "", "enum": [ "player", "public" ], "additionalProperties": false }, "ClientConfigDataPaths": { "type": "object", "description": "", "properties": { "userDataRoot": { "type": "string" }, "configRoot": { "type": "string" }, "dataRoot": { "type": "string" }, "localSettingsPath": { "type": "string" }, "privateSettingsPath": { "type": "string" } }, "additionalProperties": false, "required": [ "userDataRoot", "configRoot", "dataRoot", "localSettingsPath", "privateSettingsPath" ] }, "ClientConfigDepInjectorEntitlements": { "type": "object", "description": "", "properties": { "accessToken": { "type": "string" }, "token": { "type": "string" }, "subject": { "type": "string" }, "issuer": { "type": "string" }, "entitlements": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accessToken", "token", "subject", "issuer", "entitlements" ] }, "ClientConfigDepInjectorEntitlementsUpdate": { "type": "object", "description": "", "properties": { "EntitlementsUpdateType": { "$ref": "#/components/schemas/ClientConfigDepInjectorEntitlementsUpdateType" }, "EntitlementsTokenResource": { "$ref": "#/components/schemas/ClientConfigDepInjectorEntitlements" } }, "additionalProperties": false, "required": [ "EntitlementsUpdateType", "EntitlementsTokenResource" ] }, "ClientConfigDepInjectorEntitlementsUpdateType": { "type": "string", "description": "", "enum": [ "Delete", "Update", "Create" ], "additionalProperties": false }, "ClientConfigEntitlements": { "type": "object", "description": "", "properties": { "accessToken": { "type": "string" }, "token": { "type": "string" }, "subject": { "type": "string" }, "issuer": { "type": "string" }, "entitlements": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accessToken", "token", "subject", "issuer", "entitlements" ] }, "ClientConfigEntitlementsUpdate": { "type": "object", "description": "", "properties": { "UpdateType": { "$ref": "#/components/schemas/ClientConfigUpdateType" }, "EntitlementsTokenResource": { "$ref": "#/components/schemas/ClientConfigEntitlements" } }, "additionalProperties": false, "required": [ "UpdateType", "EntitlementsTokenResource" ] }, "ClientConfigSession": { "type": "object", "description": "", "properties": { "productId": { "type": "string" }, "patchlineId": { "type": "string" }, "version": { "type": "string" }, "isInternal": { "type": "boolean" }, "connections": { "type": "array", "items": { "$ref": "#/components/schemas/ClientConfigAuthenticatedConnection" } } }, "additionalProperties": false, "required": [ "productId", "patchlineId", "version", "isInternal", "connections" ] }, "ClientConfigUpdateType": { "type": "string", "description": "", "enum": [ "Delete", "Update", "Create" ], "additionalProperties": false }, "ClientDynamicConfig": { "type": "object", "description": "", "properties": { "configs": { "type": "string" }, "delta": { "type": "boolean" }, "compressed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "configs", "delta", "compressed" ] }, "ClientRequestError": { "type": "string", "description": "", "enum": [ "WITHDRAW_LOCKOUT", "WITHDRAW_CANCEL_NOT_ALLOWED", "WITHDRAW_NOT_ALLOWED", "VOICE_NOT_AVAILABLE", "TICKET_NOT_SET", "TICKET_OFFER_INVALID_COUNT", "TICKET_OFFER_NOT_EXIST", "TICKET_ALREADY_SET", "SMS_NOT_VERIFIED", "SUMMONER_LEVEL_REQUIREMENT_NOT_MET", "SUGGEST_INVITEE_NOT_EXIST", "ROSTER_DISBAND_NOT_ALLOWED", "ROSTER_ELIMINATED", "PHASE_FULL", "PHASE_CANCELLED", "PENDING_ROSTER_CLOSE", "PENDING_ROSTER_FULL", "PENDING_ROSTER_NOT_READY", "OVER_INVITE", "OVER_SUGGESTION_INVITE", "NO_MORE_RECOMMEND", "NO_PERMISSION", "NOT_ALLOWED_DELETE_TOURNAMENT_REWARD_CONFIG", "NOT_ALLOWED_DELETE_TOURNAMENT", "NOT_ENOUGH_TICKETS", "NOT_SEED_INTO_LEAGUE", "NOT_INVITEE", "NOT_MEMBER", "NOT_CAPTAIN", "NO_AVAILABLE_PHASE", "NO_SAME_PLAYER", "MAX_ROSTER_FETCHSIZE", "MAX_INVITED", "INVALID_SEASON", "INVALID_REWARD_CONFIG_NAME", "INVALID_MATCHSTATUS_FORGAMEEND", "INVALID_WITHDRAW", "INVALID_Tier", "INVALID_PLAYER", "INVALID_MATCHID", "INVALID_BRACKET", "INVALID_CHECKELIGIBILITY_SIZE", "INVALID_SHORTNAME", "INVALID_NAME", "INVALID_LOGOCOLOR", "INVALID_LOGO", "INVALID_POSITION", "INVALID_ROSTER_MEMBER_SIZE", "INVALID_INVITEE", "INVALID_PHASE", "INVALID_TOURNAMENT", "INVALID_BUY_BACK", "INVALID_ROSTER", "INTERNAL_ERROR", "INACTIVE_PHASE", "INACTIVE_REGISTRATION", "IN_OTHER_PHASE_OF_PERIOD", "IN_OTHER_PENDINGROSTER", "IN_OTHER_ROSTER", "LOGOCOLOR_NOT_ALLOWED", "LOGO_NOT_ALLOWED", "HONOR_INELIGIBILITY", "FAIL_SUGGESTINVITE", "FAIL_INVITE", "ELIGIBILITY_SERVER_ERROR", "CLASH_BANNED_INVITEE", "CLASH_BANNED", "CAPTAIN_NOT_ALLOWED", "ALREADY_IN_PHASE", "ALREADY_VOTE_WITHDRAW", "ALREADY_DECLINED", "ALREADY_DECLINE_WITHDRAW", "ALREADY_SUGGESTED", "ALREADY_INVITED", "ALREADY_MEMBER", "ALREADY_IN_GAME" ], "additionalProperties": false }, "CollectionsLcdsChampionDTO": { "type": "object", "description": "", "properties": { "endDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "purchaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "winCountRemaining": { "type": "integer", "format": "int32" }, "sources": { "type": "array", "items": { "type": "string" } }, "active": { "type": "boolean" }, "botEnabled": { "type": "boolean" }, "championId": { "type": "integer", "format": "int32" }, "championSkins": { "type": "array", "items": { "$ref": "#/components/schemas/CollectionsLcdsChampionSkinDTO" } }, "freeToPlay": { "type": "boolean" }, "freeToPlayReward": { "type": "boolean" }, "f2pRewardSources": { "type": "array", "items": { "type": "string" } }, "owned": { "type": "boolean" }, "purchased": { "type": "integer", "format": "uint64", "minimum": 0 }, "rankedPlayEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "endDate", "purchaseDate", "winCountRemaining", "sources", "active", "botEnabled", "championId", "championSkins", "freeToPlay", "freeToPlayReward", "f2pRewardSources", "owned", "purchased", "rankedPlayEnabled" ] }, "CollectionsLcdsChampionSkinDTO": { "type": "object", "description": "", "properties": { "endDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "purchaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "winCountRemaining": { "type": "integer", "format": "int32" }, "sources": { "type": "array", "items": { "type": "string" } }, "championId": { "type": "integer", "format": "int32" }, "freeToPlayReward": { "type": "boolean" }, "f2pRewardSources": { "type": "array", "items": { "type": "string" } }, "lastSelected": { "type": "boolean" }, "owned": { "type": "boolean" }, "skinId": { "type": "integer", "format": "int32" }, "stillObtainable": { "type": "boolean" } }, "additionalProperties": false, "required": [ "endDate", "purchaseDate", "winCountRemaining", "sources", "championId", "freeToPlayReward", "f2pRewardSources", "lastSelected", "owned", "skinId", "stillObtainable" ] }, "CollectionsLcdsClientDynamicConfigurationNotification": { "type": "object", "description": "", "properties": { "configs": { "type": "string" }, "delta": { "type": "boolean" } }, "additionalProperties": false, "required": [ "configs", "delta" ] }, "CollectionsLcdsRentalUpdateNotification": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "inventoryType", "data" ] }, "CollectionsLcdsStoreFulfillmentNotification": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "inventoryType", "data" ] }, "ContentItemIdentifier": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "inventoryType" ] }, "CraftLootDTO": { "type": "object", "description": "", "properties": { "recipeName": { "type": "string" }, "lootNames": { "type": "array", "items": { "type": "string" } }, "repeat": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "recipeName", "lootNames", "repeat" ] }, "CraftLootRefTransactionDTO": { "type": "object", "description": "", "properties": { "clientId": { "type": "string" }, "transactionId": { "type": "string" }, "recipeName": { "type": "string" }, "lootNameRefIds": { "type": "array", "items": { "$ref": "#/components/schemas/LootNameRefId" } }, "repeat": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "clientId", "transactionId", "recipeName", "lootNameRefIds", "repeat" ] }, "CrashReportingEnvironment": { "type": "object", "description": "", "properties": { "environment": { "type": "string" }, "userName": { "type": "string" }, "userId": { "type": "string" } }, "additionalProperties": false, "required": [ "environment", "userName", "userId" ] }, "CriticalFlowCapture": { "type": "object", "description": "", "properties": { "timestampInUs": { "type": "integer", "format": "uint64", "minimum": 0 }, "expected": { "type": "boolean" }, "succeeded": { "type": "boolean" }, "idChain": { "type": "string" }, "qualifierChain": { "type": "string" }, "payloadString": { "type": "string" } }, "additionalProperties": false, "required": [ "timestampInUs", "expected", "succeeded", "idChain", "qualifierChain", "payloadString" ] }, "CriticalFlowExpectation": { "type": "object", "description": "", "properties": { "idChain": { "type": "string" }, "qualifierChain": { "type": "string" } }, "additionalProperties": false, "required": [ "idChain", "qualifierChain" ] }, "CriticalFlowSummary": { "type": "object", "description": "", "properties": { "activeFlows": { "type": "array", "items": { "type": "string" } }, "activeFlowEvents": { "type": "array", "items": { "$ref": "#/components/schemas/CriticalFlowExpectation" } }, "events": { "type": "array", "items": { "$ref": "#/components/schemas/CriticalFlowCapture" } }, "errors": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "activeFlows", "activeFlowEvents", "events", "errors" ] }, "DeepLinksClientConfigDeepLinksValue": { "type": "object", "description": "", "properties": { "launchLorEnabled": { "type": "boolean" }, "launchLorUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "launchLorEnabled", "launchLorUrl" ] }, "DeepLinksDeepLinksSettings": { "type": "object", "description": "", "properties": { "isSchemeReady": { "type": "boolean" }, "externalClientScheme": { "type": "string" }, "launchLorEnabled": { "type": "boolean" }, "launchLorUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "isSchemeReady", "externalClientScheme", "launchLorEnabled", "launchLorUrl" ] }, "DownloadUrlRequestV2": { "type": "object", "description": "", "properties": { "platformId": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "platformId", "gameId" ] }, "DownloadUrlResponseV2": { "type": "object", "description": "", "properties": { "url": { "type": "string" } }, "additionalProperties": false, "required": [ "url" ] }, "ElevationAction": { "type": "string", "description": "", "enum": [ "FixBrokenPermissions" ], "additionalProperties": false }, "ElevationRequest": { "type": "object", "description": "", "properties": { "action": { "$ref": "#/components/schemas/ElevationAction" } }, "additionalProperties": false, "required": [ "action" ] }, "EndOfGameLcdsEndOfGameStats": { "type": "object", "description": "", "properties": { "difficulty": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameLength": { "type": "integer", "format": "uint32", "minimum": 0 }, "gameMode": { "type": "string" }, "gameMutators": { "type": "array", "items": { "type": "string" } }, "gameType": { "type": "string" }, "invalid": { "type": "boolean" }, "queueType": { "type": "string" }, "ranked": { "type": "boolean" }, "reportGameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "roomName": { "type": "string" }, "roomPassword": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/MucJwtDto" }, "myTeamInfo": { "$ref": "#/components/schemas/EndOfGameLcdsTeamInfo" }, "otherTeamInfo": { "$ref": "#/components/schemas/EndOfGameLcdsTeamInfo" }, "teamPlayerParticipantStats": { "type": "array", "items": { "$ref": "#/components/schemas/EndOfGameLcdsPlayerParticipantStatsSummary" } }, "otherTeamPlayerParticipantStats": { "type": "array", "items": { "$ref": "#/components/schemas/EndOfGameLcdsPlayerParticipantStatsSummary" } }, "myTeamStatus": { "type": "string" }, "leveledUp": { "type": "boolean" }, "newSpells": { "type": "array", "items": { "$ref": "#/components/schemas/EndOfGameLcdsSpell" } }, "previousLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "rpEarned": { "type": "integer", "format": "int32" }, "skinIndex": { "type": "integer", "format": "int32" }, "skinId": { "type": "integer", "format": "int32" }, "summonerName": { "type": "string" }, "userId": { "type": "integer", "format": "uint64", "minimum": 0 }, "basePoints": { "type": "integer", "format": "int32" }, "battleBoostIpEarned": { "type": "integer", "format": "int32" }, "boostIpEarned": { "type": "integer", "format": "int32" }, "firstWinBonus": { "type": "integer", "format": "int32" }, "ipEarned": { "type": "integer", "format": "int32" }, "ipTotal": { "type": "integer", "format": "int32" }, "boostXpEarned": { "type": "integer", "format": "int32" }, "experienceEarned": { "type": "integer", "format": "int32" }, "experienceTotal": { "type": "integer", "format": "int32" }, "loyaltyBoostXpEarned": { "type": "integer", "format": "int32" }, "previousXpTotal": { "type": "integer", "format": "uint64", "minimum": 0 }, "timeUntilNextFirstWinBonus": { "type": "integer", "format": "int32" }, "causedEarlySurrender": { "type": "boolean" }, "earlySurrenderAccomplice": { "type": "boolean" }, "teamEarlySurrendered": { "type": "boolean" }, "gameEndedInEarlySurrender": { "type": "boolean" } }, "additionalProperties": false, "required": [ "difficulty", "gameId", "gameLength", "gameMode", "gameMutators", "gameType", "invalid", "queueType", "ranked", "reportGameId", "roomName", "roomPassword", "mucJwtDto", "myTeamInfo", "otherTeamInfo", "teamPlayerParticipantStats", "otherTeamPlayerParticipantStats", "myTeamStatus", "leveledUp", "newSpells", "previousLevel", "rpEarned", "skinIndex", "skinId", "summonerName", "userId", "basePoints", "battleBoostIpEarned", "boostIpEarned", "firstWinBonus", "ipEarned", "ipTotal", "boostXpEarned", "experienceEarned", "experienceTotal", "loyaltyBoostXpEarned", "previousXpTotal", "timeUntilNextFirstWinBonus", "causedEarlySurrender", "earlySurrenderAccomplice", "teamEarlySurrendered", "gameEndedInEarlySurrender" ] }, "EndOfGameLcdsHarassmentReport": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "reportSource": { "type": "string" }, "reportingSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "reportedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "offense": { "type": "string" }, "comment": { "type": "string" } }, "additionalProperties": false, "required": [ "gameId", "reportSource", "reportingSummonerId", "reportedSummonerId", "offense", "comment" ] }, "EndOfGameLcdsPlayerParticipantStatsSummary": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "level": { "type": "integer", "format": "int32" }, "userId": { "type": "integer", "format": "uint64", "minimum": 0 }, "teamId": { "type": "integer", "format": "int32" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "leaver": { "type": "boolean" }, "summonerName": { "type": "string" }, "skinName": { "type": "string" }, "profileIconId": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "leaves": { "type": "integer", "format": "int32" }, "losses": { "type": "integer", "format": "int32" }, "botPlayer": { "type": "boolean" }, "spell1Id": { "type": "integer", "format": "int32" }, "spell2Id": { "type": "integer", "format": "int32" }, "championId": { "type": "integer", "format": "int32" }, "skinIndex": { "type": "integer", "format": "int32" }, "selectedPosition": { "type": "string" }, "detectedTeamPosition": { "type": "string" }, "statistics": { "type": "array", "items": { "$ref": "#/components/schemas/EndOfGameLcdsRawStatDTO" } } }, "additionalProperties": false, "required": [ "puuid", "level", "userId", "teamId", "gameId", "leaver", "summonerName", "skinName", "profileIconId", "wins", "leaves", "losses", "botPlayer", "spell1Id", "spell2Id", "championId", "skinIndex", "selectedPosition", "detectedTeamPosition", "statistics" ] }, "EndOfGameLcdsPointsPenalty": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "penalty": { "type": "number", "format": "double" } }, "additionalProperties": false, "required": [ "type", "penalty" ] }, "EndOfGameLcdsRawStatDTO": { "type": "object", "description": "", "properties": { "value": { "type": "integer", "format": "int64" }, "statTypeName": { "type": "string" } }, "additionalProperties": false, "required": [ "value", "statTypeName" ] }, "EndOfGameLcdsSpell": { "type": "object", "description": "", "properties": { "spellId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "spellId" ] }, "EndOfGameLcdsTeamId": { "type": "object", "description": "", "properties": { "fullId": { "type": "string" } }, "additionalProperties": false, "required": [ "fullId" ] }, "EndOfGameLcdsTeamInfo": { "type": "object", "description": "", "properties": { "teamId": { "$ref": "#/components/schemas/EndOfGameLcdsTeamId" }, "name": { "type": "string" }, "tag": { "type": "string" }, "secondsUntilEligibleForDeletion": { "type": "integer", "format": "int64" }, "memberStatusString": { "type": "string" } }, "additionalProperties": false, "required": [ "teamId", "name", "tag", "secondsUntilEligibleForDeletion", "memberStatusString" ] }, "EntitlementsToken": { "type": "object", "description": "", "properties": { "accessToken": { "type": "string" }, "token": { "type": "string" }, "subject": { "type": "string" }, "issuer": { "type": "string" }, "entitlements": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accessToken", "token", "subject", "issuer", "entitlements" ] }, "EogLcdsGameDTO": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameState": { "type": "string" }, "teamOne": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerParticipant" } }, "teamTwo": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerParticipant" } }, "bannedChampions": { "type": "array", "items": { "$ref": "#/components/schemas/BannedChampion" } } }, "additionalProperties": false, "required": [ "id", "gameState", "teamOne", "teamTwo", "bannedChampions" ] }, "ExternalPluginsAvailability": { "type": "string", "description": "", "enum": [ "Error", "Recovering", "Connected", "Preparing", "NotAvailable" ], "additionalProperties": false }, "ExternalPluginsResource": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/ExternalPluginsAvailability" }, "errorString": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "errorString" ] }, "FailedInvite": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "exception": { "$ref": "#/components/schemas/ClientRequestError" } }, "additionalProperties": false, "required": [ "playerId", "exception" ] }, "GameQueuesLcdsAllowSpectators": { "type": "string", "description": "", "enum": [ "ALL", "DROPINONLY", "LOBBYONLY", "NONE" ], "additionalProperties": false }, "GameQueuesLcdsGameQueueConfig": { "type": "object", "description": "", "properties": { "disallowFreeChampions": { "type": "boolean" }, "gameMode": { "type": "string" }, "gameMutators": { "type": "array", "items": { "type": "string" } }, "gameTypeConfigId": { "type": "integer", "format": "int32" }, "id": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "maximumParticipantListSize": { "type": "integer", "format": "uint32", "minimum": 0 }, "minLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "minimumParticipantListSize": { "type": "integer", "format": "uint32", "minimum": 0 }, "numPlayersPerTeam": { "type": "integer", "format": "uint32", "minimum": 0 }, "queueState": { "type": "string" }, "ranked": { "type": "boolean" }, "supportedMapIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "type": { "type": "string" }, "lastToggledOffTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "lastToggledOnTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "removalFromGameAllowed": { "type": "boolean" }, "removalFromGameDelayMinutes": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "disallowFreeChampions", "gameMode", "gameMutators", "gameTypeConfigId", "id", "mapId", "maximumParticipantListSize", "minLevel", "minimumParticipantListSize", "numPlayersPerTeam", "queueState", "ranked", "supportedMapIds", "type", "lastToggledOffTime", "lastToggledOnTime", "removalFromGameAllowed", "removalFromGameDelayMinutes" ] }, "GameflowLcdsGameDTO": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "mapId": { "type": "integer", "format": "int32" }, "gameState": { "type": "string" }, "queueTypeName": { "type": "string" }, "gameMode": { "type": "string" }, "gameTypeConfigId": { "type": "integer", "format": "int32" }, "maxNumPlayers": { "type": "integer", "format": "int32" }, "gameType": { "type": "string" }, "spectatorDelay": { "type": "integer", "format": "int32" }, "gameQueueConfigId": { "type": "integer", "format": "int32" }, "teamOne": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "teamTwo": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "playerChampionSelections": { "type": "array", "items": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "id", "mapId", "gameState", "queueTypeName", "gameMode", "gameTypeConfigId", "maxNumPlayers", "gameType", "spectatorDelay", "gameQueueConfigId", "teamOne", "teamTwo", "playerChampionSelections" ] }, "GameflowLcdsPlayerCredentialsDto": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "serverIp": { "type": "string" }, "serverPort": { "type": "integer", "format": "uint16", "minimum": 0 }, "encryptionKey": { "type": "string" }, "observer": { "type": "boolean" }, "observerServerIp": { "type": "string" }, "observerServerPort": { "type": "integer", "format": "uint16", "minimum": 0 }, "observerEncryptionKey": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "packetCopMetadata": { "type": "string" } }, "additionalProperties": false, "required": [ "gameId", "serverIp", "serverPort", "encryptionKey", "observer", "observerServerIp", "observerServerPort", "observerEncryptionKey", "summonerId", "packetCopMetadata" ] }, "GameflowLcdsReconnectInfoDto": { "type": "object", "description": "", "properties": { "playerCredentials": { "$ref": "#/components/schemas/GameflowLcdsPlayerCredentialsDto" }, "game": { "$ref": "#/components/schemas/GameflowLcdsGameDTO" }, "reconnectDelay": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "playerCredentials", "game", "reconnectDelay" ] }, "IdsDTO": { "type": "object", "description": "", "properties": { "missionIds": { "type": "array", "items": { "type": "string" } }, "seriesIds": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "missionIds", "seriesIds" ] }, "InviteType": { "type": "string", "description": "", "enum": [ "NONE", "SELFJOIN", "SUGGEST", "FRIEND", "FREEAGENT" ], "additionalProperties": false }, "LCDSBroadcastNotification": { "type": "object", "description": "", "properties": { "broadcastMessages": { "type": "array", "items": { "$ref": "#/components/schemas/LolServiceStatusBroadcastMessage" } } }, "additionalProperties": false, "required": [ "broadcastMessages" ] }, "LCDSChampionReward": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "skins": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "championId", "skins" ] }, "LCDSGlobalRewards": { "type": "object", "description": "", "properties": { "allChampions": { "type": "boolean" } }, "additionalProperties": false, "required": [ "allChampions" ] }, "LCDSLoyaltyRewards": { "type": "object", "description": "", "properties": { "champions": { "type": "array", "items": { "$ref": "#/components/schemas/LCDSChampionReward" } }, "global": { "$ref": "#/components/schemas/LCDSGlobalRewards" }, "ipBoost": { "type": "integer", "format": "int32" }, "xpBoost": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "champions", "global", "ipBoost", "xpBoost" ] }, "LCDSLoyaltyStateChangeNotification": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "notificationCategory": { "$ref": "#/components/schemas/LCDSLoyaltyStateChangeNotificationCategory" }, "rewards": { "$ref": "#/components/schemas/LCDSLoyaltyRewards" } }, "additionalProperties": false, "required": [ "accountId", "notificationCategory", "rewards" ] }, "LCDSLoyaltyStateChangeNotificationCategory": { "type": "string", "description": "", "enum": [ "disabled", "revoke", "change", "expiry", "grant", "legacy" ], "additionalProperties": false }, "LCDSPlayerMessagingSimpleMessage": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "type": { "type": "string" }, "titleCode": { "type": "string" }, "bodyCode": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "msgId", "type", "titleCode", "bodyCode", "params" ] }, "LCDSPlayerMessagingSimpleMessageResponse": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "command": { "type": "string" } }, "additionalProperties": false, "required": [ "accountId", "msgId", "command" ] }, "LcdsAcceptGameInvitationRequestDto": { "type": "object", "description": "", "properties": { "invitationId": { "type": "string" }, "gameVersion": { "type": "string" }, "champSelectInventoryJwt": { "type": "string" }, "playerGcoTokens": { "$ref": "#/components/schemas/LcdsPlayerGcoTokens" } }, "additionalProperties": false, "required": [ "invitationId", "gameVersion", "champSelectInventoryJwt", "playerGcoTokens" ] }, "LcdsBotParticipant": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "summonerInternalName": { "type": "string" }, "botSkillLevel": { "type": "integer", "format": "int32" }, "botDifficulty": { "type": "string" }, "position": { "type": "string" }, "botUuid": { "type": "string" }, "teamId": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerName", "summonerInternalName", "botSkillLevel", "botDifficulty", "position", "botUuid", "teamId" ] }, "LcdsCreatePracticeGameRequestDto": { "type": "object", "description": "", "properties": { "practiceGameConfig": { "$ref": "#/components/schemas/LcdsPracticeGameConfig" }, "simpleInventoryJwt": { "type": "string" }, "playerGcoTokens": { "$ref": "#/components/schemas/LcdsPlayerGcoTokens" } }, "additionalProperties": false, "required": [ "practiceGameConfig", "simpleInventoryJwt", "playerGcoTokens" ] }, "LcdsFailedJoinPlayer": { "type": "object", "description": "", "properties": { "summoner": { "$ref": "#/components/schemas/LcdsSummoner" }, "reasonFailed": { "type": "string" } }, "additionalProperties": false, "required": [ "summoner", "reasonFailed" ] }, "LcdsGameDTO": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "mapId": { "type": "integer", "format": "int32" }, "gameTypeConfigId": { "type": "integer", "format": "int32" }, "gameType": { "type": "string" }, "gameMode": { "type": "string" }, "maxNumPlayers": { "type": "integer", "format": "int32" }, "spectatorsAllowed": { "type": "string" }, "ownerSummary": { "$ref": "#/components/schemas/LcdsPlayerParticipant" }, "teamOne": { "type": "array", "items": { "$ref": "#/components/schemas/LcdsPlayerParticipant" } }, "teamTwo": { "type": "array", "items": { "$ref": "#/components/schemas/LcdsPlayerParticipant" } }, "observers": { "type": "array", "items": { "$ref": "#/components/schemas/LcdsPlayerParticipant" } }, "practiceGameRewardsDisabledReasons": { "type": "array", "items": { "type": "string" } }, "gameMutators": { "type": "array", "items": { "type": "string" } }, "roomName": { "type": "string" }, "roomPassword": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/MucJwtDto" }, "passbackUrl": { "type": "string" }, "passbackDataPacket": { "type": "string" }, "optimisticLock": { "type": "integer", "format": "int64" }, "gameState": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "mapId", "gameTypeConfigId", "gameType", "gameMode", "maxNumPlayers", "spectatorsAllowed", "ownerSummary", "teamOne", "teamTwo", "observers", "practiceGameRewardsDisabledReasons", "gameMutators", "roomName", "roomPassword", "mucJwtDto", "passbackUrl", "passbackDataPacket", "optimisticLock", "gameState" ] }, "LcdsGameInviteBaseRuntimeException": { "type": "object", "description": "", "properties": { "rootCauseClassname": { "type": "string" } }, "additionalProperties": false, "required": [ "rootCauseClassname" ] }, "LcdsGameMap": { "type": "object", "description": "", "properties": { "mapId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "displayName": { "type": "string" }, "description": { "type": "string" }, "minCustomPlayers": { "type": "integer", "format": "int32" }, "totalPlayers": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "mapId", "name", "displayName", "description", "minCustomPlayers", "totalPlayers" ] }, "LcdsGameNotification": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "messageCode": { "type": "string" }, "messageArgument": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "messageCode", "messageArgument" ] }, "LcdsInvitationRequest": { "type": "object", "description": "", "properties": { "invitationId": { "type": "string" }, "owner": { "$ref": "#/components/schemas/LcdsPlayer" }, "inviter": { "$ref": "#/components/schemas/LcdsInviter" }, "invitationState": { "$ref": "#/components/schemas/LcdsInvitationState" }, "gameMetaData": { "type": "string" }, "inviteType": { "type": "string" }, "invitePayload": { "type": "string" } }, "additionalProperties": false, "required": [ "invitationId", "owner", "inviter", "invitationState", "gameMetaData", "inviteType", "invitePayload" ] }, "LcdsInvitationState": { "type": "string", "description": "", "enum": [ "REVOKED", "ON_HOLD", "ACTIVE" ], "additionalProperties": false }, "LcdsInviteFailed": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "exception": { "$ref": "#/components/schemas/LcdsGameInviteBaseRuntimeException" } }, "additionalProperties": false, "required": [ "summonerId", "summonerName", "exception" ] }, "LcdsInvitePrivileges": { "type": "object", "description": "", "properties": { "canInvite": { "type": "boolean" } }, "additionalProperties": false, "required": [ "canInvite" ] }, "LcdsInvitee": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "inviteeState": { "$ref": "#/components/schemas/LcdsInviteeState" } }, "additionalProperties": false, "required": [ "summonerId", "summonerName", "inviteeState" ] }, "LcdsInviteeState": { "type": "string", "description": "", "enum": [ "BANNED", "KICKED", "QUIT", "JOINED", "ACCEPT_FAILED", "ACCEPTED", "DECLINED", "PENDING", "CREATOR" ], "additionalProperties": false }, "LcdsInviter": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "previousSeasonHighestTier": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerName", "previousSeasonHighestTier" ] }, "LcdsJoinGameRequestDto": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "password": { "type": "string" }, "gameVersion": { "type": "string" }, "simpleInventoryJwt": { "type": "string" }, "playerGcoTokens": { "$ref": "#/components/schemas/LcdsPlayerGcoTokens" } }, "additionalProperties": false, "required": [ "gameId", "gameVersion", "simpleInventoryJwt", "playerGcoTokens" ] }, "LcdsJoinOrCreatePracticeGameRequestDto": { "type": "object", "description": "", "properties": { "practiceGameConfig": { "$ref": "#/components/schemas/LcdsPracticeGameConfig" }, "simpleInventoryJwt": { "type": "string" }, "playerGcoTokens": { "$ref": "#/components/schemas/LcdsPlayerGcoTokens" } }, "additionalProperties": false, "required": [ "practiceGameConfig", "simpleInventoryJwt", "playerGcoTokens" ] }, "LcdsLobbyStatus": { "type": "object", "description": "", "properties": { "invitationId": { "type": "string" }, "owner": { "$ref": "#/components/schemas/LcdsPlayer" }, "chatKey": { "type": "string" }, "members": { "type": "array", "items": { "$ref": "#/components/schemas/LcdsMember" } }, "invitees": { "type": "array", "items": { "$ref": "#/components/schemas/LcdsInvitee" } }, "gameMetaData": { "type": "string" } }, "additionalProperties": false, "required": [ "invitationId", "owner", "chatKey", "members", "invitees", "gameMetaData" ] }, "LcdsMember": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "hasDelegatedInvitePower": { "type": "boolean" } }, "additionalProperties": false, "required": [ "summonerId", "summonerName", "hasDelegatedInvitePower" ] }, "LcdsObserveGameRequestDto": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "password": { "type": "string" }, "gameVersion": { "type": "string" }, "champSelectInventoryJwt": { "type": "string" }, "playerGcoTokens": { "$ref": "#/components/schemas/LcdsPlayerGcoTokens" } }, "additionalProperties": false, "required": [ "gameId", "gameVersion", "champSelectInventoryJwt", "playerGcoTokens" ] }, "LcdsPayloadDto": { "type": "object", "description": "", "properties": { "method": { "type": "string" }, "headers": { "type": "object", "additionalProperties": { "type": "string" } }, "path": { "type": "string" }, "body": { "type": "string" } }, "additionalProperties": false, "required": [ "method", "headers", "path", "body" ] }, "LcdsPlayer": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerName" ] }, "LcdsPlayerGcoTokens": { "type": "object", "description": "", "properties": { "idToken": { "type": "string" }, "summonerToken": { "type": "string" }, "userInfoJwt": { "type": "string" }, "entitlementsToken": { "type": "string" } }, "additionalProperties": false, "required": [ "idToken", "summonerToken", "userInfoJwt", "entitlementsToken" ] }, "LcdsPlayerParticipant": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "summonerInternalName": { "type": "string" }, "botSkillLevel": { "type": "integer", "format": "int32" }, "botDifficulty": { "type": "string" }, "position": { "type": "string" }, "botUuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerName", "summonerInternalName", "botSkillLevel", "botDifficulty", "position", "botUuid" ] }, "LcdsPracticeGameConfig": { "type": "object", "description": "", "properties": { "gameName": { "type": "string" }, "gameMode": { "type": "string" }, "gameMap": { "$ref": "#/components/schemas/LcdsGameMap" }, "maxNumPlayers": { "type": "integer", "format": "int32" }, "gameTypeConfig": { "type": "integer", "format": "int32" }, "gamePassword": { "type": "string" }, "allowSpectators": { "type": "string" }, "passbackUrl": { "type": "string" }, "passbackDataPacket": { "type": "string" }, "gameMutators": { "type": "array", "items": { "type": "string" } }, "region": { "type": "string" }, "gameVersion": { "type": "string" }, "spectatorDelayEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "gameName", "gameMode", "gameMap", "maxNumPlayers", "gameTypeConfig", "gamePassword", "allowSpectators", "gameMutators", "region", "gameVersion", "spectatorDelayEnabled" ] }, "LcdsPracticeGameSearchResult": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" }, "owner": { "$ref": "#/components/schemas/LcdsPlayerParticipant" }, "maxNumPlayers": { "type": "integer", "format": "int32" }, "privateGame": { "type": "boolean" }, "team1Count": { "type": "integer", "format": "int32" }, "team2Count": { "type": "integer", "format": "int32" }, "spectatorCount": { "type": "integer", "format": "int32" }, "gameMap": { "$ref": "#/components/schemas/LcdsGameMap" }, "gameMapId": { "type": "integer", "format": "int32" }, "gameMode": { "type": "string" }, "pickType": { "type": "string" }, "allowSpectators": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "owner", "maxNumPlayers", "privateGame", "team1Count", "team2Count", "spectatorCount", "gameMap", "gameMapId", "gameMode", "pickType", "allowSpectators" ] }, "LcdsRemovalReason": { "type": "string", "description": "", "enum": [ "PROGRESSED", "DESTROYED", "KICKED" ], "additionalProperties": false }, "LcdsRemovedFromLobbyNotification": { "type": "object", "description": "", "properties": { "removalReason": { "$ref": "#/components/schemas/LcdsRemovalReason" } }, "additionalProperties": false, "required": [ "removalReason" ] }, "LcdsSimpleMessage": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "type": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "msgId", "type", "params" ] }, "LcdsSimpleMessageResponse": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "command": { "type": "string" } }, "additionalProperties": false, "required": [ "accountId", "msgId", "command" ] }, "LcdsStartChampSelectDto": { "type": "object", "description": "", "properties": { "invalidPlayers": { "type": "array", "items": { "$ref": "#/components/schemas/LcdsFailedJoinPlayer" } } }, "additionalProperties": false, "required": [ "invalidPlayers" ] }, "LcdsSummoner": { "type": "object", "description": "", "properties": { "sumId": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "sumId", "name" ] }, "LcdsSwitchObserverToPlayerRequestDto": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "teamId": { "type": "integer", "format": "int32" }, "playerGcoTokens": { "$ref": "#/components/schemas/LcdsPlayerGcoTokens" } }, "additionalProperties": false, "required": [ "gameId", "teamId", "playerGcoTokens" ] }, "LcdsSwitchPlayerToObserverRequestDto": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "playerGcoTokens": { "$ref": "#/components/schemas/LcdsPlayerGcoTokens" } }, "additionalProperties": false, "required": [ "gameId", "playerGcoTokens" ] }, "LcdsSwitchTeamsRequestDto": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "playerGcoTokens": { "$ref": "#/components/schemas/LcdsPlayerGcoTokens" } }, "additionalProperties": false, "required": [ "gameId", "playerGcoTokens" ] }, "LobbyClientDynamicConfigurationNotification": { "type": "object", "description": "", "properties": { "configs": { "type": "string" }, "delta": { "type": "boolean" } }, "additionalProperties": false, "required": [ "configs", "delta" ] }, "LogEvent": { "type": "object", "description": "Describes a log entry.", "properties": { "severity": { "$ref": "#/components/schemas/LogSeverityLevels" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "severity", "message" ] }, "LogSeverityLevels": { "type": "string", "description": "Allowable severity levels for log events.", "enum": [ "Always", "Error", "Warning", "Okay" ], "additionalProperties": false }, "LolAccountVerificationAVSConfig": { "type": "object", "description": "", "properties": { "Enabled": { "type": "boolean" }, "DisableGetActivePhoneNumberCall": { "type": "boolean" } }, "additionalProperties": false, "required": [ "Enabled", "DisableGetActivePhoneNumberCall" ] }, "LolAccountVerificationConfirmActivationPinRequest": { "type": "object", "description": "", "properties": { "oneTimePin": { "type": "string" } }, "additionalProperties": false, "required": [ "oneTimePin" ] }, "LolAccountVerificationConfirmActivationPinResponse": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolAccountVerificationPinResponseData" }, "clientMessageId": { "type": "string" } }, "additionalProperties": false, "required": [ "data", "clientMessageId" ] }, "LolAccountVerificationConfirmDeactivationPinRequest": { "type": "object", "description": "", "properties": { "oneTimePin": { "type": "string" } }, "additionalProperties": false, "required": [ "oneTimePin" ] }, "LolAccountVerificationConfirmDeactivationPinResponse": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolAccountVerificationPinResponseData" }, "clientMessageId": { "type": "string" } }, "additionalProperties": false, "required": [ "data", "clientMessageId" ] }, "LolAccountVerificationIsVerifiedResponse": { "type": "object", "description": "", "properties": { "success": { "type": "boolean" }, "message": { "type": "string" }, "status": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "success", "message", "status" ] }, "LolAccountVerificationLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolAccountVerificationLoginSessionState" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "username": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "username" ] }, "LolAccountVerificationLoginSessionState": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolAccountVerificationPhoneNumberObfuscated": { "type": "object", "description": "", "properties": { "countryCode": { "type": "string" }, "endsWith": { "type": "string" }, "length": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "countryCode", "endsWith", "length" ] }, "LolAccountVerificationPhoneNumberResponse": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolAccountVerificationPhoneNumberResponseData" }, "error": { "$ref": "#/components/schemas/LolAccountVerificationResponseError" }, "clientMessageId": { "type": "string" } }, "additionalProperties": false, "required": [ "data", "error", "clientMessageId" ] }, "LolAccountVerificationPhoneNumberResponseData": { "type": "object", "description": "", "properties": { "phoneNumberObfuscated": { "$ref": "#/components/schemas/LolAccountVerificationPhoneNumberObfuscated" } }, "additionalProperties": false, "required": [ "phoneNumberObfuscated" ] }, "LolAccountVerificationPinResponseData": { "type": "object", "description": "", "properties": { "status": { "type": "string" } }, "additionalProperties": false, "required": [ "status" ] }, "LolAccountVerificationResponseError": { "type": "object", "description": "", "properties": { "errorCode": { "type": "string" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "errorCode", "message" ] }, "LolAccountVerificationSendActivationPinRequest": { "type": "object", "description": "", "properties": { "phoneNumber": { "type": "string" }, "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "phoneNumber", "locale" ] }, "LolAccountVerificationSendActivationPinResponse": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolAccountVerificationSendActivationPinResponseData" }, "error": { "$ref": "#/components/schemas/LolAccountVerificationResponseError" }, "clientMessageId": { "type": "string" } }, "additionalProperties": false, "required": [ "data", "error", "clientMessageId" ] }, "LolAccountVerificationSendActivationPinResponseData": { "type": "object", "description": "", "properties": { "pinExpiresAtEpochMillis": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "pinExpiresAtEpochMillis" ] }, "LolAccountVerificationSendDeactivationPinRequest": { "type": "object", "description": "", "properties": { "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "locale" ] }, "LolAccountVerificationSendDeactivationPinResponse": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolAccountVerificationSendActivationPinResponseData" }, "error": { "$ref": "#/components/schemas/LolAccountVerificationResponseError" }, "clientMessageId": { "type": "string" } }, "additionalProperties": false, "required": [ "data", "error", "clientMessageId" ] }, "LolActiveBoostsActiveBoosts": { "type": "object", "description": "", "properties": { "xpBoostEndDate": { "type": "string" }, "xpBoostPerWinCount": { "type": "integer", "format": "uint64", "minimum": 0 }, "xpLoyaltyBoost": { "type": "integer", "format": "int32" }, "firstWinOfTheDayStartTime": { "type": "string" } }, "additionalProperties": false, "required": [ "xpBoostEndDate", "xpBoostPerWinCount", "xpLoyaltyBoost", "firstWinOfTheDayStartTime" ] }, "LolActiveBoostsEndOfGameStats": { "type": "object", "description": "", "properties": { "timeUntilNextFirstWinBonus": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "timeUntilNextFirstWinBonus" ] }, "LolActiveBoostsInventoryItem": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownershipType": { "$ref": "#/components/schemas/LolActiveBoostsItemOwnershipType" }, "expirationDate": { "type": "string" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "ownershipType", "expirationDate", "wins" ] }, "LolActiveBoostsInventoryItemDTO": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "expirationDate": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownedQuantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "usedInGameDate": { "type": "string" }, "entitlementId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "instanceId": { "type": "string" }, "instanceTypeId": { "type": "string" }, "payload": { "type": "object", "additionalProperties": true }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "loyaltySources": { "type": "array", "items": { "type": "string" } }, "lsb": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "expirationDate", "purchaseDate", "quantity", "ownedQuantity", "usedInGameDate", "entitlementId", "entitlementTypeId", "instanceId", "instanceTypeId", "payload", "f2p", "rental", "loyalty", "loyaltySources", "lsb", "wins" ] }, "LolActiveBoostsInventoryItemWithPayload": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownershipType": { "$ref": "#/components/schemas/LolActiveBoostsItemOwnershipType" }, "expirationDate": { "type": "string" }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "loyaltySources": { "type": "array", "items": { "type": "string" } }, "owned": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 }, "payload": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "ownershipType", "expirationDate", "f2p", "rental", "loyalty", "loyaltySources", "owned", "wins", "payload" ] }, "LolActiveBoostsItemOwnershipType": { "type": "string", "description": "", "enum": [ "F2P", "LOYALTY", "RENTED", "OWNED" ], "additionalProperties": false }, "LolActiveBoostsLoginDataPacket": { "type": "object", "description": "", "properties": { "timeUntilFirstWinOfDay": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "timeUntilFirstWinOfDay" ] }, "LolActiveBoostsLoyaltyRewardsSimplified": { "type": "object", "description": "", "properties": { "xpBoost": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "xpBoost" ] }, "LolActiveBoostsLoyaltyStatus": { "type": "string", "description": "", "enum": [ "DISABLED", "REVOKE", "CHANGE", "EXPIRY", "REWARDS_GRANT", "LEGACY" ], "additionalProperties": false }, "LolActiveBoostsLoyaltyStatusNotification": { "type": "object", "description": "", "properties": { "status": { "$ref": "#/components/schemas/LolActiveBoostsLoyaltyStatus" }, "rewards": { "$ref": "#/components/schemas/LolActiveBoostsLoyaltyRewardsSimplified" } }, "additionalProperties": false, "required": [ "status", "rewards" ] }, "LolAntiAddictionAntiAddictionState": { "type": "object", "description": "", "properties": { "policyType": { "$ref": "#/components/schemas/LolAntiAddictionPolicyType" }, "localizationKey": { "type": "string" }, "antiAddictionToken": { "type": "string" } }, "additionalProperties": false, "required": [ "policyType", "localizationKey", "antiAddictionToken" ] }, "LolAntiAddictionAntiAddictionToken": { "type": "object", "description": "", "properties": { "antiAddictionToken": { "type": "string" } }, "additionalProperties": false, "required": [ "antiAddictionToken" ] }, "LolAntiAddictionPolicyType": { "type": "string", "description": "", "enum": [ "antiAddictionHeartbeat", "antiAddictionShutdown", "antiAddictionWarning" ], "additionalProperties": false }, "LolBannersBannerFlag": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "theme": { "type": "string" }, "level": { "type": "integer", "format": "int64" }, "seasonId": { "type": "integer", "format": "int64" }, "earnedDateIso8601": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "theme", "level", "seasonId", "earnedDateIso8601" ] }, "LolBannersBannerFrame": { "type": "object", "description": "", "properties": { "level": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "level" ] }, "LolBannersCapClashFlagEntitlementPayload": { "type": "object", "description": "", "properties": { "rewardSpec": { "$ref": "#/components/schemas/LolBannersClashV2FlagRewardSpec" }, "rewardType": { "type": "string" } }, "additionalProperties": false, "required": [ "rewardSpec", "rewardType" ] }, "LolBannersCapClashFrameEntitlementPayload": { "type": "object", "description": "", "properties": { "rewardSpec": { "$ref": "#/components/schemas/LolBannersClashV2FrameRewardSpec" }, "rewardType": { "type": "string" } }, "additionalProperties": false, "required": [ "rewardSpec", "rewardType" ] }, "LolBannersClashV2FlagRewardSpec": { "type": "object", "description": "", "properties": { "theme": { "type": "string" }, "level": { "type": "string" }, "seasonId": { "type": "string" } }, "additionalProperties": false, "required": [ "theme", "level", "seasonId" ] }, "LolBannersClashV2FrameRewardSpec": { "type": "object", "description": "", "properties": { "level": { "type": "string" }, "seasonId": { "type": "string" } }, "additionalProperties": false, "required": [ "level", "seasonId" ] }, "LolBannersInventoryItemWithPayload": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "payload": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "payload" ] }, "LolBannersInventoryItemsByType": { "type": "object", "description": "", "properties": { "TOURNAMENT_FLAG": { "type": "array", "items": { "$ref": "#/components/schemas/LolBannersTournamentFlagInventoryItem" } }, "TOURNAMENT_FRAME": { "type": "array", "items": { "$ref": "#/components/schemas/LolBannersTournamentFrameInventoryItem" } } }, "additionalProperties": false, "required": [ "TOURNAMENT_FLAG", "TOURNAMENT_FRAME" ] }, "LolBannersInventoryResponse": { "type": "object", "description": "", "properties": { "items": { "$ref": "#/components/schemas/LolBannersInventoryItemsByType" } }, "additionalProperties": false, "required": [ "items" ] }, "LolBannersLoadout": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "scope": { "type": "string" }, "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolBannersLoadoutsSlot" } } }, "additionalProperties": false, "required": [ "id", "name", "scope", "loadout" ] }, "LolBannersLoadoutsSlot": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "inventoryType" ] }, "LolBannersSummonerProfileUpdate": { "type": "object", "description": "", "properties": { "key": { "type": "string" }, "value": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "key", "value" ] }, "LolBannersTournamentFlagInventoryItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "payload": { "$ref": "#/components/schemas/LolBannersCapClashFlagEntitlementPayload" }, "purchaseDate": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "payload", "purchaseDate" ] }, "LolBannersTournamentFrameInventoryItem": { "type": "object", "description": "", "properties": { "payload": { "$ref": "#/components/schemas/LolBannersCapClashFrameEntitlementPayload" }, "purchaseDate": { "type": "string" } }, "additionalProperties": false, "required": [ "payload", "purchaseDate" ] }, "LolCatalogBundled": { "type": "object", "description": "", "properties": { "flexible": { "type": "boolean" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogBundledItem" } }, "minimumPrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogBundledItemCost" } } }, "additionalProperties": false, "required": [ "flexible", "items", "minimumPrices" ] }, "LolCatalogBundledItem": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "discountPrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogBundledItemCost" } } }, "additionalProperties": false, "required": [ "inventoryType", "itemId", "quantity", "discountPrices" ] }, "LolCatalogBundledItemCost": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "cost": { "type": "integer", "format": "int64" }, "discount": { "type": "number", "format": "float" }, "costType": { "type": "string" } }, "additionalProperties": false, "required": [ "currency", "cost", "costType" ] }, "LolCatalogCatalogItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "itemInstanceId": { "type": "string" }, "active": { "type": "boolean" }, "inventoryType": { "type": "string" }, "inactiveDate": { "type": "string" }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogItemCost" } }, "releaseDate": { "type": "string" }, "sale": { "$ref": "#/components/schemas/LolCatalogSale" }, "subInventoryType": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "iconUrl": { "type": "string" }, "localizations": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolCatalogItemLocalization" } }, "bundled": { "$ref": "#/components/schemas/LolCatalogBundled" }, "itemRequirements": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogItemKey" } }, "metadata": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogItemMetadataEntry" } }, "offerId": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "itemInstanceId", "active", "inventoryType", "inactiveDate", "prices", "releaseDate", "iconUrl", "localizations" ] }, "LolCatalogCatalogPluginItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "itemInstanceId": { "type": "string" }, "owned": { "type": "boolean" }, "ownershipType": { "$ref": "#/components/schemas/LolCatalogInventoryOwnership" }, "inventoryType": { "type": "string" }, "subInventoryType": { "type": "string" }, "name": { "type": "string" }, "subTitle": { "type": "string" }, "description": { "type": "string" }, "imagePath": { "type": "string" }, "tilePath": { "type": "string" }, "purchaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "releaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "inactiveDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogCatalogPluginPrice" } }, "tags": { "type": "array", "items": { "type": "string" } }, "metadata": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogItemMetadataEntry" } }, "active": { "type": "boolean" }, "sale": { "$ref": "#/components/schemas/LolCatalogSale" }, "questSkinInfo": { "$ref": "#/components/schemas/LolCatalogSkinLineInfo" }, "offerId": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "itemInstanceId", "owned", "inventoryType", "subInventoryType", "name", "subTitle", "description", "imagePath", "tilePath", "purchaseDate", "releaseDate", "inactiveDate", "prices", "active" ] }, "LolCatalogCatalogPluginItemAssets": { "type": "object", "description": "", "properties": { "splashPath": { "type": "string" }, "iconPath": { "type": "string" }, "tilePath": { "type": "string" }, "emblems": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogChampionSkinEmblem" } }, "colors": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "splashPath", "iconPath", "tilePath", "emblems", "colors" ] }, "LolCatalogCatalogPluginItemWithDetails": { "type": "object", "description": "", "properties": { "item": { "$ref": "#/components/schemas/LolCatalogCatalogPluginItem" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "requiredItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogCatalogPluginItemWithDetails" } }, "bundledItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogCatalogPluginItemWithDetails" } }, "minimumBundlePrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogCatalogPluginPrice" } }, "bundledDiscountPrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogCatalogPluginPrice" } }, "assets": { "$ref": "#/components/schemas/LolCatalogCatalogPluginItemAssets" }, "metadata": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogItemMetadataEntry" } } }, "additionalProperties": false, "required": [ "item", "quantity", "assets", "metadata" ] }, "LolCatalogCatalogPluginPrice": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "cost": { "type": "integer", "format": "int64" }, "costType": { "type": "string" }, "sale": { "$ref": "#/components/schemas/LolCatalogCatalogPluginRetailDiscount" } }, "additionalProperties": false, "required": [ "currency", "cost" ] }, "LolCatalogCatalogPluginRetailDiscount": { "type": "object", "description": "", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "discount": { "type": "number", "format": "float" }, "cost": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "startDate", "endDate", "cost" ] }, "LolCatalogChampionSkinEmblem": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "emblemPath": { "$ref": "#/components/schemas/LolCatalogChampionSkinEmblemPath" }, "emblemPosition": { "$ref": "#/components/schemas/LolCatalogChampionSkinEmblemPosition" } }, "additionalProperties": false, "required": [ "name", "emblemPath", "emblemPosition" ] }, "LolCatalogChampionSkinEmblemPath": { "type": "object", "description": "", "properties": { "large": { "type": "string" }, "small": { "type": "string" } }, "additionalProperties": false, "required": [ "large", "small" ] }, "LolCatalogChampionSkinEmblemPosition": { "type": "object", "description": "", "properties": { "vertical": { "type": "string" }, "horizontal": { "type": "string" } }, "additionalProperties": false, "required": [ "vertical", "horizontal" ] }, "LolCatalogGameDataChampion": { "type": "object", "description": "", "properties": { "skins": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogGameDataChampionSkin" } } }, "additionalProperties": false, "required": [ "skins" ] }, "LolCatalogGameDataChampionChroma": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "chromaPath": { "type": "string" }, "colors": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "name", "chromaPath", "colors" ] }, "LolCatalogGameDataChampionSkin": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "splashPath": { "type": "string" }, "chromas": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogGameDataChampionChroma" } }, "emblems": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogChampionSkinEmblem" } }, "uncenteredSplashPath": { "type": "string" }, "tilePath": { "type": "string" }, "chromaPath": { "type": "string" }, "questSkinInfo": { "$ref": "#/components/schemas/LolCatalogSkinLineInfo" }, "colors": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "name", "splashPath", "chromas", "emblems", "uncenteredSplashPath", "tilePath", "chromaPath", "colors" ] }, "LolCatalogGameDataChampionSummary": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "squarePortraitPath": { "type": "string" }, "skins": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogGameDataChampionSkin" } } }, "additionalProperties": false, "required": [ "id", "name", "squarePortraitPath", "skins" ] }, "LolCatalogGameDataItemReference": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "contentId": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "contentId" ] }, "LolCatalogGameDataRegaliaBanner": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "idSecondary": { "type": "string" }, "assetPath": { "type": "string" }, "localizedName": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "idSecondary", "assetPath", "localizedName" ] }, "LolCatalogGameDataSkinAugment": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "capType": { "type": "string" }, "image": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "capType", "image" ] }, "LolCatalogGameDataStatstone": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "isRetired": { "type": "boolean" }, "isDuration": { "type": "boolean" }, "isEpic": { "type": "boolean" }, "category": { "type": "string" }, "description": { "type": "string" }, "iconFull": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "contentId", "itemId", "isRetired", "isDuration", "isEpic", "category", "description", "iconFull" ] }, "LolCatalogGameDataStatstonePack": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "contentId": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "description", "itemId", "contentId" ] }, "LolCatalogGameDataStatstoneSet": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "statstones": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogGameDataStatstone" } } }, "additionalProperties": false, "required": [ "name", "statstones" ] }, "LolCatalogGameDataStatstonesInfo": { "type": "object", "description": "", "properties": { "statstoneData": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogGameDataStatstoneSet" } }, "packData": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogGameDataStatstonePack" } }, "packIdToStatStonesIds": { "type": "object", "additionalProperties": true }, "seriesIdToStatStoneIds": { "type": "object", "additionalProperties": true }, "packIdToSubPackIds": { "type": "object", "additionalProperties": true }, "collectionIdToStatStoneIds": { "type": "object", "additionalProperties": true }, "packIdToChampIds": { "type": "object", "additionalProperties": true }, "champIdToPackIds": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "statstoneData", "packData", "packIdToStatStonesIds", "seriesIdToStatStoneIds", "packIdToSubPackIds", "collectionIdToStatStoneIds", "packIdToChampIds", "champIdToPackIds" ] }, "LolCatalogGameDataSummonerEmote": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "inventoryIcon": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "inventoryIcon", "description" ] }, "LolCatalogGameDataSummonerIcon": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "title": { "type": "string" }, "imagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "title", "imagePath" ] }, "LolCatalogGameDataWardSkin": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "description": { "type": "string" }, "wardImagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "description", "wardImagePath" ] }, "LolCatalogInventoryContent": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int64" }, "ownershipType": { "$ref": "#/components/schemas/LolCatalogInventoryOwnership" }, "purchaseDate": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "ownershipType", "purchaseDate" ] }, "LolCatalogInventoryOwnership": { "type": "string", "description": "", "enum": [ "F2P", "LOYALTY", "RENTED", "OWNED" ], "additionalProperties": false }, "LolCatalogItemChoiceDetails": { "type": "object", "description": "", "properties": { "item": { "$ref": "#/components/schemas/LolCatalogCatalogPluginItem" }, "backgroundImage": { "type": "string" }, "contents": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogItemDetails" } }, "discount": { "type": "string" }, "fullPrice": { "type": "integer", "format": "int64" }, "displayType": { "type": "string" }, "metadata": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "item", "backgroundImage", "contents", "discount", "fullPrice", "displayType", "metadata" ] }, "LolCatalogItemCost": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "cost": { "type": "integer", "format": "int64" }, "discount": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "currency", "cost" ] }, "LolCatalogItemDetails": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "subTitle": { "type": "string" }, "description": { "type": "string" }, "iconUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "title", "subTitle", "description", "iconUrl" ] }, "LolCatalogItemKey": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolCatalogItemLocalization": { "type": "object", "description": "", "properties": { "language": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "language", "name", "description" ] }, "LolCatalogItemMetadataEntry": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "value" ] }, "LolCatalogSale": { "type": "object", "description": "", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogItemCost" } } }, "additionalProperties": false, "required": [ "startDate", "endDate", "prices" ] }, "LolCatalogSkinLineDescriptionInfo": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "iconPath": { "type": "string" } }, "additionalProperties": false, "required": [ "title", "description", "iconPath" ] }, "LolCatalogSkinLineInfo": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "descriptionInfo": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogSkinLineDescriptionInfo" } }, "splashPath": { "type": "string" }, "tilePath": { "type": "string" }, "collectionCardPath": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "collectionDescription": { "type": "string" }, "tiers": { "type": "array", "items": { "$ref": "#/components/schemas/LolCatalogSkinLineTier" } } }, "additionalProperties": false, "required": [ "name", "descriptionInfo", "splashPath", "tilePath", "collectionCardPath", "uncenteredSplashPath", "collectionDescription", "tiers" ] }, "LolCatalogSkinLineTier": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "stage": { "type": "integer", "format": "int64" }, "description": { "type": "string" }, "splashPath": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "tilePath": { "type": "string" }, "loadScreenPath": { "type": "string" }, "shortName": { "type": "string" }, "splashVideoPath": { "type": "string" }, "collectionSplashVideoPath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "stage", "splashPath", "uncenteredSplashPath", "tilePath", "loadScreenPath", "shortName" ] }, "LolChallengesChallengeData": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "category": { "type": "string" }, "legacy": { "type": "boolean" }, "percentile": { "type": "number", "format": "double" }, "position": { "type": "integer", "format": "int32" }, "playersInLevel": { "type": "integer", "format": "int32" }, "initValue": { "type": "number", "format": "double" }, "previousLevel": { "type": "string" }, "previousValue": { "type": "number", "format": "double" }, "previousThreshold": { "type": "number", "format": "double" }, "newLevels": { "type": "array", "items": { "type": "string" } }, "currentLevel": { "type": "string" }, "currentValue": { "type": "number", "format": "double" }, "currentThreshold": { "type": "number", "format": "double" }, "currentLevelAchievedTime": { "type": "integer", "format": "int64" }, "nextLevel": { "type": "string" }, "nextThreshold": { "type": "number", "format": "double" }, "friendsAtLevels": { "type": "array", "items": { "$ref": "#/components/schemas/LolChallengesFriendLevelsData" } }, "idListType": { "$ref": "#/components/schemas/LolChallengesChallengeRequirementMappingName" }, "availableIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "completedIds": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "id", "category", "legacy", "percentile", "position", "playersInLevel", "initValue", "previousLevel", "previousValue", "previousThreshold", "newLevels", "currentLevel", "currentValue", "currentThreshold", "currentLevelAchievedTime", "nextLevel", "nextThreshold", "friendsAtLevels", "idListType", "availableIds", "completedIds" ] }, "LolChallengesChallengeLevelData": { "type": "object", "description": "", "properties": { "level": { "type": "string" } }, "additionalProperties": false, "required": [ "level" ] }, "LolChallengesChallengePlayerData": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "puuid": { "type": "string" }, "source": { "$ref": "#/components/schemas/LolChallengesSource" }, "tags": { "type": "object", "additionalProperties": { "type": "string" } }, "totalPoints": { "$ref": "#/components/schemas/LolChallengesChallengePoints" }, "categoryPoints": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesChallengePoints" } }, "playerChallenges": { "type": "array", "items": { "$ref": "#/components/schemas/LolChallengesChallengeData" } }, "levelPoints": { "type": "object", "additionalProperties": { "type": "integer", "format": "int64" } }, "preferences": { "$ref": "#/components/schemas/LolChallengesChallengesPlayerPreferences" }, "apexLaderUpdateTime": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "id", "puuid", "source", "tags", "totalPoints", "categoryPoints", "playerChallenges", "levelPoints", "preferences", "apexLaderUpdateTime" ] }, "LolChallengesChallengePoints": { "type": "object", "description": "", "properties": { "current": { "type": "integer", "format": "int32" }, "max": { "type": "integer", "format": "int32" }, "level": { "type": "string" }, "percentile": { "type": "number", "format": "double" }, "position": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "current", "max", "level", "percentile", "position" ] }, "LolChallengesChallengeRequirementMappingName": { "type": "string", "description": "", "enum": [ "ITEM", "CHAMPION_SKIN", "CHAMPION", "NONE" ], "additionalProperties": false }, "LolChallengesChallengeSeason": { "type": "object", "description": "", "properties": { "seasonId": { "type": "integer", "format": "int32" }, "seasonStart": { "type": "integer", "format": "int64" }, "seasonEnd": { "type": "integer", "format": "int64" }, "isActive": { "type": "boolean" } }, "additionalProperties": false, "required": [ "seasonId", "seasonStart", "seasonEnd", "isActive" ] }, "LolChallengesChallengeSignedUpdatePayload": { "type": "object", "description": "", "properties": { "tokensByType": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "tokensByType" ] }, "LolChallengesChallengeThreshold": { "type": "object", "description": "", "properties": { "value": { "type": "number", "format": "double" }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolChallengesChallengeThresholdReward" } }, "rewardGroupId": { "type": "string" } }, "additionalProperties": false, "required": [ "value", "rewards", "rewardGroupId" ] }, "LolChallengesChallengeThresholdReward": { "type": "object", "description": "", "properties": { "category": { "type": "string" }, "id": { "type": "string" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "category", "id", "quantity" ] }, "LolChallengesChallengeTitleData": { "type": "object", "description": "", "properties": { "challengeId": { "type": "integer", "format": "int64" }, "challengeName": { "type": "string" }, "challengeDescription": { "type": "string" }, "level": { "type": "string" }, "levelToIconPath": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "challengeId", "challengeName", "challengeDescription", "level", "levelToIconPath" ] }, "LolChallengesChallengesPlayerPreferences": { "type": "object", "description": "", "properties": { "bannerAccent": { "type": "string" }, "title": { "type": "string" }, "challengeIds": { "type": "array", "items": { "type": "integer", "format": "int64" } }, "crestBorder": { "type": "string" }, "prestigeCrestBorderLevel": { "type": "integer", "format": "int32" }, "signedJWTPayload": { "$ref": "#/components/schemas/LolChallengesChallengeSignedUpdatePayload" } }, "additionalProperties": false, "required": [ "bannerAccent", "title", "challengeIds", "crestBorder", "prestigeCrestBorderLevel", "signedJWTPayload" ] }, "LolChallengesChallengesRMSNotification": { "type": "object", "description": "", "properties": { "ackRequired": { "type": "boolean" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "ackRequired", "payload" ] }, "LolChallengesChallengesRMSPayload": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "id": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "id" ] }, "LolChallengesClientState": { "type": "string", "description": "", "enum": [ "Enabled", "DarkDisabled", "DarkHidden", "Disabled", "Hidden" ], "additionalProperties": false }, "LolChallengesEndOfGameStats": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "gameId" ] }, "LolChallengesFriendLevelsData": { "type": "object", "description": "", "properties": { "level": { "type": "string" }, "friends": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "level", "friends" ] }, "LolChallengesFriendResource": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid" ] }, "LolChallengesGameDataChallengeConfig": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "descriptionShort": { "type": "string" }, "iconPath": { "type": "string" }, "tags": { "type": "object", "additionalProperties": { "type": "string" } }, "source": { "type": "string" }, "queueIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "levelToIconPath": { "type": "object", "additionalProperties": { "type": "string" } }, "thresholds": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesChallengeThreshold" } }, "leaderboard": { "type": "boolean" }, "reverseDirection": { "type": "boolean" }, "endTimestamp": { "type": "integer", "format": "int64" }, "seasons": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "name", "description", "descriptionShort", "iconPath", "tags", "source", "queueIds", "levelToIconPath", "thresholds", "leaderboard", "reverseDirection", "endTimestamp", "seasons" ] }, "LolChallengesGameDataChallengeTitle": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "titleAcquisitionType": { "type": "string" }, "isPermanentTitle": { "type": "boolean" }, "titleAcquisitionName": { "type": "string" }, "titleRequirementDescription": { "type": "string" }, "iconPath": { "type": "string" }, "backgroundImagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "itemId", "titleAcquisitionType", "isPermanentTitle", "titleAcquisitionName", "titleRequirementDescription", "iconPath", "backgroundImagePath" ] }, "LolChallengesGameDataChallengesData": { "type": "object", "description": "", "properties": { "challenges": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesGameDataChallengeConfig" } }, "titles": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesGameDataChallengeTitle" } } }, "additionalProperties": false, "required": [ "challenges", "titles" ] }, "LolChallengesGameflowGameData": { "type": "object", "description": "", "properties": { "queue": { "$ref": "#/components/schemas/LolChallengesQueue" } }, "additionalProperties": false, "required": [ "queue" ] }, "LolChallengesGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolChallengesGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolChallengesGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolChallengesGameflowGameData" } }, "additionalProperties": false, "required": [ "phase", "gameData" ] }, "LolChallengesInventoryItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "uuid": { "type": "string" }, "purchaseDate": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "uuid", "purchaseDate" ] }, "LolChallengesLcuChallengeNotification": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "level": { "type": "string" }, "updateReason": { "type": "string" }, "challengeId": { "type": "integer", "format": "int64" }, "categoryChallenges": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesUIChallenge" } }, "displayType": { "$ref": "#/components/schemas/LolChallengesNotificationDisplayType" }, "challengeName": { "type": "string" }, "iconPath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "msgId", "level", "updateReason", "challengeId", "categoryChallenges", "displayType", "challengeName", "iconPath" ] }, "LolChallengesLoginPlayerData": { "type": "object", "description": "", "properties": { "clientPlayerDataList": { "type": "array", "items": { "$ref": "#/components/schemas/LolChallengesChallengePlayerData" } }, "seasons": { "type": "array", "items": { "$ref": "#/components/schemas/LolChallengesChallengeSeason" } } }, "additionalProperties": false, "required": [ "clientPlayerDataList", "seasons" ] }, "LolChallengesNotificationDisplayType": { "type": "string", "description": "", "enum": [ "VIGNETTE", "TOAST", "NONE" ], "additionalProperties": false }, "LolChallengesQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "gameMode": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "gameMode" ] }, "LolChallengesSequenceEvent": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "priority": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "name", "priority" ] }, "LolChallengesSource": { "type": "string", "description": "", "enum": [ "NONE", "SUMMONER_SERVICE", "ETERNALS", "LOOT", "CLASH", "RANKED_LEAGUES", "CHAMPION_MASTERY", "HONOR", "CAP_INVENTORY", "EOGD", "CHALLENGES" ], "additionalProperties": false }, "LolChallengesUICategoryProgress": { "type": "object", "description": "", "properties": { "level": { "type": "string" }, "category": { "type": "string" }, "positionPercentile": { "type": "number", "format": "double" }, "current": { "type": "integer", "format": "int32" }, "max": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "level", "category", "positionPercentile", "current", "max" ] }, "LolChallengesUIChallenge": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "description": { "type": "string" }, "descriptionShort": { "type": "string" }, "iconPath": { "type": "string" }, "category": { "type": "string" }, "nextLevelIconPath": { "type": "string" }, "currentLevel": { "type": "string" }, "nextLevel": { "type": "string" }, "previousLevel": { "type": "string" }, "previousValue": { "type": "number", "format": "double" }, "currentValue": { "type": "number", "format": "double" }, "currentThreshold": { "type": "number", "format": "double" }, "nextThreshold": { "type": "number", "format": "double" }, "pointsAwarded": { "type": "integer", "format": "int64" }, "percentile": { "type": "number", "format": "double" }, "currentLevelAchievedTime": { "type": "integer", "format": "int64" }, "position": { "type": "integer", "format": "int32" }, "playersInLevel": { "type": "integer", "format": "int32" }, "isApex": { "type": "boolean" }, "isCapstone": { "type": "boolean" }, "gameModes": { "type": "array", "items": { "type": "string" } }, "friendsAtLevels": { "type": "array", "items": { "$ref": "#/components/schemas/LolChallengesFriendLevelsData" } }, "parentId": { "type": "integer", "format": "int64" }, "parentName": { "type": "string" }, "childrenIds": { "type": "array", "items": { "type": "integer", "format": "int64" } }, "capstoneGroupId": { "type": "integer", "format": "int64" }, "capstoneGroupName": { "type": "string" }, "source": { "type": "string" }, "thresholds": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChallengesUIChallengeThreshold" } }, "levelToIconPath": { "type": "object", "additionalProperties": { "type": "string" } }, "valueMapping": { "type": "string" }, "hasLeaderboard": { "type": "boolean" }, "isReverseDirection": { "type": "boolean" }, "priority": { "type": "number", "format": "double" }, "idListType": { "$ref": "#/components/schemas/LolChallengesChallengeRequirementMappingName" }, "availableIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "completedIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "retireTimestamp": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "id", "name", "description", "descriptionShort", "iconPath", "category", "nextLevelIconPath", "currentLevel", "nextLevel", "previousLevel", "previousValue", "currentValue", "currentThreshold", "nextThreshold", "pointsAwarded", "percentile", "currentLevelAchievedTime", "position", "playersInLevel", "isApex", "isCapstone", "gameModes", "friendsAtLevels", "parentId", "parentName", "childrenIds", "capstoneGroupId", "capstoneGroupName", "source", "thresholds", "levelToIconPath", "valueMapping", "hasLeaderboard", "isReverseDirection", "priority", "idListType", "availableIds", "completedIds", "retireTimestamp" ] }, "LolChallengesUIChallengePenalty": { "type": "object", "description": "", "properties": { "reason": { "type": "string" } }, "additionalProperties": false, "required": [ "reason" ] }, "LolChallengesUIChallengeReward": { "type": "object", "description": "", "properties": { "category": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" }, "asset": { "type": "string" } }, "additionalProperties": false, "required": [ "category", "quantity", "name", "asset" ] }, "LolChallengesUIChallengeThreshold": { "type": "object", "description": "", "properties": { "value": { "type": "number", "format": "double" }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolChallengesUIChallengeReward" } } }, "additionalProperties": false, "required": [ "value", "rewards" ] }, "LolChallengesUIPlayerSummary": { "type": "object", "description": "", "properties": { "totalChallengeScore": { "type": "integer", "format": "int64" }, "pointsUntilNextRank": { "type": "integer", "format": "int64" }, "overallChallengeLevel": { "type": "string" }, "positionPercentile": { "type": "number", "format": "double" }, "isApex": { "type": "boolean" }, "apexLeaderboardPosition": { "type": "integer", "format": "int32" }, "title": { "$ref": "#/components/schemas/LolChallengesUITitle" }, "bannerId": { "type": "string" }, "crestId": { "type": "string" }, "prestigeCrestBorderLevel": { "type": "integer", "format": "int32" }, "categoryProgress": { "type": "array", "items": { "$ref": "#/components/schemas/LolChallengesUICategoryProgress" } }, "topChallenges": { "type": "array", "items": { "$ref": "#/components/schemas/LolChallengesUIChallenge" } }, "apexLadderUpdateTime": { "type": "integer", "format": "int64" }, "selectedChallengesString": { "type": "string" } }, "additionalProperties": false, "required": [ "totalChallengeScore", "pointsUntilNextRank", "overallChallengeLevel", "positionPercentile", "isApex", "apexLeaderboardPosition", "title", "bannerId", "crestId", "prestigeCrestBorderLevel", "categoryProgress", "topChallenges", "apexLadderUpdateTime", "selectedChallengesString" ] }, "LolChallengesUITitle": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "contentId": { "type": "string" }, "name": { "type": "string" }, "purchaseDate": { "type": "string" }, "titleAcquisitionType": { "type": "string" }, "titleAcquisitionName": { "type": "string" }, "titleRequirementDescription": { "type": "string" }, "isPermanentTitle": { "type": "boolean" }, "challengeTitleData": { "$ref": "#/components/schemas/LolChallengesChallengeTitleData" }, "iconPath": { "type": "string" }, "backgroundImagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "contentId", "name", "purchaseDate", "titleAcquisitionType" ] }, "LolChallengesUserResource": { "type": "object", "description": "", "properties": { "lol": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "lol" ] }, "LolChampSelectBenchChampion": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "isPriority": { "type": "boolean" } }, "additionalProperties": false, "required": [ "championId", "isPriority" ] }, "LolChampSelectChampGridChampion": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "squarePortraitPath": { "type": "string" }, "freeToPlay": { "type": "boolean" }, "loyaltyReward": { "type": "boolean" }, "xboxGPReward": { "type": "boolean" }, "freeToPlayForQueue": { "type": "boolean" }, "owned": { "type": "boolean" }, "rented": { "type": "boolean" }, "disabled": { "type": "boolean" }, "roles": { "type": "array", "items": { "type": "string" } }, "masteryPoints": { "type": "integer", "format": "int32" }, "masteryLevel": { "type": "integer", "format": "int32" }, "selectionStatus": { "$ref": "#/components/schemas/LolChampSelectChampionSelection" }, "positionsFavorited": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "name", "squarePortraitPath", "freeToPlay", "loyaltyReward", "xboxGPReward", "freeToPlayForQueue", "owned", "rented", "disabled", "roles", "masteryPoints", "masteryLevel", "selectionStatus", "positionsFavorited" ] }, "LolChampSelectChampSelectAction": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "actorCellId": { "type": "integer", "format": "int64" }, "championId": { "type": "integer", "format": "int32" }, "type": { "type": "string" }, "completed": { "type": "boolean" }, "isAllyAction": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "actorCellId", "championId", "type", "completed", "isAllyAction" ] }, "LolChampSelectChampSelectBannedChampions": { "type": "object", "description": "", "properties": { "myTeamBans": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "theirTeamBans": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "numBans": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "myTeamBans", "theirTeamBans", "numBans" ] }, "LolChampSelectChampSelectChatRoomDetails": { "type": "object", "description": "", "properties": { "multiUserChatId": { "type": "string" }, "multiUserChatPassword": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/LolChampSelectMucJwtDto" } }, "additionalProperties": false, "required": [ "multiUserChatId", "multiUserChatPassword", "mucJwtDto" ] }, "LolChampSelectChampSelectMySelection": { "type": "object", "description": "", "properties": { "selectedSkinId": { "type": "integer", "format": "int32" }, "spell1Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "spell2Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "wardSkinId": { "type": "integer", "format": "int64" } }, "additionalProperties": false }, "LolChampSelectChampSelectPinDropNotification": { "type": "object", "description": "", "properties": { "pinDropSummoners": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectChampSelectPinDropSummoner" } }, "mapSide": { "type": "string" } }, "additionalProperties": false, "required": [ "pinDropSummoners", "mapSide" ] }, "LolChampSelectChampSelectPinDropSummoner": { "type": "object", "description": "", "properties": { "slotId": { "type": "integer", "format": "uint64", "minimum": 0 }, "position": { "type": "string" }, "lane": { "type": "string" }, "lanePosition": { "type": "integer", "format": "uint64", "minimum": 0 }, "isLocalSummoner": { "type": "boolean" }, "isPlaceholder": { "type": "boolean" } }, "additionalProperties": false, "required": [ "slotId", "position", "lane", "lanePosition", "isLocalSummoner", "isPlaceholder" ] }, "LolChampSelectChampSelectPlayerSelection": { "type": "object", "description": "", "properties": { "cellId": { "type": "integer", "format": "int64" }, "championId": { "type": "integer", "format": "int32" }, "selectedSkinId": { "type": "integer", "format": "int32" }, "wardSkinId": { "type": "integer", "format": "int64" }, "spell1Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "spell2Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "team": { "type": "integer", "format": "int32" }, "assignedPosition": { "type": "string" }, "championPickIntent": { "type": "integer", "format": "int32" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "nameVisibilityType": { "type": "string" }, "obfuscatedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "obfuscatedPuuid": { "type": "string" } }, "additionalProperties": false, "required": [ "cellId", "championId", "selectedSkinId", "wardSkinId", "spell1Id", "spell2Id", "team", "assignedPosition", "championPickIntent", "summonerId", "puuid", "nameVisibilityType", "obfuscatedSummonerId", "obfuscatedPuuid" ] }, "LolChampSelectChampSelectSession": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "timer": { "$ref": "#/components/schemas/LolChampSelectChampSelectTimer" }, "chatDetails": { "$ref": "#/components/schemas/LolChampSelectChampSelectChatRoomDetails" }, "myTeam": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectChampSelectPlayerSelection" } }, "theirTeam": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectChampSelectPlayerSelection" } }, "trades": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectChampSelectTradeContract" } }, "pickOrderSwaps": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectChampSelectSwapContract" } }, "actions": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "bans": { "$ref": "#/components/schemas/LolChampSelectChampSelectBannedChampions" }, "localPlayerCellId": { "type": "integer", "format": "int64" }, "isSpectating": { "type": "boolean" }, "allowSkinSelection": { "type": "boolean" }, "allowDuplicatePicks": { "type": "boolean" }, "allowBattleBoost": { "type": "boolean" }, "boostableSkinCount": { "type": "integer", "format": "int32" }, "allowRerolling": { "type": "boolean" }, "rerollsRemaining": { "type": "integer", "format": "uint64", "minimum": 0 }, "allowLockedEvents": { "type": "boolean" }, "lockedEventIndex": { "type": "integer", "format": "int32" }, "benchEnabled": { "type": "boolean" }, "benchChampions": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectBenchChampion" } }, "counter": { "type": "integer", "format": "int64" }, "recoveryCounter": { "type": "integer", "format": "int64" }, "skipChampionSelect": { "type": "boolean" }, "hasSimultaneousBans": { "type": "boolean" }, "hasSimultaneousPicks": { "type": "boolean" }, "isCustomGame": { "type": "boolean" } }, "additionalProperties": false, "required": [ "gameId", "timer", "chatDetails", "myTeam", "theirTeam", "trades", "pickOrderSwaps", "actions", "bans", "localPlayerCellId", "isSpectating", "allowSkinSelection", "allowDuplicatePicks", "allowBattleBoost", "boostableSkinCount", "allowRerolling", "rerollsRemaining", "allowLockedEvents", "lockedEventIndex", "benchEnabled", "benchChampions", "counter", "recoveryCounter", "skipChampionSelect", "hasSimultaneousBans", "hasSimultaneousPicks", "isCustomGame" ] }, "LolChampSelectChampSelectSummoner": { "type": "object", "description": "", "properties": { "cellId": { "type": "integer", "format": "int64" }, "slotId": { "type": "integer", "format": "uint64", "minimum": 0 }, "spell1IconPath": { "type": "string" }, "spell2IconPath": { "type": "string" }, "assignedPosition": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "nameVisibilityType": { "type": "string" }, "obfuscatedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "obfuscatedPuuid": { "type": "string" }, "activeActionType": { "type": "string" }, "championIconStyle": { "type": "string" }, "skinSplashPath": { "type": "string" }, "actingBackgroundAnimationState": { "type": "string" }, "statusMessageKey": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "championName": { "type": "string" }, "pickSnipedClass": { "type": "string" }, "currentChampionVotePercentInteger": { "type": "integer", "format": "int32" }, "skinId": { "type": "integer", "format": "int32" }, "banIntentSquarePortratPath": { "type": "string" }, "isOnPlayersTeam": { "type": "boolean" }, "shouldShowSelectedSkin": { "type": "boolean" }, "shouldShowExpanded": { "type": "boolean" }, "isActingNow": { "type": "boolean" }, "shouldShowActingBar": { "type": "boolean" }, "isSelf": { "type": "boolean" }, "shouldShowBanIntentIcon": { "type": "boolean" }, "isPickIntenting": { "type": "boolean" }, "isDonePicking": { "type": "boolean" }, "isPlaceholder": { "type": "boolean" }, "shouldShowSpells": { "type": "boolean" }, "shouldShowRingAnimations": { "type": "boolean" }, "areSummonerActionsComplete": { "type": "boolean" }, "tradeId": { "type": "integer", "format": "int64" }, "swapId": { "type": "integer", "format": "int64" }, "showTrades": { "type": "boolean" }, "showSwaps": { "type": "boolean" }, "showMuted": { "type": "boolean" } }, "additionalProperties": false, "required": [ "cellId", "slotId", "spell1IconPath", "spell2IconPath", "assignedPosition", "summonerId", "puuid", "nameVisibilityType", "obfuscatedSummonerId", "obfuscatedPuuid", "activeActionType", "championIconStyle", "skinSplashPath", "actingBackgroundAnimationState", "statusMessageKey", "championId", "championName", "pickSnipedClass", "currentChampionVotePercentInteger", "skinId", "banIntentSquarePortratPath", "isOnPlayersTeam", "shouldShowSelectedSkin", "shouldShowExpanded", "isActingNow", "shouldShowActingBar", "isSelf", "shouldShowBanIntentIcon", "isPickIntenting", "isDonePicking", "isPlaceholder", "shouldShowSpells", "shouldShowRingAnimations", "areSummonerActionsComplete", "tradeId", "swapId", "showTrades", "showSwaps", "showMuted" ] }, "LolChampSelectChampSelectSwapContract": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "cellId": { "type": "integer", "format": "int64" }, "state": { "$ref": "#/components/schemas/LolChampSelectChampSelectSwapState" } }, "additionalProperties": false, "required": [ "id", "cellId", "state" ] }, "LolChampSelectChampSelectSwapNotification": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "requestorIndex": { "type": "integer", "format": "int64" }, "responderIndex": { "type": "integer", "format": "int64" }, "state": { "$ref": "#/components/schemas/LolChampSelectChampSelectSwapState" }, "otherSummonerIndex": { "type": "integer", "format": "int64" }, "initiatedByLocalPlayer": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "requestorIndex", "responderIndex", "state", "otherSummonerIndex", "initiatedByLocalPlayer" ] }, "LolChampSelectChampSelectSwapState": { "type": "string", "description": "", "enum": [ "ACCEPTED", "CANCELLED", "DECLINED", "SENT", "RECEIVED", "INVALID", "BUSY", "AVAILABLE" ], "additionalProperties": false }, "LolChampSelectChampSelectTimer": { "type": "object", "description": "", "properties": { "adjustedTimeLeftInPhase": { "type": "integer", "format": "int64" }, "totalTimeInPhase": { "type": "integer", "format": "int64" }, "phase": { "type": "string" }, "isInfinite": { "type": "boolean" }, "internalNowInEpochMs": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "adjustedTimeLeftInPhase", "totalTimeInPhase", "phase", "isInfinite", "internalNowInEpochMs" ] }, "LolChampSelectChampSelectTradeContract": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "cellId": { "type": "integer", "format": "int64" }, "state": { "$ref": "#/components/schemas/LolChampSelectChampSelectTradeState" } }, "additionalProperties": false, "required": [ "id", "cellId", "state" ] }, "LolChampSelectChampSelectTradeNotification": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "responderIndex": { "type": "integer", "format": "int64" }, "state": { "$ref": "#/components/schemas/LolChampSelectChampSelectTradeState" }, "otherSummonerIndex": { "type": "integer", "format": "int64" }, "responderChampionName": { "type": "string" }, "requesterChampionName": { "type": "string" }, "requesterChampionSplashPath": { "type": "string" }, "initiatedByLocalPlayer": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "responderIndex", "state", "otherSummonerIndex", "responderChampionName", "requesterChampionName", "requesterChampionSplashPath", "initiatedByLocalPlayer" ] }, "LolChampSelectChampSelectTradeState": { "type": "string", "description": "", "enum": [ "ACCEPTED", "CANCELLED", "DECLINED", "SENT", "RECEIVED", "INVALID", "BUSY", "AVAILABLE" ], "additionalProperties": false }, "LolChampSelectChampionMastery": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "championLevel": { "type": "integer", "format": "int32" }, "championPoints": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "championId", "championLevel", "championPoints" ] }, "LolChampSelectChampionQuestSkinInfo": { "type": "object", "description": "", "properties": { "splashPath": { "type": "string" }, "tilePath": { "type": "string" }, "tiers": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectCollectionsChampionQuestSkin" } }, "productType": { "$ref": "#/components/schemas/LolChampSelectQuestSkinProductType" } }, "additionalProperties": false, "required": [ "splashPath", "tilePath", "tiers" ] }, "LolChampSelectChampionSelection": { "type": "object", "description": "", "properties": { "selectedByMe": { "type": "boolean" }, "banIntentedByMe": { "type": "boolean" }, "banIntented": { "type": "boolean" }, "isBanned": { "type": "boolean" }, "pickIntented": { "type": "boolean" }, "pickIntentedByMe": { "type": "boolean" }, "pickIntentedPosition": { "type": "string" }, "pickedByOtherOrBanned": { "type": "boolean" } }, "additionalProperties": false, "required": [ "selectedByMe", "banIntentedByMe", "banIntented", "isBanned", "pickIntented", "pickIntentedByMe", "pickIntentedPosition", "pickedByOtherOrBanned" ] }, "LolChampSelectChampionSkinAugment": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "overlays": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectChampionSkinAugmentOverlays" } } }, "additionalProperties": false, "required": [ "contentId", "overlays" ] }, "LolChampSelectChampionSkinAugmentOverlays": { "type": "object", "description": "", "properties": { "centeredLCOverlayPath": { "type": "string" }, "socialCardLCOverlayPath": { "type": "string" }, "tileLCOverlayPath": { "type": "string" }, "uncenteredLCOverlayPath": { "type": "string" } }, "additionalProperties": false, "required": [ "centeredLCOverlayPath", "socialCardLCOverlayPath", "tileLCOverlayPath", "uncenteredLCOverlayPath" ] }, "LolChampSelectChampionSkinAugments": { "type": "object", "description": "", "properties": { "augments": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectChampionSkinAugment" } } }, "additionalProperties": false, "required": [ "augments" ] }, "LolChampSelectCollectionsChampionChroma": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "chromaPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampSelectCollectionsOwnership" }, "disabled": { "type": "boolean" }, "stillObtainable": { "type": "boolean" }, "skinAugments": { "$ref": "#/components/schemas/LolChampSelectChampionSkinAugments" }, "colors": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "championId", "id", "name", "ownership", "disabled", "stillObtainable", "skinAugments", "colors" ] }, "LolChampSelectCollectionsChampionMinimal": { "type": "object", "description": "", "properties": { "banVoPath": { "type": "string" }, "chooseVoPath": { "type": "string" }, "disabledQueues": { "type": "array", "items": { "type": "string" } }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampSelectCollectionsOwnership" }, "roles": { "type": "array", "items": { "type": "string" } }, "squarePortraitPath": { "type": "string" }, "stingerSfxPath": { "type": "string" }, "baseSplashPath": { "type": "string" }, "freeToPlay": { "type": "boolean" } }, "additionalProperties": false, "required": [ "banVoPath", "chooseVoPath", "disabledQueues", "id", "name", "ownership", "roles", "squarePortraitPath", "stingerSfxPath", "baseSplashPath", "freeToPlay" ] }, "LolChampSelectCollectionsChampionQuestSkin": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "chromaPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampSelectCollectionsOwnership" }, "isBase": { "type": "boolean" }, "disabled": { "type": "boolean" }, "stillObtainable": { "type": "boolean" }, "skinAugments": { "$ref": "#/components/schemas/LolChampSelectChampionSkinAugments" }, "splashPath": { "type": "string" }, "tilePath": { "type": "string" }, "stage": { "type": "integer", "format": "uint64", "minimum": 0 }, "shortName": { "type": "string" }, "splashVideoPath": { "type": "string" } }, "additionalProperties": false, "required": [ "championId", "id", "name", "ownership", "isBase", "disabled", "stillObtainable", "skinAugments", "splashPath", "tilePath", "stage", "shortName", "splashVideoPath" ] }, "LolChampSelectCollectionsChampionSkin": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "chromaPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampSelectCollectionsOwnership" }, "isBase": { "type": "boolean" }, "disabled": { "type": "boolean" }, "stillObtainable": { "type": "boolean" }, "skinAugments": { "$ref": "#/components/schemas/LolChampSelectChampionSkinAugments" }, "splashPath": { "type": "string" }, "tilePath": { "type": "string" }, "chromas": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectCollectionsChampionChroma" } }, "questSkinInfo": { "$ref": "#/components/schemas/LolChampSelectChampionQuestSkinInfo" }, "emblems": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectCollectionsChampionSkinEmblem" } }, "rarityGemPath": { "type": "string" }, "splashVideoPath": { "type": "string" } }, "additionalProperties": false, "required": [ "championId", "id", "name", "ownership", "isBase", "disabled", "stillObtainable", "skinAugments", "splashPath", "tilePath", "chromas", "questSkinInfo", "emblems", "rarityGemPath" ] }, "LolChampSelectCollectionsChampionSkinEmblem": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "emblemPath": { "$ref": "#/components/schemas/LolChampSelectCollectionsChampionSkinEmblemPath" }, "positions": { "$ref": "#/components/schemas/LolChampSelectCollectionsChampionSkinEmblemPosition" } }, "additionalProperties": false, "required": [ "name", "emblemPath", "positions" ] }, "LolChampSelectCollectionsChampionSkinEmblemPath": { "type": "object", "description": "", "properties": { "large": { "type": "string" }, "small": { "type": "string" } }, "additionalProperties": false, "required": [ "large", "small" ] }, "LolChampSelectCollectionsChampionSkinEmblemPosition": { "type": "object", "description": "", "properties": { "vertical": { "type": "string" }, "horizontal": { "type": "string" } }, "additionalProperties": false, "required": [ "vertical", "horizontal" ] }, "LolChampSelectCollectionsChampionSkinMinimal": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "chromaPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampSelectCollectionsOwnership" }, "isBase": { "type": "boolean" }, "disabled": { "type": "boolean" }, "stillObtainable": { "type": "boolean" }, "skinAugments": { "$ref": "#/components/schemas/LolChampSelectChampionSkinAugments" }, "splashPath": { "type": "string" }, "tilePath": { "type": "string" } }, "additionalProperties": false, "required": [ "championId", "id", "name", "ownership", "isBase", "disabled", "stillObtainable", "skinAugments", "splashPath", "tilePath" ] }, "LolChampSelectCollectionsOwnership": { "type": "object", "description": "", "properties": { "loyaltyReward": { "type": "boolean" }, "xboxGPReward": { "type": "boolean" }, "owned": { "type": "boolean" }, "rental": { "$ref": "#/components/schemas/LolChampSelectCollectionsRental" } }, "additionalProperties": false, "required": [ "loyaltyReward", "xboxGPReward", "owned", "rental" ] }, "LolChampSelectCollectionsRental": { "type": "object", "description": "", "properties": { "rented": { "type": "boolean" } }, "additionalProperties": false, "required": [ "rented" ] }, "LolChampSelectGameDataSummonerSpell": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "iconPath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "iconPath" ] }, "LolChampSelectLegacyChampSelectAction": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "actorCellId": { "type": "integer", "format": "int64" }, "championId": { "type": "integer", "format": "int32" }, "type": { "type": "string" }, "completed": { "type": "boolean" }, "isAllyAction": { "type": "boolean" }, "isInProgress": { "type": "boolean" }, "pickTurn": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "actorCellId", "championId", "type", "completed", "isAllyAction", "isInProgress", "pickTurn" ] }, "LolChampSelectLegacyChampSelectBannedChampions": { "type": "object", "description": "", "properties": { "myTeamBans": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "theirTeamBans": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "numBans": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "myTeamBans", "theirTeamBans", "numBans" ] }, "LolChampSelectLegacyChampSelectChatRoomDetails": { "type": "object", "description": "", "properties": { "multiUserChatId": { "type": "string" }, "multiUserChatPassword": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/LolChampSelectLegacyMucJwtDto" } }, "additionalProperties": false, "required": [ "multiUserChatId", "multiUserChatPassword", "mucJwtDto" ] }, "LolChampSelectLegacyChampSelectMySelection": { "type": "object", "description": "", "properties": { "selectedSkinId": { "type": "integer", "format": "int32" }, "spell1Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "spell2Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "wardSkinId": { "type": "integer", "format": "int64" } }, "additionalProperties": false }, "LolChampSelectLegacyChampSelectPlayerSelection": { "type": "object", "description": "", "properties": { "cellId": { "type": "integer", "format": "int64" }, "championId": { "type": "integer", "format": "int32" }, "selectedSkinId": { "type": "integer", "format": "int32" }, "wardSkinId": { "type": "integer", "format": "int64" }, "spell1Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "spell2Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "team": { "type": "integer", "format": "int32" }, "assignedPosition": { "type": "string" }, "championPickIntent": { "type": "integer", "format": "int32" }, "playerType": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "cellId", "championId", "selectedSkinId", "wardSkinId", "spell1Id", "spell2Id", "team", "assignedPosition", "championPickIntent", "playerType", "summonerId", "puuid" ] }, "LolChampSelectLegacyChampSelectSession": { "type": "object", "description": "", "properties": { "timer": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectTimer" }, "chatDetails": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectChatRoomDetails" }, "myTeam": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectPlayerSelection" } }, "theirTeam": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectPlayerSelection" } }, "trades": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectTradeContract" } }, "actions": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "bans": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectBannedChampions" }, "localPlayerCellId": { "type": "integer", "format": "int64" }, "isSpectating": { "type": "boolean" }, "allowSkinSelection": { "type": "boolean" }, "allowBattleBoost": { "type": "boolean" }, "allowRerolling": { "type": "boolean" }, "rerollsRemaining": { "type": "integer", "format": "uint64", "minimum": 0 }, "hasSimultaneousBans": { "type": "boolean" }, "hasSimultaneousPicks": { "type": "boolean" }, "isCustomGame": { "type": "boolean" } }, "additionalProperties": false, "required": [ "timer", "chatDetails", "myTeam", "theirTeam", "trades", "actions", "bans", "localPlayerCellId", "isSpectating", "allowSkinSelection", "allowBattleBoost", "allowRerolling", "rerollsRemaining", "hasSimultaneousBans", "hasSimultaneousPicks", "isCustomGame" ] }, "LolChampSelectLegacyChampSelectTimer": { "type": "object", "description": "", "properties": { "adjustedTimeLeftInPhase": { "type": "integer", "format": "int64" }, "totalTimeInPhase": { "type": "integer", "format": "int64" }, "phase": { "type": "string" }, "isInfinite": { "type": "boolean" }, "internalNowInEpochMs": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "adjustedTimeLeftInPhase", "totalTimeInPhase", "phase", "isInfinite", "internalNowInEpochMs" ] }, "LolChampSelectLegacyChampSelectTradeContract": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "cellId": { "type": "integer", "format": "int64" }, "state": { "$ref": "#/components/schemas/LolChampSelectLegacyChampSelectTradeState" } }, "additionalProperties": false, "required": [ "id", "cellId", "state" ] }, "LolChampSelectLegacyChampSelectTradeState": { "type": "string", "description": "", "enum": [ "SENT", "RECEIVED", "INVALID", "BUSY", "AVAILABLE" ], "additionalProperties": false }, "LolChampSelectLegacyChampionSelectPreferences": { "type": "object", "description": "", "properties": { "skins": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "spells": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "skins", "spells" ] }, "LolChampSelectLegacyCollectionsChampion": { "type": "object", "description": "", "properties": { "disabledQueues": { "type": "array", "items": { "type": "string" } }, "freeToPlay": { "type": "boolean" }, "id": { "type": "integer", "format": "int32" }, "ownership": { "$ref": "#/components/schemas/LolChampSelectLegacyCollectionsOwnership" }, "active": { "type": "boolean" } }, "additionalProperties": false, "required": [ "disabledQueues", "freeToPlay", "id", "ownership", "active" ] }, "LolChampSelectLegacyCollectionsOwnership": { "type": "object", "description": "", "properties": { "loyaltyReward": { "type": "boolean" }, "xboxGPReward": { "type": "boolean" }, "owned": { "type": "boolean" }, "rental": { "$ref": "#/components/schemas/LolChampSelectLegacyCollectionsRental" } }, "additionalProperties": false, "required": [ "loyaltyReward", "xboxGPReward", "owned", "rental" ] }, "LolChampSelectLegacyCollectionsRental": { "type": "object", "description": "", "properties": { "rented": { "type": "boolean" } }, "additionalProperties": false, "required": [ "rented" ] }, "LolChampSelectLegacyGameflowGameClient": { "type": "object", "description": "", "properties": { "running": { "type": "boolean" }, "visible": { "type": "boolean" } }, "additionalProperties": false, "required": [ "running", "visible" ] }, "LolChampSelectLegacyGameflowGameData": { "type": "object", "description": "", "properties": { "queue": { "$ref": "#/components/schemas/LolChampSelectLegacyQueue" } }, "additionalProperties": false, "required": [ "queue" ] }, "LolChampSelectLegacyGameflowGameDodge": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolChampSelectLegacyGameflowGameDodgeState" }, "dodgeIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "state", "dodgeIds" ] }, "LolChampSelectLegacyGameflowGameDodgeState": { "type": "string", "description": "", "enum": [ "TournamentDodged", "StrangerDodged", "PartyDodged", "Invalid" ], "additionalProperties": false }, "LolChampSelectLegacyGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolChampSelectLegacyGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolChampSelectLegacyGameflowPhase" }, "gameClient": { "$ref": "#/components/schemas/LolChampSelectLegacyGameflowGameClient" }, "gameData": { "$ref": "#/components/schemas/LolChampSelectLegacyGameflowGameData" } }, "additionalProperties": false, "required": [ "phase", "gameClient", "gameData" ] }, "LolChampSelectLegacyInventoryItemWithPayload": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int64" }, "payload": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "itemId", "payload" ] }, "LolChampSelectLegacyLobbyStatus": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "isCustom": { "type": "boolean" }, "isLeader": { "type": "boolean" }, "isSpectator": { "type": "boolean" }, "allowedPlayAgain": { "type": "boolean" }, "memberSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "queueId", "isCustom", "isLeader", "isSpectator", "allowedPlayAgain", "memberSummonerIds" ] }, "LolChampSelectLegacyLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolChampSelectLegacyLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "summonerId", "connected" ] }, "LolChampSelectLegacyLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolChampSelectLegacyMucJwtDto": { "type": "object", "description": "", "properties": { "jwt": { "type": "string" }, "channelClaim": { "type": "string" }, "domain": { "type": "string" }, "targetRegion": { "type": "string" } }, "additionalProperties": false, "required": [ "jwt", "channelClaim", "domain", "targetRegion" ] }, "LolChampSelectLegacyPlayerStatus": { "type": "object", "description": "", "properties": { "currentLobbyStatus": { "$ref": "#/components/schemas/LolChampSelectLegacyLobbyStatus" }, "lastQueuedLobbyStatus": { "$ref": "#/components/schemas/LolChampSelectLegacyLobbyStatus" } }, "additionalProperties": false }, "LolChampSelectLegacyQueue": { "type": "object", "description": "", "properties": { "gameTypeConfig": { "$ref": "#/components/schemas/LolChampSelectLegacyQueueGameTypeConfig" }, "areFreeChampionsAllowed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "gameTypeConfig", "areFreeChampionsAllowed" ] }, "LolChampSelectLegacyQueueGameTypeConfig": { "type": "object", "description": "", "properties": { "maxAllowableBans": { "type": "integer", "format": "int32" }, "allowTrades": { "type": "boolean" }, "battleBoost": { "type": "boolean" }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "maxAllowableBans", "allowTrades", "battleBoost", "name" ] }, "LolChampSelectLegacySettingCategoryResource": { "type": "object", "description": "", "properties": { "schemaVersion": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/LolChampSelectLegacyChampionSelectPreferences" } }, "additionalProperties": false, "required": [ "schemaVersion", "data" ] }, "LolChampSelectLegacySummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId", "summonerLevel" ] }, "LolChampSelectLegacyTeamBoost": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "int64" }, "puuid": { "type": "string" }, "skinUnlockMode": { "type": "string" }, "price": { "type": "integer", "format": "int64" }, "ipReward": { "type": "integer", "format": "int64" }, "ipRewardForPurchaser": { "type": "integer", "format": "int64" }, "availableSkins": { "type": "array", "items": { "type": "integer", "format": "int64" } }, "unlocked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "summonerId", "puuid", "skinUnlockMode", "price", "ipReward", "ipRewardForPurchaser", "availableSkins", "unlocked" ] }, "LolChampSelectLoginSession": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "puuid" ] }, "LolChampSelectMucJwtDto": { "type": "object", "description": "", "properties": { "jwt": { "type": "string" }, "channelClaim": { "type": "string" }, "domain": { "type": "string" }, "targetRegion": { "type": "string" } }, "additionalProperties": false, "required": [ "jwt", "channelClaim", "domain", "targetRegion" ] }, "LolChampSelectMutedPlayerInfo": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "obfuscatedPuuid": { "type": "string" }, "obfuscatedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "puuid", "summonerId", "obfuscatedPuuid", "obfuscatedSummonerId" ] }, "LolChampSelectQuestSkinProductType": { "type": "string", "description": "", "enum": [ "kTieredSkin", "kQuestSkin" ], "additionalProperties": false }, "LolChampSelectSettingsResource": { "type": "object", "description": "", "properties": { "data": { "type": "object", "additionalProperties": true }, "schemaVersion": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "data", "schemaVersion" ] }, "LolChampSelectSfxNotification": { "type": "object", "description": "", "properties": { "delayMillis": { "type": "integer", "format": "int64" }, "path": { "type": "string" }, "eventType": { "type": "string" } }, "additionalProperties": false, "required": [ "delayMillis", "path", "eventType" ] }, "LolChampSelectSkinSelectorChildSkin": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "chromaPreviewPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampSelectCollectionsOwnership" }, "isBase": { "type": "boolean" }, "disabled": { "type": "boolean" }, "stillObtainable": { "type": "boolean" }, "isChampionUnlocked": { "type": "boolean" }, "splashPath": { "type": "string" }, "splashVideoPath": { "type": "string" }, "tilePath": { "type": "string" }, "unlocked": { "type": "boolean" }, "skinAugments": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChampSelectChampionSkinAugmentOverlays" } }, "parentSkinId": { "type": "integer", "format": "int32" }, "colors": { "type": "array", "items": { "type": "string" } }, "stage": { "type": "integer", "format": "uint64", "minimum": 0 }, "shortName": { "type": "string" } }, "additionalProperties": false, "required": [ "championId", "id", "name", "ownership", "isBase", "disabled", "stillObtainable", "isChampionUnlocked", "splashPath", "tilePath", "unlocked", "skinAugments", "parentSkinId", "colors", "stage", "shortName" ] }, "LolChampSelectSkinSelectorInfo": { "type": "object", "description": "", "properties": { "selectedSkinId": { "type": "integer", "format": "int32" }, "isSkinGrantedFromBoost": { "type": "boolean" }, "selectedChampionId": { "type": "integer", "format": "int32" }, "championName": { "type": "string" }, "skinSelectionDisabled": { "type": "boolean" }, "showSkinSelector": { "type": "boolean" } }, "additionalProperties": false, "required": [ "selectedSkinId", "isSkinGrantedFromBoost", "selectedChampionId", "championName", "skinSelectionDisabled", "showSkinSelector" ] }, "LolChampSelectSkinSelectorSkin": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "chromaPreviewPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampSelectCollectionsOwnership" }, "isBase": { "type": "boolean" }, "disabled": { "type": "boolean" }, "stillObtainable": { "type": "boolean" }, "isChampionUnlocked": { "type": "boolean" }, "splashPath": { "type": "string" }, "splashVideoPath": { "type": "string" }, "tilePath": { "type": "string" }, "unlocked": { "type": "boolean" }, "skinAugments": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChampSelectChampionSkinAugmentOverlays" } }, "childSkins": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectSkinSelectorChildSkin" } }, "emblems": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampSelectCollectionsChampionSkinEmblem" } }, "rarityGemPath": { "type": "string" }, "groupSplash": { "type": "string" }, "productType": { "$ref": "#/components/schemas/LolChampSelectQuestSkinProductType" } }, "additionalProperties": false, "required": [ "championId", "id", "name", "ownership", "isBase", "disabled", "stillObtainable", "isChampionUnlocked", "splashPath", "tilePath", "unlocked", "skinAugments", "childSkins", "emblems", "rarityGemPath", "groupSplash" ] }, "LolChampSelectTeamBoost": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "int64" }, "puuid": { "type": "string" }, "skinUnlockMode": { "type": "string" }, "price": { "type": "integer", "format": "int64" }, "ipReward": { "type": "integer", "format": "int64" }, "ipRewardForPurchaser": { "type": "integer", "format": "int64" }, "availableSkins": { "type": "array", "items": { "type": "integer", "format": "int64" } }, "unlocked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "summonerId", "puuid", "skinUnlockMode", "price", "ipReward", "ipRewardForPurchaser", "availableSkins", "unlocked" ] }, "LolChampionMasteryAllChampionMasterySetReward": { "type": "object", "description": "", "properties": { "championMasteries": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionMasteryChampionMastery" } }, "championSet": { "$ref": "#/components/schemas/LolChampionMasteryChampionSet" }, "championSetRewards": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChampionMasterySetRewardEntry" } }, "seasonMilestoneRequireAndRewards": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChampionMasterySeasonMilestoneRequireAndRewards" } }, "newChampionNextLevel": { "$ref": "#/components/schemas/LolChampionMasteryLevelMark" }, "totalScore": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "championMasteries", "championSet", "championSetRewards", "seasonMilestoneRequireAndRewards", "newChampionNextLevel", "totalScore" ] }, "LolChampionMasteryChampionMastery": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "championLevel": { "type": "integer", "format": "int32" }, "championPoints": { "type": "integer", "format": "int32" }, "lastPlayTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "championPointsSinceLastLevel": { "type": "integer", "format": "int32" }, "championPointsUntilNextLevel": { "type": "integer", "format": "int32" }, "markRequiredForNextLevel": { "type": "integer", "format": "int32" }, "tokensEarned": { "type": "integer", "format": "int32" }, "championSeasonMilestone": { "type": "integer", "format": "int32" }, "milestoneGrades": { "type": "array", "items": { "type": "string" } }, "nextSeasonMilestone": { "$ref": "#/components/schemas/LolChampionMasterySeasonMilestoneRequireAndRewards" }, "highestGrade": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "championId", "championLevel", "championPoints", "lastPlayTime", "championPointsSinceLastLevel", "championPointsUntilNextLevel", "markRequiredForNextLevel", "tokensEarned", "championSeasonMilestone", "milestoneGrades", "nextSeasonMilestone", "highestGrade" ] }, "LolChampionMasteryChampionMasteryChangeNotification": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "int64" }, "puuid": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "championLevel": { "type": "integer", "format": "int32" }, "championPointsBeforeGame": { "type": "integer", "format": "int32" }, "championPointsGained": { "type": "integer", "format": "int32" }, "championPointsGainedIndividualContribution": { "type": "integer", "format": "int32" }, "bonusChampionPointsGained": { "type": "integer", "format": "int32" }, "playerGrade": { "type": "string" }, "championPointsSinceLastLevelBeforeGame": { "type": "integer", "format": "int32" }, "championPointsUntilNextLevelBeforeGame": { "type": "integer", "format": "int32" }, "championPointsUntilNextLevelAfterGame": { "type": "integer", "format": "int32" }, "championLevelUp": { "type": "boolean" }, "score": { "type": "integer", "format": "int32" }, "levelUpList": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionMasteryChampionMasteryMini" } }, "memberGrades": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionMasteryChampionMasteryGrade" } }, "win": { "type": "boolean" }, "mapId": { "type": "integer", "format": "int32" }, "tokensEarned": { "type": "integer", "format": "int32" }, "tokenEarnedAfterGame": { "type": "boolean" }, "markRequiredForNextLevel": { "type": "integer", "format": "int32" }, "championSeasonMilestone": { "type": "integer", "format": "int32" }, "championSeasonMilestoneUp": { "type": "boolean" }, "milestoneGrades": { "type": "array", "items": { "type": "string" } }, "seasonMilestone": { "$ref": "#/components/schemas/LolChampionMasterySeasonMilestoneRequireAndRewards" } }, "additionalProperties": false, "required": [ "gameId", "puuid", "championId", "championLevel", "championPointsBeforeGame", "championPointsGained", "championPointsGainedIndividualContribution", "bonusChampionPointsGained", "playerGrade", "championPointsSinceLastLevelBeforeGame", "championPointsUntilNextLevelBeforeGame", "championPointsUntilNextLevelAfterGame", "championLevelUp", "score", "levelUpList", "memberGrades", "win", "mapId", "tokensEarned", "tokenEarnedAfterGame", "markRequiredForNextLevel", "championSeasonMilestone", "championSeasonMilestoneUp", "milestoneGrades", "seasonMilestone" ] }, "LolChampionMasteryChampionMasteryGrade": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "grade": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "championId", "grade" ] }, "LolChampionMasteryChampionMasteryMini": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "championLevel": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "puuid", "championId", "championLevel" ] }, "LolChampionMasteryChampionMasteryRewardGrantNotification": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "gameId": { "type": "integer", "format": "int64" }, "puuid": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "playerGrade": { "type": "string" }, "messageKey": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "gameId", "puuid", "championId", "playerGrade", "messageKey" ] }, "LolChampionMasteryChampionSet": { "type": "object", "description": "", "properties": { "champions": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "totalMilestone": { "type": "integer", "format": "int32" }, "completed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "champions", "totalMilestone", "completed" ] }, "LolChampionMasteryLevelMark": { "type": "object", "description": "", "properties": { "level": { "type": "integer", "format": "int32" }, "championPoints": { "type": "integer", "format": "int32" }, "marks": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "level", "championPoints", "marks" ] }, "LolChampionMasteryLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolChampionMasteryLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "summonerId", "puuid", "connected" ] }, "LolChampionMasteryLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolChampionMasteryRewardConfigurationEntry": { "type": "object", "description": "", "properties": { "rewardValue": { "type": "string" }, "maximumReward": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "rewardValue", "maximumReward" ] }, "LolChampionMasterySeasonMilestoneRequireAndRewards": { "type": "object", "description": "", "properties": { "requireGradeCounts": { "type": "object", "additionalProperties": { "type": "integer", "format": "int16" } }, "rewardMarks": { "type": "integer", "format": "uint16", "minimum": 0 }, "bonus": { "type": "boolean" }, "rewardConfig": { "$ref": "#/components/schemas/LolChampionMasteryRewardConfigurationEntry" } }, "additionalProperties": false, "required": [ "requireGradeCounts", "rewardMarks", "bonus", "rewardConfig" ] }, "LolChampionMasterySetRewardEntry": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "value": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "type", "value" ] }, "LolChampionMasteryTopChampionMasteries": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "score": { "type": "integer", "format": "uint64", "minimum": 0 }, "masteries": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionMasteryChampionMastery" } } }, "additionalProperties": false, "required": [ "puuid", "summonerId", "score", "masteries" ] }, "LolChampionMasteryUIAllChampionMasteryWithSets": { "type": "object", "description": "", "properties": { "championMasteries": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionMasteryChampionMastery" } }, "championSet": { "$ref": "#/components/schemas/LolChampionMasteryChampionSet" }, "championSetRewards": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChampionMasterySetRewardEntry" } }, "seasonMilestoneRequireAndRewards": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChampionMasterySeasonMilestoneRequireAndRewards" } }, "defaultChampionMastery": { "$ref": "#/components/schemas/LolChampionMasteryChampionMastery" }, "customRewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionMasteryUIChampionMasteryCustomReward" } }, "totalScore": { "type": "integer", "format": "int32" }, "championCountByMilestone": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "championMasteries", "championSet", "championSetRewards", "seasonMilestoneRequireAndRewards", "defaultChampionMastery", "customRewards", "totalScore", "championCountByMilestone" ] }, "LolChampionMasteryUIChampionMasteryCustomReward": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "level": { "type": "integer", "format": "int32" }, "rewardValue": { "type": "string" }, "quantity": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "type", "level", "rewardValue", "quantity" ] }, "LolChampionsChampionQuestSkinInfo": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "descriptionInfo": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsQuestSkinDescriptionInfo" } }, "splashPath": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "tilePath": { "type": "string" }, "collectionCardPath": { "type": "string" }, "collectionDescription": { "type": "string" }, "tiers": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionQuestSkin" } }, "productType": { "$ref": "#/components/schemas/LolChampionsQuestSkinProductType" } }, "additionalProperties": false, "required": [ "name", "descriptionInfo", "splashPath", "uncenteredSplashPath", "tilePath", "collectionCardPath", "collectionDescription", "tiers" ] }, "LolChampionsCollectionsChampion": { "type": "object", "description": "", "properties": { "alias": { "type": "string" }, "title": { "type": "string" }, "banVoPath": { "type": "string" }, "chooseVoPath": { "type": "string" }, "disabledQueues": { "type": "array", "items": { "type": "string" } }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampionsCollectionsOwnership" }, "purchased": { "type": "integer", "format": "uint64", "minimum": 0 }, "roles": { "type": "array", "items": { "type": "string" } }, "squarePortraitPath": { "type": "string" }, "stingerSfxPath": { "type": "string" }, "baseLoadScreenPath": { "type": "string" }, "baseSplashPath": { "type": "string" }, "active": { "type": "boolean" }, "botEnabled": { "type": "boolean" }, "freeToPlay": { "type": "boolean" }, "rankedPlayEnabled": { "type": "boolean" }, "passive": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSpell" }, "skins": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkin" } }, "spells": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSpell" } }, "tacticalInfo": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionTacticalInfo" } }, "additionalProperties": false, "required": [ "alias", "title", "banVoPath", "chooseVoPath", "disabledQueues", "id", "name", "ownership", "purchased", "roles", "squarePortraitPath", "stingerSfxPath", "baseLoadScreenPath", "baseSplashPath", "active", "botEnabled", "freeToPlay", "rankedPlayEnabled", "passive", "skins", "spells", "tacticalInfo" ] }, "LolChampionsCollectionsChampionChroma": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "chromaPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampionsCollectionsOwnership" }, "disabled": { "type": "boolean" }, "stillObtainable": { "type": "boolean" }, "lastSelected": { "type": "boolean" }, "skinAugments": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinAugments" }, "colors": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "championId", "id", "name", "ownership", "disabled", "stillObtainable", "lastSelected", "skinAugments", "colors" ] }, "LolChampionsCollectionsChampionMinimal": { "type": "object", "description": "", "properties": { "alias": { "type": "string" }, "title": { "type": "string" }, "banVoPath": { "type": "string" }, "chooseVoPath": { "type": "string" }, "disabledQueues": { "type": "array", "items": { "type": "string" } }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampionsCollectionsOwnership" }, "purchased": { "type": "integer", "format": "uint64", "minimum": 0 }, "roles": { "type": "array", "items": { "type": "string" } }, "squarePortraitPath": { "type": "string" }, "stingerSfxPath": { "type": "string" }, "baseLoadScreenPath": { "type": "string" }, "baseSplashPath": { "type": "string" }, "active": { "type": "boolean" }, "botEnabled": { "type": "boolean" }, "freeToPlay": { "type": "boolean" }, "rankedPlayEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "alias", "title", "banVoPath", "chooseVoPath", "disabledQueues", "id", "name", "ownership", "purchased", "roles", "squarePortraitPath", "stingerSfxPath", "baseLoadScreenPath", "baseSplashPath", "active", "botEnabled", "freeToPlay", "rankedPlayEnabled" ] }, "LolChampionsCollectionsChampionPlayableCounts": { "type": "object", "description": "", "properties": { "championsOwned": { "type": "integer", "format": "uint32", "minimum": 0 }, "championsRented": { "type": "integer", "format": "uint32", "minimum": 0 }, "championsFreeToPlay": { "type": "integer", "format": "uint32", "minimum": 0 }, "championsLoyaltyReward": { "type": "integer", "format": "uint32", "minimum": 0 }, "championsXboxGPReward": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "championsOwned", "championsRented", "championsFreeToPlay", "championsLoyaltyReward", "championsXboxGPReward" ] }, "LolChampionsCollectionsChampionQuestSkin": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "chromaPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampionsCollectionsOwnership" }, "isBase": { "type": "boolean" }, "disabled": { "type": "boolean" }, "stillObtainable": { "type": "boolean" }, "lastSelected": { "type": "boolean" }, "skinAugments": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinAugments" }, "splashPath": { "type": "string" }, "tilePath": { "type": "string" }, "stage": { "type": "integer", "format": "uint64", "minimum": 0 }, "description": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "loadScreenPath": { "type": "string" }, "shortName": { "type": "string" }, "splashVideoPath": { "type": "string" }, "collectionSplashVideoPath": { "type": "string" } }, "additionalProperties": false, "required": [ "championId", "id", "name", "ownership", "isBase", "disabled", "stillObtainable", "lastSelected", "skinAugments", "splashPath", "tilePath", "stage", "description", "uncenteredSplashPath", "loadScreenPath", "shortName", "splashVideoPath", "collectionSplashVideoPath" ] }, "LolChampionsCollectionsChampionSkin": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "chromaPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampionsCollectionsOwnership" }, "isBase": { "type": "boolean" }, "disabled": { "type": "boolean" }, "stillObtainable": { "type": "boolean" }, "lastSelected": { "type": "boolean" }, "skinAugments": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinAugments" }, "splashPath": { "type": "string" }, "tilePath": { "type": "string" }, "chromas": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionChroma" } }, "questSkinInfo": { "$ref": "#/components/schemas/LolChampionsChampionQuestSkinInfo" }, "emblems": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinEmblem" } }, "uncenteredSplashPath": { "type": "string" }, "loadScreenPath": { "type": "string" }, "rarityGemPath": { "type": "string" }, "splashVideoPath": { "type": "string" }, "collectionSplashVideoPath": { "type": "string" }, "skinType": { "type": "string" }, "featuresText": { "type": "string" } }, "additionalProperties": false, "required": [ "championId", "id", "name", "ownership", "isBase", "disabled", "stillObtainable", "lastSelected", "skinAugments", "splashPath", "tilePath", "chromas", "questSkinInfo", "emblems", "uncenteredSplashPath", "loadScreenPath", "rarityGemPath" ] }, "LolChampionsCollectionsChampionSkinAugment": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "overlays": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinAugmentOverlays" } } }, "additionalProperties": false, "required": [ "contentId", "overlays" ] }, "LolChampionsCollectionsChampionSkinAugmentOverlays": { "type": "object", "description": "", "properties": { "centeredLCOverlayPath": { "type": "string" }, "socialCardLCOverlayPath": { "type": "string" }, "tileLCOverlayPath": { "type": "string" }, "uncenteredLCOverlayPath": { "type": "string" } }, "additionalProperties": false, "required": [ "centeredLCOverlayPath", "socialCardLCOverlayPath", "tileLCOverlayPath", "uncenteredLCOverlayPath" ] }, "LolChampionsCollectionsChampionSkinAugments": { "type": "object", "description": "", "properties": { "augments": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinAugment" } } }, "additionalProperties": false, "required": [ "augments" ] }, "LolChampionsCollectionsChampionSkinEmblem": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "emblemPath": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinEmblemPath" }, "positions": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinEmblemPosition" } }, "additionalProperties": false, "required": [ "name", "emblemPath", "positions" ] }, "LolChampionsCollectionsChampionSkinEmblemPath": { "type": "object", "description": "", "properties": { "large": { "type": "string" }, "small": { "type": "string" } }, "additionalProperties": false, "required": [ "large", "small" ] }, "LolChampionsCollectionsChampionSkinEmblemPosition": { "type": "object", "description": "", "properties": { "vertical": { "type": "string" }, "horizontal": { "type": "string" } }, "additionalProperties": false, "required": [ "vertical", "horizontal" ] }, "LolChampionsCollectionsChampionSkinMinimal": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "chromaPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolChampionsCollectionsOwnership" }, "isBase": { "type": "boolean" }, "disabled": { "type": "boolean" }, "stillObtainable": { "type": "boolean" }, "lastSelected": { "type": "boolean" }, "skinAugments": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinAugments" }, "splashPath": { "type": "string" }, "tilePath": { "type": "string" } }, "additionalProperties": false, "required": [ "championId", "id", "name", "ownership", "isBase", "disabled", "stillObtainable", "lastSelected", "skinAugments", "splashPath", "tilePath" ] }, "LolChampionsCollectionsChampionSpell": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "description" ] }, "LolChampionsCollectionsChampionTacticalInfo": { "type": "object", "description": "", "properties": { "style": { "type": "integer", "format": "uint32", "minimum": 0 }, "difficulty": { "type": "integer", "format": "uint32", "minimum": 0 }, "damageType": { "type": "string" } }, "additionalProperties": false, "required": [ "style", "difficulty", "damageType" ] }, "LolChampionsCollectionsOwnership": { "type": "object", "description": "", "properties": { "loyaltyReward": { "type": "boolean" }, "xboxGPReward": { "type": "boolean" }, "owned": { "type": "boolean" }, "rental": { "$ref": "#/components/schemas/LolChampionsCollectionsRental" } }, "additionalProperties": false, "required": [ "loyaltyReward", "xboxGPReward", "owned", "rental" ] }, "LolChampionsCollectionsRental": { "type": "object", "description": "", "properties": { "endDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "purchaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "winCountRemaining": { "type": "integer", "format": "int32" }, "rented": { "type": "boolean" } }, "additionalProperties": false, "required": [ "endDate", "purchaseDate", "winCountRemaining", "rented" ] }, "LolChampionsGameDataChampion": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "alias": { "type": "string" }, "title": { "type": "string" }, "banVoPath": { "type": "string" }, "chooseVoPath": { "type": "string" }, "name": { "type": "string" }, "squarePortraitPath": { "type": "string" }, "stingerSfxPath": { "type": "string" }, "passive": { "$ref": "#/components/schemas/LolChampionsGameDataChampionSpell" }, "roles": { "type": "array", "items": { "type": "string" } }, "skins": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsGameDataChampionSkin" } }, "spells": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsGameDataChampionSpell" } }, "tacticalInfo": { "$ref": "#/components/schemas/LolChampionsGameDataChampionTacticalInfo" } }, "additionalProperties": false, "required": [ "id", "alias", "title", "banVoPath", "chooseVoPath", "name", "squarePortraitPath", "stingerSfxPath", "passive", "roles", "skins", "spells", "tacticalInfo" ] }, "LolChampionsGameDataChampionChroma": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "colors": { "type": "array", "items": { "type": "string" } }, "chromaPath": { "type": "string" }, "skinAugments": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinAugments" } }, "additionalProperties": false, "required": [ "id", "colors", "chromaPath", "skinAugments" ] }, "LolChampionsGameDataChampionQuestSkin": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "stage": { "type": "integer", "format": "uint64", "minimum": 0 }, "description": { "type": "string" }, "splashPath": { "type": "string" }, "splashVideoPath": { "type": "string" }, "collectionSplashVideoPath": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "tilePath": { "type": "string" }, "loadScreenPath": { "type": "string" }, "shortName": { "type": "string" }, "skinAugments": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinAugments" } }, "additionalProperties": false, "required": [ "id", "name", "stage", "description", "splashPath", "splashVideoPath", "collectionSplashVideoPath", "uncenteredSplashPath", "tilePath", "loadScreenPath", "shortName", "skinAugments" ] }, "LolChampionsGameDataChampionSkin": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "chromas": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsGameDataChampionChroma" } }, "questSkinInfo": { "$ref": "#/components/schemas/LolChampionsGameDataQuestSkinInfo" }, "emblems": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinEmblem" } }, "splashPath": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "tilePath": { "type": "string" }, "loadScreenPath": { "type": "string" }, "rarityGemPath": { "type": "string" }, "splashVideoPath": { "type": "string" }, "collectionSplashVideoPath": { "type": "string" }, "chromaPath": { "type": "string" }, "skinType": { "type": "string" }, "featuresText": { "type": "string" }, "skinAugments": { "$ref": "#/components/schemas/LolChampionsCollectionsChampionSkinAugments" } }, "additionalProperties": false, "required": [ "id", "name", "chromas", "questSkinInfo", "emblems", "splashPath", "uncenteredSplashPath", "tilePath", "loadScreenPath", "rarityGemPath", "skinAugments" ] }, "LolChampionsGameDataChampionSpell": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "description" ] }, "LolChampionsGameDataChampionSummary": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id" ] }, "LolChampionsGameDataChampionTacticalInfo": { "type": "object", "description": "", "properties": { "style": { "type": "integer", "format": "uint32", "minimum": 0 }, "difficulty": { "type": "integer", "format": "uint32", "minimum": 0 }, "damageType": { "type": "string" } }, "additionalProperties": false, "required": [ "style", "difficulty", "damageType" ] }, "LolChampionsGameDataQuestSkinDescriptionInfo": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "iconPath": { "type": "string" } }, "additionalProperties": false, "required": [ "title", "description", "iconPath" ] }, "LolChampionsGameDataQuestSkinInfo": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "descriptionInfo": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsGameDataQuestSkinDescriptionInfo" } }, "splashPath": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "tilePath": { "type": "string" }, "collectionCardPath": { "type": "string" }, "collectionDescription": { "type": "string" }, "tiers": { "type": "array", "items": { "$ref": "#/components/schemas/LolChampionsGameDataChampionQuestSkin" } }, "productType": { "$ref": "#/components/schemas/LolChampionsQuestSkinProductType" } }, "additionalProperties": false, "required": [ "name", "descriptionInfo", "splashPath", "uncenteredSplashPath", "tilePath", "collectionCardPath", "collectionDescription", "tiers" ] }, "LolChampionsInventoryItemWithPayload": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "expirationDate": { "type": "string" }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "loyaltySources": { "type": "array", "items": { "type": "string" } }, "owned": { "type": "boolean" }, "payload": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "expirationDate", "f2p", "rental", "loyalty", "loyaltySources", "owned", "payload" ] }, "LolChampionsLcdsDynamicClientConfig": { "type": "object", "description": "", "properties": { "DisabledChampions": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "DisabledChampions" ] }, "LolChampionsLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolChampionsLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "summonerId", "connected" ] }, "LolChampionsLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolChampionsLoyaltyStatus": { "type": "string", "description": "", "enum": [ "DISABLED", "REVOKE", "CHANGE", "EXPIRY", "REWARDS_GRANT", "LEGACY" ], "additionalProperties": false }, "LolChampionsLoyaltyStatusNotification": { "type": "object", "description": "", "properties": { "status": { "$ref": "#/components/schemas/LolChampionsLoyaltyStatus" }, "reloadInventory": { "type": "boolean" } }, "additionalProperties": false, "required": [ "status", "reloadInventory" ] }, "LolChampionsPlayerNotification": { "type": "object", "description": "", "properties": { "backgroundUrl": { "type": "string" }, "critical": { "type": "boolean" }, "data": { "type": "object", "additionalProperties": { "type": "string" } }, "detailKey": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "backgroundUrl", "critical", "data", "detailKey", "iconUrl", "id", "source", "state", "titleKey", "type" ] }, "LolChampionsQuestSkinDescriptionInfo": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "iconPath": { "type": "string" } }, "additionalProperties": false, "required": [ "title", "description", "iconPath" ] }, "LolChampionsQuestSkinProductType": { "type": "string", "description": "", "enum": [ "kTieredSkin", "kQuestSkin" ], "additionalProperties": false }, "LolChampionsSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId", "summonerLevel" ] }, "LolChatAccountState": { "type": "string", "description": "", "enum": [ "dnd", "chat", "away", "mobile", "offline" ], "additionalProperties": false }, "LolChatActiveConversationResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" } }, "additionalProperties": false, "required": [ "id" ] }, "LolChatAuthResourceRsoAccessToken": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "scopes", "expiry" ] }, "LolChatAuthType": { "type": "string", "description": "", "enum": [ "rsoRefresh", "rsoCreate" ], "additionalProperties": false }, "LolChatBlocked": { "type": "object", "description": "", "properties": { "pid": { "type": "string" }, "name": { "type": "string" }, "game_name": { "type": "string" }, "game_tag": { "type": "string" } }, "additionalProperties": false, "required": [ "pid", "name", "game_name", "game_tag" ] }, "LolChatBlockedList": { "type": "object", "description": "", "properties": { "blocked": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatBlocked" } } }, "additionalProperties": false, "required": [ "blocked" ] }, "LolChatBlockedPlayerResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "icon": { "type": "integer", "format": "int32" }, "id": { "type": "string" }, "name": { "type": "string" }, "pid": { "type": "string" }, "puuid": { "type": "string" }, "gameName": { "type": "string" }, "gameTag": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "icon", "id", "name", "pid", "puuid", "gameName", "gameTag" ] }, "LolChatChampSelection": { "type": "object", "description": "", "properties": { "summonerInternalName": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "selectedSkinIndex": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "summonerInternalName", "championId", "selectedSkinIndex" ] }, "LolChatChatDomainConfig": { "type": "object", "description": "", "properties": { "P2PDomainName": { "type": "string" }, "CustomGameDomainName": { "type": "string" }, "ChampSelectDomainName": { "type": "string" }, "PostGameDomainName": { "type": "string" }, "ClubDomainName": { "type": "string" } }, "additionalProperties": false }, "LolChatChatFriendUpdate": { "type": "object", "description": "", "properties": { "pid": { "type": "string" }, "group": { "type": "string" }, "note": { "type": "string" } }, "additionalProperties": false, "required": [ "pid", "group", "note" ] }, "LolChatChatMessage": { "type": "object", "description": "", "properties": { "type": { "$ref": "#/components/schemas/LolChatMessageType" }, "id": { "type": "string" }, "cid": { "type": "string" }, "pid": { "type": "string" }, "mid": { "type": "string" }, "name": { "type": "string" }, "game_name": { "type": "string" }, "game_tag": { "type": "string" }, "time": { "type": "string" }, "body": { "type": "string" }, "read": { "type": "boolean" } }, "additionalProperties": false, "required": [ "type", "id", "cid", "pid", "mid", "name", "game_name", "game_tag", "time", "body", "read" ] }, "LolChatChatMessageList": { "type": "object", "description": "", "properties": { "messages": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatChatMessage" } } }, "additionalProperties": false, "required": [ "messages" ] }, "LolChatChatPlatformLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolChatChatPlatformLoginSessionState" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "username": { "type": "string" }, "userAuthToken": { "type": "string" }, "gasToken": { "type": "object", "additionalProperties": true }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" }, "puuid": { "type": "string" }, "isNewPlayer": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "accountId", "username", "userAuthToken", "gasToken", "idToken", "puuid", "isNewPlayer" ] }, "LolChatChatPlatformLoginSessionState": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolChatChatServiceDynamicClientConfig": { "type": "object", "description": "", "properties": { "LcuSocial": { "$ref": "#/components/schemas/LolChatLcuSocialConfig" }, "ChatDomain": { "$ref": "#/components/schemas/LolChatChatDomainConfig" } }, "additionalProperties": false }, "LolChatChatSessionState": { "type": "string", "description": "", "enum": [ "connected", "connecting", "disconnected" ], "additionalProperties": false }, "LolChatChatSettings": { "type": "object", "description": "", "properties": { "chatGroupMobile": { "type": "boolean" }, "chatGroupOffline": { "type": "boolean" }, "chatGBG": { "type": "boolean" }, "recentlyPlayedOpen": { "type": "boolean" }, "recentlyPlayedFirstOpen": { "type": "boolean" }, "chatFilterDisabled": { "type": "boolean" }, "friendRequestToastsDisabled": { "type": "boolean" }, "linkClickWarningEnabled": { "type": "boolean" }, "moreUnreadsEnabled": { "type": "boolean" }, "showWhenTypingEnabled": { "type": "boolean" }, "bounceDockIconEnabled": { "type": "boolean" }, "messageNotificationsEnabled": { "type": "boolean" }, "usePlayerPreferences": { "type": "boolean" }, "chatWindowDockedHeight": { "type": "integer", "format": "uint32", "minimum": 0 }, "sortBy": { "type": "string" }, "chat-status-message": { "type": "string" }, "closed-conversations": { "type": "object", "additionalProperties": { "type": "integer", "format": "uint64", "minimum": 0 } }, "hidden-conversations": { "type": "object", "additionalProperties": { "type": "integer", "format": "uint64", "minimum": 0 } }, "muted-conversations": { "type": "object", "additionalProperties": { "type": "integer", "format": "int8" } }, "roster-group-collapsed": { "type": "object", "additionalProperties": { "type": "boolean" } }, "chatWindow": { "$ref": "#/components/schemas/LolChatChatWindowSettings" } }, "additionalProperties": false, "required": [ "chatGroupMobile", "chatGroupOffline", "chatGBG", "recentlyPlayedOpen", "recentlyPlayedFirstOpen", "chatFilterDisabled", "friendRequestToastsDisabled", "linkClickWarningEnabled", "moreUnreadsEnabled", "showWhenTypingEnabled", "bounceDockIconEnabled", "messageNotificationsEnabled", "usePlayerPreferences", "chatWindowDockedHeight", "sortBy", "chat-status-message", "closed-conversations", "hidden-conversations", "muted-conversations", "roster-group-collapsed", "chatWindow" ] }, "LolChatChatSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "profileIconId": { "type": "integer", "format": "int32" }, "displayName": { "type": "string" }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "puuid": { "type": "string" }, "unnamed": { "type": "boolean" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "profileIconId", "displayName", "summonerLevel", "puuid", "unnamed", "gameName", "tagLine" ] }, "LolChatChatWindowSettings": { "type": "object", "description": "", "properties": { "detached": { "type": "boolean" }, "height": { "type": "integer", "format": "uint32", "minimum": 0 }, "left": { "type": "integer", "format": "int32" }, "top": { "type": "integer", "format": "int32" }, "width": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "detached", "height", "left", "top", "width" ] }, "LolChatCidBody": { "type": "object", "description": "", "properties": { "cid": { "type": "string" } }, "additionalProperties": false, "required": [ "cid" ] }, "LolChatConfigReadinessEnum": { "type": "string", "description": "", "enum": [ "Disabled", "Ready", "NotReady" ], "additionalProperties": false }, "LolChatConfigStatus": { "type": "object", "description": "", "properties": { "readiness": { "$ref": "#/components/schemas/LolChatConfigReadinessEnum" } }, "additionalProperties": false, "required": [ "readiness" ] }, "LolChatConfigType": { "type": "string", "description": "", "enum": [ "player", "public" ], "additionalProperties": false }, "LolChatContentCookies": { "type": "object", "description": "", "properties": { "content_id": { "type": "string" }, "content_path": { "type": "string" }, "cookies": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatcookie" } } }, "additionalProperties": false, "required": [ "content_id", "content_path", "cookies" ] }, "LolChatConversation": { "type": "object", "description": "", "properties": { "cid": { "type": "string" }, "type": { "type": "string" }, "mid": { "type": "string" }, "unread_count": { "type": "integer", "format": "uint64", "minimum": 0 }, "muted": { "type": "boolean" } }, "additionalProperties": false, "required": [ "cid", "type", "mid", "unread_count", "muted" ] }, "LolChatConversationJoinFederated": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "password": { "type": "string" }, "type": { "type": "string" }, "domain": { "type": "string" }, "targetRegion": { "type": "string" }, "hidden": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "password", "type", "domain", "targetRegion" ] }, "LolChatConversationList": { "type": "object", "description": "", "properties": { "conversations": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatConversation" } } }, "additionalProperties": false, "required": [ "conversations" ] }, "LolChatConversationMessageResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "fromSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "fromId": { "type": "string" }, "fromPid": { "type": "string" }, "fromObfuscatedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "body": { "type": "string" }, "timestamp": { "type": "string" }, "isHistorical": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "type", "fromSummonerId", "fromId", "fromPid", "fromObfuscatedSummonerId", "body", "timestamp", "isHistorical" ] }, "LolChatConversationResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "pid": { "type": "string" }, "gameName": { "type": "string" }, "gameTag": { "type": "string" }, "type": { "type": "string" }, "inviterId": { "type": "string" }, "password": { "type": "string" }, "targetRegion": { "type": "string" }, "isMuted": { "type": "boolean" }, "unreadMessageCount": { "type": "integer", "format": "uint64", "minimum": 0 }, "lastMessage": { "$ref": "#/components/schemas/LolChatConversationMessageResource" }, "mucJwtDto": { "$ref": "#/components/schemas/LolChatMucJwtDto" } }, "additionalProperties": false, "required": [ "id", "name", "pid", "gameName", "gameTag", "type", "inviterId", "password", "targetRegion", "isMuted", "unreadMessageCount", "mucJwtDto" ] }, "LolChatConversationUpdate": { "type": "object", "description": "", "properties": { "cid": { "type": "string" }, "muted": { "type": "boolean" }, "hidden": { "type": "boolean" } }, "additionalProperties": false, "required": [ "cid", "muted", "hidden" ] }, "LolChatDebugResource": { "type": "object", "description": "", "properties": { "isXMPPLoggingEnabled": { "type": "boolean" }, "keepAliveInterval": { "type": "integer", "format": "uint32", "minimum": 0 }, "asyncWaitInterval": { "type": "integer", "format": "uint32", "minimum": 0 }, "minReconnectInterval": { "type": "integer", "format": "uint32", "minimum": 0 }, "maxReconnectInterval": { "type": "integer", "format": "uint32", "minimum": 0 }, "triggerChatDisconnect": { "type": "boolean" }, "failNextKeepAlive": { "type": "boolean" }, "failNextChatLogin": { "type": "boolean" }, "failNextChatLogout": { "type": "boolean" }, "failAllChatLogin": { "type": "boolean" }, "enableChatFiltering": { "type": "boolean" }, "silenceChatWhileInGame": { "type": "boolean" } }, "additionalProperties": false }, "LolChatEndOfGamePlayer": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "isLocalPlayer": { "type": "boolean" } }, "additionalProperties": false, "required": [ "puuid", "summonerId", "isLocalPlayer" ] }, "LolChatEndOfGameStats": { "type": "object", "description": "", "properties": { "teams": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatEndOfGameTeam" } }, "localPlayer": { "$ref": "#/components/schemas/LolChatEndOfGamePlayer" } }, "additionalProperties": false, "required": [ "teams", "localPlayer" ] }, "LolChatEndOfGameTeam": { "type": "object", "description": "", "properties": { "players": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatEndOfGamePlayer" } }, "isPlayerTeam": { "type": "boolean" } }, "additionalProperties": false, "required": [ "players", "isPlayerTeam" ] }, "LolChatError": { "type": "object", "description": "", "properties": { "cid": { "type": "string" }, "class": { "type": "string" }, "code": { "type": "string" }, "id": { "type": "string" }, "pid": { "type": "string" }, "subtype": { "type": "string" }, "text": { "type": "string" }, "ts": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "cid", "class", "code", "id", "pid", "subtype", "text", "ts", "type" ] }, "LolChatErrorList": { "type": "object", "description": "", "properties": { "errors": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatError" } } }, "additionalProperties": false, "required": [ "errors" ] }, "LolChatErrorResource": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "from": { "type": "string" }, "code": { "type": "integer", "format": "uint64", "minimum": 0 }, "message": { "type": "string" }, "text": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "from", "code", "message", "text" ] }, "LolChatFriend": { "type": "object", "description": "", "properties": { "pid": { "type": "string" }, "group": { "type": "string" }, "displayGroup": { "type": "string" }, "name": { "type": "string" }, "game_name": { "type": "string" }, "game_tag": { "type": "string" }, "note": { "type": "string" }, "puuid": { "type": "string" }, "region": { "type": "string" } }, "additionalProperties": false, "required": [ "pid", "group", "displayGroup", "name", "game_name", "game_tag", "note", "puuid", "region" ] }, "LolChatFriendCountsResource": { "type": "object", "description": "", "properties": { "numFriends": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsOnline": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsAvailable": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsAway": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsInQueue": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsInChampSelect": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsInGame": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsMobile": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "numFriends", "numFriendsOnline", "numFriendsAvailable", "numFriendsAway", "numFriendsInQueue", "numFriendsInChampSelect", "numFriendsInGame", "numFriendsMobile" ] }, "LolChatFriendGroup": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "collapsed": { "type": "boolean" }, "isMetaGroup": { "type": "boolean" } }, "additionalProperties": false, "required": [ "name", "collapsed", "isMetaGroup" ] }, "LolChatFriendGroupCreate": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "collapsed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "name", "collapsed" ] }, "LolChatFriendGroupList": { "type": "object", "description": "", "properties": { "groups": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatFriendGroup" } } }, "additionalProperties": false, "required": [ "groups" ] }, "LolChatFriendGroupOrder": { "type": "object", "description": "", "properties": { "groups": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "groups" ] }, "LolChatFriendGroupUpdate": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "new_name": { "type": "string" }, "collapsed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "name", "new_name", "collapsed" ] }, "LolChatFriendList": { "type": "object", "description": "", "properties": { "friends": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatFriend" } } }, "additionalProperties": false, "required": [ "friends" ] }, "LolChatFriendRequest": { "type": "object", "description": "", "properties": { "pid": { "type": "string" }, "name": { "type": "string" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" }, "subscription": { "$ref": "#/components/schemas/LolChatFriendSubscriptionType" }, "note": { "type": "string" }, "puuid": { "type": "string" }, "region": { "type": "string" } }, "additionalProperties": false, "required": [ "pid", "name", "gameName", "tagLine", "subscription", "note", "puuid", "region" ] }, "LolChatFriendRequestAdd": { "type": "object", "description": "", "properties": { "pid": { "type": "string" }, "name": { "type": "string" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" }, "note": { "type": "string" }, "puuid": { "type": "string" }, "region": { "type": "string" } }, "additionalProperties": false, "required": [ "pid", "name", "gameName", "tagLine", "note", "puuid", "region" ] }, "LolChatFriendRequestDirection": { "type": "string", "description": "", "enum": [ "both", "out", "in" ], "additionalProperties": false }, "LolChatFriendRequestList": { "type": "object", "description": "", "properties": { "requests": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatFriendRequest" } } }, "additionalProperties": false, "required": [ "requests" ] }, "LolChatFriendRequestResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "icon": { "type": "integer", "format": "int32" }, "id": { "type": "string" }, "name": { "type": "string" }, "pid": { "type": "string" }, "puuid": { "type": "string" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" }, "note": { "type": "string" }, "direction": { "$ref": "#/components/schemas/LolChatFriendRequestDirection" } }, "additionalProperties": false, "required": [ "summonerId", "icon", "id", "name", "pid", "puuid", "gameName", "tagLine", "note", "direction" ] }, "LolChatFriendResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "id": { "type": "string" }, "name": { "type": "string" }, "pid": { "type": "string" }, "puuid": { "type": "string" }, "gameName": { "type": "string" }, "gameTag": { "type": "string" }, "icon": { "type": "integer", "format": "int32" }, "availability": { "type": "string" }, "platformId": { "type": "string" }, "patchline": { "type": "string" }, "product": { "type": "string" }, "productName": { "type": "string" }, "summary": { "type": "string" }, "time": { "type": "integer", "format": "uint64", "minimum": 0 }, "statusMessage": { "type": "string" }, "note": { "type": "string" }, "lastSeenOnlineTimestamp": { "type": "string" }, "isP2PConversationMuted": { "type": "boolean" }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "displayGroupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupName": { "type": "string" }, "displayGroupName": { "type": "string" }, "lol": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "summonerId", "id", "name", "pid", "puuid", "gameName", "gameTag", "icon", "availability", "platformId", "patchline", "product", "productName", "summary", "time", "statusMessage", "note", "isP2PConversationMuted", "groupId", "displayGroupId", "groupName", "displayGroupName", "lol" ] }, "LolChatFriendSubscriptionType": { "type": "string", "description": "", "enum": [ "pending_in", "pending_out" ], "additionalProperties": false }, "LolChatGameDataChampionSummary": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "alias": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "alias" ] }, "LolChatGameflowGameData": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "queue": { "$ref": "#/components/schemas/LolChatQueue" }, "teamOne": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatTeamPlayerEntry" } }, "teamTwo": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatTeamPlayerEntry" } }, "playerChampionSelections": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatChampSelection" } } }, "additionalProperties": false, "required": [ "gameId", "queue", "teamOne", "teamTwo", "playerChampionSelections" ] }, "LolChatGameflowGameMap": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "id" ] }, "LolChatGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolChatGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolChatGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolChatGameflowGameData" }, "map": { "$ref": "#/components/schemas/LolChatGameflowGameMap" } }, "additionalProperties": false, "required": [ "phase", "gameData", "map" ] }, "LolChatGroupResource": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint32", "minimum": 0 }, "name": { "type": "string" }, "isMetaGroup": { "type": "boolean" }, "isLocalized": { "type": "boolean" }, "priority": { "type": "integer", "format": "int32" }, "collapsed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "name", "isMetaGroup", "isLocalized", "priority", "collapsed" ] }, "LolChatIdBody": { "type": "object", "description": "", "properties": { "id": { "type": "string" } }, "additionalProperties": false, "required": [ "id" ] }, "LolChatLcuSocialConfig": { "type": "object", "description": "", "properties": { "ForceChatFilter": { "type": "boolean" }, "QueueJobGraceSeconds": { "type": "integer", "format": "uint64", "minimum": 0 }, "SilenceChatWhileInGame": { "type": "boolean" }, "AggressiveScanning": { "type": "boolean" }, "ReplaceRichMessages": { "type": "boolean" }, "gameNameTaglineEnabled": { "type": "boolean" }, "allowGroupByGame": { "type": "boolean" }, "platformToRegionMap": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "ForceChatFilter", "QueueJobGraceSeconds", "SilenceChatWhileInGame", "AggressiveScanning", "ReplaceRichMessages", "gameNameTaglineEnabled", "allowGroupByGame", "platformToRegionMap" ] }, "LolChatLeagueDivision": { "type": "string", "description": "", "enum": [ "NA", "V", "IV", "III", "II", "I" ], "additionalProperties": false }, "LolChatLeagueQueueType": { "type": "string", "description": "", "enum": [ "RANKED_TFT", "RANKED_FLEX_TT", "RANKED_FLEX_SR", "RANKED_SOLO_5x5", "NONE" ], "additionalProperties": false }, "LolChatLobbyMember": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "isOwner": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "isOwner" ] }, "LolChatLobbyPlayerStatus": { "type": "object", "description": "", "properties": { "currentLobbyStatus": { "$ref": "#/components/schemas/LolChatLobbyStatus" }, "lastQueuedLobbyStatus": { "$ref": "#/components/schemas/LolChatLobbyStatus" } }, "additionalProperties": false }, "LolChatLobbyStatus": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "isCustom": { "type": "boolean" }, "isPracticeTool": { "type": "boolean" }, "isLeader": { "type": "boolean" }, "memberSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "customSpectatorPolicy": { "$ref": "#/components/schemas/LolChatQueueCustomGameSpectatorPolicy" } }, "additionalProperties": false, "required": [ "queueId", "isCustom", "isPracticeTool", "isLeader", "memberSummonerIds", "customSpectatorPolicy" ] }, "LolChatMessage": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "id": { "type": "string" }, "cid": { "type": "string" }, "pid": { "type": "string" }, "mid": { "type": "string" }, "name": { "type": "string" }, "game_name": { "type": "string" }, "game_tag": { "type": "string" }, "time": { "type": "string" }, "body": { "type": "string" }, "read": { "type": "boolean" } }, "additionalProperties": false, "required": [ "type", "id", "cid", "pid", "mid", "name", "game_name", "game_tag", "time", "body", "read" ] }, "LolChatMessageList": { "type": "object", "description": "", "properties": { "messages": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatMessage" } } }, "additionalProperties": false, "required": [ "messages" ] }, "LolChatMessagePost": { "type": "object", "description": "", "properties": { "cid": { "type": "string" }, "message": { "type": "string" }, "type": { "$ref": "#/components/schemas/LolChatMessageType" } }, "additionalProperties": false, "required": [ "cid", "message", "type" ] }, "LolChatMessageSend": { "type": "object", "description": "", "properties": { "message": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "message", "type" ] }, "LolChatMessageType": { "type": "string", "description": "", "enum": [ "system", "dm", "groupchat", "chat" ], "additionalProperties": false }, "LolChatMucJwtDto": { "type": "object", "description": "", "properties": { "jwt": { "type": "string" }, "channelClaim": { "type": "string" }, "domain": { "type": "string" }, "targetRegion": { "type": "string" } }, "additionalProperties": false, "required": [ "jwt", "channelClaim", "domain", "targetRegion" ] }, "LolChatMultiGamePresence": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolChatAccountState" }, "msg": { "type": "string" }, "pid": { "type": "string" }, "puuid": { "type": "string" }, "region": { "type": "string" }, "name": { "type": "string" }, "game_name": { "type": "string" }, "game_tag": { "type": "string" }, "resource": { "type": "string" }, "product": { "type": "string" }, "summary": { "type": "string" }, "patchline": { "type": "string" }, "platform": { "type": "string" }, "location": { "type": "string" }, "details": { "type": "string" }, "actor": { "type": "string" }, "time": { "type": "integer", "format": "uint64", "minimum": 0 }, "privateJwt": { "type": "string" }, "private": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "pid", "puuid", "region", "name", "game_name", "game_tag", "resource", "product", "summary" ] }, "LolChatMultiGamePresenceList": { "type": "object", "description": "", "properties": { "presences": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatMultiGamePresence" } } }, "additionalProperties": false, "required": [ "presences" ] }, "LolChatMultiGamePresenceSharedPayload": { "type": "object", "description": "", "properties": { "product": { "type": "string" }, "patchline": { "type": "string" }, "platform": { "type": "string" }, "location": { "type": "string" }, "details": { "type": "string" }, "actor": { "type": "string" }, "time": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false }, "LolChatMultiGamePresenceUpdate": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolChatAccountState" }, "msg": { "type": "string" }, "privateJwt": { "type": "string" }, "private": { "type": "string" }, "sharedJwt": { "type": "string" }, "shared": { "$ref": "#/components/schemas/LolChatMultiGamePresenceSharedPayload" } }, "additionalProperties": false, "required": [ "state" ] }, "LolChatMuteType": { "type": "string", "description": "", "enum": [ "SYSTEM_MUTE", "SETTINGS_MUTE", "PLAYER_MUTE" ], "additionalProperties": false }, "LolChatMutedPlayerInfo": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "obfuscatedPuuid": { "type": "string" }, "obfuscatedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "puuid", "summonerId", "obfuscatedPuuid", "obfuscatedSummonerId" ] }, "LolChatNameBody": { "type": "object", "description": "", "properties": { "name": { "type": "string" } }, "additionalProperties": false, "required": [ "name" ] }, "LolChatParticipant": { "type": "object", "description": "", "properties": { "cid": { "type": "string" }, "pid": { "type": "string" }, "name": { "type": "string" }, "game_name": { "type": "string" }, "game_tag": { "type": "string" }, "muted": { "type": "boolean" }, "puuid": { "type": "string" }, "region": { "type": "string" } }, "additionalProperties": false, "required": [ "cid", "pid", "name", "game_name", "game_tag", "muted", "puuid", "region" ] }, "LolChatParticipantList": { "type": "object", "description": "", "properties": { "participants": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatParticipant" } } }, "additionalProperties": false, "required": [ "participants" ] }, "LolChatPatchlineMetadata": { "type": "object", "description": "", "properties": { "product_id": { "type": "string" }, "id": { "type": "string" }, "content_paths": { "type": "object", "additionalProperties": { "type": "string" } }, "content_cookies": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatContentCookies" } } }, "additionalProperties": false, "required": [ "product_id", "id", "content_paths", "content_cookies" ] }, "LolChatPidBody": { "type": "object", "description": "", "properties": { "pid": { "type": "string" } }, "additionalProperties": false, "required": [ "pid" ] }, "LolChatPlayerMuteStatus": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "obfuscatedPuuid": { "type": "string" }, "isPlayerMuted": { "type": "boolean" }, "isSettingsMuted": { "type": "boolean" }, "isSystemMuted": { "type": "boolean" } }, "additionalProperties": false, "required": [ "puuid", "obfuscatedPuuid", "isPlayerMuted", "isSettingsMuted", "isSystemMuted" ] }, "LolChatPlayerMuteUpdate": { "type": "object", "description": "", "properties": { "puuids": { "type": "array", "items": { "type": "string" } }, "isMuted": { "type": "boolean" } }, "additionalProperties": false, "required": [ "puuids", "isMuted" ] }, "LolChatPlayerPreferences": { "type": "object", "description": "", "properties": { "data": { "type": "string" }, "type": { "type": "string" }, "modified": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "data", "type", "modified" ] }, "LolChatPluginRegionLocaleChangedEvent": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale" ] }, "LolChatPresenceProduct": { "type": "object", "description": "", "properties": { "product": { "type": "string" } }, "additionalProperties": false, "required": [ "product" ] }, "LolChatProductMetadata": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "patchlines": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChatPatchlineMetadata" } } }, "additionalProperties": false, "required": [ "id", "name", "patchlines" ] }, "LolChatProductMetadataMap": { "type": "object", "description": "", "properties": { "products": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolChatProductMetadata" } } }, "additionalProperties": false, "required": [ "products" ] }, "LolChatPuuidBody": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid" ] }, "LolChatQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "type": { "type": "string" }, "gameMode": { "type": "string" }, "gameTypeConfig": { "$ref": "#/components/schemas/LolChatQueueGameTypeConfig" } }, "additionalProperties": false, "required": [ "id", "type", "gameMode", "gameTypeConfig" ] }, "LolChatQueueCustomGameSpectatorPolicy": { "type": "string", "description": "", "enum": [ "AllAllowed", "FriendsAllowed", "LobbyAllowed", "NotAllowed" ], "additionalProperties": false }, "LolChatQueueGameTypeConfig": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name" ] }, "LolChatRankedQueueStats": { "type": "object", "description": "", "properties": { "queueType": { "$ref": "#/components/schemas/LolChatLeagueQueueType" }, "isProvisional": { "type": "boolean" }, "tier": { "type": "string" }, "division": { "$ref": "#/components/schemas/LolChatLeagueDivision" }, "wins": { "type": "integer", "format": "int32" }, "games": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "queueType", "isProvisional", "tier", "division", "wins", "games" ] }, "LolChatRankedStats": { "type": "object", "description": "", "properties": { "highestRankedEntry": { "$ref": "#/components/schemas/LolChatRankedQueueStats" }, "rankedRegaliaLevel": { "type": "integer", "format": "int32" }, "highestPreviousSeasonEndTier": { "type": "string" }, "highestPreviousSeasonEndDivision": { "$ref": "#/components/schemas/LolChatLeagueDivision" } }, "additionalProperties": false, "required": [ "rankedRegaliaLevel", "highestPreviousSeasonEndTier", "highestPreviousSeasonEndDivision" ] }, "LolChatRsoAuthorization": { "type": "object", "description": "", "properties": { "currentPlatformId": { "type": "string" }, "currentAccountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "subject": { "type": "string" } }, "additionalProperties": false, "required": [ "currentPlatformId", "currentAccountId", "subject" ] }, "LolChatSanitizeRequest": { "type": "object", "description": "", "properties": { "texts": { "type": "array", "items": { "type": "string" } }, "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "aggressiveScan": { "type": "boolean" } }, "additionalProperties": false, "required": [ "texts" ] }, "LolChatSanitizeResponse": { "type": "object", "description": "", "properties": { "texts": { "type": "array", "items": { "type": "string" } }, "modified": { "type": "boolean" } }, "additionalProperties": false, "required": [ "modified" ] }, "LolChatSanitizerStatus": { "type": "object", "description": "", "properties": { "ready": { "type": "boolean" }, "platformID": { "type": "string" }, "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "ready", "platformID", "locale" ] }, "LolChatSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolChatChatSessionState" }, "pid": { "type": "string" }, "name": { "type": "string" }, "game_name": { "type": "string" }, "game_tag": { "type": "string" }, "resource": { "type": "string" }, "loaded": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "pid", "name", "game_name", "game_tag", "resource", "loaded" ] }, "LolChatSessionResource": { "type": "object", "description": "", "properties": { "sessionState": { "$ref": "#/components/schemas/LolChatSessionState" }, "sessionExpire": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "sessionState", "sessionExpire" ] }, "LolChatSessionState": { "type": "string", "description": "", "enum": [ "shuttingdown", "disconnected", "loaded", "connected", "initializing" ], "additionalProperties": false }, "LolChatSettingsResource": { "type": "object", "description": "", "properties": { "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "data" ] }, "LolChatSpectateGameInfoResource": { "type": "object", "description": "", "properties": { "dropInSpectateGameId": { "type": "string" }, "gameQueueType": { "type": "string" }, "allowObserveMode": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "dropInSpectateGameId", "gameQueueType", "allowObserveMode", "puuid" ] }, "LolChatSummonerStatus": { "type": "object", "description": "", "properties": { "ready": { "type": "boolean" } }, "additionalProperties": false, "required": [ "ready" ] }, "LolChatTeamPlayerEntry": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerInternalName": { "type": "string" }, "summonerName": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerInternalName", "summonerName" ] }, "LolChatTranslateRequest": { "type": "object", "description": "", "properties": { "keys": { "type": "array", "items": { "type": "string" } }, "product_id": { "type": "string" }, "locale": { "type": "string" }, "patchline": { "type": "string" }, "blocking": { "type": "boolean" } }, "additionalProperties": false, "required": [ "keys", "product_id", "locale", "patchline", "blocking" ] }, "LolChatTranslateResponse": { "type": "object", "description": "", "properties": { "results": { "type": "array", "items": { "$ref": "#/components/schemas/LolChatTranslateResult" } } }, "additionalProperties": false, "required": [ "results" ] }, "LolChatTranslateResult": { "type": "object", "description": "", "properties": { "found": { "type": "boolean" }, "key": { "type": "string" }, "product_id": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "found", "key", "product_id", "value" ] }, "LolChatUserResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "id": { "type": "string" }, "name": { "type": "string" }, "pid": { "type": "string" }, "puuid": { "type": "string" }, "obfuscatedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameName": { "type": "string" }, "gameTag": { "type": "string" }, "icon": { "type": "integer", "format": "int32" }, "availability": { "type": "string" }, "platformId": { "type": "string" }, "patchline": { "type": "string" }, "product": { "type": "string" }, "productName": { "type": "string" }, "summary": { "type": "string" }, "time": { "type": "integer", "format": "uint64", "minimum": 0 }, "statusMessage": { "type": "string" }, "lastSeenOnlineTimestamp": { "type": "string" }, "lol": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "summonerId", "id", "name", "pid", "puuid", "obfuscatedSummonerId", "gameName", "gameTag", "icon", "availability", "platformId", "patchline", "product", "productName", "summary", "time", "lol" ] }, "LolChatcookie": { "type": "object", "description": "", "properties": { "url": { "type": "string" }, "name": { "type": "string" }, "value": { "type": "string" }, "domain": { "type": "string" }, "path": { "type": "string" }, "secure": { "type": "boolean" }, "httponly": { "type": "boolean" }, "expires": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "url", "name", "value", "domain", "path", "secure", "httponly" ] }, "LolClashAlias": { "type": "object", "description": "", "properties": { "gameName": { "type": "string" }, "tagLine": { "type": "string" } }, "additionalProperties": false, "required": [ "gameName", "tagLine" ] }, "LolClashBlockedPlayerResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" }, "gameName": { "type": "string" }, "gameTag": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "name", "gameName", "gameTag" ] }, "LolClashBracket": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "id": { "type": "integer", "format": "int64" }, "size": { "type": "integer", "format": "int32" }, "matches": { "type": "array", "items": { "$ref": "#/components/schemas/BracketMatch" } }, "rosters": { "type": "array", "items": { "$ref": "#/components/schemas/BracketRoster" } }, "version": { "type": "integer", "format": "int32" }, "period": { "type": "integer", "format": "int32" }, "isComplete": { "type": "boolean" } }, "additionalProperties": false, "required": [ "tournamentId", "id", "size", "matches", "rosters", "version", "period", "isComplete" ] }, "LolClashBracketReadyNotification": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "bracketId": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "tournamentId", "bracketId" ] }, "LolClashBracketUpdateNotification": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "bracketId": { "type": "integer", "format": "int64" }, "currentMatchId": { "type": "integer", "format": "int64" }, "winnerRosterId": { "type": "integer", "format": "int64" }, "notifyReason": { "$ref": "#/components/schemas/LolClashRosterNotifyReason" } }, "additionalProperties": false, "required": [ "tournamentId", "bracketId", "currentMatchId", "winnerRosterId", "notifyReason" ] }, "LolClashChangeIconRequest": { "type": "object", "description": "", "properties": { "iconId": { "type": "integer", "format": "int32" }, "iconColorId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "iconId", "iconColorId" ] }, "LolClashChangeNameRequest": { "type": "object", "description": "", "properties": { "name": { "type": "string" } }, "additionalProperties": false, "required": [ "name" ] }, "LolClashClashConfig": { "type": "object", "description": "", "properties": { "Visibility": { "$ref": "#/components/schemas/LolClashClashVisibility" }, "EnabledState": { "$ref": "#/components/schemas/LolClashClashState" }, "DisabledReason": { "type": "string" }, "EstimatedEnableTimeMillis": { "type": "integer", "format": "uint64", "minimum": 0 }, "IconConfig": { "type": "string" }, "HonorLevelRequired": { "type": "integer", "format": "int32" }, "IsPlaymodeRestrictionEnabled": { "type": "boolean" }, "VoiceRetryDelaySeconds": { "type": "integer", "format": "int32" }, "VoiceRetryCountLimit": { "type": "integer", "format": "int32" }, "VoiceNoDelayAutoStartSeconds": { "type": "integer", "format": "int32" }, "VoiceRandomStartMinSeconds": { "type": "integer", "format": "int32" }, "VoiceRandomStartMaxSeconds": { "type": "integer", "format": "int32" }, "VoiceEobQuitDelaySeconds": { "type": "integer", "format": "int32" }, "RewardGrantRetryIntervalSeconds": { "type": "integer", "format": "int32" }, "MaxTimeBeforeLockinNotifySeconds": { "type": "integer", "format": "int32" }, "HonorRefreshRetrySeconds": { "type": "integer", "format": "int32" }, "EventSendingEnabled": { "type": "boolean" }, "DisabledEvents": { "type": "array", "items": { "type": "string" } }, "MinClashSummonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "MinClashNotificationsSummonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "CheckPartiesRegistration": { "type": "boolean" } }, "additionalProperties": false, "required": [ "Visibility", "EnabledState", "DisabledReason", "EstimatedEnableTimeMillis", "IconConfig", "HonorLevelRequired", "IsPlaymodeRestrictionEnabled", "VoiceRetryDelaySeconds", "VoiceRetryCountLimit", "VoiceNoDelayAutoStartSeconds", "VoiceRandomStartMinSeconds", "VoiceRandomStartMaxSeconds", "VoiceEobQuitDelaySeconds", "RewardGrantRetryIntervalSeconds", "MaxTimeBeforeLockinNotifySeconds", "HonorRefreshRetrySeconds", "EventSendingEnabled", "DisabledEvents", "MinClashSummonerLevel", "MinClashNotificationsSummonerLevel", "CheckPartiesRegistration" ] }, "LolClashClashDisabledConfig": { "type": "object", "description": "", "properties": { "disabledReason": { "type": "string" }, "estimatedEnableTimeMillis": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "disabledReason", "estimatedEnableTimeMillis" ] }, "LolClashClashSettingCategory": { "type": "object", "description": "", "properties": { "simpleStateFlagIds": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false }, "LolClashClashState": { "type": "string", "description": "", "enum": [ "Enabled", "Disabled" ], "additionalProperties": false }, "LolClashClashVisibility": { "type": "string", "description": "", "enum": [ "Visible", "Hidden" ], "additionalProperties": false }, "LolClashClientFailedInvite": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "exception": { "type": "string" } }, "additionalProperties": false, "required": [ "playerId", "exception" ] }, "LolClashClubsSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" }, "profileIconId": { "type": "integer", "format": "int32" }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId", "displayName", "profileIconId", "summonerLevel" ] }, "LolClashEogPlayerUpdateDTO": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "gameId": { "type": "integer", "format": "int64" }, "winner": { "type": "boolean" }, "themeVp": { "type": "integer", "format": "int32" }, "seasonVp": { "type": "integer", "format": "int32" }, "lowestPosition": { "type": "integer", "format": "int32" }, "bracketSize": { "type": "integer", "format": "int32" }, "bid": { "type": "integer", "format": "int32" }, "tier": { "type": "integer", "format": "int32" }, "earnedRewards": { "type": "array", "items": { "$ref": "#/components/schemas/ClashRewardDefinition" } }, "rewardProgress": { "type": "array", "items": { "$ref": "#/components/schemas/ClashRewardDefinition" } } }, "additionalProperties": false, "required": [ "tournamentId", "gameId", "winner", "themeVp", "seasonVp", "lowestPosition", "bracketSize", "bid", "tier", "earnedRewards", "rewardProgress" ] }, "LolClashFindPlayers": { "type": "object", "description": "", "properties": { "invitationId": { "type": "string" }, "memberId": { "type": "integer", "format": "int64" }, "page": { "type": "integer", "format": "int32" }, "count": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "invitationId", "memberId", "page", "count" ] }, "LolClashFindTeams": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "page": { "type": "integer", "format": "int32" }, "count": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "tournamentId", "page", "count" ] }, "LolClashFoundationError": { "type": "string", "description": "", "enum": [ "INVALID_SIMPLE_STATE_FLAG", "LOL_INVENTORY_NOT_READY", "GAMEFLOW_UNAVAILABLE", "DESERIALIZATION_FAILED", "CLASH_DISABLED", "CLASH_NOT_INITIALIZED" ], "additionalProperties": false }, "LolClashGameflowAvailability": { "type": "object", "description": "", "properties": { "isAvailable": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isAvailable" ] }, "LolClashGameflowGameDodge": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolClashMatchmakingDodgeState" }, "dodgeIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "state", "dodgeIds" ] }, "LolClashGameflowPartiesRegistrationStatus": { "type": "object", "description": "", "properties": { "complete": { "type": "boolean" }, "errorCodes": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "complete", "errorCodes" ] }, "LolClashGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolClashGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolClashGameflowPhase" } }, "additionalProperties": false, "required": [ "phase" ] }, "LolClashKdaClassification": { "type": "string", "description": "", "enum": [ "HIGH", "AVERAGE", "LOW" ], "additionalProperties": false }, "LolClashKickRequest": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId" ] }, "LolClashLftState": { "type": "object", "description": "", "properties": { "lft": { "type": "boolean" }, "primaryPos": { "type": "string" }, "secondaryPos": { "type": "string" } }, "additionalProperties": false, "required": [ "lft", "primaryPos", "secondaryPos" ] }, "LolClashLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolClashLoginSessionState" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state" ] }, "LolClashLoginSessionState": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolClashMatchmakingDodgeData": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolClashMatchmakingDodgeState" }, "dodgerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "dodgerId" ] }, "LolClashMatchmakingDodgeState": { "type": "string", "description": "", "enum": [ "TournamentDodged", "StrangerDodged", "PartyDodged", "Invalid" ], "additionalProperties": false }, "LolClashMatchmakingDodgeWarning": { "type": "string", "description": "", "enum": [ "Penalty", "Warning", "None" ], "additionalProperties": false }, "LolClashMatchmakingReadyCheckResource": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolClashMatchmakingReadyCheckState" }, "playerResponse": { "$ref": "#/components/schemas/LolClashMatchmakingReadyCheckResponse" }, "dodgeWarning": { "$ref": "#/components/schemas/LolClashMatchmakingDodgeWarning" }, "timer": { "type": "number", "format": "float" }, "declinerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "state", "playerResponse", "dodgeWarning", "timer", "declinerIds" ] }, "LolClashMatchmakingReadyCheckResponse": { "type": "string", "description": "", "enum": [ "Declined", "Accepted", "None" ], "additionalProperties": false }, "LolClashMatchmakingReadyCheckState": { "type": "string", "description": "", "enum": [ "Error", "PartyNotReady", "StrangerNotReady", "EveryoneReady", "InProgress", "Invalid" ], "additionalProperties": false }, "LolClashMatchmakingSearchResource": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "readyCheck": { "$ref": "#/components/schemas/LolClashMatchmakingReadyCheckResource" }, "dodgeData": { "$ref": "#/components/schemas/LolClashMatchmakingDodgeData" } }, "additionalProperties": false, "required": [ "queueId", "readyCheck", "dodgeData" ] }, "LolClashMemberBanUnbanNotification": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "int64" }, "notifyPlayerId": { "type": "integer", "format": "int64" }, "notifyPuuid": { "type": "string" }, "reason": { "type": "string" }, "notifyReason": { "$ref": "#/components/schemas/LolClashNotifyReason" }, "tournaments": { "type": "array", "items": { "$ref": "#/components/schemas/MemberBanUnbanTournament" } } }, "additionalProperties": false, "required": [ "playerId", "notifyPlayerId", "notifyPuuid", "reason", "notifyReason", "tournaments" ] }, "LolClashMucJwtDto": { "type": "object", "description": "", "properties": { "jwt": { "type": "string" }, "channelClaim": { "type": "string" }, "domain": { "type": "string" }, "targetRegion": { "type": "string" } }, "additionalProperties": false, "required": [ "jwt", "channelClaim", "domain", "targetRegion" ] }, "LolClashNoShowPingDTO": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "matchId": { "type": "integer", "format": "int64" }, "dodgeTime": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "tournamentId", "matchId", "dodgeTime" ] }, "LolClashNoShowPingResponse": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "matchId": { "type": "integer", "format": "int64" }, "dodgeTime": { "type": "integer", "format": "int64" }, "data": { "type": "string" } }, "additionalProperties": false, "required": [ "tournamentId", "matchId", "dodgeTime", "data" ] }, "LolClashNoShowPingResponseData": { "type": "object", "description": "", "properties": { "loginTime": { "type": "integer", "format": "int64" }, "dodgeTime": { "type": "integer", "format": "int64" }, "gameflowState": { "$ref": "#/components/schemas/LolClashGameflowPhase" }, "isPlaymodeRestricted": { "type": "boolean" }, "readyCheckInfo": { "$ref": "#/components/schemas/LolClashReadyCheckInfo" } }, "additionalProperties": false, "required": [ "loginTime", "dodgeTime", "gameflowState", "isPlaymodeRestricted", "readyCheckInfo" ] }, "LolClashNotifyReason": { "type": "string", "description": "", "enum": [ "TEAMMATE_UNBAN", "TEAMMATE_BAN", "MEMBER_BAN", "UNBAN", "BAN", "REVERTED_REGISTRATION", "REWARD_GRANT_RETRY", "REWARD_GRANT_FAILED", "ACCEPT_TICKET", "DECLINE_TICKET", "REVOKED_TICKET", "OFFER_TICKET", "SET_TICKET", "KICK", "CAPTAIN_LEAVE", "LEAVE", "REVOKE_INVITE", "ACCEPT_INVITE", "DECLINE_INVITE", "RESENT_INVITE", "INVITE", "CHANGE_LFT", "CHANGE_NAMETAGLOGO", "CHANGE_POSITION", "CHANGE_SHORTNAME", "CHANGE_NAME", "CHANGE_LOGO", "OWNER_TRANSFER", "ROSTER_DELETE", "DISMISS", "OWNER_CLOSE", "UNREADY", "READY", "SELFJOIN", "REVOKE_SELFJOIN", "ACCEPT_SELFJOIN", "DECLINE_SELFJOIN", "REVOKE_SUGGESTION", "ACCEPT_SUGGESTION", "DECLINE_SUGGESTION", "SUGGESTION" ], "additionalProperties": false }, "LolClashOfferTicketRequest": { "type": "object", "description": "", "properties": { "ticketAmount": { "type": "integer", "format": "int32" }, "ticketType": { "$ref": "#/components/schemas/TicketType" } }, "additionalProperties": false, "required": [ "ticketAmount", "ticketType" ] }, "LolClashPendingRosterNotification": { "type": "object", "description": "", "properties": { "pendingRoster": { "$ref": "#/components/schemas/PendingRosterDTO" }, "notifyReason": { "$ref": "#/components/schemas/LolClashNotifyReason" }, "sourcePlayerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "targetPlayerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "pendingRoster", "notifyReason", "sourcePlayerId", "targetPlayerId" ] }, "LolClashPlayerChatRoster": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "startTimeMs": { "type": "integer", "format": "int64" }, "endTimeMs": { "type": "integer", "format": "int64" }, "tournamentState": { "$ref": "#/components/schemas/LolClashTournamentState" }, "playerState": { "$ref": "#/components/schemas/LolClashPlayerState" }, "isRegistered": { "type": "boolean" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "iconId": { "type": "integer", "format": "int32" }, "iconColorId": { "type": "integer", "format": "int32" }, "logoUrl": { "type": "string" }, "invitationId": { "type": "string" }, "multiUserChatId": { "type": "string" }, "multiUserChatPassword": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/LolClashMucJwtDto" } }, "additionalProperties": false, "required": [ "tournamentId", "startTimeMs", "endTimeMs", "tournamentState", "playerState", "isRegistered", "name", "shortName", "iconId", "iconColorId", "logoUrl", "invitationId", "multiUserChatId", "multiUserChatPassword", "mucJwtDto" ] }, "LolClashPlayerData": { "type": "object", "description": "", "properties": { "tickets": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "isClashBanned": { "type": "boolean" }, "tier": { "type": "integer", "format": "int32" }, "lft": { "type": "boolean" }, "primaryPos": { "type": "string" }, "secondaryPos": { "type": "string" } }, "additionalProperties": false, "required": [ "tickets", "isClashBanned", "tier", "lft", "primaryPos", "secondaryPos" ] }, "LolClashPlayerNotification": { "type": "object", "description": "", "properties": { "source": { "type": "string" }, "type": { "type": "string" }, "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "backgroundUrl": { "type": "string" }, "data": { "type": "object", "additionalProperties": { "type": "string" } }, "state": { "type": "string" }, "iconUrl": { "type": "string" }, "titleKey": { "type": "string" }, "detailKey": { "type": "string" }, "created": { "type": "string" }, "expires": { "type": "string" }, "critical": { "type": "boolean" }, "dismissible": { "type": "boolean" } }, "additionalProperties": false, "required": [ "source", "type", "id", "backgroundUrl", "data", "state", "iconUrl", "titleKey", "detailKey", "created", "expires", "critical", "dismissible" ] }, "LolClashPlayerNotificationData": { "type": "object", "description": "", "properties": { "notifyReason": { "$ref": "#/components/schemas/LolClashNotifyReason" }, "rosterNotifyReason": { "$ref": "#/components/schemas/LolClashRosterNotifyReason" }, "tournamentNotifyReason": { "$ref": "#/components/schemas/LolClashTournamentNotifyReason" }, "sourceSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "targetSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "notification": { "$ref": "#/components/schemas/LolClashPlayerNotification" }, "keySuffix": { "type": "string" } }, "additionalProperties": false, "required": [ "notifyReason", "rosterNotifyReason", "tournamentNotifyReason", "sourceSummonerId", "targetSummonerId", "notification", "keySuffix" ] }, "LolClashPlayerRewards": { "type": "object", "description": "", "properties": { "seasonVp": { "type": "integer", "format": "int32" }, "themeVp": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashThemeVp" } } }, "additionalProperties": false, "required": [ "seasonVp", "themeVp" ] }, "LolClashPlayerState": { "type": "string", "description": "", "enum": [ "ELIMINATED", "BRACKET_ROSTER", "REGISTERED_ROSTER", "PENDING_ROSTER", "NO_ROSTER" ], "additionalProperties": false }, "LolClashPlayerTournamentData": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolClashPlayerState" }, "rosterId": { "type": "string" }, "bracketId": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "state", "rosterId", "bracketId" ] }, "LolClashPlayerUpdateNotification": { "type": "object", "description": "", "properties": { "player": { "$ref": "#/components/schemas/PlayerDTO" }, "notifyReason": { "$ref": "#/components/schemas/LolClashNotifyReason" } }, "additionalProperties": false, "required": [ "player", "notifyReason" ] }, "LolClashPlaymodeRestrictedInfo": { "type": "object", "description": "", "properties": { "isRestricted": { "type": "boolean" }, "tournamentId": { "type": "integer", "format": "int64" }, "presenceState": { "$ref": "#/components/schemas/LolClashPresenceState" }, "rosterId": { "type": "string" }, "phaseId": { "type": "integer", "format": "int64" }, "readyForVoice": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isRestricted", "tournamentId", "presenceState", "rosterId", "phaseId", "readyForVoice" ] }, "LolClashPresenceState": { "type": "string", "description": "", "enum": [ "SCOUTING", "LOCKED_IN", "NONE" ], "additionalProperties": false }, "LolClashProfileInfo": { "type": "object", "description": "", "properties": { "honorLevel": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "honorLevel" ] }, "LolClashQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "description": { "type": "string" }, "detailedDescription": { "type": "string" }, "type": { "type": "string" }, "gameMode": { "type": "string" }, "category": { "$ref": "#/components/schemas/LolClashQueueGameCategory" }, "gameTypeConfig": { "$ref": "#/components/schemas/LolClashQueueGameTypeConfig" }, "numPlayersPerTeam": { "type": "integer", "format": "int32" }, "minimumParticipantListSize": { "type": "integer", "format": "int32" }, "maximumParticipantListSize": { "type": "integer", "format": "int32" }, "minLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "isRanked": { "type": "boolean" }, "areFreeChampionsAllowed": { "type": "boolean" }, "isTeamBuilderManaged": { "type": "boolean" }, "queueAvailability": { "$ref": "#/components/schemas/LolClashQueueAvailability" }, "queueRewards": { "$ref": "#/components/schemas/LolClashQueueReward" }, "spectatorEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "mapId", "name", "shortName", "description", "detailedDescription", "type", "gameMode", "category", "gameTypeConfig", "numPlayersPerTeam", "minimumParticipantListSize", "maximumParticipantListSize", "minLevel", "isRanked", "areFreeChampionsAllowed", "isTeamBuilderManaged", "queueAvailability", "queueRewards", "spectatorEnabled" ] }, "LolClashQueueAvailability": { "type": "string", "description": "", "enum": [ "DoesntMeetRequirements", "PlatformDisabled", "Available" ], "additionalProperties": false }, "LolClashQueueGameCategory": { "type": "string", "description": "", "enum": [ "Alpha", "VersusAi", "PvP", "Custom", "None" ], "additionalProperties": false }, "LolClashQueueGameTypeConfig": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "maxAllowableBans": { "type": "integer", "format": "int32" }, "allowTrades": { "type": "boolean" }, "exclusivePick": { "type": "boolean" }, "duplicatePick": { "type": "boolean" }, "teamChampionPool": { "type": "boolean" }, "crossTeamChampionPool": { "type": "boolean" }, "advancedLearningQuests": { "type": "boolean" }, "battleBoost": { "type": "boolean" }, "deathMatch": { "type": "boolean" }, "doNotRemove": { "type": "boolean" }, "learningQuests": { "type": "boolean" }, "onboardCoopBeginner": { "type": "boolean" }, "reroll": { "type": "boolean" }, "mainPickTimerDuration": { "type": "integer", "format": "int32" }, "postPickTimerDuration": { "type": "integer", "format": "int32" }, "banTimerDuration": { "type": "integer", "format": "int32" }, "pickMode": { "type": "string" }, "banMode": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "maxAllowableBans", "allowTrades", "exclusivePick", "duplicatePick", "teamChampionPool", "crossTeamChampionPool", "advancedLearningQuests", "battleBoost", "deathMatch", "doNotRemove", "learningQuests", "onboardCoopBeginner", "reroll", "mainPickTimerDuration", "postPickTimerDuration", "banTimerDuration", "pickMode", "banMode" ] }, "LolClashQueueReward": { "type": "object", "description": "", "properties": { "isIpEnabled": { "type": "boolean" }, "isXpEnabled": { "type": "boolean" }, "isChampionPointsEnabled": { "type": "boolean" }, "partySizeIpRewards": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "isIpEnabled", "isXpEnabled", "isChampionPointsEnabled", "partySizeIpRewards" ] }, "LolClashRankedScoutingMember": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "championScoutingData": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashRankedScoutingTopChampion" } } }, "additionalProperties": false, "required": [ "playerId", "championScoutingData" ] }, "LolClashRankedScoutingTopChampion": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "rank": { "type": "integer", "format": "int32" }, "winCount": { "type": "integer", "format": "int32" }, "gameCount": { "type": "integer", "format": "int32" }, "winRate": { "type": "integer", "format": "int32" }, "kda": { "type": "string" }, "kdaClassification": { "$ref": "#/components/schemas/LolClashKdaClassification" } }, "additionalProperties": false, "required": [ "championId", "rank", "winCount", "gameCount", "winRate", "kda", "kdaClassification" ] }, "LolClashReadyCheckInfo": { "type": "object", "description": "", "properties": { "timestampReceived": { "type": "integer", "format": "int64" }, "timestampResponseComplete": { "type": "integer", "format": "int64" }, "timestampLastClashGameflowDodge": { "type": "integer", "format": "int64" }, "queueId": { "type": "integer", "format": "int32" }, "isAcceptSuccessful": { "type": "boolean" }, "acceptError": { "type": "string" }, "readyCheckResource": { "$ref": "#/components/schemas/LolClashMatchmakingReadyCheckResource" } }, "additionalProperties": false, "required": [ "timestampReceived", "timestampResponseComplete", "timestampLastClashGameflowDodge", "queueId", "isAcceptSuccessful", "acceptError", "readyCheckResource" ] }, "LolClashRegisteredRosterNotification": { "type": "object", "description": "", "properties": { "roster": { "$ref": "#/components/schemas/RosterDTO" }, "notifyReason": { "$ref": "#/components/schemas/LolClashRosterNotifyReason" } }, "additionalProperties": false, "required": [ "roster", "notifyReason" ] }, "LolClashRoster": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "invitationId": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "iconId": { "type": "integer", "format": "int32" }, "iconColorId": { "type": "integer", "format": "int32" }, "captainSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "tier": { "type": "integer", "format": "int32" }, "points": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "losses": { "type": "integer", "format": "int32" }, "currentBracketWins": { "type": "integer", "format": "int32" }, "numCompletedPeriods": { "type": "integer", "format": "int32" }, "isEliminated": { "type": "boolean" }, "isRegistered": { "type": "boolean" }, "isActiveInCurrentPhase": { "type": "boolean" }, "isCurrentBracketComplete": { "type": "boolean" }, "highTierVariance": { "type": "boolean" }, "members": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashRosterMember" } }, "availableLogos": { "type": "array", "items": { "$ref": "#/components/schemas/RewardLogo" } }, "suggestedInvites": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashSuggestedInvite" } }, "phaseInfos": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashRosterPhaseInfo" } }, "withdraw": { "$ref": "#/components/schemas/RosterWithdraw" }, "isClashBanned": { "type": "boolean" }, "lft": { "type": "boolean" } }, "additionalProperties": false, "required": [ "tournamentId", "invitationId", "id", "name", "shortName", "iconId", "iconColorId", "captainSummonerId", "tier", "points", "wins", "losses", "currentBracketWins", "numCompletedPeriods", "isEliminated", "isRegistered", "isActiveInCurrentPhase", "isCurrentBracketComplete", "highTierVariance", "members", "availableLogos", "suggestedInvites", "phaseInfos", "isClashBanned", "lft" ] }, "LolClashRosterDetails": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "shortName": { "type": "string" }, "iconId": { "type": "integer", "format": "int32" }, "iconColorId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "name", "shortName", "iconId", "iconColorId" ] }, "LolClashRosterDynamicStateNotification": { "type": "object", "description": "", "properties": { "rosterDynamicState": { "$ref": "#/components/schemas/RosterDynamicStateDTO" }, "notifyReason": { "$ref": "#/components/schemas/LolClashRosterNotifyReason" }, "sourcePlayerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "rosterDynamicState", "notifyReason", "sourcePlayerId" ] }, "LolClashRosterMatchAggregatedStats": { "type": "object", "description": "", "properties": { "round": { "type": "integer", "format": "int32" }, "durationMs": { "type": "integer", "format": "int64" }, "opponentShortName": { "type": "string" }, "opponentIconId": { "type": "integer", "format": "int32" }, "opponentIconColorId": { "type": "integer", "format": "int32" }, "win": { "type": "boolean" }, "loserBracket": { "type": "boolean" }, "gameId": { "type": "integer", "format": "int64" }, "kills": { "type": "integer", "format": "int32" }, "opponentKills": { "type": "integer", "format": "int32" }, "playerChampionIds": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "round", "durationMs", "opponentShortName", "opponentIconId", "opponentIconColorId", "win", "loserBracket", "gameId", "kills", "opponentKills", "playerChampionIds" ] }, "LolClashRosterMember": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "state": { "$ref": "#/components/schemas/LolClashRosterMemberState" }, "currentBuyin": { "type": "integer", "format": "int32" }, "buyinType": { "$ref": "#/components/schemas/TicketType" }, "previousBuyin": { "type": "integer", "format": "int32" }, "incomingOffers": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashTicketOffer" } }, "position": { "$ref": "#/components/schemas/Position" }, "replacedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "tier": { "type": "integer", "format": "int32" }, "inviteType": { "$ref": "#/components/schemas/InviteType" }, "inviterId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId", "state", "currentBuyin", "buyinType", "previousBuyin", "incomingOffers", "position", "replacedSummonerId", "tier", "inviteType", "inviterId" ] }, "LolClashRosterMemberState": { "type": "string", "description": "", "enum": [ "READY", "FORCED_NOT_READY", "NOT_READY", "PENDING", "DECLINED" ], "additionalProperties": false }, "LolClashRosterNotifyReason": { "type": "string", "description": "", "enum": [ "GAME_RESCHEDULED", "GAME_START_FAILED_OPPONENT", "GAME_START_FAILED_SUMMONERS", "GAME_START_FAILED", "GAME_START_RETRY_OPPONENT", "GAME_START_RETRY_SUMMONERS", "GAME_START_RETRY", "TICKET_COULD_NOT_BE_CHARGED", "TICKET_REFUNDED", "TICKET_CHARGED", "BANNED_SMURF_OPPONENT", "BANNED_SMURF_TEAMMATE", "BANNED_SMURF", "CANNOT_FIND_MATCH", "BRACKET_ROSTER_REPLACED", "BRACKET_ROSTER_REMOVED", "TIER_CHANGED", "NO_SHOW_PING", "ROUND_COMPLETE", "WITHDRAW", "VOTE_WITHDRAW_DISMISS", "VOTE_WITHDRAW_UPDATE", "OWNER_TRANSFER", "QUEUE_DODGE", "GAME_END_ERROR", "GAME_STARTED_ERROR", "GAME_STARTED", "GAME_SCHEDULED", "GAME_COMPLETED", "PERIOD_SPLIT", "PERIOD_CANCEL", "PHASE_BACKOUT", "PHASE_CHECKIN", "PHASE_READY", "PHASE_UNREADY", "RESTRICTION_AUTO_WIN", "REGISTERED", "EOG_PLAYER_UPDATE", "CHEATER_DETECT", "CHANGE_POSITION", "BRACKET_READY", "BYE_AUTO_WIN", "ROSTER_REVOKED_TICKET", "ROSTER_DECLINE_TICKET", "ROSTER_ACCEPT_TICKET", "ROSTER_OFFER_TICKET", "ROSTER_SET_TICKET" ], "additionalProperties": false }, "LolClashRosterPeriodAggregatedStats": { "type": "object", "description": "", "properties": { "period": { "type": "integer", "format": "int32" }, "bracketSize": { "type": "integer", "format": "int32" }, "time": { "type": "integer", "format": "int64" }, "matchStats": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashRosterMatchAggregatedStats" } }, "playerBids": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "period", "bracketSize", "time", "matchStats", "playerBids" ] }, "LolClashRosterPhaseInfo": { "type": "object", "description": "", "properties": { "phaseId": { "type": "integer", "format": "int64" }, "period": { "type": "integer", "format": "int32" }, "checkinTime": { "type": "integer", "format": "int64" }, "isBracketComplete": { "type": "boolean" } }, "additionalProperties": false, "required": [ "phaseId", "period", "checkinTime", "isBracketComplete" ] }, "LolClashRosterPlayerAggregatedStats": { "type": "object", "description": "", "properties": { "rawStatsSum": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "rawStatsMax": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "rawStatsSum", "rawStatsMax" ] }, "LolClashRosterPlayerNotification": { "type": "object", "description": "", "properties": { "roster": { "$ref": "#/components/schemas/RosterDTO" }, "notifyReason": { "$ref": "#/components/schemas/LolClashRosterNotifyReason" }, "playerNotificationDTO": { "$ref": "#/components/schemas/PlayerDTO" }, "sourcePlayerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "roster", "notifyReason", "playerNotificationDTO", "sourcePlayerId" ] }, "LolClashRosterStats": { "type": "object", "description": "", "properties": { "rosterId": { "type": "integer", "format": "int64" }, "tournamentThemeId": { "type": "integer", "format": "int32" }, "tournamentNameLocKey": { "type": "string" }, "tournamentNameLocKeySecondary": { "type": "string" }, "startTimeMs": { "type": "integer", "format": "int64" }, "endTimeMs": { "type": "integer", "format": "int64" }, "tournamentPeriods": { "type": "integer", "format": "int32" }, "tier": { "type": "integer", "format": "int32" }, "rosterName": { "type": "string" }, "rosterShortName": { "type": "string" }, "rosterIconId": { "type": "integer", "format": "int32" }, "rosterIconColorId": { "type": "integer", "format": "int32" }, "periodStats": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashRosterPeriodAggregatedStats" } }, "playerStats": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolClashRosterPlayerAggregatedStats" } } }, "additionalProperties": false, "required": [ "rosterId", "tournamentThemeId", "tournamentNameLocKey", "tournamentNameLocKeySecondary", "startTimeMs", "endTimeMs", "tournamentPeriods", "tier", "rosterName", "rosterShortName", "rosterIconId", "rosterIconColorId", "periodStats", "playerStats" ] }, "LolClashRosterWithdrawNotification": { "type": "object", "description": "", "properties": { "version": { "type": "integer", "format": "int32" }, "tournamentId": { "type": "integer", "format": "int64" }, "rosterId": { "type": "integer", "format": "int64" }, "withdraw": { "$ref": "#/components/schemas/RosterWithdraw" }, "notifyReason": { "$ref": "#/components/schemas/LolClashRosterNotifyReason" }, "sourcePlayerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "version", "tournamentId", "rosterId", "withdraw", "notifyReason", "sourcePlayerId" ] }, "LolClashScoutingChampionMastery": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "championLevel": { "type": "integer", "format": "int32" }, "championPoints": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "championId", "championLevel", "championPoints" ] }, "LolClashScoutingChampions": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "totalMasteryScore": { "type": "integer", "format": "uint64", "minimum": 0 }, "topMasteries": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashScoutingChampionMastery" } }, "topSeasonChampions": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashScoutingSeasonChampion" } } }, "additionalProperties": false, "required": [ "playerId", "totalMasteryScore", "topMasteries", "topSeasonChampions" ] }, "LolClashScoutingSeasonChampion": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "winCount": { "type": "integer", "format": "int32" }, "gameCount": { "type": "integer", "format": "int32" }, "winRate": { "type": "integer", "format": "int32" }, "kda": { "type": "string" }, "kdaClassification": { "$ref": "#/components/schemas/LolClashKdaClassification" } }, "additionalProperties": false, "required": [ "championId", "winCount", "gameCount", "winRate", "kda", "kdaClassification" ] }, "LolClashSetPositionRequest": { "type": "object", "description": "", "properties": { "position": { "$ref": "#/components/schemas/Position" } }, "additionalProperties": false, "required": [ "position" ] }, "LolClashSetTicketRequest": { "type": "object", "description": "", "properties": { "ticketAmount": { "type": "integer", "format": "int32" }, "ticketType": { "$ref": "#/components/schemas/TicketType" } }, "additionalProperties": false, "required": [ "ticketAmount", "ticketType" ] }, "LolClashSettingCategory": { "type": "object", "description": "", "properties": { "schemaVersion": { "type": "integer", "format": "int32" }, "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "schemaVersion", "data" ] }, "LolClashSimpleStateFlag": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "status": { "$ref": "#/components/schemas/LolClashSimpleStateStatus" } }, "additionalProperties": false, "required": [ "id", "status" ] }, "LolClashSimpleStateStatus": { "type": "string", "description": "", "enum": [ "ACKNOWLEDGED", "UNACKNOWLEDGED" ], "additionalProperties": false }, "LolClashSuggestedInvite": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "suggesterSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId", "suggesterSummonerId" ] }, "LolClashSuggestionInvite": { "type": "object", "description": "", "properties": { "inviterId": { "type": "integer", "format": "uint64", "minimum": 0 }, "inviteePlayers": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "inviterId", "inviteePlayers" ] }, "LolClashSuggestionInvitee": { "type": "object", "description": "", "properties": { "captainId": { "type": "integer", "format": "uint64", "minimum": 0 }, "inviteeId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "captainId", "inviteeId" ] }, "LolClashTeamOpenState": { "type": "object", "description": "", "properties": { "invitationId": { "type": "string" }, "captainId": { "type": "integer", "format": "int64" }, "openTeam": { "type": "boolean" } }, "additionalProperties": false, "required": [ "invitationId", "captainId", "openTeam" ] }, "LolClashThemeVp": { "type": "object", "description": "", "properties": { "themeId": { "type": "integer", "format": "int32" }, "vp": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "themeId", "vp" ] }, "LolClashThirdPartyApiPlayer": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "role": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "role" ] }, "LolClashThirdPartyApiRoster": { "type": "object", "description": "", "properties": { "captain": { "$ref": "#/components/schemas/LolClashThirdPartyApiPlayer" }, "members": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashThirdPartyApiPlayer" } } }, "additionalProperties": false, "required": [ "captain", "members" ] }, "LolClashTicketOffer": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "amount": { "type": "integer", "format": "int32" }, "ticketType": { "$ref": "#/components/schemas/TicketType" }, "isAccepted": { "type": "boolean" } }, "additionalProperties": false, "required": [ "summonerId", "amount", "ticketType", "isAccepted" ] }, "LolClashTournament": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "themeId": { "type": "integer", "format": "int32" }, "nameLocKey": { "type": "string" }, "nameLocKeySecondary": { "type": "string" }, "buyInOptions": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "buyInOptionsPremium": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "entryFee": { "type": "integer", "format": "int32" }, "rosterSize": { "type": "integer", "format": "int32" }, "allowRosterCreation": { "type": "boolean" }, "rosterCreateDeadline": { "type": "integer", "format": "int64" }, "scoutingDurationMs": { "type": "integer", "format": "int64" }, "startTimeMs": { "type": "integer", "format": "int64" }, "endTimeMs": { "type": "integer", "format": "int64" }, "lastThemeOfSeason": { "type": "boolean" }, "bracketSize": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" }, "isSmsRestrictionEnabled": { "type": "boolean" }, "isHonorRestrictionEnabled": { "type": "boolean" }, "isRankedRestrictionEnabled": { "type": "boolean" }, "phases": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashTournamentPhase" } }, "rewardConfig": { "type": "array", "items": { "$ref": "#/components/schemas/ClashRewardConfigClient" } }, "tierConfigs": { "type": "array", "items": { "$ref": "#/components/schemas/TierConfig" } }, "bracketFormationInitDelayMs": { "type": "integer", "format": "int64" }, "bracketFormationIntervalMs": { "type": "integer", "format": "int64" }, "status": { "$ref": "#/components/schemas/TournamentStatusEnum" }, "resumeTime": { "type": "integer", "format": "int64" }, "lft": { "type": "boolean" }, "maxInvites": { "type": "integer", "format": "int32" }, "maxSuggestionsPerPlayer": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "themeId", "nameLocKey", "nameLocKeySecondary", "buyInOptions", "buyInOptionsPremium", "entryFee", "rosterSize", "allowRosterCreation", "rosterCreateDeadline", "scoutingDurationMs", "startTimeMs", "endTimeMs", "lastThemeOfSeason", "bracketSize", "queueId", "isSmsRestrictionEnabled", "isHonorRestrictionEnabled", "isRankedRestrictionEnabled", "phases", "rewardConfig", "tierConfigs", "bracketFormationInitDelayMs", "bracketFormationIntervalMs", "status", "resumeTime", "lft", "maxInvites", "maxSuggestionsPerPlayer" ] }, "LolClashTournamentGameEnd": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "tournamentNameLocKey": { "type": "string" }, "tournamentNameLocKeySecondary": { "type": "string" }, "bracketId": { "type": "integer", "format": "int64" }, "oldBracket": { "$ref": "#/components/schemas/LolClashBracket" } }, "additionalProperties": false, "required": [ "tournamentId", "tournamentNameLocKey", "tournamentNameLocKeySecondary", "bracketId" ] }, "LolClashTournamentHistoryAndWinners": { "type": "object", "description": "", "properties": { "tournamentHistory": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashTournament" } }, "tournamentWinners": { "$ref": "#/components/schemas/LolClashTournamentWinnerHistory" } }, "additionalProperties": false, "required": [ "tournamentHistory", "tournamentWinners" ] }, "LolClashTournamentNotifyReason": { "type": "string", "description": "", "enum": [ "UPDATE_STATUS", "REVERT_PHASE", "UPDATE_PHASE", "ADD_PHASE", "CANCEL_PERIOD", "CANCEL_TOURNAMENT", "UPDATE_TOURNAMENT", "NEW_TOURNAMENT" ], "additionalProperties": false }, "LolClashTournamentPhase": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "tournamentId": { "type": "integer", "format": "int64" }, "period": { "type": "integer", "format": "int32" }, "lockinStartTime": { "type": "integer", "format": "int64" }, "scoutingStartTime": { "type": "integer", "format": "int64" }, "cancelled": { "type": "boolean" }, "limitTiers": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "capacityStatus": { "$ref": "#/components/schemas/CapacityEnum" } }, "additionalProperties": false, "required": [ "id", "tournamentId", "period", "lockinStartTime", "scoutingStartTime", "cancelled", "limitTiers", "capacityStatus" ] }, "LolClashTournamentPhaseProgressNotificationDTO": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "phaseId": { "type": "integer", "format": "int64" }, "capacityStatus": { "$ref": "#/components/schemas/CapacityEnum" } }, "additionalProperties": false, "required": [ "tournamentId", "phaseId", "capacityStatus" ] }, "LolClashTournamentState": { "type": "string", "description": "", "enum": [ "RESULTS", "IN_GAME", "SCOUTING", "LOCK_IN", "IDLE", "UPCOMING" ], "additionalProperties": false }, "LolClashTournamentStateInfo": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "state": { "$ref": "#/components/schemas/LolClashTournamentState" }, "currentPhaseId": { "type": "integer", "format": "int64" }, "nextPhaseId": { "type": "integer", "format": "int64" }, "nextStateChangeTime": { "type": "integer", "format": "int64" }, "numRemainingPeriods": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "tournamentId", "state", "currentPhaseId", "nextPhaseId", "nextStateChangeTime", "numRemainingPeriods" ] }, "LolClashTournamentSummary": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolClashTournamentState" }, "tournamentId": { "type": "integer", "format": "int64" }, "rosterId": { "type": "string" }, "bracketId": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "state", "tournamentId", "rosterId", "bracketId" ] }, "LolClashTournamentUpdatedNotification": { "type": "object", "description": "", "properties": { "missingPlayerIds": { "type": "array", "items": { "type": "integer", "format": "int64" } }, "currentRetry": { "type": "integer", "format": "int32" }, "maxRetry": { "type": "integer", "format": "int32" }, "retrySeconds": { "type": "integer", "format": "int64" }, "notifyReason": { "$ref": "#/components/schemas/LolClashRosterNotifyReason" } }, "additionalProperties": false, "required": [ "missingPlayerIds", "currentRetry", "maxRetry", "retrySeconds", "notifyReason" ] }, "LolClashTournamentUpdatedNotificationDTO": { "type": "object", "description": "", "properties": { "reason": { "$ref": "#/components/schemas/LolClashTournamentNotifyReason" }, "tournamentId": { "type": "integer", "format": "int64" }, "tournament": { "$ref": "#/components/schemas/TournamentDTO" }, "relevantPhaseId": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "reason", "tournamentId" ] }, "LolClashTournamentWinnerHistory": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "winners": { "type": "array", "items": { "$ref": "#/components/schemas/LolClashTournamentWinnerInfo" } } }, "additionalProperties": false, "required": [ "tournamentId", "winners" ] }, "LolClashTournamentWinnerInfo": { "type": "object", "description": "", "properties": { "rosterId": { "type": "integer", "format": "int64" }, "tier": { "type": "integer", "format": "int32" }, "shortName": { "type": "string" }, "name": { "type": "string" }, "logo": { "type": "integer", "format": "int32" }, "logoColor": { "type": "integer", "format": "int32" }, "createTime": { "type": "integer", "format": "int64" }, "averageWinDuration": { "type": "integer", "format": "int64" }, "playerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "rosterId", "tier", "shortName", "name", "logo", "logoColor", "createTime", "averageWinDuration", "playerIds" ] }, "LolClashUserResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "lol": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "summonerId", "lol" ] }, "LolCollectionsAccountIdAndSummonerId": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId" ] }, "LolCollectionsChampionMastery": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "championLevel": { "type": "integer", "format": "int32" }, "championPoints": { "type": "integer", "format": "int32" }, "lastPlayTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "championPointsSinceLastLevel": { "type": "integer", "format": "int32" }, "championPointsUntilNextLevel": { "type": "integer", "format": "int32" }, "markRequiredForNextLevel": { "type": "integer", "format": "int32" }, "tokensEarned": { "type": "integer", "format": "int32" }, "championSeasonMilestone": { "type": "integer", "format": "int32" }, "milestoneGrades": { "type": "array", "items": { "type": "string" } }, "nextSeasonMilestone": { "$ref": "#/components/schemas/LolCollectionsSeasonMilestoneRequireAndRewards" }, "highestGrade": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "championId", "championLevel", "championPoints", "lastPlayTime", "championPointsSinceLastLevel", "championPointsUntilNextLevel", "markRequiredForNextLevel", "tokensEarned", "championSeasonMilestone", "milestoneGrades", "nextSeasonMilestone", "highestGrade" ] }, "LolCollectionsCollectionsOwnership": { "type": "object", "description": "", "properties": { "loyaltyReward": { "type": "boolean" }, "xboxGPReward": { "type": "boolean" }, "owned": { "type": "boolean" }, "rental": { "$ref": "#/components/schemas/LolCollectionsCollectionsRental" } }, "additionalProperties": false, "required": [ "loyaltyReward", "xboxGPReward", "owned", "rental" ] }, "LolCollectionsCollectionsRental": { "type": "object", "description": "", "properties": { "endDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "purchaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "winCountRemaining": { "type": "integer", "format": "int32" }, "rented": { "type": "boolean" } }, "additionalProperties": false, "required": [ "endDate", "purchaseDate", "winCountRemaining", "rented" ] }, "LolCollectionsCollectionsSummonerBackdrop": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "profileIconId": { "type": "integer", "format": "int32" }, "championId": { "type": "integer", "format": "int32" }, "backdropType": { "$ref": "#/components/schemas/LolCollectionsCollectionsSummonerBackdropType" }, "backdropImage": { "type": "string" }, "backdropAugments": { "type": "array", "items": { "$ref": "#/components/schemas/LolCollectionsCollectionsSummonerBackdropAugments" } }, "backdropVideo": { "type": "string" }, "backdropMaskColor": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "accountId", "profileIconId", "championId", "backdropType", "backdropImage", "backdropAugments", "backdropVideo", "backdropMaskColor", "puuid" ] }, "LolCollectionsCollectionsSummonerBackdropAugments": { "type": "object", "description": "", "properties": { "centeredLCOverlayPath": { "type": "string" }, "socialCardLCOverlayPath": { "type": "string" } }, "additionalProperties": false, "required": [ "centeredLCOverlayPath", "socialCardLCOverlayPath" ] }, "LolCollectionsCollectionsSummonerBackdropType": { "type": "string", "description": "", "enum": [ "specified-skin", "highest-mastery", "summoner-icon", "default" ], "additionalProperties": false }, "LolCollectionsCollectionsSummonerSpells": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "spells": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "summonerId", "spells" ] }, "LolCollectionsCollectionsWardSkin": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "description": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolCollectionsCollectionsOwnership" }, "wardImagePath": { "type": "string" }, "wardShadowImagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "description", "ownership", "wardImagePath", "wardShadowImagePath" ] }, "LolCollectionsCollectionsWardSkinList": { "type": "object", "description": "", "properties": { "wardSkinList": { "type": "array", "items": { "type": "integer", "format": "int64" } } }, "additionalProperties": false, "required": [ "wardSkinList" ] }, "LolCollectionsGameDataChampionMasteries": { "type": "object", "description": "", "properties": { "tree": { "$ref": "#/components/schemas/LolCollectionsGameDataChampionMasteryTree" } }, "additionalProperties": false, "required": [ "tree" ] }, "LolCollectionsGameDataChampionMasteryGroup": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint32", "minimum": 0 }, "rows": { "type": "array", "items": { "$ref": "#/components/schemas/LolCollectionsGameDataChampionMasteryRow" } } }, "additionalProperties": false, "required": [ "id", "rows" ] }, "LolCollectionsGameDataChampionMasteryRow": { "type": "object", "description": "", "properties": { "masteries": { "type": "array", "items": { "type": "integer", "format": "uint32", "minimum": 0 } } }, "additionalProperties": false, "required": [ "masteries" ] }, "LolCollectionsGameDataChampionMasteryTree": { "type": "object", "description": "", "properties": { "groups": { "type": "array", "items": { "$ref": "#/components/schemas/LolCollectionsGameDataChampionMasteryGroup" } } }, "additionalProperties": false, "required": [ "groups" ] }, "LolCollectionsGameDataChampionQuestSkin": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "splashPath": { "type": "string" }, "splashVideoPath": { "type": "string" }, "skinAugments": { "$ref": "#/components/schemas/LolCollectionsGameDataChampionSkinAugments" } }, "additionalProperties": false, "required": [ "id", "name", "splashPath", "splashVideoPath", "skinAugments" ] }, "LolCollectionsGameDataChampionSkin": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "isBase": { "type": "boolean" }, "name": { "type": "string" }, "questSkinInfo": { "$ref": "#/components/schemas/LolCollectionsGameDataQuestSkinInfo" }, "splashPath": { "type": "string" }, "splashVideoPath": { "type": "string" }, "skinAugments": { "$ref": "#/components/schemas/LolCollectionsGameDataChampionSkinAugments" } }, "additionalProperties": false, "required": [ "id", "isBase", "name", "questSkinInfo", "splashPath", "skinAugments" ] }, "LolCollectionsGameDataChampionSkinAugment": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "overlays": { "type": "array", "items": { "$ref": "#/components/schemas/LolCollectionsGameDataChampionSkinAugmentOverlays" } } }, "additionalProperties": false, "required": [ "contentId", "overlays" ] }, "LolCollectionsGameDataChampionSkinAugmentOverlays": { "type": "object", "description": "", "properties": { "centeredLCOverlayPath": { "type": "string" }, "socialCardLCOverlayPath": { "type": "string" }, "tileLCOverlayPath": { "type": "string" }, "uncenteredLCOverlayPath": { "type": "string" } }, "additionalProperties": false, "required": [ "centeredLCOverlayPath", "socialCardLCOverlayPath", "tileLCOverlayPath", "uncenteredLCOverlayPath" ] }, "LolCollectionsGameDataChampionSkinAugments": { "type": "object", "description": "", "properties": { "augments": { "type": "array", "items": { "$ref": "#/components/schemas/LolCollectionsGameDataChampionSkinAugment" } } }, "additionalProperties": false, "required": [ "augments" ] }, "LolCollectionsGameDataChampionSummary": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id" ] }, "LolCollectionsGameDataQuestSkinInfo": { "type": "object", "description": "", "properties": { "tiers": { "type": "array", "items": { "$ref": "#/components/schemas/LolCollectionsGameDataChampionQuestSkin" } } }, "additionalProperties": false, "required": [ "tiers" ] }, "LolCollectionsGameDataSplashMetadata": { "type": "object", "description": "", "properties": { "CalculatedColor": { "type": "string" }, "OverrideColor": { "type": "string" } }, "additionalProperties": false, "required": [ "CalculatedColor", "OverrideColor" ] }, "LolCollectionsInventoryItem": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownershipType": { "$ref": "#/components/schemas/LolCollectionsItemOwnershipType" } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "ownershipType" ] }, "LolCollectionsInventoryItemDTO": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "expirationDate": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownedQuantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "usedInGameDate": { "type": "string" }, "entitlementId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "instanceId": { "type": "string" }, "instanceTypeId": { "type": "string" }, "payload": { "type": "object", "additionalProperties": true }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "lsb": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "expirationDate", "purchaseDate", "quantity", "ownedQuantity", "usedInGameDate", "entitlementId", "entitlementTypeId", "instanceId", "instanceTypeId", "payload", "f2p", "rental", "loyalty", "lsb", "wins" ] }, "LolCollectionsInventoryItemWithPayload": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownershipType": { "$ref": "#/components/schemas/LolCollectionsItemOwnershipType" }, "payload": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "ownershipType", "payload" ] }, "LolCollectionsItemOwnershipType": { "type": "string", "description": "", "enum": [ "F2P", "LOYALTY", "RENTED", "OWNED" ], "additionalProperties": false }, "LolCollectionsLcdsDynamicClientConfig": { "type": "object", "description": "", "properties": { "DisabledChampions": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "DisabledChampions" ] }, "LolCollectionsLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolCollectionsLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "summonerId", "puuid", "connected" ] }, "LolCollectionsLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolCollectionsNumberFormattingBehavior": { "type": "object", "description": "", "properties": { "digitsForThousandsSeperator": { "type": "integer", "format": "uint32", "minimum": 0 }, "trimTrailingZerosAfterDecimal": { "type": "boolean" }, "westernNumberGrouping": { "type": "boolean" } }, "additionalProperties": false, "required": [ "digitsForThousandsSeperator", "trimTrailingZerosAfterDecimal", "westernNumberGrouping" ] }, "LolCollectionsNumberFormattingData": { "type": "object", "description": "", "properties": { "decimalSeperator": { "type": "string" }, "thousandSeperator": { "type": "string" }, "thousandAbbreviation": { "type": "string" }, "tenThousandAbbreviation": { "type": "string" }, "millionAbbreviation": { "type": "string" }, "oneHundredMillionAbbreviation": { "type": "string" }, "billionAbbreviation": { "type": "string" }, "trillionAbbreviation": { "type": "string" }, "secondAbbreviation": { "type": "string" }, "minuteAbbreviation": { "type": "string" }, "hourAbbreviation": { "type": "string" }, "metersAbbreviation": { "type": "string" }, "kilometersAbbreviation": { "type": "string" }, "percentageFormat": { "type": "string" }, "numberFormattingBehavior": { "$ref": "#/components/schemas/LolCollectionsNumberFormattingBehavior" } }, "additionalProperties": false, "required": [ "decimalSeperator", "thousandSeperator", "thousandAbbreviation", "tenThousandAbbreviation", "millionAbbreviation", "oneHundredMillionAbbreviation", "billionAbbreviation", "trillionAbbreviation", "secondAbbreviation", "minuteAbbreviation", "hourAbbreviation", "metersAbbreviation", "kilometersAbbreviation", "percentageFormat", "numberFormattingBehavior" ] }, "LolCollectionsPlayerNotification": { "type": "object", "description": "", "properties": { "backgroundUrl": { "type": "string" }, "critical": { "type": "boolean" }, "data": { "type": "object", "additionalProperties": { "type": "string" } }, "detailKey": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "backgroundUrl", "critical", "data", "detailKey", "iconUrl", "id", "source", "state", "titleKey", "type" ] }, "LolCollectionsRewardConfigurationEntry": { "type": "object", "description": "", "properties": { "rewardValue": { "type": "string" }, "maximumReward": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "rewardValue", "maximumReward" ] }, "LolCollectionsSeasonMilestoneRequireAndRewards": { "type": "object", "description": "", "properties": { "requireGradeCounts": { "type": "object", "additionalProperties": { "type": "integer", "format": "int16" } }, "rewardMarks": { "type": "integer", "format": "uint16", "minimum": 0 }, "bonus": { "type": "boolean" }, "rewardConfig": { "$ref": "#/components/schemas/LolCollectionsRewardConfigurationEntry" } }, "additionalProperties": false, "required": [ "requireGradeCounts", "rewardMarks", "bonus", "rewardConfig" ] }, "LolCollectionsSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "profileIconId": { "type": "integer", "format": "int32" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "accountId", "summonerLevel", "profileIconId", "puuid" ] }, "LolCollectionsSummonerProfile": { "type": "object", "description": "", "properties": { "backgroundSkinId": { "type": "integer", "format": "int32" }, "backgroundSkinAugments": { "type": "string" } }, "additionalProperties": false }, "LolCollectionsSummonerProfileUpdate": { "type": "object", "description": "", "properties": { "key": { "type": "string" }, "value": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "key", "value" ] }, "LolCollectionsTopChampionMasteries": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "score": { "type": "integer", "format": "uint64", "minimum": 0 }, "masteries": { "type": "array", "items": { "$ref": "#/components/schemas/LolCollectionsChampionMastery" } } }, "additionalProperties": false, "required": [ "puuid", "summonerId", "score", "masteries" ] }, "LolContentTargetingAccountIdAndSummonerId": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId" ] }, "LolContentTargetingContentTargetingFilterResponse": { "type": "object", "description": "", "properties": { "filters": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "filters" ] }, "LolContentTargetingContentTargetingLocaleResponse": { "type": "object", "description": "", "properties": { "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "locale" ] }, "LolContentTargetingDataModelResponse": { "type": "object", "description": "", "properties": { "responseCode": { "type": "integer", "format": "int64" }, "modelData": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "responseCode", "modelData" ] }, "LolContentTargetingGameflowGameData": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "queue": { "$ref": "#/components/schemas/LolContentTargetingQueue" } }, "additionalProperties": false, "required": [ "gameId", "queue" ] }, "LolContentTargetingGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolContentTargetingGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolContentTargetingGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolContentTargetingGameflowGameData" } }, "additionalProperties": false, "required": [ "phase", "gameData" ] }, "LolContentTargetingGeoInfo": { "type": "object", "description": "", "properties": { "country": { "type": "string" }, "city": { "type": "string" }, "region": { "type": "string" } }, "additionalProperties": false, "required": [ "country", "city", "region" ] }, "LolContentTargetingGeoInfoResponse": { "type": "object", "description": "", "properties": { "success": { "type": "boolean" }, "geoInfo": { "$ref": "#/components/schemas/LolContentTargetingGeoInfo" }, "errorMessage": { "type": "string" }, "isLatest": { "type": "boolean" }, "isInitialized": { "type": "boolean" } }, "additionalProperties": false, "required": [ "success", "geoInfo", "errorMessage", "isLatest", "isInitialized" ] }, "LolContentTargetingLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolContentTargetingLoginSessionState" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "idToken": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "puuid", "idToken" ] }, "LolContentTargetingLoginSessionState": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolContentTargetingMission": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "status": { "type": "string" }, "completedDate": { "type": "integer", "format": "int64" }, "internalName": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "status", "completedDate", "internalName" ] }, "LolContentTargetingPlatformConfig": { "type": "object", "description": "", "properties": { "Enabled": { "type": "boolean" }, "Mapping": { "type": "string" }, "LevelFilterEnabled": { "type": "boolean" }, "RankedFilterEnabled": { "type": "boolean" }, "LocationFiltersEnabled": { "type": "boolean" }, "RankFilterEnabled": { "type": "boolean" }, "ABTestFilterEnabled": { "type": "boolean" }, "ABTestFilterGroups": { "type": "integer", "format": "uint64", "minimum": 0 }, "ABTestFilterSalt": { "type": "integer", "format": "uint64", "minimum": 0 }, "EntitlementsFilterEnabled": { "type": "boolean" }, "MasteryFilterEnabled": { "type": "boolean" }, "MasteryFilterLevelThreshold": { "type": "integer", "format": "uint32", "minimum": 0 }, "MasteryFilterDaysSinceLastPlayed": { "type": "integer", "format": "uint32", "minimum": 0 }, "MasteryFilterChampionLimit": { "type": "integer", "format": "uint32", "minimum": 0 }, "MainFilterEnabled": { "type": "boolean" }, "EntitlementsPrefix": { "type": "string" }, "TargetingAttributeStorageEnabled": { "type": "boolean" }, "TargetingAttributeStorageBaseUri": { "type": "string" }, "MissionsFilterEnabled": { "type": "boolean" }, "SummonerIconFilterEnabled": { "type": "boolean" }, "AsynchronousEventHandlerSetupDelayInSeconds": { "type": "integer", "format": "uint32", "minimum": 0 }, "TasIngestionDelayInSeconds": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "Enabled", "Mapping", "LevelFilterEnabled", "RankedFilterEnabled", "LocationFiltersEnabled", "RankFilterEnabled", "ABTestFilterEnabled", "ABTestFilterGroups", "ABTestFilterSalt", "EntitlementsFilterEnabled", "MasteryFilterEnabled", "MasteryFilterLevelThreshold", "MasteryFilterDaysSinceLastPlayed", "MasteryFilterChampionLimit", "MainFilterEnabled", "EntitlementsPrefix", "TargetingAttributeStorageEnabled", "TargetingAttributeStorageBaseUri", "MissionsFilterEnabled", "SummonerIconFilterEnabled", "AsynchronousEventHandlerSetupDelayInSeconds", "TasIngestionDelayInSeconds" ] }, "LolContentTargetingQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "gameMode": { "type": "string" }, "category": { "$ref": "#/components/schemas/LolContentTargetingQueueGameCategory" } }, "additionalProperties": false, "required": [ "id", "mapId", "gameMode", "category" ] }, "LolContentTargetingQueueGameCategory": { "type": "string", "description": "", "enum": [ "Alpha", "VersusAi", "PvP", "Custom", "None" ], "additionalProperties": false }, "LolContentTargetingRankedDivision": { "type": "string", "description": "", "enum": [ "V", "IV", "III", "II", "I", "NA" ], "additionalProperties": false }, "LolContentTargetingRankedQueue": { "type": "string", "description": "", "enum": [ "RANKED_TFT_DOUBLE_UP", "RANKED_TFT_PAIRS", "RANKED_TFT_TURBO", "RANKED_TFT", "RANKED_FLEX_TT", "RANKED_FLEX_SR", "RANKED_SOLO_5x5", "NONE" ], "additionalProperties": false }, "LolContentTargetingRankedQueueStats": { "type": "object", "description": "", "properties": { "queueType": { "$ref": "#/components/schemas/LolContentTargetingRankedQueue" }, "tier": { "type": "string" }, "division": { "$ref": "#/components/schemas/LolContentTargetingRankedDivision" }, "isProvisional": { "type": "boolean" } }, "additionalProperties": false, "required": [ "queueType", "tier", "division", "isProvisional" ] }, "LolContentTargetingRankedStats": { "type": "object", "description": "", "properties": { "queues": { "type": "array", "items": { "$ref": "#/components/schemas/LolContentTargetingRankedQueueStats" } }, "highestRankedEntry": { "$ref": "#/components/schemas/LolContentTargetingRankedQueueStats" } }, "additionalProperties": false, "required": [ "queues" ] }, "LolContentTargetingRegionLocale": { "type": "object", "description": "", "properties": { "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "locale" ] }, "LolContentTargetingSettingsResource": { "type": "object", "description": "", "properties": { "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "data" ] }, "LolContentTargetingSummoner": { "type": "object", "description": "", "properties": { "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "profileIconId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "summonerLevel", "profileIconId" ] }, "LolContentTargetingTargetingAttributes": { "type": "object", "description": "", "properties": { "result": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "result" ] }, "LolContentTargetingToken": { "type": "object", "description": "", "properties": { "entitlements": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "entitlements" ] }, "LolCosmeticsAccountSettingsCategoryDataResource": { "type": "object", "description": "", "properties": { "typeToLastOpenedDate": { "type": "object", "additionalProperties": { "type": "integer", "format": "int64" } } }, "additionalProperties": false, "required": [ "typeToLastOpenedDate" ] }, "LolCosmeticsCapOffer": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "typeId": { "type": "string" }, "label": { "type": "string" }, "productId": { "type": "string" }, "merchantId": { "type": "string" }, "payload": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "active": { "type": "boolean" }, "startDate": { "type": "string" }, "createdDate": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "typeId", "label", "productId", "merchantId", "payload", "active", "startDate", "createdDate" ] }, "LolCosmeticsCompanionsFavoritesViewModel": { "type": "object", "description": "", "properties": { "favoriteItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsCompanionViewModel" } } }, "additionalProperties": false, "required": [ "favoriteItems" ] }, "LolCosmeticsCompanionsGroupViewModel": { "type": "object", "description": "", "properties": { "groupName": { "type": "string" }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "numOwned": { "type": "integer", "format": "uint32", "minimum": 0 }, "numAvailable": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "integer", "format": "int64" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsCompanionViewModel" } } }, "additionalProperties": false, "required": [ "groupName", "groupId", "numOwned", "numAvailable", "purchaseDate", "items" ] }, "LolCosmeticsCompanionsGroupedViewModel": { "type": "object", "description": "", "properties": { "selectedLoadoutItem": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsCompanionViewModel" }, "defaultItemId": { "type": "integer", "format": "int32" }, "groups": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCompanionsGroupViewModel" } } }, "additionalProperties": false, "required": [ "selectedLoadoutItem", "defaultItemId", "groups" ] }, "LolCosmeticsCosmeticSettingsResource": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolCosmeticsAccountSettingsCategoryDataResource" }, "schemaVersion": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "schemaVersion" ] }, "LolCosmeticsCosmeticsCompanion": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "owned": { "type": "boolean" }, "selected": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "f2p": { "type": "boolean" }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "string" }, "species": { "type": "string" }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "color": { "type": "string" }, "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "upgrades": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "loadoutsIcon", "owned", "selected", "loyalty", "f2p", "rarityValue", "purchaseDate", "species", "groupId", "color", "level", "upgrades" ] }, "LolCosmeticsCosmeticsCompanionViewModel": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "owned": { "type": "boolean" }, "selected": { "type": "boolean" }, "favorited": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "f2p": { "type": "boolean" }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "string" }, "isRecentItem": { "type": "boolean" }, "species": { "type": "string" }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "color": { "type": "string" }, "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "upgrades": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsCompanionViewModel" } }, "offerData": { "$ref": "#/components/schemas/LolCosmeticsCapOffer" }, "starShardsPrice": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsOfferPrice" } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "loadoutsIcon", "owned", "selected", "favorited", "loyalty", "f2p", "rarityValue", "purchaseDate", "isRecentItem", "species", "groupId", "color", "level", "upgrades", "starShardsPrice" ] }, "LolCosmeticsCosmeticsOfferPrice": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" }, "price": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "offerId", "price" ] }, "LolCosmeticsCosmeticsSettings": { "type": "object", "description": "", "properties": { "favorites": { "$ref": "#/components/schemas/LolCosmeticsFavoriteCosmetics" } }, "additionalProperties": false, "required": [ "favorites" ] }, "LolCosmeticsCosmeticsTFTDamageSkin": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "owned": { "type": "boolean" }, "selected": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "f2p": { "type": "boolean" }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "string" }, "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupName": { "type": "string" }, "upgrades": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "loadoutsIcon", "owned", "selected", "loyalty", "f2p", "rarityValue", "purchaseDate", "level", "groupId", "groupName", "upgrades" ] }, "LolCosmeticsCosmeticsTFTDamageSkinViewModel": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "owned": { "type": "boolean" }, "selected": { "type": "boolean" }, "favorited": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "f2p": { "type": "boolean" }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "string" }, "isRecentItem": { "type": "boolean" }, "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupName": { "type": "string" }, "upgrades": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTDamageSkinViewModel" } } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "loadoutsIcon", "owned", "selected", "favorited", "loyalty", "f2p", "rarityValue", "purchaseDate", "isRecentItem", "level", "groupId", "groupName", "upgrades" ] }, "LolCosmeticsCosmeticsTFTMapSkin": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "owned": { "type": "boolean" }, "selected": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "f2p": { "type": "boolean" }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "string" }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupName": { "type": "string" } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "loadoutsIcon", "owned", "selected", "loyalty", "f2p", "rarityValue", "purchaseDate", "groupId", "groupName" ] }, "LolCosmeticsCosmeticsTFTMapSkinViewModel": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "owned": { "type": "boolean" }, "selected": { "type": "boolean" }, "favorited": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "f2p": { "type": "boolean" }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "string" }, "isRecentItem": { "type": "boolean" }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupName": { "type": "string" } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "loadoutsIcon", "owned", "selected", "favorited", "loyalty", "f2p", "rarityValue", "purchaseDate", "isRecentItem", "groupId", "groupName" ] }, "LolCosmeticsCosmeticsTFTPlaybook": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "owned": { "type": "boolean" }, "selected": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "f2p": { "type": "boolean" }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "string" }, "iconPath": { "type": "string" }, "iconPathSmall": { "type": "string" }, "splashPath": { "type": "string" }, "earlyAugments": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTPlaybookAugment" } }, "midAugments": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTPlaybookAugment" } }, "lateAugments": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTPlaybookAugment" } }, "isDisabledInDoubleUp": { "type": "boolean" } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "loadoutsIcon", "owned", "selected", "loyalty", "f2p", "rarityValue", "purchaseDate", "iconPath", "iconPathSmall", "splashPath", "earlyAugments", "midAugments", "lateAugments", "isDisabledInDoubleUp" ] }, "LolCosmeticsCosmeticsTFTPlaybookAugment": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "iconPath": { "type": "string" }, "effectAmounts": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTPlaybookAugmentEffectAmount" } } }, "additionalProperties": false, "required": [ "name", "description", "iconPath", "effectAmounts" ] }, "LolCosmeticsCosmeticsTFTPlaybookAugmentEffectAmount": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "value": { "type": "number", "format": "float" }, "formatString": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "value", "formatString" ] }, "LolCosmeticsCosmeticsTFTPlaybookViewModel": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "owned": { "type": "boolean" }, "selected": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "f2p": { "type": "boolean" }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "string" }, "isRecentItem": { "type": "boolean" }, "iconPath": { "type": "string" }, "iconPathSmall": { "type": "string" }, "splashPath": { "type": "string" }, "earlyAugments": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTPlaybookAugment" } }, "midAugments": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTPlaybookAugment" } }, "lateAugments": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTPlaybookAugment" } }, "isDisabledInDoubleUp": { "type": "boolean" } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "loadoutsIcon", "owned", "selected", "loyalty", "f2p", "rarityValue", "purchaseDate", "isRecentItem", "iconPath", "iconPathSmall", "splashPath", "earlyAugments", "midAugments", "lateAugments", "isDisabledInDoubleUp" ] }, "LolCosmeticsFavoriteCosmetics": { "type": "object", "description": "", "properties": { "companions": { "type": "array", "items": { "type": "string" } }, "tft_map_skins": { "type": "array", "items": { "type": "string" } }, "tft_damage_skins": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "companions", "tft_map_skins", "tft_damage_skins" ] }, "LolCosmeticsGameDataCompanion": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "description": { "type": "string" }, "speciesName": { "type": "string" }, "speciesId": { "type": "integer", "format": "uint32", "minimum": 0 }, "colorName": { "type": "string" }, "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 }, "upgrades": { "type": "array", "items": { "type": "string" } }, "TFTOnly": { "type": "boolean" } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "loadoutsIcon", "description", "speciesName", "speciesId", "colorName", "level", "rarityValue", "upgrades", "TFTOnly" ] }, "LolCosmeticsGameDataTFTCosmeticsDefaults": { "type": "object", "description": "", "properties": { "playbook": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "playbook" ] }, "LolCosmeticsGameDataTFTDamageSkin": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupName": { "type": "string" }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 }, "level": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "loadoutsIcon", "groupId", "groupName", "rarityValue", "level" ] }, "LolCosmeticsGameDataTFTMapSkin": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupName": { "type": "string" }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "loadoutsIcon", "groupId", "groupName", "rarityValue" ] }, "LolCosmeticsGameDataTFTPlaybook": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "translatedName": { "type": "string" }, "translatedDescription": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "iconPath": { "type": "string" }, "iconPathSmall": { "type": "string" }, "splashPath": { "type": "string" }, "enabled": { "type": "boolean" }, "earlyAugments": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTPlaybookAugment" } }, "midAugments": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTPlaybookAugment" } }, "lateAugments": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTPlaybookAugment" } }, "isDisabledInDoubleUp": { "type": "boolean" } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "translatedName", "translatedDescription", "loadoutsIcon", "iconPath", "iconPathSmall", "splashPath", "enabled", "earlyAugments", "midAugments", "lateAugments", "isDisabledInDoubleUp" ] }, "LolCosmeticsLoadout": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "scope": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolCosmeticsLoadoutItem" } } }, "additionalProperties": false, "required": [ "id", "name", "scope", "itemId", "loadout" ] }, "LolCosmeticsLoadoutItem": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "contentId", "itemId" ] }, "LolCosmeticsLoadoutUpdateDto": { "type": "object", "description": "", "properties": { "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolCosmeticsLoadoutItem" } } }, "additionalProperties": false, "required": [ "loadout" ] }, "LolCosmeticsSettingsStorageContainer": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsSettings" }, "schemaVersion": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "data", "schemaVersion" ] }, "LolCosmeticsTFTDamageSkinFavoritesViewModel": { "type": "object", "description": "", "properties": { "favoriteItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTDamageSkinViewModel" } } }, "additionalProperties": false, "required": [ "favoriteItems" ] }, "LolCosmeticsTFTDamageSkinGroupViewModel": { "type": "object", "description": "", "properties": { "groupName": { "type": "string" }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "numOwned": { "type": "integer", "format": "uint32", "minimum": 0 }, "numAvailable": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "integer", "format": "int64" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTDamageSkinViewModel" } } }, "additionalProperties": false, "required": [ "groupName", "groupId", "numOwned", "numAvailable", "purchaseDate", "items" ] }, "LolCosmeticsTFTDamageSkinGroupedViewModel": { "type": "object", "description": "", "properties": { "selectedLoadoutItem": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTDamageSkinViewModel" }, "defaultItemId": { "type": "integer", "format": "int32" }, "groups": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsTFTDamageSkinGroupViewModel" } } }, "additionalProperties": false, "required": [ "selectedLoadoutItem", "defaultItemId", "groups" ] }, "LolCosmeticsTFTMapSkinFavoritesViewModel": { "type": "object", "description": "", "properties": { "favoriteItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTMapSkinViewModel" } } }, "additionalProperties": false, "required": [ "favoriteItems" ] }, "LolCosmeticsTFTMapSkinGroupViewModel": { "type": "object", "description": "", "properties": { "groupName": { "type": "string" }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "numOwned": { "type": "integer", "format": "uint32", "minimum": 0 }, "numAvailable": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "integer", "format": "int64" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTMapSkinViewModel" } } }, "additionalProperties": false, "required": [ "groupName", "groupId", "numOwned", "numAvailable", "purchaseDate", "items" ] }, "LolCosmeticsTFTMapSkinGroupedViewModel": { "type": "object", "description": "", "properties": { "selectedLoadoutItem": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTMapSkinViewModel" }, "defaultItemId": { "type": "integer", "format": "int32" }, "groups": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsTFTMapSkinGroupViewModel" } } }, "additionalProperties": false, "required": [ "selectedLoadoutItem", "defaultItemId", "groups" ] }, "LolCosmeticsTFTPlaybookGroupViewModel": { "type": "object", "description": "", "properties": { "groupName": { "type": "string" }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "numOwned": { "type": "integer", "format": "uint32", "minimum": 0 }, "numAvailable": { "type": "integer", "format": "uint32", "minimum": 0 }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTPlaybookViewModel" } } }, "additionalProperties": false, "required": [ "groupName", "groupId", "numOwned", "numAvailable", "items" ] }, "LolCosmeticsTFTPlaybookGroupedViewModel": { "type": "object", "description": "", "properties": { "selectedLoadoutItem": { "$ref": "#/components/schemas/LolCosmeticsCosmeticsTFTPlaybookViewModel" }, "defaultItemId": { "type": "integer", "format": "int32" }, "groups": { "type": "array", "items": { "$ref": "#/components/schemas/LolCosmeticsTFTPlaybookGroupViewModel" } } }, "additionalProperties": false, "required": [ "selectedLoadoutItem", "defaultItemId", "groups" ] }, "LolCosmeticsTFTSettingsDataResource": { "type": "object", "description": "", "properties": { "iconOverride": { "type": "string" } }, "additionalProperties": false, "required": [ "iconOverride" ] }, "LolCosmeticsTFTSettingsResource": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolCosmeticsTFTSettingsDataResource" }, "schemaVersion": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "schemaVersion" ] }, "LolCosmeticsUserResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "lol": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "summonerId", "lol" ] }, "LolDiscordRpGameDataChampionSummary": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "alias": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "alias" ] }, "LolDiscordRpPartyPresenceData": { "type": "object", "description": "", "properties": { "partyId": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" }, "summoners": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "maxPlayers": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "partyId", "queueId", "summoners", "maxPlayers" ] }, "LolDropsCapDropTableCounterDTO": { "type": "object", "description": "", "properties": { "dropTableId": { "type": "string" }, "count": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "dropTableId", "count" ] }, "LolDropsCapDropsDropTableDisplayMetadata": { "type": "object", "description": "", "properties": { "isCollectorsBounty": { "type": "boolean" }, "dataAssetId": { "type": "string" }, "nameTraKey": { "type": "string" }, "mythicOfferId": { "type": "string" }, "progressionId": { "type": "string" }, "priority": { "type": "integer", "format": "uint8", "minimum": 0 }, "tables": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolDropsOddsTableDisplayMetadata" } }, "version": { "type": "integer", "format": "uint8", "minimum": 0 }, "chaseContentId": { "type": "string" }, "chaseContentIds": { "type": "array", "items": { "type": "string" } }, "prestigeContentIds": { "type": "array", "items": { "type": "string" } }, "bountyType": { "type": "string" }, "oddsTree": { "$ref": "#/components/schemas/LolDropsCapDropsOddsTreeNodeDTO" } }, "additionalProperties": false, "required": [ "isCollectorsBounty", "dataAssetId", "nameTraKey", "mythicOfferId", "progressionId", "priority", "tables", "version", "chaseContentId", "chaseContentIds", "prestigeContentIds", "bountyType", "oddsTree" ] }, "LolDropsCapDropsDropTablePityInfo": { "type": "object", "description": "", "properties": { "pityLimit": { "type": "integer", "format": "uint8", "minimum": 0 }, "chaseContentIds": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "pityLimit", "chaseContentIds" ] }, "LolDropsCapDropsDropTableWithPityDTO": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "sourceId": { "type": "string" }, "productId": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "currencyId": { "type": "string" }, "rollOffer": { "type": "string" }, "cost": { "type": "integer", "format": "uint16", "minimum": 0 }, "totalRollsInfo": { "$ref": "#/components/schemas/LolDropsTotalRollsInfoDTO" }, "pityInfo": { "$ref": "#/components/schemas/LolDropsCapDropsDropTablePityInfo" }, "displayMetadata": { "$ref": "#/components/schemas/LolDropsCapDropsDropTableDisplayMetadata" } }, "additionalProperties": false, "required": [ "id", "sourceId", "productId", "startDate", "endDate", "currencyId", "rollOffer", "cost", "totalRollsInfo", "pityInfo", "displayMetadata" ] }, "LolDropsCapDropsOddsListEntryDTO": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "nodeId": { "type": "string" }, "sourceId": { "type": "string" }, "odds": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "contentId", "nodeId", "sourceId", "odds" ] }, "LolDropsCapDropsOddsTreeNodeDTO": { "type": "object", "description": "", "properties": { "nodeId": { "type": "string" }, "sourceId": { "type": "string" }, "odds": { "type": "number", "format": "float" }, "children": { "type": "array", "items": { "$ref": "#/components/schemas/LolDropsCapDropsOddsTreeNodeDTO" } }, "quantity": { "type": "integer", "format": "uint16", "minimum": 0 }, "nameTraKey": { "type": "string" }, "priority": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "nodeId", "sourceId", "odds", "children", "quantity", "nameTraKey", "priority" ] }, "LolDropsOddsTableDisplayMetadata": { "type": "object", "description": "", "properties": { "nameTraKey": { "type": "string" }, "priority": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "nameTraKey", "priority" ] }, "LolDropsTotalRollsInfoDTO": { "type": "object", "description": "", "properties": { "totalRollsCounterId": { "type": "string" }, "maxTotalRolls": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "totalRollsCounterId", "maxTotalRolls" ] }, "LolDx9DeprecationDx9DeprecationNotificationType": { "type": "string", "description": "", "enum": [ "TURN_OFF_DX9_LEGACY_MODE", "HARDWARE_UPGRADE", "NONE" ], "additionalProperties": false }, "LolDx9DeprecationLocalSettingsCategory": { "type": "object", "description": "", "properties": { "data": { "type": "object", "additionalProperties": true }, "schemaVersion": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "data", "schemaVersion" ] }, "LolEmailVerificationAccessToken": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "expiry" ] }, "LolEmailVerificationEmailUpdate": { "type": "object", "description": "", "properties": { "email": { "type": "string" }, "password": { "type": "string" } }, "additionalProperties": false, "required": [ "email", "password" ] }, "LolEmailVerificationEmailVerificationSession": { "type": "object", "description": "", "properties": { "email": { "type": "string" }, "emailVerified": { "type": "boolean" }, "fatalError": { "type": "boolean" } }, "additionalProperties": false, "required": [ "email", "emailVerified", "fatalError" ] }, "LolEmailVerificationRegionLocale": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" }, "webRegion": { "type": "string" }, "webLanguage": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale", "webRegion", "webLanguage" ] }, "LolEmailVerificationRemoteEmailVerificationSession": { "type": "object", "description": "", "properties": { "email": { "type": "string" }, "emailVerified": { "type": "boolean" } }, "additionalProperties": false, "required": [ "email", "emailVerified" ] }, "LolEmailVerificationValidationStatus": { "type": "object", "description": "", "properties": { "emailStatus": { "type": "string" } }, "additionalProperties": false, "required": [ "emailStatus" ] }, "LolEndOfGameChampionMasteryGrade": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "grade": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "championId", "grade" ] }, "LolEndOfGameChampionMasteryMini": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "championLevel": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "puuid", "championId", "championLevel" ] }, "LolEndOfGameChampionMasteryUpdate": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "hasLeveledUp": { "type": "boolean" }, "level": { "type": "integer", "format": "int64" }, "pointsBeforeGame": { "type": "integer", "format": "int64" }, "pointsGained": { "type": "integer", "format": "int64" }, "pointsGainedIndividualContribution": { "type": "integer", "format": "int64" }, "bonusPointsGained": { "type": "integer", "format": "int64" }, "pointsSinceLastLevelBeforeGame": { "type": "integer", "format": "int64" }, "pointsUntilNextLevelBeforeGame": { "type": "integer", "format": "int64" }, "pointsUntilNextLevelAfterGame": { "type": "integer", "format": "int64" }, "tokensEarned": { "type": "integer", "format": "int64" }, "tokenEarnedAfterGame": { "type": "boolean" }, "grade": { "type": "string" }, "score": { "type": "integer", "format": "int64" }, "levelUpList": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameChampionMasteryMini" } }, "memberGrades": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameChampionMasteryGrade" } } }, "additionalProperties": false, "required": [ "id", "gameId", "puuid", "championId", "hasLeveledUp", "level", "pointsBeforeGame", "pointsGained", "pointsGainedIndividualContribution", "bonusPointsGained", "pointsSinceLastLevelBeforeGame", "pointsUntilNextLevelBeforeGame", "pointsUntilNextLevelAfterGame", "tokensEarned", "tokenEarnedAfterGame", "grade", "score", "levelUpList", "memberGrades" ] }, "LolEndOfGameEndOfGamePlayer": { "type": "object", "description": "", "properties": { "stats": { "type": "object", "additionalProperties": true }, "items": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "puuid": { "type": "string" }, "botPlayer": { "type": "boolean" }, "championId": { "type": "integer", "format": "int32" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "leaver": { "type": "boolean" }, "leaves": { "type": "integer", "format": "int32" }, "level": { "type": "integer", "format": "int32" }, "losses": { "type": "integer", "format": "int32" }, "profileIconId": { "type": "integer", "format": "int32" }, "spell1Id": { "type": "integer", "format": "int32" }, "spell2Id": { "type": "integer", "format": "int32" }, "summonerName": { "type": "string" }, "teamId": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "selectedPosition": { "type": "string" }, "detectedTeamPosition": { "type": "string" }, "skinSplashPath": { "type": "string" }, "skinTilePath": { "type": "string" }, "skinEmblemPaths": { "type": "array", "items": { "type": "string" } }, "championName": { "type": "string" }, "championSquarePortraitPath": { "type": "string" }, "isLocalPlayer": { "type": "boolean" } }, "additionalProperties": false, "required": [ "stats", "items", "puuid", "botPlayer", "championId", "gameId", "leaver", "leaves", "level", "losses", "profileIconId", "spell1Id", "spell2Id", "summonerName", "teamId", "wins", "summonerId", "selectedPosition", "detectedTeamPosition", "skinSplashPath", "skinTilePath", "skinEmblemPaths", "championName", "championSquarePortraitPath", "isLocalPlayer" ] }, "LolEndOfGameEndOfGamePoints": { "type": "object", "description": "", "properties": { "pointChangeFromChampionsOwned": { "type": "integer", "format": "int32" }, "pointChangeFromGameplay": { "type": "integer", "format": "int32" }, "pointsUsed": { "type": "integer", "format": "int32" }, "previousPoints": { "type": "integer", "format": "int32" }, "pointsUntilNextReroll": { "type": "integer", "format": "int32" }, "rerollCount": { "type": "integer", "format": "int32" }, "totalPoints": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "pointChangeFromChampionsOwned", "pointChangeFromGameplay", "pointsUsed", "previousPoints", "pointsUntilNextReroll", "rerollCount", "totalPoints" ] }, "LolEndOfGameEndOfGameStats": { "type": "object", "description": "", "properties": { "difficulty": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameLength": { "type": "integer", "format": "int32" }, "gameMode": { "type": "string" }, "gameMutators": { "type": "array", "items": { "type": "string" } }, "gameType": { "type": "string" }, "invalid": { "type": "boolean" }, "queueType": { "type": "string" }, "ranked": { "type": "boolean" }, "reportGameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "multiUserChatId": { "type": "string" }, "multiUserChatPassword": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/LolEndOfGameMucJwtDto" }, "teams": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameEndOfGameTeam" } }, "localPlayer": { "$ref": "#/components/schemas/LolEndOfGameEndOfGamePlayer" }, "myTeamStatus": { "type": "string" }, "leveledUp": { "type": "boolean" }, "newSpells": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "previousLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "rpEarned": { "type": "integer", "format": "int32" }, "basePoints": { "type": "integer", "format": "int32" }, "battleBoostIpEarned": { "type": "integer", "format": "int32" }, "boostIpEarned": { "type": "integer", "format": "int32" }, "firstWinBonus": { "type": "integer", "format": "int32" }, "ipEarned": { "type": "integer", "format": "int32" }, "ipTotal": { "type": "integer", "format": "int32" }, "boostXpEarned": { "type": "integer", "format": "int32" }, "experienceEarned": { "type": "integer", "format": "int32" }, "experienceTotal": { "type": "integer", "format": "int32" }, "globalBoostXpEarned": { "type": "integer", "format": "int32" }, "loyaltyBoostXpEarned": { "type": "integer", "format": "int32" }, "xbgpBoostXpEarned": { "type": "integer", "format": "int32" }, "missionsXpEarned": { "type": "integer", "format": "int32" }, "previousXpTotal": { "type": "integer", "format": "uint64", "minimum": 0 }, "nextLevelXp": { "type": "integer", "format": "uint64", "minimum": 0 }, "currentLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "preLevelUpExperienceTotal": { "type": "integer", "format": "uint64", "minimum": 0 }, "preLevelUpNextLevelXp": { "type": "integer", "format": "uint64", "minimum": 0 }, "timeUntilNextFirstWinBonus": { "type": "integer", "format": "int32" }, "causedEarlySurrender": { "type": "boolean" }, "earlySurrenderAccomplice": { "type": "boolean" }, "teamEarlySurrendered": { "type": "boolean" }, "gameEndedInEarlySurrender": { "type": "boolean" }, "rerollData": { "$ref": "#/components/schemas/LolEndOfGameEndOfGamePoints" }, "teamBoost": { "$ref": "#/components/schemas/LolEndOfGameEndOfGameTeamBoost" } }, "additionalProperties": false, "required": [ "difficulty", "gameId", "gameLength", "gameMode", "gameMutators", "gameType", "invalid", "queueType", "ranked", "reportGameId", "multiUserChatId", "multiUserChatPassword", "mucJwtDto", "teams", "localPlayer", "myTeamStatus", "leveledUp", "newSpells", "previousLevel", "rpEarned", "basePoints", "battleBoostIpEarned", "boostIpEarned", "firstWinBonus", "ipEarned", "ipTotal", "boostXpEarned", "experienceEarned", "experienceTotal", "globalBoostXpEarned", "loyaltyBoostXpEarned", "xbgpBoostXpEarned", "missionsXpEarned", "previousXpTotal", "nextLevelXp", "currentLevel", "preLevelUpExperienceTotal", "preLevelUpNextLevelXp", "timeUntilNextFirstWinBonus", "causedEarlySurrender", "earlySurrenderAccomplice", "teamEarlySurrendered", "gameEndedInEarlySurrender", "rerollData" ] }, "LolEndOfGameEndOfGameTeam": { "type": "object", "description": "", "properties": { "stats": { "type": "object", "additionalProperties": true }, "players": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameEndOfGamePlayer" } }, "memberStatusString": { "type": "string" }, "name": { "type": "string" }, "tag": { "type": "string" }, "fullId": { "type": "string" }, "teamId": { "type": "integer", "format": "int32" }, "isBottomTeam": { "type": "boolean" }, "isPlayerTeam": { "type": "boolean" }, "isWinningTeam": { "type": "boolean" } }, "additionalProperties": false, "required": [ "stats", "players", "memberStatusString", "name", "tag", "fullId", "teamId", "isBottomTeam", "isPlayerTeam", "isWinningTeam" ] }, "LolEndOfGameEndOfGameTeamBoost": { "type": "object", "description": "", "properties": { "summonerName": { "type": "string" }, "skinUnlockMode": { "type": "string" }, "price": { "type": "integer", "format": "int64" }, "ipReward": { "type": "integer", "format": "int64" }, "ipRewardForPurchaser": { "type": "integer", "format": "int64" }, "availableSkins": { "type": "array", "items": { "type": "integer", "format": "int64" } }, "unlocked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "summonerName", "skinUnlockMode", "price", "ipReward", "ipRewardForPurchaser", "availableSkins", "unlocked" ] }, "LolEndOfGameGameClientEndOfGame": { "type": "object", "description": "", "properties": { "gameClientEOG": { "$ref": "#/components/schemas/LolEndOfGameGameClientEndOfGameStats" } }, "additionalProperties": false, "required": [ "gameClientEOG" ] }, "LolEndOfGameGameClientEndOfGameStats": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameMode": { "type": "string" }, "statsBlock": { "type": "object", "additionalProperties": true }, "queueId": { "type": "integer", "format": "int32" }, "queueType": { "type": "string" }, "isRanked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "gameId", "gameMode", "statsBlock", "queueId", "queueType", "isRanked" ] }, "LolEndOfGameGameDataChampion": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "skins": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameGameDataChampionSkin" } } }, "additionalProperties": false, "required": [ "id", "skins" ] }, "LolEndOfGameGameDataChampionQuestSkin": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "splashPath": { "type": "string" }, "tilePath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "splashPath", "tilePath" ] }, "LolEndOfGameGameDataChampionSkin": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "splashPath": { "type": "string" }, "tilePath": { "type": "string" }, "chromas": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameGameDataSkinChroma" } }, "questSkinInfo": { "$ref": "#/components/schemas/LolEndOfGameGameDataQuestSkinInfo" } }, "additionalProperties": false, "required": [ "id", "splashPath", "tilePath", "chromas", "questSkinInfo" ] }, "LolEndOfGameGameDataChampionSummary": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "alias": { "type": "string" }, "name": { "type": "string" }, "squarePortraitPath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "alias", "name", "squarePortraitPath" ] }, "LolEndOfGameGameDataCompanion": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "speciesName": { "type": "string" }, "colorName": { "type": "string" } }, "additionalProperties": false, "required": [ "contentId", "loadoutsIcon", "speciesName", "colorName" ] }, "LolEndOfGameGameDataQuestSkinInfo": { "type": "object", "description": "", "properties": { "tiers": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameGameDataChampionQuestSkin" } } }, "additionalProperties": false, "required": [ "tiers" ] }, "LolEndOfGameGameDataSkinChroma": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id" ] }, "LolEndOfGameGameDataTFTChampion": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "character_record": { "$ref": "#/components/schemas/LolEndOfGameGameDataTFTCharacterRecord" } }, "additionalProperties": false, "required": [ "name", "character_record" ] }, "LolEndOfGameGameDataTFTCharacterRecord": { "type": "object", "description": "", "properties": { "path": { "type": "string" }, "character_id": { "type": "string" }, "rarity": { "type": "integer", "format": "int32" }, "display_name": { "type": "string" }, "squareIconPath": { "type": "string" }, "traits": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameGameDataTftTrait" } } }, "additionalProperties": false, "required": [ "path", "character_id", "rarity", "display_name", "squareIconPath", "traits" ] }, "LolEndOfGameGameDataTftItem": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "squareIconPath": { "type": "string" }, "nameId": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "id", "squareIconPath", "nameId" ] }, "LolEndOfGameGameDataTftPlaybook": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "translatedName": { "type": "string" }, "iconPathSmall": { "type": "string" }, "enabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "itemId", "name", "translatedName", "iconPathSmall", "enabled" ] }, "LolEndOfGameGameDataTftRegionPortal": { "type": "object", "description": "", "properties": { "nameId": { "type": "string" }, "iconPath": { "type": "string" }, "displayName": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "nameId", "iconPath", "displayName", "description" ] }, "LolEndOfGameGameDataTftTrait": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name" ] }, "LolEndOfGameGameflowAvailability": { "type": "object", "description": "", "properties": { "state": { "type": "string" } }, "additionalProperties": false, "required": [ "state" ] }, "LolEndOfGameGameflowClient": { "type": "object", "description": "", "properties": { "observerServerIp": { "type": "string" }, "observerServerPort": { "type": "integer", "format": "uint16", "minimum": 0 }, "running": { "type": "boolean" } }, "additionalProperties": false, "required": [ "observerServerIp", "observerServerPort", "running" ] }, "LolEndOfGameGameflowGameData": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "queue": { "$ref": "#/components/schemas/LolEndOfGameQueue" } }, "additionalProperties": false, "required": [ "gameId", "queue" ] }, "LolEndOfGameGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolEndOfGameGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolEndOfGameGameflowPhase" }, "gameClient": { "$ref": "#/components/schemas/LolEndOfGameGameflowClient" }, "gameData": { "$ref": "#/components/schemas/LolEndOfGameGameflowGameData" } }, "additionalProperties": false, "required": [ "phase", "gameClient", "gameData" ] }, "LolEndOfGameLobbyInvitation": { "type": "object", "description": "", "properties": { "state": { "type": "string" } }, "additionalProperties": false, "required": [ "state" ] }, "LolEndOfGameLoginDataPacket": { "type": "object", "description": "", "properties": { "platformId": { "type": "string" }, "simpleMessages": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameSimpleMessage" } } }, "additionalProperties": false, "required": [ "platformId", "simpleMessages" ] }, "LolEndOfGameLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolEndOfGameLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId" ] }, "LolEndOfGameLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolEndOfGameMucJwtDto": { "type": "object", "description": "", "properties": { "jwt": { "type": "string" }, "channelClaim": { "type": "string" }, "domain": { "type": "string" }, "targetRegion": { "type": "string" } }, "additionalProperties": false, "required": [ "jwt", "channelClaim", "domain", "targetRegion" ] }, "LolEndOfGamePlayerReport": { "type": "object", "description": "", "properties": { "offenderPuuid": { "type": "string" }, "offenderSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "categories": { "type": "array", "items": { "type": "string" } }, "comment": { "type": "string" } }, "additionalProperties": false, "required": [ "offenderPuuid", "offenderSummonerId", "gameId", "categories", "comment" ] }, "LolEndOfGameQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "type": { "type": "string" }, "isRanked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "type", "isRanked" ] }, "LolEndOfGameRerollDataBagForClientV1": { "type": "object", "description": "", "properties": { "pointsGainedLastGame": { "type": "integer", "format": "int32" }, "pointsUntilNextReroll": { "type": "integer", "format": "int32" }, "rerollCount": { "type": "integer", "format": "int32" }, "totalPoints": { "type": "integer", "format": "int32" }, "maximumRerolls": { "type": "integer", "format": "int32" }, "pointCostOfReroll": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "pointsGainedLastGame", "pointsUntilNextReroll", "rerollCount", "totalPoints", "maximumRerolls", "pointCostOfReroll" ] }, "LolEndOfGameSimpleMessage": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "type": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "msgId", "type", "params" ] }, "LolEndOfGameSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "xpSinceLastLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "xpUntilNextLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerLevel", "xpSinceLastLevel", "xpUntilNextLevel", "puuid" ] }, "LolEndOfGameTFTEndOfGameCompanionViewModel": { "type": "object", "description": "", "properties": { "speciesName": { "type": "string" }, "colorName": { "type": "string" }, "icon": { "type": "string" } }, "additionalProperties": false, "required": [ "speciesName", "colorName", "icon" ] }, "LolEndOfGameTFTEndOfGameCustomAugmentContainerViewModel": { "type": "object", "description": "", "properties": { "nameId": { "type": "string" }, "iconPath": { "type": "string" }, "displayName": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "nameId", "iconPath", "displayName", "description" ] }, "LolEndOfGameTFTEndOfGameItemViewModel": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "icon": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "nameId": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "icon", "id", "nameId" ] }, "LolEndOfGameTFTEndOfGamePieceViewModel": { "type": "object", "description": "", "properties": { "championId": { "type": "string" }, "name": { "type": "string" }, "icon": { "type": "string" }, "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "price": { "type": "integer", "format": "uint32", "minimum": 0 }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameTFTEndOfGameItemViewModel" } }, "traits": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameTFTEndOfGameTraitViewModel" } } }, "additionalProperties": false, "required": [ "championId", "name", "icon", "level", "price", "items", "traits" ] }, "LolEndOfGameTFTEndOfGamePlaybookViewModel": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "uint32", "minimum": 0 }, "name": { "type": "string" }, "iconSmall": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "name", "iconSmall" ] }, "LolEndOfGameTFTEndOfGamePlayerViewModel": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "riotIdGameName": { "type": "string" }, "riotIdTagLine": { "type": "string" }, "iconId": { "type": "integer", "format": "int32" }, "puuid": { "type": "string" }, "ffaStanding": { "type": "integer", "format": "uint8", "minimum": 0 }, "health": { "type": "integer", "format": "uint8", "minimum": 0 }, "rank": { "type": "integer", "format": "uint8", "minimum": 0 }, "isLocalPlayer": { "type": "boolean" }, "isInteractable": { "type": "boolean" }, "partnerGroupId": { "type": "integer", "format": "uint8", "minimum": 0 }, "boardPieces": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameTFTEndOfGamePieceViewModel" } }, "augments": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameTFTEndOfGameItemViewModel" } }, "companion": { "$ref": "#/components/schemas/LolEndOfGameTFTEndOfGameCompanionViewModel" }, "playbook": { "$ref": "#/components/schemas/LolEndOfGameTFTEndOfGamePlaybookViewModel" }, "customAugmentContainer": { "$ref": "#/components/schemas/LolEndOfGameTFTEndOfGameCustomAugmentContainerViewModel" }, "setCoreName": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerName", "riotIdGameName", "riotIdTagLine", "iconId", "puuid", "ffaStanding", "health", "rank", "isLocalPlayer", "isInteractable", "partnerGroupId", "boardPieces", "augments", "companion", "playbook", "customAugmentContainer", "setCoreName" ] }, "LolEndOfGameTFTEndOfGameSkillScoreTreeViewModel": { "type": "object", "description": "", "properties": { "skillId": { "type": "integer", "format": "uint16", "minimum": 0 }, "score": { "type": "integer", "format": "int16" } }, "additionalProperties": false, "required": [ "skillId", "score" ] }, "LolEndOfGameTFTEndOfGameSkillTreeViewModel": { "type": "object", "description": "", "properties": { "eventSkillToScore": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameTFTEndOfGameSkillScoreTreeViewModel" } }, "delta": { "type": "integer", "format": "int16" } }, "additionalProperties": false, "required": [ "eventSkillToScore", "delta" ] }, "LolEndOfGameTFTEndOfGameTraitViewModel": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name" ] }, "LolEndOfGameTFTEndOfGameViewModel": { "type": "object", "description": "", "properties": { "players": { "type": "array", "items": { "$ref": "#/components/schemas/LolEndOfGameTFTEndOfGamePlayerViewModel" } }, "localPlayer": { "$ref": "#/components/schemas/LolEndOfGameTFTEndOfGamePlayerViewModel" }, "playerSkillTreeEoG": { "$ref": "#/components/schemas/LolEndOfGameTFTEndOfGameSkillTreeViewModel" }, "gameLength": { "type": "integer", "format": "uint32", "minimum": 0 }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "queueId": { "type": "integer", "format": "int32" }, "queueType": { "type": "string" }, "isRanked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "players", "gameLength", "gameId", "queueId", "queueType", "isRanked" ] }, "LolEsportStreamNotificationsESportStreamNotificationsConfig": { "type": "object", "description": "", "properties": { "notificationsEnabled": { "type": "boolean" }, "notificationsServiceEndpoint": { "type": "string" }, "notificationsStreamURL": { "type": "string" }, "notificationsStreamGroupSlug": { "type": "string" }, "notificationsAssetMagickURL": { "type": "string" }, "useServiceEndpointV2": { "type": "boolean" }, "notificationsServiceEndpointV2": { "type": "string" }, "notificationsShortPollMinutes": { "type": "integer", "format": "int64" }, "notificationsLongPollMinutes": { "type": "integer", "format": "int64" }, "beappFailureLongPollMinutes": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "notificationsEnabled", "notificationsServiceEndpoint", "notificationsStreamURL", "notificationsStreamGroupSlug", "notificationsAssetMagickURL", "useServiceEndpointV2", "notificationsServiceEndpointV2", "notificationsShortPollMinutes", "notificationsLongPollMinutes", "beappFailureLongPollMinutes" ] }, "LolEsportStreamNotificationsESportsAPI_streamgroups": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "slug": { "type": "string" }, "title": { "type": "string" }, "live": { "type": "boolean" }, "content": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "slug", "title", "live", "content" ] }, "LolEsportStreamNotificationsESportsAPI_streamgroups_root": { "type": "object", "description": "", "properties": { "streamgroups": { "type": "array", "items": { "$ref": "#/components/schemas/LolEsportStreamNotificationsESportsAPI_streamgroups" } }, "highlanderTournaments": { "type": "array", "items": { "$ref": "#/components/schemas/LolEsportStreamNotificationsEsportsAPI_highlanderTournaments" } }, "teams": { "type": "array", "items": { "$ref": "#/components/schemas/LolEsportStreamNotificationsEsportsAPI_teams" } } }, "additionalProperties": false, "required": [ "streamgroups", "highlanderTournaments", "teams" ] }, "LolEsportStreamNotificationsESportsLiveStreams": { "type": "object", "description": "", "properties": { "liveStreams": { "type": "array", "items": { "$ref": "#/components/schemas/LolEsportStreamNotificationsESportsStreams" } } }, "additionalProperties": false, "required": [ "liveStreams" ] }, "LolEsportStreamNotificationsESportsStreams": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "tournamentDescription": { "type": "string" }, "teamAGuid": { "type": "string" }, "teamAId": { "type": "integer", "format": "int64" }, "teamBGuid": { "type": "string" }, "teamBId": { "type": "integer", "format": "int64" }, "teamAName": { "type": "string" }, "teamBName": { "type": "string" }, "teamAAcronym": { "type": "string" }, "teamBAcronym": { "type": "string" }, "teamALogoUrl": { "type": "string" }, "teamBLogoUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "title", "tournamentDescription", "teamAGuid", "teamAId", "teamBGuid", "teamBId", "teamAName", "teamBName", "teamAAcronym", "teamBAcronym", "teamALogoUrl", "teamBLogoUrl" ] }, "LolEsportStreamNotificationsEsportsAPI_highlanderTournaments": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "description": { "type": "string" }, "title": { "type": "string" }, "brackets": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_brackets" } }, "rosters": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_rosters" } } }, "additionalProperties": false, "required": [ "id", "description", "title", "brackets", "rosters" ] }, "LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_brackets": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "matches": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_matches" } } }, "additionalProperties": false, "required": [ "id", "matches" ] }, "LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_matches": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "input": { "type": "array", "items": { "$ref": "#/components/schemas/LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_roster" } } }, "additionalProperties": false, "required": [ "id", "input" ] }, "LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_roster": { "type": "object", "description": "", "properties": { "roster": { "type": "string" } }, "additionalProperties": false, "required": [ "roster" ] }, "LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_rosters": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "team": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "id", "name", "team" ] }, "LolEsportStreamNotificationsEsportsAPI_teams": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "guid": { "type": "string" }, "slug": { "type": "string" }, "name": { "type": "string" }, "logoUrl": { "type": "string" }, "acronym": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "guid", "slug", "name", "logoUrl", "acronym" ] }, "LolEsportStreamNotificationsGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolEsportStreamNotificationsGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolEsportStreamNotificationsGameflowPhase" } }, "additionalProperties": false, "required": [ "phase" ] }, "LolEsportStreamNotificationsLiveMatch": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "streamGroup": { "type": "string" }, "title": { "type": "string" }, "tournamentDescription": { "type": "string" }, "teams": { "type": "array", "items": { "$ref": "#/components/schemas/LolEsportStreamNotificationsLiveMatchTeam" } } }, "additionalProperties": false, "required": [ "id", "streamGroup", "title", "tournamentDescription", "teams" ] }, "LolEsportStreamNotificationsLiveMatchTeam": { "type": "object", "description": "", "properties": { "guid": { "type": "string" }, "name": { "type": "string" }, "acronym": { "type": "string" }, "logoUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "guid", "name", "acronym", "logoUrl" ] }, "LolEsportStreamNotificationsPlayerNotificationResource": { "type": "object", "description": "", "properties": { "backgroundUrl": { "type": "string" }, "critical": { "type": "boolean" }, "data": { "type": "object", "additionalProperties": { "type": "string" } }, "detailKey": { "type": "string" }, "expires": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "backgroundUrl", "critical", "data", "detailKey", "expires", "iconUrl", "id", "source", "state", "titleKey", "type" ] }, "LolEventHubAccessTokenResource": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "scopes", "expiry" ] }, "LolEventHubActivationClientConfig": { "type": "object", "description": "", "properties": { "hubEnabled": { "type": "boolean" }, "activationSpreadSeconds": { "type": "number", "format": "double" }, "firstActivationThresholdSeconds": { "type": "number", "format": "double" }, "activeEventId": { "type": "string" }, "startDate": { "type": "string" }, "progressEndDate": { "type": "string" }, "endDate": { "type": "string" } }, "additionalProperties": false, "required": [ "hubEnabled", "activationSpreadSeconds", "firstActivationThresholdSeconds", "activeEventId", "startDate", "progressEndDate", "endDate" ] }, "LolEventHubActiveEventUIData": { "type": "object", "description": "", "properties": { "eventId": { "type": "string" }, "eventInfo": { "$ref": "#/components/schemas/LolEventHubEventInfoUIData" } }, "additionalProperties": false, "required": [ "eventId", "eventInfo" ] }, "LolEventHubBalance": { "type": "object", "description": "", "properties": { "currencyType": { "type": "string" }, "amount": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "currencyType", "amount" ] }, "LolEventHubBaseSkinLineDto": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubSkinLineItemDto" } }, "localizedName": { "type": "string" }, "skinLineDescriptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubSkinLineDescriptionDto" } }, "pricingOptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubPriceOptionDto" } }, "splashPath": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "collectionCardPath": { "type": "string" }, "collectionDescription": { "type": "string" }, "tilePath": { "type": "string" } }, "additionalProperties": false, "required": [ "items", "localizedName", "skinLineDescriptions", "pricingOptions", "splashPath", "uncenteredSplashPath", "collectionCardPath", "collectionDescription", "tilePath" ] }, "LolEventHubBundleOfferUIData": { "type": "object", "description": "", "properties": { "details": { "$ref": "#/components/schemas/LolEventHubBundledItemUIData" }, "initialPrice": { "type": "integer", "format": "int64" }, "finalPrice": { "type": "integer", "format": "int64" }, "futureBalance": { "type": "integer", "format": "int64" }, "isPurchasable": { "type": "boolean" }, "discountPercentage": { "type": "number", "format": "double" }, "bundledItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubBundledItemUIData" } } }, "additionalProperties": false, "required": [ "details", "initialPrice", "finalPrice", "futureBalance", "isPurchasable", "discountPercentage", "bundledItems" ] }, "LolEventHubBundledItemPricingInfo": { "type": "object", "description": "", "properties": { "discountPrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubDiscountPricingInfo" } }, "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "quantity": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "discountPrices", "inventoryType", "itemId", "quantity" ] }, "LolEventHubBundledItemUIData": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "description": { "type": "string" }, "inventoryType": { "type": "string" }, "subInventoryType": { "type": "string" }, "splashImage": { "type": "string" }, "owned": { "type": "boolean" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "decoratorBadgeURL": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "itemId", "description", "inventoryType", "subInventoryType", "splashImage", "owned", "quantity", "decoratorBadgeURL" ] }, "LolEventHubCapOffer": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "typeId": { "type": "string" }, "label": { "type": "string" }, "productId": { "type": "string" }, "merchantId": { "type": "string" }, "payload": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCapOfferPayloadEntry" } }, "active": { "type": "boolean" }, "startDate": { "type": "string" }, "createdDate": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "typeId", "label", "productId", "merchantId", "payload", "active", "startDate", "createdDate" ] }, "LolEventHubCapOfferPayloadEntry": { "type": "object", "description": "", "properties": { "itemPriceMap": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "itemInstanceId": { "type": "string" }, "fulfillmentTypeId": { "type": "string" }, "inventoryTypeUUID": { "type": "string" } }, "additionalProperties": false, "required": [ "itemPriceMap", "itemInstanceId", "fulfillmentTypeId", "inventoryTypeUUID" ] }, "LolEventHubCapOrdersDataDto": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "subOrders": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCapOrdersSubOrderDto" } }, "purchaser": { "$ref": "#/components/schemas/LolEventHubCapOrdersTypedIdentifierDto" }, "location": { "type": "string" }, "source": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "subOrders", "purchaser", "location", "source" ] }, "LolEventHubCapOrdersMetaDto": { "type": "object", "description": "", "properties": { "xid": { "type": "string" } }, "additionalProperties": false, "required": [ "xid" ] }, "LolEventHubCapOrdersOfferContextDto": { "type": "object", "description": "", "properties": { "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "paymentOption": { "type": "string" } }, "additionalProperties": false, "required": [ "quantity", "paymentOption" ] }, "LolEventHubCapOrdersOfferDto": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "productId" ] }, "LolEventHubCapOrdersOrderDto": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolEventHubCapOrdersDataDto" }, "meta": { "$ref": "#/components/schemas/LolEventHubCapOrdersMetaDto" } }, "additionalProperties": false, "required": [ "data", "meta" ] }, "LolEventHubCapOrdersSubOrderDto": { "type": "object", "description": "", "properties": { "recipientId": { "type": "string" }, "offerContext": { "$ref": "#/components/schemas/LolEventHubCapOrdersOfferContextDto" }, "offer": { "$ref": "#/components/schemas/LolEventHubCapOrdersOfferDto" } }, "additionalProperties": false, "required": [ "recipientId", "offerContext", "offer" ] }, "LolEventHubCapOrdersTypedIdentifierDto": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "typeId": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "typeId" ] }, "LolEventHubCatalogEntry": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "offerId": { "type": "string" }, "typeId": { "type": "string" } }, "additionalProperties": false, "required": [ "contentId", "itemId", "offerId", "typeId" ] }, "LolEventHubCatalogItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "itemInstanceId": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "inventoryType" ] }, "LolEventHubCatalogPluginItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "itemInstanceId": { "type": "string" }, "owned": { "type": "boolean" }, "inventoryType": { "type": "string" }, "subInventoryType": { "type": "string" }, "name": { "type": "string" }, "subTitle": { "type": "string" }, "description": { "type": "string" }, "imagePath": { "type": "string" }, "purchaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "releaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "inactiveDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCatalogPluginPrice" } }, "tags": { "type": "array", "items": { "type": "string" } }, "metadata": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubItemMetadataEntry" } }, "questSkinInfo": { "$ref": "#/components/schemas/LolEventHubSkinLineInfo" }, "active": { "type": "boolean" }, "ownershipType": { "$ref": "#/components/schemas/LolEventHubInventoryOwnership" } }, "additionalProperties": false, "required": [ "itemId", "itemInstanceId", "owned", "inventoryType", "subInventoryType", "name", "subTitle", "description", "imagePath", "purchaseDate", "releaseDate", "inactiveDate", "prices", "active" ] }, "LolEventHubCatalogPluginItemAssets": { "type": "object", "description": "", "properties": { "splashPath": { "type": "string" }, "iconPath": { "type": "string" }, "tilePath": { "type": "string" }, "emblems": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubChampionSkinEmblem" } }, "colors": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "splashPath", "iconPath", "tilePath", "emblems", "colors" ] }, "LolEventHubCatalogPluginItemWithDetails": { "type": "object", "description": "", "properties": { "item": { "$ref": "#/components/schemas/LolEventHubCatalogPluginItem" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "requiredItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCatalogPluginItemWithDetails" } }, "bundledItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCatalogPluginItemWithDetails" } }, "minimumBundlePrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCatalogPluginPrice" } }, "bundledDiscountPrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCatalogPluginPrice" } }, "assets": { "$ref": "#/components/schemas/LolEventHubCatalogPluginItemAssets" } }, "additionalProperties": false, "required": [ "item", "quantity", "assets" ] }, "LolEventHubCatalogPluginPrice": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "cost": { "type": "integer", "format": "int64" }, "costType": { "type": "string" }, "sale": { "$ref": "#/components/schemas/LolEventHubCatalogPluginSale" } }, "additionalProperties": false, "required": [ "currency", "cost" ] }, "LolEventHubCatalogPluginSale": { "type": "object", "description": "", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "discount": { "type": "number", "format": "float" }, "cost": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "startDate", "endDate", "cost" ] }, "LolEventHubCategoryOffersUIData": { "type": "object", "description": "", "properties": { "category": { "$ref": "#/components/schemas/LolEventHubOfferCategory" }, "categoryIconPath": { "type": "string" }, "offers": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubOfferUIData" } } }, "additionalProperties": false, "required": [ "category", "categoryIconPath", "offers" ] }, "LolEventHubCelebrationType": { "type": "string", "description": "", "enum": [ "FULLSCREEN", "TOAST", "NONE" ], "additionalProperties": false }, "LolEventHubChampionSkinEmblem": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "emblemPath": { "$ref": "#/components/schemas/LolEventHubChampionSkinEmblemPath" }, "emblemPosition": { "$ref": "#/components/schemas/LolEventHubChampionSkinEmblemPosition" } }, "additionalProperties": false, "required": [ "name", "emblemPath", "emblemPosition" ] }, "LolEventHubChampionSkinEmblemPath": { "type": "object", "description": "", "properties": { "large": { "type": "string" }, "small": { "type": "string" } }, "additionalProperties": false, "required": [ "large", "small" ] }, "LolEventHubChampionSkinEmblemPosition": { "type": "object", "description": "", "properties": { "vertical": { "type": "string" }, "horizontal": { "type": "string" } }, "additionalProperties": false, "required": [ "vertical", "horizontal" ] }, "LolEventHubClientCacheClearMessageDTO": { "type": "object", "description": "", "properties": { "regions": { "type": "array", "items": { "type": "string" } }, "clearAll": { "type": "boolean" }, "inventoryTypes": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "regions", "clearAll", "inventoryTypes" ] }, "LolEventHubContentDrop": { "type": "object", "description": "", "properties": { "patch": { "type": "string" }, "activationDate": { "type": "string" }, "offers": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubOffer" } } }, "additionalProperties": false, "required": [ "patch", "activationDate", "offers" ] }, "LolEventHubContentDropClientConfig": { "type": "object", "description": "", "properties": { "patch": { "type": "string" }, "activationDate": { "type": "string" } }, "additionalProperties": false, "required": [ "patch", "activationDate" ] }, "LolEventHubCounter": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "groupId": { "type": "string" }, "direction": { "type": "string" }, "startValue": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "id", "name", "groupId", "direction", "startValue" ] }, "LolEventHubCounterInstance": { "type": "object", "description": "", "properties": { "ownerId": { "type": "string" }, "productId": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "counterValue": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "ownerId", "productId", "groupId", "counterId", "counterValue" ] }, "LolEventHubCurrencyDTO": { "type": "object", "description": "", "properties": { "amount": { "type": "integer", "format": "int32" }, "subCurrencies": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "amount", "subCurrencies" ] }, "LolEventHubDiscountPricingInfo": { "type": "object", "description": "", "properties": { "cost": { "type": "integer", "format": "int32" }, "originalCost": { "type": "integer", "format": "int32" }, "costType": { "type": "string" }, "currency": { "type": "string" }, "discount": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "cost", "originalCost", "costType", "currency", "discount" ] }, "LolEventHubEndOfGameXp": { "type": "object", "description": "", "properties": { "PER_WIN": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "PER_WIN" ] }, "LolEventHubEndOfGameXpNotification": { "type": "object", "description": "", "properties": { "xp": { "$ref": "#/components/schemas/LolEventHubEndOfGameXp" } }, "additionalProperties": false, "required": [ "xp" ] }, "LolEventHubEntityInstance": { "type": "object", "description": "", "properties": { "groupId": { "type": "string" }, "counters": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCounterInstance" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubMilestoneInstance" } } }, "additionalProperties": false, "required": [ "groupId", "counters", "milestones" ] }, "LolEventHubEventBackgroundUIData": { "type": "object", "description": "", "properties": { "backgroundImagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "backgroundImagePath" ] }, "LolEventHubEventDetailsUIData": { "type": "object", "description": "", "properties": { "eventIconPath": { "type": "string" }, "eventName": { "type": "string" }, "headerTitleImagePath": { "type": "string" }, "progressEndDate": { "type": "string" }, "shopEndDate": { "type": "string" }, "eventStartDate": { "type": "string" }, "helpModalImagePath": { "type": "string" }, "inducteeName": { "type": "string" }, "promotionBannerImage": { "type": "string" } }, "additionalProperties": false, "required": [ "eventIconPath", "eventName", "headerTitleImagePath", "progressEndDate", "shopEndDate", "eventStartDate", "helpModalImagePath", "inducteeName", "promotionBannerImage" ] }, "LolEventHubEventHubError": { "type": "object", "description": "", "properties": { "errorMessage": { "type": "string" }, "errorId": { "type": "string" } }, "additionalProperties": false, "required": [ "errorMessage", "errorId" ] }, "LolEventHubEventHubType": { "type": "string", "description": "", "enum": [ "HallOfLegends", "EventShop" ], "additionalProperties": false }, "LolEventHubEventInfoUIData": { "type": "object", "description": "", "properties": { "eventId": { "type": "string" }, "eventName": { "type": "string" }, "eventType": { "type": "string" }, "eventIcon": { "type": "string" }, "navBarIcon": { "type": "string" }, "eventTokenImage": { "type": "string" }, "currentTokenBalance": { "type": "integer", "format": "int32" }, "lockedTokenCount": { "type": "integer", "format": "int32" }, "unclaimedRewardCount": { "type": "integer", "format": "int32" }, "timeOfLastUnclaimedReward": { "type": "integer", "format": "int64" }, "isPassPurchased": { "type": "boolean" }, "eventPassBundles": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCatalogEntry" } }, "tokenBundles": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCatalogEntry" } } }, "additionalProperties": false, "required": [ "eventId", "eventName", "eventType", "eventIcon", "navBarIcon", "eventTokenImage", "currentTokenBalance", "lockedTokenCount", "unclaimedRewardCount", "timeOfLastUnclaimedReward", "isPassPurchased", "eventPassBundles", "tokenBundles" ] }, "LolEventHubEventOverrideData": { "type": "object", "description": "", "properties": { "eventActive": { "type": "boolean" }, "eventStartDate": { "type": "string" }, "eventProgressEndDate": { "type": "string" }, "eventEndDate": { "type": "string" } }, "additionalProperties": false, "required": [ "eventActive", "eventStartDate", "eventProgressEndDate", "eventEndDate" ] }, "LolEventHubEventPassInfo": { "type": "object", "description": "", "properties": { "eventId": { "type": "string" }, "isPassPurchased": { "type": "boolean" } }, "additionalProperties": false, "required": [ "eventId", "isPassPurchased" ] }, "LolEventHubEventShop": { "type": "object", "description": "", "properties": { "eventId": { "type": "string" }, "eventHubType": { "type": "string" }, "localizedName": { "type": "string" }, "backgroundImage": { "type": "string" }, "navbarIconImage": { "type": "string" }, "headerIconImage": { "type": "string" }, "startDate": { "type": "string" }, "progressEndDate": { "type": "string" }, "endDate": { "type": "string" }, "localizedUpsellTitle": { "type": "string" }, "localizedUpsellTooltipTitle": { "type": "string" }, "localizedUpsellTooltipDescription": { "type": "string" }, "localizedUpsellButtonText": { "type": "string" }, "upsellBackgroundImageUrl": { "type": "string" }, "upsellTooltipBackgroundImageUrl": { "type": "string" }, "helpModalImage": { "type": "string" }, "eventPassBundlesCatalogEntry": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCatalogEntry" } }, "tokenShop": { "$ref": "#/components/schemas/LolEventHubTokenShop" }, "rewardTrack": { "$ref": "#/components/schemas/LolEventHubRewardTrack" } }, "additionalProperties": false, "required": [ "eventId", "eventHubType", "localizedName", "backgroundImage", "navbarIconImage", "headerIconImage", "startDate", "progressEndDate", "endDate", "localizedUpsellTitle", "localizedUpsellTooltipTitle", "localizedUpsellTooltipDescription", "localizedUpsellButtonText", "upsellBackgroundImageUrl", "upsellTooltipBackgroundImageUrl", "helpModalImage", "eventPassBundlesCatalogEntry", "tokenShop", "rewardTrack" ] }, "LolEventHubEventShopClientConfig": { "type": "object", "description": "", "properties": { "disabledOfferIds": { "type": "array", "items": { "type": "string" } }, "contentDrops": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubContentDropClientConfig" } } }, "additionalProperties": false, "required": [ "disabledOfferIds", "contentDrops" ] }, "LolEventHubExternalCatalogInventoryOwnership": { "type": "string", "description": "", "enum": [ "F2P", "LOYALTY", "RENTED", "OWNED" ], "additionalProperties": false }, "LolEventHubExternalCatalogItemCost": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "cost": { "type": "integer", "format": "int64" }, "discount": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "currency", "cost" ] }, "LolEventHubExternalCatalogItemKey": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolEventHubExternalCatalogPluginItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "itemInstanceId": { "type": "string" }, "owned": { "type": "boolean" }, "ownershipType": { "$ref": "#/components/schemas/LolEventHubExternalCatalogInventoryOwnership" }, "inventoryType": { "type": "string" }, "subInventoryType": { "type": "string" }, "name": { "type": "string" }, "subTitle": { "type": "string" }, "description": { "type": "string" }, "imagePath": { "type": "string" }, "tilePath": { "type": "string" }, "purchaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "releaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "inactiveDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubExternalCatalogPluginPrice" } }, "tags": { "type": "array", "items": { "type": "string" } }, "active": { "type": "boolean" }, "sale": { "$ref": "#/components/schemas/LolEventHubExternalCatalogSale" }, "offerId": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "itemInstanceId", "owned", "inventoryType", "subInventoryType", "name", "subTitle", "description", "imagePath", "tilePath", "purchaseDate", "releaseDate", "inactiveDate", "prices", "active" ] }, "LolEventHubExternalCatalogPluginItemAssets": { "type": "object", "description": "", "properties": { "splashPath": { "type": "string" }, "iconPath": { "type": "string" }, "tilePath": { "type": "string" }, "colors": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "splashPath", "iconPath", "tilePath", "colors" ] }, "LolEventHubExternalCatalogPluginItemWithDetails": { "type": "object", "description": "", "properties": { "item": { "$ref": "#/components/schemas/LolEventHubExternalCatalogPluginItem" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "requiredItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubExternalCatalogPluginItemWithDetails" } }, "bundledItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubExternalCatalogPluginItemWithDetails" } }, "minimumBundlePrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubExternalCatalogPluginPrice" } }, "bundledDiscountPrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubExternalCatalogPluginPrice" } }, "metadata": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubExternalItemMetadataEntry" } } }, "additionalProperties": false, "required": [ "item", "quantity", "metadata" ] }, "LolEventHubExternalCatalogPluginPrice": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "cost": { "type": "integer", "format": "int64" }, "costType": { "type": "string" }, "sale": { "$ref": "#/components/schemas/LolEventHubExternalCatalogPluginRetailDiscount" } }, "additionalProperties": false, "required": [ "currency", "cost" ] }, "LolEventHubExternalCatalogPluginRetailDiscount": { "type": "object", "description": "", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "discount": { "type": "number", "format": "float" }, "cost": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "startDate", "endDate", "cost" ] }, "LolEventHubExternalCatalogSale": { "type": "object", "description": "", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubExternalCatalogItemCost" } } }, "additionalProperties": false, "required": [ "startDate", "endDate", "prices" ] }, "LolEventHubExternalItemMetadataEntry": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "value" ] }, "LolEventHubGrantStatus": { "type": "string", "description": "", "enum": [ "FAILED", "FULFILLED", "PENDING_SELECTION", "PENDING_FULFILLMENT" ], "additionalProperties": false }, "LolEventHubGrantorDescription": { "type": "object", "description": "", "properties": { "appName": { "type": "string" }, "entityId": { "type": "string" } }, "additionalProperties": false, "required": [ "appName", "entityId" ] }, "LolEventHubGroup": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" }, "name": { "type": "string" }, "repeat": { "$ref": "#/components/schemas/LolEventHubRepeat" }, "counters": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCounter" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubMilestone" } } }, "additionalProperties": false, "required": [ "id", "productId", "name", "repeat", "counters", "milestones" ] }, "LolEventHubHallOfLegends": { "type": "object", "description": "", "properties": { "eventId": { "type": "string" }, "eventHubType": { "type": "string" }, "localizedName": { "type": "string" }, "navbarIconImage": { "type": "string" }, "headerIconImage": { "type": "string" }, "headerTitleImage": { "type": "string" }, "startDate": { "type": "string" }, "progressEndDate": { "type": "string" }, "endDate": { "type": "string" }, "helpModalImage": { "type": "string" }, "inducteeName": { "type": "string" }, "promotionBannerImage": { "type": "string" }, "eventPassBundlesCatalogEntry": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCatalogEntry" } }, "progressionPurchaseCatalogEntry": { "$ref": "#/components/schemas/LolEventHubCatalogEntry" }, "skinIds": { "type": "array", "items": { "type": "string" } }, "rewardTrack": { "$ref": "#/components/schemas/LolEventHubRewardTrack" }, "narrativeElements": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubNarrativeElement" } }, "localizedUpsellTitle": { "type": "string" }, "localizedUpsellTooltipTitle": { "type": "string" }, "localizedUpsellTooltipDescription": { "type": "string" }, "localizedUpsellButtonText": { "type": "string" }, "upsellBackgroundImageUrl": { "type": "string" }, "upsellTooltipBackgroundImageUrl": { "type": "string" }, "upsellIconUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "eventId", "eventHubType", "localizedName", "navbarIconImage", "headerIconImage", "headerTitleImage", "startDate", "progressEndDate", "endDate", "helpModalImage", "inducteeName", "promotionBannerImage", "eventPassBundlesCatalogEntry", "progressionPurchaseCatalogEntry", "skinIds", "rewardTrack", "narrativeElements", "localizedUpsellTitle", "localizedUpsellTooltipTitle", "localizedUpsellTooltipDescription", "localizedUpsellButtonText", "upsellBackgroundImageUrl", "upsellTooltipBackgroundImageUrl", "upsellIconUrl" ] }, "LolEventHubHallOfLegendsClientConfig": { "type": "object", "description": "", "properties": { "narrativeElements": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubNarrativeElement" } } }, "additionalProperties": false, "required": [ "narrativeElements" ] }, "LolEventHubInventoryCacheEntry": { "type": "object", "description": "", "properties": { "signedInventoryJwt": { "type": "string" }, "expirationMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "issuedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "receivedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "valid": { "type": "boolean" } }, "additionalProperties": false, "required": [ "signedInventoryJwt", "expirationMS", "issuedAtMS", "receivedAtMS", "valid" ] }, "LolEventHubInventoryDTO": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "expires": { "type": "string" }, "itemsJwt": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "accountId", "summonerId", "items", "expires", "itemsJwt" ] }, "LolEventHubInventoryItem": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownershipType": { "$ref": "#/components/schemas/LolEventHubItemOwnershipType" }, "expirationDate": { "type": "string" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "ownershipType", "expirationDate", "wins" ] }, "LolEventHubInventoryItemDTO": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "expirationDate": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownedQuantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "usedInGameDate": { "type": "string" }, "entitlementId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "instanceId": { "type": "string" }, "instanceTypeId": { "type": "string" }, "payload": { "type": "object", "additionalProperties": true }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "loyaltySources": { "type": "array", "items": { "type": "string" } }, "lsb": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "expirationDate", "purchaseDate", "quantity", "ownedQuantity", "usedInGameDate", "entitlementId", "entitlementTypeId", "instanceId", "instanceTypeId", "payload", "f2p", "rental", "loyalty", "loyaltySources", "lsb", "wins" ] }, "LolEventHubInventoryItemWithPayload": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownershipType": { "$ref": "#/components/schemas/LolEventHubItemOwnershipType" }, "expirationDate": { "type": "string" }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "loyaltySources": { "type": "array", "items": { "type": "string" } }, "owned": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 }, "payload": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "ownershipType", "expirationDate", "f2p", "rental", "loyalty", "loyaltySources", "owned", "wins", "payload" ] }, "LolEventHubInventoryNotification": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "type": { "type": "string" }, "acknowledged": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "itemId", "inventoryType", "type", "acknowledged" ] }, "LolEventHubInventoryOwnership": { "type": "string", "description": "", "enum": [ "F2P", "LOYALTY", "RENTED", "OWNED" ], "additionalProperties": false }, "LolEventHubInventoryResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolEventHubInventoryDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolEventHubItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "string" }, "inventoryType": { "type": "string" }, "price": { "type": "integer", "format": "uint32", "minimum": 0 }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "price", "quantity" ] }, "LolEventHubItemChoiceDetails": { "type": "object", "description": "", "properties": { "item": { "$ref": "#/components/schemas/LolEventHubCatalogPluginItem" }, "backgroundImage": { "type": "string" }, "contents": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubItemDetails" } }, "discount": { "type": "string" }, "fullPrice": { "type": "integer", "format": "uint32", "minimum": 0 }, "displayType": { "type": "string" }, "purchaseOptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubPurchaseOption" } } }, "additionalProperties": false, "required": [ "item", "backgroundImage", "contents", "discount", "fullPrice", "displayType", "purchaseOptions" ] }, "LolEventHubItemChoices": { "type": "object", "description": "", "properties": { "choices": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubItemChoiceDetails" } }, "validationErrors": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubValidationErrorEntry" } } }, "additionalProperties": false, "required": [ "choices", "validationErrors" ] }, "LolEventHubItemCost": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "cost": { "type": "integer", "format": "int64" }, "discount": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "currency", "cost" ] }, "LolEventHubItemDefinition": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "subInventoryType": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "subTitle": { "type": "string" }, "imagePath": { "type": "string" }, "owned": { "type": "boolean" }, "assets": { "$ref": "#/components/schemas/LolEventHubCatalogPluginItemAssets" }, "tags": { "type": "array", "items": { "type": "string" } }, "metadata": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubItemMetadataEntry" } }, "bundledItemPrice": { "$ref": "#/components/schemas/LolEventHubBundledItemPricingInfo" }, "loyaltyUnlocked": { "type": "boolean" }, "hasVisibleLootOdds": { "type": "boolean" } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "subInventoryType", "name", "description", "subTitle", "imagePath", "owned", "assets", "tags", "metadata", "loyaltyUnlocked", "hasVisibleLootOdds" ] }, "LolEventHubItemDetails": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "subTitle": { "type": "string" }, "description": { "type": "string" }, "iconUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "title", "subTitle", "description", "iconUrl" ] }, "LolEventHubItemKey": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolEventHubItemMetadataEntry": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "value" ] }, "LolEventHubItemOrderDTO": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "rpCost": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "inventoryType", "itemId", "quantity", "rpCost" ] }, "LolEventHubItemOwnership": { "type": "object", "description": "", "properties": { "itemKey": { "$ref": "#/components/schemas/LolEventHubItemKey" }, "quantity": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "itemKey", "quantity" ] }, "LolEventHubItemOwnershipType": { "type": "string", "description": "", "enum": [ "F2P", "LOYALTY", "RENTED", "OWNED" ], "additionalProperties": false }, "LolEventHubItemPrice": { "type": "object", "description": "", "properties": { "currencyType": { "type": "string" }, "price": { "type": "integer", "format": "int64" }, "purchasable": { "type": "boolean" } }, "additionalProperties": false, "required": [ "currencyType", "price", "purchasable" ] }, "LolEventHubItemSale": { "type": "object", "description": "", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "discount": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "startDate", "endDate" ] }, "LolEventHubItemUIData": { "type": "object", "description": "", "properties": { "itemId": { "type": "string" }, "inventoryType": { "type": "string" }, "price": { "type": "integer", "format": "uint32", "minimum": 0 }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "price", "quantity" ] }, "LolEventHubLoginSession": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "state": { "$ref": "#/components/schemas/LolEventHubLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "idToken" ] }, "LolEventHubLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolEventHubLoyaltyRewards": { "type": "object", "description": "", "properties": { "freeRewardedChampionsCount": { "type": "integer", "format": "int32" }, "championIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "freeRewardedSkinsCount": { "type": "integer", "format": "int32" }, "skinIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "ipBoost": { "type": "integer", "format": "int32" }, "xpBoost": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "loyaltyTFTMapSkinCount": { "type": "integer", "format": "int32" }, "loyaltyTFTCompanionCount": { "type": "integer", "format": "int32" }, "loyaltyTFTDamageSkinCount": { "type": "integer", "format": "int32" }, "loyaltySources": { "type": "object", "additionalProperties": { "type": "boolean" } } }, "additionalProperties": false, "required": [ "freeRewardedChampionsCount", "championIds", "freeRewardedSkinsCount", "skinIds", "ipBoost", "xpBoost", "loyaltyTFTMapSkinCount", "loyaltyTFTCompanionCount", "loyaltyTFTDamageSkinCount", "loyaltySources" ] }, "LolEventHubLoyaltyRewardsSimplified": { "type": "object", "description": "", "properties": { "freeRewardedChampionsCount": { "type": "integer", "format": "int32" }, "championIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "freeRewardedSkinsCount": { "type": "integer", "format": "int32" }, "skinIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "ipBoost": { "type": "integer", "format": "int32" }, "xpBoost": { "type": "integer", "format": "int32" }, "loyaltyTFTMapSkinCount": { "type": "integer", "format": "int32" }, "loyaltyTFTCompanionCount": { "type": "integer", "format": "int32" }, "loyaltyTFTDamageSkinCount": { "type": "integer", "format": "int32" }, "loyaltySources": { "type": "object", "additionalProperties": { "type": "boolean" } } }, "additionalProperties": false, "required": [ "freeRewardedChampionsCount", "championIds", "freeRewardedSkinsCount", "skinIds", "ipBoost", "xpBoost", "loyaltyTFTMapSkinCount", "loyaltyTFTCompanionCount", "loyaltyTFTDamageSkinCount", "loyaltySources" ] }, "LolEventHubLoyaltyStatus": { "type": "string", "description": "", "enum": [ "DISABLED", "REVOKE", "CHANGE", "EXPIRY", "REWARDS_GRANT", "LEGACY" ], "additionalProperties": false }, "LolEventHubLoyaltyStatusNotification": { "type": "object", "description": "", "properties": { "status": { "$ref": "#/components/schemas/LolEventHubLoyaltyStatus" }, "rewards": { "$ref": "#/components/schemas/LolEventHubLoyaltyRewardsSimplified" }, "reloadInventory": { "type": "boolean" } }, "additionalProperties": false, "required": [ "status", "rewards", "reloadInventory" ] }, "LolEventHubMilestone": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "int64" }, "properties": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "name", "groupId", "counterId", "triggerValue", "properties" ] }, "LolEventHubMilestoneInstance": { "type": "object", "description": "", "properties": { "milestoneId": { "type": "string" }, "instanceId": { "type": "string" }, "ownerId": { "type": "string" }, "productId": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "int64" }, "repeatSequence": { "type": "integer", "format": "uint32", "minimum": 0 }, "triggered": { "type": "boolean" }, "triggeredTimestamp": { "type": "string" }, "triggers": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubTrigger" } } }, "additionalProperties": false, "required": [ "milestoneId", "instanceId", "ownerId", "productId", "groupId", "counterId", "triggerValue", "repeatSequence", "triggered", "triggeredTimestamp", "triggers" ] }, "LolEventHubNarrativeElement": { "type": "object", "description": "", "properties": { "localizedNarrativeTitle": { "type": "string" }, "localizedNarrativeDescription": { "type": "string" }, "narrativeBackgroundImage": { "type": "string" }, "narrativeStartingTrackLevel": { "type": "integer", "format": "uint16", "minimum": 0 }, "narrativeVideo": { "$ref": "#/components/schemas/LolEventHubNarrativeVideo" } }, "additionalProperties": false, "required": [ "localizedNarrativeTitle", "localizedNarrativeDescription", "narrativeBackgroundImage", "narrativeStartingTrackLevel", "narrativeVideo" ] }, "LolEventHubNarrativeVideo": { "type": "object", "description": "", "properties": { "localizedNarrativeVideoUrl": { "type": "string" }, "localizedPlayNarrativeButtonLabel": { "type": "string" }, "narrativeVideoIsLockedOnLevel": { "type": "boolean" } }, "additionalProperties": false, "required": [ "localizedNarrativeVideoUrl", "localizedPlayNarrativeButtonLabel" ] }, "LolEventHubNavigationButtonUIData": { "type": "object", "description": "", "properties": { "activeEventId": { "type": "string" }, "showPip": { "type": "boolean" }, "showGlow": { "type": "boolean" }, "iconPath": { "type": "string" }, "eventName": { "type": "string" } }, "additionalProperties": false, "required": [ "activeEventId", "showPip", "showGlow", "iconPath", "eventName" ] }, "LolEventHubNextRewardUIData": { "type": "object", "description": "", "properties": { "thumbIconPath": { "type": "string" }, "state": { "$ref": "#/components/schemas/LolEventHubRewardTrackItemHeaderType" }, "name": { "type": "string" }, "description": { "type": "string" }, "level": { "type": "string" } }, "additionalProperties": false, "required": [ "thumbIconPath", "state", "name", "description", "level" ] }, "LolEventHubOffer": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "localizedTitle": { "type": "string" }, "localizedDescription": { "type": "string" }, "image": { "type": "string" }, "promotionType": { "$ref": "#/components/schemas/LolEventHubOfferPromotionType" }, "offerCategory": { "$ref": "#/components/schemas/LolEventHubOfferCategory" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubItem" } } }, "additionalProperties": false, "required": [ "id", "localizedTitle", "localizedDescription", "image", "promotionType", "offerCategory", "items" ] }, "LolEventHubOfferCategory": { "type": "string", "description": "", "enum": [ "Currencies", "Tft", "Loot", "Borders", "Skins", "Chromas", "Featured" ], "additionalProperties": false }, "LolEventHubOfferPromotionType": { "type": "string", "description": "", "enum": [ "kFeaturedHighlighted", "kFeatured", "kNone" ], "additionalProperties": false }, "LolEventHubOfferStates": { "type": "string", "description": "", "enum": [ "kPurchasing", "kUnrevealed", "kUnavailable", "kAvailable", "kOwned" ], "additionalProperties": false }, "LolEventHubOfferUIData": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "localizedTitle": { "type": "string" }, "localizedDescription": { "type": "string" }, "image": { "type": "string" }, "highlighted": { "type": "boolean" }, "offerState": { "$ref": "#/components/schemas/LolEventHubOfferStates" }, "price": { "type": "integer", "format": "uint32", "minimum": 0 }, "maxQuantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubItemUIData" } } }, "additionalProperties": false, "required": [ "id", "localizedTitle", "localizedDescription", "image", "highlighted", "offerState", "price", "maxQuantity", "items" ] }, "LolEventHubOrderNotificationResource": { "type": "object", "description": "", "properties": { "eventTypeId": { "type": "string" }, "eventType": { "type": "string" }, "status": { "type": "string" } }, "additionalProperties": false, "required": [ "eventTypeId", "eventType", "status" ] }, "LolEventHubPlayerNotification": { "type": "object", "description": "", "properties": { "critical": { "type": "boolean" }, "detailKey": { "type": "string" }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" }, "iconUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "critical", "detailKey", "source", "state", "titleKey", "type", "iconUrl" ] }, "LolEventHubPlayerSettingsData": { "type": "object", "description": "", "properties": { "lastTimeSeen": { "type": "string" }, "lastSeenTokenBalance": { "type": "integer", "format": "int64" }, "lastSeenTokenShopOffersVersion": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "lastTimeSeen", "lastSeenTokenBalance", "lastSeenTokenShopOffersVersion" ] }, "LolEventHubPriceDetail": { "type": "object", "description": "", "properties": { "itemKey": { "$ref": "#/components/schemas/LolEventHubItemKey" }, "price": { "$ref": "#/components/schemas/LolEventHubItemPrice" } }, "additionalProperties": false, "required": [ "itemKey", "price" ] }, "LolEventHubPriceOptionDto": { "type": "object", "description": "", "properties": { "price": { "type": "integer", "format": "int64" }, "currencyType": { "type": "string" }, "currencyPaymentOption": { "type": "string" }, "currencyName": { "type": "string" }, "currencyImagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "price", "currencyType" ] }, "LolEventHubProgressInfoUIData": { "type": "object", "description": "", "properties": { "tokenImage": { "type": "string" }, "passPurchased": { "type": "boolean" }, "eventPassBundlesCatalogEntry": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCatalogEntry" } } }, "additionalProperties": false, "required": [ "tokenImage", "passPurchased", "eventPassBundlesCatalogEntry" ] }, "LolEventHubProgressionPurchaseUIData": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" }, "pricePerLevel": { "type": "integer", "format": "int64" }, "rpBalance": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "offerId", "pricePerLevel", "rpBalance" ] }, "LolEventHubPurchasableItem": { "type": "object", "description": "", "properties": { "item": { "$ref": "#/components/schemas/LolEventHubItemDefinition" }, "dependencies": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubItemDefinition" } }, "bundledItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubItemDefinition" } }, "sale": { "$ref": "#/components/schemas/LolEventHubItemSale" }, "purchaseOptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubPurchaseOption" } }, "validationErrors": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubValidationErrorEntry" } } }, "additionalProperties": false, "required": [ "item", "dependencies", "bundledItems", "purchaseOptions", "validationErrors" ] }, "LolEventHubPurchaseItem": { "type": "object", "description": "", "properties": { "itemKey": { "$ref": "#/components/schemas/LolEventHubItemKey" }, "quantity": { "type": "integer", "format": "int32" }, "source": { "type": "string" }, "purchaseCurrencyInfo": { "$ref": "#/components/schemas/LolEventHubItemPrice" } }, "additionalProperties": false, "required": [ "itemKey", "quantity", "source", "purchaseCurrencyInfo" ] }, "LolEventHubPurchaseOfferOrderStates": { "type": "string", "description": "", "enum": [ "SUCCESS", "FAIL", "IN_PROGRESS", "NOT_STARTED" ], "additionalProperties": false }, "LolEventHubPurchaseOfferOrderStatus": { "type": "object", "description": "", "properties": { "orderState": { "$ref": "#/components/schemas/LolEventHubPurchaseOfferOrderStates" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "orderState", "message" ] }, "LolEventHubPurchaseOfferOrderStatuses": { "type": "object", "description": "", "properties": { "statuses": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolEventHubPurchaseOfferOrderStatus" } } }, "additionalProperties": false, "required": [ "statuses" ] }, "LolEventHubPurchaseOfferRequest": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" }, "purchaseQuantity": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "offerId", "purchaseQuantity" ] }, "LolEventHubPurchaseOfferRequestV3": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" }, "currencyType": { "type": "string" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "price": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "offerId", "currencyType", "quantity", "price" ] }, "LolEventHubPurchaseOfferResponseV3": { "type": "object", "description": "", "properties": { "legacy": { "type": "boolean" }, "orderDto": { "$ref": "#/components/schemas/LolEventHubCapOrdersOrderDto" } }, "additionalProperties": false, "required": [ "legacy" ] }, "LolEventHubPurchaseOption": { "type": "object", "description": "", "properties": { "priceDetails": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubPriceDetail" } } }, "additionalProperties": false, "required": [ "priceDetails" ] }, "LolEventHubPurchaseOrderResponseDTO": { "type": "object", "description": "", "properties": { "rpBalance": { "type": "integer", "format": "int64" }, "ipBalance": { "type": "integer", "format": "int64" }, "transactions": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubTransactionResponseDTO" } } }, "additionalProperties": false, "required": [ "rpBalance", "ipBalance", "transactions" ] }, "LolEventHubPurchaseRequest": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubPurchaseItem" } } }, "additionalProperties": false, "required": [ "items" ] }, "LolEventHubPurchaseResponse": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubPurchaseItem" } }, "transactions": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubTransaction" } }, "useRMSConfirmation": { "type": "boolean" } }, "additionalProperties": false, "required": [ "items", "transactions", "useRMSConfirmation" ] }, "LolEventHubPurchaseWidgetConfig": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "nonRefundableDisclaimerEnabled": { "type": "boolean" }, "alwaysShowPurchaseDisclaimer": { "type": "boolean" } }, "additionalProperties": false, "required": [ "enabled", "nonRefundableDisclaimerEnabled", "alwaysShowPurchaseDisclaimer" ] }, "LolEventHubRMSPayload": { "type": "object", "description": "", "properties": { "productId": { "type": "string" }, "affinities": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "productId", "affinities" ] }, "LolEventHubRegionLocale": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale" ] }, "LolEventHubRepeat": { "type": "object", "description": "", "properties": { "count": { "type": "integer", "format": "int32" }, "scope": { "type": "integer", "format": "uint32", "minimum": 0 }, "multiplier": { "type": "number", "format": "float" }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubMilestone" } }, "repeatTriggers": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubRepeatGroupTrigger" } } }, "additionalProperties": false, "required": [ "count", "scope", "multiplier", "milestones", "repeatTriggers" ] }, "LolEventHubRepeatGroupTrigger": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "counterId": { "type": "string" }, "startTriggerValue": { "type": "integer", "format": "uint16", "minimum": 0 }, "increaseBy": { "type": "integer", "format": "uint16", "minimum": 0 }, "multiplier": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "type", "counterId", "startTriggerValue", "increaseBy", "multiplier" ] }, "LolEventHubRequestDTO-SelectionRequestDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolEventHubSelectionRequestDTO" }, "metadata": { "$ref": "#/components/schemas/LolEventHubRequestMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolEventHubRequestDTO-vector-SelectionRequestDTO": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubSelectionRequestDTO" } }, "metadata": { "$ref": "#/components/schemas/LolEventHubRequestMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolEventHubRequestDTO-vector-string": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "type": "string" } }, "metadata": { "$ref": "#/components/schemas/LolEventHubRequestMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolEventHubRequestMetadataDTO": { "type": "object", "description": "", "properties": { "transactionId": { "type": "string" } }, "additionalProperties": false }, "LolEventHubResponseDTO-SvcRewardGrant": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolEventHubSvcRewardGrant" }, "metadata": { "$ref": "#/components/schemas/LolEventHubResponseMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolEventHubResponseDTO-map-RewardGroupId-SelectGrantStatus": { "type": "object", "description": "", "properties": { "data": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolEventHubSelectGrantStatusResponse" } }, "metadata": { "$ref": "#/components/schemas/LolEventHubResponseMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolEventHubResponseDTO-vector-SvcRewardGrant": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubSvcRewardGrant" } }, "metadata": { "$ref": "#/components/schemas/LolEventHubResponseMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolEventHubResponseDTO-vector-SvcRewardGroup": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubSvcRewardGroup" } }, "metadata": { "$ref": "#/components/schemas/LolEventHubResponseMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolEventHubResponseMetadataDTO": { "type": "object", "description": "", "additionalProperties": true }, "LolEventHubReward": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "itemId": { "type": "string" }, "itemType": { "type": "string" }, "quantity": { "type": "integer", "format": "int32" }, "fulfillmentSource": { "type": "string" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "itemId", "itemType", "quantity", "fulfillmentSource", "media", "localizations" ] }, "LolEventHubRewardGrant": { "type": "object", "description": "", "properties": { "info": { "$ref": "#/components/schemas/LolEventHubSvcRewardGrant" }, "rewardGroup": { "$ref": "#/components/schemas/LolEventHubSvcRewardGroup" } }, "additionalProperties": false, "required": [ "info", "rewardGroup" ] }, "LolEventHubRewardStatus": { "type": "string", "description": "", "enum": [ "FAILED", "FULFILLED", "PENDING" ], "additionalProperties": false }, "LolEventHubRewardStrategy": { "type": "string", "description": "", "enum": [ "SELECTION", "RANDOM", "ALL" ], "additionalProperties": false }, "LolEventHubRewardTrack": { "type": "object", "description": "", "properties": { "trackConfig": { "$ref": "#/components/schemas/LolEventHubRewardTrackConfiguration" } }, "additionalProperties": false, "required": [ "trackConfig" ] }, "LolEventHubRewardTrackConfiguration": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "premiumEntitlementId": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "premiumEntitlementId" ] }, "LolEventHubRewardTrackItem": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolEventHubRewardTrackItemStates" }, "rewardOptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubRewardTrackItemOption" } }, "rewardTags": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubRewardTrackItemTag" } }, "progressRequired": { "type": "integer", "format": "int64" }, "threshold": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "rewardOptions", "rewardTags", "progressRequired", "threshold" ] }, "LolEventHubRewardTrackItemHeaderType": { "type": "string", "description": "", "enum": [ "NONE", "FREE", "PREMIUM" ], "additionalProperties": false }, "LolEventHubRewardTrackItemOption": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolEventHubRewardTrackItemStates" }, "thumbIconPath": { "type": "string" }, "splashImagePath": { "type": "string" }, "selected": { "type": "boolean" }, "overrideFooter": { "type": "string" }, "headerType": { "$ref": "#/components/schemas/LolEventHubRewardTrackItemHeaderType" }, "rewardName": { "type": "string" }, "rewardDescription": { "type": "string" }, "cardSize": { "type": "string" }, "rewardGroupId": { "type": "string" }, "celebrationType": { "$ref": "#/components/schemas/LolEventHubCelebrationType" } }, "additionalProperties": false, "required": [ "state", "thumbIconPath", "splashImagePath", "selected", "overrideFooter", "headerType", "rewardName", "rewardDescription", "cardSize", "rewardGroupId", "celebrationType" ] }, "LolEventHubRewardTrackItemStates": { "type": "string", "description": "", "enum": [ "Selected", "Unselected", "Unlocked", "Locked" ], "additionalProperties": false }, "LolEventHubRewardTrackItemTag": { "type": "string", "description": "", "enum": [ "Multiple", "Choice", "Instant", "Free", "Rare" ], "additionalProperties": false }, "LolEventHubRewardTrackProgress": { "type": "object", "description": "", "properties": { "level": { "type": "integer", "format": "int16" }, "totalLevels": { "type": "integer", "format": "int16" }, "levelProgress": { "type": "integer", "format": "uint16", "minimum": 0 }, "futureLevelProgress": { "type": "integer", "format": "uint16", "minimum": 0 }, "passProgress": { "type": "integer", "format": "int64" }, "currentLevelXP": { "type": "integer", "format": "int64" }, "totalLevelXP": { "type": "integer", "format": "int64" }, "iteration": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "level", "totalLevels", "levelProgress", "futureLevelProgress", "passProgress", "currentLevelXP", "totalLevelXP", "iteration" ] }, "LolEventHubRewardTrackXP": { "type": "object", "description": "", "properties": { "currentLevel": { "type": "integer", "format": "int64" }, "currentLevelXP": { "type": "integer", "format": "int64" }, "totalLevelXP": { "type": "integer", "format": "int64" }, "isBonusPhase": { "type": "boolean" }, "iteration": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "currentLevel", "currentLevelXP", "totalLevelXP", "isBonusPhase", "iteration" ] }, "LolEventHubRewardsConfig": { "type": "object", "description": "", "properties": { "GrantFiltering": { "type": "boolean" } }, "additionalProperties": false, "required": [ "GrantFiltering" ] }, "LolEventHubRiotMessagingServiceMessage": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "timestamp", "payload" ] }, "LolEventHubRmsEntitlementPayload": { "type": "object", "description": "", "properties": { "itemId": { "type": "string" }, "itemTypeId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "resourceOperation": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "itemTypeId", "entitlementTypeId", "resourceOperation" ] }, "LolEventHubRmsStoreEntitlementItem": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "string" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolEventHubRmsStoreEntitlementPayload": { "type": "object", "description": "", "properties": { "transactionId": { "type": "string" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubRmsStoreEntitlementItem" } } }, "additionalProperties": false, "required": [ "transactionId", "items" ] }, "LolEventHubRmsWalletPayload": { "type": "object", "description": "", "additionalProperties": true }, "LolEventHubRmsXboxSubscriptionChange": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "subscriptionId": { "type": "string" }, "active": { "type": "string" }, "identityProvider": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "puuid", "subscriptionId", "active", "identityProvider" ] }, "LolEventHubSale": { "type": "object", "description": "", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubItemCost" } } }, "additionalProperties": false, "required": [ "startDate", "endDate", "prices" ] }, "LolEventHubSelectGrantStatusResponse": { "type": "string", "description": "", "enum": [ "FAILED", "SELECTED" ], "additionalProperties": false }, "LolEventHubSelectionRequestDTO": { "type": "object", "description": "", "properties": { "grantId": { "type": "string" }, "rewardGroupId": { "type": "string" }, "selections": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "grantId", "rewardGroupId", "selections" ] }, "LolEventHubSelectionStrategyConfig": { "type": "object", "description": "", "properties": { "minSelectionsAllowed": { "type": "integer", "format": "uint32", "minimum": 0 }, "maxSelectionsAllowed": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "minSelectionsAllowed", "maxSelectionsAllowed" ] }, "LolEventHubSettingsResource": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolEventHubPlayerSettingsData" }, "schemaVersion": { "type": "integer", "format": "int16" } }, "additionalProperties": false, "required": [ "data", "schemaVersion" ] }, "LolEventHubSimpleInventoryDTO": { "type": "object", "description": "", "properties": { "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "itemsJwt": { "type": "string" }, "expires": { "type": "string" } }, "additionalProperties": false, "required": [ "items", "itemsJwt", "expires" ] }, "LolEventHubSimpleInventoryResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolEventHubSimpleInventoryDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolEventHubSkinLineDescriptionDto": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "iconImagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "title", "description", "iconImagePath" ] }, "LolEventHubSkinLineDescriptionInfo": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "iconPath": { "type": "string" } }, "additionalProperties": false, "required": [ "title", "description", "iconPath" ] }, "LolEventHubSkinLineInfo": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "descriptionInfo": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubSkinLineDescriptionInfo" } }, "splashPath": { "type": "string" }, "tilePath": { "type": "string" }, "collectionCardPath": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "collectionDescription": { "type": "string" }, "tiers": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubSkinLineTier" } } }, "additionalProperties": false, "required": [ "name", "descriptionInfo", "splashPath", "tilePath", "collectionCardPath", "uncenteredSplashPath", "collectionDescription", "tiers" ] }, "LolEventHubSkinLineItemDto": { "type": "object", "description": "", "properties": { "thumbnailImagePath": { "type": "string" }, "largeImagePath": { "type": "string" }, "localizedLongName": { "type": "string" }, "localizedShortName": { "type": "string" }, "largeVideoPath": { "type": "string" } }, "additionalProperties": false, "required": [ "thumbnailImagePath", "localizedLongName", "localizedShortName" ] }, "LolEventHubSkinLineTier": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "stage": { "type": "integer", "format": "int64" }, "description": { "type": "string" }, "splashPath": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "tilePath": { "type": "string" }, "loadScreenPath": { "type": "string" }, "shortName": { "type": "string" }, "splashVideoPath": { "type": "string" }, "collectionSplashVideoPath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "stage", "splashPath", "uncenteredSplashPath", "tilePath", "loadScreenPath", "shortName" ] }, "LolEventHubSummonerIcon": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "itemId" ] }, "LolEventHubSvcRewardGrant": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "granteeId": { "type": "string" }, "rewardGroupId": { "type": "string" }, "dateCreated": { "type": "string" }, "status": { "$ref": "#/components/schemas/LolEventHubGrantStatus" }, "grantElements": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubSvcRewardGrantElement" } }, "selectedIds": { "type": "array", "items": { "type": "string" } }, "viewed": { "type": "boolean" }, "grantorDescription": { "$ref": "#/components/schemas/LolEventHubGrantorDescription" }, "messageParameters": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "id", "granteeId", "rewardGroupId", "dateCreated", "status", "grantElements", "selectedIds", "viewed", "grantorDescription", "messageParameters" ] }, "LolEventHubSvcRewardGrantElement": { "type": "object", "description": "", "properties": { "elementId": { "type": "string" }, "itemId": { "type": "string" }, "itemType": { "type": "string" }, "fulfillmentSource": { "type": "string" }, "status": { "$ref": "#/components/schemas/LolEventHubRewardStatus" }, "quantity": { "type": "integer", "format": "int32" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "elementId", "itemId", "itemType", "fulfillmentSource", "status", "quantity", "media", "localizations" ] }, "LolEventHubSvcRewardGroup": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubReward" } }, "childRewardGroupIds": { "type": "array", "items": { "type": "string" } }, "rewardStrategy": { "$ref": "#/components/schemas/LolEventHubRewardStrategy" }, "selectionStrategyConfig": { "$ref": "#/components/schemas/LolEventHubSelectionStrategyConfig" }, "active": { "type": "boolean" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } }, "celebrationType": { "$ref": "#/components/schemas/LolEventHubCelebrationType" } }, "additionalProperties": false, "required": [ "id", "productId", "types", "rewards", "childRewardGroupIds", "rewardStrategy", "active", "media", "localizations", "celebrationType" ] }, "LolEventHubTokenShop": { "type": "object", "description": "", "properties": { "tokenImage": { "type": "string" }, "tokenName": { "type": "string" }, "tokenUuid": { "type": "string" }, "offers": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubOffer" } }, "contentDrops": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubContentDrop" } }, "tokenBundlesCatalogEntry": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCatalogEntry" } } }, "additionalProperties": false, "required": [ "tokenImage", "tokenName", "tokenUuid", "offers", "contentDrops", "tokenBundlesCatalogEntry" ] }, "LolEventHubTokenShopUIData": { "type": "object", "description": "", "properties": { "tokenName": { "type": "string" }, "tokenImage": { "type": "string" }, "tokenUuid": { "type": "string" }, "offersVersion": { "type": "integer", "format": "uint32", "minimum": 0 }, "tokenBundlesCatalogEntry": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubCatalogEntry" } } }, "additionalProperties": false, "required": [ "tokenName", "tokenImage", "tokenUuid", "offersVersion", "tokenBundlesCatalogEntry" ] }, "LolEventHubTokenUpsell": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "internalName": { "type": "string" }, "title": { "type": "string" }, "buttonText": { "type": "string" }, "tooltipTitle": { "type": "string" }, "tooltipDescription": { "type": "string" }, "purchaseUrl": { "type": "string" }, "tooltipBackgroundUrl": { "type": "string" }, "backgroundUrl": { "type": "string" }, "currencyUrl": { "type": "string" }, "premiumCurrencyName": { "type": "string" }, "dependentInventoryType": { "type": "string" }, "dependentInventoryId": { "type": "integer", "format": "int32" }, "currentlyLocked": { "$ref": "#/components/schemas/LolEventHubTokenUpsellLockedType" }, "lockedCount": { "type": "integer", "format": "int32" }, "startDate": { "type": "string" }, "endDate": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "internalName", "title", "buttonText", "tooltipTitle", "tooltipDescription", "purchaseUrl", "tooltipBackgroundUrl", "backgroundUrl", "currencyUrl", "premiumCurrencyName", "dependentInventoryType", "dependentInventoryId", "currentlyLocked", "lockedCount", "startDate", "endDate" ] }, "LolEventHubTokenUpsellLockedType": { "type": "string", "description": "", "enum": [ "UNLOCKED", "LOCKED", "UNASSIGNED" ], "additionalProperties": false }, "LolEventHubTrackProgressNextReward": { "type": "object", "description": "", "properties": { "currentXP": { "type": "integer", "format": "int64" }, "nextLevelXP": { "type": "integer", "format": "int64" }, "currentLevel": { "type": "integer", "format": "int64" }, "nextReward": { "$ref": "#/components/schemas/LolEventHubNextRewardUIData" } }, "additionalProperties": false, "required": [ "currentXP", "nextLevelXP", "currentLevel", "nextReward" ] }, "LolEventHubTransaction": { "type": "object", "description": "", "properties": { "transactionId": { "type": "string" }, "itemKey": { "$ref": "#/components/schemas/LolEventHubItemKey" }, "itemName": { "type": "string" }, "iconUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "transactionId", "itemKey", "itemName", "iconUrl" ] }, "LolEventHubTransactionResponseDTO": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "inventoryType", "itemId" ] }, "LolEventHubTrigger": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "type", "counterId", "triggerValue" ] }, "LolEventHubUnclaimedRewardsUIData": { "type": "object", "description": "", "properties": { "rewardsCount": { "type": "integer", "format": "int32" }, "lockedTokensCount": { "type": "integer", "format": "int32" }, "timeOfLastUnclaimedReward": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "rewardsCount", "lockedTokensCount", "timeOfLastUnclaimedReward" ] }, "LolEventHubValidateOfferError": { "type": "object", "description": "", "properties": { "errorKey": { "type": "string" }, "meta": { "type": "string" } }, "additionalProperties": false, "required": [ "errorKey", "meta" ] }, "LolEventHubValidateOfferRequestV3": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" } }, "additionalProperties": false, "required": [ "offerId" ] }, "LolEventHubValidateOfferResponseV3": { "type": "object", "description": "", "properties": { "validationErrors": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubValidateOfferError" } } }, "additionalProperties": false, "required": [ "validationErrors" ] }, "LolEventHubValidationError": { "type": "object", "description": "", "properties": { "errorCode": { "type": "string" }, "message": { "type": "string" }, "errorDetails": { "type": "object", "additionalProperties": { "type": "string" } }, "responseItems": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "errorCode", "message", "errorDetails", "responseItems" ] }, "LolEventHubValidationErrorEntry": { "type": "object", "description": "", "properties": { "id": { "type": "string" } }, "additionalProperties": false, "required": [ "id" ] }, "LolEventHubValidationRequest": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubValidationRequestItem" } }, "ownedItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubItemOwnership" } } }, "additionalProperties": false, "required": [ "items", "ownedItems" ] }, "LolEventHubValidationRequestItem": { "type": "object", "description": "", "properties": { "itemKey": { "$ref": "#/components/schemas/LolEventHubItemKey" }, "quantity": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "itemKey", "quantity" ] }, "LolEventHubValidationResponse": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubValidationResponseItem" } }, "valid": { "type": "boolean" } }, "additionalProperties": false, "required": [ "items", "valid" ] }, "LolEventHubValidationResponseItem": { "type": "object", "description": "", "properties": { "itemKey": { "$ref": "#/components/schemas/LolEventHubItemKey" }, "quantity": { "type": "integer", "format": "int32" }, "validationCurrencyInfo": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubItemPrice" } }, "sale": { "$ref": "#/components/schemas/LolEventHubSale" }, "name": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "itemKey", "quantity", "validationCurrencyInfo" ] }, "LolEventHubWallet": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "balances": { "type": "array", "items": { "$ref": "#/components/schemas/LolEventHubBalance" } }, "version": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "accountId", "balances", "version" ] }, "LolEventHubWalletCacheEntry": { "type": "object", "description": "", "properties": { "signedBalancesJwt": { "type": "string" }, "expirationMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "issuedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "receivedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "valid": { "type": "boolean" } }, "additionalProperties": false, "required": [ "signedBalancesJwt", "expirationMS", "issuedAtMS", "receivedAtMS", "valid" ] }, "LolEventHubWalletDTO": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "accountId": { "type": "integer", "format": "int64" }, "expires": { "type": "string" }, "balances": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "balancesJwt": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "accountId", "expires", "balances", "balancesJwt" ] }, "LolEventHubWalletResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolEventHubWalletDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolEventHubXboxSubscriptionStatus": { "type": "object", "description": "", "properties": { "active": { "type": "string" }, "subscriptionId": { "type": "string" } }, "additionalProperties": false, "required": [ "active", "subscriptionId" ] }, "LolFeaturedModesAccountIdAndSummonerId": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId" ] }, "LolFeaturedModesCollectionsOwnership": { "type": "object", "description": "", "properties": { "loyaltyReward": { "type": "boolean" }, "xboxGPReward": { "type": "boolean" }, "owned": { "type": "boolean" } }, "additionalProperties": false, "required": [ "loyaltyReward", "xboxGPReward", "owned" ] }, "LolFeaturedModesCollectionsSummonerIcon": { "type": "object", "description": "", "properties": { "iconId": { "type": "integer", "format": "int32" }, "ownership": { "$ref": "#/components/schemas/LolFeaturedModesCollectionsOwnership" } }, "additionalProperties": false, "required": [ "iconId", "ownership" ] }, "LolFeaturedModesEligibility": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "eligible": { "type": "boolean" }, "restrictions": { "type": "array", "items": { "$ref": "#/components/schemas/LolFeaturedModesEligibilityRestriction" } } }, "additionalProperties": false, "required": [ "queueId", "eligible", "restrictions" ] }, "LolFeaturedModesEligibilityRestriction": { "type": "object", "description": "", "properties": { "restrictionCode": { "$ref": "#/components/schemas/LolFeaturedModesEligibilityRestrictionCode" }, "restrictionArgs": { "type": "object", "additionalProperties": { "type": "string" } }, "expiredTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "restrictionCode", "restrictionArgs", "expiredTimestamp", "summonerIds" ] }, "LolFeaturedModesEligibilityRestrictionCode": { "type": "string", "description": "", "enum": [ "UnknownRestriction", "QueueEntryNotEntitledRestriction", "GameVersionNotSupported", "GameVersionMissing", "GameVersionMismatch", "PrerequisiteQueuesNotPlayedRestriction", "TeamSizeRestriction", "TeamHighMMRMaxSizeRestriction", "PlayerRankedSuspensionRestriction", "PlayerMinorRestriction", "PlayerMinLevelRestriction", "PlayerMaxLevelRestriction", "PlayerLeaverTaintedWarningRestriction", "PlayerLeaverQueueLockoutRestriction", "PlayerLeaverBustedRestriction", "PlayerInGameRestriction", "PlayerDodgeRestriction", "PlayerBingeRestriction", "TeamMinSizeRestriction", "TeamMaxSizeRestriction", "TeamSkillRestriction", "TeamDivisionRestriction", "PlayerAvailableChampionRestriction", "PlayerBannedRestriction", "PlayerTimedRestriction", "PlayerLevelRestriction", "QueueUnsupported", "QueueDisabled" ], "additionalProperties": false }, "LolFeaturedModesFeaturedModesConfig": { "type": "object", "description": "", "properties": { "NotificationsEnabled": { "type": "boolean" }, "QueueToggleNotificationMinutesThreshold": { "type": "integer", "format": "uint32", "minimum": 0 }, "MaxNotificationSaveDelayMinutes": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "NotificationsEnabled", "QueueToggleNotificationMinutesThreshold", "MaxNotificationSaveDelayMinutes" ] }, "LolFeaturedModesGameflowAvailability": { "type": "object", "description": "", "properties": { "isAvailable": { "type": "boolean" }, "state": { "$ref": "#/components/schemas/LolFeaturedModesGameflowAvailabilityState" } }, "additionalProperties": false, "required": [ "isAvailable", "state" ] }, "LolFeaturedModesGameflowAvailabilityState": { "type": "string", "description": "", "enum": [ "Configuration", "InGameFlow", "PlayerBanned", "EligibilityInfoMissing", "Patching", "Initializing", "Available" ], "additionalProperties": false }, "LolFeaturedModesGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolFeaturedModesGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolFeaturedModesGameflowPhase" } }, "additionalProperties": false, "required": [ "phase" ] }, "LolFeaturedModesLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolFeaturedModesLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "summonerId" ] }, "LolFeaturedModesLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolFeaturedModesMaps": { "type": "object", "description": "", "properties": { "gameModeName": { "type": "string" }, "isRGM": { "type": "boolean" }, "assets": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "gameModeName", "isRGM", "assets" ] }, "LolFeaturedModesPlayerNotificationResource": { "type": "object", "description": "", "properties": { "backgroundUrl": { "type": "string" }, "critical": { "type": "boolean" }, "data": { "type": "object", "additionalProperties": { "type": "string" } }, "detailKey": { "type": "string" }, "expires": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "backgroundUrl", "critical", "data", "detailKey", "expires", "iconUrl", "id", "source", "state", "titleKey", "type" ] }, "LolFeaturedModesQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "gameMode": { "type": "string" }, "category": { "$ref": "#/components/schemas/LolFeaturedModesQueueGameCategory" }, "lastToggledOffTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "lastToggledOnTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "queueAvailability": { "$ref": "#/components/schemas/LolFeaturedModesQueueAvailability" } }, "additionalProperties": false, "required": [ "id", "mapId", "name", "gameMode", "category", "lastToggledOffTime", "lastToggledOnTime", "queueAvailability" ] }, "LolFeaturedModesQueueAvailability": { "type": "string", "description": "", "enum": [ "DoesntMeetRequirements", "PlatformDisabled", "Available" ], "additionalProperties": false }, "LolFeaturedModesQueueGameCategory": { "type": "string", "description": "", "enum": [ "Alpha", "VersusAi", "PvP", "Custom", "None" ], "additionalProperties": false }, "LolGameClientChatBuddy": { "type": "object", "description": "", "properties": { "gameName": { "type": "string" }, "tagLine": { "type": "string" }, "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "gameName", "tagLine", "puuid", "summonerId" ] }, "LolGameClientChatConversationMessageResource": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "fromSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "fromId": { "type": "string" }, "body": { "type": "string" }, "timestamp": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "fromSummonerId", "fromId", "body", "timestamp" ] }, "LolGameClientChatConversationResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "name": { "type": "string" }, "gameName": { "type": "string" }, "gameTag": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "type", "name", "gameName", "gameTag" ] }, "LolGameClientChatFriendResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "id": { "type": "string" }, "puuid": { "type": "string" }, "gameName": { "type": "string" }, "gameTag": { "type": "string" }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "id", "puuid", "gameName", "gameTag", "name" ] }, "LolGameClientChatGameClientChatMessageResource": { "type": "object", "description": "", "properties": { "fromSummonerName": { "type": "string" }, "body": { "type": "string" } }, "additionalProperties": false, "required": [ "fromSummonerName", "body" ] }, "LolGameClientChatMessageToPlayer": { "type": "object", "description": "", "properties": { "gameName": { "type": "string" }, "tagLine": { "type": "string" }, "body": { "type": "string" } }, "additionalProperties": false, "required": [ "gameName", "tagLine", "body" ] }, "LolGameClientChatMutedPlayerInfo": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "obfuscatedPuuid": { "type": "string" }, "obfuscatedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "puuid", "summonerId", "obfuscatedPuuid", "obfuscatedSummonerId" ] }, "LolGameQueuesLoginDataPacket": { "type": "object", "description": "", "properties": { "gameTypeConfigs": { "type": "array", "items": { "$ref": "#/components/schemas/LolGameQueuesQueueGameTypeConfig" } } }, "additionalProperties": false, "required": [ "gameTypeConfigs" ] }, "LolGameQueuesLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolGameQueuesLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "connected" ] }, "LolGameQueuesLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolGameQueuesOperationalQueueConfig": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "isEnabled": { "type": "boolean" }, "mutators": { "type": "string" }, "isVisibleInClient": { "type": "boolean" }, "isSpectatable": { "type": "boolean" } }, "additionalProperties": false, "required": [ "queueId", "isEnabled", "mutators", "isVisibleInClient", "isSpectatable" ] }, "LolGameQueuesOperationalSpectatorConfig": { "type": "object", "description": "", "properties": { "isEnabled": { "type": "boolean" }, "isUsingOperationalConfig": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isEnabled", "isUsingOperationalConfig" ] }, "LolGameQueuesPlatformConfigEnabledMap": { "type": "object", "description": "", "properties": { "gameMapId": { "type": "integer", "format": "int32" }, "minPlayers": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "gameMapId", "minPlayers" ] }, "LolGameQueuesQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "description": { "type": "string" }, "detailedDescription": { "type": "string" }, "type": { "type": "string" }, "gameMode": { "type": "string" }, "assetMutator": { "type": "string" }, "maxTierForPremadeSize2": { "type": "string" }, "maxDivisionForPremadeSize2": { "type": "string" }, "category": { "$ref": "#/components/schemas/LolGameQueuesQueueGameCategory" }, "gameTypeConfig": { "$ref": "#/components/schemas/LolGameQueuesQueueGameTypeConfig" }, "numPlayersPerTeam": { "type": "integer", "format": "int32" }, "minimumParticipantListSize": { "type": "integer", "format": "int32" }, "maximumParticipantListSize": { "type": "integer", "format": "int32" }, "minLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "isRanked": { "type": "boolean" }, "areFreeChampionsAllowed": { "type": "boolean" }, "isTeamBuilderManaged": { "type": "boolean" }, "queueAvailability": { "$ref": "#/components/schemas/LolGameQueuesQueueAvailability" }, "isVisible": { "type": "boolean" }, "queueRewards": { "$ref": "#/components/schemas/LolGameQueuesQueueReward" }, "spectatorEnabled": { "type": "boolean" }, "championsRequiredToPlay": { "type": "integer", "format": "uint32", "minimum": 0 }, "allowablePremadeSizes": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "showPositionSelector": { "type": "boolean" }, "showQuickPlaySlotSelection": { "type": "boolean" }, "lastToggledOffTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "lastToggledOnTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "removalFromGameAllowed": { "type": "boolean" }, "removalFromGameDelayMinutes": { "type": "integer", "format": "int32" }, "gameSelectModeGroup": { "type": "string" }, "gameSelectCategory": { "type": "string" }, "gameSelectPriority": { "type": "integer", "format": "uint8", "minimum": 0 }, "isSkillTreeQueue": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "mapId", "name", "shortName", "description", "detailedDescription", "type", "gameMode", "assetMutator", "maxTierForPremadeSize2", "maxDivisionForPremadeSize2", "category", "gameTypeConfig", "numPlayersPerTeam", "minimumParticipantListSize", "maximumParticipantListSize", "minLevel", "isRanked", "areFreeChampionsAllowed", "isTeamBuilderManaged", "queueAvailability", "isVisible", "queueRewards", "spectatorEnabled", "championsRequiredToPlay", "allowablePremadeSizes", "showPositionSelector", "showQuickPlaySlotSelection", "lastToggledOffTime", "lastToggledOnTime", "removalFromGameAllowed", "removalFromGameDelayMinutes", "gameSelectModeGroup", "gameSelectCategory", "gameSelectPriority", "isSkillTreeQueue" ] }, "LolGameQueuesQueueAvailability": { "type": "string", "description": "", "enum": [ "DoesntMeetRequirements", "PlatformDisabled", "Available" ], "additionalProperties": false }, "LolGameQueuesQueueCustomGame": { "type": "object", "description": "", "properties": { "subcategories": { "type": "array", "items": { "$ref": "#/components/schemas/LolGameQueuesQueueCustomGameSubcategory" } }, "queueAvailability": { "$ref": "#/components/schemas/LolGameQueuesQueueAvailability" }, "spectatorPolicies": { "type": "array", "items": { "$ref": "#/components/schemas/LolGameQueuesQueueCustomGameSpectatorPolicy" } }, "spectatorSlotLimit": { "type": "integer", "format": "uint32", "minimum": 0 }, "gameServerRegions": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "subcategories", "queueAvailability", "spectatorPolicies", "spectatorSlotLimit" ] }, "LolGameQueuesQueueCustomGameSpectatorPolicy": { "type": "string", "description": "", "enum": [ "AllAllowed", "FriendsAllowed", "LobbyAllowed", "NotAllowed" ], "additionalProperties": false }, "LolGameQueuesQueueCustomGameSubcategory": { "type": "object", "description": "", "properties": { "mapId": { "type": "integer", "format": "int32" }, "gameMode": { "type": "string" }, "mutators": { "type": "array", "items": { "$ref": "#/components/schemas/LolGameQueuesQueueGameTypeConfig" } }, "numPlayersPerTeam": { "type": "integer", "format": "int32" }, "minimumParticipantListSize": { "type": "integer", "format": "int32" }, "maximumParticipantListSize": { "type": "integer", "format": "int32" }, "maxPlayerCount": { "type": "integer", "format": "int32" }, "minLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "queueAvailability": { "$ref": "#/components/schemas/LolGameQueuesQueueAvailability" }, "customSpectatorPolicies": { "type": "array", "items": { "$ref": "#/components/schemas/LolGameQueuesQueueCustomGameSpectatorPolicy" } } }, "additionalProperties": false, "required": [ "mapId", "gameMode", "mutators", "numPlayersPerTeam", "minimumParticipantListSize", "maximumParticipantListSize", "maxPlayerCount", "minLevel", "queueAvailability", "customSpectatorPolicies" ] }, "LolGameQueuesQueueGameCategory": { "type": "string", "description": "", "enum": [ "Alpha", "VersusAi", "PvP", "Custom", "None" ], "additionalProperties": false }, "LolGameQueuesQueueGameTypeConfig": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "maxAllowableBans": { "type": "integer", "format": "int32" }, "allowTrades": { "type": "boolean" }, "exclusivePick": { "type": "boolean" }, "duplicatePick": { "type": "boolean" }, "teamChampionPool": { "type": "boolean" }, "crossTeamChampionPool": { "type": "boolean" }, "advancedLearningQuests": { "type": "boolean" }, "battleBoost": { "type": "boolean" }, "deathMatch": { "type": "boolean" }, "doNotRemove": { "type": "boolean" }, "learningQuests": { "type": "boolean" }, "onboardCoopBeginner": { "type": "boolean" }, "reroll": { "type": "boolean" }, "mainPickTimerDuration": { "type": "integer", "format": "int32" }, "postPickTimerDuration": { "type": "integer", "format": "int32" }, "banTimerDuration": { "type": "integer", "format": "int32" }, "pickMode": { "type": "string" }, "banMode": { "type": "string" }, "gameModeOverride": { "type": "string" }, "numPlayersPerTeamOverride": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "name", "maxAllowableBans", "allowTrades", "exclusivePick", "duplicatePick", "teamChampionPool", "crossTeamChampionPool", "advancedLearningQuests", "battleBoost", "deathMatch", "doNotRemove", "learningQuests", "onboardCoopBeginner", "reroll", "mainPickTimerDuration", "postPickTimerDuration", "banTimerDuration", "pickMode", "banMode" ] }, "LolGameQueuesQueueReward": { "type": "object", "description": "", "properties": { "isIpEnabled": { "type": "boolean" }, "isXpEnabled": { "type": "boolean" }, "isChampionPointsEnabled": { "type": "boolean" }, "partySizeIpRewards": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "isIpEnabled", "isXpEnabled", "isChampionPointsEnabled", "partySizeIpRewards" ] }, "LolGameQueuesQueueTranslation": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "description": { "type": "string" }, "detailedDescription": { "type": "string" }, "gameSelectModeGroup": { "type": "string" }, "gameSelectCategory": { "type": "string" }, "gameSelectPriority": { "type": "integer", "format": "uint8", "minimum": 0 }, "isSkillTreeQueue": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "name", "shortName", "description", "detailedDescription", "gameSelectModeGroup", "gameSelectCategory", "gameSelectPriority", "isSkillTreeQueue" ] }, "LolGameSettingsLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolGameSettingsLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId" ] }, "LolGameSettingsLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolGameSettingsgamesettingsgameclient": { "type": "object", "description": "", "properties": { "running": { "type": "boolean" } }, "additionalProperties": false, "required": [ "running" ] }, "LolGameSettingsgamesettingsgameflowsession": { "type": "object", "description": "", "properties": { "gameClient": { "$ref": "#/components/schemas/LolGameSettingsgamesettingsgameclient" } }, "additionalProperties": false, "required": [ "gameClient" ] }, "LolGameflowCrashReportingSettings": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "enabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "type", "enabled" ] }, "LolGameflowGameModeSpellList": { "type": "object", "description": "", "properties": { "spells": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "spells" ] }, "LolGameflowGameStateUpdate": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameState": { "type": "string" }, "gameType": { "type": "string" }, "errorMessage": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "gameState", "gameType", "errorMessage" ] }, "LolGameflowGameflowAvailability": { "type": "object", "description": "", "properties": { "isAvailable": { "type": "boolean" }, "state": { "$ref": "#/components/schemas/LolGameflowGameflowAvailabilityState" } }, "additionalProperties": false, "required": [ "isAvailable", "state" ] }, "LolGameflowGameflowAvailabilityState": { "type": "string", "description": "", "enum": [ "EligibilityInfoMissing", "Configuration", "InGameFlow", "PlayerBanned", "Patching", "Initializing", "Available" ], "additionalProperties": false }, "LolGameflowGameflowGameClient": { "type": "object", "description": "", "properties": { "serverIp": { "type": "string" }, "serverPort": { "type": "integer", "format": "uint16", "minimum": 0 }, "observerServerIp": { "type": "string" }, "observerServerPort": { "type": "integer", "format": "uint16", "minimum": 0 }, "running": { "type": "boolean" }, "visible": { "type": "boolean" } }, "additionalProperties": false, "required": [ "serverIp", "serverPort", "observerServerIp", "observerServerPort", "running", "visible" ] }, "LolGameflowGameflowGameData": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "queue": { "$ref": "#/components/schemas/LolGameflowQueue" }, "isCustomGame": { "type": "boolean" }, "gameName": { "type": "string" }, "password": { "type": "string" }, "teamOne": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "teamTwo": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "playerChampionSelections": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "spectatorsAllowed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "gameId", "queue", "isCustomGame", "gameName", "password", "teamOne", "teamTwo", "playerChampionSelections", "spectatorsAllowed" ] }, "LolGameflowGameflowGameDodge": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolGameflowGameflowGameDodgeState" }, "dodgeIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "phase": { "$ref": "#/components/schemas/LolGameflowGameflowPhase" } }, "additionalProperties": false, "required": [ "state", "dodgeIds", "phase" ] }, "LolGameflowGameflowGameDodgeState": { "type": "string", "description": "", "enum": [ "TournamentDodged", "StrangerDodged", "PartyDodged", "Invalid" ], "additionalProperties": false }, "LolGameflowGameflowGameMap": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "mapStringId": { "type": "string" }, "gameMode": { "type": "string" }, "gameModeName": { "type": "string" }, "gameModeShortName": { "type": "string" }, "gameMutator": { "type": "string" }, "isRGM": { "type": "boolean" }, "description": { "type": "string" }, "platformId": { "type": "string" }, "platformName": { "type": "string" }, "assets": { "type": "object", "additionalProperties": true }, "categorizedContentBundles": { "type": "object", "additionalProperties": true }, "properties": { "type": "object", "additionalProperties": true }, "perPositionRequiredSummonerSpells": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolGameflowGameModeSpellList" } }, "perPositionDisallowedSummonerSpells": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolGameflowGameModeSpellList" } } }, "additionalProperties": false, "required": [ "id", "name", "mapStringId", "gameMode", "gameModeName", "gameModeShortName", "gameMutator", "isRGM", "description", "platformId", "platformName", "assets", "categorizedContentBundles", "properties", "perPositionRequiredSummonerSpells", "perPositionDisallowedSummonerSpells" ] }, "LolGameflowGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolGameflowGameflowProcessInfo": { "type": "object", "description": "", "properties": { "pid": { "type": "integer", "format": "uint32", "minimum": 0 }, "rawArgs": { "type": "array", "items": { "type": "string" } }, "standalone": { "type": "boolean" } }, "additionalProperties": false, "required": [ "pid", "rawArgs", "standalone" ] }, "LolGameflowGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolGameflowGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolGameflowGameflowGameData" }, "gameClient": { "$ref": "#/components/schemas/LolGameflowGameflowGameClient" }, "map": { "$ref": "#/components/schemas/LolGameflowGameflowGameMap" }, "gameDodge": { "$ref": "#/components/schemas/LolGameflowGameflowGameDodge" } }, "additionalProperties": false, "required": [ "phase", "gameData", "gameClient", "map", "gameDodge" ] }, "LolGameflowGameflowWatchPhase": { "type": "string", "description": "", "enum": [ "WatchFailedToLaunch", "WatchInProgress", "WatchStarted", "None" ], "additionalProperties": false }, "LolGameflowInstallPaths": { "type": "object", "description": "", "properties": { "gameInstallRoot": { "type": "string" }, "gameExecutablePath": { "type": "string" } }, "additionalProperties": false, "required": [ "gameInstallRoot", "gameExecutablePath" ] }, "LolGameflowLobbyStatus": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "isCustom": { "type": "boolean" }, "isPracticeTool": { "type": "boolean" }, "isLeader": { "type": "boolean" }, "isSpectator": { "type": "boolean" }, "allowedPlayAgain": { "type": "boolean" }, "memberSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "invitedSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "lobbyId": { "type": "string" }, "customSpectatorPolicy": { "$ref": "#/components/schemas/LolGameflowQueueCustomGameSpectatorPolicy" } }, "additionalProperties": false, "required": [ "queueId", "isCustom", "isPracticeTool", "isLeader", "isSpectator", "allowedPlayAgain", "memberSummonerIds", "invitedSummonerIds", "customSpectatorPolicy" ] }, "LolGameflowLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolGameflowLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "connected" ] }, "LolGameflowLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolGameflowPatcherProductState": { "type": "object", "description": "", "properties": { "isCorrupted": { "type": "boolean" }, "isStopped": { "type": "boolean" }, "isUpToDate": { "type": "boolean" }, "isUpdateAvailable": { "type": "boolean" }, "action": { "$ref": "#/components/schemas/LolGameflowPatcherProductStateAction" } }, "additionalProperties": false, "required": [ "isCorrupted", "isStopped", "isUpToDate", "isUpdateAvailable", "action" ] }, "LolGameflowPatcherProductStateAction": { "type": "string", "description": "", "enum": [ "Migrating", "Repairing", "Patching", "CheckingForUpdates", "Idle" ], "additionalProperties": false }, "LolGameflowPlayerStatus": { "type": "object", "description": "", "properties": { "currentLobbyStatus": { "$ref": "#/components/schemas/LolGameflowLobbyStatus" }, "lastQueuedLobbyStatus": { "$ref": "#/components/schemas/LolGameflowLobbyStatus" }, "canInviteOthersAtEog": { "type": "boolean" } }, "additionalProperties": false, "required": [ "canInviteOthersAtEog" ] }, "LolGameflowQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "description": { "type": "string" }, "detailedDescription": { "type": "string" }, "type": { "type": "string" }, "gameMode": { "type": "string" }, "assetMutator": { "type": "string" }, "category": { "$ref": "#/components/schemas/LolGameflowQueueGameCategory" }, "gameTypeConfig": { "$ref": "#/components/schemas/LolGameflowQueueGameTypeConfig" }, "numPlayersPerTeam": { "type": "integer", "format": "int32" }, "minimumParticipantListSize": { "type": "integer", "format": "int32" }, "maximumParticipantListSize": { "type": "integer", "format": "int32" }, "minLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "isRanked": { "type": "boolean" }, "areFreeChampionsAllowed": { "type": "boolean" }, "isTeamBuilderManaged": { "type": "boolean" }, "queueAvailability": { "$ref": "#/components/schemas/LolGameflowQueueAvailability" }, "queueRewards": { "$ref": "#/components/schemas/LolGameflowQueueReward" }, "spectatorEnabled": { "type": "boolean" }, "championsRequiredToPlay": { "type": "integer", "format": "uint32", "minimum": 0 }, "allowablePremadeSizes": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "showPositionSelector": { "type": "boolean" }, "lastToggledOffTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "lastToggledOnTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "removalFromGameAllowed": { "type": "boolean" }, "removalFromGameDelayMinutes": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "mapId", "name", "shortName", "description", "detailedDescription", "type", "gameMode", "assetMutator", "category", "gameTypeConfig", "numPlayersPerTeam", "minimumParticipantListSize", "maximumParticipantListSize", "minLevel", "isRanked", "areFreeChampionsAllowed", "isTeamBuilderManaged", "queueAvailability", "queueRewards", "spectatorEnabled", "championsRequiredToPlay", "allowablePremadeSizes", "showPositionSelector", "lastToggledOffTime", "lastToggledOnTime", "removalFromGameAllowed", "removalFromGameDelayMinutes" ] }, "LolGameflowQueueAvailability": { "type": "string", "description": "", "enum": [ "DoesntMeetRequirements", "PlatformDisabled", "Available" ], "additionalProperties": false }, "LolGameflowQueueCustomGameSpectatorPolicy": { "type": "string", "description": "", "enum": [ "AllAllowed", "FriendsAllowed", "LobbyAllowed", "NotAllowed" ], "additionalProperties": false }, "LolGameflowQueueGameCategory": { "type": "string", "description": "", "enum": [ "Alpha", "VersusAi", "PvP", "Custom", "None" ], "additionalProperties": false }, "LolGameflowQueueGameTypeConfig": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "maxAllowableBans": { "type": "integer", "format": "int32" }, "allowTrades": { "type": "boolean" }, "exclusivePick": { "type": "boolean" }, "duplicatePick": { "type": "boolean" }, "teamChampionPool": { "type": "boolean" }, "crossTeamChampionPool": { "type": "boolean" }, "advancedLearningQuests": { "type": "boolean" }, "battleBoost": { "type": "boolean" }, "deathMatch": { "type": "boolean" }, "doNotRemove": { "type": "boolean" }, "learningQuests": { "type": "boolean" }, "onboardCoopBeginner": { "type": "boolean" }, "reroll": { "type": "boolean" }, "mainPickTimerDuration": { "type": "integer", "format": "int32" }, "postPickTimerDuration": { "type": "integer", "format": "int32" }, "banTimerDuration": { "type": "integer", "format": "int32" }, "pickMode": { "type": "string" }, "banMode": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "maxAllowableBans", "allowTrades", "exclusivePick", "duplicatePick", "teamChampionPool", "crossTeamChampionPool", "advancedLearningQuests", "battleBoost", "deathMatch", "doNotRemove", "learningQuests", "onboardCoopBeginner", "reroll", "mainPickTimerDuration", "postPickTimerDuration", "banTimerDuration", "pickMode", "banMode" ] }, "LolGameflowQueueReward": { "type": "object", "description": "", "properties": { "isIpEnabled": { "type": "boolean" }, "isXpEnabled": { "type": "boolean" }, "isChampionPointsEnabled": { "type": "boolean" }, "partySizeIpRewards": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "isIpEnabled", "isXpEnabled", "isChampionPointsEnabled", "partySizeIpRewards" ] }, "LolGameflowRegionLocale": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale" ] }, "LolGameflowRegistrationStatus": { "type": "object", "description": "", "properties": { "complete": { "type": "boolean" }, "errorCodes": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "complete", "errorCodes" ] }, "LolGameflowReplaysSettingsData": { "type": "object", "description": "", "properties": { "highlights-folder-path": { "type": "string" } }, "additionalProperties": false, "required": [ "highlights-folder-path" ] }, "LolGameflowReplaysSettingsResource": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolGameflowReplaysSettingsData" } }, "additionalProperties": false, "required": [ "data" ] }, "LolGameflowSpectateGameInfoResource": { "type": "object", "description": "", "properties": { "dropInSpectateGameId": { "type": "string" }, "gameQueueType": { "type": "string" }, "allowObserveMode": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "dropInSpectateGameId", "gameQueueType", "allowObserveMode", "puuid" ] }, "LolGeoinfoGeoInfo": { "type": "object", "description": "", "properties": { "country": { "type": "string" }, "city": { "type": "string" }, "region": { "type": "string" } }, "additionalProperties": false, "required": [ "country", "city", "region" ] }, "LolGeoinfoGeoInfoConfig": { "type": "object", "description": "", "properties": { "Enabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "Enabled" ] }, "LolGeoinfoGeoInfoResponse": { "type": "object", "description": "", "properties": { "success": { "type": "boolean" }, "geoInfo": { "$ref": "#/components/schemas/LolGeoinfoGeoInfo" }, "errorMessage": { "type": "string" }, "isLatest": { "type": "boolean" }, "isInitialized": { "type": "boolean" } }, "additionalProperties": false, "required": [ "success", "geoInfo", "errorMessage", "isLatest", "isInitialized" ] }, "LolGeoinfoLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolGeoinfoLoginSessionState" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId" ] }, "LolGeoinfoLoginSessionState": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolGeoinfoWhereAmIRequest": { "type": "object", "description": "", "properties": { "ipAddress": { "type": "string" } }, "additionalProperties": false, "required": [ "ipAddress" ] }, "LolGeoinfoWhereAmIResponse": { "type": "object", "description": "", "properties": { "country": { "type": "string" }, "city": { "type": "string" }, "region": { "type": "string" } }, "additionalProperties": false, "required": [ "country", "city", "region" ] }, "LolHeartbeatLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolHeartbeatLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId" ] }, "LolHeartbeatLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolHighlightsHighlight": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" }, "filepath": { "type": "string" }, "url": { "type": "string" }, "mtimeMsUtc": { "type": "integer", "format": "uint64", "minimum": 0 }, "mtimeIso8601": { "type": "string" }, "fileSizeBytes": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "id", "name", "filepath", "url", "mtimeMsUtc", "mtimeIso8601", "fileSizeBytes" ] }, "LolHighlightsHighlightsConfig": { "type": "object", "description": "", "properties": { "isHighlightsEnabled": { "type": "boolean" }, "invalidHighlightNameCharacters": { "type": "string" } }, "additionalProperties": false, "required": [ "isHighlightsEnabled", "invalidHighlightNameCharacters" ] }, "LolHighlightsHighlightsDynamicConfig": { "type": "object", "description": "", "properties": { "Enabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "Enabled" ] }, "LolHighlightsHighlightsSettingsData": { "type": "object", "description": "", "properties": { "highlights-folder-path": { "type": "string" } }, "additionalProperties": false, "required": [ "highlights-folder-path" ] }, "LolHighlightsHighlightsSettingsResource": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolHighlightsHighlightsSettingsData" } }, "additionalProperties": false, "required": [ "data" ] }, "LolHonorV2AccountIdAndSummonerId": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "accountId", "summonerId" ] }, "LolHonorV2ApiHonorPlayerServerRequest": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "honorType": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId", "puuid", "honorType", "gameId" ] }, "LolHonorV2ApiHonorPlayerServerRequestV3": { "type": "object", "description": "", "properties": { "recipientPuuid": { "type": "string" }, "honorType": { "type": "string" } }, "additionalProperties": false, "required": [ "recipientPuuid", "honorType" ] }, "LolHonorV2ApiSubmitBallotRequest": { "type": "object", "description": "", "properties": { "honorRequests": { "type": "array", "items": { "$ref": "#/components/schemas/LolHonorV2ApiHonorPlayerServerRequestV3" } } }, "additionalProperties": false, "required": [ "honorRequests" ] }, "LolHonorV2Ballot": { "type": "object", "description": "", "properties": { "eligibleAllies": { "type": "array", "items": { "$ref": "#/components/schemas/LolHonorV2EligiblePlayer" } }, "eligibleOpponents": { "type": "array", "items": { "$ref": "#/components/schemas/LolHonorV2EligiblePlayer" } }, "votePool": { "$ref": "#/components/schemas/LolHonorV2VotePool" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "honoredPlayers": { "type": "array", "items": { "$ref": "#/components/schemas/LolHonorV2ApiHonorPlayerServerRequestV3" } } }, "additionalProperties": false, "required": [ "eligibleAllies", "eligibleOpponents", "votePool", "gameId", "honoredPlayers" ] }, "LolHonorV2DynamicHonorMessage": { "type": "object", "description": "", "properties": { "messageId": { "type": "string" }, "value": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "messageId", "value" ] }, "LolHonorV2EligiblePlayer": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "championName": { "type": "string" }, "skinSplashPath": { "type": "string" }, "role": { "type": "string" }, "botPlayer": { "type": "boolean" } }, "additionalProperties": false, "required": [ "puuid", "summonerId", "summonerName", "championName", "skinSplashPath", "role", "botPlayer" ] }, "LolHonorV2EndOfGamePlayer": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "botPlayer": { "type": "boolean" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "leaver": { "type": "boolean" }, "summonerName": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "skinSplashPath": { "type": "string" }, "championName": { "type": "string" }, "detectedTeamPosition": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "botPlayer", "gameId", "leaver", "summonerName", "summonerId", "skinSplashPath", "championName", "detectedTeamPosition" ] }, "LolHonorV2EndOfGameStats": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameType": { "type": "string" }, "gameMutators": { "type": "array", "items": { "type": "string" } }, "invalid": { "type": "boolean" }, "queueType": { "type": "string" }, "ranked": { "type": "boolean" }, "reportGameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "teams": { "type": "array", "items": { "$ref": "#/components/schemas/LolHonorV2EndOfGameTeam" } }, "localPlayer": { "$ref": "#/components/schemas/LolHonorV2EndOfGamePlayer" }, "gameEndedInEarlySurrender": { "type": "boolean" } }, "additionalProperties": false, "required": [ "gameId", "gameType", "gameMutators", "invalid", "queueType", "ranked", "reportGameId", "teams", "localPlayer", "gameEndedInEarlySurrender" ] }, "LolHonorV2EndOfGameTeam": { "type": "object", "description": "", "properties": { "players": { "type": "array", "items": { "$ref": "#/components/schemas/LolHonorV2EndOfGamePlayer" } }, "isPlayerTeam": { "type": "boolean" } }, "additionalProperties": false, "required": [ "players", "isPlayerTeam" ] }, "LolHonorV2GameflowGameData": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "queue": { "$ref": "#/components/schemas/LolHonorV2Queue" } }, "additionalProperties": false, "required": [ "gameId", "queue" ] }, "LolHonorV2GameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolHonorV2GameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolHonorV2GameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolHonorV2GameflowGameData" } }, "additionalProperties": false, "required": [ "phase", "gameData" ] }, "LolHonorV2Honor": { "type": "object", "description": "", "properties": { "honorCategory": { "type": "string" }, "voterRelationship": { "type": "string" }, "senderPuuid": { "type": "string" } }, "additionalProperties": false, "required": [ "honorCategory", "voterRelationship", "senderPuuid" ] }, "LolHonorV2HonorConfig": { "type": "object", "description": "", "properties": { "Enabled": { "type": "boolean" }, "SecondsToVote": { "type": "integer", "format": "int32" }, "HonorVisibilityEnabled": { "type": "boolean" }, "HonorSuggestionsEnabled": { "type": "boolean" }, "honorEndpointsV2Enabled": { "type": "boolean" }, "ceremonyV3Enabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "Enabled", "SecondsToVote", "HonorVisibilityEnabled", "HonorSuggestionsEnabled", "honorEndpointsV2Enabled", "ceremonyV3Enabled" ] }, "LolHonorV2HonorInteraction": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "displayName": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "puuid", "displayName", "gameId", "summonerId" ] }, "LolHonorV2HonorRecipient": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "honors": { "type": "array", "items": { "$ref": "#/components/schemas/LolHonorV2Honor" } } }, "additionalProperties": false, "required": [ "puuid", "gameId", "honors" ] }, "LolHonorV2HonorSummoner": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "displayName": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "puuid", "displayName", "summonerId" ] }, "LolHonorV2LoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolHonorV2LoginSessionStates" } }, "additionalProperties": false, "required": [ "state" ] }, "LolHonorV2LoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolHonorV2Mail": { "type": "object", "description": "", "properties": { "mailId": { "type": "string" }, "message": { "type": "string" }, "state": { "type": "string" }, "createdAt": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "mailId", "message", "state", "createdAt" ] }, "LolHonorV2MutualHonor": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summoners": { "type": "array", "items": { "$ref": "#/components/schemas/LolHonorV2MutualHonorPlayer" } } }, "additionalProperties": false, "required": [ "gameId", "summoners" ] }, "LolHonorV2MutualHonorPlayer": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "championId": { "type": "integer", "format": "int32" }, "skinId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "summonerId", "championId", "skinId" ] }, "LolHonorV2ProfileInfo": { "type": "object", "description": "", "properties": { "honorLevel": { "type": "integer", "format": "int32" }, "checkpoint": { "type": "integer", "format": "int32" }, "rewardsLocked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "honorLevel", "checkpoint", "rewardsLocked" ] }, "LolHonorV2Queue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "type": { "type": "string" }, "gameMode": { "type": "string" }, "removalFromGameAllowed": { "type": "boolean" }, "removalFromGameDelayMinutes": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "mapId", "type", "gameMode", "removalFromGameAllowed", "removalFromGameDelayMinutes" ] }, "LolHonorV2RetrieveProfileResponse": { "type": "object", "description": "", "properties": { "honorLevel": { "type": "integer", "format": "int32" }, "checkpoint": { "type": "integer", "format": "int32" }, "rewardsLocked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "honorLevel", "checkpoint", "rewardsLocked" ] }, "LolHonorV2Reward": { "type": "object", "description": "", "properties": { "rewardType": { "type": "string" }, "quantity": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "rewardType", "quantity" ] }, "LolHonorV2SequenceEvent": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "priority": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "name", "priority" ] }, "LolHonorV2VendedHonorChange": { "type": "object", "description": "", "properties": { "actionType": { "type": "string" }, "previousState": { "$ref": "#/components/schemas/LolHonorV2VendedHonorState" }, "currentState": { "$ref": "#/components/schemas/LolHonorV2VendedHonorState" }, "reward": { "$ref": "#/components/schemas/LolHonorV2Reward" }, "dynamicHonorMessage": { "$ref": "#/components/schemas/LolHonorV2DynamicHonorMessage" } }, "additionalProperties": false, "required": [ "actionType", "previousState", "currentState", "reward", "dynamicHonorMessage" ] }, "LolHonorV2VendedHonorState": { "type": "object", "description": "", "properties": { "level": { "type": "integer", "format": "int32" }, "checkpoint": { "type": "integer", "format": "int32" }, "rewardsLocked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "level", "checkpoint", "rewardsLocked" ] }, "LolHonorV2VendedReward": { "type": "object", "description": "", "properties": { "rewardType": { "type": "string" }, "quantity": { "type": "integer", "format": "int32" }, "dynamicHonorMessage": { "$ref": "#/components/schemas/LolHonorV2DynamicHonorMessage" } }, "additionalProperties": false, "required": [ "rewardType", "quantity", "dynamicHonorMessage" ] }, "LolHonorV2VoteCompletion": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "fullTeamVote": { "type": "boolean" } }, "additionalProperties": false, "required": [ "gameId", "fullTeamVote" ] }, "LolHonorV2VotePool": { "type": "object", "description": "", "properties": { "votes": { "type": "integer", "format": "int32" }, "fromGamePlayed": { "type": "integer", "format": "int32" }, "fromHighHonor": { "type": "integer", "format": "int32" }, "fromRecentHonors": { "type": "integer", "format": "int32" }, "fromRollover": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "votes", "fromGamePlayed", "fromHighHonor", "fromRecentHonors", "fromRollover" ] }, "LolHovercardAlias": { "type": "object", "description": "", "properties": { "gameName": { "type": "string" }, "tagLine": { "type": "string" } }, "additionalProperties": false, "required": [ "gameName", "tagLine" ] }, "LolHovercardChatSession": { "type": "object", "description": "", "properties": { "sessionState": { "type": "string" } }, "additionalProperties": false, "required": [ "sessionState" ] }, "LolHovercardContentCookies": { "type": "object", "description": "", "properties": { "content_id": { "type": "string" }, "content_path": { "type": "string" }, "cookies": { "type": "array", "items": { "$ref": "#/components/schemas/LolHovercardcookie" } } }, "additionalProperties": false, "required": [ "content_id", "content_path", "cookies" ] }, "LolHovercardFriendResult": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "icon": { "type": "integer", "format": "int32" }, "gameName": { "type": "string" }, "gameTag": { "type": "string" }, "availability": { "type": "string" }, "note": { "type": "string" }, "score": { "type": "integer", "format": "uint64", "minimum": 0 }, "patchline": { "type": "string" }, "platformId": { "type": "string" }, "product": { "type": "string" }, "productName": { "type": "string" }, "statusMessage": { "type": "string" }, "lol": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "puuid", "summonerId", "name", "accountId", "icon", "gameName", "gameTag", "availability", "note", "score", "patchline", "platformId", "product", "productName", "statusMessage", "lol" ] }, "LolHovercardHovercardUserInfo": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "icon": { "type": "integer", "format": "int32" }, "gameName": { "type": "string" }, "gameTag": { "type": "string" }, "availability": { "type": "string" }, "note": { "type": "string" }, "masteryScore": { "type": "integer", "format": "uint64", "minimum": 0 }, "legendaryMasteryScore": { "type": "integer", "format": "uint64", "minimum": 0 }, "patchline": { "type": "string" }, "platformId": { "type": "string" }, "product": { "type": "string" }, "productName": { "type": "string" }, "statusMessage": { "type": "string" }, "summonerIcon": { "type": "integer", "format": "int32" }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "remoteProduct": { "type": "boolean" }, "remotePlatform": { "type": "boolean" }, "remoteProductIconUrl": { "type": "string" }, "remoteProductBackdropUrl": { "type": "string" }, "partySummoners": { "type": "array", "items": { "type": "string" } }, "lol": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "puuid", "summonerId", "name", "accountId", "icon", "gameName", "gameTag", "availability", "note", "masteryScore", "legendaryMasteryScore", "patchline", "platformId", "product", "productName", "statusMessage", "summonerIcon", "summonerLevel", "remoteProduct", "remotePlatform", "remoteProductIconUrl", "remoteProductBackdropUrl", "partySummoners", "lol" ] }, "LolHovercardPartyInfo": { "type": "object", "description": "", "properties": { "summoners": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false }, "LolHovercardPatchlineMetadata": { "type": "object", "description": "", "properties": { "product_id": { "type": "string" }, "id": { "type": "string" }, "content_paths": { "type": "object", "additionalProperties": { "type": "string" } }, "content_cookies": { "type": "array", "items": { "$ref": "#/components/schemas/LolHovercardContentCookies" } } }, "additionalProperties": false, "required": [ "product_id", "id", "content_paths", "content_cookies" ] }, "LolHovercardProductMetadata": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "patchlines": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolHovercardPatchlineMetadata" } } }, "additionalProperties": false, "required": [ "id", "name", "patchlines" ] }, "LolHovercardProductMetadataMap": { "type": "object", "description": "", "properties": { "products": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolHovercardProductMetadata" } } }, "additionalProperties": false, "required": [ "products" ] }, "LolHovercardSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "puuid": { "type": "string" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "displayName", "accountId", "summonerLevel", "puuid", "gameName", "tagLine" ] }, "LolHovercardSummonerIdAndIcon": { "type": "object", "description": "", "properties": { "profileIconId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "profileIconId" ] }, "LolHovercardSummonerIdAndName": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "displayName" ] }, "LolHovercardTopChampionMastery": { "type": "object", "description": "", "properties": { "score": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "score" ] }, "LolHovercardcookie": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "value" ] }, "LolInventoryAccessTokenResource": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "scopes", "expiry" ] }, "LolInventoryCatalogItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "itemInstanceId": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "inventoryType" ] }, "LolInventoryClientCacheClearMessageDTO": { "type": "object", "description": "", "properties": { "regions": { "type": "array", "items": { "type": "string" } }, "clearAll": { "type": "boolean" }, "inventoryTypes": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "regions", "clearAll", "inventoryTypes" ] }, "LolInventoryCurrencyDTO": { "type": "object", "description": "", "properties": { "amount": { "type": "integer", "format": "int32" }, "subCurrencies": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "amount", "subCurrencies" ] }, "LolInventoryEndOfGameXp": { "type": "object", "description": "", "properties": { "PER_WIN": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "PER_WIN" ] }, "LolInventoryEndOfGameXpNotification": { "type": "object", "description": "", "properties": { "xp": { "$ref": "#/components/schemas/LolInventoryEndOfGameXp" } }, "additionalProperties": false, "required": [ "xp" ] }, "LolInventoryInventoryCacheEntry": { "type": "object", "description": "", "properties": { "signedInventoryJwt": { "type": "string" }, "expirationMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "issuedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "receivedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "valid": { "type": "boolean" } }, "additionalProperties": false, "required": [ "signedInventoryJwt", "expirationMS", "issuedAtMS", "receivedAtMS", "valid" ] }, "LolInventoryInventoryDTO": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "expires": { "type": "string" }, "itemsJwt": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "accountId", "summonerId", "items", "expires", "itemsJwt" ] }, "LolInventoryInventoryItem": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownershipType": { "$ref": "#/components/schemas/LolInventoryItemOwnershipType" }, "expirationDate": { "type": "string" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "ownershipType", "expirationDate", "wins" ] }, "LolInventoryInventoryItemDTO": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "expirationDate": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownedQuantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "usedInGameDate": { "type": "string" }, "entitlementId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "instanceId": { "type": "string" }, "instanceTypeId": { "type": "string" }, "payload": { "type": "object", "additionalProperties": true }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "loyaltySources": { "type": "array", "items": { "type": "string" } }, "lsb": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "expirationDate", "purchaseDate", "quantity", "ownedQuantity", "usedInGameDate", "entitlementId", "entitlementTypeId", "instanceId", "instanceTypeId", "payload", "f2p", "rental", "loyalty", "loyaltySources", "lsb", "wins" ] }, "LolInventoryInventoryItemWithPayload": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownershipType": { "$ref": "#/components/schemas/LolInventoryItemOwnershipType" }, "expirationDate": { "type": "string" }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "loyaltySources": { "type": "array", "items": { "type": "string" } }, "owned": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 }, "payload": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "ownershipType", "expirationDate", "f2p", "rental", "loyalty", "loyaltySources", "owned", "wins", "payload" ] }, "LolInventoryInventoryNotification": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "type": { "type": "string" }, "acknowledged": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "itemId", "inventoryType", "type", "acknowledged" ] }, "LolInventoryInventoryResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolInventoryInventoryDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolInventoryItemKey": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolInventoryItemOwnershipType": { "type": "string", "description": "", "enum": [ "F2P", "LOYALTY", "RENTED", "OWNED" ], "additionalProperties": false }, "LolInventoryLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolInventoryLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "idToken", "puuid" ] }, "LolInventoryLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolInventoryLoyaltyRewards": { "type": "object", "description": "", "properties": { "freeRewardedChampionsCount": { "type": "integer", "format": "int32" }, "championIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "freeRewardedSkinsCount": { "type": "integer", "format": "int32" }, "skinIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "ipBoost": { "type": "integer", "format": "int32" }, "xpBoost": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "loyaltyTFTMapSkinCount": { "type": "integer", "format": "int32" }, "loyaltyTFTCompanionCount": { "type": "integer", "format": "int32" }, "loyaltyTFTDamageSkinCount": { "type": "integer", "format": "int32" }, "loyaltySources": { "type": "object", "additionalProperties": { "type": "boolean" } } }, "additionalProperties": false, "required": [ "freeRewardedChampionsCount", "championIds", "freeRewardedSkinsCount", "skinIds", "ipBoost", "xpBoost", "loyaltyTFTMapSkinCount", "loyaltyTFTCompanionCount", "loyaltyTFTDamageSkinCount", "loyaltySources" ] }, "LolInventoryLoyaltyRewardsSimplified": { "type": "object", "description": "", "properties": { "freeRewardedChampionsCount": { "type": "integer", "format": "int32" }, "championIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "freeRewardedSkinsCount": { "type": "integer", "format": "int32" }, "skinIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "ipBoost": { "type": "integer", "format": "int32" }, "xpBoost": { "type": "integer", "format": "int32" }, "loyaltyTFTMapSkinCount": { "type": "integer", "format": "int32" }, "loyaltyTFTCompanionCount": { "type": "integer", "format": "int32" }, "loyaltyTFTDamageSkinCount": { "type": "integer", "format": "int32" }, "loyaltySources": { "type": "object", "additionalProperties": { "type": "boolean" } } }, "additionalProperties": false, "required": [ "freeRewardedChampionsCount", "championIds", "freeRewardedSkinsCount", "skinIds", "ipBoost", "xpBoost", "loyaltyTFTMapSkinCount", "loyaltyTFTCompanionCount", "loyaltyTFTDamageSkinCount", "loyaltySources" ] }, "LolInventoryLoyaltyStatus": { "type": "string", "description": "", "enum": [ "DISABLED", "REVOKE", "CHANGE", "EXPIRY", "REWARDS_GRANT", "LEGACY" ], "additionalProperties": false }, "LolInventoryLoyaltyStatusNotification": { "type": "object", "description": "", "properties": { "status": { "$ref": "#/components/schemas/LolInventoryLoyaltyStatus" }, "rewards": { "$ref": "#/components/schemas/LolInventoryLoyaltyRewardsSimplified" }, "reloadInventory": { "type": "boolean" } }, "additionalProperties": false, "required": [ "status", "rewards", "reloadInventory" ] }, "LolInventoryPlayerNotification": { "type": "object", "description": "", "properties": { "critical": { "type": "boolean" }, "detailKey": { "type": "string" }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" }, "iconUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "critical", "detailKey", "source", "state", "titleKey", "type", "iconUrl" ] }, "LolInventoryRiotMessagingServiceMessage": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "timestamp", "payload" ] }, "LolInventoryRmsEntitlementPayload": { "type": "object", "description": "", "properties": { "itemId": { "type": "string" }, "itemTypeId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "resourceOperation": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "itemTypeId", "entitlementTypeId", "resourceOperation" ] }, "LolInventoryRmsStoreEntitlementItem": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "string" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolInventoryRmsStoreEntitlementPayload": { "type": "object", "description": "", "properties": { "transactionId": { "type": "string" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolInventoryRmsStoreEntitlementItem" } } }, "additionalProperties": false, "required": [ "transactionId", "items" ] }, "LolInventoryRmsWalletPayload": { "type": "object", "description": "", "additionalProperties": true }, "LolInventoryRmsXboxSubscriptionChange": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "subscriptionId": { "type": "string" }, "active": { "type": "string" }, "identityProvider": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "puuid", "subscriptionId", "active", "identityProvider" ] }, "LolInventorySimpleInventoryDTO": { "type": "object", "description": "", "properties": { "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "itemsJwt": { "type": "string" }, "expires": { "type": "string" } }, "additionalProperties": false, "required": [ "items", "itemsJwt", "expires" ] }, "LolInventorySimpleInventoryResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolInventorySimpleInventoryDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolInventorySummonerIcon": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "itemId" ] }, "LolInventoryWallet": { "type": "object", "description": "", "properties": { "ip": { "type": "integer", "format": "int64" }, "rp": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "ip", "rp" ] }, "LolInventoryWalletCacheEntry": { "type": "object", "description": "", "properties": { "signedBalancesJwt": { "type": "string" }, "expirationMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "issuedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "receivedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "valid": { "type": "boolean" } }, "additionalProperties": false, "required": [ "signedBalancesJwt", "expirationMS", "issuedAtMS", "receivedAtMS", "valid" ] }, "LolInventoryWalletDTO": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "accountId": { "type": "integer", "format": "int64" }, "expires": { "type": "string" }, "balances": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "balancesJwt": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "accountId", "expires", "balances", "balancesJwt" ] }, "LolInventoryWalletResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolInventoryWalletDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolInventoryXboxSubscriptionStatus": { "type": "object", "description": "", "properties": { "active": { "type": "string" }, "subscriptionId": { "type": "string" } }, "additionalProperties": false, "required": [ "active", "subscriptionId" ] }, "LolItemSetsGameDataChampion": { "type": "object", "description": "", "properties": { "alias": { "type": "string" } }, "additionalProperties": false, "required": [ "alias" ] }, "LolItemSetsItemSet": { "type": "object", "description": "", "properties": { "uid": { "type": "string" }, "title": { "type": "string" }, "mode": { "type": "string" }, "map": { "type": "string" }, "type": { "type": "string" }, "sortrank": { "type": "integer", "format": "int32" }, "startedFrom": { "type": "string" }, "associatedChampions": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "associatedMaps": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "blocks": { "type": "array", "items": { "$ref": "#/components/schemas/LolItemSetsItemSetBlock" } }, "preferredItemSlots": { "type": "array", "items": { "$ref": "#/components/schemas/LolItemSetsPreferredItemSlot" } } }, "additionalProperties": false, "required": [ "uid", "title", "mode", "map", "type", "sortrank", "startedFrom", "associatedChampions", "associatedMaps", "blocks", "preferredItemSlots" ] }, "LolItemSetsItemSetBlock": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "hideIfSummonerSpell": { "type": "string" }, "showIfSummonerSpell": { "type": "string" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolItemSetsItemSetItem" } } }, "additionalProperties": false, "required": [ "type", "hideIfSummonerSpell", "showIfSummonerSpell", "items" ] }, "LolItemSetsItemSetItem": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "count": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "id", "count" ] }, "LolItemSetsItemSets": { "type": "object", "description": "", "properties": { "timestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "itemSets": { "type": "array", "items": { "$ref": "#/components/schemas/LolItemSetsItemSet" } } }, "additionalProperties": false, "required": [ "timestamp", "accountId", "itemSets" ] }, "LolItemSetsLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolItemSetsLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId" ] }, "LolItemSetsLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolItemSetsNamecheckAuthorization": { "type": "object", "description": "", "properties": { "subject": { "type": "string" } }, "additionalProperties": false, "required": [ "subject" ] }, "LolItemSetsNamecheckLoginDataPacket": { "type": "object", "description": "", "properties": { "platformId": { "type": "string" } }, "additionalProperties": false, "required": [ "platformId" ] }, "LolItemSetsNamecheckPayload": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "nameValidationContext": { "type": "string" }, "puuid": { "type": "string" }, "shard": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "nameValidationContext", "puuid", "shard" ] }, "LolItemSetsNamecheckResponse": { "type": "object", "description": "", "properties": { "errors": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "errors" ] }, "LolItemSetsPreferredItemSlot": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "preferredItemSlot": { "type": "integer", "format": "int16" } }, "additionalProperties": false, "required": [ "id", "preferredItemSlot" ] }, "LolItemSetsValidateItemSetNameInput": { "type": "object", "description": "", "properties": { "name": { "type": "string" } }, "additionalProperties": false, "required": [ "name" ] }, "LolItemSetsValidateItemSetNameResponse": { "type": "object", "description": "", "properties": { "success": { "type": "boolean" }, "nameCheckResponse": { "$ref": "#/components/schemas/LolItemSetsNamecheckResponse" } }, "additionalProperties": false, "required": [ "success", "nameCheckResponse" ] }, "LolKickoutKickoutMessage": { "type": "object", "description": "", "properties": { "message": { "type": "string" } }, "additionalProperties": false, "required": [ "message" ] }, "LolKrShutdownLawAllQueueShutdownStatus": { "type": "object", "description": "", "properties": { "isAllQueuesDisabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isAllQueuesDisabled" ] }, "LolKrShutdownLawAntiAddictionState": { "type": "object", "description": "", "properties": { "policyType": { "$ref": "#/components/schemas/LolKrShutdownLawPolicyType" } }, "additionalProperties": false, "required": [ "policyType" ] }, "LolKrShutdownLawPolicyType": { "type": "string", "description": "", "enum": [ "disableMatchMaking", "warningMessage", "playTime", "shutdown" ], "additionalProperties": false }, "LolKrShutdownLawQueueShutdownStatus": { "type": "object", "description": "", "properties": { "isDisabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isDisabled" ] }, "LolKrShutdownLawRatingScreenInfo": { "type": "object", "description": "", "properties": { "shown": { "type": "boolean" } }, "additionalProperties": false, "required": [ "shown" ] }, "LolKrShutdownLawShutdownLawNotification": { "type": "object", "description": "", "properties": { "type": { "$ref": "#/components/schemas/LolKrShutdownLawShutdownLawStatus" } }, "additionalProperties": false, "required": [ "type" ] }, "LolKrShutdownLawShutdownLawStatus": { "type": "string", "description": "", "enum": [ "CUT_OFF", "WARNING", "NONE" ], "additionalProperties": false }, "LolL10nRegionLocale": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" }, "webRegion": { "type": "string" }, "webLanguage": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale", "webRegion", "webLanguage" ] }, "LolLeagueSessionAntiAddictionTokenEnvelope": { "type": "object", "description": "", "properties": { "antiAddictionToken": { "type": "string" } }, "additionalProperties": false, "required": [ "antiAddictionToken" ] }, "LolLeagueSessionLeagueSessionRMSNotification": { "type": "object", "description": "", "properties": { "product": { "type": "string" }, "puuid": { "type": "string" }, "sessionId": { "type": "string" }, "state": { "type": "string" }, "sessionInitiatedAt": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "product", "puuid", "sessionId", "state", "sessionInitiatedAt" ] }, "LolLeagueSessionLeagueSessionStatus": { "type": "string", "description": "", "enum": [ "ANTI_ADDICTION_EXPIRED", "DUPLICATED", "EXPIRED", "INITIALIZED", "UNINITIALIZED" ], "additionalProperties": false }, "LolLeagueSessionLeagueSessionTokenEnvelope": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "logoutOnFailure": { "type": "boolean" } }, "additionalProperties": false, "required": [ "logoutOnFailure" ] }, "LolLeaverBusterAllSummonerData": { "type": "object", "description": "", "properties": { "summoner": { "$ref": "#/components/schemas/LolLeaverBusterSummoner" } }, "additionalProperties": false, "required": [ "summoner" ] }, "LolLeaverBusterLeaverBusterEntryDto": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "tainted": { "type": "boolean" }, "preLockoutAckNeeded": { "type": "boolean" }, "onLockoutAckNeeded": { "type": "boolean" }, "leaverScore": { "type": "integer", "format": "int32" }, "leaverLevel": { "type": "integer", "format": "int32" }, "warnSentMillis": { "type": "integer", "format": "int64" }, "warnAckedMillis": { "type": "integer", "format": "int64" }, "leaverPenalty": { "$ref": "#/components/schemas/LolLeaverBusterLeaverBusterPenaltyResponse" } }, "additionalProperties": false, "required": [ "puuid", "tainted", "preLockoutAckNeeded", "onLockoutAckNeeded", "leaverScore", "leaverLevel", "warnSentMillis", "warnAckedMillis", "leaverPenalty" ] }, "LolLeaverBusterLeaverBusterNotificationResource": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint32", "minimum": 0 }, "msgId": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "type": { "$ref": "#/components/schemas/LolLeaverBusterLeaverBusterNotificationType" }, "punishedGamesRemaining": { "type": "integer", "format": "int32" }, "queueLockoutTimerExpiryUtcMillisDiff": { "type": "integer", "format": "uint64", "minimum": 0 }, "fromRms": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "msgId", "accountId", "type", "punishedGamesRemaining", "queueLockoutTimerExpiryUtcMillisDiff", "fromRms" ] }, "LolLeaverBusterLeaverBusterNotificationType": { "type": "string", "description": "", "enum": [ "WinBasedRankedRestrictionsEnabled", "RankedRestrictedGames", "OnLockoutWarning", "PreLockoutWarning", "Reforming", "PunishedGamesRemaining", "PunishmentIncurred", "TaintedWarning", "Invalid" ], "additionalProperties": false }, "LolLeaverBusterLeaverBusterPenaltyResponse": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "hasActivePenalty": { "type": "boolean" }, "punishmentTimerType": { "$ref": "#/components/schemas/LolLeaverBusterLeaverPenaltyType" }, "queueLockoutTimerExpiryUtcMillis": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "puuid", "hasActivePenalty", "punishmentTimerType", "queueLockoutTimerExpiryUtcMillis" ] }, "LolLeaverBusterLeaverPenaltyType": { "type": "string", "description": "", "enum": [ "QUEUE_LOCKOUT_TIMER", "QUEUE_DELAY_TIMER", "NO_PENALTY" ], "additionalProperties": false }, "LolLeaverBusterLoginDataPacket": { "type": "object", "description": "", "properties": { "allSummonerData": { "$ref": "#/components/schemas/LolLeaverBusterAllSummonerData" }, "simpleMessages": { "type": "array", "items": { "$ref": "#/components/schemas/LolLeaverBusterSimpleMessage" } } }, "additionalProperties": false, "required": [ "allSummonerData", "simpleMessages" ] }, "LolLeaverBusterMatchmakingSearchErrorResource": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "errorType": { "type": "string" }, "penalizedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "penaltyTimeRemaining": { "type": "number", "format": "double" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "errorType", "penalizedSummonerId", "penaltyTimeRemaining", "message" ] }, "LolLeaverBusterMatchmakingSearchResource": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "errors": { "type": "array", "items": { "$ref": "#/components/schemas/LolLeaverBusterMatchmakingSearchErrorResource" } } }, "additionalProperties": false, "required": [ "queueId", "errors" ] }, "LolLeaverBusterPlayerNotificationResource": { "type": "object", "description": "", "properties": { "backgroundUrl": { "type": "string" }, "created": { "type": "string" }, "critical": { "type": "boolean" }, "data": { "type": "object", "additionalProperties": { "type": "string" } }, "detailKey": { "type": "string" }, "expires": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "backgroundUrl", "created", "critical", "data", "detailKey", "expires", "iconUrl", "id", "source", "state", "titleKey", "type" ] }, "LolLeaverBusterRankedRestriction": { "type": "object", "description": "", "properties": { "punishedGamesRemaining": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "punishedGamesRemaining" ] }, "LolLeaverBusterRankedRestrictionEntryDto": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "restrictedGamesRemaining": { "type": "integer", "format": "int32" }, "restrictedGamesOriginal": { "type": "integer", "format": "int32" }, "rankedRestrictionAckNeeded": { "type": "boolean" } }, "additionalProperties": false, "required": [ "puuid", "restrictedGamesRemaining", "restrictedGamesOriginal", "rankedRestrictionAckNeeded" ] }, "LolLeaverBusterRankedRestrictionGamesUpdate": { "type": "object", "description": "", "properties": { "punishedGamesRemaining": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "punishedGamesRemaining" ] }, "LolLeaverBusterRankedRestrictionInfo": { "type": "object", "description": "", "properties": { "punishedGamesRemaining": { "type": "integer", "format": "int32" }, "needsAck": { "type": "boolean" } }, "additionalProperties": false, "required": [ "punishedGamesRemaining", "needsAck" ] }, "LolLeaverBusterRestrictionInfoDto": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "leaverBusterEntryDto": { "$ref": "#/components/schemas/LolLeaverBusterLeaverBusterEntryDto" }, "rankedRestrictionEntryDto": { "$ref": "#/components/schemas/LolLeaverBusterRankedRestrictionEntryDto" } }, "additionalProperties": false, "required": [ "puuid", "leaverBusterEntryDto", "rankedRestrictionEntryDto" ] }, "LolLeaverBusterSimpleMessage": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "type": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "msgId", "type", "params" ] }, "LolLeaverBusterSummoner": { "type": "object", "description": "", "properties": { "acctId": { "type": "integer", "format": "uint64", "minimum": 0 }, "sumId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "acctId", "sumId" ] }, "LolLicenseAgreementLicenseAgreement": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "licenseType": { "$ref": "#/components/schemas/LolLicenseAgreementLicenseAgreementType" }, "text": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "licenseType", "text" ] }, "LolLicenseAgreementLicenseAgreementType": { "type": "string", "description": "", "enum": [ "TermsOfUse", "PrivacyNotice" ], "additionalProperties": false }, "LolLicenseAgreementLicenseServeLocation": { "type": "string", "description": "", "enum": [ "External", "Local", "Preparing" ], "additionalProperties": false }, "LolLicenseAgreementPluginRegionLocaleChangedEvent": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale" ] }, "LolLoadoutsAccessTokenResource": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "scopes", "expiry" ] }, "LolLoadoutsCreateLoadoutDTO": { "type": "object", "description": "", "properties": { "scope": { "type": "string" }, "itemId": { "type": "integer", "format": "uint32", "minimum": 0 }, "name": { "type": "string" }, "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolLoadoutsItemKey" } }, "refreshTime": { "type": "string" } }, "additionalProperties": false, "required": [ "scope", "name", "loadout", "refreshTime" ] }, "LolLoadoutsCreateLoadoutRequestDTO": { "type": "object", "description": "", "properties": { "serviceToJwtsMap": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "loadout": { "$ref": "#/components/schemas/LolLoadoutsCreateLoadoutDTO" } }, "additionalProperties": false, "required": [ "serviceToJwtsMap", "loadout" ] }, "LolLoadoutsCreateOrUpdateItemsRequest": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint32", "minimum": 0 }, "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "inventoryJWTs": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "items", "inventoryJWTs" ] }, "LolLoadoutsFrontendInventoryResponse": { "type": "object", "description": "", "properties": { "entitlements": { "type": "array", "items": { "$ref": "#/components/schemas/LolLoadoutsItemKey" } } }, "additionalProperties": false, "required": [ "entitlements" ] }, "LolLoadoutsGameflowGameData": { "type": "object", "description": "", "properties": { "queue": { "$ref": "#/components/schemas/LolLoadoutsQueue" } }, "additionalProperties": false, "required": [ "queue" ] }, "LolLoadoutsGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolLoadoutsGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolLoadoutsGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolLoadoutsGameflowGameData" } }, "additionalProperties": false, "required": [ "phase", "gameData" ] }, "LolLoadoutsGetItemsRequest": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint32", "minimum": 0 }, "inventoryTypes": { "type": "array", "items": { "type": "string" } }, "inventoryJWTs": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "inventoryTypes", "inventoryJWTs" ] }, "LolLoadoutsInventoryDTO": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "expires": { "type": "string" }, "itemsJwt": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "accountId", "summonerId", "items", "expires" ] }, "LolLoadoutsInventoryItemDTO": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "expirationDate": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "usedInGameDate": { "type": "string" }, "entitlementId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "instanceId": { "type": "string" }, "instanceTypeId": { "type": "string" }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "lsb": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "expirationDate", "purchaseDate", "quantity", "usedInGameDate", "entitlementId", "entitlementTypeId", "instanceId", "instanceTypeId", "f2p", "rental", "lsb", "wins" ] }, "LolLoadoutsInventoryResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolLoadoutsInventoryDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolLoadoutsItemKey": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "contentId", "itemId" ] }, "LolLoadoutsLoadout": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint32", "minimum": 0 }, "name": { "type": "string" }, "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "id", "name", "items" ] }, "LolLoadoutsLoadoutRequestDTOBase": { "type": "object", "description": "", "properties": { "serviceToJwtsMap": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "serviceToJwtsMap" ] }, "LolLoadoutsLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolLoadoutsLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "idToken", "puuid" ] }, "LolLoadoutsLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolLoadoutsQueue": { "type": "object", "description": "", "properties": { "isTeamBuilderManaged": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isTeamBuilderManaged" ] }, "LolLoadoutsScopedLoadout": { "type": "object", "description": "", "properties": { "scope": { "type": "string" }, "itemId": { "type": "integer", "format": "uint32", "minimum": 0 }, "name": { "type": "string" }, "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolLoadoutsItemKey" } }, "refreshTime": { "type": "string" }, "id": { "type": "string" } }, "additionalProperties": false, "required": [ "scope", "name", "loadout", "refreshTime", "id" ] }, "LolLoadoutsSignGCORequestDTO": { "type": "object", "description": "", "properties": { "serviceToJwtsMap": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolLoadoutsItemKey" } } }, "additionalProperties": false, "required": [ "serviceToJwtsMap", "loadout" ] }, "LolLoadoutsUpdateLoadoutDTO": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolLoadoutsItemKey" } } }, "additionalProperties": false, "required": [ "id", "name", "loadout" ] }, "LolLoadoutsUpdateLoadoutRequestDTO": { "type": "object", "description": "", "properties": { "serviceToJwtsMap": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "loadout": { "$ref": "#/components/schemas/LolLoadoutsUpdateLoadoutDTO" } }, "additionalProperties": false, "required": [ "serviceToJwtsMap", "loadout" ] }, "LolLobbyAccountIdAndSummonerId": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "accountId", "summonerId" ] }, "LolLobbyAmbassadorMessage": { "type": "object", "description": "", "properties": { "httpStatus": { "type": "integer", "format": "int32" }, "errorCode": { "type": "string" }, "message": { "type": "string" }, "implementationDetails": { "type": "string" }, "payload": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "httpStatus", "errorCode", "message", "implementationDetails", "payload" ] }, "LolLobbyAutoFillQueueDto": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "autoFillEligible": { "type": "boolean" }, "autoFillProtectedForStreaking": { "type": "boolean" }, "autoFillProtectedForPromos": { "type": "boolean" }, "autoFillProtectedForRemedy": { "type": "boolean" } }, "additionalProperties": false, "required": [ "queueId", "autoFillEligible", "autoFillProtectedForStreaking", "autoFillProtectedForPromos", "autoFillProtectedForRemedy" ] }, "LolLobbyBotParticipantDto": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "botSkillLevel": { "type": "integer", "format": "int32" }, "team": { "type": "string" } }, "additionalProperties": false, "required": [ "championId", "botSkillLevel", "team" ] }, "LolLobbyChampionSkinSelection": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "skinId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "championId" ] }, "LolLobbyChatBlockedPlayerResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "name" ] }, "LolLobbyChatFriend": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "lol": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "summonerId", "lol" ] }, "LolLobbyChatFriendCounts": { "type": "object", "description": "", "properties": { "numFriends": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsOnline": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsAvailable": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsAway": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsInQueue": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsInChampSelect": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsInGame": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsMobile": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "numFriends", "numFriendsOnline", "numFriendsAvailable", "numFriendsAway", "numFriendsInQueue", "numFriendsInChampSelect", "numFriendsInGame", "numFriendsMobile" ] }, "LolLobbyCollectionsChampion": { "type": "object", "description": "", "properties": { "active": { "type": "boolean" }, "botEnabled": { "type": "boolean" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "active", "botEnabled", "id", "name" ] }, "LolLobbyCollectionsChampionMinimal": { "type": "object", "description": "", "properties": { "disabledQueues": { "type": "array", "items": { "type": "string" } }, "id": { "type": "integer", "format": "int32" }, "ownership": { "$ref": "#/components/schemas/LolLobbyCollectionsOwnership" }, "active": { "type": "boolean" }, "freeToPlay": { "type": "boolean" } }, "additionalProperties": false, "required": [ "disabledQueues", "id", "ownership", "active", "freeToPlay" ] }, "LolLobbyCollectionsOwnership": { "type": "object", "description": "", "properties": { "loyaltyReward": { "type": "boolean" }, "xboxGPReward": { "type": "boolean" }, "owned": { "type": "boolean" }, "rental": { "$ref": "#/components/schemas/LolLobbyCollectionsRental" } }, "additionalProperties": false, "required": [ "loyaltyReward", "xboxGPReward", "owned", "rental" ] }, "LolLobbyCollectionsRental": { "type": "object", "description": "", "additionalProperties": true }, "LolLobbyConfigReadinessEnum": { "type": "string", "description": "", "enum": [ "Disabled", "Ready", "NotReady" ], "additionalProperties": false }, "LolLobbyConfigStatus": { "type": "object", "description": "", "properties": { "readiness": { "$ref": "#/components/schemas/LolLobbyConfigReadinessEnum" } }, "additionalProperties": false, "required": [ "readiness" ] }, "LolLobbyConfigType": { "type": "string", "description": "", "enum": [ "player", "public" ], "additionalProperties": false }, "LolLobbyCustomEligibilityDto": { "type": "object", "description": "", "properties": { "eligible": { "type": "boolean" }, "restrictions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyGatekeeperRestrictionDto" } } }, "additionalProperties": false, "required": [ "eligible", "restrictions" ] }, "LolLobbyCustomGameDto": { "type": "object", "description": "", "properties": { "partyId": { "type": "string" }, "gameType": { "type": "string" }, "mapId": { "type": "integer", "format": "int32" }, "ownerPuuid": { "type": "string" }, "allowSpectators": { "type": "string" }, "spectatorCount": { "type": "integer", "format": "int32" }, "team1Count": { "type": "integer", "format": "int32" }, "team2Count": { "type": "integer", "format": "int32" }, "maxNumPlayers": { "type": "integer", "format": "int32" }, "lobbyName": { "type": "string" }, "privateGame": { "type": "boolean" } }, "additionalProperties": false, "required": [ "partyId", "gameType", "mapId", "ownerPuuid", "allowSpectators", "spectatorCount", "team1Count", "team2Count", "maxNumPlayers", "lobbyName", "privateGame" ] }, "LolLobbyCustomGameSettingsDto": { "type": "object", "description": "", "properties": { "lobbyName": { "type": "string" }, "lobbyPassword": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "lobbyName", "lobbyPassword", "gameId" ] }, "LolLobbyCustomJoinOptionsDto": { "type": "object", "description": "", "properties": { "lobbyPassword": { "type": "string" }, "team": { "type": "string" } }, "additionalProperties": false, "required": [ "lobbyPassword" ] }, "LolLobbyEligibility": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "eligible": { "type": "boolean" }, "restrictions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyEligibilityRestriction" } } }, "additionalProperties": false, "required": [ "queueId", "eligible", "restrictions" ] }, "LolLobbyEligibilityRestriction": { "type": "object", "description": "", "properties": { "restrictionCode": { "$ref": "#/components/schemas/LolLobbyEligibilityRestrictionCode" }, "restrictionArgs": { "type": "object", "additionalProperties": { "type": "string" } }, "expiredTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "summonerIdsString": { "type": "string" } }, "additionalProperties": false, "required": [ "restrictionCode", "restrictionArgs", "expiredTimestamp", "summonerIds", "summonerIdsString" ] }, "LolLobbyEligibilityRestrictionCode": { "type": "string", "description": "", "enum": [ "MmrStandardDeviationTooLarge", "UserInfoNotAvailable", "InventoryQueuesInfoNotAvailable", "InventoryChampsInfoNotAvailable", "LeaguesInfoNotAvailable", "SummonerInfoNotAvailable", "MinorInfoNotAvailable", "BanInfoNotAvailable", "TooManyIncompleteSubteamsRestriction", "QPScarcePositionsNotAvailableRestriction", "QPNonUniquePrimarySlotRestriction", "QPInvalidChampionSelectionRestriction", "QPInvalidPositionSelectionRestriction", "QPInvalidNumberOfPlayerSlotsRestriction", "QPPlayerChampionCoverageRestriction", "QPPartyChampionCoverageRestriction", "QPPlayerPositionCoverageRestriction", "QPPartyPositionCoverageRestriction", "QPPlayerScarcePositionCoverageRestriction", "MinNormalGamesForRankedRestriction", "LOLNewPlayerRestriction", "UnknownRestriction", "SeasonVersionLockout", "TFTNewPlayerRestriction", "QueueEntryNotEntitledRestriction", "GameVersionNotSupported", "GameVersionMissing", "GameVersionMismatch", "PrerequisiteQueuesNotPlayedRestriction", "TeamSizeRestriction", "TeamHighMMRMaxSizeRestriction", "PlayerRankedSuspensionRestriction", "PlayerRankSoloOnlyRestriction", "PlayerTimePlayedRestriction", "PlayerMinorRestriction", "PlayerMinLevelRestriction", "PlayerMaxLevelRestriction", "PlayerTimeBasedRankRestriction", "PlayerGameBasedRankRestriction", "PlayerLeaverTaintedWarningRestriction", "PlayerLeaverQueueLockoutRestriction", "PlayerLeaverBustedRestriction", "PlayerInGameRestriction", "PlayerReadyCheckFailRestriction", "PlayerDodgeRestriction", "PlayerBingeRestriction", "TeamMinSizeRestriction", "TeamMaxSizeRestriction", "TeamSkillRestriction", "TeamDivisionRestriction", "PlayerAvailableChampionRestriction", "PlayerBannedRestriction", "PlayerTimedRestriction", "PlayerLevelRestriction", "QueueUnsupported", "QueueDisabled" ], "additionalProperties": false }, "LolLobbyEntitlementsTokenResource": { "type": "object", "description": "", "properties": { "accessToken": { "type": "string" }, "token": { "type": "string" }, "subject": { "type": "string" }, "issuer": { "type": "string" }, "entitlements": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accessToken", "token", "subject", "issuer", "entitlements" ] }, "LolLobbyFriendAvailabilityAnalytics": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "platformId": { "type": "string" }, "eventType": { "type": "string" }, "eventData": { "type": "object", "additionalProperties": true }, "eventTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "numFriends": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsOnline": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsAvailable": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsAway": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsInGame": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsMobile": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsInChampSelect": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFriendsInQueue": { "type": "integer", "format": "uint32", "minimum": 0 }, "partyType": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "summonerId", "platformId", "eventType", "eventData", "eventTimestamp", "numFriends", "numFriendsOnline", "numFriendsAvailable", "numFriendsAway", "numFriendsInGame", "numFriendsMobile", "numFriendsInChampSelect", "numFriendsInQueue", "partyType" ] }, "LolLobbyGameDataChampionSummary": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "alias": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "alias" ] }, "LolLobbyGameModeDto": { "type": "object", "description": "", "properties": { "gameType": { "type": "string" }, "maxTeamSize": { "type": "integer", "format": "int32" }, "maxPartySize": { "type": "integer", "format": "int32" }, "botDifficulty": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" }, "gameCustomization": { "type": "object", "additionalProperties": { "type": "string" } }, "customsSettings": { "$ref": "#/components/schemas/LolLobbyCustomGameSettingsDto" }, "gameTypeConfigId": { "type": "integer", "format": "int64" }, "mapId": { "type": "integer", "format": "int32" }, "allowSpectators": { "type": "string" } }, "additionalProperties": false, "required": [ "gameType", "maxTeamSize", "maxPartySize" ] }, "LolLobbyGameflowGameClient": { "type": "object", "description": "", "properties": { "running": { "type": "boolean" } }, "additionalProperties": false, "required": [ "running" ] }, "LolLobbyGameflowGameData": { "type": "object", "description": "", "properties": { "queue": { "$ref": "#/components/schemas/LolLobbyQueue" } }, "additionalProperties": false, "required": [ "queue" ] }, "LolLobbyGameflowGameDodge": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolLobbyMatchmakingDodgeState" }, "dodgeIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "phase": { "$ref": "#/components/schemas/LolLobbyGameflowPhase" } }, "additionalProperties": false, "required": [ "state", "dodgeIds", "phase" ] }, "LolLobbyGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolLobbyGameflowSampleDto": { "type": "object", "description": "", "properties": { "state": { "type": "string" }, "probability": { "type": "number", "format": "double" }, "intervalSecs": { "type": "number", "format": "double" }, "tags": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyGameflowSampleTag" } } }, "additionalProperties": false, "required": [ "state", "probability", "intervalSecs", "tags" ] }, "LolLobbyGameflowSampleTag": { "type": "string", "description": "", "enum": [ "InventoryTokenMissing", "RankedTokenMissing", "SummonerTokenMissing", "UserInfoTokenMissing", "GameVersionMissing", "Unregistered" ], "additionalProperties": false }, "LolLobbyGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolLobbyGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolLobbyGameflowGameData" }, "gameClient": { "$ref": "#/components/schemas/LolLobbyGameflowGameClient" }, "gameDodge": { "$ref": "#/components/schemas/LolLobbyGameflowGameDodge" } }, "additionalProperties": false, "required": [ "phase", "gameData", "gameClient", "gameDodge" ] }, "LolLobbyGatekeeperRestrictionDto": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "reason": { "type": "string" }, "remainingMillis": { "type": "integer", "format": "int64" }, "payload": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" }, "puuid": { "type": "string" }, "details": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "reason", "remainingMillis", "payload", "queueId", "puuid", "details" ] }, "LolLobbyInventoryCacheEntry": { "type": "object", "description": "", "properties": { "signedInventoryJwt": { "type": "string" }, "expirationMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "valid": { "type": "boolean" } }, "additionalProperties": false, "required": [ "signedInventoryJwt", "expirationMS", "valid" ] }, "LolLobbyInventoryItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "itemId" ] }, "LolLobbyInvitationType": { "type": "string", "description": "", "enum": [ "party", "lobby", "invalid" ], "additionalProperties": false }, "LolLobbyJoinPartyAnalytics": { "type": "object", "description": "", "properties": { "partyId": { "type": "string" }, "platformId": { "type": "string" }, "eventType": { "type": "string" }, "eventData": { "type": "object", "additionalProperties": true }, "eventTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "numOpenParties": { "type": "integer", "format": "int32" }, "numOpenFriends": { "type": "integer", "format": "int32" }, "numPartyInvites": { "type": "integer", "format": "int32" }, "numOtherInvites": { "type": "integer", "format": "int32" }, "numTotalInvites": { "type": "integer", "format": "int32" }, "numFriendsOnline": { "type": "integer", "format": "int32" }, "partySize": { "type": "integer", "format": "int32" }, "gameMode": { "type": "string" } }, "additionalProperties": false, "required": [ "partyId", "platformId", "eventType", "eventData", "eventTimestamp", "numOpenParties", "numOpenFriends", "numPartyInvites", "numOtherInvites", "numTotalInvites", "numFriendsOnline", "partySize", "gameMode" ] }, "LolLobbyLcdsDynamicClientConfig": { "type": "object", "description": "", "properties": { "PartyRewards": { "$ref": "#/components/schemas/LolLobbyLcdsPartyRewardsConfig" } }, "additionalProperties": false, "required": [ "PartyRewards" ] }, "LolLobbyLcdsGameMetaData": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "mapId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "gameId", "mapId" ] }, "LolLobbyLcdsPartyRewardsConfig": { "type": "object", "description": "", "properties": { "Enabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "Enabled" ] }, "LolLobbyLobby": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "gameMode": { "type": "string" }, "invitationId": { "type": "string" }, "multiUserChatId": { "type": "string" }, "multiUserChatPassword": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/LolLobbyMucJwtDto" }, "members": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyMember" } }, "localMember": { "$ref": "#/components/schemas/LolLobbyLobbyMember" }, "invitations": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyInvitation" } }, "wasKicked": { "type": "boolean" }, "removalReason": { "$ref": "#/components/schemas/LolLobbyLobbyRemovedFromGameReason" }, "canStartMatchmaking": { "type": "boolean" }, "showPositionSelector": { "type": "boolean" }, "showPositionExcluder": { "type": "boolean" }, "specifiablePositionPreferences": { "type": "array", "items": { "type": "string" } }, "autoFillEligible": { "type": "boolean" }, "customGameLobby": { "$ref": "#/components/schemas/LolLobbyLobbyCustomGameLobby" }, "isCustom": { "type": "boolean" }, "autoFillProtectedForStreaking": { "type": "boolean" }, "autoFillProtectedForPromos": { "type": "boolean" }, "isTeamBuilderManaged": { "type": "boolean" }, "maximumParticipantListSize": { "type": "integer", "format": "uint32", "minimum": 0 }, "premadeSizeAllowed": { "type": "boolean" }, "requiredPositionCoverageMet": { "type": "boolean" }, "allowablePremadeSizes": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "queueAvailability": { "$ref": "#/components/schemas/LolLobbyQueueAvailability" } }, "additionalProperties": false, "required": [ "queueId", "mapId", "gameMode", "invitationId", "multiUserChatId", "multiUserChatPassword", "mucJwtDto", "members", "localMember", "invitations", "wasKicked", "removalReason", "canStartMatchmaking", "showPositionSelector", "showPositionExcluder", "specifiablePositionPreferences", "autoFillEligible", "isCustom", "autoFillProtectedForStreaking", "autoFillProtectedForPromos", "isTeamBuilderManaged", "maximumParticipantListSize", "premadeSizeAllowed", "requiredPositionCoverageMet", "allowablePremadeSizes", "queueAvailability" ] }, "LolLobbyLobbyBotChampion": { "type": "object", "description": "", "properties": { "active": { "type": "boolean" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "botDifficulties": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyBotDifficulty" } } }, "additionalProperties": false, "required": [ "active", "id", "name", "botDifficulties" ] }, "LolLobbyLobbyBotDifficulty": { "type": "string", "description": "", "enum": [ "RSINTERMEDIATE", "RSBEGINNER", "RSINTRO", "INTRO", "TUTORIAL", "UBER", "HARD", "MEDIUM", "EASY", "NONE" ], "additionalProperties": false }, "LolLobbyLobbyBotParams": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "botDifficulty": { "$ref": "#/components/schemas/LolLobbyLobbyBotDifficulty" }, "teamId": { "type": "string" }, "position": { "type": "string" }, "botUuid": { "type": "string" } }, "additionalProperties": false, "required": [ "championId", "botDifficulty", "teamId", "position", "botUuid" ] }, "LolLobbyLobbyChangeGameDto": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "isCustom": { "type": "boolean" }, "customGameLobby": { "$ref": "#/components/schemas/LolLobbyLobbyCustomGameLobby" }, "gameCustomization": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "queueId", "isCustom" ] }, "LolLobbyLobbyChangeQueue": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "isCustom": { "type": "boolean" }, "customGameLobby": { "$ref": "#/components/schemas/LolLobbyLobbyCustomGameLobby" } }, "additionalProperties": false, "required": [ "queueId", "isCustom" ] }, "LolLobbyLobbyCustomChampSelectStartResponse": { "type": "object", "description": "", "properties": { "success": { "type": "boolean" }, "failedPlayers": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyCustomFailedPlayer" } } }, "additionalProperties": false, "required": [ "success", "failedPlayers" ] }, "LolLobbyLobbyCustomFailedPlayer": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "reason": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerName", "reason" ] }, "LolLobbyLobbyCustomGame": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameType": { "type": "string" }, "mapId": { "type": "integer", "format": "int32" }, "ownerDisplayName": { "type": "string" }, "spectatorPolicy": { "type": "string" }, "filledSpectatorSlots": { "type": "integer", "format": "int32" }, "maxSpectatorSlots": { "type": "integer", "format": "uint64", "minimum": 0 }, "filledPlayerSlots": { "type": "integer", "format": "int32" }, "maxPlayerSlots": { "type": "integer", "format": "int32" }, "lobbyName": { "type": "string" }, "hasPassword": { "type": "boolean" }, "passbackUrl": { "type": "string" }, "partyId": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "gameType", "mapId", "ownerDisplayName", "spectatorPolicy", "filledSpectatorSlots", "maxSpectatorSlots", "filledPlayerSlots", "maxPlayerSlots", "lobbyName", "hasPassword", "passbackUrl", "partyId" ] }, "LolLobbyLobbyCustomGameConfiguration": { "type": "object", "description": "", "properties": { "mapId": { "type": "integer", "format": "int32" }, "gameMode": { "type": "string" }, "mutators": { "$ref": "#/components/schemas/LolLobbyQueueGameTypeConfig" }, "gameTypeConfig": { "$ref": "#/components/schemas/LolLobbyQueueGameTypeConfig" }, "spectatorPolicy": { "$ref": "#/components/schemas/LolLobbyQueueCustomGameSpectatorPolicy" }, "teamSize": { "type": "integer", "format": "int32" }, "maxPlayerCount": { "type": "integer", "format": "uint32", "minimum": 0 }, "tournamentGameMode": { "type": "string" }, "tournamentPassbackUrl": { "type": "string" }, "tournamentPassbackDataPacket": { "type": "string" }, "gameServerRegion": { "type": "string" }, "spectatorDelayEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "mapId", "gameMode", "mutators", "gameTypeConfig", "spectatorPolicy", "teamSize", "maxPlayerCount", "tournamentGameMode", "tournamentPassbackUrl", "tournamentPassbackDataPacket", "gameServerRegion", "spectatorDelayEnabled" ] }, "LolLobbyLobbyCustomGameLobby": { "type": "object", "description": "", "properties": { "lobbyName": { "type": "string" }, "lobbyPassword": { "type": "string" }, "configuration": { "$ref": "#/components/schemas/LolLobbyLobbyCustomGameConfiguration" }, "teamOne": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyMember" } }, "teamTwo": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyMember" } }, "spectators": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyMember" } }, "practiceGameRewardsDisabledReasons": { "type": "array", "items": { "type": "string" } }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "lobbyName", "lobbyPassword", "configuration", "teamOne", "teamTwo", "spectators", "practiceGameRewardsDisabledReasons", "gameId" ] }, "LolLobbyLobbyCustomJoinParameters": { "type": "object", "description": "", "properties": { "password": { "type": "string" }, "asSpectator": { "type": "boolean" } }, "additionalProperties": false }, "LolLobbyLobbyDto": { "type": "object", "description": "", "properties": { "partyId": { "type": "string" }, "partyType": { "type": "string" }, "members": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyParticipantDto" } }, "localMember": { "$ref": "#/components/schemas/LolLobbyLobbyParticipantDto" }, "invitations": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyInvitationDto" } }, "canStartActivity": { "type": "boolean" }, "restrictions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyEligibilityRestriction" } }, "warnings": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyEligibilityRestriction" } }, "gameConfig": { "$ref": "#/components/schemas/LolLobbyLobbyGameConfigDto" }, "multiUserChatId": { "type": "string" }, "multiUserChatPassword": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/LolLobbyMucJwtDto" }, "scarcePositions": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "partyId", "partyType", "members", "localMember", "invitations", "canStartActivity", "gameConfig", "multiUserChatId", "multiUserChatPassword", "mucJwtDto", "scarcePositions" ] }, "LolLobbyLobbyGameConfigDto": { "type": "object", "description": "", "properties": { "gameMode": { "type": "string" }, "mapId": { "type": "integer", "format": "int32" }, "queueId": { "type": "integer", "format": "int32" }, "pickType": { "type": "string" }, "maxTeamSize": { "type": "integer", "format": "int32" }, "maxLobbySize": { "type": "integer", "format": "int32" }, "maxHumanPlayers": { "type": "integer", "format": "int32" }, "allowablePremadeSizes": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "premadeSizeAllowed": { "type": "boolean" }, "isTeamBuilderManaged": { "type": "boolean" }, "isCustom": { "type": "boolean" }, "showPositionSelector": { "type": "boolean" }, "showQuickPlaySlotSelection": { "type": "boolean" }, "isLobbyFull": { "type": "boolean" }, "shouldForceScarcePositionSelection": { "type": "boolean" }, "customLobbyName": { "type": "string" }, "customMutatorName": { "type": "string" }, "customTeam100": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyParticipantDto" } }, "customTeam200": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyParticipantDto" } }, "customSpectators": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyParticipantDto" } }, "customSpectatorPolicy": { "$ref": "#/components/schemas/LolLobbyQueueCustomGameSpectatorPolicy" }, "customRewardsDisabledReasons": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "gameMode", "mapId", "queueId", "pickType", "maxTeamSize", "maxLobbySize", "maxHumanPlayers", "allowablePremadeSizes", "premadeSizeAllowed", "isTeamBuilderManaged", "isCustom", "showPositionSelector", "showQuickPlaySlotSelection", "isLobbyFull", "shouldForceScarcePositionSelection", "customLobbyName", "customMutatorName", "customTeam100", "customTeam200", "customSpectators", "customSpectatorPolicy", "customRewardsDisabledReasons" ] }, "LolLobbyLobbyInvitation": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "fromSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "toSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "state": { "$ref": "#/components/schemas/LolLobbyLobbyInvitationState" }, "errorType": { "type": "string" }, "timestamp": { "type": "string" }, "invitationMetaData": { "type": "object", "additionalProperties": true }, "eligibility": { "$ref": "#/components/schemas/LolLobbyEligibility" }, "fromSummonerName": { "type": "string" }, "toSummonerName": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "fromSummonerId", "toSummonerId", "state", "errorType", "timestamp", "invitationMetaData", "eligibility", "fromSummonerName", "toSummonerName" ] }, "LolLobbyLobbyInvitationDto": { "type": "object", "description": "", "properties": { "invitationId": { "type": "string" }, "toSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "state": { "$ref": "#/components/schemas/LolLobbyLobbyInvitationState" }, "timestamp": { "type": "string" }, "toSummonerName": { "type": "string" }, "invitationType": { "$ref": "#/components/schemas/LolLobbyInvitationType" } }, "additionalProperties": false, "required": [ "invitationId", "toSummonerId", "state", "timestamp", "toSummonerName", "invitationType" ] }, "LolLobbyLobbyInvitationState": { "type": "string", "description": "", "enum": [ "Error", "OnHold", "Kicked", "Declined", "Joined", "Accepted", "Pending", "Requested" ], "additionalProperties": false }, "LolLobbyLobbyLastQueuedLobby": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "wasOwner": { "type": "boolean" }, "canPlayAgain": { "type": "boolean" }, "members": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyLastQueuedMember" } } }, "additionalProperties": false, "required": [ "queueId", "wasOwner", "canPlayAgain", "members" ] }, "LolLobbyLobbyLastQueuedMember": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "id" ] }, "LolLobbyLobbyMatchmakingLowPriorityDataResource": { "type": "object", "description": "", "properties": { "penalizedSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "penaltyTime": { "type": "number", "format": "double" }, "penaltyTimeRemaining": { "type": "number", "format": "double" }, "bustedLeaverAccessToken": { "type": "string" }, "reason": { "type": "string" } }, "additionalProperties": false, "required": [ "penalizedSummonerIds", "penaltyTime", "penaltyTimeRemaining", "bustedLeaverAccessToken", "reason" ] }, "LolLobbyLobbyMatchmakingSearchErrorResource": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "errorType": { "type": "string" }, "penalizedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "penaltyTimeRemaining": { "type": "number", "format": "double" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "errorType", "penalizedSummonerId", "penaltyTimeRemaining", "message" ] }, "LolLobbyLobbyMatchmakingSearchResource": { "type": "object", "description": "", "properties": { "searchState": { "$ref": "#/components/schemas/LolLobbyLobbyMatchmakingSearchState" }, "lowPriorityData": { "$ref": "#/components/schemas/LolLobbyLobbyMatchmakingLowPriorityDataResource" }, "errors": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyLobbyMatchmakingSearchErrorResource" } } }, "additionalProperties": false, "required": [ "searchState", "lowPriorityData", "errors" ] }, "LolLobbyLobbyMatchmakingSearchState": { "type": "string", "description": "", "enum": [ "ServiceShutdown", "ServiceError", "Error", "Found", "Searching", "Canceled", "AbandonedLowPriorityQueue", "Invalid" ], "additionalProperties": false }, "LolLobbyLobbyMember": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "isOwner": { "type": "boolean" }, "isSpectator": { "type": "boolean" }, "canInviteOthers": { "type": "boolean" }, "positionPreferences": { "$ref": "#/components/schemas/LolLobbyLobbyPositionPreferences" }, "excludedPositionPreference": { "type": "string" }, "summonerInternalName": { "type": "string" }, "showPositionExcluder": { "type": "boolean" }, "autoFillEligible": { "type": "boolean" }, "autoFillProtectedForStreaking": { "type": "boolean" }, "autoFillProtectedForPromos": { "type": "boolean" }, "autoFillProtectedForSoloing": { "type": "boolean" }, "isBot": { "type": "boolean" }, "botDifficulty": { "$ref": "#/components/schemas/LolLobbyLobbyBotDifficulty" }, "botChampionId": { "type": "integer", "format": "int32" }, "position": { "type": "string" }, "botUuid": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "isOwner", "isSpectator", "canInviteOthers", "positionPreferences", "summonerInternalName", "showPositionExcluder", "autoFillEligible", "autoFillProtectedForStreaking", "autoFillProtectedForPromos", "autoFillProtectedForSoloing", "isBot", "botDifficulty", "botChampionId", "position", "botUuid" ] }, "LolLobbyLobbyNotification": { "type": "object", "description": "", "properties": { "notificationId": { "type": "string" }, "notificationReason": { "type": "string" }, "summonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "timestamp": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "notificationId", "notificationReason", "summonerIds", "timestamp" ] }, "LolLobbyLobbyParticipantDto": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerIconId": { "type": "integer", "format": "int32" }, "summonerName": { "type": "string" }, "summonerInternalName": { "type": "string" }, "puuid": { "type": "string" }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "allowedStartActivity": { "type": "boolean" }, "allowedChangeActivity": { "type": "boolean" }, "allowedToggleInvite": { "type": "boolean" }, "allowedKickOthers": { "type": "boolean" }, "allowedInviteOthers": { "type": "boolean" }, "isLeader": { "type": "boolean" }, "isSpectator": { "type": "boolean" }, "teamId": { "type": "integer", "format": "int32" }, "firstPositionPreference": { "type": "string" }, "secondPositionPreference": { "type": "string" }, "subteamIndex": { "type": "integer", "format": "int8" }, "intraSubteamPosition": { "type": "integer", "format": "int8" }, "tftNPEQueueBypass": { "type": "boolean" }, "quickplayPlayerState": { "type": "string" }, "strawberryMapId": { "type": "string" }, "playerSlots": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyQuickPlayPresetSlotDto" } }, "ready": { "type": "boolean" }, "showGhostedBanner": { "type": "boolean" }, "autoFillEligible": { "type": "boolean" }, "autoFillProtectedForStreaking": { "type": "boolean" }, "autoFillProtectedForPromos": { "type": "boolean" }, "autoFillProtectedForSoloing": { "type": "boolean" }, "autoFillProtectedForRemedy": { "type": "boolean" }, "isBot": { "type": "boolean" }, "botId": { "type": "string" }, "botDifficulty": { "$ref": "#/components/schemas/LolLobbyLobbyBotDifficulty" }, "botChampionId": { "type": "integer", "format": "int32" }, "botPosition": { "type": "string" }, "botUuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerIconId", "summonerName", "summonerInternalName", "puuid", "summonerLevel", "allowedStartActivity", "allowedChangeActivity", "allowedToggleInvite", "allowedKickOthers", "allowedInviteOthers", "isLeader", "isSpectator", "teamId", "firstPositionPreference", "secondPositionPreference", "playerSlots", "ready", "showGhostedBanner", "autoFillEligible", "autoFillProtectedForStreaking", "autoFillProtectedForPromos", "autoFillProtectedForSoloing", "autoFillProtectedForRemedy", "isBot", "botId", "botDifficulty", "botChampionId", "botPosition", "botUuid" ] }, "LolLobbyLobbyPartyRewardType": { "type": "string", "description": "", "enum": [ "None", "Icon", "Ip" ], "additionalProperties": false }, "LolLobbyLobbyPartyRewards": { "type": "object", "description": "", "properties": { "isEnabled": { "type": "boolean" }, "queueId": { "type": "integer", "format": "int32" }, "isCustom": { "type": "boolean" }, "partyRewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyPartyReward" } } }, "additionalProperties": false, "required": [ "isEnabled", "queueId", "isCustom", "partyRewards" ] }, "LolLobbyLobbyPositionPreferences": { "type": "object", "description": "", "properties": { "firstPreference": { "type": "string" }, "secondPreference": { "type": "string" } }, "additionalProperties": false, "required": [ "firstPreference", "secondPreference" ] }, "LolLobbyLobbyRemovedFromGameReason": { "type": "string", "description": "", "enum": [ "ServiceShutdown", "GameStartError", "Timeout", "Other", "ServiceError", "Left", "Disbanded", "Kicked", "None" ], "additionalProperties": false }, "LolLobbyLobbyStatus": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "isCustom": { "type": "boolean" }, "isPracticeTool": { "type": "boolean" }, "isLeader": { "type": "boolean" }, "isSpectator": { "type": "boolean" }, "allowedPlayAgain": { "type": "boolean" }, "memberSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "invitedSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "lobbyId": { "type": "string" }, "customSpectatorPolicy": { "$ref": "#/components/schemas/LolLobbyQueueCustomGameSpectatorPolicy" } }, "additionalProperties": false, "required": [ "queueId", "isCustom", "isPracticeTool", "isLeader", "isSpectator", "allowedPlayAgain", "memberSummonerIds", "invitedSummonerIds", "customSpectatorPolicy" ] }, "LolLobbyLobbyTimer": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "countdown": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "enabled", "countdown" ] }, "LolLobbyLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolLobbyLoginSessionStates" }, "username": { "type": "string" }, "userAuthToken": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" }, "puuid": { "type": "string" }, "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "username", "userAuthToken", "accountId", "summonerId", "idToken", "puuid", "connected" ] }, "LolLobbyLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolLobbyMatchmakingDodgeState": { "type": "string", "description": "", "enum": [ "StrangerDodged", "PartyDodged", "Invalid" ], "additionalProperties": false }, "LolLobbyMucJwtDto": { "type": "object", "description": "", "properties": { "jwt": { "type": "string" }, "channelClaim": { "type": "string" }, "domain": { "type": "string" }, "targetRegion": { "type": "string" } }, "additionalProperties": false, "required": [ "jwt", "channelClaim", "domain", "targetRegion" ] }, "LolLobbyOpenPartyToggleAnalytics": { "type": "object", "description": "", "properties": { "partyId": { "type": "string" }, "platformId": { "type": "string" }, "eventType": { "type": "string" }, "eventData": { "type": "object", "additionalProperties": true }, "eventTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "playerId": { "type": "string" }, "initialState": { "type": "string" }, "finalState": { "type": "string" }, "numOfToggles": { "type": "integer", "format": "int32" }, "startTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "endTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "elapsedTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "startTransition": { "type": "string" }, "endTransition": { "type": "string" }, "gameMode": { "type": "string" } }, "additionalProperties": false, "required": [ "partyId", "platformId", "eventType", "eventData", "eventTimestamp", "playerId", "initialState", "finalState", "numOfToggles", "startTimestamp", "endTimestamp", "elapsedTime", "startTransition", "endTransition", "gameMode" ] }, "LolLobbyPartiesInvitationAnalytics": { "type": "object", "description": "", "properties": { "partyId": { "type": "string" }, "platformId": { "type": "string" }, "eventType": { "type": "string" }, "eventData": { "type": "object", "additionalProperties": true }, "eventTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "players": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyPartiesInvitationPlayerAnalytics" } } }, "additionalProperties": false, "required": [ "partyId", "platformId", "eventType", "eventData", "eventTimestamp", "players" ] }, "LolLobbyPartiesInvitationPlayerAnalytics": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "role": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "summonerId", "role" ] }, "LolLobbyPartyChatDto": { "type": "object", "description": "", "properties": { "jid": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/LolLobbyMucJwtDto" } }, "additionalProperties": false, "required": [ "jid", "mucJwtDto" ] }, "LolLobbyPartyDto": { "type": "object", "description": "", "properties": { "partyId": { "type": "string" }, "platformId": { "type": "string" }, "players": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyPartyMemberDto" } }, "chat": { "$ref": "#/components/schemas/LolLobbyPartyChatDto" }, "maxPartySize": { "type": "integer", "format": "int32" }, "partyType": { "type": "string" }, "gameMode": { "$ref": "#/components/schemas/LolLobbyGameModeDto" }, "activityLocked": { "type": "boolean" }, "version": { "type": "integer", "format": "uint64", "minimum": 0 }, "activityStartedUtcMillis": { "type": "integer", "format": "uint64", "minimum": 0 }, "activityResumeUtcMillis": { "type": "integer", "format": "uint64", "minimum": 0 }, "activeRestrictions": { "$ref": "#/components/schemas/LolLobbyQueueRestrictionDto" }, "eligibilityHash": { "type": "integer", "format": "int64" }, "eligibilityRestrictions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyGatekeeperRestrictionDto" } }, "eligibilityWarnings": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyGatekeeperRestrictionDto" } }, "botParticipants": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyBotParticipantDto" } } }, "additionalProperties": false, "required": [ "partyId", "platformId", "players", "chat", "maxPartySize", "partyType", "gameMode", "activityLocked", "version", "activityStartedUtcMillis", "activityResumeUtcMillis", "activeRestrictions", "eligibilityHash" ] }, "LolLobbyPartyEogStatusCategory": { "type": "string", "description": "", "enum": [ "kOnEog", "kPlayAgain", "kLeft" ], "additionalProperties": false }, "LolLobbyPartyInviteAnalytics": { "type": "object", "description": "", "properties": { "partyId": { "type": "string" }, "platformId": { "type": "string" }, "eventType": { "type": "string" }, "eventData": { "type": "object", "additionalProperties": true }, "eventTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "fromSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "toSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "partyType": { "type": "string" }, "gameMode": { "type": "string" } }, "additionalProperties": false, "required": [ "partyId", "platformId", "eventType", "eventData", "eventTimestamp", "fromSummonerId", "toSummonerId", "partyType", "gameMode" ] }, "LolLobbyPartyMemberDto": { "type": "object", "description": "", "properties": { "platformId": { "type": "string" }, "puuid": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "partyId": { "type": "string" }, "partyVersion": { "type": "integer", "format": "int64" }, "role": { "$ref": "#/components/schemas/LolLobbyPartyMemberRoleEnum" }, "gameMode": { "$ref": "#/components/schemas/LolLobbyGameModeDto" }, "ready": { "type": "boolean" }, "metadata": { "$ref": "#/components/schemas/LolLobbyPartyMemberMetadataDto" }, "invitedBySummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "inviteTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "canInvite": { "type": "boolean" }, "team": { "type": "string" } }, "additionalProperties": false, "required": [ "platformId", "puuid", "accountId", "summonerId", "partyId", "partyVersion", "role", "metadata", "team" ] }, "LolLobbyPartyMemberMetadataDto": { "type": "object", "description": "", "properties": { "positionPref": { "type": "array", "items": { "type": "string" } }, "properties": { "type": "object", "additionalProperties": true }, "playerSlots": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyQuickPlayPresetSlotDto" } }, "subteamData": { "$ref": "#/components/schemas/LolLobbySubteamDataDto" }, "tftNPEQueueBypass": { "type": "boolean" }, "quickplayPlayerState": { "type": "string" } }, "additionalProperties": false, "required": [ "positionPref", "playerSlots" ] }, "LolLobbyPartyMemberRoleEnum": { "type": "string", "description": "", "enum": [ "NONE", "DECLINED", "KICKED", "HOLD", "INVITED", "MEMBER", "LEADER" ], "additionalProperties": false }, "LolLobbyPartyNotificationEnvelopeDto": { "type": "object", "description": "", "properties": { "player": { "$ref": "#/components/schemas/LolLobbyPlayerDto" }, "queueRestriction": { "$ref": "#/components/schemas/LolLobbyQueueRestrictionDto" } }, "additionalProperties": false }, "LolLobbyPartyPresenceData": { "type": "object", "description": "", "properties": { "partyId": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" }, "summoners": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "maxPlayers": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "partyId", "queueId", "summoners", "maxPlayers" ] }, "LolLobbyPartyQueueEligibilityDto": { "type": "object", "description": "", "properties": { "partyRestrictions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyGatekeeperRestrictionDto" } }, "availableQueueIds": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "partyRestrictions", "availableQueueIds" ] }, "LolLobbyPartyReward": { "type": "object", "description": "", "properties": { "premadeSize": { "type": "integer", "format": "int32" }, "type": { "$ref": "#/components/schemas/LolLobbyLobbyPartyRewardType" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "premadeSize", "type", "value" ] }, "LolLobbyPartyStatusDto": { "type": "object", "description": "", "properties": { "readyPlayers": { "type": "array", "items": { "type": "string" } }, "leftPlayers": { "type": "array", "items": { "type": "string" } }, "eogPlayers": { "type": "array", "items": { "type": "string" } }, "partySize": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "readyPlayers", "leftPlayers", "eogPlayers", "partySize" ] }, "LolLobbyPlatformStats": { "type": "object", "description": "", "properties": { "playerStatSummaries": { "$ref": "#/components/schemas/LolLobbyPlayerStatSummaryContainer" } }, "additionalProperties": false, "required": [ "playerStatSummaries" ] }, "LolLobbyPlayerCollectionDto": { "type": "object", "description": "", "properties": { "players": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyPlayerDto" } } }, "additionalProperties": false, "required": [ "players" ] }, "LolLobbyPlayerDto": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "platformId": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "eligibilityHash": { "type": "integer", "format": "int64" }, "serverUtcMillis": { "type": "integer", "format": "int64" }, "parties": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyPartyMemberDto" } }, "currentParty": { "$ref": "#/components/schemas/LolLobbyPartyDto" }, "tftGamesPlayed": { "type": "integer", "format": "int64" }, "tftGamesWon": { "type": "integer", "format": "int64" }, "registration": { "$ref": "#/components/schemas/LolLobbyRegistrationCredentials" }, "createdAt": { "type": "integer", "format": "uint64", "minimum": 0 }, "version": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "puuid", "platformId", "accountId", "summonerId", "eligibilityHash", "serverUtcMillis", "tftGamesPlayed", "tftGamesWon", "registration", "createdAt", "version" ] }, "LolLobbyPlayerStatSummary": { "type": "object", "description": "", "properties": { "playerStatSummaryType": { "type": "string" }, "wins": { "type": "integer", "format": "int32" }, "gamesPlayed": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "playerStatSummaryType", "wins", "gamesPlayed" ] }, "LolLobbyPlayerStatSummaryContainer": { "type": "object", "description": "", "properties": { "playerStatSummarySet": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyPlayerStatSummary" } } }, "additionalProperties": false, "required": [ "playerStatSummarySet" ] }, "LolLobbyPlayerStatus": { "type": "object", "description": "", "properties": { "currentLobbyStatus": { "$ref": "#/components/schemas/LolLobbyLobbyStatus" }, "lastQueuedLobbyStatus": { "$ref": "#/components/schemas/LolLobbyLobbyStatus" }, "canInviteOthersAtEog": { "type": "boolean" } }, "additionalProperties": false, "required": [ "canInviteOthersAtEog" ] }, "LolLobbyPlayerUpdateType": { "type": "string", "description": "", "enum": [ "RMS", "ServiceProxy", "Direct", "None" ], "additionalProperties": false }, "LolLobbyPremadeMemberDto": { "type": "object", "description": "", "properties": { "displayName": { "type": "string" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" }, "puuid": { "type": "string" }, "partyId": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "role": { "$ref": "#/components/schemas/LolLobbyPartyMemberRoleEnum" } }, "additionalProperties": false, "required": [ "displayName", "gameName", "tagLine", "puuid", "partyId", "summonerId", "role" ] }, "LolLobbyPremadePartyDto": { "type": "object", "description": "", "properties": { "partyId": { "type": "string" }, "commsEnabled": { "type": "boolean" }, "players": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolLobbyPremadeMemberDto" } } }, "additionalProperties": false, "required": [ "partyId", "commsEnabled", "players" ] }, "LolLobbyPremadeRelationshipAnalytics": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "platformId": { "type": "string" }, "eventType": { "type": "string" }, "eventData": { "type": "object", "additionalProperties": true }, "eventTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "premadePlayers": { "type": "array", "items": { "type": "string" } }, "friendPlayers": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "puuid", "summonerId", "platformId", "eventType", "eventData", "eventTimestamp", "premadePlayers", "friendPlayers" ] }, "LolLobbyProductStateDto": { "type": "object", "description": "", "properties": { "isUpToDate": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isUpToDate" ] }, "LolLobbyQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "description": { "type": "string" }, "detailedDescription": { "type": "string" }, "type": { "type": "string" }, "gameMode": { "type": "string" }, "assetMutator": { "type": "string" }, "maxTierForPremadeSize2": { "type": "string" }, "maxDivisionForPremadeSize2": { "type": "string" }, "category": { "$ref": "#/components/schemas/LolLobbyQueueGameCategory" }, "gameTypeConfig": { "$ref": "#/components/schemas/LolLobbyQueueGameTypeConfig" }, "numPlayersPerTeam": { "type": "integer", "format": "int32" }, "minimumParticipantListSize": { "type": "integer", "format": "int32" }, "maximumParticipantListSize": { "type": "integer", "format": "int32" }, "minLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "isRanked": { "type": "boolean" }, "areFreeChampionsAllowed": { "type": "boolean" }, "isTeamBuilderManaged": { "type": "boolean" }, "queueAvailability": { "$ref": "#/components/schemas/LolLobbyQueueAvailability" }, "queueRewards": { "$ref": "#/components/schemas/LolLobbyQueueReward" }, "spectatorEnabled": { "type": "boolean" }, "championsRequiredToPlay": { "type": "integer", "format": "uint32", "minimum": 0 }, "allowablePremadeSizes": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "showPositionSelector": { "type": "boolean" }, "showQuickPlaySlotSelection": { "type": "boolean" }, "lastToggledOffTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "lastToggledOnTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "removalFromGameAllowed": { "type": "boolean" }, "removalFromGameDelayMinutes": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "mapId", "name", "shortName", "description", "detailedDescription", "type", "gameMode", "assetMutator", "maxTierForPremadeSize2", "maxDivisionForPremadeSize2", "category", "gameTypeConfig", "numPlayersPerTeam", "minimumParticipantListSize", "maximumParticipantListSize", "minLevel", "isRanked", "areFreeChampionsAllowed", "isTeamBuilderManaged", "queueAvailability", "queueRewards", "spectatorEnabled", "championsRequiredToPlay", "allowablePremadeSizes", "showPositionSelector", "showQuickPlaySlotSelection", "lastToggledOffTime", "lastToggledOnTime", "removalFromGameAllowed", "removalFromGameDelayMinutes" ] }, "LolLobbyQueueAvailability": { "type": "string", "description": "", "enum": [ "DoesntMeetRequirements", "PlatformDisabled", "Available" ], "additionalProperties": false }, "LolLobbyQueueCustomGame": { "type": "object", "description": "", "properties": { "queueAvailability": { "$ref": "#/components/schemas/LolLobbyQueueAvailability" } }, "additionalProperties": false, "required": [ "queueAvailability" ] }, "LolLobbyQueueCustomGameSpectatorPolicy": { "type": "string", "description": "", "enum": [ "AllAllowed", "FriendsAllowed", "LobbyAllowed", "NotAllowed" ], "additionalProperties": false }, "LolLobbyQueueGameCategory": { "type": "string", "description": "", "enum": [ "Alpha", "VersusAi", "PvP", "Custom", "None" ], "additionalProperties": false }, "LolLobbyQueueGameTypeConfig": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "maxAllowableBans": { "type": "integer", "format": "int32" }, "allowTrades": { "type": "boolean" }, "exclusivePick": { "type": "boolean" }, "duplicatePick": { "type": "boolean" }, "teamChampionPool": { "type": "boolean" }, "crossTeamChampionPool": { "type": "boolean" }, "advancedLearningQuests": { "type": "boolean" }, "battleBoost": { "type": "boolean" }, "deathMatch": { "type": "boolean" }, "doNotRemove": { "type": "boolean" }, "learningQuests": { "type": "boolean" }, "onboardCoopBeginner": { "type": "boolean" }, "reroll": { "type": "boolean" }, "mainPickTimerDuration": { "type": "integer", "format": "int32" }, "postPickTimerDuration": { "type": "integer", "format": "int32" }, "banTimerDuration": { "type": "integer", "format": "int32" }, "pickMode": { "type": "string" }, "banMode": { "type": "string" }, "gameModeOverride": { "type": "string" }, "numPlayersPerTeamOverride": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "name", "maxAllowableBans", "allowTrades", "exclusivePick", "duplicatePick", "teamChampionPool", "crossTeamChampionPool", "advancedLearningQuests", "battleBoost", "deathMatch", "doNotRemove", "learningQuests", "onboardCoopBeginner", "reroll", "mainPickTimerDuration", "postPickTimerDuration", "banTimerDuration", "pickMode", "banMode" ] }, "LolLobbyQueueRestrictionDto": { "type": "object", "description": "", "properties": { "gatekeeperRestrictions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyGatekeeperRestrictionDto" } } }, "additionalProperties": false, "required": [ "gatekeeperRestrictions" ] }, "LolLobbyQueueReward": { "type": "object", "description": "", "properties": { "isIpEnabled": { "type": "boolean" }, "isXpEnabled": { "type": "boolean" }, "isChampionPointsEnabled": { "type": "boolean" }, "partySizeIpRewards": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "isIpEnabled", "isXpEnabled", "isChampionPointsEnabled", "partySizeIpRewards" ] }, "LolLobbyQuickPlayPresetSlotDto": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "skinId": { "type": "integer", "format": "int32" }, "positionPreference": { "type": "string" }, "perks": { "type": "string" }, "spell1": { "type": "integer", "format": "uint64", "minimum": 0 }, "spell2": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "championId", "skinId", "positionPreference", "perks", "spell1", "spell2" ] }, "LolLobbyRankedPositionInfoDTO": { "type": "object", "description": "", "properties": { "queue": { "type": "string" }, "tier": { "type": "string" }, "rank": { "type": "string" } }, "additionalProperties": false, "required": [ "queue", "tier", "rank" ] }, "LolLobbyRankedRestrictionInfo": { "type": "object", "description": "", "properties": { "punishedGamesRemaining": { "type": "integer", "format": "int32" }, "needsAck": { "type": "boolean" } }, "additionalProperties": false, "required": [ "punishedGamesRemaining", "needsAck" ] }, "LolLobbyRankedStatsUnsignedDTO": { "type": "object", "description": "", "properties": { "queues": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyRankedPositionInfoDTO" } }, "highestPreviousSeasonEndTier": { "type": "string" }, "highestPreviousSeasonEndRank": { "type": "string" }, "jwt": { "type": "string" } }, "additionalProperties": false, "required": [ "queues", "highestPreviousSeasonEndTier", "highestPreviousSeasonEndRank", "jwt" ] }, "LolLobbyReadyDto": { "type": "object", "description": "", "properties": { "ready": { "type": "boolean" } }, "additionalProperties": false, "required": [ "ready" ] }, "LolLobbyReceivedInvitationDto": { "type": "object", "description": "", "properties": { "invitationId": { "type": "string" }, "fromSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "state": { "$ref": "#/components/schemas/LolLobbyLobbyInvitationState" }, "timestamp": { "type": "string" }, "fromSummonerName": { "type": "string" }, "canAcceptInvitation": { "type": "boolean" }, "restrictions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyEligibilityRestriction" } }, "gameConfig": { "$ref": "#/components/schemas/LolLobbyReceivedInvitationGameConfigDto" }, "invitationType": { "$ref": "#/components/schemas/LolLobbyInvitationType" } }, "additionalProperties": false, "required": [ "invitationId", "fromSummonerId", "state", "timestamp", "fromSummonerName", "canAcceptInvitation", "restrictions", "gameConfig", "invitationType" ] }, "LolLobbyReceivedInvitationGameConfigDto": { "type": "object", "description": "", "properties": { "gameMode": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "inviteGameType": { "type": "string" } }, "additionalProperties": false, "required": [ "gameMode", "queueId", "mapId", "inviteGameType" ] }, "LolLobbyRegistrationCredentials": { "type": "object", "description": "", "properties": { "summonerToken": { "type": "string" }, "inventoryToken": { "type": "string" }, "inventoryTokens": { "type": "array", "items": { "type": "string" } }, "simpleInventoryToken": { "type": "string" }, "rankedOverviewToken": { "type": "string" }, "gameClientVersion": { "type": "string" }, "playerTokens": { "type": "object", "additionalProperties": { "type": "string" } }, "experiments": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false }, "LolLobbyRegistrationStatus": { "type": "object", "description": "", "properties": { "complete": { "type": "boolean" }, "errorCodes": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "complete", "errorCodes" ] }, "LolLobbyRiotMessagingServiceMessage": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "timestamp", "payload" ] }, "LolLobbyServiceProxyPayload": { "type": "object", "description": "", "properties": { "method": { "type": "string" }, "url": { "type": "string" }, "body": { "type": "string" } }, "additionalProperties": false, "required": [ "method", "url", "body" ] }, "LolLobbyStrawberryMapUpdateDto": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "contentId", "itemId" ] }, "LolLobbySubteamDataDto": { "type": "object", "description": "", "properties": { "subteamIndex": { "type": "integer", "format": "int8" }, "intraSubteamPosition": { "type": "integer", "format": "int8" } }, "additionalProperties": false, "required": [ "subteamIndex", "intraSubteamPosition" ] }, "LolLobbySummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "profileIconId": { "type": "integer", "format": "int32" }, "displayName": { "type": "string" }, "internalName": { "type": "string" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerLevel", "accountId", "puuid", "profileIconId", "displayName", "internalName", "gameName", "tagLine" ] }, "LolLobbyTFTNPEConfig": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "queueBypass": { "type": "boolean" }, "shouldShowNPEQueue": { "type": "boolean" } }, "additionalProperties": false, "required": [ "enabled", "queueBypass", "shouldShowNPEQueue" ] }, "LolLobbyTFTNPESettings": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolLobbyTFTNPESettingsResource" }, "schemaVersion": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "schemaVersion" ] }, "LolLobbyTFTNPESettingsResource": { "type": "object", "description": "", "properties": { "gamesPlayed": { "type": "integer", "format": "int32" }, "gamesWon": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "gamesPlayed", "gamesWon" ] }, "LolLobbyTFTNewPlayerDto": { "type": "object", "description": "", "properties": { "tftGamesPlayed": { "type": "integer", "format": "int32" }, "tftGamesWon": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "tftGamesPlayed", "tftGamesWon" ] }, "LolLobbyTeamBuilderActionV1": { "type": "object", "description": "", "properties": { "actionId": { "type": "integer", "format": "int32" }, "actorCellId": { "type": "integer", "format": "int32" }, "type": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "completed": { "type": "boolean" }, "duration": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "actionId", "actorCellId", "type", "championId", "completed", "duration" ] }, "LolLobbyTeamBuilderAfkCheckStateV1": { "type": "object", "description": "", "properties": { "maxAfkMillis": { "type": "integer", "format": "uint32", "minimum": 0 }, "remainingAfkMillis": { "type": "integer", "format": "int32" }, "afkReady": { "type": "boolean" }, "inventoryDraft": { "$ref": "#/components/schemas/LolLobbyTeamBuilderTbdInventory" }, "additionalInventoryTypes": { "type": "array", "items": { "type": "string" } }, "compressAfkCheckPayload": { "type": "boolean" }, "autoAccept": { "type": "boolean" }, "mucJwtDto": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMucJwtDto" } }, "additionalProperties": false, "required": [ "maxAfkMillis", "remainingAfkMillis", "afkReady", "inventoryDraft", "additionalInventoryTypes", "compressAfkCheckPayload", "autoAccept", "mucJwtDto" ] }, "LolLobbyTeamBuilderBackwardsTransitionInfoV1": { "type": "object", "description": "", "properties": { "backwardsTransitionReason": { "type": "string" }, "initiatorSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "backwardsTransitionReason", "initiatorSummonerIds" ] }, "LolLobbyTeamBuilderBenchChampion": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "isPriority": { "type": "boolean" } }, "additionalProperties": false, "required": [ "championId", "isPriority" ] }, "LolLobbyTeamBuilderCellV1": { "type": "object", "description": "", "properties": { "teamId": { "type": "integer", "format": "int32" }, "cellId": { "type": "integer", "format": "int32" }, "championPickIntent": { "type": "integer", "format": "int32" }, "championId": { "type": "integer", "format": "int32" }, "skinId": { "type": "integer", "format": "int32" }, "assignedPosition": { "type": "string" }, "spell1Id": { "type": "integer", "format": "int32" }, "spell2Id": { "type": "integer", "format": "int32" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "nameVisibilityType": { "type": "string" }, "obfuscatedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "obfuscatedPuuid": { "type": "string" } }, "additionalProperties": false, "required": [ "teamId", "cellId", "championPickIntent", "championId", "skinId", "assignedPosition", "spell1Id", "spell2Id", "summonerId", "puuid", "nameVisibilityType", "obfuscatedSummonerId", "obfuscatedPuuid" ] }, "LolLobbyTeamBuilderCellsV1": { "type": "object", "description": "", "properties": { "alliedTeam": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderCellV1" } }, "enemyTeam": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderCellV1" } } }, "additionalProperties": false, "required": [ "alliedTeam", "enemyTeam" ] }, "LolLobbyTeamBuilderCeremonyV1": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "duration": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "name", "duration" ] }, "LolLobbyTeamBuilderChampSelectAction": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "actorCellId": { "type": "integer", "format": "int64" }, "championId": { "type": "integer", "format": "int32" }, "type": { "type": "string" }, "completed": { "type": "boolean" }, "isAllyAction": { "type": "boolean" }, "isInProgress": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "actorCellId", "championId", "type", "completed", "isAllyAction", "isInProgress" ] }, "LolLobbyTeamBuilderChampSelectChatRoomDetails": { "type": "object", "description": "", "properties": { "multiUserChatId": { "type": "string" }, "multiUserChatPassword": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMucJwtDto" } }, "additionalProperties": false, "required": [ "multiUserChatId", "multiUserChatPassword", "mucJwtDto" ] }, "LolLobbyTeamBuilderChampSelectDevPanelData": { "type": "object", "description": "", "properties": { "counter": { "type": "integer", "format": "int64" }, "dtoIndex": { "type": "integer", "format": "int64" }, "queueId": { "type": "integer", "format": "int32" }, "teamIdSuffix": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "counter", "dtoIndex", "queueId", "teamIdSuffix" ] }, "LolLobbyTeamBuilderChampSelectMySelection": { "type": "object", "description": "", "properties": { "selectedSkinId": { "type": "integer", "format": "int32" }, "spell1Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "spell2Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "wardSkinId": { "type": "integer", "format": "int64" } }, "additionalProperties": false }, "LolLobbyTeamBuilderChampSelectPlayerSelection": { "type": "object", "description": "", "properties": { "cellId": { "type": "integer", "format": "int64" }, "championId": { "type": "integer", "format": "int32" }, "selectedSkinId": { "type": "integer", "format": "int32" }, "wardSkinId": { "type": "integer", "format": "int64" }, "spell1Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "spell2Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "team": { "type": "integer", "format": "int32" }, "assignedPosition": { "type": "string" }, "championPickIntent": { "type": "integer", "format": "int32" }, "playerType": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "nameVisibilityType": { "type": "string" }, "obfuscatedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "obfuscatedPuuid": { "type": "string" } }, "additionalProperties": false, "required": [ "cellId", "championId", "selectedSkinId", "wardSkinId", "spell1Id", "spell2Id", "team", "assignedPosition", "championPickIntent", "playerType", "summonerId", "puuid", "nameVisibilityType", "obfuscatedSummonerId", "obfuscatedPuuid" ] }, "LolLobbyTeamBuilderChampSelectSession": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "timer": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectTimer" }, "chatDetails": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectChatRoomDetails" }, "myTeam": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectPlayerSelection" } }, "theirTeam": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectPlayerSelection" } }, "trades": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectTradeContract" } }, "pickOrderSwaps": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectSwapContract" } }, "actions": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "localPlayerCellId": { "type": "integer", "format": "int64" }, "allowSkinSelection": { "type": "boolean" }, "allowDuplicatePicks": { "type": "boolean" }, "allowBattleBoost": { "type": "boolean" }, "boostableSkinCount": { "type": "integer", "format": "int32" }, "allowRerolling": { "type": "boolean" }, "rerollsRemaining": { "type": "integer", "format": "uint64", "minimum": 0 }, "allowLockedEvents": { "type": "boolean" }, "lockedEventIndex": { "type": "integer", "format": "int32" }, "benchEnabled": { "type": "boolean" }, "benchChampions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderBenchChampion" } }, "counter": { "type": "integer", "format": "int64" }, "recoveryCounter": { "type": "integer", "format": "int64" }, "skipChampionSelect": { "type": "boolean" }, "isSpectating": { "type": "boolean" }, "hasSimultaneousBans": { "type": "boolean" }, "hasSimultaneousPicks": { "type": "boolean" } }, "additionalProperties": false, "required": [ "gameId", "timer", "chatDetails", "myTeam", "theirTeam", "trades", "pickOrderSwaps", "actions", "localPlayerCellId", "allowSkinSelection", "allowDuplicatePicks", "allowBattleBoost", "boostableSkinCount", "allowRerolling", "rerollsRemaining", "allowLockedEvents", "lockedEventIndex", "benchEnabled", "benchChampions", "counter", "recoveryCounter", "skipChampionSelect", "isSpectating", "hasSimultaneousBans", "hasSimultaneousPicks" ] }, "LolLobbyTeamBuilderChampSelectSwapContract": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "cellId": { "type": "integer", "format": "int64" }, "state": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectSwapState" } }, "additionalProperties": false, "required": [ "id", "cellId", "state" ] }, "LolLobbyTeamBuilderChampSelectSwapState": { "type": "string", "description": "", "enum": [ "SENT", "RECEIVED", "INVALID", "BUSY", "AVAILABLE" ], "additionalProperties": false }, "LolLobbyTeamBuilderChampSelectTimer": { "type": "object", "description": "", "properties": { "adjustedTimeLeftInPhase": { "type": "integer", "format": "int64" }, "totalTimeInPhase": { "type": "integer", "format": "int64" }, "phase": { "type": "string" }, "isInfinite": { "type": "boolean" }, "internalNowInEpochMs": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "adjustedTimeLeftInPhase", "totalTimeInPhase", "phase", "isInfinite", "internalNowInEpochMs" ] }, "LolLobbyTeamBuilderChampSelectTradeContract": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "cellId": { "type": "integer", "format": "int64" }, "state": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampSelectTradeState" } }, "additionalProperties": false, "required": [ "id", "cellId", "state" ] }, "LolLobbyTeamBuilderChampSelectTradeState": { "type": "string", "description": "", "enum": [ "SENT", "RECEIVED", "INVALID", "BUSY", "AVAILABLE" ], "additionalProperties": false }, "LolLobbyTeamBuilderChampionBenchChampionV1": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "isPriority": { "type": "boolean" } }, "additionalProperties": false, "required": [ "championId", "isPriority" ] }, "LolLobbyTeamBuilderChampionBenchStateV1": { "type": "object", "description": "", "properties": { "benchEnabled": { "type": "boolean" }, "championIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "benchChampions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampionBenchChampionV1" } } }, "additionalProperties": false, "required": [ "benchEnabled", "championIds", "benchChampions" ] }, "LolLobbyTeamBuilderChampionSelectPreferences": { "type": "object", "description": "", "properties": { "skins": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "spells": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "skins", "spells" ] }, "LolLobbyTeamBuilderChampionSelectStateV1": { "type": "object", "description": "", "properties": { "teamId": { "type": "string" }, "teamChatRoomId": { "type": "string" }, "subphase": { "type": "string" }, "actionSetList": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "ceremoniesByActionSetIndex": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "currentActionSetIndex": { "type": "integer", "format": "int32" }, "cells": { "$ref": "#/components/schemas/LolLobbyTeamBuilderCellsV1" }, "localPlayerCellId": { "type": "integer", "format": "int32" }, "currentTotalTimeMillis": { "type": "integer", "format": "int64" }, "currentTimeRemainingMillis": { "type": "integer", "format": "int64" }, "trades": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderTradeV1" } }, "pickOrderSwaps": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderPickOrderSwapV1" } }, "pickIntentClearedReason": { "type": "string" }, "allowOptingOutOfBanning": { "type": "boolean" }, "allowSkinSelection": { "type": "boolean" }, "allowDuplicatePicks": { "type": "boolean" }, "lcuSkipsSendingLoadoutsGco": { "type": "boolean" }, "rerollState": { "$ref": "#/components/schemas/LolLobbyTeamBuilderRerollStateV1" }, "lockedEventsState": { "$ref": "#/components/schemas/LolLobbyTeamBuilderLockedEventsStateV1" }, "battleBoostState": { "$ref": "#/components/schemas/LolLobbyTeamBuilderTeamBuilderBoostInfo" }, "championBenchState": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampionBenchStateV1" }, "inventoryDraft": { "$ref": "#/components/schemas/LolLobbyTeamBuilderTbdInventory" }, "skipChampionSelect": { "type": "boolean" }, "isSpectating": { "type": "boolean" } }, "additionalProperties": false, "required": [ "teamId", "teamChatRoomId", "subphase", "actionSetList", "ceremoniesByActionSetIndex", "currentActionSetIndex", "cells", "localPlayerCellId", "currentTotalTimeMillis", "currentTimeRemainingMillis", "trades", "pickOrderSwaps", "pickIntentClearedReason", "allowOptingOutOfBanning", "allowSkinSelection", "allowDuplicatePicks", "lcuSkipsSendingLoadoutsGco", "rerollState", "lockedEventsState", "battleBoostState", "championBenchState", "inventoryDraft", "skipChampionSelect", "isSpectating" ] }, "LolLobbyTeamBuilderCountdownTimer": { "type": "object", "description": "", "properties": { "phaseName": { "type": "string" }, "timer": { "type": "integer", "format": "int64" }, "counter": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "phaseName", "timer", "counter" ] }, "LolLobbyTeamBuilderGameModeSpellList": { "type": "object", "description": "", "properties": { "spells": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "spells" ] }, "LolLobbyTeamBuilderGameflowGameClient": { "type": "object", "description": "", "properties": { "running": { "type": "boolean" } }, "additionalProperties": false, "required": [ "running" ] }, "LolLobbyTeamBuilderGameflowGameData": { "type": "object", "description": "", "properties": { "queue": { "$ref": "#/components/schemas/LolLobbyTeamBuilderGameflowQueue" } }, "additionalProperties": false, "required": [ "queue" ] }, "LolLobbyTeamBuilderGameflowGameMap": { "type": "object", "description": "", "properties": { "perPositionRequiredSummonerSpells": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolLobbyTeamBuilderGameModeSpellList" } }, "perPositionDisallowedSummonerSpells": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolLobbyTeamBuilderGameModeSpellList" } } }, "additionalProperties": false, "required": [ "perPositionRequiredSummonerSpells", "perPositionDisallowedSummonerSpells" ] }, "LolLobbyTeamBuilderGameflowQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id" ] }, "LolLobbyTeamBuilderGameflowServiceErrorType": { "type": "string", "description": "", "enum": [ "PLAYER_LACKS_VANGUARD_SESSION" ], "additionalProperties": false }, "LolLobbyTeamBuilderGameflowSession": { "type": "object", "description": "", "properties": { "gameData": { "$ref": "#/components/schemas/LolLobbyTeamBuilderGameflowGameData" }, "gameClient": { "$ref": "#/components/schemas/LolLobbyTeamBuilderGameflowGameClient" }, "map": { "$ref": "#/components/schemas/LolLobbyTeamBuilderGameflowGameMap" } }, "additionalProperties": false, "required": [ "gameData", "gameClient", "map" ] }, "LolLobbyTeamBuilderGatekeeperRestricted": { "type": "object", "description": "", "properties": { "gatekeeperRestrictions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderGatekeeperRestriction" } } }, "additionalProperties": false, "required": [ "gatekeeperRestrictions" ] }, "LolLobbyTeamBuilderGatekeeperRestriction": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "reason": { "type": "string" }, "remainingMillis": { "type": "integer", "format": "uint32", "minimum": 0 }, "payload": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "summonerId", "reason", "remainingMillis", "payload", "queueId" ] }, "LolLobbyTeamBuilderLeaverBusterAbandoned": { "type": "object", "description": "", "properties": { "abandonerName": { "type": "string" } }, "additionalProperties": false, "required": [ "abandonerName" ] }, "LolLobbyTeamBuilderLobby": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "invitationId": { "type": "string" }, "multiUserChatId": { "type": "string" }, "multiUserChatPassword": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMucJwtDto" }, "members": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderLobbyMember" } }, "localMember": { "$ref": "#/components/schemas/LolLobbyTeamBuilderLobbyMember" }, "invitations": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderLobbyInvitation" } }, "wasKicked": { "type": "boolean" }, "removalReason": { "$ref": "#/components/schemas/LolLobbyTeamBuilderLobbyRemovedFromGameReason" }, "canStartMatchmaking": { "type": "boolean" }, "showPositionSelector": { "type": "boolean" }, "showPositionExcluder": { "type": "boolean" }, "specifiablePositionPreferences": { "type": "array", "items": { "type": "string" } }, "autoFillEligible": { "type": "boolean" }, "autoFillProtectedForStreaking": { "type": "boolean" }, "autoFillProtectedForPromos": { "type": "boolean" }, "isTeamBuilderManaged": { "type": "boolean" }, "premadeSizeAllowed": { "type": "boolean" }, "requiredPositionCoverageMet": { "type": "boolean" }, "allowablePremadeSizes": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "queueId", "invitationId", "multiUserChatId", "multiUserChatPassword", "mucJwtDto", "members", "localMember", "invitations", "wasKicked", "removalReason", "canStartMatchmaking", "showPositionSelector", "showPositionExcluder", "specifiablePositionPreferences", "autoFillEligible", "autoFillProtectedForStreaking", "autoFillProtectedForPromos", "isTeamBuilderManaged", "premadeSizeAllowed", "requiredPositionCoverageMet", "allowablePremadeSizes" ] }, "LolLobbyTeamBuilderLobbyCountdownTimer": { "type": "object", "description": "", "properties": { "phaseName": { "type": "string" }, "timer": { "type": "integer", "format": "int64" }, "counter": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "phaseName", "timer", "counter" ] }, "LolLobbyTeamBuilderLobbyInvitation": { "type": "object", "description": "", "properties": { "invitationMetaData": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "invitationMetaData" ] }, "LolLobbyTeamBuilderLobbyMember": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "isOwner": { "type": "boolean" }, "canInviteOthers": { "type": "boolean" }, "positionPreferences": { "$ref": "#/components/schemas/LolLobbyTeamBuilderLobbyPositionPreferences" }, "excludedPositionPreference": { "type": "string" }, "showPositionExcluder": { "type": "boolean" }, "autoFillEligible": { "type": "boolean" }, "autoFillProtectedForStreaking": { "type": "boolean" }, "autoFillProtectedForPromos": { "type": "boolean" }, "autoFillProtectedForSoloing": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "isOwner", "canInviteOthers", "positionPreferences", "showPositionExcluder", "autoFillEligible", "autoFillProtectedForStreaking", "autoFillProtectedForPromos", "autoFillProtectedForSoloing" ] }, "LolLobbyTeamBuilderLobbyPositionPreferences": { "type": "object", "description": "", "properties": { "firstPreference": { "type": "string" }, "secondPreference": { "type": "string" } }, "additionalProperties": false, "required": [ "firstPreference", "secondPreference" ] }, "LolLobbyTeamBuilderLobbyPositionPreferencesV2": { "type": "object", "description": "", "properties": { "firstPreference": { "type": "string" }, "secondPreference": { "type": "string" }, "excludedPreference": { "type": "string" } }, "additionalProperties": false, "required": [ "firstPreference", "secondPreference", "excludedPreference" ] }, "LolLobbyTeamBuilderLobbyRemovedFromGameReason": { "type": "string", "description": "", "enum": [ "ServiceShutdown", "GameStartError", "Timeout", "Other", "ServiceError", "Left", "Disbanded", "Kicked", "None" ], "additionalProperties": false }, "LolLobbyTeamBuilderLockedEventsStateV1": { "type": "object", "description": "", "properties": { "allowLockedEvents": { "type": "boolean" }, "lockedEventIndex": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "allowLockedEvents", "lockedEventIndex" ] }, "LolLobbyTeamBuilderLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolLobbyTeamBuilderLoginSessionState" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "connected" ] }, "LolLobbyTeamBuilderLoginSessionState": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolLobbyTeamBuilderMatchmakingDodgeData": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMatchmakingDodgeState" }, "dodgerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "dodgerId" ] }, "LolLobbyTeamBuilderMatchmakingDodgeState": { "type": "string", "description": "", "enum": [ "TournamentDodged", "StrangerDodged", "PartyDodged", "Invalid" ], "additionalProperties": false }, "LolLobbyTeamBuilderMatchmakingDodgeWarning": { "type": "string", "description": "", "enum": [ "Penalty", "Warning", "None" ], "additionalProperties": false }, "LolLobbyTeamBuilderMatchmakingLowPriorityData": { "type": "object", "description": "", "properties": { "penalizedSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "penaltyTime": { "type": "number", "format": "double" }, "penaltyTimeRemaining": { "type": "number", "format": "double" }, "bustedLeaverAccessToken": { "type": "string" } }, "additionalProperties": false, "required": [ "penalizedSummonerIds", "penaltyTime", "penaltyTimeRemaining", "bustedLeaverAccessToken" ] }, "LolLobbyTeamBuilderMatchmakingReadyCheckResource": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMatchmakingReadyCheckState" }, "playerResponse": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMatchmakingReadyCheckResponse" }, "dodgeWarning": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMatchmakingDodgeWarning" }, "timer": { "type": "number", "format": "float" }, "declinerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "state", "playerResponse", "dodgeWarning", "timer", "declinerIds" ] }, "LolLobbyTeamBuilderMatchmakingReadyCheckResponse": { "type": "string", "description": "", "enum": [ "Declined", "Accepted", "None" ], "additionalProperties": false }, "LolLobbyTeamBuilderMatchmakingReadyCheckState": { "type": "string", "description": "", "enum": [ "Error", "PartyNotReady", "StrangerNotReady", "EveryoneReady", "InProgress", "Invalid" ], "additionalProperties": false }, "LolLobbyTeamBuilderMatchmakingSearch": { "type": "object", "description": "", "properties": { "searchState": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMatchmakingSearchState" } }, "additionalProperties": false, "required": [ "searchState" ] }, "LolLobbyTeamBuilderMatchmakingSearchErrorResource": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "errorType": { "type": "string" }, "penalizedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "penaltyTimeRemaining": { "type": "number", "format": "double" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "errorType", "penalizedSummonerId", "penaltyTimeRemaining", "message" ] }, "LolLobbyTeamBuilderMatchmakingSearchResource": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "isCurrentlyInQueue": { "type": "boolean" }, "lobbyId": { "type": "string" }, "searchState": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMatchmakingSearchState" }, "timeInQueue": { "type": "number", "format": "float" }, "estimatedQueueTime": { "type": "number", "format": "float" }, "readyCheck": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMatchmakingReadyCheckResource" }, "dodgeData": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMatchmakingDodgeData" }, "lowPriorityData": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMatchmakingLowPriorityData" }, "errors": { "type": "array", "items": { "$ref": "#/components/schemas/LolLobbyTeamBuilderMatchmakingSearchErrorResource" } } }, "additionalProperties": false, "required": [ "queueId", "isCurrentlyInQueue", "lobbyId", "searchState", "timeInQueue", "estimatedQueueTime", "readyCheck", "dodgeData", "lowPriorityData", "errors" ] }, "LolLobbyTeamBuilderMatchmakingSearchState": { "type": "string", "description": "", "enum": [ "ServiceShutdown", "ServiceError", "Error", "Found", "Searching", "Canceled", "AbandonedLowPriorityQueue", "Invalid" ], "additionalProperties": false }, "LolLobbyTeamBuilderMucJwtDto": { "type": "object", "description": "", "properties": { "jwt": { "type": "string" }, "channelClaim": { "type": "string" }, "domain": { "type": "string" }, "targetRegion": { "type": "string" } }, "additionalProperties": false, "required": [ "jwt", "channelClaim", "domain", "targetRegion" ] }, "LolLobbyTeamBuilderPickOrderSwapV1": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "cellId": { "type": "integer", "format": "int32" }, "state": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "cellId", "state" ] }, "LolLobbyTeamBuilderQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "description": { "type": "string" }, "detailedDescription": { "type": "string" }, "type": { "type": "string" }, "gameMode": { "type": "string" }, "assetMutator": { "type": "string" }, "category": { "$ref": "#/components/schemas/LolLobbyTeamBuilderQueueGameCategory" }, "gameTypeConfig": { "$ref": "#/components/schemas/LolLobbyTeamBuilderQueueGameTypeConfig" }, "numPlayersPerTeam": { "type": "integer", "format": "int32" }, "minimumParticipantListSize": { "type": "integer", "format": "int32" }, "maximumParticipantListSize": { "type": "integer", "format": "int32" }, "minLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "isRanked": { "type": "boolean" }, "areFreeChampionsAllowed": { "type": "boolean" }, "isTeamBuilderManaged": { "type": "boolean" }, "queueAvailability": { "$ref": "#/components/schemas/LolLobbyTeamBuilderQueueAvailability" }, "queueRewards": { "$ref": "#/components/schemas/LolLobbyTeamBuilderQueueReward" }, "spectatorEnabled": { "type": "boolean" }, "championsRequiredToPlay": { "type": "integer", "format": "uint32", "minimum": 0 }, "allowablePremadeSizes": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "showPositionSelector": { "type": "boolean" }, "showQuickPlaySlotSelection": { "type": "boolean" }, "lastToggledOffTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "lastToggledOnTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "removalFromGameAllowed": { "type": "boolean" }, "removalFromGameDelayMinutes": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "mapId", "name", "shortName", "description", "detailedDescription", "type", "gameMode", "assetMutator", "category", "gameTypeConfig", "numPlayersPerTeam", "minimumParticipantListSize", "maximumParticipantListSize", "minLevel", "isRanked", "areFreeChampionsAllowed", "isTeamBuilderManaged", "queueAvailability", "queueRewards", "spectatorEnabled", "championsRequiredToPlay", "allowablePremadeSizes", "showPositionSelector", "showQuickPlaySlotSelection", "lastToggledOffTime", "lastToggledOnTime", "removalFromGameAllowed", "removalFromGameDelayMinutes" ] }, "LolLobbyTeamBuilderQueueAvailability": { "type": "string", "description": "", "enum": [ "DoesntMeetRequirements", "PlatformDisabled", "Available" ], "additionalProperties": false }, "LolLobbyTeamBuilderQueueGameCategory": { "type": "string", "description": "", "enum": [ "Alpha", "VersusAi", "PvP", "Custom", "None" ], "additionalProperties": false }, "LolLobbyTeamBuilderQueueGameTypeConfig": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "maxAllowableBans": { "type": "integer", "format": "int32" }, "allowTrades": { "type": "boolean" }, "allowPickOrderSwaps": { "type": "boolean" }, "exclusivePick": { "type": "boolean" }, "duplicatePick": { "type": "boolean" }, "teamChampionPool": { "type": "boolean" }, "crossTeamChampionPool": { "type": "boolean" }, "advancedLearningQuests": { "type": "boolean" }, "battleBoost": { "type": "boolean" }, "deathMatch": { "type": "boolean" }, "doNotRemove": { "type": "boolean" }, "learningQuests": { "type": "boolean" }, "onboardCoopBeginner": { "type": "boolean" }, "reroll": { "type": "boolean" }, "mainPickTimerDuration": { "type": "integer", "format": "int32" }, "postPickTimerDuration": { "type": "integer", "format": "int32" }, "banTimerDuration": { "type": "integer", "format": "int32" }, "pickMode": { "type": "string" }, "banMode": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "maxAllowableBans", "allowTrades", "allowPickOrderSwaps", "exclusivePick", "duplicatePick", "teamChampionPool", "crossTeamChampionPool", "advancedLearningQuests", "battleBoost", "deathMatch", "doNotRemove", "learningQuests", "onboardCoopBeginner", "reroll", "mainPickTimerDuration", "postPickTimerDuration", "banTimerDuration", "pickMode", "banMode" ] }, "LolLobbyTeamBuilderQueueReward": { "type": "object", "description": "", "properties": { "isIpEnabled": { "type": "boolean" }, "isXpEnabled": { "type": "boolean" }, "isChampionPointsEnabled": { "type": "boolean" }, "partySizeIpRewards": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "isIpEnabled", "isXpEnabled", "isChampionPointsEnabled", "partySizeIpRewards" ] }, "LolLobbyTeamBuilderRerollStateV1": { "type": "object", "description": "", "properties": { "allowRerolling": { "type": "boolean" }, "rerollsRemaining": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "allowRerolling", "rerollsRemaining" ] }, "LolLobbyTeamBuilderSettingCategoryResource": { "type": "object", "description": "", "properties": { "schemaVersion": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampionSelectPreferences" } }, "additionalProperties": false, "required": [ "schemaVersion", "data" ] }, "LolLobbyTeamBuilderTBDMatchmakingState": { "type": "object", "description": "", "properties": { "estimatedMatchmakingTimeMillis": { "type": "integer", "format": "int64" }, "timeInMatchmakingMillis": { "type": "integer", "format": "int64" }, "backwardsTransitionReason": { "type": "string" } }, "additionalProperties": false, "required": [ "estimatedMatchmakingTimeMillis", "timeInMatchmakingMillis", "backwardsTransitionReason" ] }, "LolLobbyTeamBuilderTbLobbyStateResource": { "type": "object", "description": "", "properties": { "counter": { "type": "integer", "format": "int32" }, "recoveryCounter": { "type": "integer", "format": "int32" }, "phaseName": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "matchmakingState": { "$ref": "#/components/schemas/LolLobbyTeamBuilderTBDMatchmakingState" }, "afkCheckState": { "$ref": "#/components/schemas/LolLobbyTeamBuilderAfkCheckStateV1" }, "championSelectState": { "$ref": "#/components/schemas/LolLobbyTeamBuilderChampionSelectStateV1" } }, "additionalProperties": false, "required": [ "counter", "recoveryCounter", "phaseName", "queueId", "gameId" ] }, "LolLobbyTeamBuilderTbRemovedFromServiceNotification": { "type": "object", "description": "", "properties": { "reason": { "type": "string" }, "backwardsTransitionInfo": { "$ref": "#/components/schemas/LolLobbyTeamBuilderBackwardsTransitionInfoV1" } }, "additionalProperties": false, "required": [ "reason", "backwardsTransitionInfo" ] }, "LolLobbyTeamBuilderTbdInventory": { "type": "object", "description": "", "properties": { "lastSelectedSkinIdByChampionId": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "skinIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "spellIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "initialSpellIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "allChampionIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "disabledChampionIds": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "lastSelectedSkinIdByChampionId", "skinIds", "spellIds", "initialSpellIds", "allChampionIds", "disabledChampionIds" ] }, "LolLobbyTeamBuilderTeamBoost": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "int64" }, "puuid": { "type": "string" }, "skinUnlockMode": { "type": "string" }, "price": { "type": "integer", "format": "int64" }, "ipReward": { "type": "integer", "format": "int64" }, "ipRewardForPurchaser": { "type": "integer", "format": "int64" }, "availableSkins": { "type": "array", "items": { "type": "integer", "format": "int64" } }, "unlocked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "summonerId", "puuid", "skinUnlockMode", "price", "ipReward", "ipRewardForPurchaser", "availableSkins", "unlocked" ] }, "LolLobbyTeamBuilderTeamBuilderBoostInfo": { "type": "object", "description": "", "properties": { "allowBattleBoost": { "type": "boolean" }, "boostableSkinCount": { "type": "integer", "format": "int32" }, "activatorCellId": { "type": "integer", "format": "int64" }, "battleBoostActivated": { "type": "boolean" }, "cost": { "type": "integer", "format": "int64" }, "unlockedSkinIds": { "type": "array", "items": { "type": "integer", "format": "int64" } } }, "additionalProperties": false, "required": [ "allowBattleBoost", "boostableSkinCount", "activatorCellId", "battleBoostActivated", "cost", "unlockedSkinIds" ] }, "LolLobbyTeamBuilderTeambuilderLeagueEdgeResponse": { "type": "object", "description": "", "properties": { "payload": { "$ref": "#/components/schemas/LolLobbyTeamBuilderTbLobbyStateResource" }, "status": { "type": "string" } }, "additionalProperties": false, "required": [ "payload", "status" ] }, "LolLobbyTeamBuilderTradeV1": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "cellId": { "type": "integer", "format": "int32" }, "state": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "cellId", "state" ] }, "LolLobbyUserInfoToken": { "type": "object", "description": "", "properties": { "userInfo": { "type": "string" } }, "additionalProperties": false, "required": [ "userInfo" ] }, "LolLobbyUserResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "lol": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "summonerId", "lol" ] }, "LolLockAndLoadHomeHubsWaits": { "type": "object", "description": "", "properties": { "initialWait": { "type": "integer", "format": "uint8", "minimum": 0 }, "additionalWait": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "initialWait", "additionalWait" ] }, "LolLoginAccessToken": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "scopes", "expiry" ] }, "LolLoginAccountStateResource": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolLoginAccountStateType" } }, "additionalProperties": false, "required": [ "state" ] }, "LolLoginAccountStateType": { "type": "string", "description": "", "enum": [ "GENERATING", "TRANSFERRED_OUT", "TRANSFERRING_IN", "TRANSFERRING_OUT", "ENABLED", "CREATING" ], "additionalProperties": false }, "LolLoginAuthorization": { "type": "object", "description": "", "properties": { "currentPlatformId": { "type": "string" }, "currentAccountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "subject": { "type": "string" } }, "additionalProperties": false, "required": [ "currentPlatformId", "currentAccountId", "subject" ] }, "LolLoginConfigReadinessEnum": { "type": "string", "description": "", "enum": [ "Disabled", "Ready", "NotReady" ], "additionalProperties": false }, "LolLoginConfigStatus": { "type": "object", "description": "", "properties": { "readiness": { "$ref": "#/components/schemas/LolLoginConfigReadinessEnum" } }, "additionalProperties": false, "required": [ "readiness" ] }, "LolLoginConfigType": { "type": "string", "description": "", "enum": [ "player", "public" ], "additionalProperties": false }, "LolLoginCrashReportingEnvironment": { "type": "object", "description": "", "properties": { "environment": { "type": "string" }, "userName": { "type": "string" }, "userId": { "type": "string" } }, "additionalProperties": false, "required": [ "environment", "userName", "userId" ] }, "LolLoginIdToken": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "expiry" ] }, "LolLoginLcdsResponse": { "type": "object", "description": "", "properties": { "typeName": { "type": "string" }, "body": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "typeName", "body" ] }, "LolLoginLcdsServiceProxyResponse": { "type": "object", "description": "", "properties": { "serviceName": { "type": "string" }, "methodName": { "type": "string" }, "messageId": { "type": "string" }, "status": { "type": "string" }, "payload": { "type": "string" }, "compressedPayload": { "type": "boolean" } }, "additionalProperties": false, "required": [ "serviceName", "methodName", "messageId", "status", "payload", "compressedPayload" ] }, "LolLoginLeagueSessionStatus": { "type": "string", "description": "", "enum": [ "ANTI_ADDICTION_EXPIRED", "DUPLICATED", "EXPIRED", "INITIALIZED", "UNINITIALIZED" ], "additionalProperties": false }, "LolLoginLeagueSessionTokenEnvelope": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "logoutOnFailure": { "type": "boolean" } }, "additionalProperties": false, "required": [ "logoutOnFailure" ] }, "LolLoginLoginConnectionMode": { "type": "string", "description": "", "enum": [ "RiotClient", "Partner", "Legacy", "Preparing" ], "additionalProperties": false }, "LolLoginLoginConnectionState": { "type": "object", "description": "", "properties": { "mode": { "$ref": "#/components/schemas/LolLoginLoginConnectionMode" }, "isUsingDeveloperAuthToken": { "type": "boolean" }, "isPartnerRiotClient": { "type": "boolean" } }, "additionalProperties": false, "required": [ "mode", "isUsingDeveloperAuthToken", "isPartnerRiotClient" ] }, "LolLoginLoginError": { "type": "object", "description": "", "properties": { "errorCode": { "type": "string" }, "messageId": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "errorCode", "messageId", "description" ] }, "LolLoginLoginQueue": { "type": "object", "description": "", "properties": { "estimatedPositionInQueue": { "type": "integer", "format": "uint64", "minimum": 0 }, "approximateWaitTimeSeconds": { "type": "integer", "format": "uint64", "minimum": 0 }, "maxDisplayedPosition": { "type": "integer", "format": "uint64", "minimum": 0 }, "maxDisplayedWaitTimeSeconds": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "estimatedPositionInQueue" ] }, "LolLoginLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolLoginLoginSessionStates" }, "username": { "type": "string" }, "userAuthToken": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "isInLoginQueue": { "type": "boolean" }, "error": { "$ref": "#/components/schemas/LolLoginLoginError" }, "idToken": { "type": "string" }, "puuid": { "type": "string" }, "isNewPlayer": { "type": "boolean" }, "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "username", "userAuthToken", "accountId", "isInLoginQueue", "idToken", "puuid", "isNewPlayer", "connected" ] }, "LolLoginLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolLoginLoginSessionWallet": { "type": "object", "description": "", "properties": { "ip": { "type": "integer", "format": "int64" }, "rp": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "ip", "rp" ] }, "LolLoginPlatformGeneratedCredentials": { "type": "object", "description": "", "properties": { "username": { "type": "string" }, "password": { "type": "string" } }, "additionalProperties": false, "required": [ "username", "password" ] }, "LolLoginRSOConfigReadyState": { "type": "object", "description": "", "properties": { "ready": { "type": "boolean" } }, "additionalProperties": false, "required": [ "ready" ] }, "LolLoginRSOPlayerCredentials": { "type": "object", "description": "", "properties": { "username": { "type": "string" }, "password": { "type": "string" }, "platformId": { "type": "string" } }, "additionalProperties": false, "required": [ "username", "password", "platformId" ] }, "LolLoginSummonerCreatedResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId" ] }, "LolLoginSummonerSessionResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" }, "isNewPlayer": { "type": "boolean" } }, "additionalProperties": false, "required": [ "summonerId", "displayName", "isNewPlayer" ] }, "LolLoginUsernameAndPassword": { "type": "object", "description": "", "properties": { "username": { "type": "string" }, "password": { "type": "string" } }, "additionalProperties": false, "required": [ "username", "password" ] }, "LolLootCelebrationType": { "type": "string", "description": "", "enum": [ "FULLSCREEN", "TOAST", "NONE" ], "additionalProperties": false }, "LolLootCollectionsChampionMinimal": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "ownership": { "$ref": "#/components/schemas/LolLootCollectionsOwnership" } }, "additionalProperties": false, "required": [ "id", "ownership" ] }, "LolLootCollectionsChampionSkinMinimal": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolLootCollectionsOwnership" }, "splashPath": { "type": "string" }, "tilePath": { "type": "string" } }, "additionalProperties": false, "required": [ "championId", "id", "name", "ownership", "splashPath", "tilePath" ] }, "LolLootCollectionsEmote": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int64" }, "ownershipType": { "$ref": "#/components/schemas/LolLootInventoryOwnership" } }, "additionalProperties": false, "required": [ "itemId", "ownershipType" ] }, "LolLootCollectionsOwnership": { "type": "object", "description": "", "properties": { "loyaltyReward": { "type": "boolean" }, "xboxGPReward": { "type": "boolean" }, "owned": { "type": "boolean" }, "rental": { "$ref": "#/components/schemas/LolLootCollectionsRental" } }, "additionalProperties": false, "required": [ "loyaltyReward", "xboxGPReward", "owned", "rental" ] }, "LolLootCollectionsRental": { "type": "object", "description": "", "properties": { "rented": { "type": "boolean" } }, "additionalProperties": false, "required": [ "rented" ] }, "LolLootCollectionsStatstone": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int64" }, "ownershipType": { "$ref": "#/components/schemas/LolLootInventoryOwnership" } }, "additionalProperties": false, "required": [ "itemId", "ownershipType" ] }, "LolLootCollectionsSummonerIcon": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "itemId" ] }, "LolLootCollectionsWardSkin": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "ownership": { "$ref": "#/components/schemas/LolLootCollectionsOwnership" }, "wardImagePath": { "type": "string" }, "wardShadowImagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "ownership", "wardImagePath", "wardShadowImagePath" ] }, "LolLootContextMenu": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "actionType": { "type": "string" }, "recipeDescription": { "type": "string" }, "recipeContextMenuAction": { "type": "string" }, "enabled": { "type": "boolean" }, "essenceType": { "type": "string" }, "essenceQuantity": { "type": "integer", "format": "int32" }, "requiredTokens": { "type": "string" }, "requiredOthers": { "type": "string" }, "requiredOthersName": { "type": "string" }, "requiredOthersCount": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "name", "actionType", "recipeDescription", "recipeContextMenuAction", "enabled", "essenceType", "essenceQuantity", "requiredTokens", "requiredOthers", "requiredOthersName", "requiredOthersCount" ] }, "LolLootCosmeticsTFTDamageSkin": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "owned": { "type": "boolean" }, "selected": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "f2p": { "type": "boolean" }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "string" }, "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupName": { "type": "string" }, "upgrades": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "loadoutsIcon", "owned", "selected", "loyalty", "f2p", "rarityValue", "purchaseDate", "level", "groupId", "groupName", "upgrades" ] }, "LolLootCosmeticsTFTDamageSkinViewModel": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "owned": { "type": "boolean" }, "selected": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "f2p": { "type": "boolean" }, "rarityValue": { "type": "integer", "format": "uint32", "minimum": 0 }, "purchaseDate": { "type": "string" }, "isRecentItem": { "type": "boolean" }, "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "groupName": { "type": "string" }, "upgrades": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootCosmeticsTFTDamageSkinViewModel" } } }, "additionalProperties": false, "required": [ "contentId", "itemId", "name", "description", "loadoutsIcon", "owned", "selected", "loyalty", "f2p", "rarityValue", "purchaseDate", "isRecentItem", "level", "groupId", "groupName", "upgrades" ] }, "LolLootCosmeticsTFTMapSkinViewModel": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "description": { "type": "string" }, "loadoutsIcon": { "type": "string" }, "owned": { "type": "boolean" }, "selected": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "f2p": { "type": "boolean" } }, "additionalProperties": false, "required": [ "itemId", "name", "description", "loadoutsIcon", "owned", "selected", "loyalty", "f2p" ] }, "LolLootCounter": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "groupId": { "type": "string" }, "direction": { "type": "string" }, "startValue": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "id", "name", "groupId", "direction", "startValue" ] }, "LolLootCounterInstance": { "type": "object", "description": "", "properties": { "ownerId": { "type": "string" }, "productId": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "counterValue": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "ownerId", "productId", "groupId", "counterId", "counterValue" ] }, "LolLootCurrencyConfiguration": { "type": "object", "description": "", "properties": { "currenciesUsingCapWallets": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "currenciesUsingCapWallets" ] }, "LolLootEntityInstance": { "type": "object", "description": "", "properties": { "groupId": { "type": "string" }, "counters": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootCounterInstance" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootMilestoneInstance" } } }, "additionalProperties": false, "required": [ "groupId", "counters", "milestones" ] }, "LolLootGameDataNexusFinisher": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "translatedName": { "type": "string" }, "iconPath": { "type": "string" }, "splashPath": { "type": "string" }, "videoPath": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "name", "translatedName", "iconPath", "splashPath", "videoPath" ] }, "LolLootGameDataSummonerEmote": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "inventoryIcon": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "inventoryIcon", "description" ] }, "LolLootGameDataSummonerIcon": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "title": { "type": "string" }, "imagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "title", "imagePath" ] }, "LolLootGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolLootGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolLootGameflowPhase" } }, "additionalProperties": false, "required": [ "phase" ] }, "LolLootGrantStatus": { "type": "string", "description": "", "enum": [ "FAILED", "FULFILLED", "PENDING_SELECTION", "PENDING_FULFILLMENT" ], "additionalProperties": false }, "LolLootGrantorDescription": { "type": "object", "description": "", "properties": { "appName": { "type": "string" }, "entityId": { "type": "string" } }, "additionalProperties": false, "required": [ "appName", "entityId" ] }, "LolLootGroup": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" }, "name": { "type": "string" }, "repeat": { "$ref": "#/components/schemas/LolLootRepeat" }, "counters": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootCounter" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootMilestone" } } }, "additionalProperties": false, "required": [ "id", "productId", "name", "repeat", "counters", "milestones" ] }, "LolLootInventoryOwnership": { "type": "string", "description": "", "enum": [ "F2P", "RENTED", "OWNED" ], "additionalProperties": false }, "LolLootItemKey": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolLootItemOwnershipStatus": { "type": "string", "description": "", "enum": [ "OWNED", "RENTAL", "FREE", "NONE" ], "additionalProperties": false }, "LolLootLoginDataPacket": { "type": "object", "description": "", "properties": { "simpleMessages": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLoginSimpleMessage" } } }, "additionalProperties": false, "required": [ "simpleMessages" ] }, "LolLootLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolLootLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId" ] }, "LolLootLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolLootLoginSimpleMessage": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "type": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "msgId", "type", "params" ] }, "LolLootLootBundleContentGdsResource": { "type": "object", "description": "", "properties": { "localizedDescription": { "type": "string" } }, "additionalProperties": false, "required": [ "localizedDescription" ] }, "LolLootLootBundleGdsResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "description": { "type": "string" }, "descriptionLong": { "type": "string" }, "image": { "type": "string" }, "contents": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootBundleContentGdsResource" } } }, "additionalProperties": false, "required": [ "id", "description", "descriptionLong", "image", "contents" ] }, "LolLootLootDataGdsResource": { "type": "object", "description": "", "properties": { "LootItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootItemGdsResource" } }, "LootRecipes": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootRecipeGdsResource" } }, "LootTables": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootTableGdsResource" } }, "LootBundles": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootBundleGdsResource" } } }, "additionalProperties": false, "required": [ "LootItems", "LootRecipes", "LootTables", "LootBundles" ] }, "LolLootLootDescription": { "type": "object", "description": "", "properties": { "lootName": { "type": "string" }, "localizedDescription": { "type": "string" }, "localizedDescriptionLong": { "type": "string" }, "imagePath": { "type": "string" }, "childLootTableNames": { "type": "array", "items": { "type": "string" } }, "childrenDescriptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootDescription" } } }, "additionalProperties": false, "required": [ "lootName", "localizedDescription", "localizedDescriptionLong", "imagePath", "childLootTableNames", "childrenDescriptions" ] }, "LolLootLootDropTableEntryGdsResource": { "type": "object", "description": "", "properties": { "lootId": { "type": "string" }, "localizedDescription": { "type": "string" } }, "additionalProperties": false, "required": [ "lootId", "localizedDescription" ] }, "LolLootLootGrantNotification": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "championId": { "type": "integer", "format": "int32" }, "playerGrade": { "type": "string" }, "lootName": { "type": "string" }, "messageKey": { "type": "string" }, "msgId": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "id", "gameId", "playerId", "championId", "playerGrade", "lootName", "messageKey", "msgId", "accountId" ] }, "LolLootLootItem": { "type": "object", "description": "", "properties": { "lootName": { "type": "string" }, "asset": { "type": "string" }, "type": { "type": "string" }, "rarity": { "type": "string" }, "value": { "type": "integer", "format": "int32" }, "storeItemId": { "type": "integer", "format": "int32" }, "upgradeLootName": { "type": "string" }, "expiryTime": { "type": "integer", "format": "int64" }, "tags": { "type": "string" }, "displayCategories": { "type": "string" }, "rentalSeconds": { "type": "integer", "format": "int64" }, "rentalGames": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "lootName", "asset", "type", "rarity", "value", "storeItemId", "upgradeLootName", "expiryTime", "tags", "displayCategories", "rentalSeconds", "rentalGames" ] }, "LolLootLootItemGdsResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "image": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "recipeMenuTitle": { "type": "string" }, "recipeMenuSubtitle": { "type": "string" }, "mappedStoreId": { "type": "integer", "format": "int32" }, "lifetimeMax": { "type": "integer", "format": "int32" }, "autoRedeem": { "type": "boolean" }, "recipeMenuActive": { "type": "boolean" }, "rarity": { "$ref": "#/components/schemas/LolLootLootRarity" }, "type": { "$ref": "#/components/schemas/LolLootLootType" } }, "additionalProperties": false, "required": [ "id", "name", "description", "image", "startDate", "endDate", "recipeMenuTitle", "recipeMenuSubtitle", "mappedStoreId", "lifetimeMax", "autoRedeem", "recipeMenuActive", "rarity", "type" ] }, "LolLootLootMilestone": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "threshold": { "type": "integer", "format": "uint64", "minimum": 0 }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootMilestoneReward" } } }, "additionalProperties": false, "required": [ "id", "threshold", "rewards" ] }, "LolLootLootMilestoneClaimStatus": { "type": "string", "description": "", "enum": [ "FAILED", "COMPLETED", "IN_PROGRESS", "NOT_STARTED" ], "additionalProperties": false }, "LolLootLootMilestoneRepeat": { "type": "object", "description": "", "properties": { "repeatCount": { "type": "integer", "format": "int32" }, "repeatScope": { "type": "integer", "format": "int32" }, "multiplier": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "repeatCount", "repeatScope", "multiplier" ] }, "LolLootLootMilestoneReward": { "type": "object", "description": "", "properties": { "rewardGroupId": { "type": "string" }, "rewardType": { "type": "string" }, "itemInstanceId": { "type": "string" }, "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "quantity": { "type": "integer", "format": "int32" }, "lootItem": { "$ref": "#/components/schemas/LolLootPlayerLoot" } }, "additionalProperties": false, "required": [ "rewardGroupId", "rewardType", "itemInstanceId", "inventoryType", "itemId", "quantity" ] }, "LolLootLootMilestones": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "progressionConfigId": { "type": "string" }, "active": { "type": "boolean" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "storeGroupTitle": { "type": "string" }, "repeat": { "$ref": "#/components/schemas/LolLootLootMilestoneRepeat" }, "lootItems": { "type": "array", "items": { "type": "string" } }, "recipes": { "type": "array", "items": { "type": "string" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootMilestone" } }, "errorCachingMilestoneSet": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "progressionConfigId", "active", "startDate", "endDate", "storeGroupTitle", "repeat", "lootItems", "recipes", "milestones", "errorCachingMilestoneSet" ] }, "LolLootLootMilestonesClaimResponse": { "type": "object", "description": "", "properties": { "lootMilestoneSetId": { "type": "string" }, "claimedMilestones": { "type": "array", "items": { "type": "string" } }, "status": { "$ref": "#/components/schemas/LolLootLootMilestoneClaimStatus" } }, "additionalProperties": false, "required": [ "lootMilestoneSetId", "claimedMilestones", "status" ] }, "LolLootLootMilestonesCounter": { "type": "object", "description": "", "properties": { "lootMilestonesId": { "type": "string" }, "counterValue": { "type": "integer", "format": "int64" }, "completedLoops": { "type": "integer", "format": "int64" }, "readyToClaimMilestones": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "lootMilestonesId", "counterValue", "completedLoops", "readyToClaimMilestones" ] }, "LolLootLootMilestonesDataGdsResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "storeGroupTitle": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "recipes": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootMilestonesRecipeGdsResource" } }, "progressTrack": { "$ref": "#/components/schemas/LolLootProgressionConfigGdsResource" } }, "additionalProperties": false, "required": [ "id", "storeGroupTitle", "startDate", "endDate", "recipes", "progressTrack" ] }, "LolLootLootOddsResponse": { "type": "object", "description": "", "properties": { "lootId": { "type": "string" }, "parentId": { "type": "string" }, "dropRate": { "type": "number", "format": "double" }, "quantity": { "type": "integer", "format": "int32" }, "label": { "type": "string" }, "query": { "type": "string" }, "lootOrder": { "type": "integer", "format": "int32" }, "children": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootOddsResponse" } } }, "additionalProperties": false, "required": [ "lootId", "parentId", "dropRate", "quantity", "label", "query", "lootOrder", "children" ] }, "LolLootLootOutputGdsResource": { "type": "object", "description": "", "properties": { "lootId": { "type": "string" }, "localizedDescription": { "type": "string" } }, "additionalProperties": false, "required": [ "lootId", "localizedDescription" ] }, "LolLootLootRarity": { "type": "string", "description": "", "enum": [ "Ultimate", "Mythic", "Legendary", "Epic", "Default" ], "additionalProperties": false }, "LolLootLootRecipeGdsResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "description": { "type": "string" }, "contextMenuText": { "type": "string" }, "requirementText": { "type": "string" }, "imagePath": { "type": "string" }, "introVideoPath": { "type": "string" }, "loopVideoPath": { "type": "string" }, "outroVideoPath": { "type": "string" }, "hasVisibleLootOdds": { "type": "boolean" }, "outputs": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootOutputGdsResource" } }, "singleOpen": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "description", "contextMenuText", "requirementText", "imagePath", "introVideoPath", "loopVideoPath", "outroVideoPath", "hasVisibleLootOdds", "outputs", "singleOpen" ] }, "LolLootLootTableGdsResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "description": { "type": "string" }, "descriptionLong": { "type": "string" }, "image": { "type": "string" }, "dropChance": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootDropTableEntryGdsResource" } } }, "additionalProperties": false, "required": [ "id", "description", "descriptionLong", "image", "dropChance" ] }, "LolLootLootType": { "type": "string", "description": "", "enum": [ "Nexus_Finisher", "TFT_Damage_Skin", "TFT_Map_Skin", "SkinBorder", "Boost", "Statstone_Shard", "Statstone", "Egg_Color", "Egg", "Companion", "SummonerIcon", "Skin_Rental", "Skin", "WardSkin", "Material", "Currency", "Chest" ], "additionalProperties": false }, "LolLootMassDisenchantClientConfig": { "type": "object", "description": "", "properties": { "maxLootItemsSizeMassCraft": { "type": "integer", "format": "int16" }, "enabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "maxLootItemsSizeMassCraft", "enabled" ] }, "LolLootMilestone": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "int64" }, "properties": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "name", "groupId", "counterId", "triggerValue", "properties" ] }, "LolLootMilestoneInstance": { "type": "object", "description": "", "properties": { "milestoneId": { "type": "string" }, "instanceId": { "type": "string" }, "ownerId": { "type": "string" }, "productId": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "int64" }, "repeatSequence": { "type": "integer", "format": "uint32", "minimum": 0 }, "triggered": { "type": "boolean" }, "triggeredTimestamp": { "type": "string" }, "triggers": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootTrigger" } } }, "additionalProperties": false, "required": [ "milestoneId", "instanceId", "ownerId", "productId", "groupId", "counterId", "triggerValue", "repeatSequence", "triggered", "triggeredTimestamp", "triggers" ] }, "LolLootMilestoneLootItemRewardGdsResource": { "type": "object", "description": "", "properties": { "internalName": { "type": "string" } }, "additionalProperties": false, "required": [ "internalName" ] }, "LolLootMilestonesProgressionConfigRepeatGdsResource": { "type": "object", "description": "", "properties": { "name": { "$ref": "#/components/schemas/LolLootMilestonesProgressionGroupRepeatGdsResource" } }, "additionalProperties": false, "required": [ "name" ] }, "LolLootMilestonesProgressionCounterGdsResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "direction": { "type": "string" }, "startValue": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "name", "direction", "startValue" ] }, "LolLootMilestonesProgressionGroupRepeatGdsResource": { "type": "object", "description": "", "properties": { "Count": { "type": "integer", "format": "int32" }, "Scope": { "type": "integer", "format": "int32" }, "Multiplier": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "Count", "Scope", "Multiplier" ] }, "LolLootMilestonesRecipeGdsResource": { "type": "object", "description": "", "properties": { "name": { "type": "string" } }, "additionalProperties": false, "required": [ "name" ] }, "LolLootPlayerLoot": { "type": "object", "description": "", "properties": { "lootName": { "type": "string" }, "lootId": { "type": "string" }, "refId": { "type": "string" }, "localizedName": { "type": "string" }, "localizedDescription": { "type": "string" }, "itemDesc": { "type": "string" }, "displayCategories": { "type": "string" }, "rarity": { "type": "string" }, "tags": { "type": "string" }, "type": { "type": "string" }, "asset": { "type": "string" }, "tilePath": { "type": "string" }, "splashPath": { "type": "string" }, "shadowPath": { "type": "string" }, "upgradeLootName": { "type": "string" }, "upgradeEssenceName": { "type": "string" }, "disenchantLootName": { "type": "string" }, "localizedRecipeTitle": { "type": "string" }, "localizedRecipeSubtitle": { "type": "string" }, "itemStatus": { "$ref": "#/components/schemas/LolLootItemOwnershipStatus" }, "parentItemStatus": { "$ref": "#/components/schemas/LolLootItemOwnershipStatus" }, "redeemableStatus": { "$ref": "#/components/schemas/LolLootRedeemableStatus" }, "count": { "type": "integer", "format": "int32" }, "rentalGames": { "type": "integer", "format": "int32" }, "storeItemId": { "type": "integer", "format": "int32" }, "parentStoreItemId": { "type": "integer", "format": "int32" }, "value": { "type": "integer", "format": "int32" }, "upgradeEssenceValue": { "type": "integer", "format": "int32" }, "disenchantValue": { "type": "integer", "format": "int32" }, "disenchantRecipeName": { "type": "string" }, "expiryTime": { "type": "integer", "format": "int64" }, "rentalSeconds": { "type": "integer", "format": "int64" }, "isNew": { "type": "boolean" }, "isRental": { "type": "boolean" } }, "additionalProperties": false, "required": [ "lootName", "lootId", "refId", "localizedName", "localizedDescription", "itemDesc", "displayCategories", "rarity", "tags", "type", "asset", "tilePath", "splashPath", "shadowPath", "upgradeLootName", "upgradeEssenceName", "disenchantLootName", "localizedRecipeTitle", "localizedRecipeSubtitle", "itemStatus", "parentItemStatus", "redeemableStatus", "count", "rentalGames", "storeItemId", "parentStoreItemId", "value", "upgradeEssenceValue", "disenchantValue", "disenchantRecipeName", "expiryTime", "rentalSeconds", "isNew", "isRental" ] }, "LolLootPlayerLootDelta": { "type": "object", "description": "", "properties": { "deltaCount": { "type": "integer", "format": "int32" }, "playerLoot": { "$ref": "#/components/schemas/LolLootPlayerLoot" } }, "additionalProperties": false, "required": [ "deltaCount", "playerLoot" ] }, "LolLootPlayerLootMap": { "type": "object", "description": "", "properties": { "version": { "type": "integer", "format": "int64" }, "playerLoot": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolLootPlayerLoot" } } }, "additionalProperties": false, "required": [ "version", "playerLoot" ] }, "LolLootPlayerLootNotification": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "count": { "type": "integer", "format": "int32" }, "acknowledged": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "count", "acknowledged" ] }, "LolLootPlayerLootUpdate": { "type": "object", "description": "", "properties": { "added": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootPlayerLootDelta" } }, "removed": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootPlayerLootDelta" } }, "redeemed": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootPlayerLootDelta" } } }, "additionalProperties": false, "required": [ "added", "removed", "redeemed" ] }, "LolLootProgressionConfigGdsResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "repeat": { "$ref": "#/components/schemas/LolLootMilestonesProgressionConfigRepeatGdsResource" }, "counters": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootMilestonesProgressionCounterGdsResource" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootProgressionConfigMilestoneGdsResource" } } }, "additionalProperties": false, "required": [ "id", "name", "repeat", "counters", "milestones" ] }, "LolLootProgressionConfigMilestoneGdsResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "triggerValue": { "type": "integer", "format": "uint64", "minimum": 0 }, "properties": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootProgressionConfigMilestonePropertiesGdsResource" } }, "counter": { "$ref": "#/components/schemas/LolLootMilestonesProgressionCounterGdsResource" } }, "additionalProperties": false, "required": [ "id", "name", "triggerValue", "properties", "counter" ] }, "LolLootProgressionConfigMilestonePropertiesGdsResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "rewardStrategy": { "type": "string" }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootProgressionConfigMilestoneRewardGdsResource" } } }, "additionalProperties": false, "required": [ "id", "name", "description", "rewardStrategy", "rewards" ] }, "LolLootProgressionConfigMilestoneRewardGdsResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "rewardType": { "type": "string" }, "quantity": { "type": "integer", "format": "int32" }, "lootItemToGrant": { "$ref": "#/components/schemas/LolLootMilestoneLootItemRewardGdsResource" }, "legacyLootItem": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "rewardType", "quantity", "legacyLootItem" ] }, "LolLootQueryEvaluatedLootItem": { "type": "object", "description": "", "properties": { "lootName": { "type": "string" }, "localizedName": { "type": "string" } }, "additionalProperties": false, "required": [ "lootName", "localizedName" ] }, "LolLootRMSPayload": { "type": "object", "description": "", "properties": { "productId": { "type": "string" }, "affinities": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "productId", "affinities" ] }, "LolLootRecipeMenuConfig": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "lootItemsUsingBreakoutRecipeMenu": { "type": "array", "items": { "type": "string" } }, "alwaysShowLootIds": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "enabled", "lootItemsUsingBreakoutRecipeMenu", "alwaysShowLootIds" ] }, "LolLootRecipeMetadata": { "type": "object", "description": "", "properties": { "guaranteedDescriptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootDescription" } }, "bonusDescriptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootDescription" } }, "tooltipsDisabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "guaranteedDescriptions", "bonusDescriptions", "tooltipsDisabled" ] }, "LolLootRecipeOutput": { "type": "object", "description": "", "properties": { "lootName": { "type": "string" }, "quantity": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "lootName", "quantity" ] }, "LolLootRecipeSlot": { "type": "object", "description": "", "properties": { "slotNumber": { "type": "integer", "format": "int32" }, "lootIds": { "type": "array", "items": { "type": "string" } }, "tags": { "type": "string" }, "quantity": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "slotNumber", "lootIds", "tags", "quantity" ] }, "LolLootRecipeWithMilestones": { "type": "object", "description": "", "properties": { "recipeName": { "type": "string" }, "type": { "type": "string" }, "description": { "type": "string" }, "contextMenuText": { "type": "string" }, "requirementText": { "type": "string" }, "imagePath": { "type": "string" }, "introVideoPath": { "type": "string" }, "loopVideoPath": { "type": "string" }, "outroVideoPath": { "type": "string" }, "displayCategories": { "type": "string" }, "crafterName": { "type": "string" }, "slots": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootRecipeSlot" } }, "outputs": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootRecipeOutput" } }, "metadata": { "$ref": "#/components/schemas/LolLootRecipeMetadata" }, "singleOpen": { "type": "boolean" }, "hasVisibleLootOdds": { "type": "boolean" }, "lootMilestoneIds": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "recipeName", "type", "description", "contextMenuText", "requirementText", "imagePath", "introVideoPath", "loopVideoPath", "outroVideoPath", "displayCategories", "crafterName", "slots", "outputs", "metadata", "singleOpen", "hasVisibleLootOdds", "lootMilestoneIds" ] }, "LolLootRedeemableStatus": { "type": "string", "description": "", "enum": [ "SKIN_NOT_OWNED", "CHAMPION_NOT_OWNED", "ALREADY_RENTED", "ALREADY_OWNED", "NOT_REDEEMABLE_RENTAL", "NOT_REDEEMABLE", "REDEEMABLE_RENTAL", "REDEEMABLE", "UNKNOWN" ], "additionalProperties": false }, "LolLootRegionLocale": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale" ] }, "LolLootRepeat": { "type": "object", "description": "", "properties": { "count": { "type": "integer", "format": "int32" }, "scope": { "type": "integer", "format": "uint32", "minimum": 0 }, "multiplier": { "type": "number", "format": "float" }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootMilestone" } }, "repeatTriggers": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootRepeatGroupTrigger" } } }, "additionalProperties": false, "required": [ "count", "scope", "multiplier", "milestones", "repeatTriggers" ] }, "LolLootRepeatGroupTrigger": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "counterId": { "type": "string" }, "startTriggerValue": { "type": "integer", "format": "uint16", "minimum": 0 }, "increaseBy": { "type": "integer", "format": "uint16", "minimum": 0 }, "multiplier": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "type", "counterId", "startTriggerValue", "increaseBy", "multiplier" ] }, "LolLootRequestDTO-SelectionRequestDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolLootSelectionRequestDTO" }, "metadata": { "$ref": "#/components/schemas/LolLootRequestMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolLootRequestDTO-vector-SelectionRequestDTO": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootSelectionRequestDTO" } }, "metadata": { "$ref": "#/components/schemas/LolLootRequestMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolLootRequestDTO-vector-string": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "type": "string" } }, "metadata": { "$ref": "#/components/schemas/LolLootRequestMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolLootRequestMetadataDTO": { "type": "object", "description": "", "properties": { "transactionId": { "type": "string" } }, "additionalProperties": false }, "LolLootResponseDTO-SvcRewardGrant": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolLootSvcRewardGrant" }, "metadata": { "$ref": "#/components/schemas/LolLootResponseMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolLootResponseDTO-map-RewardGroupId-SelectGrantStatus": { "type": "object", "description": "", "properties": { "data": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolLootSelectGrantStatusResponse" } }, "metadata": { "$ref": "#/components/schemas/LolLootResponseMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolLootResponseDTO-vector-SvcRewardGrant": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootSvcRewardGrant" } }, "metadata": { "$ref": "#/components/schemas/LolLootResponseMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolLootResponseDTO-vector-SvcRewardGroup": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootSvcRewardGroup" } }, "metadata": { "$ref": "#/components/schemas/LolLootResponseMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolLootResponseMetadataDTO": { "type": "object", "description": "", "additionalProperties": true }, "LolLootReward": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "itemId": { "type": "string" }, "itemType": { "type": "string" }, "quantity": { "type": "integer", "format": "int32" }, "fulfillmentSource": { "type": "string" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "itemId", "itemType", "quantity", "fulfillmentSource", "media", "localizations" ] }, "LolLootRewardGrant": { "type": "object", "description": "", "properties": { "info": { "$ref": "#/components/schemas/LolLootSvcRewardGrant" }, "rewardGroup": { "$ref": "#/components/schemas/LolLootSvcRewardGroup" } }, "additionalProperties": false, "required": [ "info", "rewardGroup" ] }, "LolLootRewardStatus": { "type": "string", "description": "", "enum": [ "FAILED", "FULFILLED", "PENDING" ], "additionalProperties": false }, "LolLootRewardStrategy": { "type": "string", "description": "", "enum": [ "SELECTION", "RANDOM", "ALL" ], "additionalProperties": false }, "LolLootRewardsConfig": { "type": "object", "description": "", "properties": { "GrantFiltering": { "type": "boolean" } }, "additionalProperties": false, "required": [ "GrantFiltering" ] }, "LolLootSelectGrantStatusResponse": { "type": "string", "description": "", "enum": [ "FAILED", "SELECTED" ], "additionalProperties": false }, "LolLootSelectionRequestDTO": { "type": "object", "description": "", "properties": { "grantId": { "type": "string" }, "rewardGroupId": { "type": "string" }, "selections": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "grantId", "rewardGroupId", "selections" ] }, "LolLootSelectionStrategyConfig": { "type": "object", "description": "", "properties": { "minSelectionsAllowed": { "type": "integer", "format": "uint32", "minimum": 0 }, "maxSelectionsAllowed": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "minSelectionsAllowed", "maxSelectionsAllowed" ] }, "LolLootSvcRewardGrant": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "granteeId": { "type": "string" }, "rewardGroupId": { "type": "string" }, "dateCreated": { "type": "string" }, "status": { "$ref": "#/components/schemas/LolLootGrantStatus" }, "grantElements": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootSvcRewardGrantElement" } }, "selectedIds": { "type": "array", "items": { "type": "string" } }, "viewed": { "type": "boolean" }, "grantorDescription": { "$ref": "#/components/schemas/LolLootGrantorDescription" }, "messageParameters": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "id", "granteeId", "rewardGroupId", "dateCreated", "status", "grantElements", "selectedIds", "viewed", "grantorDescription", "messageParameters" ] }, "LolLootSvcRewardGrantElement": { "type": "object", "description": "", "properties": { "elementId": { "type": "string" }, "itemId": { "type": "string" }, "itemType": { "type": "string" }, "fulfillmentSource": { "type": "string" }, "status": { "$ref": "#/components/schemas/LolLootRewardStatus" }, "quantity": { "type": "integer", "format": "int32" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "elementId", "itemId", "itemType", "fulfillmentSource", "status", "quantity", "media", "localizations" ] }, "LolLootSvcRewardGroup": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootReward" } }, "childRewardGroupIds": { "type": "array", "items": { "type": "string" } }, "rewardStrategy": { "$ref": "#/components/schemas/LolLootRewardStrategy" }, "selectionStrategyConfig": { "$ref": "#/components/schemas/LolLootSelectionStrategyConfig" }, "active": { "type": "boolean" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } }, "celebrationType": { "$ref": "#/components/schemas/LolLootCelebrationType" } }, "additionalProperties": false, "required": [ "id", "productId", "types", "rewards", "childRewardGroupIds", "rewardStrategy", "active", "media", "localizations", "celebrationType" ] }, "LolLootTFTDamageSkinGroupViewModel": { "type": "object", "description": "", "properties": { "groupName": { "type": "string" }, "groupId": { "type": "integer", "format": "uint32", "minimum": 0 }, "numOwned": { "type": "integer", "format": "uint32", "minimum": 0 }, "numAvailable": { "type": "integer", "format": "uint32", "minimum": 0 }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootCosmeticsTFTDamageSkinViewModel" } } }, "additionalProperties": false, "required": [ "groupName", "groupId", "numOwned", "numAvailable", "items" ] }, "LolLootTFTDamageSkinGroupedViewModel": { "type": "object", "description": "", "properties": { "selectedLoadoutItem": { "$ref": "#/components/schemas/LolLootCosmeticsTFTDamageSkinViewModel" }, "defaultItemId": { "type": "integer", "format": "int32" }, "groups": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootTFTDamageSkinGroupViewModel" } } }, "additionalProperties": false, "required": [ "selectedLoadoutItem", "defaultItemId", "groups" ] }, "LolLootTFTMapSkinGroupViewModel": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootCosmeticsTFTMapSkinViewModel" } } }, "additionalProperties": false, "required": [ "items" ] }, "LolLootTFTMapSkinGroupedViewModel": { "type": "object", "description": "", "properties": { "selectedLoadoutItem": { "$ref": "#/components/schemas/LolLootCosmeticsTFTMapSkinViewModel" }, "defaultItemId": { "type": "integer", "format": "int32" }, "groups": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootTFTMapSkinGroupViewModel" } } }, "additionalProperties": false, "required": [ "selectedLoadoutItem", "defaultItemId", "groups" ] }, "LolLootTrigger": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "type", "counterId", "triggerValue" ] }, "LolLootVerboseLootOddsResponse": { "type": "object", "description": "", "properties": { "recipeName": { "type": "string" }, "chanceToContain": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootOddsResponse" } }, "guaranteedToContain": { "type": "array", "items": { "$ref": "#/components/schemas/LolLootLootOddsResponse" } }, "lootItem": { "$ref": "#/components/schemas/LolLootPlayerLoot" }, "hasPityRules": { "type": "boolean" }, "checksOwnership": { "type": "boolean" } }, "additionalProperties": false, "required": [ "recipeName", "chanceToContain", "guaranteedToContain", "lootItem", "hasPityRules", "checksOwnership" ] }, "LolLoyaltyAccessToken": { "type": "object", "description": "", "properties": { "token": { "type": "string" } }, "additionalProperties": false, "required": [ "token" ] }, "LolLoyaltyGlobalRewards": { "type": "object", "description": "", "properties": { "allChampions": { "type": "boolean" } }, "additionalProperties": false, "required": [ "allChampions" ] }, "LolLoyaltyInventoryDTO": { "type": "object", "description": "", "properties": { "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "items" ] }, "LolLoyaltyInventoryItemDTO": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "loyalty": { "type": "boolean" } }, "additionalProperties": false, "required": [ "inventoryType", "loyalty" ] }, "LolLoyaltyInventoryResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolLoyaltyInventoryDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolLoyaltyLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolLoyaltyLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "puuid" ] }, "LolLoyaltyLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolLoyaltyLoyaltyRewards": { "type": "object", "description": "", "properties": { "freeRewardedChampionsCount": { "type": "integer", "format": "int32" }, "championIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "freeRewardedSkinsCount": { "type": "integer", "format": "int32" }, "skinIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "global": { "$ref": "#/components/schemas/LolLoyaltyGlobalRewards" }, "ipBoost": { "type": "integer", "format": "int32" }, "xpBoost": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "loyaltyTFTMapSkinCount": { "type": "integer", "format": "int32" }, "loyaltyTFTCompanionCount": { "type": "integer", "format": "int32" }, "loyaltyTFTDamageSkinCount": { "type": "integer", "format": "int32" }, "loyaltySources": { "type": "object", "additionalProperties": { "type": "boolean" } } }, "additionalProperties": false, "required": [ "freeRewardedChampionsCount", "championIds", "freeRewardedSkinsCount", "skinIds", "global", "ipBoost", "xpBoost", "loyaltyTFTMapSkinCount", "loyaltyTFTCompanionCount", "loyaltyTFTDamageSkinCount", "loyaltySources" ] }, "LolLoyaltyLoyaltyRewardsSimplified": { "type": "object", "description": "", "properties": { "freeRewardedChampionsCount": { "type": "integer", "format": "int32" }, "championIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "freeRewardedSkinsCount": { "type": "integer", "format": "int32" }, "skinIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "global": { "$ref": "#/components/schemas/LolLoyaltyGlobalRewards" }, "ipBoost": { "type": "integer", "format": "int32" }, "xpBoost": { "type": "integer", "format": "int32" }, "loyaltyTFTMapSkinCount": { "type": "integer", "format": "int32" }, "loyaltyTFTCompanionCount": { "type": "integer", "format": "int32" }, "loyaltyTFTDamageSkinCount": { "type": "integer", "format": "int32" }, "loyaltySources": { "type": "object", "additionalProperties": { "type": "boolean" } } }, "additionalProperties": false, "required": [ "freeRewardedChampionsCount", "championIds", "freeRewardedSkinsCount", "skinIds", "global", "ipBoost", "xpBoost", "loyaltyTFTMapSkinCount", "loyaltyTFTCompanionCount", "loyaltyTFTDamageSkinCount", "loyaltySources" ] }, "LolLoyaltyLoyaltyStatus": { "type": "string", "description": "", "enum": [ "DISABLED", "REVOKE", "CHANGE", "EXPIRY", "REWARDS_GRANT", "LEGACY" ], "additionalProperties": false }, "LolLoyaltyLoyaltyStatusNotification": { "type": "object", "description": "", "properties": { "status": { "$ref": "#/components/schemas/LolLoyaltyLoyaltyStatus" }, "rewards": { "$ref": "#/components/schemas/LolLoyaltyLoyaltyRewardsSimplified" }, "reloadInventory": { "type": "boolean" } }, "additionalProperties": false, "required": [ "status", "rewards", "reloadInventory" ] }, "LolLoyaltyPlayerNotification": { "type": "object", "description": "", "properties": { "critical": { "type": "boolean" }, "detailKey": { "type": "string" }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" }, "iconUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "critical", "detailKey", "source", "state", "titleKey", "type", "iconUrl" ] }, "LolLoyaltyRiotMessagingServiceMessage": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "timestamp", "payload" ] }, "LolLoyaltyRmsEntitlementPayload": { "type": "object", "description": "", "properties": { "itemId": { "type": "string" }, "itemTypeId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "resourceOperation": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "itemTypeId", "entitlementTypeId", "resourceOperation" ] }, "LolMapsGameModeSpellList": { "type": "object", "description": "", "properties": { "spells": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "spells" ] }, "LolMapsMaps": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "isDefault": { "type": "boolean" }, "gameMode": { "type": "string" }, "gameModeName": { "type": "string" }, "gameModeShortName": { "type": "string" }, "gameModeDescription": { "type": "string" }, "gameMutator": { "type": "string" }, "isRGM": { "type": "boolean" }, "name": { "type": "string" }, "description": { "type": "string" }, "mapStringId": { "type": "string" }, "platformId": { "type": "string" }, "platformName": { "type": "string" }, "assets": { "type": "object", "additionalProperties": { "type": "string" } }, "locStrings": { "type": "object", "additionalProperties": { "type": "string" } }, "categorizedContentBundles": { "type": "object", "additionalProperties": true }, "tutorialCards": { "type": "array", "items": { "$ref": "#/components/schemas/LolMapsTutorialCard" } }, "properties": { "type": "object", "additionalProperties": true }, "perPositionRequiredSummonerSpells": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolMapsGameModeSpellList" } }, "perPositionDisallowedSummonerSpells": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolMapsGameModeSpellList" } }, "tftSetOverride": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "isDefault", "gameMode", "gameModeName", "gameModeShortName", "gameModeDescription", "gameMutator", "isRGM", "name", "description", "mapStringId", "platformId", "platformName", "assets", "locStrings", "categorizedContentBundles", "tutorialCards", "properties", "perPositionRequiredSummonerSpells", "perPositionDisallowedSummonerSpells", "tftSetOverride" ] }, "LolMapsTutorialCard": { "type": "object", "description": "", "properties": { "header": { "type": "string" }, "footer": { "type": "string" }, "description": { "type": "string" }, "imagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "imagePath" ] }, "LolMarketplaceCatalogEntryDto": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "endTime": { "type": "string" }, "purchaseUnits": { "type": "array", "items": { "$ref": "#/components/schemas/LolMarketplacePurchaseUnitDto" } }, "displayMetadata": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "id", "productId", "name", "description", "endTime", "purchaseUnits", "displayMetadata" ] }, "LolMarketplaceFinalPurchaseUnitDto": { "type": "object", "description": "", "properties": { "payments": { "type": "array", "items": { "$ref": "#/components/schemas/LolMarketplacePaymentDto" } }, "fulfillment": { "$ref": "#/components/schemas/LolMarketplaceFulfillmentDto" } }, "additionalProperties": false, "required": [ "payments", "fulfillment" ] }, "LolMarketplaceFulfillmentDto": { "type": "object", "description": "", "properties": { "delta": { "type": "integer", "format": "int64" }, "finalDelta": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "maxQuantity": { "type": "integer", "format": "int64" }, "ownedQuantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "itemTypeId": { "type": "string" }, "itemId": { "type": "string" }, "currencyId": { "type": "string" }, "subCurrencyDeltas": { "type": "object", "additionalProperties": { "type": "integer", "format": "int64" } } }, "additionalProperties": false, "required": [ "delta", "finalDelta", "name", "maxQuantity", "ownedQuantity", "itemTypeId", "itemId", "currencyId", "subCurrencyDeltas" ] }, "LolMarketplacePagination": { "type": "object", "description": "", "properties": { "offset": { "type": "integer", "format": "uint32", "minimum": 0 }, "limit": { "type": "integer", "format": "uint32", "minimum": 0 }, "maxLimit": { "type": "integer", "format": "uint32", "minimum": 0 }, "total": { "type": "integer", "format": "uint32", "minimum": 0 }, "previous": { "type": "string" }, "next": { "type": "string" } }, "additionalProperties": false, "required": [ "offset", "limit", "maxLimit", "total", "previous", "next" ] }, "LolMarketplacePaymentDto": { "type": "object", "description": "", "properties": { "delta": { "type": "integer", "format": "int64" }, "finalDelta": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "discountedDelta": { "type": "integer", "format": "int64" }, "discountPercent": { "type": "number", "format": "double" }, "itemTypeId": { "type": "string" }, "itemId": { "type": "string" }, "currencyId": { "type": "string" } }, "additionalProperties": false, "required": [ "delta", "finalDelta", "name", "discountedDelta", "discountPercent", "itemTypeId", "itemId", "currencyId" ] }, "LolMarketplacePaymentOptionDto": { "type": "object", "description": "", "properties": { "key": { "type": "string" }, "payments": { "type": "array", "items": { "$ref": "#/components/schemas/LolMarketplacePaymentDto" } } }, "additionalProperties": false, "required": [ "key", "payments" ] }, "LolMarketplacePurchaseDto": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" }, "storeId": { "type": "string" }, "catalogEntryId": { "type": "string" }, "purchaserId": { "type": "string" }, "recipientId": { "type": "string" }, "purchaseUnits": { "type": "array", "items": { "$ref": "#/components/schemas/LolMarketplaceFinalPurchaseUnitDto" } }, "createdTime": { "type": "string" }, "completedTime": { "type": "string" }, "isReverted": { "type": "boolean" }, "revertedTime": { "type": "string" }, "purchaseState": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "productId", "storeId", "catalogEntryId", "purchaserId", "recipientId", "purchaseUnits", "createdTime", "completedTime", "isReverted", "revertedTime", "purchaseState" ] }, "LolMarketplacePurchaseRequest": { "type": "object", "description": "", "properties": { "storeId": { "type": "string" }, "catalogEntryId": { "type": "string" }, "paymentOptionsKeys": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "storeId", "catalogEntryId", "paymentOptionsKeys" ] }, "LolMarketplacePurchaseRequestDto": { "type": "object", "description": "", "properties": { "storeId": { "type": "string" }, "catalogEntryId": { "type": "string" }, "paymentOptionsKeys": { "type": "array", "items": { "type": "string" } }, "idempotencyId": { "type": "string" }, "source": { "type": "string" } }, "additionalProperties": false, "required": [ "storeId", "catalogEntryId", "paymentOptionsKeys", "idempotencyId", "source" ] }, "LolMarketplacePurchaseResponse": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolMarketplacePurchaseDto" }, "paging": { "$ref": "#/components/schemas/LolMarketplacePagination" }, "stats": { "$ref": "#/components/schemas/LolMarketplaceResponseStats" }, "notes": { "type": "array", "items": { "type": "string" } }, "errors": { "type": "array", "items": { "$ref": "#/components/schemas/LolMarketplaceResponseError" } } }, "additionalProperties": false, "required": [ "data", "paging", "stats", "notes", "errors" ] }, "LolMarketplacePurchaseTransaction": { "type": "object", "description": "", "properties": { "purchaseId": { "type": "string" }, "productId": { "type": "string" }, "storeId": { "type": "string" }, "catalogEntryId": { "type": "string" }, "purchaseState": { "type": "string" } }, "additionalProperties": false, "required": [ "purchaseId", "productId", "storeId", "catalogEntryId", "purchaseState" ] }, "LolMarketplacePurchaseUnitDto": { "type": "object", "description": "", "properties": { "paymentOptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolMarketplacePaymentOptionDto" } }, "payment": { "type": "array", "items": { "$ref": "#/components/schemas/LolMarketplacePaymentDto" } }, "fulfillment": { "$ref": "#/components/schemas/LolMarketplaceFulfillmentDto" } }, "additionalProperties": false, "required": [ "paymentOptions", "payment", "fulfillment" ] }, "LolMarketplaceRegionLocale": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" }, "webRegion": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale", "webRegion" ] }, "LolMarketplaceResponseError": { "type": "object", "description": "", "properties": { "message": { "type": "string" }, "type": { "type": "string" }, "code": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "message", "type", "code" ] }, "LolMarketplaceResponseStats": { "type": "object", "description": "", "properties": { "durationMs": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "durationMs" ] }, "LolMarketplaceRiotMessagingServiceMessage": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "timestamp", "payload" ] }, "LolMarketplaceRotationalShopItemData": { "type": "object", "description": "", "properties": { "backgroundTextureLCU": { "type": "string" }, "contentID": { "type": "string" }, "descriptionTraKey": { "type": "string" }, "description": { "type": "string" }, "name": { "type": "string" }, "standaloneLoadoutsLargeIcon": { "type": "string" }, "videoID": { "type": "string" }, "redeemIconTexture": { "type": "string" } }, "additionalProperties": false, "required": [ "backgroundTextureLCU", "contentID", "descriptionTraKey", "description", "name", "standaloneLoadoutsLargeIcon", "videoID", "redeemIconTexture" ] }, "LolMarketplaceStoreDto": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" }, "name": { "type": "string" }, "catalogEntries": { "type": "array", "items": { "$ref": "#/components/schemas/LolMarketplaceCatalogEntryDto" } }, "displayMetadata": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "id", "productId", "name", "catalogEntries", "displayMetadata" ] }, "LolMarketplaceStoresResponse": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LolMarketplaceStoreDto" } }, "paging": { "$ref": "#/components/schemas/LolMarketplacePagination" }, "stats": { "$ref": "#/components/schemas/LolMarketplaceResponseStats" }, "notes": { "type": "array", "items": { "type": "string" } }, "errors": { "type": "array", "items": { "$ref": "#/components/schemas/LolMarketplaceResponseError" } } }, "additionalProperties": false, "required": [ "data", "paging", "stats", "notes", "errors" ] }, "LolMarketplaceTraKeyName": { "type": "object", "description": "", "properties": { "nameTraKey": { "type": "string" }, "translatedName": { "type": "string" } }, "additionalProperties": false, "required": [ "nameTraKey", "translatedName" ] }, "LolMatchHistoryAcsEndPoint": { "type": "object", "description": "", "properties": { "url": { "type": "string" } }, "additionalProperties": false, "required": [ "url" ] }, "LolMatchHistoryAcsPlayer": { "type": "object", "description": "", "properties": { "platformId": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "platformId", "accountId" ] }, "LolMatchHistoryAlias": { "type": "object", "description": "", "properties": { "gameName": { "type": "string" }, "tagLine": { "type": "string" } }, "additionalProperties": false, "required": [ "gameName", "tagLine" ] }, "LolMatchHistoryGAMHSMatchHistoryData": { "type": "object", "description": "", "properties": { "metadata": { "$ref": "#/components/schemas/LolMatchHistoryGAMHSMatchHistoryMetadata" }, "json": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "metadata", "json" ] }, "LolMatchHistoryGAMHSMatchHistoryList": { "type": "object", "description": "", "properties": { "games": { "type": "array", "items": { "$ref": "#/components/schemas/LolMatchHistoryGAMHSMatchHistoryData" } }, "active_puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "games", "active_puuid" ] }, "LolMatchHistoryGAMHSMatchHistoryMetadata": { "type": "object", "description": "", "properties": { "product": { "type": "string" }, "data_version": { "type": "integer", "format": "uint8", "minimum": 0 }, "info_type": { "type": "string" }, "match_id": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "participants": { "type": "array", "items": { "type": "string" } }, "timestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "private": { "type": "boolean" } }, "additionalProperties": false, "required": [ "product", "data_version", "info_type", "match_id", "tags", "participants", "timestamp", "private" ] }, "LolMatchHistoryLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolMatchHistoryLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "idToken" ] }, "LolMatchHistoryLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolMatchHistoryMHSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "accountId", "displayName", "puuid" ] }, "LolMatchHistoryMatchHistoryEvent": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "timestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "participantId": { "type": "integer", "format": "uint16", "minimum": 0 }, "teamId": { "type": "integer", "format": "uint16", "minimum": 0 }, "itemId": { "type": "integer", "format": "uint16", "minimum": 0 }, "killerId": { "type": "integer", "format": "uint16", "minimum": 0 }, "victimId": { "type": "integer", "format": "uint16", "minimum": 0 }, "skillSlot": { "type": "integer", "format": "uint16", "minimum": 0 }, "position": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryPosition" }, "assistingParticipantIds": { "type": "array", "items": { "type": "integer", "format": "uint16", "minimum": 0 } }, "buildingType": { "type": "string" }, "laneType": { "type": "string" }, "towerType": { "type": "string" }, "monsterType": { "type": "string" }, "monsterSubType": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "timestamp", "participantId", "teamId", "itemId", "killerId", "victimId", "skillSlot", "position", "assistingParticipantIds", "buildingType", "laneType", "towerType", "monsterType", "monsterSubType" ] }, "LolMatchHistoryMatchHistoryGame": { "type": "object", "description": "", "properties": { "endOfGameResult": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "platformId": { "type": "string" }, "gameCreation": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameCreationDate": { "type": "string" }, "gameDuration": { "type": "integer", "format": "uint32", "minimum": 0 }, "queueId": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "uint16", "minimum": 0 }, "seasonId": { "type": "integer", "format": "uint16", "minimum": 0 }, "gameVersion": { "type": "string" }, "gameMode": { "type": "string" }, "gameType": { "type": "string" }, "teams": { "type": "array", "items": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryTeam" } }, "participants": { "type": "array", "items": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryParticipant" } }, "participantIdentities": { "type": "array", "items": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryParticipantIdentities" } } }, "additionalProperties": false, "required": [ "endOfGameResult", "gameId", "platformId", "gameCreation", "gameCreationDate", "gameDuration", "queueId", "mapId", "seasonId", "gameVersion", "gameMode", "gameType", "teams", "participants", "participantIdentities" ] }, "LolMatchHistoryMatchHistoryGameList": { "type": "object", "description": "", "properties": { "gameIndexBegin": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameIndexEnd": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameBeginDate": { "type": "string" }, "gameEndDate": { "type": "string" }, "gameCount": { "type": "integer", "format": "uint64", "minimum": 0 }, "games": { "type": "array", "items": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryGame" } } }, "additionalProperties": false, "required": [ "gameIndexBegin", "gameIndexEnd", "gameBeginDate", "gameEndDate", "gameCount", "games" ] }, "LolMatchHistoryMatchHistoryList": { "type": "object", "description": "", "properties": { "platformId": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "games": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryGameList" } }, "additionalProperties": false, "required": [ "platformId", "accountId", "games" ] }, "LolMatchHistoryMatchHistoryParticipant": { "type": "object", "description": "", "properties": { "participantId": { "type": "integer", "format": "uint16", "minimum": 0 }, "teamId": { "type": "integer", "format": "uint16", "minimum": 0 }, "championId": { "type": "integer", "format": "int32" }, "spell1Id": { "type": "integer", "format": "uint16", "minimum": 0 }, "spell2Id": { "type": "integer", "format": "uint16", "minimum": 0 }, "highestAchievedSeasonTier": { "type": "string" }, "stats": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryParticipantStatistics" }, "timeline": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryTimeline" } }, "additionalProperties": false, "required": [ "participantId", "teamId", "championId", "spell1Id", "spell2Id", "highestAchievedSeasonTier", "stats", "timeline" ] }, "LolMatchHistoryMatchHistoryParticipantFrame": { "type": "object", "description": "", "properties": { "participantId": { "type": "integer", "format": "uint16", "minimum": 0 }, "position": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryPosition" }, "currentGold": { "type": "integer", "format": "int32" }, "totalGold": { "type": "integer", "format": "int32" }, "level": { "type": "integer", "format": "uint16", "minimum": 0 }, "xp": { "type": "integer", "format": "uint32", "minimum": 0 }, "minionsKilled": { "type": "integer", "format": "uint16", "minimum": 0 }, "jungleMinionsKilled": { "type": "integer", "format": "uint16", "minimum": 0 }, "dominionScore": { "type": "integer", "format": "uint16", "minimum": 0 }, "teamScore": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "participantId", "position", "currentGold", "totalGold", "level", "xp", "minionsKilled", "jungleMinionsKilled", "dominionScore", "teamScore" ] }, "LolMatchHistoryMatchHistoryParticipantIdentities": { "type": "object", "description": "", "properties": { "participantId": { "type": "integer", "format": "uint16", "minimum": 0 }, "player": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryParticipantIdentityPlayer" } }, "additionalProperties": false, "required": [ "participantId", "player" ] }, "LolMatchHistoryMatchHistoryParticipantIdentityPlayer": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "platformId": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" }, "currentPlatformId": { "type": "string" }, "currentAccountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "matchHistoryUri": { "type": "string" }, "profileIcon": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "puuid", "platformId", "accountId", "summonerId", "summonerName", "gameName", "tagLine", "currentPlatformId", "currentAccountId", "matchHistoryUri", "profileIcon" ] }, "LolMatchHistoryMatchHistoryParticipantStatistics": { "type": "object", "description": "", "properties": { "participantId": { "type": "integer", "format": "uint16", "minimum": 0 }, "win": { "type": "boolean" }, "item0": { "type": "integer", "format": "int32" }, "item1": { "type": "integer", "format": "int32" }, "item2": { "type": "integer", "format": "int32" }, "item3": { "type": "integer", "format": "int32" }, "item4": { "type": "integer", "format": "int32" }, "item5": { "type": "integer", "format": "int32" }, "item6": { "type": "integer", "format": "int32" }, "kills": { "type": "integer", "format": "int64" }, "deaths": { "type": "integer", "format": "int64" }, "assists": { "type": "integer", "format": "int64" }, "largestKillingSpree": { "type": "integer", "format": "int64" }, "largestMultiKill": { "type": "integer", "format": "int64" }, "killingSprees": { "type": "integer", "format": "int64" }, "longestTimeSpentLiving": { "type": "integer", "format": "int64" }, "doubleKills": { "type": "integer", "format": "int64" }, "tripleKills": { "type": "integer", "format": "int64" }, "quadraKills": { "type": "integer", "format": "int64" }, "pentaKills": { "type": "integer", "format": "int64" }, "unrealKills": { "type": "integer", "format": "int64" }, "totalDamageDealt": { "type": "integer", "format": "int64" }, "magicDamageDealt": { "type": "integer", "format": "int64" }, "physicalDamageDealt": { "type": "integer", "format": "int64" }, "trueDamageDealt": { "type": "integer", "format": "int64" }, "largestCriticalStrike": { "type": "integer", "format": "int64" }, "totalDamageDealtToChampions": { "type": "integer", "format": "int64" }, "magicDamageDealtToChampions": { "type": "integer", "format": "int64" }, "physicalDamageDealtToChampions": { "type": "integer", "format": "int64" }, "trueDamageDealtToChampions": { "type": "integer", "format": "int64" }, "totalHeal": { "type": "integer", "format": "int64" }, "totalUnitsHealed": { "type": "integer", "format": "int64" }, "totalDamageTaken": { "type": "integer", "format": "int64" }, "magicalDamageTaken": { "type": "integer", "format": "int64" }, "physicalDamageTaken": { "type": "integer", "format": "int64" }, "trueDamageTaken": { "type": "integer", "format": "int64" }, "goldEarned": { "type": "integer", "format": "int64" }, "goldSpent": { "type": "integer", "format": "int64" }, "turretKills": { "type": "integer", "format": "int64" }, "inhibitorKills": { "type": "integer", "format": "int64" }, "totalMinionsKilled": { "type": "integer", "format": "int64" }, "neutralMinionsKilled": { "type": "integer", "format": "int64" }, "neutralMinionsKilledTeamJungle": { "type": "integer", "format": "int64" }, "neutralMinionsKilledEnemyJungle": { "type": "integer", "format": "int64" }, "totalTimeCrowdControlDealt": { "type": "integer", "format": "int64" }, "champLevel": { "type": "integer", "format": "int64" }, "visionWardsBoughtInGame": { "type": "integer", "format": "int64" }, "sightWardsBoughtInGame": { "type": "integer", "format": "int64" }, "wardsPlaced": { "type": "integer", "format": "int64" }, "wardsKilled": { "type": "integer", "format": "int64" }, "firstBloodKill": { "type": "boolean" }, "firstBloodAssist": { "type": "boolean" }, "firstTowerKill": { "type": "boolean" }, "firstTowerAssist": { "type": "boolean" }, "firstInhibitorKill": { "type": "boolean" }, "firstInhibitorAssist": { "type": "boolean" }, "gameEndedInEarlySurrender": { "type": "boolean" }, "gameEndedInSurrender": { "type": "boolean" }, "causedEarlySurrender": { "type": "boolean" }, "earlySurrenderAccomplice": { "type": "boolean" }, "teamEarlySurrendered": { "type": "boolean" }, "combatPlayerScore": { "type": "integer", "format": "int64" }, "objectivePlayerScore": { "type": "integer", "format": "int64" }, "totalPlayerScore": { "type": "integer", "format": "int64" }, "totalScoreRank": { "type": "integer", "format": "int64" }, "damageSelfMitigated": { "type": "integer", "format": "int64" }, "damageDealtToObjectives": { "type": "integer", "format": "int64" }, "damageDealtToTurrets": { "type": "integer", "format": "int64" }, "visionScore": { "type": "integer", "format": "int64" }, "timeCCingOthers": { "type": "integer", "format": "int64" }, "playerScore0": { "type": "integer", "format": "int64" }, "playerScore1": { "type": "integer", "format": "int64" }, "playerScore2": { "type": "integer", "format": "int64" }, "playerScore3": { "type": "integer", "format": "int64" }, "playerScore4": { "type": "integer", "format": "int64" }, "playerScore5": { "type": "integer", "format": "int64" }, "playerScore6": { "type": "integer", "format": "int64" }, "playerScore7": { "type": "integer", "format": "int64" }, "playerScore8": { "type": "integer", "format": "int64" }, "playerScore9": { "type": "integer", "format": "int64" }, "perkPrimaryStyle": { "type": "integer", "format": "int64" }, "perkSubStyle": { "type": "integer", "format": "int64" }, "perk0": { "type": "integer", "format": "int64" }, "perk0Var1": { "type": "integer", "format": "int64" }, "perk0Var2": { "type": "integer", "format": "int64" }, "perk0Var3": { "type": "integer", "format": "int64" }, "perk1": { "type": "integer", "format": "int64" }, "perk1Var1": { "type": "integer", "format": "int64" }, "perk1Var2": { "type": "integer", "format": "int64" }, "perk1Var3": { "type": "integer", "format": "int64" }, "perk2": { "type": "integer", "format": "int64" }, "perk2Var1": { "type": "integer", "format": "int64" }, "perk2Var2": { "type": "integer", "format": "int64" }, "perk2Var3": { "type": "integer", "format": "int64" }, "perk3": { "type": "integer", "format": "int64" }, "perk3Var1": { "type": "integer", "format": "int64" }, "perk3Var2": { "type": "integer", "format": "int64" }, "perk3Var3": { "type": "integer", "format": "int64" }, "perk4": { "type": "integer", "format": "int64" }, "perk4Var1": { "type": "integer", "format": "int64" }, "perk4Var2": { "type": "integer", "format": "int64" }, "perk4Var3": { "type": "integer", "format": "int64" }, "perk5": { "type": "integer", "format": "int64" }, "perk5Var1": { "type": "integer", "format": "int64" }, "perk5Var2": { "type": "integer", "format": "int64" }, "perk5Var3": { "type": "integer", "format": "int64" }, "playerAugment1": { "type": "integer", "format": "int32" }, "playerAugment2": { "type": "integer", "format": "int32" }, "playerAugment3": { "type": "integer", "format": "int32" }, "playerAugment4": { "type": "integer", "format": "int32" }, "playerAugment5": { "type": "integer", "format": "int32" }, "playerAugment6": { "type": "integer", "format": "int32" }, "playerSubteamId": { "type": "integer", "format": "int32" }, "subteamPlacement": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "participantId", "win", "item0", "item1", "item2", "item3", "item4", "item5", "item6", "kills", "deaths", "assists", "largestKillingSpree", "largestMultiKill", "killingSprees", "longestTimeSpentLiving", "doubleKills", "tripleKills", "quadraKills", "pentaKills", "unrealKills", "totalDamageDealt", "magicDamageDealt", "physicalDamageDealt", "trueDamageDealt", "largestCriticalStrike", "totalDamageDealtToChampions", "magicDamageDealtToChampions", "physicalDamageDealtToChampions", "trueDamageDealtToChampions", "totalHeal", "totalUnitsHealed", "totalDamageTaken", "magicalDamageTaken", "physicalDamageTaken", "trueDamageTaken", "goldEarned", "goldSpent", "turretKills", "inhibitorKills", "totalMinionsKilled", "neutralMinionsKilled", "neutralMinionsKilledTeamJungle", "neutralMinionsKilledEnemyJungle", "totalTimeCrowdControlDealt", "champLevel", "visionWardsBoughtInGame", "sightWardsBoughtInGame", "wardsPlaced", "wardsKilled", "firstBloodKill", "firstBloodAssist", "firstTowerKill", "firstTowerAssist", "firstInhibitorKill", "firstInhibitorAssist", "gameEndedInEarlySurrender", "gameEndedInSurrender", "causedEarlySurrender", "earlySurrenderAccomplice", "teamEarlySurrendered", "combatPlayerScore", "objectivePlayerScore", "totalPlayerScore", "totalScoreRank", "damageSelfMitigated", "damageDealtToObjectives", "damageDealtToTurrets", "visionScore", "timeCCingOthers", "playerScore0", "playerScore1", "playerScore2", "playerScore3", "playerScore4", "playerScore5", "playerScore6", "playerScore7", "playerScore8", "playerScore9", "perkPrimaryStyle", "perkSubStyle", "perk0", "perk0Var1", "perk0Var2", "perk0Var3", "perk1", "perk1Var1", "perk1Var2", "perk1Var3", "perk2", "perk2Var1", "perk2Var2", "perk2Var3", "perk3", "perk3Var1", "perk3Var2", "perk3Var3", "perk4", "perk4Var1", "perk4Var2", "perk4Var3", "perk5", "perk5Var1", "perk5Var2", "perk5Var3", "playerAugment1", "playerAugment2", "playerAugment3", "playerAugment4", "playerAugment5", "playerAugment6", "playerSubteamId", "subteamPlacement" ] }, "LolMatchHistoryMatchHistoryPlayerChampMasteryDelta": { "type": "object", "description": "", "properties": { "grade": { "type": "string" } }, "additionalProperties": false, "required": [ "grade" ] }, "LolMatchHistoryMatchHistoryPlayerDelta": { "type": "object", "description": "", "properties": { "originalAccountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "originalPlatformId": { "type": "string" }, "deltas": { "type": "array", "items": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryPlayerGameDelta" } } }, "additionalProperties": false, "required": [ "originalAccountId", "originalPlatformId", "deltas" ] }, "LolMatchHistoryMatchHistoryPlayerGameDelta": { "type": "object", "description": "", "properties": { "gamePlatformId": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "platformDelta": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryPlayerPlatformDelta" }, "leagueDelta": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryPlayerLeagueDelta" }, "champMastery": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryPlayerChampMasteryDelta" } }, "additionalProperties": false, "required": [ "gamePlatformId", "gameId", "platformDelta", "leagueDelta", "champMastery" ] }, "LolMatchHistoryMatchHistoryPlayerLeagueDelta": { "type": "object", "description": "", "properties": { "leaguePointDelta": { "type": "integer", "format": "uint64", "minimum": 0 }, "reason": { "type": "string" }, "miniSeriesProgress": { "type": "array", "items": { "type": "string" } }, "timestamp": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "leaguePointDelta", "reason", "miniSeriesProgress", "timestamp" ] }, "LolMatchHistoryMatchHistoryPlayerPlatformDelta": { "type": "object", "description": "", "properties": { "xpDelta": { "type": "integer", "format": "uint64", "minimum": 0 }, "ipDelta": { "type": "integer", "format": "uint64", "minimum": 0 }, "compensationModeEnabled": { "type": "boolean" }, "timestamp": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "xpDelta", "ipDelta", "compensationModeEnabled", "timestamp" ] }, "LolMatchHistoryMatchHistoryPosition": { "type": "object", "description": "", "properties": { "x": { "type": "integer", "format": "int16" }, "y": { "type": "integer", "format": "int16" } }, "additionalProperties": false, "required": [ "x", "y" ] }, "LolMatchHistoryMatchHistoryTeam": { "type": "object", "description": "", "properties": { "teamId": { "type": "integer", "format": "uint16", "minimum": 0 }, "win": { "type": "string" }, "firstBlood": { "type": "boolean" }, "firstTower": { "type": "boolean" }, "firstInhibitor": { "type": "boolean" }, "firstBaron": { "type": "boolean" }, "firstDargon": { "type": "boolean" }, "towerKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "inhibitorKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "baronKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "dragonKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "vilemawKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "riftHeraldKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "hordeKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "dominionVictoryScore": { "type": "integer", "format": "uint32", "minimum": 0 }, "bans": { "type": "array", "items": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryTeamBan" } } }, "additionalProperties": false, "required": [ "teamId", "win", "firstBlood", "firstTower", "firstInhibitor", "firstBaron", "firstDargon", "towerKills", "inhibitorKills", "baronKills", "dragonKills", "vilemawKills", "riftHeraldKills", "hordeKills", "dominionVictoryScore", "bans" ] }, "LolMatchHistoryMatchHistoryTeamBan": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "pickTurn": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "championId", "pickTurn" ] }, "LolMatchHistoryMatchHistoryTimeline": { "type": "object", "description": "", "properties": { "participantId": { "type": "integer", "format": "uint16", "minimum": 0 }, "role": { "type": "string" }, "lane": { "type": "string" }, "creepsPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "xpPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "goldPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "csDiffPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "xpDiffPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "damageTakenPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "damageTakenDiffPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } } }, "additionalProperties": false, "required": [ "participantId", "role", "lane", "creepsPerMinDeltas", "xpPerMinDeltas", "goldPerMinDeltas", "csDiffPerMinDeltas", "xpDiffPerMinDeltas", "damageTakenPerMinDeltas", "damageTakenDiffPerMinDeltas" ] }, "LolMatchHistoryMatchHistoryTimelineFrame": { "type": "object", "description": "", "properties": { "participantFrames": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryParticipantFrame" } }, "events": { "type": "array", "items": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryEvent" } }, "timestamp": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "participantFrames", "events", "timestamp" ] }, "LolMatchHistoryMatchHistoryTimelineFrames": { "type": "object", "description": "", "properties": { "frames": { "type": "array", "items": { "$ref": "#/components/schemas/LolMatchHistoryMatchHistoryTimelineFrame" } } }, "additionalProperties": false, "required": [ "frames" ] }, "LolMatchHistoryRecentlyPlayedSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameCreationDate": { "type": "string" }, "championId": { "type": "integer", "format": "uint64", "minimum": 0 }, "teamId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerName", "gameName", "tagLine", "gameId", "gameCreationDate", "championId", "teamId", "puuid" ] }, "LolMatchHistorySummoner": { "type": "object", "description": "", "properties": { "displayName": { "type": "string" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "displayName", "gameName", "tagLine", "puuid" ] }, "LolMatchmakingGameflowGameData": { "type": "object", "description": "", "properties": { "queue": { "$ref": "#/components/schemas/LolMatchmakingGameflowQueue" } }, "additionalProperties": false, "required": [ "queue" ] }, "LolMatchmakingGameflowGameDodge": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingDodgeState" }, "dodgeIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "state", "dodgeIds" ] }, "LolMatchmakingGameflowGameTypeConfig": { "type": "object", "description": "", "properties": { "reroll": { "type": "boolean" } }, "additionalProperties": false, "required": [ "reroll" ] }, "LolMatchmakingGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolMatchmakingGameflowQueue": { "type": "object", "description": "", "properties": { "gameTypeConfig": { "$ref": "#/components/schemas/LolMatchmakingGameflowGameTypeConfig" } }, "additionalProperties": false, "required": [ "gameTypeConfig" ] }, "LolMatchmakingGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolMatchmakingGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolMatchmakingGameflowGameData" }, "gameDodge": { "$ref": "#/components/schemas/LolMatchmakingGameflowGameDodge" } }, "additionalProperties": false, "required": [ "phase", "gameData", "gameDodge" ] }, "LolMatchmakingLobbyStatus": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "isCustom": { "type": "boolean" }, "isLeader": { "type": "boolean" }, "isSpectator": { "type": "boolean" }, "allowedPlayAgain": { "type": "boolean" }, "memberSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "lobbyId": { "type": "string" }, "customSpectatorPolicy": { "$ref": "#/components/schemas/LolMatchmakingQueueCustomGameSpectatorPolicy" } }, "additionalProperties": false, "required": [ "queueId", "isCustom", "isLeader", "isSpectator", "allowedPlayAgain", "memberSummonerIds", "customSpectatorPolicy" ] }, "LolMatchmakingLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolMatchmakingLoginSessionState" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "connected" ] }, "LolMatchmakingLoginSessionState": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolMatchmakingMatchmakingDodgeData": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingDodgeState" }, "dodgerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "dodgerId" ] }, "LolMatchmakingMatchmakingDodgeState": { "type": "string", "description": "", "enum": [ "TournamentDodged", "StrangerDodged", "PartyDodged", "Invalid" ], "additionalProperties": false }, "LolMatchmakingMatchmakingDodgeWarning": { "type": "string", "description": "", "enum": [ "Penalty", "Warning", "None" ], "additionalProperties": false }, "LolMatchmakingMatchmakingLowPriorityData": { "type": "object", "description": "", "properties": { "penalizedSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "penaltyTime": { "type": "number", "format": "double" }, "penaltyTimeRemaining": { "type": "number", "format": "double" }, "bustedLeaverAccessToken": { "type": "string" }, "reason": { "type": "string" } }, "additionalProperties": false, "required": [ "penalizedSummonerIds", "penaltyTime", "penaltyTimeRemaining", "bustedLeaverAccessToken", "reason" ] }, "LolMatchmakingMatchmakingReadyCheckResource": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingReadyCheckState" }, "playerResponse": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingReadyCheckResponse" }, "dodgeWarning": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingDodgeWarning" }, "timer": { "type": "number", "format": "float" }, "declinerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "suppressUx": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "playerResponse", "dodgeWarning", "timer", "declinerIds", "suppressUx" ] }, "LolMatchmakingMatchmakingReadyCheckResponse": { "type": "string", "description": "", "enum": [ "Declined", "Accepted", "None" ], "additionalProperties": false }, "LolMatchmakingMatchmakingReadyCheckState": { "type": "string", "description": "", "enum": [ "Error", "PartyNotReady", "StrangerNotReady", "EveryoneReady", "InProgress", "Invalid" ], "additionalProperties": false }, "LolMatchmakingMatchmakingSearchErrorResource": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "errorType": { "type": "string" }, "penalizedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "penaltyTimeRemaining": { "type": "number", "format": "double" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "errorType", "penalizedSummonerId", "penaltyTimeRemaining", "message" ] }, "LolMatchmakingMatchmakingSearchResource": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "isCurrentlyInQueue": { "type": "boolean" }, "lobbyId": { "type": "string" }, "searchState": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingSearchState" }, "timeInQueue": { "type": "number", "format": "float" }, "estimatedQueueTime": { "type": "number", "format": "float" }, "readyCheck": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingReadyCheckResource" }, "dodgeData": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingDodgeData" }, "lowPriorityData": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingLowPriorityData" }, "errors": { "type": "array", "items": { "$ref": "#/components/schemas/LolMatchmakingMatchmakingSearchErrorResource" } } }, "additionalProperties": false, "required": [ "queueId", "isCurrentlyInQueue", "lobbyId", "searchState", "timeInQueue", "estimatedQueueTime", "readyCheck", "dodgeData", "lowPriorityData", "errors" ] }, "LolMatchmakingMatchmakingSearchState": { "type": "string", "description": "", "enum": [ "ServiceShutdown", "ServiceError", "Error", "Found", "Searching", "Canceled", "AbandonedLowPriorityQueue", "Invalid" ], "additionalProperties": false }, "LolMatchmakingPlayerStatus": { "type": "object", "description": "", "properties": { "currentLobbyStatus": { "$ref": "#/components/schemas/LolMatchmakingLobbyStatus" }, "lastQueuedLobbyStatus": { "$ref": "#/components/schemas/LolMatchmakingLobbyStatus" } }, "additionalProperties": false }, "LolMatchmakingQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "isTeamBuilderManaged": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "isTeamBuilderManaged" ] }, "LolMatchmakingQueueCustomGameSpectatorPolicy": { "type": "string", "description": "", "enum": [ "AllAllowed", "FriendsAllowed", "LobbyAllowed", "NotAllowed" ], "additionalProperties": false }, "LolMissionsCollectionsChampion": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "freeToPlay": { "type": "boolean" }, "ownership": { "$ref": "#/components/schemas/LolMissionsCollectionsOwnership" }, "skins": { "type": "array", "items": { "$ref": "#/components/schemas/LolMissionsCollectionsChampionSkin" } } }, "additionalProperties": false, "required": [ "id", "freeToPlay", "ownership", "skins" ] }, "LolMissionsCollectionsChampionSkin": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "id": { "type": "integer", "format": "int32" }, "ownership": { "$ref": "#/components/schemas/LolMissionsCollectionsOwnership" } }, "additionalProperties": false, "required": [ "championId", "id", "ownership" ] }, "LolMissionsCollectionsOwnership": { "type": "object", "description": "", "properties": { "loyaltyReward": { "type": "boolean" }, "xboxGPReward": { "type": "boolean" }, "owned": { "type": "boolean" }, "rental": { "$ref": "#/components/schemas/LolMissionsCollectionsRental" } }, "additionalProperties": false, "required": [ "loyaltyReward", "xboxGPReward", "owned", "rental" ] }, "LolMissionsCollectionsRental": { "type": "object", "description": "", "properties": { "rented": { "type": "boolean" } }, "additionalProperties": false, "required": [ "rented" ] }, "LolMissionsCollectionsSummoner": { "type": "object", "description": "", "properties": { "summonerLevel": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "summonerLevel" ] }, "LolMissionsCollectionsSummonerIcons": { "type": "object", "description": "", "properties": { "icons": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "icons" ] }, "LolMissionsCollectionsWardSkin": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "ownership": { "$ref": "#/components/schemas/LolMissionsCollectionsOwnership" } }, "additionalProperties": false, "required": [ "id", "ownership" ] }, "LolMissionsGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolMissionsGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolMissionsGameflowPhase" } }, "additionalProperties": false, "required": [ "phase" ] }, "LolMissionsGrantStatus": { "type": "string", "description": "", "enum": [ "FAILED", "FULFILLED", "PENDING_SELECTION", "PENDING_FULFILLMENT" ], "additionalProperties": false }, "LolMissionsInventoryItemWithPayload": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "itemId" ] }, "LolMissionsLoginSession": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "platformId": { "type": "string" } }, "additionalProperties": false, "required": [ "accountId", "summonerId", "puuid", "platformId" ] }, "LolMissionsLoyaltyStatus": { "type": "string", "description": "", "enum": [ "DISABLED", "REVOKE", "CHANGE", "EXPIRY", "REWARDS_GRANT", "LEGACY" ], "additionalProperties": false }, "LolMissionsLoyaltyStatusNotification": { "type": "object", "description": "", "properties": { "status": { "$ref": "#/components/schemas/LolMissionsLoyaltyStatus" } }, "additionalProperties": false, "required": [ "status" ] }, "LolMissionsMissionAsset": { "type": "object", "description": "", "properties": { "internalName": { "type": "string" }, "path": { "type": "string" }, "iconNeedsFrame": { "type": "boolean" } }, "additionalProperties": false, "required": [ "internalName", "path", "iconNeedsFrame" ] }, "LolMissionsMissionsNotificationResource": { "type": "object", "description": "", "properties": { "backgroundUrl": { "type": "string" }, "created": { "type": "string" }, "critical": { "type": "boolean" }, "data": { "type": "object", "additionalProperties": { "type": "string" } }, "detailKey": { "type": "string" }, "expires": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "backgroundUrl", "created", "critical", "data", "detailKey", "expires", "iconUrl", "id", "source", "state", "titleKey", "type" ] }, "LolMissionsMissionsSettingsDataResource": { "type": "object", "description": "", "properties": { "selected_series": { "type": "string" } }, "additionalProperties": false, "required": [ "selected_series" ] }, "LolMissionsPlayerUpdateResponse": { "type": "object", "description": "", "properties": { "playerMissions": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerMissionDTO" } }, "playerSeries": { "type": "array", "items": { "$ref": "#/components/schemas/SeriesDTO" } } }, "additionalProperties": false, "required": [ "playerMissions", "playerSeries" ] }, "LolMissionsPluginRegionLocaleChangedEvent": { "type": "object", "description": "", "properties": { "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "locale" ] }, "LolMissionsRewardGrant": { "type": "object", "description": "", "properties": { "info": { "$ref": "#/components/schemas/LolMissionsRewardGrantInfo" }, "rewardGroup": { "$ref": "#/components/schemas/LolMissionsRewardGroup" } }, "additionalProperties": false, "required": [ "info", "rewardGroup" ] }, "LolMissionsRewardGrantElement": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "itemId": { "type": "string" }, "itemType": { "type": "string" }, "fulfillmentSource": { "type": "string" }, "rewardStatus": { "$ref": "#/components/schemas/LolMissionsRewardStatus" }, "quantity": { "type": "integer", "format": "int32" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "itemId", "itemType", "fulfillmentSource", "rewardStatus", "quantity", "media", "localizations" ] }, "LolMissionsRewardGrantInfo": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "granteeId": { "type": "string" }, "rewardGroupId": { "type": "string" }, "status": { "$ref": "#/components/schemas/LolMissionsGrantStatus" }, "grantElements": { "type": "array", "items": { "$ref": "#/components/schemas/LolMissionsRewardGrantElement" } }, "selectedIds": { "type": "array", "items": { "type": "string" } }, "viewed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "granteeId", "rewardGroupId", "status", "grantElements", "selectedIds", "viewed" ] }, "LolMissionsRewardGroup": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "internalName": { "type": "string" }, "productId": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolMissionsSvcReward" } }, "childRewardGroupIds": { "type": "array", "items": { "type": "string" } }, "rewardStrategy": { "$ref": "#/components/schemas/LolMissionsRewardStrategy" }, "selectionStrategyConfig": { "$ref": "#/components/schemas/LolMissionsSelectionStrategyConfig" }, "active": { "type": "boolean" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "internalName", "productId", "types", "rewards", "childRewardGroupIds", "rewardStrategy", "selectionStrategyConfig", "active", "media", "localizations" ] }, "LolMissionsRewardGroupsSelection": { "type": "object", "description": "", "properties": { "rewardGroups": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "rewardGroups" ] }, "LolMissionsRewardStatus": { "type": "string", "description": "", "enum": [ "FULFILLED", "PENDING" ], "additionalProperties": false }, "LolMissionsRewardStrategy": { "type": "string", "description": "", "enum": [ "SELECTION", "RANDOM", "ALL" ], "additionalProperties": false }, "LolMissionsRewardsProductConfig": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "serviceUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "enabled", "serviceUrl" ] }, "LolMissionsSelectionStrategyConfig": { "type": "object", "description": "", "properties": { "minSelectionsAllowed": { "type": "integer", "format": "uint32", "minimum": 0 }, "maxSelectionsAllowed": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "minSelectionsAllowed", "maxSelectionsAllowed" ] }, "LolMissionsSeriesOpt": { "type": "object", "description": "", "properties": { "seriesId": { "type": "string" }, "option": { "type": "string" } }, "additionalProperties": false, "required": [ "seriesId", "option" ] }, "LolMissionsSvcReward": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "itemId": { "type": "string" }, "quantity": { "type": "integer", "format": "int32" }, "fulfillmentSource": { "type": "string" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "itemId", "quantity", "fulfillmentSource", "media", "localizations" ] }, "LolMissionsTftOrb": { "type": "object", "description": "", "properties": { "missionId": { "type": "string" }, "status": { "type": "string" }, "unlockTime": { "type": "integer", "format": "int64" }, "rewardLevel": { "type": "integer", "format": "uint8", "minimum": 0 }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerMissionRewardDTO" } } }, "additionalProperties": false, "required": [ "missionId", "status", "unlockTime", "rewardLevel", "rewards" ] }, "LolMissionsTftWeeklyMissions": { "type": "object", "description": "", "properties": { "missions": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerMissionDTO" } } }, "additionalProperties": false, "required": [ "missions" ] }, "LolMissionsUserInfo": { "type": "object", "description": "", "properties": { "userInfo": { "type": "string" } }, "additionalProperties": false, "required": [ "userInfo" ] }, "LolModeProgressionInventoryRewardItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "uuid": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "uuid" ] }, "LolModeProgressionLoadout": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "scope": { "type": "string" }, "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolModeProgressionLoadoutsSlot" } } }, "additionalProperties": false, "required": [ "id", "name", "scope", "loadout" ] }, "LolModeProgressionLoadoutsSlot": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "contentId", "inventoryType", "itemId" ] }, "LolNpeRewardsAccountSettingsData": { "type": "object", "description": "", "properties": { "login": { "$ref": "#/components/schemas/LolNpeRewardsLoginSeriesSettings" }, "challenges": { "$ref": "#/components/schemas/LolNpeRewardsChallengesSettings" } }, "additionalProperties": false, "required": [ "login", "challenges" ] }, "LolNpeRewardsAccountSettingsPayload": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolNpeRewardsAccountSettingsData" }, "schemaVersion": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "data", "schemaVersion" ] }, "LolNpeRewardsAllRewards": { "type": "object", "description": "", "properties": { "level": { "$ref": "#/components/schemas/LolNpeRewardsRewardSeries" }, "login": { "$ref": "#/components/schemas/LolNpeRewardsRewardSeries" } }, "additionalProperties": false, "required": [ "level", "login" ] }, "LolNpeRewardsChallengesProgress": { "type": "object", "description": "", "properties": { "progress": { "$ref": "#/components/schemas/LolNpeRewardsProgress" } }, "additionalProperties": false, "required": [ "progress" ] }, "LolNpeRewardsChallengesSettings": { "type": "object", "description": "", "properties": { "allMissionsCompleted": { "type": "boolean" }, "totalCount": { "type": "integer", "format": "int8" } }, "additionalProperties": false, "required": [ "allMissionsCompleted", "totalCount" ] }, "LolNpeRewardsCoopAiRoutingExperiment": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "routingData": { "type": "array", "items": { "$ref": "#/components/schemas/LolNpeRewardsRoutingData" } } }, "additionalProperties": false, "required": [ "enabled", "routingData" ] }, "LolNpeRewardsLoginSeriesSettings": { "type": "object", "description": "", "properties": { "allRewardsClaimed": { "type": "boolean" }, "lastCompletedMissionInternalName": { "type": "string" }, "lastCompletedMissionDate": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "allRewardsClaimed", "lastCompletedMissionInternalName", "lastCompletedMissionDate" ] }, "LolNpeRewardsMission": { "type": "object", "description": "", "properties": { "completedDate": { "type": "integer", "format": "int64" }, "status": { "type": "string" }, "seriesName": { "type": "string" }, "internalName": { "type": "string" }, "metadata": { "$ref": "#/components/schemas/LolNpeRewardsMissionsRewardPackMetaData" }, "display": { "$ref": "#/components/schemas/LolNpeRewardsMissionDisplay" }, "objectives": { "type": "array", "items": { "$ref": "#/components/schemas/LolNpeRewardsObjective" } } }, "additionalProperties": false, "required": [ "completedDate", "status", "seriesName", "internalName", "metadata", "display", "objectives" ] }, "LolNpeRewardsMissionDisplay": { "type": "object", "description": "", "properties": { "locations": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "locations" ] }, "LolNpeRewardsMissionSeries": { "type": "object", "description": "", "properties": { "internalName": { "type": "string" }, "status": { "type": "string" }, "id": { "type": "string" } }, "additionalProperties": false, "required": [ "internalName", "status", "id" ] }, "LolNpeRewardsMissionSeriesOptIn": { "type": "object", "description": "", "properties": { "seriesId": { "type": "string" }, "option": { "type": "string" } }, "additionalProperties": false, "required": [ "seriesId", "option" ] }, "LolNpeRewardsMissionsRewardPackMetaData": { "type": "object", "description": "", "properties": { "npeRewardPack": { "$ref": "#/components/schemas/LolNpeRewardsRewardPack" } }, "additionalProperties": false, "required": [ "npeRewardPack" ] }, "LolNpeRewardsObjective": { "type": "object", "description": "", "properties": { "progress": { "$ref": "#/components/schemas/LolNpeRewardsProgress" } }, "additionalProperties": false, "required": [ "progress" ] }, "LolNpeRewardsPoroExperimentData": { "type": "object", "description": "", "properties": { "coopAiRoutingExperiment": { "$ref": "#/components/schemas/LolNpeRewardsCoopAiRoutingExperiment" }, "summonerLevel": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "coopAiRoutingExperiment", "summonerLevel" ] }, "LolNpeRewardsPoroExperimentPlayerSettingsData": { "type": "object", "description": "", "properties": { "coopAiRoutingEnabled": { "type": "string" } }, "additionalProperties": false, "required": [ "coopAiRoutingEnabled" ] }, "LolNpeRewardsProgress": { "type": "object", "description": "", "properties": { "lastViewedProgress": { "type": "integer", "format": "int32" }, "currentProgress": { "type": "integer", "format": "int32" }, "totalCount": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "lastViewedProgress", "currentProgress", "totalCount" ] }, "LolNpeRewardsRequirements": { "type": "object", "description": "", "properties": { "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "day": { "type": "integer", "format": "uint32", "minimum": 0 }, "missionInternalName": { "type": "string" } }, "additionalProperties": false, "required": [ "level", "day", "missionInternalName" ] }, "LolNpeRewardsReward": { "type": "object", "description": "", "properties": { "renderer": { "type": "string" }, "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "renderer", "data" ] }, "LolNpeRewardsRewardPack": { "type": "object", "description": "", "properties": { "index": { "type": "integer", "format": "int32" }, "type": { "type": "string" }, "requirements": { "$ref": "#/components/schemas/LolNpeRewardsRequirements" }, "state": { "type": "string" }, "premiumReward": { "type": "boolean" }, "rewardKey": { "type": "string" }, "majorReward": { "$ref": "#/components/schemas/LolNpeRewardsReward" }, "minorRewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolNpeRewardsReward" } }, "delay": { "type": "integer", "format": "int64" }, "unlockTime": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "index", "type", "requirements", "state", "premiumReward", "rewardKey", "majorReward", "minorRewards", "delay", "unlockTime" ] }, "LolNpeRewardsRewardSeries": { "type": "object", "description": "", "properties": { "rewardPacks": { "type": "array", "items": { "$ref": "#/components/schemas/LolNpeRewardsRewardPack" } } }, "additionalProperties": false, "required": [ "rewardPacks" ] }, "LolNpeRewardsRewardSeriesState": { "type": "object", "description": "", "properties": { "allRewardsClaimed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "allRewardsClaimed" ] }, "LolNpeRewardsRoutingData": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "uint32", "minimum": 0 }, "minLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "maxLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "queueId", "minLevel", "maxLevel" ] }, "LolNpeRewardsSettingsPoroExperimentResource": { "type": "object", "description": "", "properties": { "schemaVersion": { "type": "integer", "format": "int32" }, "data": { "$ref": "#/components/schemas/LolNpeRewardsPoroExperimentPlayerSettingsData" } }, "additionalProperties": false, "required": [ "schemaVersion", "data" ] }, "LolNpeRewardsSummoner": { "type": "object", "description": "", "properties": { "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerLevel", "puuid" ] }, "LolNpeTutorialPathAccountSettingsCategoryResource": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolNpeTutorialPathAccountSettingsTutorial" }, "schemaVersion": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "schemaVersion" ] }, "LolNpeTutorialPathAccountSettingsTutorial": { "type": "object", "description": "", "properties": { "hasSeenTutorialPath": { "type": "boolean" }, "hasSkippedTutorialPath": { "type": "boolean" }, "shouldSeeNewPlayerExperience": { "type": "boolean" } }, "additionalProperties": false, "required": [ "hasSeenTutorialPath", "hasSkippedTutorialPath", "shouldSeeNewPlayerExperience" ] }, "LolNpeTutorialPathCollectionsChampion": { "type": "object", "description": "", "properties": { "alias": { "type": "string" }, "banVoPath": { "type": "string" }, "chooseVoPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "roles": { "type": "array", "items": { "type": "string" } }, "squarePortraitPath": { "type": "string" }, "stingerSfxPath": { "type": "string" }, "passive": { "$ref": "#/components/schemas/LolNpeTutorialPathCollectionsChampionSpell" }, "spells": { "type": "array", "items": { "$ref": "#/components/schemas/LolNpeTutorialPathCollectionsChampionSpell" } } }, "additionalProperties": false, "required": [ "alias", "banVoPath", "chooseVoPath", "id", "name", "roles", "squarePortraitPath", "stingerSfxPath", "passive", "spells" ] }, "LolNpeTutorialPathCollectionsChampionSpell": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "description" ] }, "LolNpeTutorialPathExpiringWarning": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "message": { "type": "string" }, "alertTime": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "type", "message", "alertTime" ] }, "LolNpeTutorialPathGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolNpeTutorialPathGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolNpeTutorialPathGameflowPhase" } }, "additionalProperties": false, "required": [ "phase" ] }, "LolNpeTutorialPathIds": { "type": "object", "description": "", "properties": { "missionIds": { "type": "array", "items": { "type": "string" } }, "seriesIds": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "missionIds", "seriesIds" ] }, "LolNpeTutorialPathLobbyChangeQueue": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "isCustom": { "type": "boolean" } }, "additionalProperties": false, "required": [ "queueId", "isCustom" ] }, "LolNpeTutorialPathLobbyDto": { "type": "object", "description": "", "properties": { "partyId": { "type": "string" }, "gameConfig": { "$ref": "#/components/schemas/LolNpeTutorialPathLobbyGameConfigDto" } }, "additionalProperties": false, "required": [ "partyId", "gameConfig" ] }, "LolNpeTutorialPathLobbyGameConfigDto": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "queueId" ] }, "LolNpeTutorialPathMission": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "title": { "type": "string" }, "helperText": { "type": "string" }, "description": { "type": "string" }, "backgroundImageUrl": { "type": "string" }, "iconImageUrl": { "type": "string" }, "seriesName": { "type": "string" }, "locale": { "type": "string" }, "metadata": { "$ref": "#/components/schemas/LolNpeTutorialPathMissionMetadata" }, "startTime": { "type": "integer", "format": "int64" }, "endTime": { "type": "integer", "format": "int64" }, "lastUpdatedTimestamp": { "type": "integer", "format": "int64" }, "objectives": { "type": "array", "items": { "$ref": "#/components/schemas/LolNpeTutorialPathObjective" } }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolNpeTutorialPathReward" } }, "expiringWarnings": { "type": "array", "items": { "$ref": "#/components/schemas/LolNpeTutorialPathExpiringWarning" } }, "requirements": { "type": "array", "items": { "type": "string" } }, "rewardStrategy": { "$ref": "#/components/schemas/LolNpeTutorialPathRewardStrategy" }, "display": { "$ref": "#/components/schemas/LolNpeTutorialPathMissionDisplay" }, "completionExpression": { "type": "string" }, "viewed": { "type": "boolean" }, "isNew": { "type": "boolean" }, "status": { "type": "string" }, "missionType": { "type": "string" }, "displayType": { "type": "string" }, "completedDate": { "type": "integer", "format": "int64" }, "cooldownTimeMillis": { "type": "integer", "format": "int64" }, "celebrationType": { "type": "string" }, "clientNotifyLevel": { "type": "string" }, "internalName": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "title", "helperText", "description", "backgroundImageUrl", "iconImageUrl", "seriesName", "locale", "metadata", "startTime", "endTime", "lastUpdatedTimestamp", "objectives", "rewards", "expiringWarnings", "requirements", "rewardStrategy", "display", "completionExpression", "viewed", "isNew", "status", "missionType", "displayType", "completedDate", "cooldownTimeMillis", "celebrationType", "clientNotifyLevel", "internalName" ] }, "LolNpeTutorialPathMissionDisplay": { "type": "object", "description": "", "properties": { "attributes": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "attributes" ] }, "LolNpeTutorialPathMissionMetadata": { "type": "object", "description": "", "properties": { "tutorial": { "$ref": "#/components/schemas/LolNpeTutorialPathTutorialMetadata" } }, "additionalProperties": false, "required": [ "tutorial" ] }, "LolNpeTutorialPathObjective": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "description": { "type": "string" }, "progress": { "$ref": "#/components/schemas/LolNpeTutorialPathProgress" }, "sequence": { "type": "integer", "format": "int32" }, "rewardGroups": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "type", "description", "progress", "sequence", "rewardGroups" ] }, "LolNpeTutorialPathProgress": { "type": "object", "description": "", "properties": { "lastViewedProgress": { "type": "integer", "format": "int32" }, "currentProgress": { "type": "integer", "format": "int32" }, "totalCount": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "lastViewedProgress", "currentProgress", "totalCount" ] }, "LolNpeTutorialPathRequirement": { "type": "object", "description": "", "properties": { "expression": { "type": "string" } }, "additionalProperties": false, "required": [ "expression" ] }, "LolNpeTutorialPathReward": { "type": "object", "description": "", "properties": { "rewardType": { "type": "string" }, "rewardGroup": { "type": "string" }, "description": { "type": "string" }, "iconUrl": { "type": "string" }, "itemId": { "type": "string" }, "uniqueName": { "type": "string" }, "rewardFulfilled": { "type": "boolean" }, "rewardGroupSelected": { "type": "boolean" }, "sequence": { "type": "integer", "format": "int32" }, "quantity": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "rewardType", "rewardGroup", "description", "iconUrl", "itemId", "uniqueName", "rewardFulfilled", "rewardGroupSelected", "sequence", "quantity" ] }, "LolNpeTutorialPathRewardStrategy": { "type": "object", "description": "", "properties": { "groupStrategy": { "type": "string" }, "selectMaxGroupCount": { "type": "integer", "format": "int16" }, "selectMinGroupCount": { "type": "integer", "format": "int16" } }, "additionalProperties": false, "required": [ "groupStrategy", "selectMaxGroupCount", "selectMinGroupCount" ] }, "LolNpeTutorialPathSeries": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "internalName": { "type": "string" }, "status": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "internalName", "status" ] }, "LolNpeTutorialPathSeriesOpt": { "type": "object", "description": "", "properties": { "seriesId": { "type": "string" }, "option": { "type": "string" } }, "additionalProperties": false, "required": [ "seriesId", "option" ] }, "LolNpeTutorialPathSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" }, "profileIconId": { "type": "integer", "format": "int32" }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "xpSinceLastLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "xpUntilNextLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "percentCompleteForNextLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "nameChangeFlag": { "type": "boolean" }, "unnamed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "summonerId", "accountId", "displayName", "profileIconId", "summonerLevel", "xpSinceLastLevel", "xpUntilNextLevel", "percentCompleteForNextLevel", "nameChangeFlag", "unnamed" ] }, "LolNpeTutorialPathSummonerIcon": { "type": "object", "description": "", "properties": { "profileIconId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "profileIconId" ] }, "LolNpeTutorialPathTutorial": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "stepNumber": { "type": "integer", "format": "int32" }, "title": { "type": "string" }, "description": { "type": "string" }, "backgroundUrl": { "type": "string" }, "queueId": { "type": "string" }, "useQuickSearchMatchmaking": { "type": "boolean" }, "useChosenChampion": { "type": "boolean" }, "status": { "$ref": "#/components/schemas/LolNpeTutorialPathTutorialStatus" }, "isViewed": { "type": "boolean" }, "type": { "$ref": "#/components/schemas/LolNpeTutorialPathTutorialType" }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolNpeTutorialPathTutorialReward" } } }, "additionalProperties": false, "required": [ "id", "stepNumber", "title", "description", "backgroundUrl", "queueId", "useQuickSearchMatchmaking", "useChosenChampion", "status", "isViewed", "type", "rewards" ] }, "LolNpeTutorialPathTutorialMetadata": { "type": "object", "description": "", "properties": { "stepNumber": { "type": "integer", "format": "int32" }, "queueId": { "type": "string" }, "displayRewards": { "type": "object", "additionalProperties": { "type": "string" } }, "useQuickSearchMatchmaking": { "type": "boolean" }, "useChosenChampion": { "type": "boolean" } }, "additionalProperties": false, "required": [ "stepNumber", "queueId", "displayRewards", "useQuickSearchMatchmaking", "useChosenChampion" ] }, "LolNpeTutorialPathTutorialReward": { "type": "object", "description": "", "properties": { "rewardType": { "type": "string" }, "description": { "type": "string" }, "rewardFulfilled": { "type": "boolean" }, "iconUrl": { "type": "string" }, "itemId": { "type": "string" }, "sequence": { "type": "integer", "format": "int32" }, "uniqueName": { "type": "string" } }, "additionalProperties": false, "required": [ "rewardType", "description", "rewardFulfilled", "iconUrl", "itemId", "sequence", "uniqueName" ] }, "LolNpeTutorialPathTutorialStatus": { "type": "string", "description": "", "enum": [ "COMPLETED", "UNLOCKED", "LOCKED" ], "additionalProperties": false }, "LolNpeTutorialPathTutorialType": { "type": "string", "description": "", "enum": [ "REWARD", "CARD" ], "additionalProperties": false }, "LolPatchChunkingPatcherEnvironment": { "type": "object", "description": "", "properties": { "game_patcher_available": { "type": "boolean" }, "game_patcher_enabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "game_patcher_available", "game_patcher_enabled" ] }, "LolPatchComponentActionProgress": { "type": "object", "description": "", "properties": { "currentItem": { "type": "string" }, "total": { "$ref": "#/components/schemas/LolPatchComponentStateProgress" }, "network": { "$ref": "#/components/schemas/LolPatchComponentStateProgress" }, "primaryWork": { "$ref": "#/components/schemas/LolPatchComponentStateWorkType" } }, "additionalProperties": false, "required": [ "currentItem", "total", "network", "primaryWork" ] }, "LolPatchComponentState": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "action": { "$ref": "#/components/schemas/LolPatchComponentStateAction" }, "isUpToDate": { "type": "boolean" }, "isUpdateAvailable": { "type": "boolean" }, "timeOfLastUpToDateCheckISO8601": { "type": "string" }, "isCorrupted": { "type": "boolean" }, "progress": { "$ref": "#/components/schemas/LolPatchComponentActionProgress" } }, "additionalProperties": false, "required": [ "id", "action", "isUpToDate", "isUpdateAvailable", "isCorrupted" ] }, "LolPatchComponentStateAction": { "type": "string", "description": "", "enum": [ "Migrating", "Repairing", "Patching", "CheckingForUpdates", "Idle" ], "additionalProperties": false }, "LolPatchComponentStateProgress": { "type": "object", "description": "", "properties": { "bytesComplete": { "type": "integer", "format": "uint64", "minimum": 0 }, "bytesRequired": { "type": "integer", "format": "uint64", "minimum": 0 }, "bytesPerSecond": { "type": "number", "format": "double" } }, "additionalProperties": false, "required": [ "bytesComplete", "bytesRequired", "bytesPerSecond" ] }, "LolPatchComponentStateWorkType": { "type": "string", "description": "", "enum": [ "Disk", "Network", "Scanning" ], "additionalProperties": false }, "LolPatchEntitlementsTokenResource": { "type": "object", "description": "", "properties": { "accessToken": { "type": "string" }, "token": { "type": "string" }, "entitlements": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accessToken", "token", "entitlements" ] }, "LolPatchInstallPaths": { "type": "object", "description": "", "properties": { "gameInstallRoot": { "type": "string" }, "gameExecutablePath": { "type": "string" } }, "additionalProperties": false, "required": [ "gameInstallRoot", "gameExecutablePath" ] }, "LolPatchNotification": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "notificationId": { "$ref": "#/components/schemas/LolPatchNotificationId" }, "data": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "id", "notificationId", "data" ] }, "LolPatchNotificationId": { "type": "string", "description": "", "enum": [ "BrokenPermissions", "NotEnoughDiskSpace", "DidRestoreClientBackup", "FailedToWriteError", "MissingFilesError", "ConnectionError", "UnspecifiedError" ], "additionalProperties": false }, "LolPatchPatchSieveCompatVersion": { "type": "object", "description": "", "properties": { "id": { "type": "string" } }, "additionalProperties": false, "required": [ "id" ] }, "LolPatchPatchSieveDownload": { "type": "object", "description": "", "properties": { "url": { "type": "string" }, "scd_required": { "type": "boolean" } }, "additionalProperties": false, "required": [ "url", "scd_required" ] }, "LolPatchPatchSieveLabelValue": { "type": "object", "description": "", "properties": { "values": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "values" ] }, "LolPatchPatchSieveQueryResponse": { "type": "object", "description": "", "properties": { "releases": { "type": "array", "items": { "$ref": "#/components/schemas/LolPatchPatchSieveRelease" } } }, "additionalProperties": false, "required": [ "releases" ] }, "LolPatchPatchSieveRelease": { "type": "object", "description": "", "properties": { "release": { "$ref": "#/components/schemas/LolPatchPatchSieveReleaseInfo" }, "compat_version": { "$ref": "#/components/schemas/LolPatchPatchSieveCompatVersion" }, "download": { "$ref": "#/components/schemas/LolPatchPatchSieveDownload" } }, "additionalProperties": false, "required": [ "release", "compat_version", "download" ] }, "LolPatchPatchSieveReleaseInfo": { "type": "object", "description": "", "properties": { "product": { "type": "string" }, "id": { "type": "string" }, "labels": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolPatchPatchSieveLabelValue" } } }, "additionalProperties": false, "required": [ "product", "id", "labels" ] }, "LolPatchPatcherInstallSettings": { "type": "object", "description": "", "properties": { "game_patcher": { "type": "string" }, "game_patch_url": { "type": "string" }, "game_patcher_available": { "type": "boolean" }, "max_download_speed_mbps": { "type": "integer", "format": "uint32", "minimum": 0 }, "locales": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "game_patch_url", "game_patcher_available", "max_download_speed_mbps", "locales" ] }, "LolPatchPatcherRegionSettings": { "type": "object", "description": "", "properties": { "patchline": { "type": "string" }, "game_patcher": { "type": "string" } }, "additionalProperties": false, "required": [ "patchline", "game_patcher" ] }, "LolPatchPatcherSelfUpdateSettings": { "type": "object", "description": "", "properties": { "restart_delay": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "restart_delay" ] }, "LolPatchPatcherSettings": { "type": "object", "description": "", "properties": { "product_refresh_period": { "type": "number", "format": "double" }, "channel": { "type": "string" }, "headers": { "type": "object", "additionalProperties": { "type": "string" } }, "self_update": { "$ref": "#/components/schemas/LolPatchPatcherSelfUpdateSettings" }, "patchsieve_url": { "type": "string" } }, "additionalProperties": false, "required": [ "product_refresh_period", "channel", "headers", "self_update", "patchsieve_url" ] }, "LolPatchProductState": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "action": { "$ref": "#/components/schemas/LolPatchComponentStateAction" }, "isUpToDate": { "type": "boolean" }, "isUpdateAvailable": { "type": "boolean" }, "isCorrupted": { "type": "boolean" }, "isStopped": { "type": "boolean" }, "percentPatched": { "type": "number", "format": "double" }, "components": { "type": "array", "items": { "$ref": "#/components/schemas/LolPatchComponentState" } } }, "additionalProperties": false, "required": [ "id", "action", "isUpToDate", "isUpdateAvailable", "isCorrupted", "isStopped", "percentPatched", "components" ] }, "LolPatchRegionLocale": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale" ] }, "LolPatchScdCookie": { "type": "object", "description": "", "properties": { "domain": { "type": "string" }, "path": { "type": "string" }, "cookie": { "type": "string" } }, "additionalProperties": false, "required": [ "domain", "path", "cookie" ] }, "LolPatchScdCookies": { "type": "object", "description": "", "properties": { "cookies": { "type": "array", "items": { "$ref": "#/components/schemas/LolPatchScdCookie" } } }, "additionalProperties": false, "required": [ "cookies" ] }, "LolPatchScdEnabled": { "type": "string", "description": "", "enum": [ "On", "Off" ], "additionalProperties": false }, "LolPatchStatus": { "type": "object", "description": "", "properties": { "connectedToPatchServer": { "type": "boolean" } }, "additionalProperties": false, "required": [ "connectedToPatchServer" ] }, "LolPatchSupportedGameRelease": { "type": "object", "description": "", "properties": { "artifact_id": { "type": "string" }, "download": { "$ref": "#/components/schemas/LolPatchPatchSieveDownload" }, "selected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "artifact_id", "download", "selected" ] }, "LolPatchSupportedGameReleases": { "type": "object", "description": "", "properties": { "supported_game_releases": { "type": "array", "items": { "$ref": "#/components/schemas/LolPatchSupportedGameRelease" } } }, "additionalProperties": false, "required": [ "supported_game_releases" ] }, "LolPatchUxResource": { "type": "object", "description": "", "properties": { "visible": { "type": "boolean" } }, "additionalProperties": false, "required": [ "visible" ] }, "LolPerksChampSelectAction": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "actorCellId": { "type": "integer", "format": "int64" }, "championId": { "type": "integer", "format": "int32" }, "type": { "type": "string" }, "completed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "actorCellId", "championId", "type", "completed" ] }, "LolPerksChampSelectBannedChampions": { "type": "object", "description": "", "properties": { "myTeamBans": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "theirTeamBans": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "numBans": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "myTeamBans", "theirTeamBans", "numBans" ] }, "LolPerksChampSelectChatRoomDetails": { "type": "object", "description": "", "properties": { "multiUserChatId": { "type": "string" }, "multiUserChatPassword": { "type": "string" }, "mucJwtDto": { "$ref": "#/components/schemas/LolPerksMucJwtDto" } }, "additionalProperties": false, "required": [ "multiUserChatId", "multiUserChatPassword", "mucJwtDto" ] }, "LolPerksChampSelectMySelection": { "type": "object", "description": "", "properties": { "selectedSkinId": { "type": "integer", "format": "int32" }, "spell1Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "spell2Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "wardSkinId": { "type": "integer", "format": "int64" } }, "additionalProperties": false }, "LolPerksChampSelectPlayerSelection": { "type": "object", "description": "", "properties": { "cellId": { "type": "integer", "format": "int64" }, "championId": { "type": "integer", "format": "int32" }, "selectedSkinId": { "type": "integer", "format": "int32" }, "wardSkinId": { "type": "integer", "format": "int64" }, "spell1Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "spell2Id": { "type": "integer", "format": "uint64", "minimum": 0 }, "team": { "type": "integer", "format": "int32" }, "assignedPosition": { "type": "string" }, "championPickIntent": { "type": "integer", "format": "int32" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "cellId", "championId", "selectedSkinId", "wardSkinId", "spell1Id", "spell2Id", "team", "assignedPosition", "championPickIntent", "summonerId" ] }, "LolPerksChampSelectSession": { "type": "object", "description": "", "properties": { "timer": { "$ref": "#/components/schemas/LolPerksChampSelectTimer" }, "chatDetails": { "$ref": "#/components/schemas/LolPerksChampSelectChatRoomDetails" }, "myTeam": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksChampSelectPlayerSelection" } }, "theirTeam": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksChampSelectPlayerSelection" } }, "trades": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksChampSelectTradeContract" } }, "actions": { "type": "array", "items": { "type": "object", "additionalProperties": true } }, "bans": { "$ref": "#/components/schemas/LolPerksChampSelectBannedChampions" }, "localPlayerCellId": { "type": "integer", "format": "int64" }, "isSpectating": { "type": "boolean" } }, "additionalProperties": false, "required": [ "timer", "chatDetails", "myTeam", "theirTeam", "trades", "actions", "bans", "localPlayerCellId", "isSpectating" ] }, "LolPerksChampSelectTimer": { "type": "object", "description": "", "properties": { "adjustedTimeLeftInPhase": { "type": "integer", "format": "int64" }, "totalTimeInPhase": { "type": "integer", "format": "int64" }, "phase": { "type": "string" }, "isInfinite": { "type": "boolean" }, "internalNowInEpochMs": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "adjustedTimeLeftInPhase", "totalTimeInPhase", "phase", "isInfinite", "internalNowInEpochMs" ] }, "LolPerksChampSelectTradeContract": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "cellId": { "type": "integer", "format": "int64" }, "state": { "$ref": "#/components/schemas/LolPerksChampSelectTradeState" } }, "additionalProperties": false, "required": [ "id", "cellId", "state" ] }, "LolPerksChampSelectTradeState": { "type": "string", "description": "", "enum": [ "SENT", "RECEIVED", "INVALID", "BUSY", "AVAILABLE" ], "additionalProperties": false }, "LolPerksChampionPreferredStyle": { "type": "object", "description": "", "properties": { "championName": { "type": "string" }, "style": { "type": "integer", "format": "int32" }, "championId": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "championName", "style", "championId" ] }, "LolPerksChampionRuneRecommendationsGDSResource": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "isOverride": { "type": "boolean" }, "runeRecommendations": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksRuneRecommendationGDSResource" } } }, "additionalProperties": false, "required": [ "championId", "isOverride", "runeRecommendations" ] }, "LolPerksDefaultStatModsPerSubStyle": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "perks": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "id", "perks" ] }, "LolPerksGameCustomizationDTO": { "type": "object", "description": "", "properties": { "category": { "type": "string" }, "content": { "type": "string" }, "queueType": { "type": "integer", "format": "uint64", "minimum": 0 }, "isTeambuilder": { "type": "boolean" } }, "additionalProperties": false, "required": [ "category", "content", "queueType", "isTeambuilder" ] }, "LolPerksGameDataChampionSummary": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name" ] }, "LolPerksGameflowGameData": { "type": "object", "description": "", "properties": { "queue": { "$ref": "#/components/schemas/LolPerksQueue" }, "isCustomGame": { "type": "boolean" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "queue", "isCustomGame", "gameId" ] }, "LolPerksGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolPerksGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolPerksGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolPerksGameflowGameData" } }, "additionalProperties": false, "required": [ "phase", "gameData" ] }, "LolPerksGetGameCustomizationDTO": { "type": "object", "description": "", "properties": { "queueType": { "type": "string" } }, "additionalProperties": false, "required": [ "queueType" ] }, "LolPerksInventoryRunePageCount": { "type": "object", "description": "", "properties": { "quantity": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "quantity" ] }, "LolPerksLobbyDto": { "type": "object", "description": "", "properties": { "localMember": { "$ref": "#/components/schemas/LolPerksLobbyParticipantDto" } }, "additionalProperties": false, "required": [ "localMember" ] }, "LolPerksLobbyParticipantDto": { "type": "object", "description": "", "properties": { "playerSlots": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksQuickPlayPresetSlotDto" } } }, "additionalProperties": false, "required": [ "playerSlots" ] }, "LolPerksLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolPerksLoginSessionState" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId" ] }, "LolPerksLoginSessionState": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolPerksMucJwtDto": { "type": "object", "description": "", "properties": { "jwt": { "type": "string" }, "channelClaim": { "type": "string" }, "domain": { "type": "string" }, "targetRegion": { "type": "string" } }, "additionalProperties": false, "required": [ "jwt", "channelClaim", "domain", "targetRegion" ] }, "LolPerksNamecheckAuthorization": { "type": "object", "description": "", "properties": { "subject": { "type": "string" } }, "additionalProperties": false, "required": [ "subject" ] }, "LolPerksNamecheckLoginDataPacket": { "type": "object", "description": "", "properties": { "platformId": { "type": "string" } }, "additionalProperties": false, "required": [ "platformId" ] }, "LolPerksNamecheckPayload": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "nameValidationContext": { "type": "string" }, "puuid": { "type": "string" }, "shard": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "nameValidationContext", "puuid", "shard" ] }, "LolPerksNamecheckResponse": { "type": "object", "description": "", "properties": { "errors": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "errors" ] }, "LolPerksPerkBook": { "type": "object", "description": "", "properties": { "currentPageId": { "type": "integer", "format": "int32" }, "pages": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksPerkPageResource" } } }, "additionalProperties": false, "required": [ "currentPageId", "pages" ] }, "LolPerksPerkGDSResource": { "type": "object", "description": "", "properties": { "iconPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "longDesc": { "type": "string" }, "name": { "type": "string" }, "shortDesc": { "type": "string" }, "tooltip": { "type": "string" }, "recommendationDescriptor": { "type": "string" }, "majorChangePatchVersion": { "type": "string" }, "recommendationDescriptorAttributes": { "type": "object", "additionalProperties": { "type": "integer", "format": "uint32", "minimum": 0 } } }, "additionalProperties": false, "required": [ "iconPath", "id", "longDesc", "name", "shortDesc", "tooltip", "recommendationDescriptor", "majorChangePatchVersion", "recommendationDescriptorAttributes" ] }, "LolPerksPerkIdListResource": { "type": "object", "description": "", "properties": { "perkIds": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "perkIds" ] }, "LolPerksPerkPageResource": { "type": "object", "description": "", "properties": { "current": { "type": "boolean" }, "id": { "type": "integer", "format": "int32" }, "isActive": { "type": "boolean" }, "isValid": { "type": "boolean" }, "isEditable": { "type": "boolean" }, "isDeletable": { "type": "boolean" }, "isTemporary": { "type": "boolean" }, "name": { "type": "string" }, "order": { "type": "integer", "format": "int32" }, "primaryStyleId": { "type": "integer", "format": "int32" }, "selectedPerkIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "subStyleId": { "type": "integer", "format": "int32" }, "autoModifiedSelections": { "type": "array", "items": { "type": "integer", "format": "uint32", "minimum": 0 } }, "lastModified": { "type": "integer", "format": "uint64", "minimum": 0 }, "runeRecommendationId": { "type": "string" }, "recommendationIndex": { "type": "integer", "format": "int32" }, "isRecommendationOverride": { "type": "boolean" }, "recommendationChampionId": { "type": "integer", "format": "int32" }, "quickPlayChampionIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "primaryStyleName": { "type": "string" }, "secondaryStyleName": { "type": "string" }, "primaryStyleIconPath": { "type": "string" }, "secondaryStyleIconPath": { "type": "string" }, "tooltipBgPath": { "type": "string" }, "pageKeystone": { "$ref": "#/components/schemas/LolPerksUIPerkMinimal" }, "uiPerks": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksUIPerkMinimal" } } }, "additionalProperties": false, "required": [ "current", "id", "isActive", "isValid", "isEditable", "isDeletable", "isTemporary", "name", "order", "primaryStyleId", "selectedPerkIds", "subStyleId", "autoModifiedSelections", "lastModified", "runeRecommendationId", "recommendationIndex", "isRecommendationOverride", "recommendationChampionId", "quickPlayChampionIds", "primaryStyleName", "secondaryStyleName", "primaryStyleIconPath", "secondaryStyleIconPath", "tooltipBgPath", "pageKeystone", "uiPerks" ] }, "LolPerksPerkSettingResource": { "type": "object", "description": "", "properties": { "perkIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "perkStyle": { "type": "integer", "format": "int32" }, "perkSubStyle": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "perkIds", "perkStyle", "perkSubStyle" ] }, "LolPerksPerkSettings": { "type": "object", "description": "", "properties": { "pages": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksPerkPageResource" } }, "perShardPerkBooks": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolPerksPerkBook" } }, "settings": { "$ref": "#/components/schemas/LolPerksUISettings" } }, "additionalProperties": false, "required": [ "pages", "perShardPerkBooks", "settings" ] }, "LolPerksPerkStyleResource": { "type": "object", "description": "", "properties": { "allowedSubStyles": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "iconPath": { "type": "string" }, "assetMap": { "type": "object", "additionalProperties": { "type": "string" } }, "isAdvanced": { "type": "boolean" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "slots": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksPerkStyleSlotResource" } }, "subStyleBonus": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksPerkSubStyleBonusResource" } }, "tooltip": { "type": "string" }, "defaultSubStyle": { "type": "integer", "format": "int32" }, "defaultPerks": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "defaultPageName": { "type": "string" }, "defaultPerksWhenSplashed": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "defaultStatModsPerSubStyle": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksDefaultStatModsPerSubStyle" } } }, "additionalProperties": false, "required": [ "allowedSubStyles", "iconPath", "assetMap", "isAdvanced", "id", "name", "slots", "subStyleBonus", "tooltip", "defaultSubStyle", "defaultPerks", "defaultPageName", "defaultPerksWhenSplashed", "defaultStatModsPerSubStyle" ] }, "LolPerksPerkStyleSlotResource": { "type": "object", "description": "", "properties": { "perks": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "type": { "type": "string" }, "slotLabel": { "type": "string" } }, "additionalProperties": false, "required": [ "perks", "type", "slotLabel" ] }, "LolPerksPerkSubStyleBonusResource": { "type": "object", "description": "", "properties": { "perkId": { "type": "integer", "format": "int32" }, "styleId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "perkId", "styleId" ] }, "LolPerksPerkUIPerk": { "type": "object", "description": "", "properties": { "iconPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "styleId": { "type": "integer", "format": "int32" }, "styleIdName": { "type": "string" }, "longDesc": { "type": "string" }, "name": { "type": "string" }, "shortDesc": { "type": "string" }, "tooltip": { "type": "string" }, "recommendationDescriptor": { "type": "string" }, "slotType": { "type": "string" } }, "additionalProperties": false, "required": [ "iconPath", "id", "styleId", "styleIdName", "longDesc", "name", "shortDesc", "tooltip", "recommendationDescriptor", "slotType" ] }, "LolPerksPerkUIRecommendedPage": { "type": "object", "description": "", "properties": { "position": { "type": "string" }, "isDefaultPosition": { "type": "boolean" }, "keystone": { "$ref": "#/components/schemas/LolPerksPerkUIPerk" }, "perks": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksPerkUIPerk" } }, "primaryPerkStyleId": { "type": "integer", "format": "int32" }, "secondaryPerkStyleId": { "type": "integer", "format": "int32" }, "primaryRecommendationAttribute": { "type": "string" }, "secondaryRecommendationAttribute": { "type": "string" }, "summonerSpellIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "recommendationId": { "type": "string" }, "isRecommendationOverride": { "type": "boolean" }, "recommendationChampionId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "position", "isDefaultPosition", "keystone", "perks", "primaryPerkStyleId", "secondaryPerkStyleId", "primaryRecommendationAttribute", "secondaryRecommendationAttribute", "summonerSpellIds", "recommendationId", "isRecommendationOverride", "recommendationChampionId" ] }, "LolPerksPerkUISlot": { "type": "object", "description": "", "properties": { "perks": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "type": { "type": "string" }, "slotLabel": { "type": "string" } }, "additionalProperties": false, "required": [ "perks", "type", "slotLabel" ] }, "LolPerksPerkUIStyle": { "type": "object", "description": "", "properties": { "allowedSubStyles": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "iconPath": { "type": "string" }, "assetMap": { "type": "object", "additionalProperties": { "type": "string" } }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "slots": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksPerkUISlot" } }, "subStyleBonus": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksPerkSubStyleBonusResource" } }, "tooltip": { "type": "string" }, "defaultSubStyle": { "type": "integer", "format": "int32" }, "defaultPerks": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "defaultPageName": { "type": "string" }, "idName": { "type": "string" } }, "additionalProperties": false, "required": [ "allowedSubStyles", "iconPath", "assetMap", "id", "name", "slots", "subStyleBonus", "tooltip", "defaultSubStyle", "defaultPerks", "defaultPageName", "idName" ] }, "LolPerksPerksConfigDTO": { "type": "object", "description": "", "properties": { "styles": { "type": "array", "items": { "$ref": "#/components/schemas/LolPerksPerkStyleResource" } } }, "additionalProperties": false, "required": [ "styles" ] }, "LolPerksPlatformConfig": { "type": "object", "description": "", "properties": { "PerksEnabled": { "type": "boolean" }, "AutoRepairPagesEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "PerksEnabled", "AutoRepairPagesEnabled" ] }, "LolPerksPlayerInventory": { "type": "object", "description": "", "properties": { "ownedPageCount": { "type": "integer", "format": "uint32", "minimum": 0 }, "customPageCount": { "type": "integer", "format": "uint32", "minimum": 0 }, "canAddCustomPage": { "type": "boolean" }, "isCustomPageCreationUnlocked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "ownedPageCount", "customPageCount", "canAddCustomPage", "isCustomPageCreationUnlocked" ] }, "LolPerksQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "isTeamBuilderManaged": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "mapId", "isTeamBuilderManaged" ] }, "LolPerksQuickPlayPresetSlotDto": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "positionPreference": { "type": "string" }, "perks": { "type": "string" } }, "additionalProperties": false, "required": [ "championId", "positionPreference", "perks" ] }, "LolPerksRecommendedPositionsMapResource": { "type": "object", "description": "", "properties": { "recommendedPositions": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "recommendedPositions" ] }, "LolPerksRuneRecommendationGDSResource": { "type": "object", "description": "", "properties": { "position": { "type": "string" }, "mapId": { "type": "integer", "format": "int32" }, "isDefaultPosition": { "type": "boolean" }, "minSummonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "perkIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "primaryPerkStyleId": { "type": "integer", "format": "int32" }, "secondaryPerkStyleId": { "type": "integer", "format": "int32" }, "summonerSpellIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "recommendationId": { "type": "string" } }, "additionalProperties": false, "required": [ "position", "mapId", "isDefaultPosition", "minSummonerLevel", "perkIds", "primaryPerkStyleId", "secondaryPerkStyleId", "summonerSpellIds", "recommendationId" ] }, "LolPerksSettingsStorageContainer": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolPerksPerkSettings" }, "schemaVersion": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "data", "schemaVersion" ] }, "LolPerksSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" }, "internalName": { "type": "string" }, "profileIconId": { "type": "integer", "format": "int32" }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "xpSinceLastLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "xpUntilNextLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "percentCompleteForNextLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "rerollPoints": { "$ref": "#/components/schemas/LolPerksSummonerRerollPoints" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "accountId", "displayName", "internalName", "profileIconId", "summonerLevel", "xpSinceLastLevel", "xpUntilNextLevel", "percentCompleteForNextLevel", "rerollPoints", "puuid" ] }, "LolPerksSummonerRerollPoints": { "type": "object", "description": "", "properties": { "pointsToReroll": { "type": "integer", "format": "uint32", "minimum": 0 }, "currentPoints": { "type": "integer", "format": "uint32", "minimum": 0 }, "numberOfRolls": { "type": "integer", "format": "uint32", "minimum": 0 }, "maxRolls": { "type": "integer", "format": "uint32", "minimum": 0 }, "pointsCostToRoll": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "pointsToReroll", "currentPoints", "numberOfRolls", "maxRolls", "pointsCostToRoll" ] }, "LolPerksUIPerkMinimal": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "styleId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "slotType": { "type": "string" }, "iconPath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "styleId", "name", "slotType", "iconPath" ] }, "LolPerksUISettings": { "type": "object", "description": "", "properties": { "showLongDescriptions": { "type": "boolean" }, "gridModeEnabled": { "type": "boolean" }, "showPresetPages": { "type": "boolean" }, "gameplayPatchVersionSeen": { "type": "string" }, "gameplayUpdatedPerksSeen": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "showLongDescriptions", "gridModeEnabled", "showPresetPages", "gameplayPatchVersionSeen", "gameplayUpdatedPerksSeen" ] }, "LolPerksUpdatePageOrderRequest": { "type": "object", "description": "", "properties": { "targetPageId": { "type": "integer", "format": "int32" }, "destinationPageId": { "type": "integer", "format": "int32" }, "offset": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "targetPageId", "destinationPageId", "offset" ] }, "LolPerksValidateItemSetNameResponse": { "type": "object", "description": "", "properties": { "success": { "type": "boolean" }, "nameCheckResponse": { "$ref": "#/components/schemas/LolPerksNamecheckResponse" } }, "additionalProperties": false, "required": [ "success", "nameCheckResponse" ] }, "LolPerksValidatePageNameData": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name" ] }, "LolPftGameClientEndOfGameStats": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameMode": { "type": "string" }, "statsBlock": { "type": "object", "additionalProperties": true }, "queueId": { "type": "integer", "format": "int32" }, "isRanked": { "type": "boolean" } }, "additionalProperties": false, "required": [ "gameId", "gameMode", "statsBlock", "queueId", "isRanked" ] }, "LolPftGameflowGameDodge": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolPftGameflowGameDodgeState" }, "dodgeIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "state", "dodgeIds" ] }, "LolPftGameflowGameDodgeState": { "type": "string", "description": "", "enum": [ "TournamentDodged", "StrangerDodged", "PartyDodged", "Invalid" ], "additionalProperties": false }, "LolPftGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolPftGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolPftGameflowPhase" }, "gameDodge": { "$ref": "#/components/schemas/LolPftGameflowGameDodge" } }, "additionalProperties": false, "required": [ "phase", "gameDodge" ] }, "LolPftLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolPftLoginSessionStates" }, "idToken": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "idToken" ] }, "LolPftLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolPftPFTEndOfGamePlayer": { "type": "object", "description": "", "properties": { "stats": { "type": "object", "additionalProperties": true }, "items": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "botPlayer": { "type": "boolean" }, "championId": { "type": "integer", "format": "int32" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "leaver": { "type": "boolean" }, "leaves": { "type": "integer", "format": "int32" }, "level": { "type": "integer", "format": "int32" }, "losses": { "type": "integer", "format": "int32" }, "profileIconId": { "type": "integer", "format": "int32" }, "spell1Id": { "type": "integer", "format": "int32" }, "spell2Id": { "type": "integer", "format": "int32" }, "summonerName": { "type": "string" }, "teamId": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "stats", "items", "botPlayer", "championId", "gameId", "leaver", "leaves", "level", "losses", "profileIconId", "spell1Id", "spell2Id", "summonerName", "teamId", "wins", "summonerId" ] }, "LolPftPFTEndOfGamePoints": { "type": "object", "description": "", "properties": { "pointChangeFromChampionsOwned": { "type": "integer", "format": "int32" }, "pointChangeFromGameplay": { "type": "integer", "format": "int32" }, "pointsUsed": { "type": "integer", "format": "int32" }, "previousPoints": { "type": "integer", "format": "int32" }, "pointsUntilNextReroll": { "type": "integer", "format": "int32" }, "rerollCount": { "type": "integer", "format": "int32" }, "totalPoints": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "pointChangeFromChampionsOwned", "pointChangeFromGameplay", "pointsUsed", "previousPoints", "pointsUntilNextReroll", "rerollCount", "totalPoints" ] }, "LolPftPFTEndOfGameStats": { "type": "object", "description": "", "properties": { "difficulty": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameLength": { "type": "integer", "format": "int32" }, "gameMode": { "type": "string" }, "gameMutators": { "type": "array", "items": { "type": "string" } }, "gameType": { "type": "string" }, "invalid": { "type": "boolean" }, "queueType": { "type": "string" }, "ranked": { "type": "boolean" }, "reportGameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "teams": { "type": "array", "items": { "$ref": "#/components/schemas/LolPftPFTEndOfGameTeam" } }, "localPlayer": { "$ref": "#/components/schemas/LolPftPFTEndOfGamePlayer" }, "myTeamStatus": { "type": "string" }, "leveledUp": { "type": "boolean" }, "newSpells": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "previousLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "rpEarned": { "type": "integer", "format": "int32" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "basePoints": { "type": "integer", "format": "int32" }, "battleBoostIpEarned": { "type": "integer", "format": "int32" }, "boostIpEarned": { "type": "integer", "format": "int32" }, "firstWinBonus": { "type": "integer", "format": "int32" }, "ipEarned": { "type": "integer", "format": "int32" }, "ipTotal": { "type": "integer", "format": "int32" }, "boostXpEarned": { "type": "integer", "format": "int32" }, "experienceEarned": { "type": "integer", "format": "int32" }, "experienceTotal": { "type": "integer", "format": "int32" }, "loyaltyBoostXpEarned": { "type": "integer", "format": "int32" }, "previousXpTotal": { "type": "integer", "format": "uint64", "minimum": 0 }, "timeUntilNextFirstWinBonus": { "type": "integer", "format": "int32" }, "causedEarlySurrender": { "type": "boolean" }, "earlySurrenderAccomplice": { "type": "boolean" }, "teamEarlySurrendered": { "type": "boolean" }, "gameEndedInEarlySurrender": { "type": "boolean" }, "isAramGame": { "type": "boolean" }, "rerollData": { "$ref": "#/components/schemas/LolPftPFTEndOfGamePoints" } }, "additionalProperties": false, "required": [ "difficulty", "gameId", "gameLength", "gameMode", "gameMutators", "gameType", "invalid", "queueType", "ranked", "reportGameId", "teams", "localPlayer", "myTeamStatus", "leveledUp", "newSpells", "previousLevel", "rpEarned", "accountId", "basePoints", "battleBoostIpEarned", "boostIpEarned", "firstWinBonus", "ipEarned", "ipTotal", "boostXpEarned", "experienceEarned", "experienceTotal", "loyaltyBoostXpEarned", "previousXpTotal", "timeUntilNextFirstWinBonus", "causedEarlySurrender", "earlySurrenderAccomplice", "teamEarlySurrendered", "gameEndedInEarlySurrender", "isAramGame", "rerollData" ] }, "LolPftPFTEndOfGameTeam": { "type": "object", "description": "", "properties": { "stats": { "type": "object", "additionalProperties": true }, "players": { "type": "array", "items": { "$ref": "#/components/schemas/LolPftPFTEndOfGamePlayer" } }, "memberStatusString": { "type": "string" }, "name": { "type": "string" }, "tag": { "type": "string" }, "fullId": { "type": "string" }, "teamId": { "type": "integer", "format": "int32" }, "isBottomTeam": { "type": "boolean" }, "isPlayerTeam": { "type": "boolean" }, "isWinningTeam": { "type": "boolean" } }, "additionalProperties": false, "required": [ "stats", "players", "memberStatusString", "name", "tag", "fullId", "teamId", "isBottomTeam", "isPlayerTeam", "isWinningTeam" ] }, "LolPftPFTEvent": { "type": "object", "description": "", "properties": { "playerSurveyId": { "type": "integer", "format": "uint64", "minimum": 0 }, "action": { "type": "string" }, "data": { "type": "array", "items": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "playerSurveyId", "action", "data" ] }, "LolPftPFTMetadata": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "env": { "type": "string" }, "webRegion": { "type": "string" }, "locale": { "type": "string" }, "appName": { "type": "string" }, "appVersion": { "type": "string" }, "systemOs": { "type": "string" }, "stats": { "$ref": "#/components/schemas/LolPftPFTEndOfGameStats" }, "homepageTimer": { "type": "number", "format": "double" } }, "additionalProperties": false, "required": [ "accountId", "env", "webRegion", "locale", "appName", "appVersion", "systemOs", "stats", "homepageTimer" ] }, "LolPftPFTQuestionResponse": { "type": "object", "description": "", "properties": { "questionId": { "type": "integer", "format": "uint64", "minimum": 0 }, "responseData": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "questionId", "responseData" ] }, "LolPftPFTSurvey": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "title": { "type": "string" }, "caption": { "type": "string" }, "type": { "type": "string" }, "display": { "type": "string" }, "data": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "id", "title", "caption", "type", "display", "data" ] }, "LolPftPFTSurveyResults": { "type": "object", "description": "", "properties": { "questionResponses": { "type": "array", "items": { "$ref": "#/components/schemas/LolPftPFTQuestionResponse" } }, "actions": { "type": "array", "items": { "$ref": "#/components/schemas/LolPftPFTEvent" } } }, "additionalProperties": false, "required": [ "questionResponses", "actions" ] }, "LolPftPFTSurveyV1": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "title": { "type": "string" }, "caption": { "type": "string" }, "type": { "type": "string" }, "url": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "title", "caption", "type", "url" ] }, "LolPftPftEntitlements": { "type": "object", "description": "", "properties": { "authorization": { "$ref": "#/components/schemas/LolPftPftEntitlementsAuthorization" }, "entitlements": { "type": "array", "items": { "type": "string" } }, "issuer": { "type": "string" }, "subject": { "type": "string" }, "token": { "type": "string" } }, "additionalProperties": false, "required": [ "authorization", "entitlements", "issuer", "subject", "token" ] }, "LolPftPftEntitlementsAccessToken": { "type": "object", "description": "", "properties": { "clientId": { "type": "string" }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 }, "scopes": { "type": "array", "items": { "type": "string" } }, "token": { "type": "string" } }, "additionalProperties": false, "required": [ "clientId", "expiry", "scopes", "token" ] }, "LolPftPftEntitlementsAuthorization": { "type": "object", "description": "", "properties": { "accessToken": { "$ref": "#/components/schemas/LolPftPftEntitlementsAccessToken" }, "idToken": { "$ref": "#/components/schemas/LolPftPftEntitlementsIdToken" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "accessToken", "idToken", "puuid" ] }, "LolPftPftEntitlementsIdToken": { "type": "object", "description": "", "properties": { "clientId": { "type": "string" }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 }, "nonce": { "type": "string" }, "token": { "type": "string" } }, "additionalProperties": false, "required": [ "clientId", "expiry", "nonce", "token" ] }, "LolPftSummoner": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "unnamed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "puuid", "summonerId", "accountId", "summonerLevel", "unnamed" ] }, "LolPlayerBehaviorBanNotification": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "source": { "$ref": "#/components/schemas/LolPlayerBehaviorNotificationSource" }, "reason": { "type": "string" }, "timeUntilBanExpires": { "type": "integer", "format": "uint64", "minimum": 0 }, "isPermaBan": { "type": "boolean" }, "displayReformCard": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "source", "reason", "timeUntilBanExpires", "isPermaBan", "displayReformCard" ] }, "LolPlayerBehaviorCodeOfConductNotification": { "type": "object", "description": "", "properties": { "message": { "type": "string" } }, "additionalProperties": false, "required": [ "message" ] }, "LolPlayerBehaviorGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolPlayerBehaviorMail": { "type": "object", "description": "", "properties": { "mailId": { "type": "string" }, "message": { "type": "string" }, "state": { "type": "string" }, "createdAt": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "mailId", "message", "state", "createdAt" ] }, "LolPlayerBehaviorNotificationSource": { "type": "string", "description": "", "enum": [ "Message", "ForcedShutdown", "Login", "Invalid" ], "additionalProperties": false }, "LolPlayerBehaviorPlayerBehaviorConfig": { "type": "object", "description": "", "properties": { "IsLoaded": { "type": "boolean" }, "CodeOfConductEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "IsLoaded", "CodeOfConductEnabled" ] }, "LolPlayerBehaviorPlayerBehavior_GameflowSessionResource": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolPlayerBehaviorGameflowPhase" } }, "additionalProperties": false, "required": [ "phase" ] }, "LolPlayerBehaviorPlayerBehavior_SimpleMessage": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "type": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "msgId", "type", "params" ] }, "LolPlayerBehaviorPlayerNotificationResource": { "type": "object", "description": "", "properties": { "backgroundUrl": { "type": "string" }, "created": { "type": "string" }, "critical": { "type": "boolean" }, "data": { "type": "object", "additionalProperties": { "type": "string" } }, "detailKey": { "type": "string" }, "expires": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "backgroundUrl", "created", "critical", "data", "detailKey", "expires", "iconUrl", "id", "source", "state", "titleKey", "type" ] }, "LolPlayerBehaviorReformCard": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "punishmentType": { "type": "string" }, "reason": { "type": "string" }, "timeWhenPunishmentExpires": { "type": "integer", "format": "uint64", "minimum": 0 }, "punishmentLengthTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "punishmentLengthGames": { "type": "integer", "format": "int64" }, "restrictedChatGamesRemaining": { "type": "integer", "format": "int64" }, "chatLogs": { "type": "array", "items": { "type": "string" } }, "gameIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "playerFacingMessage": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "punishmentType", "reason", "timeWhenPunishmentExpires", "punishmentLengthTime", "punishmentLengthGames", "restrictedChatGamesRemaining", "chatLogs", "gameIds", "playerFacingMessage" ] }, "LolPlayerBehaviorReformCardChatLogs": { "type": "object", "description": "", "properties": { "preGameChatLogs": { "type": "array", "items": { "type": "string" } }, "inGameChatLogs": { "type": "array", "items": { "type": "string" } }, "postGameChatLogs": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "preGameChatLogs", "inGameChatLogs", "postGameChatLogs" ] }, "LolPlayerBehaviorReformCardV2": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "punishmentType": { "type": "string" }, "punishmentReason": { "type": "string" }, "punishedUntilDateMillis": { "type": "integer", "format": "uint64", "minimum": 0 }, "punishmentLengthMillis": { "type": "integer", "format": "uint64", "minimum": 0 }, "punishmentLengthGames": { "type": "integer", "format": "int64" }, "punishedForReformCardChatLogs": { "type": "array", "items": { "$ref": "#/components/schemas/LolPlayerBehaviorReformCardChatLogs" } }, "punishedForGameIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "playerFacingMessage": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "punishmentType", "punishmentReason", "punishedUntilDateMillis", "punishmentLengthMillis", "punishmentLengthGames", "punishedForReformCardChatLogs", "punishedForGameIds", "playerFacingMessage" ] }, "LolPlayerBehaviorReporterFeedback": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "messageId": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "accountId", "messageId", "type" ] }, "LolPlayerBehaviorReporterFeedbackMessage": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "message": { "type": "string" }, "category": { "type": "string" }, "locale": { "type": "string" }, "key": { "type": "string" } }, "additionalProperties": false, "required": [ "title", "message", "category", "locale", "key" ] }, "LolPlayerBehaviorRestrictionNotification": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "source": { "$ref": "#/components/schemas/LolPlayerBehaviorNotificationSource" }, "gamesRemaining": { "type": "integer", "format": "int64" }, "expirationMillis": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayReformCard": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "source", "gamesRemaining", "expirationMillis", "displayReformCard" ] }, "LolPlayerBehaviorSettingsResource": { "type": "object", "description": "", "properties": { "data": { "type": "object", "additionalProperties": true }, "schemaVersion": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "data", "schemaVersion" ] }, "LolPlayerBehaviorUserInfo": { "type": "object", "description": "", "properties": { "userInfo": { "type": "string" } }, "additionalProperties": false, "required": [ "userInfo" ] }, "LolPlayerBehaviorUserInfoBanData": { "type": "object", "description": "", "properties": { "restrictions": { "type": "array", "items": { "$ref": "#/components/schemas/LolPlayerBehaviorUserInfoRestriction" } } }, "additionalProperties": false, "required": [ "restrictions" ] }, "LolPlayerBehaviorUserInfoRestriction": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "reason": { "type": "string" }, "scope": { "type": "string" }, "dat": { "$ref": "#/components/schemas/LolPlayerBehaviorUserInfoRestrictionData" } }, "additionalProperties": false, "required": [ "type", "reason", "scope", "dat" ] }, "LolPlayerBehaviorUserInfoRestrictionData": { "type": "object", "description": "", "properties": { "expirationMillis": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameData": { "$ref": "#/components/schemas/LolPlayerBehaviorUserInfoRestrictionGameData" }, "gameLocation": { "type": "string" } }, "additionalProperties": false, "required": [ "expirationMillis", "gameData", "gameLocation" ] }, "LolPlayerBehaviorUserInfoRestrictionGameData": { "type": "object", "description": "", "properties": { "productName": { "type": "string" }, "gameLocation": { "type": "string" }, "triggerGameId": { "type": "string" }, "additionalGameIds": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "productName", "gameLocation", "triggerGameId", "additionalGameIds" ] }, "LolPlayerBehaviorUserInfoToken": { "type": "object", "description": "", "properties": { "ban": { "$ref": "#/components/schemas/LolPlayerBehaviorUserInfoBanData" } }, "additionalProperties": false, "required": [ "ban" ] }, "LolPlayerLevelUpEndOfGameStats": { "type": "object", "description": "", "properties": { "gameMode": { "type": "string" }, "gameMutators": { "type": "array", "items": { "type": "string" } }, "gameType": { "type": "string" }, "queueType": { "type": "string" }, "leveledUp": { "type": "boolean" }, "newSpells": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "previousLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "rpEarned": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "gameMode", "gameMutators", "gameType", "queueType", "leveledUp", "newSpells", "previousLevel", "rpEarned" ] }, "LolPlayerLevelUpGameDataSummonerSpell": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "id", "summonerLevel" ] }, "LolPlayerLevelUpLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolPlayerLevelUpLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId" ] }, "LolPlayerLevelUpLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolPlayerLevelUpPlayerLevelUpEvent": { "type": "object", "description": "", "properties": { "switchedToStandardFreeToPlayChampRotation": { "type": "boolean" }, "nowHasAccessToPublicChatRooms": { "type": "boolean" }, "nowHasAccessToLoot": { "type": "boolean" }, "leveledUp": { "type": "boolean" }, "newSummonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "newRuneSlotUnlocked": { "type": "boolean" }, "rpEarned": { "type": "integer", "format": "int32" }, "newSpells": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "newQueues": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "switchedToStandardFreeToPlayChampRotation", "nowHasAccessToPublicChatRooms", "nowHasAccessToLoot", "leveledUp", "newSummonerLevel", "newRuneSlotUnlocked", "rpEarned", "newSpells", "newQueues" ] }, "LolPlayerLevelUpPlayerLevelUpEventAck": { "type": "object", "description": "", "properties": { "seenThisEvent": { "type": "boolean" }, "newSummonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "seenThisEvent", "newSummonerLevel" ] }, "LolPlayerLevelUpQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "minLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "id", "minLevel" ] }, "LolPlayerMessagingDynamicCelebrationMessagingNotificationResource": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "celebrationTitle": { "type": "string" }, "celebrationBody": { "type": "string" }, "celebrationMessage": { "type": "string" }, "inventoryType": { "type": "string" }, "itemId": { "type": "string" }, "itemQuantity": { "type": "string" }, "celebrationType": { "type": "string" }, "status": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "accountId", "msgId", "celebrationTitle", "celebrationBody", "celebrationMessage", "inventoryType", "itemId", "itemQuantity", "celebrationType", "status" ] }, "LolPlayerMessagingLoginDataPacket": { "type": "object", "description": "", "properties": { "simpleMessages": { "type": "array", "items": { "$ref": "#/components/schemas/LolPlayerMessagingSimpleMessage" } } }, "additionalProperties": false, "required": [ "simpleMessages" ] }, "LolPlayerMessagingPlayerMessagingNotificationResource": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "title": { "type": "string" }, "body": { "type": "string" }, "status": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "accountId", "msgId", "title", "body", "status" ] }, "LolPlayerMessagingSimpleMessage": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "type": { "type": "string" }, "titleCode": { "type": "string" }, "bodyCode": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "msgId", "type", "titleCode", "bodyCode", "params" ] }, "LolPlayerPreferencesLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolPlayerPreferencesLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "idToken" ] }, "LolPlayerPreferencesLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolPlayerPreferencesPlayerPreferences": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "version": { "type": "string" }, "data": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "version", "data" ] }, "LolPlayerPreferencesPlayerPreferencesEndpoint": { "type": "object", "description": "", "properties": { "Enabled": { "type": "boolean" }, "EnforceHttps": { "type": "boolean" }, "ServiceEndpoint": { "type": "string" }, "Version": { "type": "string" }, "Retries": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "Enabled", "EnforceHttps", "ServiceEndpoint", "Version", "Retries" ] }, "LolPlayerReportSenderGameAgnosticReportPayload": { "type": "object", "description": "", "properties": { "offenderId": { "type": "string" }, "categories": { "type": "array", "items": { "type": "string" } }, "location": { "type": "string" }, "comment": { "type": "string" }, "tokenType": { "type": "string" }, "token": { "type": "string" } }, "additionalProperties": false, "required": [ "offenderId", "categories", "location", "comment", "tokenType", "token" ] }, "LolPlayerReportSenderGameflowGameData": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "gameId" ] }, "LolPlayerReportSenderGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolPlayerReportSenderGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolPlayerReportSenderGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolPlayerReportSenderGameflowGameData" } }, "additionalProperties": false, "required": [ "phase", "gameData" ] }, "LolPlayerReportSenderPlayerReport": { "type": "object", "description": "", "properties": { "offenderPuuid": { "type": "string" }, "obfuscatedOffenderPuuid": { "type": "string" }, "categories": { "type": "array", "items": { "type": "string" } }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "offenderSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "comment": { "type": "string" } }, "additionalProperties": false, "required": [ "offenderPuuid", "obfuscatedOffenderPuuid", "categories", "gameId", "offenderSummonerId", "comment" ] }, "LolPlayerReportSenderSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "xpSinceLastLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "xpUntilNextLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerLevel", "xpSinceLastLevel", "xpUntilNextLevel", "puuid" ] }, "LolPreEndOfGameGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolPreEndOfGameSequenceEvent": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "priority": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "name", "priority" ] }, "LolPremadeVoiceAccountSettingsCategoryDataResource": { "type": "object", "description": "", "properties": { "autoJoin": { "type": "boolean" }, "muteOnConnect": { "type": "boolean" }, "inputMode": { "$ref": "#/components/schemas/LolPremadeVoiceInputMode" }, "pushToTalkKey": { "type": "string" }, "showFirstExperienceInLCU": { "type": "boolean" }, "showFirstExperienceInGame": { "type": "boolean" } }, "additionalProperties": false, "required": [ "autoJoin", "muteOnConnect", "inputMode", "pushToTalkKey", "showFirstExperienceInLCU", "showFirstExperienceInGame" ] }, "LolPremadeVoiceAccountSettingsCategoryResource": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolPremadeVoiceAccountSettingsCategoryDataResource" }, "schemaVersion": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "schemaVersion" ] }, "LolPremadeVoiceAudioPropertiesResource": { "type": "object", "description": "", "properties": { "isLoopbackEnabled": { "type": "boolean" }, "micEnergy": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "isLoopbackEnabled", "micEnergy" ] }, "LolPremadeVoiceConfigReadinessEnum": { "type": "string", "description": "", "enum": [ "Disabled", "Ready", "NotReady" ], "additionalProperties": false }, "LolPremadeVoiceConfigStatus": { "type": "object", "description": "", "properties": { "readiness": { "$ref": "#/components/schemas/LolPremadeVoiceConfigReadinessEnum" } }, "additionalProperties": false, "required": [ "readiness" ] }, "LolPremadeVoiceConfigType": { "type": "string", "description": "", "enum": [ "player", "public" ], "additionalProperties": false }, "LolPremadeVoiceDeviceResource": { "type": "object", "description": "", "properties": { "handle": { "type": "string" }, "name": { "type": "string" }, "usable": { "type": "boolean" }, "is_current_device": { "type": "boolean" }, "is_default": { "type": "boolean" } }, "additionalProperties": false, "required": [ "handle", "name", "usable", "is_current_device", "is_default" ] }, "LolPremadeVoiceDeviceResourceRiotClient": { "type": "object", "description": "", "properties": { "handle": { "type": "string" }, "name": { "type": "string" }, "is_effective_device": { "type": "boolean" }, "is_current_device": { "type": "boolean" }, "is_default": { "type": "boolean" } }, "additionalProperties": false, "required": [ "handle", "name", "is_effective_device", "is_current_device", "is_default" ] }, "LolPremadeVoiceEntitlementsToken": { "type": "object", "description": "", "properties": { "entitlements": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "entitlements" ] }, "LolPremadeVoiceExternalSession": { "type": "object", "description": "", "properties": { "patchlineFullName": { "type": "string" }, "patchlineId": { "type": "string" }, "productId": { "type": "string" } }, "additionalProperties": false, "required": [ "patchlineFullName", "patchlineId", "productId" ] }, "LolPremadeVoiceFirstExperience": { "type": "object", "description": "", "properties": { "showFirstExperienceInLCU": { "type": "boolean" }, "showFirstExperienceInGame": { "type": "boolean" } }, "additionalProperties": false, "required": [ "showFirstExperienceInLCU", "showFirstExperienceInGame" ] }, "LolPremadeVoiceGameEventHotkeys": { "type": "object", "description": "", "properties": { "evtPushToTalk": { "type": "string" } }, "additionalProperties": false }, "LolPremadeVoiceGameInputSettings": { "type": "object", "description": "", "properties": { "GameEvents": { "$ref": "#/components/schemas/LolPremadeVoiceGameEventHotkeys" } }, "additionalProperties": false, "required": [ "GameEvents" ] }, "LolPremadeVoiceGameflowGameClient": { "type": "object", "description": "", "properties": { "running": { "type": "boolean" } }, "additionalProperties": false, "required": [ "running" ] }, "LolPremadeVoiceGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolPremadeVoiceGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolPremadeVoiceGameflowPhase" }, "gameClient": { "$ref": "#/components/schemas/LolPremadeVoiceGameflowGameClient" } }, "additionalProperties": false, "required": [ "phase", "gameClient" ] }, "LolPremadeVoiceInputMode": { "type": "string", "description": "", "enum": [ "pushToTalk", "voiceActivity" ], "additionalProperties": false }, "LolPremadeVoiceKeyCombo": { "type": "object", "description": "", "properties": { "keyBindings": { "type": "array", "items": { "$ref": "#/components/schemas/LolPremadeVoicePushToTalkKey" } } }, "additionalProperties": false, "required": [ "keyBindings" ] }, "LolPremadeVoiceKeycodePushToTalkResource": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "keyCombos": { "type": "array", "items": { "$ref": "#/components/schemas/LolPremadeVoiceKeyCombo" } } }, "additionalProperties": false, "required": [ "enabled" ] }, "LolPremadeVoiceLocalSettingsCategoryDataResource": { "type": "object", "description": "", "properties": { "currentCaptureDeviceHandle": { "type": "string" }, "inputVolume": { "type": "integer", "format": "uint32", "minimum": 0 }, "vadSensitivity": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "currentCaptureDeviceHandle", "inputVolume", "vadSensitivity" ] }, "LolPremadeVoiceLocalSettingsCategoryResource": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolPremadeVoiceLocalSettingsCategoryDataResource" }, "schemaVersion": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "schemaVersion" ] }, "LolPremadeVoiceLoginSession": { "type": "object", "description": "", "properties": { "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "connected" ] }, "LolPremadeVoiceParticipantResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "volume": { "type": "integer", "format": "uint32", "minimum": 0 }, "energy": { "type": "integer", "format": "uint32", "minimum": 0 }, "isMuted": { "type": "boolean" }, "isSpeaking": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "name", "volume", "energy", "isMuted", "isSpeaking" ] }, "LolPremadeVoicePartyDto": { "type": "object", "description": "", "properties": { "partyId": { "type": "string" }, "commsEnabled": { "type": "boolean" }, "players": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolPremadeVoicePlayerDto" } } }, "additionalProperties": false, "required": [ "partyId", "commsEnabled", "players" ] }, "LolPremadeVoicePartyMemberRoleEnum": { "type": "string", "description": "", "enum": [ "DECLINED", "KICKED", "HOLD", "INVITED", "MEMBER", "LEADER" ], "additionalProperties": false }, "LolPremadeVoicePlayerDto": { "type": "object", "description": "", "properties": { "displayName": { "type": "string" }, "puuid": { "type": "string" }, "partyId": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "role": { "$ref": "#/components/schemas/LolPremadeVoicePartyMemberRoleEnum" } }, "additionalProperties": false, "required": [ "displayName", "puuid", "partyId", "summonerId", "role" ] }, "LolPremadeVoicePremadeVoiceParticipantDto": { "type": "object", "description": "", "properties": { "participantId": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "displayName": { "type": "string" }, "volume": { "type": "integer", "format": "uint32", "minimum": 0 }, "energy": { "type": "integer", "format": "uint32", "minimum": 0 }, "isMuted": { "type": "boolean" }, "isSpeaking": { "type": "boolean" } }, "additionalProperties": false, "required": [ "participantId", "summonerId", "puuid", "displayName", "volume", "energy", "isMuted", "isSpeaking" ] }, "LolPremadeVoicePushToTalkKey": { "type": "object", "description": "", "properties": { "key": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "key" ] }, "LolPremadeVoicePushToTalkResource": { "type": "object", "description": "", "properties": { "pttEnabled": { "type": "boolean" }, "pttKeyBinding": { "type": "string" } }, "additionalProperties": false, "required": [ "pttEnabled" ] }, "LolPremadeVoiceSessionResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "status": { "$ref": "#/components/schemas/LolPremadeVoiceSessionStatus" }, "participants": { "type": "array", "items": { "$ref": "#/components/schemas/LolPremadeVoiceParticipantResource" } }, "volume": { "type": "integer", "format": "uint32", "minimum": 0 }, "isMuted": { "type": "boolean" }, "isTransmitEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "status", "participants", "volume", "isMuted", "isTransmitEnabled" ] }, "LolPremadeVoiceSessionStatus": { "type": "string", "description": "", "enum": [ "onHold", "active" ], "additionalProperties": false }, "LolPremadeVoiceSettingsResource": { "type": "object", "description": "", "properties": { "currentCaptureDeviceHandle": { "type": "string" }, "vadHangoverTime": { "type": "integer", "format": "uint32", "minimum": 0 }, "vadSensitivity": { "type": "integer", "format": "uint32", "minimum": 0 }, "micLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "localMicMuted": { "type": "boolean" }, "loopbackEnabled": { "type": "boolean" }, "autoJoin": { "type": "boolean" }, "muteOnConnect": { "type": "boolean" }, "vadActive": { "type": "boolean" }, "pttActive": { "type": "boolean" }, "inputMode": { "$ref": "#/components/schemas/LolPremadeVoiceInputMode" }, "pttKey": { "type": "string" } }, "additionalProperties": false, "required": [ "currentCaptureDeviceHandle", "vadHangoverTime", "vadSensitivity", "micLevel", "localMicMuted", "loopbackEnabled", "autoJoin", "muteOnConnect", "vadActive", "pttActive", "inputMode" ] }, "LolPremadeVoiceStateResource": { "type": "object", "description": "", "properties": { "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "connected" ] }, "LolPremadeVoiceSummoner": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "accountId", "puuid" ] }, "LolPremadeVoiceVoiceAvailability": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "connectedToVoiceServer": { "type": "boolean" }, "voiceChannelAvailable": { "type": "boolean" }, "disabledAfterLogin": { "type": "boolean" }, "showUI": { "type": "boolean" }, "showDisconnectedState": { "type": "boolean" } }, "additionalProperties": false, "required": [ "enabled", "connectedToVoiceServer", "voiceChannelAvailable", "disabledAfterLogin", "showUI", "showDisconnectedState" ] }, "LolProgressionCounter": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "groupId": { "type": "string" }, "direction": { "type": "string" }, "startValue": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "id", "name", "groupId", "direction", "startValue" ] }, "LolProgressionCounterInstance": { "type": "object", "description": "", "properties": { "ownerId": { "type": "string" }, "productId": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "counterValue": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "ownerId", "productId", "groupId", "counterId", "counterValue" ] }, "LolProgressionEntityInstance": { "type": "object", "description": "", "properties": { "groupId": { "type": "string" }, "counters": { "type": "array", "items": { "$ref": "#/components/schemas/LolProgressionCounterInstance" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolProgressionMilestoneInstance" } } }, "additionalProperties": false, "required": [ "groupId", "counters", "milestones" ] }, "LolProgressionGroup": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" }, "name": { "type": "string" }, "repeat": { "$ref": "#/components/schemas/LolProgressionRepeat" }, "counters": { "type": "array", "items": { "$ref": "#/components/schemas/LolProgressionCounter" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolProgressionMilestone" } } }, "additionalProperties": false, "required": [ "id", "productId", "name", "repeat", "counters", "milestones" ] }, "LolProgressionMilestone": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "int64" }, "properties": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "name", "groupId", "counterId", "triggerValue", "properties" ] }, "LolProgressionMilestoneInstance": { "type": "object", "description": "", "properties": { "milestoneId": { "type": "string" }, "instanceId": { "type": "string" }, "ownerId": { "type": "string" }, "productId": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "int64" }, "repeatSequence": { "type": "integer", "format": "uint32", "minimum": 0 }, "triggered": { "type": "boolean" }, "triggeredTimestamp": { "type": "string" }, "triggers": { "type": "array", "items": { "$ref": "#/components/schemas/LolProgressionTrigger" } } }, "additionalProperties": false, "required": [ "milestoneId", "instanceId", "ownerId", "productId", "groupId", "counterId", "triggerValue", "repeatSequence", "triggered", "triggeredTimestamp", "triggers" ] }, "LolProgressionRepeat": { "type": "object", "description": "", "properties": { "count": { "type": "integer", "format": "int32" }, "scope": { "type": "integer", "format": "uint32", "minimum": 0 }, "multiplier": { "type": "number", "format": "float" }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolProgressionMilestone" } }, "repeatTriggers": { "type": "array", "items": { "$ref": "#/components/schemas/LolProgressionRepeatGroupTrigger" } } }, "additionalProperties": false, "required": [ "count", "scope", "multiplier", "milestones", "repeatTriggers" ] }, "LolProgressionRepeatGroupTrigger": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "counterId": { "type": "string" }, "startTriggerValue": { "type": "integer", "format": "uint16", "minimum": 0 }, "increaseBy": { "type": "integer", "format": "uint16", "minimum": 0 }, "multiplier": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "type", "counterId", "startTriggerValue", "increaseBy", "multiplier" ] }, "LolProgressionTrigger": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "type", "counterId", "triggerValue" ] }, "LolPublishingContentAccountData": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "accountId": { "type": "string" }, "summonerLevel": { "type": "string" }, "displayName": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "accountId", "summonerLevel", "displayName" ] }, "LolPublishingContentBuildInfo": { "type": "object", "description": "", "properties": { "version": { "type": "string" }, "patchline": { "type": "string" } }, "additionalProperties": false, "required": [ "version", "patchline" ] }, "LolPublishingContentClientData": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "account_id": { "type": "integer", "format": "uint64", "minimum": 0 }, "env": { "type": "string" }, "web_region": { "type": "string" }, "locale": { "type": "string" }, "summoner_level": { "type": "integer", "format": "uint16", "minimum": 0 }, "summoner_name": { "type": "string" }, "app_name": { "type": "string" }, "app_version": { "type": "string" }, "system_os": { "type": "string" }, "protocol": { "type": "string" }, "port": { "type": "integer", "format": "uint16", "minimum": 0 }, "assetUrls": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "puuid", "account_id", "env", "web_region", "locale", "summoner_level", "summoner_name", "app_name", "app_version", "system_os", "protocol", "port", "assetUrls" ] }, "LolPublishingContentPubHubConfig": { "type": "object", "description": "", "properties": { "edge": { "$ref": "#/components/schemas/LolPublishingContentPubHubConfigEdge" }, "appContext": { "$ref": "#/components/schemas/LolPublishingContentPubHubConfigAppContext" } }, "additionalProperties": false, "required": [ "edge", "appContext" ] }, "LolPublishingContentPubHubConfigAppContext": { "type": "object", "description": "", "properties": { "userId": { "type": "string" }, "userRegion": { "type": "string" }, "deviceCategory": { "type": "string" }, "deviceOperatingSystem": { "type": "string" }, "deviceOperatingSystemVersion": { "type": "string" }, "appId": { "type": "string" }, "appVersion": { "type": "string" }, "appLocale": { "type": "string" }, "appLanguage": { "type": "string" }, "publishingLocale": { "type": "string" }, "appSessionId": { "type": "string" } }, "additionalProperties": false, "required": [ "userId", "userRegion", "deviceCategory", "deviceOperatingSystem", "deviceOperatingSystemVersion", "appId", "appVersion", "appLocale", "appLanguage", "publishingLocale", "appSessionId" ] }, "LolPublishingContentPubHubConfigEdge": { "type": "object", "description": "", "properties": { "clientId": { "type": "string" }, "clientRegion": { "type": "string" } }, "additionalProperties": false, "required": [ "clientId", "clientRegion" ] }, "LolPublishingContentPublishingLocaleSetting": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolPublishingContentPublishingLocaleSettingData" } }, "additionalProperties": false, "required": [ "data" ] }, "LolPublishingContentPublishingLocaleSettingData": { "type": "object", "description": "", "properties": { "publishingLocale": { "type": "string" } }, "additionalProperties": false, "required": [ "publishingLocale" ] }, "LolPublishingContentPublishingSettings": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" }, "webRegion": { "type": "string" }, "webLocale": { "type": "string" }, "publishingLocale": { "type": "string" }, "rsoPlatformId": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale", "webRegion", "webLocale", "publishingLocale", "rsoPlatformId" ] }, "LolPublishingContentRegionLocale": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" }, "webRegion": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale", "webRegion" ] }, "LolPublishingContentSummonerInfo": { "type": "object", "description": "", "properties": { "displayName": { "type": "string" }, "summonerLevel": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "displayName", "summonerLevel" ] }, "LolPublishingContentSystemInfo": { "type": "object", "description": "", "properties": { "operatingSystem": { "$ref": "#/components/schemas/LolPublishingContentSystemInfoOperatingSystem" } }, "additionalProperties": false, "required": [ "operatingSystem" ] }, "LolPublishingContentSystemInfoOperatingSystem": { "type": "object", "description": "", "properties": { "platform": { "type": "string" }, "versionMajor": { "type": "string" } }, "additionalProperties": false, "required": [ "platform", "versionMajor" ] }, "LolPurchaseWidgetBalance": { "type": "object", "description": "", "properties": { "currencyType": { "type": "string" }, "amount": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "currencyType", "amount" ] }, "LolPurchaseWidgetBaseSkinLineDto": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetSkinLineItemDto" } }, "localizedName": { "type": "string" }, "skinLineDescriptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetSkinLineDescriptionDto" } }, "pricingOptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetPriceOptionDto" } }, "splashPath": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "collectionCardPath": { "type": "string" }, "collectionDescription": { "type": "string" }, "tilePath": { "type": "string" } }, "additionalProperties": false, "required": [ "items", "localizedName", "skinLineDescriptions", "pricingOptions", "splashPath", "uncenteredSplashPath", "collectionCardPath", "collectionDescription", "tilePath" ] }, "LolPurchaseWidgetBundledItemPricingInfo": { "type": "object", "description": "", "properties": { "discountPrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetDiscountPricingInfo" } }, "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "quantity": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "discountPrices", "inventoryType", "itemId", "quantity" ] }, "LolPurchaseWidgetCapOffer": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "typeId": { "type": "string" }, "label": { "type": "string" }, "productId": { "type": "string" }, "merchantId": { "type": "string" }, "payload": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetCapOfferPayloadEntry" } }, "active": { "type": "boolean" }, "startDate": { "type": "string" }, "createdDate": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "typeId", "label", "productId", "merchantId", "payload", "active", "startDate", "createdDate" ] }, "LolPurchaseWidgetCapOfferPayloadEntry": { "type": "object", "description": "", "properties": { "itemPriceMap": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "itemInstanceId": { "type": "string" }, "fulfillmentTypeId": { "type": "string" }, "inventoryTypeUUID": { "type": "string" } }, "additionalProperties": false, "required": [ "itemPriceMap", "itemInstanceId", "fulfillmentTypeId", "inventoryTypeUUID" ] }, "LolPurchaseWidgetCapOrdersDataDto": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "subOrders": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetCapOrdersSubOrderDto" } }, "purchaser": { "$ref": "#/components/schemas/LolPurchaseWidgetCapOrdersTypedIdentifierDto" }, "location": { "type": "string" }, "source": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "subOrders", "purchaser", "location", "source" ] }, "LolPurchaseWidgetCapOrdersMetaDto": { "type": "object", "description": "", "properties": { "xid": { "type": "string" } }, "additionalProperties": false, "required": [ "xid" ] }, "LolPurchaseWidgetCapOrdersOfferContextDto": { "type": "object", "description": "", "properties": { "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "paymentOption": { "type": "string" } }, "additionalProperties": false, "required": [ "quantity", "paymentOption" ] }, "LolPurchaseWidgetCapOrdersOfferDto": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "productId" ] }, "LolPurchaseWidgetCapOrdersOrderDto": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolPurchaseWidgetCapOrdersDataDto" }, "meta": { "$ref": "#/components/schemas/LolPurchaseWidgetCapOrdersMetaDto" } }, "additionalProperties": false, "required": [ "data", "meta" ] }, "LolPurchaseWidgetCapOrdersSubOrderDto": { "type": "object", "description": "", "properties": { "recipientId": { "type": "string" }, "offerContext": { "$ref": "#/components/schemas/LolPurchaseWidgetCapOrdersOfferContextDto" }, "offer": { "$ref": "#/components/schemas/LolPurchaseWidgetCapOrdersOfferDto" } }, "additionalProperties": false, "required": [ "recipientId", "offerContext", "offer" ] }, "LolPurchaseWidgetCapOrdersTypedIdentifierDto": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "typeId": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "typeId" ] }, "LolPurchaseWidgetCatalogPluginItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "itemInstanceId": { "type": "string" }, "owned": { "type": "boolean" }, "inventoryType": { "type": "string" }, "subInventoryType": { "type": "string" }, "name": { "type": "string" }, "subTitle": { "type": "string" }, "description": { "type": "string" }, "imagePath": { "type": "string" }, "purchaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "releaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "inactiveDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetCatalogPluginPrice" } }, "tags": { "type": "array", "items": { "type": "string" } }, "metadata": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetItemMetadataEntry" } }, "questSkinInfo": { "$ref": "#/components/schemas/LolPurchaseWidgetSkinLineInfo" }, "active": { "type": "boolean" }, "ownershipType": { "$ref": "#/components/schemas/LolPurchaseWidgetInventoryOwnership" } }, "additionalProperties": false, "required": [ "itemId", "itemInstanceId", "owned", "inventoryType", "subInventoryType", "name", "subTitle", "description", "imagePath", "purchaseDate", "releaseDate", "inactiveDate", "prices", "active" ] }, "LolPurchaseWidgetCatalogPluginItemAssets": { "type": "object", "description": "", "properties": { "splashPath": { "type": "string" }, "iconPath": { "type": "string" }, "tilePath": { "type": "string" }, "emblems": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetChampionSkinEmblem" } }, "colors": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "splashPath", "iconPath", "tilePath", "emblems", "colors" ] }, "LolPurchaseWidgetCatalogPluginItemWithDetails": { "type": "object", "description": "", "properties": { "item": { "$ref": "#/components/schemas/LolPurchaseWidgetCatalogPluginItem" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "requiredItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetCatalogPluginItemWithDetails" } }, "bundledItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetCatalogPluginItemWithDetails" } }, "minimumBundlePrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetCatalogPluginPrice" } }, "bundledDiscountPrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetCatalogPluginPrice" } }, "assets": { "$ref": "#/components/schemas/LolPurchaseWidgetCatalogPluginItemAssets" } }, "additionalProperties": false, "required": [ "item", "quantity", "assets" ] }, "LolPurchaseWidgetCatalogPluginPrice": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "cost": { "type": "integer", "format": "int64" }, "costType": { "type": "string" }, "sale": { "$ref": "#/components/schemas/LolPurchaseWidgetCatalogPluginSale" } }, "additionalProperties": false, "required": [ "currency", "cost" ] }, "LolPurchaseWidgetCatalogPluginSale": { "type": "object", "description": "", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "discount": { "type": "number", "format": "float" }, "cost": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "startDate", "endDate", "cost" ] }, "LolPurchaseWidgetChampionSkinEmblem": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "emblemPath": { "$ref": "#/components/schemas/LolPurchaseWidgetChampionSkinEmblemPath" }, "emblemPosition": { "$ref": "#/components/schemas/LolPurchaseWidgetChampionSkinEmblemPosition" } }, "additionalProperties": false, "required": [ "name", "emblemPath", "emblemPosition" ] }, "LolPurchaseWidgetChampionSkinEmblemPath": { "type": "object", "description": "", "properties": { "large": { "type": "string" }, "small": { "type": "string" } }, "additionalProperties": false, "required": [ "large", "small" ] }, "LolPurchaseWidgetChampionSkinEmblemPosition": { "type": "object", "description": "", "properties": { "vertical": { "type": "string" }, "horizontal": { "type": "string" } }, "additionalProperties": false, "required": [ "vertical", "horizontal" ] }, "LolPurchaseWidgetDiscountPricingInfo": { "type": "object", "description": "", "properties": { "cost": { "type": "integer", "format": "int32" }, "originalCost": { "type": "integer", "format": "int32" }, "costType": { "type": "string" }, "currency": { "type": "string" }, "discount": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "cost", "originalCost", "costType", "currency", "discount" ] }, "LolPurchaseWidgetInventoryOwnership": { "type": "string", "description": "", "enum": [ "F2P", "LOYALTY", "RENTED", "OWNED" ], "additionalProperties": false }, "LolPurchaseWidgetItemChoiceDetails": { "type": "object", "description": "", "properties": { "item": { "$ref": "#/components/schemas/LolPurchaseWidgetCatalogPluginItem" }, "backgroundImage": { "type": "string" }, "contents": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetItemDetails" } }, "discount": { "type": "string" }, "fullPrice": { "type": "integer", "format": "uint32", "minimum": 0 }, "displayType": { "type": "string" }, "purchaseOptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseOption" } } }, "additionalProperties": false, "required": [ "item", "backgroundImage", "contents", "discount", "fullPrice", "displayType", "purchaseOptions" ] }, "LolPurchaseWidgetItemChoices": { "type": "object", "description": "", "properties": { "choices": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetItemChoiceDetails" } }, "validationErrors": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetValidationErrorEntry" } } }, "additionalProperties": false, "required": [ "choices", "validationErrors" ] }, "LolPurchaseWidgetItemCost": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "cost": { "type": "integer", "format": "int64" }, "discount": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "currency", "cost" ] }, "LolPurchaseWidgetItemDefinition": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "subInventoryType": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "subTitle": { "type": "string" }, "imagePath": { "type": "string" }, "owned": { "type": "boolean" }, "assets": { "$ref": "#/components/schemas/LolPurchaseWidgetCatalogPluginItemAssets" }, "tags": { "type": "array", "items": { "type": "string" } }, "metadata": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetItemMetadataEntry" } }, "bundledItemPrice": { "$ref": "#/components/schemas/LolPurchaseWidgetBundledItemPricingInfo" }, "loyaltyUnlocked": { "type": "boolean" }, "hasVisibleLootOdds": { "type": "boolean" } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "subInventoryType", "name", "description", "subTitle", "imagePath", "owned", "assets", "tags", "metadata", "loyaltyUnlocked", "hasVisibleLootOdds" ] }, "LolPurchaseWidgetItemDetails": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "subTitle": { "type": "string" }, "description": { "type": "string" }, "iconUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "title", "subTitle", "description", "iconUrl" ] }, "LolPurchaseWidgetItemKey": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolPurchaseWidgetItemMetadataEntry": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "value" ] }, "LolPurchaseWidgetItemOwnership": { "type": "object", "description": "", "properties": { "itemKey": { "$ref": "#/components/schemas/LolPurchaseWidgetItemKey" }, "quantity": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "itemKey", "quantity" ] }, "LolPurchaseWidgetItemPrice": { "type": "object", "description": "", "properties": { "currencyType": { "type": "string" }, "price": { "type": "integer", "format": "int64" }, "purchasable": { "type": "boolean" } }, "additionalProperties": false, "required": [ "currencyType", "price", "purchasable" ] }, "LolPurchaseWidgetItemSale": { "type": "object", "description": "", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "discount": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "startDate", "endDate" ] }, "LolPurchaseWidgetLoginSession": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "state": { "$ref": "#/components/schemas/LolPurchaseWidgetLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "idToken" ] }, "LolPurchaseWidgetLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolPurchaseWidgetOrderNotificationResource": { "type": "object", "description": "", "properties": { "eventTypeId": { "type": "string" }, "eventType": { "type": "string" }, "status": { "type": "string" } }, "additionalProperties": false, "required": [ "eventTypeId", "eventType", "status" ] }, "LolPurchaseWidgetPriceDetail": { "type": "object", "description": "", "properties": { "itemKey": { "$ref": "#/components/schemas/LolPurchaseWidgetItemKey" }, "price": { "$ref": "#/components/schemas/LolPurchaseWidgetItemPrice" } }, "additionalProperties": false, "required": [ "itemKey", "price" ] }, "LolPurchaseWidgetPriceOptionDto": { "type": "object", "description": "", "properties": { "price": { "type": "integer", "format": "int64" }, "currencyType": { "type": "string" }, "currencyPaymentOption": { "type": "string" }, "currencyName": { "type": "string" }, "currencyImagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "price", "currencyType" ] }, "LolPurchaseWidgetPurchasableItem": { "type": "object", "description": "", "properties": { "item": { "$ref": "#/components/schemas/LolPurchaseWidgetItemDefinition" }, "dependencies": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetItemDefinition" } }, "bundledItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetItemDefinition" } }, "sale": { "$ref": "#/components/schemas/LolPurchaseWidgetItemSale" }, "purchaseOptions": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseOption" } }, "validationErrors": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetValidationErrorEntry" } } }, "additionalProperties": false, "required": [ "item", "dependencies", "bundledItems", "purchaseOptions", "validationErrors" ] }, "LolPurchaseWidgetPurchaseItem": { "type": "object", "description": "", "properties": { "itemKey": { "$ref": "#/components/schemas/LolPurchaseWidgetItemKey" }, "quantity": { "type": "integer", "format": "int32" }, "source": { "type": "string" }, "purchaseCurrencyInfo": { "$ref": "#/components/schemas/LolPurchaseWidgetItemPrice" } }, "additionalProperties": false, "required": [ "itemKey", "quantity", "source", "purchaseCurrencyInfo" ] }, "LolPurchaseWidgetPurchaseOfferOrderStates": { "type": "string", "description": "", "enum": [ "SUCCESS", "FAIL", "IN_PROGRESS", "NOT_STARTED" ], "additionalProperties": false }, "LolPurchaseWidgetPurchaseOfferOrderStatus": { "type": "object", "description": "", "properties": { "orderState": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseOfferOrderStates" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "orderState", "message" ] }, "LolPurchaseWidgetPurchaseOfferOrderStatuses": { "type": "object", "description": "", "properties": { "statuses": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseOfferOrderStatus" } } }, "additionalProperties": false, "required": [ "statuses" ] }, "LolPurchaseWidgetPurchaseOfferRequestV3": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" }, "currencyType": { "type": "string" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "price": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "offerId", "currencyType", "quantity", "price" ] }, "LolPurchaseWidgetPurchaseOfferResponseV3": { "type": "object", "description": "", "properties": { "legacy": { "type": "boolean" }, "orderDto": { "$ref": "#/components/schemas/LolPurchaseWidgetCapOrdersOrderDto" } }, "additionalProperties": false, "required": [ "legacy" ] }, "LolPurchaseWidgetPurchaseOption": { "type": "object", "description": "", "properties": { "priceDetails": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetPriceDetail" } } }, "additionalProperties": false, "required": [ "priceDetails" ] }, "LolPurchaseWidgetPurchaseRequest": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseItem" } } }, "additionalProperties": false, "required": [ "items" ] }, "LolPurchaseWidgetPurchaseResponse": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetPurchaseItem" } }, "transactions": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetTransaction" } }, "useRMSConfirmation": { "type": "boolean" } }, "additionalProperties": false, "required": [ "items", "transactions", "useRMSConfirmation" ] }, "LolPurchaseWidgetPurchaseWidgetConfig": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "nonRefundableDisclaimerEnabled": { "type": "boolean" }, "alwaysShowPurchaseDisclaimer": { "type": "boolean" } }, "additionalProperties": false, "required": [ "enabled", "nonRefundableDisclaimerEnabled", "alwaysShowPurchaseDisclaimer" ] }, "LolPurchaseWidgetRiotMessagingServiceMessage": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "timestamp", "payload" ] }, "LolPurchaseWidgetSale": { "type": "object", "description": "", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetItemCost" } } }, "additionalProperties": false, "required": [ "startDate", "endDate", "prices" ] }, "LolPurchaseWidgetSkinLineDescriptionDto": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "iconImagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "title", "description", "iconImagePath" ] }, "LolPurchaseWidgetSkinLineDescriptionInfo": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "iconPath": { "type": "string" } }, "additionalProperties": false, "required": [ "title", "description", "iconPath" ] }, "LolPurchaseWidgetSkinLineInfo": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "descriptionInfo": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetSkinLineDescriptionInfo" } }, "splashPath": { "type": "string" }, "tilePath": { "type": "string" }, "collectionCardPath": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "collectionDescription": { "type": "string" }, "tiers": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetSkinLineTier" } } }, "additionalProperties": false, "required": [ "name", "descriptionInfo", "splashPath", "tilePath", "collectionCardPath", "uncenteredSplashPath", "collectionDescription", "tiers" ] }, "LolPurchaseWidgetSkinLineItemDto": { "type": "object", "description": "", "properties": { "thumbnailImagePath": { "type": "string" }, "largeImagePath": { "type": "string" }, "localizedLongName": { "type": "string" }, "localizedShortName": { "type": "string" }, "largeVideoPath": { "type": "string" } }, "additionalProperties": false, "required": [ "thumbnailImagePath", "localizedLongName", "localizedShortName" ] }, "LolPurchaseWidgetSkinLineTier": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "stage": { "type": "integer", "format": "int64" }, "description": { "type": "string" }, "splashPath": { "type": "string" }, "uncenteredSplashPath": { "type": "string" }, "tilePath": { "type": "string" }, "loadScreenPath": { "type": "string" }, "shortName": { "type": "string" }, "splashVideoPath": { "type": "string" }, "collectionSplashVideoPath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "stage", "splashPath", "uncenteredSplashPath", "tilePath", "loadScreenPath", "shortName" ] }, "LolPurchaseWidgetTransaction": { "type": "object", "description": "", "properties": { "transactionId": { "type": "string" }, "itemKey": { "$ref": "#/components/schemas/LolPurchaseWidgetItemKey" }, "itemName": { "type": "string" }, "iconUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "transactionId", "itemKey", "itemName", "iconUrl" ] }, "LolPurchaseWidgetValidateOfferError": { "type": "object", "description": "", "properties": { "errorKey": { "type": "string" }, "meta": { "type": "string" } }, "additionalProperties": false, "required": [ "errorKey", "meta" ] }, "LolPurchaseWidgetValidateOfferRequestV3": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" } }, "additionalProperties": false, "required": [ "offerId" ] }, "LolPurchaseWidgetValidateOfferResponseV3": { "type": "object", "description": "", "properties": { "validationErrors": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetValidateOfferError" } } }, "additionalProperties": false, "required": [ "validationErrors" ] }, "LolPurchaseWidgetValidationError": { "type": "object", "description": "", "properties": { "errorCode": { "type": "string" }, "message": { "type": "string" }, "errorDetails": { "type": "object", "additionalProperties": { "type": "string" } }, "responseItems": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "errorCode", "message", "errorDetails", "responseItems" ] }, "LolPurchaseWidgetValidationErrorEntry": { "type": "object", "description": "", "properties": { "id": { "type": "string" } }, "additionalProperties": false, "required": [ "id" ] }, "LolPurchaseWidgetValidationRequest": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetValidationRequestItem" } }, "ownedItems": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetItemOwnership" } } }, "additionalProperties": false, "required": [ "items", "ownedItems" ] }, "LolPurchaseWidgetValidationRequestItem": { "type": "object", "description": "", "properties": { "itemKey": { "$ref": "#/components/schemas/LolPurchaseWidgetItemKey" }, "quantity": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "itemKey", "quantity" ] }, "LolPurchaseWidgetValidationResponse": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetValidationResponseItem" } }, "valid": { "type": "boolean" } }, "additionalProperties": false, "required": [ "items", "valid" ] }, "LolPurchaseWidgetValidationResponseItem": { "type": "object", "description": "", "properties": { "itemKey": { "$ref": "#/components/schemas/LolPurchaseWidgetItemKey" }, "quantity": { "type": "integer", "format": "int32" }, "validationCurrencyInfo": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetItemPrice" } }, "sale": { "$ref": "#/components/schemas/LolPurchaseWidgetSale" }, "name": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "itemKey", "quantity", "validationCurrencyInfo" ] }, "LolPurchaseWidgetWallet": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "balances": { "type": "array", "items": { "$ref": "#/components/schemas/LolPurchaseWidgetBalance" } }, "version": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "accountId", "balances", "version" ] }, "LolRankedAchievedTier": { "type": "object", "description": "", "properties": { "queueType": { "$ref": "#/components/schemas/LolRankedLeagueQueueType" }, "tier": { "type": "string" }, "division": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "queueType", "tier", "division" ] }, "LolRankedEndOfGameStatsBlock": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "gameId" ] }, "LolRankedEosNotificationResource": { "type": "object", "description": "", "properties": { "notificationName": { "type": "string" }, "notificationType": { "type": "string" }, "seasonEndTime": { "type": "integer", "format": "int64" }, "queue": { "type": "string" }, "tier": { "type": "string" }, "division": { "type": "string" } }, "additionalProperties": false, "required": [ "notificationName", "notificationType", "seasonEndTime", "queue", "tier", "division" ] }, "LolRankedEosNotificationType": { "type": "string", "description": "", "enum": [ "SEASON_ENDED", "SECOND_WARNING", "FIRST_WARNING" ], "additionalProperties": false }, "LolRankedEosNotificationsConfig": { "type": "object", "description": "", "properties": { "config": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedEosNotificationsConfigEntry" } } }, "additionalProperties": false, "required": [ "config" ] }, "LolRankedEosNotificationsConfigEntry": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "offsetTime1": { "type": "integer", "format": "int64" }, "offsetTime2": { "type": "integer", "format": "int64" }, "offsetTime3": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "name", "offsetTime1", "offsetTime2", "offsetTime3" ] }, "LolRankedEosRewardData": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "type": { "type": "string" }, "overrideImagePath": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "type", "overrideImagePath" ] }, "LolRankedEosRewardGroupsConfig": { "type": "object", "description": "", "properties": { "rewardGroups": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolRankedEosRewardGroupsRewardsList" } } }, "additionalProperties": false, "required": [ "rewardGroups" ] }, "LolRankedEosRewardGroupsRewardsList": { "type": "object", "description": "", "properties": { "rewards": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "rewards" ] }, "LolRankedEosRewardsConfig": { "type": "object", "description": "", "properties": { "seasons": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolRankedEosRewardsConfigEntry" } } }, "additionalProperties": false, "required": [ "seasons" ] }, "LolRankedEosRewardsConfigEntry": { "type": "object", "description": "", "properties": { "rewards": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolRankedEosRewardData" } } }, "additionalProperties": false, "required": [ "rewards" ] }, "LolRankedEosSettingsData": { "type": "object", "description": "", "properties": { "notificationShown": { "type": "boolean" } }, "additionalProperties": false, "required": [ "notificationShown" ] }, "LolRankedEosSettingsResource": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolRankedEosSettingsData" }, "schemaVersion": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "data", "schemaVersion" ] }, "LolRankedGameflowGameData": { "type": "object", "description": "", "properties": { "queue": { "$ref": "#/components/schemas/LolRankedQueue" } }, "additionalProperties": false, "required": [ "queue" ] }, "LolRankedGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolRankedGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolRankedGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolRankedGameflowGameData" } }, "additionalProperties": false, "required": [ "phase", "gameData" ] }, "LolRankedGlobalNotification": { "type": "object", "description": "", "properties": { "notifyReason": { "type": "string" }, "participantId": { "type": "string" }, "queueType": { "type": "string" }, "tier": { "type": "string" }, "position": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "notifyReason", "participantId", "queueType", "tier", "position" ] }, "LolRankedLcuLeagueNotification": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "displayType": { "$ref": "#/components/schemas/LolRankedNotificationDisplayType" }, "notifyReason": { "type": "string" }, "changeReason": { "type": "string" }, "queueType": { "$ref": "#/components/schemas/LolRankedLeagueQueueType" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "provisionalGamesRemaining": { "type": "integer", "format": "int32" }, "tier": { "type": "string" }, "division": { "$ref": "#/components/schemas/LolRankedLeagueDivision" }, "numberOfPromotions": { "type": "integer", "format": "uint64", "minimum": 0 }, "miniseriesProgress": { "type": "string" }, "leaguePoints": { "type": "integer", "format": "int32" }, "leaguePointsDelta": { "type": "integer", "format": "int32" }, "ratedTier": { "$ref": "#/components/schemas/LolRankedRatedTier" }, "ratedRating": { "type": "integer", "format": "int32" }, "ratedRatingDelta": { "type": "integer", "format": "int32" }, "eligibleForPromoHelper": { "type": "boolean" }, "miniseriesWins": { "type": "integer", "format": "int32" }, "timeUntilInactivityStatusChanges": { "type": "integer", "format": "int64" }, "rewardEarnedId": { "type": "string" }, "rewardEarnedType": { "type": "string" }, "rewardOverrideImagePath": { "type": "string" }, "splitPointsNotification": { "$ref": "#/components/schemas/LolRankedSplitPointsNotification" }, "promoSeriesForRanksEnabled": { "type": "boolean" }, "consolationLpUsed": { "type": "integer", "format": "int32" }, "afkLpPenaltyAmount": { "type": "integer", "format": "int32" }, "afkLpPenaltyLevel": { "type": "integer", "format": "int32" }, "wasAfkOrLeaver": { "type": "boolean" }, "canDemoteFromTier": { "type": "boolean" }, "winStreak": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "losses": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "msgId", "displayType", "notifyReason", "changeReason", "queueType", "gameId", "provisionalGamesRemaining", "tier", "division", "numberOfPromotions", "miniseriesProgress", "leaguePoints", "leaguePointsDelta", "ratedTier", "ratedRating", "ratedRatingDelta", "eligibleForPromoHelper", "miniseriesWins", "timeUntilInactivityStatusChanges", "rewardEarnedId", "rewardEarnedType", "rewardOverrideImagePath", "promoSeriesForRanksEnabled", "consolationLpUsed", "afkLpPenaltyAmount", "afkLpPenaltyLevel", "wasAfkOrLeaver", "canDemoteFromTier", "winStreak", "wins", "losses" ] }, "LolRankedLeagueDivision": { "type": "string", "description": "", "enum": [ "NA", "V", "IV", "III", "II", "I" ], "additionalProperties": false }, "LolRankedLeagueDivisionInfo": { "type": "object", "description": "", "properties": { "tier": { "type": "string" }, "division": { "$ref": "#/components/schemas/LolRankedLeagueDivision" }, "maxLeagueSize": { "type": "integer", "format": "int32" }, "apexUnlockTimeMillis": { "type": "integer", "format": "int64" }, "minLpForApexTier": { "type": "integer", "format": "int32" }, "topNumberOfPlayers": { "type": "integer", "format": "int64" }, "standings": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedLeagueStanding" } } }, "additionalProperties": false, "required": [ "tier", "division", "maxLeagueSize", "apexUnlockTimeMillis", "minLpForApexTier", "topNumberOfPlayers", "standings" ] }, "LolRankedLeagueLadderDTO": { "type": "object", "description": "", "properties": { "queueType": { "type": "string" }, "tier": { "type": "string" }, "provisionalGameThreshold": { "type": "integer", "format": "int32" }, "entries": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedLeagueLadderEntryDTO" } }, "maxLeagueSize": { "type": "integer", "format": "int32" }, "nextApexUpdate": { "type": "integer", "format": "int64" }, "apexUnlockTimeMillis": { "type": "integer", "format": "int64" }, "minLpForTier": { "type": "integer", "format": "int32" }, "topNumberOfPlayers": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "queueType", "tier", "provisionalGameThreshold", "entries", "maxLeagueSize", "nextApexUpdate", "apexUnlockTimeMillis", "minLpForTier", "topNumberOfPlayers" ] }, "LolRankedLeagueLadderEntryDTO": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "summonerName": { "type": "string" }, "tier": { "type": "string" }, "rank": { "type": "string" }, "leaguePoints": { "type": "integer", "format": "int32" }, "miniSeriesProgress": { "type": "string" }, "wins": { "type": "integer", "format": "int32" }, "losses": { "type": "integer", "format": "int32" }, "provisionalGamesRemaining": { "type": "integer", "format": "int32" }, "previousDayLeaguePosition": { "type": "integer", "format": "int32" }, "previousSeasonEndTier": { "type": "string" }, "previousSeasonEndRank": { "type": "string" }, "earnedRegaliaRewardIds": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "summonerId", "puuid", "summonerName", "tier", "rank", "leaguePoints", "miniSeriesProgress", "wins", "losses", "provisionalGamesRemaining", "previousDayLeaguePosition", "previousSeasonEndTier", "previousSeasonEndRank", "earnedRegaliaRewardIds" ] }, "LolRankedLeagueLadderInfo": { "type": "object", "description": "", "properties": { "queueType": { "$ref": "#/components/schemas/LolRankedLeagueQueueType" }, "tier": { "type": "string" }, "provisionalGameThreshold": { "type": "integer", "format": "int32" }, "divisions": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedLeagueDivisionInfo" } }, "nextApexUpdateMillis": { "type": "integer", "format": "int64" }, "requestedRankedEntry": { "$ref": "#/components/schemas/LolRankedLeagueStanding" } }, "additionalProperties": false, "required": [ "queueType", "tier", "provisionalGameThreshold", "divisions", "nextApexUpdateMillis" ] }, "LolRankedLeagueNotification": { "type": "object", "description": "", "properties": { "notifyReason": { "type": "string" }, "changeReason": { "type": "string" }, "queueType": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "provisionalGamesRemaining": { "type": "integer", "format": "int32" }, "tier": { "type": "string" }, "rank": { "type": "string" }, "miniseriesProgress": { "type": "string" }, "leaguePoints": { "type": "integer", "format": "int32" }, "leaguePointsDelta": { "type": "integer", "format": "int32" }, "splitPoints": { "type": "integer", "format": "int32" }, "splitPointsBreakdown": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "ratedTier": { "type": "string" }, "ratedRating": { "type": "integer", "format": "int32" }, "ratedRatingDelta": { "type": "integer", "format": "int32" }, "eligibleForPromoHelper": { "type": "boolean" }, "promoSeriesForRanksEnabled": { "type": "boolean" }, "consolationLpUsed": { "type": "integer", "format": "int32" }, "afkLpPenaltyAmount": { "type": "integer", "format": "int32" }, "afkLpPenaltyLevel": { "type": "integer", "format": "int32" }, "wasAfkOrLeaver": { "type": "boolean" }, "canDemoteFromTier": { "type": "boolean" }, "winStreak": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "losses": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "notifyReason", "changeReason", "queueType", "gameId", "provisionalGamesRemaining", "tier", "rank", "miniseriesProgress", "leaguePoints", "leaguePointsDelta", "splitPoints", "splitPointsBreakdown", "ratedTier", "ratedRating", "ratedRatingDelta", "eligibleForPromoHelper", "promoSeriesForRanksEnabled", "consolationLpUsed", "afkLpPenaltyAmount", "afkLpPenaltyLevel", "wasAfkOrLeaver", "canDemoteFromTier", "winStreak", "wins", "losses" ] }, "LolRankedLeagueNotifications": { "type": "object", "description": "", "properties": { "leagueNotifications": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedLeagueNotification" } }, "globalNotifications": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedGlobalNotification" } }, "rewardNotifications": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedRewardNotification" } } }, "additionalProperties": false, "required": [ "leagueNotifications", "globalNotifications", "rewardNotifications" ] }, "LolRankedLeagueQueueType": { "type": "string", "description": "", "enum": [ "RANKED_TFT_DOUBLE_UP", "RANKED_TFT_PAIRS", "RANKED_TFT_TURBO", "RANKED_TFT", "RANKED_FLEX_TT", "CHERRY", "RANKED_FLEX_SR", "RANKED_SOLO_5x5", "NONE" ], "additionalProperties": false }, "LolRankedLeagueStanding": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "summonerName": { "type": "string" }, "position": { "type": "integer", "format": "int32" }, "positionDelta": { "type": "integer", "format": "int32" }, "previousPosition": { "type": "integer", "format": "int32" }, "tier": { "type": "string" }, "division": { "$ref": "#/components/schemas/LolRankedLeagueDivision" }, "leaguePoints": { "type": "integer", "format": "int64" }, "miniseriesResults": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedMiniseries" } }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 }, "losses": { "type": "integer", "format": "uint64", "minimum": 0 }, "provisionalGamesRemaining": { "type": "integer", "format": "int32" }, "isProvisional": { "type": "boolean" }, "previousSeasonEndTier": { "type": "string" }, "previousSeasonEndDivision": { "$ref": "#/components/schemas/LolRankedLeagueDivision" }, "earnedRegaliaRewardIds": { "type": "array", "items": { "type": "string" } }, "rankedRegaliaLevel": { "type": "integer", "format": "int32" }, "pendingPromotion": { "type": "boolean" }, "pendingDemotion": { "type": "boolean" } }, "additionalProperties": false, "required": [ "summonerId", "puuid", "summonerName", "position", "positionDelta", "previousPosition", "tier", "division", "leaguePoints", "miniseriesResults", "wins", "losses", "provisionalGamesRemaining", "isProvisional", "previousSeasonEndTier", "previousSeasonEndDivision", "earnedRegaliaRewardIds", "rankedRegaliaLevel", "pendingPromotion", "pendingDemotion" ] }, "LolRankedLeagueTierAndRankDTO": { "type": "object", "description": "", "properties": { "playerOrTeamId": { "type": "string" }, "playerOrTeamName": { "type": "string" }, "queueType": { "type": "string" }, "tier": { "type": "string" }, "rank": { "type": "string" } }, "additionalProperties": false, "required": [ "playerOrTeamId", "playerOrTeamName", "queueType", "tier", "rank" ] }, "LolRankedLeaguesSeasonRewardConfig": { "type": "object", "description": "", "properties": { "QualificationWarningEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "QualificationWarningEnabled" ] }, "LolRankedLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolRankedLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId" ] }, "LolRankedLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolRankedMiniseries": { "type": "string", "description": "", "enum": [ "N", "L", "W" ], "additionalProperties": false }, "LolRankedNotificationDisplayType": { "type": "string", "description": "", "enum": [ "VIGNETTE", "MODAL", "TOAST", "NONE" ], "additionalProperties": false }, "LolRankedParticipantTiers": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "achievedTiers": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedAchievedTier" } } }, "additionalProperties": false, "required": [ "summonerId", "achievedTiers" ] }, "LolRankedQueue": { "type": "object", "description": "", "properties": { "type": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "type" ] }, "LolRankedQueuesAndPuuidsPayload": { "type": "object", "description": "", "properties": { "queueTypes": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedLeagueQueueType" } }, "summonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "queueTypes", "summonerIds" ] }, "LolRankedRankedQueueStats": { "type": "object", "description": "", "properties": { "queueType": { "$ref": "#/components/schemas/LolRankedLeagueQueueType" }, "provisionalGameThreshold": { "type": "integer", "format": "int32" }, "provisionalGamesRemaining": { "type": "integer", "format": "int32" }, "isProvisional": { "type": "boolean" }, "tier": { "type": "string" }, "division": { "$ref": "#/components/schemas/LolRankedLeagueDivision" }, "leaguePoints": { "type": "integer", "format": "int32" }, "miniSeriesProgress": { "type": "string" }, "ratedTier": { "$ref": "#/components/schemas/LolRankedRatedTier" }, "ratedRating": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "losses": { "type": "integer", "format": "int32" }, "highestTier": { "type": "string" }, "highestDivision": { "$ref": "#/components/schemas/LolRankedLeagueDivision" }, "previousSeasonEndTier": { "type": "string" }, "previousSeasonEndDivision": { "$ref": "#/components/schemas/LolRankedLeagueDivision" }, "previousSeasonHighestTier": { "type": "string" }, "previousSeasonHighestDivision": { "$ref": "#/components/schemas/LolRankedLeagueDivision" }, "warnings": { "$ref": "#/components/schemas/LolRankedRankedQueueWarnings" } }, "additionalProperties": false, "required": [ "queueType", "provisionalGameThreshold", "provisionalGamesRemaining", "isProvisional", "tier", "division", "leaguePoints", "miniSeriesProgress", "ratedTier", "ratedRating", "wins", "losses", "highestTier", "highestDivision", "previousSeasonEndTier", "previousSeasonEndDivision", "previousSeasonHighestTier", "previousSeasonHighestDivision" ] }, "LolRankedRankedQueueStatsDTO": { "type": "object", "description": "", "properties": { "queueType": { "type": "string" }, "provisionalGameThreshold": { "type": "integer", "format": "int32" }, "provisionalGamesRemaining": { "type": "integer", "format": "int32" }, "tier": { "type": "string" }, "rank": { "type": "string" }, "leaguePoints": { "type": "integer", "format": "int32" }, "miniSeriesProgress": { "type": "string" }, "ratedTier": { "type": "string" }, "ratedRating": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "losses": { "type": "integer", "format": "int32" }, "highestTier": { "type": "string" }, "highestRank": { "type": "string" }, "previousSeasonEndTier": { "type": "string" }, "previousSeasonEndRank": { "type": "string" }, "previousSeasonHighestTier": { "type": "string" }, "previousSeasonHighestRank": { "type": "string" }, "warnings": { "$ref": "#/components/schemas/LolRankedRankedQueueWarningsDTO" } }, "additionalProperties": false, "required": [ "queueType", "provisionalGameThreshold", "provisionalGamesRemaining", "tier", "rank", "leaguePoints", "miniSeriesProgress", "ratedTier", "ratedRating", "wins", "losses", "highestTier", "highestRank", "previousSeasonEndTier", "previousSeasonEndRank", "previousSeasonHighestTier", "previousSeasonHighestRank" ] }, "LolRankedRankedQueueWarnings": { "type": "object", "description": "", "properties": { "displayDecayWarning": { "type": "boolean" }, "timeUntilInactivityStatusChanges": { "type": "integer", "format": "int64" }, "demotionWarning": { "type": "integer", "format": "int32" }, "daysUntilDecay": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "displayDecayWarning", "timeUntilInactivityStatusChanges", "demotionWarning", "daysUntilDecay" ] }, "LolRankedRankedQueueWarningsDTO": { "type": "object", "description": "", "properties": { "displayDecayWarning": { "type": "boolean" }, "timeUntilInactivityStatusChanges": { "type": "integer", "format": "int64" }, "demotionWarning": { "type": "integer", "format": "int32" }, "apexDaysUntilDecay": { "type": "integer", "format": "int32" }, "daysUntilDecay": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "displayDecayWarning", "timeUntilInactivityStatusChanges", "demotionWarning", "apexDaysUntilDecay", "daysUntilDecay" ] }, "LolRankedRankedStats": { "type": "object", "description": "", "properties": { "queues": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedRankedQueueStats" } }, "queueMap": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolRankedRankedQueueStats" } }, "highestRankedEntry": { "$ref": "#/components/schemas/LolRankedRankedQueueStats" }, "highestRankedEntrySR": { "$ref": "#/components/schemas/LolRankedRankedQueueStats" }, "earnedRegaliaRewardIds": { "type": "array", "items": { "type": "string" } }, "rankedRegaliaLevel": { "type": "integer", "format": "int32" }, "highestCurrentSeasonReachedTierSR": { "type": "string" }, "highestPreviousSeasonEndTier": { "type": "string" }, "highestPreviousSeasonEndDivision": { "$ref": "#/components/schemas/LolRankedLeagueDivision" }, "splitsProgress": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "currentSeasonSplitPoints": { "type": "integer", "format": "int32" }, "previousSeasonSplitPoints": { "type": "integer", "format": "int32" }, "seasons": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolRankedSeasonDTO" } } }, "additionalProperties": false, "required": [ "queues", "queueMap", "earnedRegaliaRewardIds", "rankedRegaliaLevel", "highestCurrentSeasonReachedTierSR", "highestPreviousSeasonEndTier", "highestPreviousSeasonEndDivision", "splitsProgress", "currentSeasonSplitPoints", "previousSeasonSplitPoints", "seasons" ] }, "LolRankedRankedStatsDTO": { "type": "object", "description": "", "properties": { "queues": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedRankedQueueStatsDTO" } }, "earnedRegaliaRewardIds": { "type": "array", "items": { "type": "string" } }, "highestPreviousSeasonEndTier": { "type": "string" }, "highestPreviousSeasonEndRank": { "type": "string" }, "splitsProgress": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "currentSeasonSplitPoints": { "type": "integer", "format": "int32" }, "previousSeasonSplitPoints": { "type": "integer", "format": "int32" }, "seasons": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolRankedSeasonDTO" } } }, "additionalProperties": false, "required": [ "queues", "earnedRegaliaRewardIds", "highestPreviousSeasonEndTier", "highestPreviousSeasonEndRank", "splitsProgress", "currentSeasonSplitPoints", "previousSeasonSplitPoints", "seasons" ] }, "LolRankedRatedLadderEntryDTO": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "summonerName": { "type": "string" }, "ratedTier": { "type": "string" }, "ratedRating": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "previousUpdateLadderPosition": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "summonerId", "puuid", "summonerName", "ratedTier", "ratedRating", "wins", "previousUpdateLadderPosition" ] }, "LolRankedRatedLadderInfo": { "type": "object", "description": "", "properties": { "queueType": { "$ref": "#/components/schemas/LolRankedLeagueQueueType" }, "standings": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedRatedLadderStanding" } } }, "additionalProperties": false, "required": [ "queueType", "standings" ] }, "LolRankedRatedLadderStanding": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "summonerName": { "type": "string" }, "ratedTier": { "$ref": "#/components/schemas/LolRankedRatedTier" }, "leaguePoints": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "position": { "type": "integer", "format": "int32" }, "positionDelta": { "type": "integer", "format": "int32" }, "previousPosition": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "summonerId", "puuid", "summonerName", "ratedTier", "leaguePoints", "wins", "position", "positionDelta", "previousPosition" ] }, "LolRankedRatedTier": { "type": "string", "description": "", "enum": [ "ORANGE", "PURPLE", "BLUE", "GREEN", "GRAY", "NONE" ], "additionalProperties": false }, "LolRankedRewardNotification": { "type": "object", "description": "", "properties": { "rewardGroupId": { "type": "string" }, "seasonId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "rewardGroupId", "seasonId" ] }, "LolRankedRewardsInfo": { "type": "object", "description": "", "properties": { "splits": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedSeasonSplit" } }, "currentSplit": { "$ref": "#/components/schemas/LolRankedSeasonSplit" }, "rewardInfoByRewardId": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolRankedSplitReward" } }, "currentSplitId": { "type": "integer", "format": "int32" }, "currentSeasonId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "splits", "rewardInfoByRewardId", "currentSplitId", "currentSeasonId" ] }, "LolRankedSeasonDTO": { "type": "object", "description": "", "properties": { "currentSeasonId": { "type": "integer", "format": "int32" }, "currentSeasonEnd": { "type": "integer", "format": "int64" }, "nextSeasonStart": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "currentSeasonId", "currentSeasonEnd", "nextSeasonStart" ] }, "LolRankedSeasonSplit": { "type": "object", "description": "", "properties": { "splitId": { "type": "integer", "format": "int32" }, "seasonId": { "type": "integer", "format": "int32" }, "startTimeMillis": { "type": "integer", "format": "uint64", "minimum": 0 }, "endTimeMillis": { "type": "integer", "format": "uint64", "minimum": 0 }, "rewardTrack": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedSplitRewardGroup" } }, "victoriousSkinRewardGroup": { "$ref": "#/components/schemas/LolRankedVictoriousSkin" } }, "additionalProperties": false, "required": [ "splitId", "seasonId", "startTimeMillis", "endTimeMillis", "rewardTrack", "victoriousSkinRewardGroup" ] }, "LolRankedSeasonSplitDTO": { "type": "object", "description": "", "properties": { "splitId": { "type": "integer", "format": "int32" }, "seasonId": { "type": "integer", "format": "int32" }, "startTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "endTime": { "type": "integer", "format": "uint64", "minimum": 0 }, "rewardTrack": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedSplitRewardGroupDTO" } }, "victoriousSkinRewardGroup": { "$ref": "#/components/schemas/LolRankedVictoriousSkinDTO" } }, "additionalProperties": false, "required": [ "splitId", "seasonId", "startTime", "endTime", "rewardTrack", "victoriousSkinRewardGroup" ] }, "LolRankedSequenceEvent": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "priority": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "name", "priority" ] }, "LolRankedSeverity": { "type": "string", "description": "", "enum": [ "ALERT", "WARNING" ], "additionalProperties": false }, "LolRankedSignedRankedStatsDTO": { "type": "object", "description": "", "properties": { "queues": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedRankedQueueStatsDTO" } }, "earnedRegaliaRewardIds": { "type": "array", "items": { "type": "string" } }, "highestPreviousSeasonEndTier": { "type": "string" }, "highestPreviousSeasonEndRank": { "type": "string" }, "splitsProgress": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "currentSeasonSplitPoints": { "type": "integer", "format": "int32" }, "previousSeasonSplitPoints": { "type": "integer", "format": "int32" }, "seasons": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolRankedSeasonDTO" } }, "jwt": { "type": "string" } }, "additionalProperties": false, "required": [ "queues", "earnedRegaliaRewardIds", "highestPreviousSeasonEndTier", "highestPreviousSeasonEndRank", "splitsProgress", "currentSeasonSplitPoints", "previousSeasonSplitPoints", "seasons", "jwt" ] }, "LolRankedSocialLeaderboardRankedQueueStats": { "type": "object", "description": "", "properties": { "queueType": { "$ref": "#/components/schemas/LolRankedLeagueQueueType" }, "provisionalGameThreshold": { "type": "integer", "format": "int32" }, "provisionalGamesRemaining": { "type": "integer", "format": "int32" }, "isProvisional": { "type": "boolean" }, "tier": { "type": "string" }, "division": { "$ref": "#/components/schemas/LolRankedLeagueDivision" }, "leaguePoints": { "type": "integer", "format": "int32" }, "miniSeriesProgress": { "type": "string" }, "ratedTier": { "$ref": "#/components/schemas/LolRankedRatedTier" }, "ratedRating": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "losses": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "queueType", "provisionalGameThreshold", "provisionalGamesRemaining", "isProvisional", "tier", "division", "leaguePoints", "miniSeriesProgress", "ratedTier", "ratedRating", "wins", "losses" ] }, "LolRankedSocialLeaderboardRankedQueueStatsDTO": { "type": "object", "description": "", "properties": { "queueType": { "type": "string" }, "provisionalGameThreshold": { "type": "integer", "format": "int32" }, "provisionalGamesRemaining": { "type": "integer", "format": "int32" }, "tier": { "type": "string" }, "rank": { "type": "string" }, "leaguePoints": { "type": "integer", "format": "int32" }, "miniSeriesProgress": { "type": "string" }, "ratedTier": { "type": "string" }, "ratedRating": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "losses": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "queueType", "provisionalGameThreshold", "provisionalGamesRemaining", "tier", "rank", "leaguePoints", "miniSeriesProgress", "ratedTier", "ratedRating", "wins", "losses" ] }, "LolRankedSplitPointsNotification": { "type": "object", "description": "", "properties": { "splitPointsDelta": { "type": "integer", "format": "int32" }, "splitPointsBeforeGame": { "type": "integer", "format": "int32" }, "splitPointsAfterGame": { "type": "integer", "format": "int32" }, "previousSplitPointsRequired": { "type": "integer", "format": "int32" }, "splitPointsRequired": { "type": "integer", "format": "int32" }, "nextRewardId": { "type": "string" }, "nextRewardType": { "type": "string" }, "splitPointsBreakdown": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "splitPointsDelta", "splitPointsBeforeGame", "splitPointsAfterGame", "previousSplitPointsRequired", "splitPointsRequired", "nextRewardId", "nextRewardType", "splitPointsBreakdown" ] }, "LolRankedSplitReward": { "type": "object", "description": "", "properties": { "rewardType": { "type": "string" }, "quantity": { "type": "integer", "format": "int32" }, "description": { "type": "string" }, "id": { "type": "string" }, "regaliaLevel": { "type": "integer", "format": "int32" }, "pointsRequired": { "type": "integer", "format": "int32" }, "splitId": { "type": "integer", "format": "int32" }, "championId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "rewardType", "quantity", "description", "id", "pointsRequired", "splitId", "championId" ] }, "LolRankedSplitRewardDTO": { "type": "object", "description": "", "properties": { "rewardType": { "type": "string" }, "metadata": { "$ref": "#/components/schemas/LolRankedSplitRewardsMetaData" }, "defaultRewardId": { "type": "string" }, "tieredRewardIds": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "rewardType", "metadata", "defaultRewardId", "tieredRewardIds" ] }, "LolRankedSplitRewardGroup": { "type": "object", "description": "", "properties": { "splitPoints": { "type": "integer", "format": "int32" }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedSplitReward" } } }, "additionalProperties": false, "required": [ "splitPoints", "rewards" ] }, "LolRankedSplitRewardGroupDTO": { "type": "object", "description": "", "properties": { "splitPoints": { "type": "integer", "format": "int32" }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolRankedSplitRewardDTO" } } }, "additionalProperties": false, "required": [ "splitPoints", "rewards" ] }, "LolRankedSplitRewardsMetaData": { "type": "object", "description": "", "properties": { "quantity": { "type": "integer", "format": "int32" }, "description": { "type": "string" }, "championId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "quantity", "description", "championId" ] }, "LolRankedSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "puuid" ] }, "LolRankedVictoriousSkin": { "type": "object", "description": "", "properties": { "splitPointsByHighestSeasonEndTier": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "itemInstanceId": { "type": "string" } }, "additionalProperties": false, "required": [ "splitPointsByHighestSeasonEndTier", "itemInstanceId" ] }, "LolRankedVictoriousSkinDTO": { "type": "object", "description": "", "properties": { "splitPointsByHighestSeasonEndTier": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "itemInstanceId": { "type": "string" } }, "additionalProperties": false, "required": [ "splitPointsByHighestSeasonEndTier", "itemInstanceId" ] }, "LolRegaliaAccountIdAndSummonerId": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false }, "LolRegaliaChatPresence": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "icon": { "type": "integer", "format": "int32" }, "lol": { "$ref": "#/components/schemas/LolRegaliaChatPresenceLolData" } }, "additionalProperties": false, "required": [ "summonerId", "icon", "lol" ] }, "LolRegaliaChatPresenceExternal": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "icon": { "type": "integer", "format": "int32" }, "lol": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "summonerId", "icon", "lol" ] }, "LolRegaliaChatPresenceLolData": { "type": "object", "description": "", "properties": { "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "rankedLeagueTier": { "type": "string" }, "rankedLeagueDivision": { "$ref": "#/components/schemas/LolRegaliaLeagueDivision" }, "rankedLeagueQueue": { "$ref": "#/components/schemas/LolRegaliaLeagueQueueType" }, "rankedSplitRewardLevel": { "type": "integer", "format": "int32" }, "rankedPrevSeasonTier": { "type": "string" }, "rankedPrevSeasonDivision": { "$ref": "#/components/schemas/LolRegaliaLeagueDivision" }, "regalia": { "$ref": "#/components/schemas/LolRegaliaRegaliaSettings" } }, "additionalProperties": false, "required": [ "level", "rankedLeagueDivision", "rankedLeagueQueue", "rankedSplitRewardLevel", "rankedPrevSeasonDivision" ] }, "LolRegaliaGameDataRegalia": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "idSecondary": { "type": "string" }, "assetPath": { "type": "string" }, "isSelectable": { "type": "boolean" }, "regaliaType": { "type": "string" }, "localizedName": { "type": "string" }, "localizedDescription": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "idSecondary", "assetPath", "isSelectable", "regaliaType", "localizedName", "localizedDescription" ] }, "LolRegaliaInventoryItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "uuid": { "type": "string" }, "purchaseDate": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "uuid", "purchaseDate" ] }, "LolRegaliaItemKey": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolRegaliaLeagueDivision": { "type": "string", "description": "", "enum": [ "NA", "V", "IV", "III", "II", "I" ], "additionalProperties": false }, "LolRegaliaLeagueQueueType": { "type": "string", "description": "", "enum": [ "RANKED_TFT_DOUBLE_UP", "RANKED_TFT_PAIRS", "RANKED_TFT_TURBO", "RANKED_TFT", "RANKED_FLEX_TT", "CHERRY", "RANKED_FLEX_SR", "RANKED_SOLO_5x5", "NONE" ], "additionalProperties": false }, "LolRegaliaLoadout": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "scope": { "type": "string" }, "loadout": { "$ref": "#/components/schemas/LolRegaliaRegaliaLoadout" } }, "additionalProperties": false, "required": [ "id", "name", "scope", "loadout" ] }, "LolRegaliaRankedQueueStats": { "type": "object", "description": "", "properties": { "queueType": { "$ref": "#/components/schemas/LolRegaliaLeagueQueueType" }, "isProvisional": { "type": "boolean" }, "tier": { "type": "string" }, "division": { "$ref": "#/components/schemas/LolRegaliaLeagueDivision" } }, "additionalProperties": false, "required": [ "queueType", "isProvisional", "tier", "division" ] }, "LolRegaliaRankedStats": { "type": "object", "description": "", "properties": { "queues": { "type": "array", "items": { "$ref": "#/components/schemas/LolRegaliaRankedQueueStats" } }, "highestRankedEntry": { "$ref": "#/components/schemas/LolRegaliaRankedQueueStats" }, "rankedRegaliaLevel": { "type": "integer", "format": "int32" }, "highestPreviousSeasonEndTier": { "type": "string" } }, "additionalProperties": false, "required": [ "queues", "rankedRegaliaLevel", "highestPreviousSeasonEndTier" ] }, "LolRegaliaRegalia": { "type": "object", "description": "", "properties": { "profileIconId": { "type": "integer", "format": "int32" }, "crestType": { "type": "string" }, "bannerType": { "type": "string" }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "lastSeasonHighestRank": { "type": "string" }, "highestRankedEntry": { "$ref": "#/components/schemas/LolRegaliaRegaliaRankedEntry" }, "selectedPrestigeCrest": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "profileIconId", "crestType", "bannerType", "summonerLevel", "selectedPrestigeCrest" ] }, "LolRegaliaRegaliaAsync": { "type": "object", "description": "", "properties": { "md5": { "type": "string" } }, "additionalProperties": false, "required": [ "md5" ] }, "LolRegaliaRegaliaBannerType": { "type": "string", "description": "", "enum": [ "lastSeasonHighestRank", "blank" ], "additionalProperties": false }, "LolRegaliaRegaliaCrestType": { "type": "string", "description": "", "enum": [ "ranked", "prestige", "none" ], "additionalProperties": false }, "LolRegaliaRegaliaFrontendConfig": { "type": "object", "description": "", "properties": { "hovercardEnabled": { "type": "boolean" }, "selectionsEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "hovercardEnabled", "selectionsEnabled" ] }, "LolRegaliaRegaliaInventoryItem": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolRegaliaGameDataRegalia" } }, "isOwned": { "type": "boolean" }, "purchaseDate": { "type": "string" } }, "additionalProperties": false, "required": [ "items", "isOwned", "purchaseDate" ] }, "LolRegaliaRegaliaLoadout": { "type": "object", "description": "", "properties": { "REGALIA_CREST_SLOT": { "$ref": "#/components/schemas/LolRegaliaItemKey" }, "REGALIA_BANNER_SLOT": { "$ref": "#/components/schemas/LolRegaliaItemKey" } }, "additionalProperties": false, "required": [ "REGALIA_CREST_SLOT", "REGALIA_BANNER_SLOT" ] }, "LolRegaliaRegaliaPlatformConfig": { "type": "object", "description": "", "properties": { "HovercardEnabled": { "type": "boolean" }, "SelectionsEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "HovercardEnabled", "SelectionsEnabled" ] }, "LolRegaliaRegaliaPreferences": { "type": "object", "description": "", "properties": { "preferredCrestType": { "type": "string" }, "preferredBannerType": { "type": "string" }, "selectedPrestigeCrest": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "preferredCrestType", "preferredBannerType", "selectedPrestigeCrest" ] }, "LolRegaliaRegaliaRankedEntry": { "type": "object", "description": "", "properties": { "queueType": { "$ref": "#/components/schemas/LolRegaliaLeagueQueueType" }, "tier": { "type": "string" }, "division": { "$ref": "#/components/schemas/LolRegaliaLeagueDivision" }, "splitRewardLevel": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "queueType", "tier", "division", "splitRewardLevel" ] }, "LolRegaliaRegaliaSettings": { "type": "object", "description": "", "properties": { "crestType": { "$ref": "#/components/schemas/LolRegaliaRegaliaCrestType" }, "bannerType": { "$ref": "#/components/schemas/LolRegaliaRegaliaBannerType" }, "selectedPrestigeCrest": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "crestType", "bannerType", "selectedPrestigeCrest" ] }, "LolRegaliaRegaliaSettingsExternal": { "type": "object", "description": "", "properties": { "crestType": { "type": "integer", "format": "int32" }, "bannerType": { "type": "integer", "format": "int32" }, "selectedPrestigeCrest": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "crestType", "bannerType", "selectedPrestigeCrest" ] }, "LolRegaliaRegaliaWithPreferences": { "type": "object", "description": "", "properties": { "profileIconId": { "type": "integer", "format": "int32" }, "crestType": { "type": "string" }, "bannerType": { "type": "string" }, "preferredCrestType": { "type": "string" }, "preferredBannerType": { "type": "string" }, "selectedPrestigeCrest": { "type": "integer", "format": "uint8", "minimum": 0 }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "lastSeasonHighestRank": { "type": "string" }, "highestRankedEntry": { "$ref": "#/components/schemas/LolRegaliaRegaliaRankedEntry" } }, "additionalProperties": false, "required": [ "profileIconId", "crestType", "bannerType", "preferredCrestType", "preferredBannerType", "selectedPrestigeCrest", "summonerLevel" ] }, "LolRegaliaSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "profileIconId": { "type": "integer", "format": "int32" }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "profileIconId", "summonerLevel", "puuid" ] }, "LolRegaliaSummonerProfile": { "type": "object", "description": "", "properties": { "regalia": { "type": "string" } }, "additionalProperties": false, "required": [ "regalia" ] }, "LolRegaliaSummonerProfileUpdate": { "type": "object", "description": "", "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "key", "value" ] }, "LolRemedyMail": { "type": "object", "description": "", "properties": { "mailId": { "type": "string" }, "message": { "type": "string" }, "state": { "type": "string" }, "createdAt": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "mailId", "message", "state", "createdAt" ] }, "LolReplaysClashPlaymodeRestrictedInfo": { "type": "object", "description": "", "properties": { "isRestricted": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isRestricted" ] }, "LolReplaysGAMHSEvent": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "timestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "participantId": { "type": "integer", "format": "uint16", "minimum": 0 }, "teamId": { "type": "integer", "format": "uint16", "minimum": 0 }, "itemId": { "type": "integer", "format": "uint16", "minimum": 0 }, "killerId": { "type": "integer", "format": "uint16", "minimum": 0 }, "victimId": { "type": "integer", "format": "uint16", "minimum": 0 }, "skillSlot": { "type": "integer", "format": "uint16", "minimum": 0 }, "position": { "$ref": "#/components/schemas/LolReplaysGAMHSPosition" }, "assistingParticipantIds": { "type": "array", "items": { "type": "integer", "format": "uint16", "minimum": 0 } }, "buildingType": { "type": "string" }, "laneType": { "type": "string" }, "towerType": { "type": "string" }, "monsterType": { "type": "string" }, "monsterSubType": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "timestamp", "participantId", "teamId", "itemId", "killerId", "victimId", "skillSlot", "position", "assistingParticipantIds", "buildingType", "laneType", "towerType", "monsterType", "monsterSubType" ] }, "LolReplaysGAMHSGame": { "type": "object", "description": "", "properties": { "endOfGameResult": { "type": "string" }, "gameCreation": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameDuration": { "type": "integer", "format": "uint32", "minimum": 0 }, "gameEndTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameMode": { "type": "string" }, "gameName": { "type": "string" }, "gameStartTimestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "gameType": { "type": "string" }, "gameVersion": { "type": "string" }, "mapId": { "type": "integer", "format": "uint16", "minimum": 0 }, "platformId": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" }, "seasonId": { "type": "integer", "format": "uint16", "minimum": 0 }, "tournamentCode": { "type": "string" } }, "additionalProperties": false, "required": [ "endOfGameResult", "gameCreation", "gameDuration", "gameEndTimestamp", "gameId", "gameMode", "gameName", "gameStartTimestamp", "gameType", "gameVersion", "mapId", "platformId", "queueId", "seasonId", "tournamentCode" ] }, "LolReplaysGAMHSMatchHistoryData": { "type": "object", "description": "", "properties": { "metadata": { "$ref": "#/components/schemas/LolReplaysGAMHSMatchHistoryMetadata" }, "json": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "metadata", "json" ] }, "LolReplaysGAMHSMatchHistoryMetadata": { "type": "object", "description": "", "properties": { "product": { "type": "string" }, "data_version": { "type": "integer", "format": "uint8", "minimum": 0 }, "info_type": { "type": "string" }, "match_id": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "participants": { "type": "array", "items": { "type": "string" } }, "timestamp": { "type": "integer", "format": "uint64", "minimum": 0 }, "private": { "type": "boolean" } }, "additionalProperties": false, "required": [ "product", "data_version", "info_type", "match_id", "tags", "participants", "timestamp", "private" ] }, "LolReplaysGAMHSParticipant": { "type": "object", "description": "", "properties": { "participantId": { "type": "integer", "format": "uint16", "minimum": 0 }, "teamId": { "type": "integer", "format": "uint16", "minimum": 0 }, "championId": { "type": "integer", "format": "int32" }, "spell1Id": { "type": "integer", "format": "uint16", "minimum": 0 }, "spell2Id": { "type": "integer", "format": "uint16", "minimum": 0 }, "highestAchievedSeasonTier": { "type": "string" }, "stats": { "$ref": "#/components/schemas/LolReplaysGAMHSParticipantStatistics" }, "timeline": { "$ref": "#/components/schemas/LolReplaysGAMHSTimeline" } }, "additionalProperties": false, "required": [ "participantId", "teamId", "championId", "spell1Id", "spell2Id", "highestAchievedSeasonTier", "stats", "timeline" ] }, "LolReplaysGAMHSParticipantFrame": { "type": "object", "description": "", "properties": { "participantId": { "type": "integer", "format": "uint16", "minimum": 0 }, "position": { "$ref": "#/components/schemas/LolReplaysGAMHSPosition" }, "currentGold": { "type": "integer", "format": "int32" }, "totalGold": { "type": "integer", "format": "int32" }, "level": { "type": "integer", "format": "uint16", "minimum": 0 }, "xp": { "type": "integer", "format": "uint32", "minimum": 0 }, "minionsKilled": { "type": "integer", "format": "uint16", "minimum": 0 }, "jungleMinionsKilled": { "type": "integer", "format": "uint16", "minimum": 0 }, "dominionScore": { "type": "integer", "format": "uint16", "minimum": 0 }, "teamScore": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "participantId", "position", "currentGold", "totalGold", "level", "xp", "minionsKilled", "jungleMinionsKilled", "dominionScore", "teamScore" ] }, "LolReplaysGAMHSParticipantIdentities": { "type": "object", "description": "", "properties": { "participantId": { "type": "integer", "format": "uint16", "minimum": 0 }, "player": { "$ref": "#/components/schemas/LolReplaysGAMHSParticipantIdentityPlayer" } }, "additionalProperties": false, "required": [ "participantId", "player" ] }, "LolReplaysGAMHSParticipantIdentityPlayer": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "platformId": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" }, "currentPlatformId": { "type": "string" }, "currentAccountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "matchHistoryUri": { "type": "string" }, "profileIcon": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "puuid", "platformId", "accountId", "summonerId", "summonerName", "gameName", "tagLine", "currentPlatformId", "currentAccountId", "matchHistoryUri", "profileIcon" ] }, "LolReplaysGAMHSParticipantStatistics": { "type": "object", "description": "", "properties": { "participantId": { "type": "integer", "format": "uint16", "minimum": 0 }, "win": { "type": "boolean" }, "item0": { "type": "integer", "format": "int32" }, "item1": { "type": "integer", "format": "int32" }, "item2": { "type": "integer", "format": "int32" }, "item3": { "type": "integer", "format": "int32" }, "item4": { "type": "integer", "format": "int32" }, "item5": { "type": "integer", "format": "int32" }, "item6": { "type": "integer", "format": "int32" }, "kills": { "type": "integer", "format": "int64" }, "deaths": { "type": "integer", "format": "int64" }, "assists": { "type": "integer", "format": "int64" }, "largestKillingSpree": { "type": "integer", "format": "int64" }, "largestMultiKill": { "type": "integer", "format": "int64" }, "killingSprees": { "type": "integer", "format": "int64" }, "longestTimeSpentLiving": { "type": "integer", "format": "int64" }, "doubleKills": { "type": "integer", "format": "int64" }, "tripleKills": { "type": "integer", "format": "int64" }, "quadraKills": { "type": "integer", "format": "int64" }, "pentaKills": { "type": "integer", "format": "int64" }, "unrealKills": { "type": "integer", "format": "int64" }, "totalDamageDealt": { "type": "integer", "format": "int64" }, "magicDamageDealt": { "type": "integer", "format": "int64" }, "physicalDamageDealt": { "type": "integer", "format": "int64" }, "trueDamageDealt": { "type": "integer", "format": "int64" }, "largestCriticalStrike": { "type": "integer", "format": "int64" }, "totalDamageDealtToChampions": { "type": "integer", "format": "int64" }, "magicDamageDealtToChampions": { "type": "integer", "format": "int64" }, "physicalDamageDealtToChampions": { "type": "integer", "format": "int64" }, "trueDamageDealtToChampions": { "type": "integer", "format": "int64" }, "totalHeal": { "type": "integer", "format": "int64" }, "totalUnitsHealed": { "type": "integer", "format": "int64" }, "totalDamageTaken": { "type": "integer", "format": "int64" }, "magicalDamageTaken": { "type": "integer", "format": "int64" }, "physicalDamageTaken": { "type": "integer", "format": "int64" }, "trueDamageTaken": { "type": "integer", "format": "int64" }, "goldEarned": { "type": "integer", "format": "int64" }, "goldSpent": { "type": "integer", "format": "int64" }, "turretKills": { "type": "integer", "format": "int64" }, "inhibitorKills": { "type": "integer", "format": "int64" }, "totalMinionsKilled": { "type": "integer", "format": "int64" }, "neutralMinionsKilled": { "type": "integer", "format": "int64" }, "neutralMinionsKilledTeamJungle": { "type": "integer", "format": "int64" }, "neutralMinionsKilledEnemyJungle": { "type": "integer", "format": "int64" }, "totalTimeCrowdControlDealt": { "type": "integer", "format": "int64" }, "champLevel": { "type": "integer", "format": "int64" }, "visionWardsBoughtInGame": { "type": "integer", "format": "int64" }, "sightWardsBoughtInGame": { "type": "integer", "format": "int64" }, "wardsPlaced": { "type": "integer", "format": "int64" }, "wardsKilled": { "type": "integer", "format": "int64" }, "firstBloodKill": { "type": "boolean" }, "firstBloodAssist": { "type": "boolean" }, "firstTowerKill": { "type": "boolean" }, "firstTowerAssist": { "type": "boolean" }, "firstInhibitorKill": { "type": "boolean" }, "firstInhibitorAssist": { "type": "boolean" }, "gameEndedInEarlySurrender": { "type": "boolean" }, "gameEndedInSurrender": { "type": "boolean" }, "causedEarlySurrender": { "type": "boolean" }, "earlySurrenderAccomplice": { "type": "boolean" }, "teamEarlySurrendered": { "type": "boolean" }, "combatPlayerScore": { "type": "integer", "format": "int64" }, "objectivePlayerScore": { "type": "integer", "format": "int64" }, "totalPlayerScore": { "type": "integer", "format": "int64" }, "totalScoreRank": { "type": "integer", "format": "int64" }, "damageSelfMitigated": { "type": "integer", "format": "int64" }, "damageDealtToObjectives": { "type": "integer", "format": "int64" }, "damageDealtToTurrets": { "type": "integer", "format": "int64" }, "visionScore": { "type": "integer", "format": "int64" }, "timeCCingOthers": { "type": "integer", "format": "int64" }, "playerScore0": { "type": "integer", "format": "int64" }, "playerScore1": { "type": "integer", "format": "int64" }, "playerScore2": { "type": "integer", "format": "int64" }, "playerScore3": { "type": "integer", "format": "int64" }, "playerScore4": { "type": "integer", "format": "int64" }, "playerScore5": { "type": "integer", "format": "int64" }, "playerScore6": { "type": "integer", "format": "int64" }, "playerScore7": { "type": "integer", "format": "int64" }, "playerScore8": { "type": "integer", "format": "int64" }, "playerScore9": { "type": "integer", "format": "int64" }, "perkPrimaryStyle": { "type": "integer", "format": "int64" }, "perkSubStyle": { "type": "integer", "format": "int64" }, "perk0": { "type": "integer", "format": "int64" }, "perk0Var1": { "type": "integer", "format": "int64" }, "perk0Var2": { "type": "integer", "format": "int64" }, "perk0Var3": { "type": "integer", "format": "int64" }, "perk1": { "type": "integer", "format": "int64" }, "perk1Var1": { "type": "integer", "format": "int64" }, "perk1Var2": { "type": "integer", "format": "int64" }, "perk1Var3": { "type": "integer", "format": "int64" }, "perk2": { "type": "integer", "format": "int64" }, "perk2Var1": { "type": "integer", "format": "int64" }, "perk2Var2": { "type": "integer", "format": "int64" }, "perk2Var3": { "type": "integer", "format": "int64" }, "perk3": { "type": "integer", "format": "int64" }, "perk3Var1": { "type": "integer", "format": "int64" }, "perk3Var2": { "type": "integer", "format": "int64" }, "perk3Var3": { "type": "integer", "format": "int64" }, "perk4": { "type": "integer", "format": "int64" }, "perk4Var1": { "type": "integer", "format": "int64" }, "perk4Var2": { "type": "integer", "format": "int64" }, "perk4Var3": { "type": "integer", "format": "int64" }, "perk5": { "type": "integer", "format": "int64" }, "perk5Var1": { "type": "integer", "format": "int64" }, "perk5Var2": { "type": "integer", "format": "int64" }, "perk5Var3": { "type": "integer", "format": "int64" }, "playerAugment1": { "type": "integer", "format": "int32" }, "playerAugment2": { "type": "integer", "format": "int32" }, "playerAugment3": { "type": "integer", "format": "int32" }, "playerAugment4": { "type": "integer", "format": "int32" }, "playerAugment5": { "type": "integer", "format": "int32" }, "playerAugment6": { "type": "integer", "format": "int32" }, "playerSubteamId": { "type": "integer", "format": "int32" }, "subteamPlacement": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "participantId", "win", "item0", "item1", "item2", "item3", "item4", "item5", "item6", "kills", "deaths", "assists", "largestKillingSpree", "largestMultiKill", "killingSprees", "longestTimeSpentLiving", "doubleKills", "tripleKills", "quadraKills", "pentaKills", "unrealKills", "totalDamageDealt", "magicDamageDealt", "physicalDamageDealt", "trueDamageDealt", "largestCriticalStrike", "totalDamageDealtToChampions", "magicDamageDealtToChampions", "physicalDamageDealtToChampions", "trueDamageDealtToChampions", "totalHeal", "totalUnitsHealed", "totalDamageTaken", "magicalDamageTaken", "physicalDamageTaken", "trueDamageTaken", "goldEarned", "goldSpent", "turretKills", "inhibitorKills", "totalMinionsKilled", "neutralMinionsKilled", "neutralMinionsKilledTeamJungle", "neutralMinionsKilledEnemyJungle", "totalTimeCrowdControlDealt", "champLevel", "visionWardsBoughtInGame", "sightWardsBoughtInGame", "wardsPlaced", "wardsKilled", "firstBloodKill", "firstBloodAssist", "firstTowerKill", "firstTowerAssist", "firstInhibitorKill", "firstInhibitorAssist", "gameEndedInEarlySurrender", "gameEndedInSurrender", "causedEarlySurrender", "earlySurrenderAccomplice", "teamEarlySurrendered", "combatPlayerScore", "objectivePlayerScore", "totalPlayerScore", "totalScoreRank", "damageSelfMitigated", "damageDealtToObjectives", "damageDealtToTurrets", "visionScore", "timeCCingOthers", "playerScore0", "playerScore1", "playerScore2", "playerScore3", "playerScore4", "playerScore5", "playerScore6", "playerScore7", "playerScore8", "playerScore9", "perkPrimaryStyle", "perkSubStyle", "perk0", "perk0Var1", "perk0Var2", "perk0Var3", "perk1", "perk1Var1", "perk1Var2", "perk1Var3", "perk2", "perk2Var1", "perk2Var2", "perk2Var3", "perk3", "perk3Var1", "perk3Var2", "perk3Var3", "perk4", "perk4Var1", "perk4Var2", "perk4Var3", "perk5", "perk5Var1", "perk5Var2", "perk5Var3", "playerAugment1", "playerAugment2", "playerAugment3", "playerAugment4", "playerAugment5", "playerAugment6", "playerSubteamId", "subteamPlacement" ] }, "LolReplaysGAMHSPosition": { "type": "object", "description": "", "properties": { "x": { "type": "integer", "format": "int16" }, "y": { "type": "integer", "format": "int16" } }, "additionalProperties": false, "required": [ "x", "y" ] }, "LolReplaysGAMHSTeam": { "type": "object", "description": "", "properties": { "teamId": { "type": "integer", "format": "uint16", "minimum": 0 }, "win": { "type": "string" }, "firstBlood": { "type": "boolean" }, "firstTower": { "type": "boolean" }, "firstInhibitor": { "type": "boolean" }, "firstBaron": { "type": "boolean" }, "firstDargon": { "type": "boolean" }, "towerKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "inhibitorKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "baronKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "dragonKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "vilemawKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "riftHeraldKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "hordeKills": { "type": "integer", "format": "uint32", "minimum": 0 }, "dominionVictoryScore": { "type": "integer", "format": "uint32", "minimum": 0 }, "bans": { "type": "array", "items": { "$ref": "#/components/schemas/LolReplaysGAMHSTeamBan" } } }, "additionalProperties": false, "required": [ "teamId", "win", "firstBlood", "firstTower", "firstInhibitor", "firstBaron", "firstDargon", "towerKills", "inhibitorKills", "baronKills", "dragonKills", "vilemawKills", "riftHeraldKills", "hordeKills", "dominionVictoryScore", "bans" ] }, "LolReplaysGAMHSTeamBan": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "pickTurn": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "championId", "pickTurn" ] }, "LolReplaysGAMHSTimeline": { "type": "object", "description": "", "properties": { "participantId": { "type": "integer", "format": "uint16", "minimum": 0 }, "role": { "type": "string" }, "lane": { "type": "string" }, "creepsPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "xpPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "goldPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "csDiffPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "xpDiffPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "damageTakenPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "damageTakenDiffPerMinDeltas": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } } }, "additionalProperties": false, "required": [ "participantId", "role", "lane", "creepsPerMinDeltas", "xpPerMinDeltas", "goldPerMinDeltas", "csDiffPerMinDeltas", "xpDiffPerMinDeltas", "damageTakenPerMinDeltas", "damageTakenDiffPerMinDeltas" ] }, "LolReplaysGameflowAvailability": { "type": "object", "description": "", "properties": { "state": { "type": "string" } }, "additionalProperties": false, "required": [ "state" ] }, "LolReplaysGameflowGameClient": { "type": "object", "description": "", "properties": { "running": { "type": "boolean" } }, "additionalProperties": false, "required": [ "running" ] }, "LolReplaysGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolReplaysGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolReplaysGameflowPhase" }, "gameClient": { "$ref": "#/components/schemas/LolReplaysGameflowGameClient" } }, "additionalProperties": false, "required": [ "phase", "gameClient" ] }, "LolReplaysGameflowWatchPhase": { "type": "string", "description": "", "enum": [ "WatchFailedToLaunch", "WatchInProgress", "WatchStarted", "None" ], "additionalProperties": false }, "LolReplaysInstallPaths": { "type": "object", "description": "", "properties": { "gameInstallRoot": { "type": "string" }, "gameExecutablePath": { "type": "string" } }, "additionalProperties": false, "required": [ "gameInstallRoot", "gameExecutablePath" ] }, "LolReplaysMetadataState": { "type": "string", "description": "", "enum": [ "error", "unsupported", "lost", "retryDownload", "missingOrExpired", "incompatible", "downloading", "download", "watch", "found", "checking" ], "additionalProperties": false }, "LolReplaysReplayContextData": { "type": "object", "description": "", "properties": { "componentType": { "type": "string" } }, "additionalProperties": false, "required": [ "componentType" ] }, "LolReplaysReplayCreateMetadata": { "type": "object", "description": "", "properties": { "gameVersion": { "type": "string" }, "gameType": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" }, "gameEnd": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "gameVersion", "gameType", "queueId", "gameEnd" ] }, "LolReplaysReplayMetadata": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolReplaysMetadataState" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "downloadProgress": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "gameId", "downloadProgress" ] }, "LolReplaysReplaysConfiguration": { "type": "object", "description": "", "properties": { "isReplaysEnabled": { "type": "boolean" }, "isReplaysForEndOfGameEnabled": { "type": "boolean" }, "isReplaysForMatchHistoryEnabled": { "type": "boolean" }, "isPatching": { "type": "boolean" }, "isInTournament": { "type": "boolean" }, "isPlayingGame": { "type": "boolean" }, "isPlayingReplay": { "type": "boolean" }, "isLoggedIn": { "type": "boolean" }, "gameVersion": { "type": "string" }, "minServerVersion": { "type": "string" }, "minutesUntilReplayConsideredLost": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "isReplaysEnabled", "isReplaysForEndOfGameEnabled", "isReplaysForMatchHistoryEnabled", "isPatching", "isInTournament", "isPlayingGame", "isPlayingReplay", "isLoggedIn", "gameVersion", "minServerVersion", "minutesUntilReplayConsideredLost" ] }, "LolReplaysReplaysDynamicConfig": { "type": "object", "description": "", "properties": { "MinSupportedGameServerVersion": { "type": "string" }, "MinutesUntilReplayConsideredLost": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "MinSupportedGameServerVersion", "MinutesUntilReplayConsideredLost" ] }, "LolReplaysReplaysSettingsData": { "type": "object", "description": "", "properties": { "replays-folder-path": { "type": "string" }, "highlights-folder-path": { "type": "string" } }, "additionalProperties": false, "required": [ "replays-folder-path", "highlights-folder-path" ] }, "LolReplaysReplaysSettingsResource": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolReplaysReplaysSettingsData" } }, "additionalProperties": false, "required": [ "data" ] }, "LolReplaysRoflFileMetadata": { "type": "object", "description": "", "properties": { "gameLength": { "type": "integer", "format": "uint32", "minimum": 0 }, "gameVersion": { "type": "string" }, "lastGameChunkId": { "type": "integer", "format": "uint32", "minimum": 0 }, "lastKeyFrameId": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "gameLength", "gameVersion", "lastGameChunkId", "lastKeyFrameId" ] }, "LolRewardsCelebrationType": { "type": "string", "description": "", "enum": [ "FULLSCREEN", "TOAST", "NONE" ], "additionalProperties": false }, "LolRewardsGrantStatus": { "type": "string", "description": "", "enum": [ "FAILED", "FULFILLED", "PENDING_SELECTION", "PENDING_FULFILLMENT" ], "additionalProperties": false }, "LolRewardsGrantorDescription": { "type": "object", "description": "", "properties": { "appName": { "type": "string" }, "entityId": { "type": "string" } }, "additionalProperties": false, "required": [ "appName", "entityId" ] }, "LolRewardsRMSPayload": { "type": "object", "description": "", "properties": { "productId": { "type": "string" }, "affinities": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "productId", "affinities" ] }, "LolRewardsRegionLocale": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale" ] }, "LolRewardsRequestDTO-SelectionRequestDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolRewardsSelectionRequestDTO" }, "metadata": { "$ref": "#/components/schemas/LolRewardsRequestMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolRewardsRequestDTO-vector-SelectionRequestDTO": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LolRewardsSelectionRequestDTO" } }, "metadata": { "$ref": "#/components/schemas/LolRewardsRequestMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolRewardsRequestDTO-vector-string": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "type": "string" } }, "metadata": { "$ref": "#/components/schemas/LolRewardsRequestMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolRewardsRequestMetadataDTO": { "type": "object", "description": "", "properties": { "transactionId": { "type": "string" } }, "additionalProperties": false }, "LolRewardsResponseDTO-SvcRewardGrant": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolRewardsSvcRewardGrant" }, "metadata": { "$ref": "#/components/schemas/LolRewardsResponseMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolRewardsResponseDTO-map-RewardGroupId-SelectGrantStatus": { "type": "object", "description": "", "properties": { "data": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolRewardsSelectGrantStatusResponse" } }, "metadata": { "$ref": "#/components/schemas/LolRewardsResponseMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolRewardsResponseDTO-vector-SvcRewardGrant": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LolRewardsSvcRewardGrant" } }, "metadata": { "$ref": "#/components/schemas/LolRewardsResponseMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolRewardsResponseDTO-vector-SvcRewardGroup": { "type": "object", "description": "", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/LolRewardsSvcRewardGroup" } }, "metadata": { "$ref": "#/components/schemas/LolRewardsResponseMetadataDTO" } }, "additionalProperties": false, "required": [ "data", "metadata" ] }, "LolRewardsResponseMetadataDTO": { "type": "object", "description": "", "additionalProperties": true }, "LolRewardsReward": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "itemId": { "type": "string" }, "itemType": { "type": "string" }, "quantity": { "type": "integer", "format": "int32" }, "fulfillmentSource": { "type": "string" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "itemId", "itemType", "quantity", "fulfillmentSource", "media", "localizations" ] }, "LolRewardsRewardGrant": { "type": "object", "description": "", "properties": { "info": { "$ref": "#/components/schemas/LolRewardsSvcRewardGrant" }, "rewardGroup": { "$ref": "#/components/schemas/LolRewardsSvcRewardGroup" } }, "additionalProperties": false, "required": [ "info", "rewardGroup" ] }, "LolRewardsRewardStatus": { "type": "string", "description": "", "enum": [ "FAILED", "FULFILLED", "PENDING" ], "additionalProperties": false }, "LolRewardsRewardStrategy": { "type": "string", "description": "", "enum": [ "SELECTION", "RANDOM", "ALL" ], "additionalProperties": false }, "LolRewardsRewardsConfig": { "type": "object", "description": "", "properties": { "GrantFiltering": { "type": "boolean" } }, "additionalProperties": false, "required": [ "GrantFiltering" ] }, "LolRewardsSelectGrantStatusResponse": { "type": "string", "description": "", "enum": [ "FAILED", "SELECTED" ], "additionalProperties": false }, "LolRewardsSelectionRequestDTO": { "type": "object", "description": "", "properties": { "grantId": { "type": "string" }, "rewardGroupId": { "type": "string" }, "selections": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "grantId", "rewardGroupId", "selections" ] }, "LolRewardsSelectionStrategyConfig": { "type": "object", "description": "", "properties": { "minSelectionsAllowed": { "type": "integer", "format": "uint32", "minimum": 0 }, "maxSelectionsAllowed": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "minSelectionsAllowed", "maxSelectionsAllowed" ] }, "LolRewardsSvcRewardGrant": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "granteeId": { "type": "string" }, "rewardGroupId": { "type": "string" }, "dateCreated": { "type": "string" }, "status": { "$ref": "#/components/schemas/LolRewardsGrantStatus" }, "grantElements": { "type": "array", "items": { "$ref": "#/components/schemas/LolRewardsSvcRewardGrantElement" } }, "selectedIds": { "type": "array", "items": { "type": "string" } }, "viewed": { "type": "boolean" }, "grantorDescription": { "$ref": "#/components/schemas/LolRewardsGrantorDescription" }, "messageParameters": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "id", "granteeId", "rewardGroupId", "dateCreated", "status", "grantElements", "selectedIds", "viewed", "grantorDescription", "messageParameters" ] }, "LolRewardsSvcRewardGrantElement": { "type": "object", "description": "", "properties": { "elementId": { "type": "string" }, "itemId": { "type": "string" }, "itemType": { "type": "string" }, "fulfillmentSource": { "type": "string" }, "status": { "$ref": "#/components/schemas/LolRewardsRewardStatus" }, "quantity": { "type": "integer", "format": "int32" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "elementId", "itemId", "itemType", "fulfillmentSource", "status", "quantity", "media", "localizations" ] }, "LolRewardsSvcRewardGroup": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolRewardsReward" } }, "childRewardGroupIds": { "type": "array", "items": { "type": "string" } }, "rewardStrategy": { "$ref": "#/components/schemas/LolRewardsRewardStrategy" }, "selectionStrategyConfig": { "$ref": "#/components/schemas/LolRewardsSelectionStrategyConfig" }, "active": { "type": "boolean" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } }, "celebrationType": { "$ref": "#/components/schemas/LolRewardsCelebrationType" } }, "additionalProperties": false, "required": [ "id", "productId", "types", "rewards", "childRewardGroupIds", "rewardStrategy", "active", "media", "localizations", "celebrationType" ] }, "LolRiotMessagingServiceChampionMasteryLevelUp": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "hasLeveledUp": { "type": "boolean" }, "championLevel": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "id", "puuid", "championId", "hasLeveledUp", "championLevel" ] }, "LolRiotMessagingServiceGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolRiotMessagingServiceGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolRiotMessagingServiceGameflowPhase" } }, "additionalProperties": false, "required": [ "phase" ] }, "LolRiotclientUpgraderGameflowAvailability": { "type": "object", "description": "", "properties": { "isAvailable": { "type": "boolean" }, "state": { "type": "string" } }, "additionalProperties": false, "required": [ "isAvailable", "state" ] }, "LolRsoAuthAccessToken": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "scopes", "expiry" ] }, "LolRsoAuthAuthError": { "type": "object", "description": "", "properties": { "error": { "type": "string" }, "errorDescription": { "type": "string" } }, "additionalProperties": false, "required": [ "error", "errorDescription" ] }, "LolRsoAuthAuthorization": { "type": "object", "description": "", "properties": { "currentPlatformId": { "type": "string" }, "currentAccountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "subject": { "type": "string" } }, "additionalProperties": false, "required": [ "currentPlatformId", "currentAccountId", "subject" ] }, "LolRsoAuthAuthorizationRequest": { "type": "object", "description": "", "properties": { "scope": { "type": "array", "items": { "type": "string" } }, "trustLevels": { "type": "array", "items": { "$ref": "#/components/schemas/LolRsoAuthRSOAuthorizationTrustLevel" } }, "clientId": { "type": "string" }, "claims": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "scope", "trustLevels", "clientId", "claims" ] }, "LolRsoAuthAuthorizationResponse": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "authorization": { "$ref": "#/components/schemas/LolRsoAuthImplicitAuthorization" }, "country": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "authorization", "country" ] }, "LolRsoAuthConfigReadinessEnum": { "type": "string", "description": "", "enum": [ "Disabled", "Ready", "NotReady" ], "additionalProperties": false }, "LolRsoAuthConfigStatus": { "type": "object", "description": "", "properties": { "readiness": { "$ref": "#/components/schemas/LolRsoAuthConfigReadinessEnum" } }, "additionalProperties": false, "required": [ "readiness" ] }, "LolRsoAuthConfigType": { "type": "string", "description": "", "enum": [ "player", "public" ], "additionalProperties": false }, "LolRsoAuthDeviceId": { "type": "object", "description": "", "properties": { "collectorServerName": { "type": "string" }, "merchantId": { "type": "string" }, "sessionId": { "type": "string" }, "installId": { "type": "string" }, "frameUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "collectorServerName", "merchantId", "sessionId", "installId", "frameUrl" ] }, "LolRsoAuthEntitlementsToken": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "entitlements": { "type": "array", "items": { "type": "string" } }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "entitlements", "expiry" ] }, "LolRsoAuthIdToken": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "expiry" ] }, "LolRsoAuthImplicitAuthorization": { "type": "object", "description": "", "properties": { "accessToken": { "$ref": "#/components/schemas/LolRsoAuthAccessToken" }, "idToken": { "$ref": "#/components/schemas/LolRsoAuthIdToken" } }, "additionalProperties": false, "required": [ "accessToken", "idToken" ] }, "LolRsoAuthPublicClientConfig": { "type": "object", "description": "", "properties": { "url": { "type": "string" }, "clientId": { "type": "string" } }, "additionalProperties": false, "required": [ "url", "clientId" ] }, "LolRsoAuthRSOAuthorizationTrustLevel": { "type": "string", "description": "", "enum": [ "always_verify", "trusted_device", "always_trusted" ], "additionalProperties": false }, "LolRsoAuthRSOConfigReadyState": { "type": "object", "description": "", "properties": { "ready": { "type": "boolean" } }, "additionalProperties": false, "required": [ "ready" ] }, "LolRsoAuthRSOJWTConfig": { "type": "object", "description": "", "properties": { "token": { "type": "string" } }, "additionalProperties": false }, "LolRsoAuthRSOPlayerCredentials": { "type": "object", "description": "", "properties": { "username": { "type": "string" }, "password": { "type": "string" }, "platformId": { "type": "string" } }, "additionalProperties": false, "required": [ "username", "password", "platformId" ] }, "LolRsoAuthRegionStatus": { "type": "object", "description": "", "properties": { "platformId": { "type": "string" }, "enabled": { "type": "boolean" }, "isLQFallbackAllowed": { "type": "boolean" }, "isUserInfoEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "platformId", "enabled", "isLQFallbackAllowed", "isUserInfoEnabled" ] }, "LolRsoAuthSessionResponse": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "error": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "error" ] }, "LolRsoAuthUserInfo": { "type": "object", "description": "", "properties": { "userInfo": { "type": "string" } }, "additionalProperties": false, "required": [ "userInfo" ] }, "LolSeasonsAllProductSeasonQuery": { "type": "object", "description": "", "properties": { "lastNYears": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "lastNYears" ] }, "LolSeasonsAllSeasonsProduct": { "type": "object", "description": "", "properties": { "seasonId": { "type": "integer", "format": "int32" }, "seasonStart": { "type": "integer", "format": "int64" }, "seasonEnd": { "type": "integer", "format": "int64" }, "act": { "type": "boolean" }, "metadata": { "$ref": "#/components/schemas/LolSeasonsSeasonMetaData" } }, "additionalProperties": false, "required": [ "seasonId", "seasonStart", "seasonEnd", "act", "metadata" ] }, "LolSeasonsSeasonMetaData": { "type": "object", "description": "", "properties": { "year": { "type": "integer", "format": "uint16", "minimum": 0 }, "locKey": { "type": "string" }, "publicName": { "type": "string" }, "currentSplit": { "type": "integer", "format": "int32" }, "totalSplit": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "year", "locKey", "publicName", "currentSplit", "totalSplit" ] }, "LolServiceStatusBroadcastMessage": { "type": "object", "description": "", "properties": { "content": { "type": "string" }, "messageKey": { "type": "string" }, "severity": { "type": "string" } }, "additionalProperties": false, "required": [ "content", "messageKey", "severity" ] }, "LolServiceStatusBroadcastNotification": { "type": "object", "description": "", "properties": { "broadcastMessages": { "type": "array", "items": { "$ref": "#/components/schemas/LolServiceStatusBroadcastMessage" } } }, "additionalProperties": false, "required": [ "broadcastMessages" ] }, "LolServiceStatusLegacyServiceStatusMessage": { "type": "object", "description": "", "properties": { "created_at": { "type": "string" }, "updated_at": { "type": "string" }, "severity": { "type": "string" }, "heading": { "type": "string" }, "content": { "type": "string" }, "translations": { "type": "array", "items": { "$ref": "#/components/schemas/LolServiceStatusLegacyServiceStatusTranslation" } } }, "additionalProperties": false, "required": [ "created_at", "updated_at", "severity", "heading", "content", "translations" ] }, "LolServiceStatusLegacyServiceStatusResponse": { "type": "object", "description": "", "properties": { "status": { "type": "string" }, "messages": { "type": "array", "items": { "$ref": "#/components/schemas/LolServiceStatusLegacyServiceStatusMessage" } } }, "additionalProperties": false, "required": [ "status", "messages" ] }, "LolServiceStatusLegacyServiceStatusTranslation": { "type": "object", "description": "", "properties": { "locale": { "type": "string" }, "heading": { "type": "string" }, "content": { "type": "string" } }, "additionalProperties": false, "required": [ "locale" ] }, "LolServiceStatusLoginDataPacket": { "type": "object", "description": "", "properties": { "broadcastNotification": { "$ref": "#/components/schemas/LolServiceStatusBroadcastNotification" } }, "additionalProperties": false, "required": [ "broadcastNotification" ] }, "LolServiceStatusRegionLocaleResource": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale" ] }, "LolServiceStatusRiotStatusIncident": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "archive_at": { "type": "string" }, "incident_severity": { "type": "string" }, "titles": { "type": "array", "items": { "$ref": "#/components/schemas/LolServiceStatusRiotStatusTitle" } }, "platforms": { "type": "array", "items": { "type": "string" } }, "updated_at": { "type": "string" }, "created_at": { "type": "string" }, "updates": { "type": "array", "items": { "$ref": "#/components/schemas/LolServiceStatusRiotStatusUpdate" } } }, "additionalProperties": false, "required": [ "id", "incident_severity", "titles", "platforms", "created_at", "updates" ] }, "LolServiceStatusRiotStatusMaintenance": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "archive_at": { "type": "string" }, "updates": { "type": "array", "items": { "$ref": "#/components/schemas/LolServiceStatusRiotStatusUpdate" } }, "created_at": { "type": "string" }, "platforms": { "type": "array", "items": { "type": "string" } }, "updated_at": { "type": "string" }, "maintenance_status": { "type": "string" }, "titles": { "type": "array", "items": { "$ref": "#/components/schemas/LolServiceStatusRiotStatusTitle" } } }, "additionalProperties": false, "required": [ "id", "updates", "created_at", "platforms", "maintenance_status", "titles" ] }, "LolServiceStatusRiotStatusResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "locales": { "type": "array", "items": { "type": "string" } }, "maintenances": { "type": "array", "items": { "$ref": "#/components/schemas/LolServiceStatusRiotStatusMaintenance" } }, "incidents": { "type": "array", "items": { "$ref": "#/components/schemas/LolServiceStatusRiotStatusIncident" } } }, "additionalProperties": false, "required": [ "id", "name", "locales", "maintenances", "incidents" ] }, "LolServiceStatusRiotStatusTitle": { "type": "object", "description": "", "properties": { "locale": { "type": "string" }, "content": { "type": "string" } }, "additionalProperties": false, "required": [ "locale", "content" ] }, "LolServiceStatusRiotStatusTranslation": { "type": "object", "description": "", "properties": { "locale": { "type": "string" }, "content": { "type": "string" } }, "additionalProperties": false, "required": [ "locale", "content" ] }, "LolServiceStatusRiotStatusUpdate": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "updated_at": { "type": "string" }, "publish": { "type": "boolean" }, "author": { "type": "string" }, "created_at": { "type": "string" }, "translations": { "type": "array", "items": { "$ref": "#/components/schemas/LolServiceStatusRiotStatusTranslation" } }, "publish_locations": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "publish", "author", "created_at", "translations", "publish_locations" ] }, "LolServiceStatusServiceStatusResource": { "type": "object", "description": "", "properties": { "status": { "type": "string" }, "humanReadableUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "status", "humanReadableUrl" ] }, "LolServiceStatusTickerMessage": { "type": "object", "description": "", "properties": { "severity": { "type": "string" }, "createdAt": { "type": "string" }, "updatedAt": { "type": "string" }, "heading": { "type": "string" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "severity", "createdAt", "updatedAt", "heading", "message" ] }, "LolSettingsHoneyfruitVNGPublisherSettings": { "type": "object", "description": "", "properties": { "visible": { "type": "boolean" } }, "additionalProperties": false, "required": [ "visible" ] }, "LolSettingsLCUGameSettingsConfig": { "type": "object", "description": "", "properties": { "HotkeysEnabled": { "type": "boolean" }, "SoundEnabled": { "type": "boolean" }, "InterfaceEnabled": { "type": "boolean" }, "GameplayEnabled": { "type": "boolean" }, "ReplaysEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "HotkeysEnabled", "SoundEnabled", "InterfaceEnabled", "GameplayEnabled", "ReplaysEnabled" ] }, "LolSettingsLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolSettingsLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId" ] }, "LolSettingsLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolSettingsPublisher": { "type": "string", "description": "", "enum": [ "vng", "twm", "tencent", "garena", "riot" ], "additionalProperties": false }, "LolSettingsRegionLocale": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale" ] }, "LolSettingsReplaysConfig": { "type": "object", "description": "", "properties": { "replayServiceEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "replayServiceEnabled" ] }, "LolSettingsSettingCategory": { "type": "object", "description": "", "properties": { "schemaVersion": { "type": "integer", "format": "int32" }, "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "schemaVersion", "data" ] }, "LolSettingsSettingsConfig": { "type": "object", "description": "", "properties": { "isHotkeysEnabled": { "type": "boolean" }, "isSoundEnabled": { "type": "boolean" }, "isInterfaceEnabled": { "type": "boolean" }, "isGameplayEnabled": { "type": "boolean" }, "isReplaysEnabled": { "type": "boolean" }, "isPrivacyNoticeEnabled": { "type": "boolean" }, "isTermsEnabled": { "type": "boolean" }, "isLegalStatementsEnabled": { "type": "boolean" }, "localizedLicensesURL": { "type": "string" } }, "additionalProperties": false, "required": [ "isHotkeysEnabled", "isSoundEnabled", "isInterfaceEnabled", "isGameplayEnabled", "isReplaysEnabled", "isPrivacyNoticeEnabled", "isTermsEnabled", "isLegalStatementsEnabled", "localizedLicensesURL" ] }, "LolSettingsVNGStatusResponse": { "type": "object", "description": "", "properties": { "action_required": { "type": "boolean" }, "action_url": { "type": "string" }, "action_url_raw": { "type": "string" } }, "additionalProperties": false, "required": [ "action_required", "action_url", "action_url_raw" ] }, "LolShutdownShutdownNotification": { "type": "object", "description": "", "properties": { "reason": { "$ref": "#/components/schemas/LolShutdownShutdownReason" }, "countdown": { "type": "number", "format": "float" }, "additionalInfo": { "type": "string" } }, "additionalProperties": false, "required": [ "reason", "countdown", "additionalInfo" ] }, "LolShutdownShutdownReason": { "type": "string", "description": "", "enum": [ "PlayerBanned", "LcuAlphaDisabled", "PlatformMaintenance", "Invalid" ], "additionalProperties": false }, "LolSimpleDialogMessagesGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolSimpleDialogMessagesGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolSimpleDialogMessagesGameflowPhase" } }, "additionalProperties": false, "required": [ "phase" ] }, "LolSimpleDialogMessagesLocalMessageRequest": { "type": "object", "description": "", "properties": { "msgType": { "type": "string" }, "msgBody": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "msgType", "msgBody" ] }, "LolSimpleDialogMessagesLoginDataPacket": { "type": "object", "description": "", "properties": { "simpleMessages": { "type": "array", "items": { "$ref": "#/components/schemas/LolSimpleDialogMessagesSimpleMessage" } } }, "additionalProperties": false, "required": [ "simpleMessages" ] }, "LolSimpleDialogMessagesMessage": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "type": { "type": "string" }, "body": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "id", "type", "body" ] }, "LolSimpleDialogMessagesSimpleMessage": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "type": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "msgId", "type", "params" ] }, "LolSocialLeaderboardFriendResource": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" }, "gameName": { "type": "string" }, "gameTag": { "type": "string" }, "puuid": { "type": "string" }, "icon": { "type": "integer", "format": "int32" }, "availability": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "name", "gameName", "gameTag", "puuid", "icon", "availability" ] }, "LolSocialLeaderboardGiftingFriend": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId" ] }, "LolSocialLeaderboardLeagueDivision": { "type": "string", "description": "", "enum": [ "NA", "V", "IV", "III", "II", "I" ], "additionalProperties": false }, "LolSocialLeaderboardLeagueQueueType": { "type": "string", "description": "", "enum": [ "RANKED_TFT_DOUBLE_UP", "RANKED_TFT_PAIRS", "RANKED_TFT_TURBO", "RANKED_TFT", "RANKED_FLEX_TT", "RANKED_FLEX_SR", "RANKED_SOLO_5x5", "NONE" ], "additionalProperties": false }, "LolSocialLeaderboardLeagueTierNumValue": { "type": "string", "description": "", "enum": [ "CHALLENGER", "GRANDMASTER", "MASTER", "DIAMOND", "EMERALD", "PLATINUM", "GOLD", "SILVER", "BRONZE", "IRON", "NONE" ], "additionalProperties": false }, "LolSocialLeaderboardRankedQueueStats": { "type": "object", "description": "", "properties": { "queueType": { "$ref": "#/components/schemas/LolSocialLeaderboardLeagueQueueType" }, "provisionalGamesRemaining": { "type": "integer", "format": "int32" }, "isProvisional": { "type": "boolean" }, "tier": { "type": "string" }, "division": { "$ref": "#/components/schemas/LolSocialLeaderboardLeagueDivision" }, "leaguePoints": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "queueType", "provisionalGamesRemaining", "isProvisional", "tier", "division", "leaguePoints", "wins" ] }, "LolSocialLeaderboardRankedStats": { "type": "object", "description": "", "properties": { "queueMap": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolSocialLeaderboardRankedQueueStats" } } }, "additionalProperties": false, "required": [ "queueMap" ] }, "LolSocialLeaderboardSocialLeaderboardData": { "type": "object", "description": "", "properties": { "rowData": { "type": "array", "items": { "$ref": "#/components/schemas/LolSocialLeaderboardSocialLeaderboardRowData" } }, "nextUpdateTime": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "rowData", "nextUpdateTime" ] }, "LolSocialLeaderboardSocialLeaderboardRowData": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" }, "provisionalGamesRemaining": { "type": "integer", "format": "int32" }, "isProvisional": { "type": "boolean" }, "tier": { "type": "string" }, "division": { "$ref": "#/components/schemas/LolSocialLeaderboardLeagueDivision" }, "leaguePoints": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "summonerLevel": { "type": "integer", "format": "int32" }, "profileIconId": { "type": "integer", "format": "int32" }, "availability": { "type": "string" }, "leaderboardPosition": { "type": "integer", "format": "int32" }, "isGiftable": { "type": "boolean" } }, "additionalProperties": false, "required": [ "puuid", "summonerId", "summonerName", "gameName", "tagLine", "provisionalGamesRemaining", "isProvisional", "tier", "division", "leaguePoints", "wins", "summonerLevel", "profileIconId", "availability", "leaderboardPosition", "isGiftable" ] }, "LolSocialLeaderboardSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" }, "internalName": { "type": "string" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "puuid": { "type": "string" }, "profileIconId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "summonerId", "accountId", "displayName", "internalName", "gameName", "tagLine", "summonerLevel", "puuid", "profileIconId" ] }, "LolSpectatorQueue": { "type": "object", "description": "", "properties": { "spectatorEnabled": { "type": "boolean" }, "id": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "spectatorEnabled", "id" ] }, "LolSpectatorSpectateAvailabilityResponseDto": { "type": "object", "description": "", "properties": { "availableForWatching": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "availableForWatching" ] }, "LolSpectatorSpectateAvailabilityResponseDtoV2": { "type": "object", "description": "", "properties": { "availableForWatching": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "availableForWatching" ] }, "LolSpectatorSpectateAvailabilityResponseDtoV3": { "type": "object", "description": "", "properties": { "availableForWatching": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "availableForWatching" ] }, "LolSpectatorSpectateGameInfo": { "type": "object", "description": "", "properties": { "dropInSpectateGameId": { "type": "string" }, "gameQueueType": { "type": "string" }, "allowObserveMode": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "dropInSpectateGameId", "gameQueueType", "allowObserveMode", "puuid" ] }, "LolSpectatorSpectateResource": { "type": "object", "description": "", "properties": { "availableForWatching": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "availableForWatching" ] }, "LolSpectatorSpectatorConfig": { "type": "object", "description": "", "properties": { "isEnabled": { "type": "boolean" }, "isSpectatorDelayConfigurable": { "type": "boolean" }, "isBracketSpectatingEnabled": { "type": "boolean" }, "isUsingClientConfigForSpectator": { "type": "boolean" }, "spectatableQueues": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "isEnabled", "isSpectatorDelayConfigurable", "isBracketSpectatingEnabled", "isUsingClientConfigForSpectator", "spectatableQueues" ] }, "LolSpectatorSpectatorDynamicConfiguration": { "type": "object", "description": "", "properties": { "isEnabled": { "type": "boolean" }, "isSpectatorDelayConfigurable": { "type": "boolean" }, "isUsingOperationalConfig": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isEnabled", "isSpectatorDelayConfigurable", "isUsingOperationalConfig" ] }, "LolSpectatorSpectatorOperationalConfiguration": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "enforceGridSpectating": { "type": "boolean" } }, "additionalProperties": false, "required": [ "enabled", "enforceGridSpectating" ] }, "LolSpectatorSummonerIdAvailability": { "type": "object", "description": "", "properties": { "availableForWatching": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "availableForWatching" ] }, "LolSpectatorSummonerOrTeamAvailabilty": { "type": "object", "description": "", "properties": { "availableForWatching": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "availableForWatching" ] }, "LolSpectatorSummonerPuuidsSpectateResource": { "type": "object", "description": "", "properties": { "availableForWatching": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "availableForWatching" ] }, "LolStatstonesCatalogBundle": { "type": "object", "description": "", "properties": { "item": { "$ref": "#/components/schemas/LolStatstonesCatalogItemDetails" } }, "additionalProperties": false, "required": [ "item" ] }, "LolStatstonesCatalogBundlePrice": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "cost": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "currency", "cost" ] }, "LolStatstonesCatalogItemDetails": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "subInventoryType": { "type": "string" }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesCatalogBundlePrice" } }, "releaseDate": { "type": "string" }, "itemInstanceId": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "subInventoryType", "prices", "releaseDate", "itemInstanceId" ] }, "LolStatstonesChampionStatstoneSetSummary": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "stonesAvailable": { "type": "integer", "format": "uint32", "minimum": 0 }, "stonesOwned": { "type": "integer", "format": "uint32", "minimum": 0 }, "stonesIlluminated": { "type": "integer", "format": "uint32", "minimum": 0 }, "milestonesPassed": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "name", "stonesAvailable", "stonesOwned", "stonesIlluminated", "milestonesPassed" ] }, "LolStatstonesChampionStatstoneSummary": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "stonesAvailable": { "type": "integer", "format": "uint32", "minimum": 0 }, "stonesOwned": { "type": "integer", "format": "uint32", "minimum": 0 }, "stonesIlluminated": { "type": "integer", "format": "uint32", "minimum": 0 }, "milestonesPassed": { "type": "integer", "format": "uint32", "minimum": 0 }, "sets": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesChampionStatstoneSetSummary" } } }, "additionalProperties": false, "required": [ "championId", "stonesAvailable", "stonesOwned", "stonesIlluminated", "milestonesPassed", "sets" ] }, "LolStatstonesCollectionsChampion": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "squarePortraitPath": { "type": "string" }, "id": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "name", "squarePortraitPath", "id" ] }, "LolStatstonesEogNotificationEnvelope": { "type": "object", "description": "", "properties": { "selfStatstoneProgress": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesStatstoneProgress" } }, "selfPersonalBests": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesPersonalBestNotification" } }, "selfMilestoneProgress": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesMilestoneProgressNotification" } }, "othersPersonalBests": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesPersonalBestNotification" } } }, "additionalProperties": false, "required": [ "selfStatstoneProgress", "selfPersonalBests", "selfMilestoneProgress", "othersPersonalBests" ] }, "LolStatstonesGameDataItemReference": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "contentId": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "contentId" ] }, "LolStatstonesGameDataStatstone": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "trackingType": { "type": "integer", "format": "uint32", "minimum": 0 }, "isRetired": { "type": "boolean" }, "isEpic": { "type": "boolean" }, "boundChampion": { "$ref": "#/components/schemas/LolStatstonesGameDataItemReference" }, "milestones": { "type": "array", "items": { "type": "integer", "format": "uint32", "minimum": 0 } }, "category": { "type": "string" }, "description": { "type": "string" }, "iconUnowned": { "type": "string" }, "iconUnlit": { "type": "string" }, "iconLit": { "type": "string" }, "iconFull": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "contentId", "itemId", "trackingType", "isRetired", "isEpic", "boundChampion", "milestones", "category", "description", "iconUnowned", "iconUnlit", "iconLit", "iconFull" ] }, "LolStatstonesGameDataStatstonePack": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "name", "description", "contentId", "itemId" ] }, "LolStatstonesGameDataStatstoneSet": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "contentId": { "type": "string" }, "statstones": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesGameDataStatstone" } }, "price": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "name", "itemId", "inventoryType", "contentId", "statstones", "price" ] }, "LolStatstonesGameDataStatstonesInfo": { "type": "object", "description": "", "properties": { "statstoneData": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesGameDataStatstoneSet" } }, "packData": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesGameDataStatstonePack" } }, "packIdToStatStonesIds": { "type": "object", "additionalProperties": true }, "seriesIdToStatStoneIds": { "type": "object", "additionalProperties": true }, "packIdToSubPackIds": { "type": "object", "additionalProperties": true }, "collectionIdToStatStoneIds": { "type": "object", "additionalProperties": true }, "packIdToChampIds": { "type": "object", "additionalProperties": true }, "champIdToPackIds": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "statstoneData", "packData", "packIdToStatStonesIds", "seriesIdToStatStoneIds", "packIdToSubPackIds", "collectionIdToStatStoneIds", "packIdToChampIds", "champIdToPackIds" ] }, "LolStatstonesLoadout": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "scope": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "loadout": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "id", "name", "scope", "itemId", "loadout" ] }, "LolStatstonesLoadoutItem": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "contentId", "itemId" ] }, "LolStatstonesMilestoneNotificationDto": { "type": "object", "description": "", "properties": { "statstoneId": { "type": "string" }, "level": { "type": "integer", "format": "int32" }, "threshold": { "type": "integer", "format": "int32" }, "isCompleted": { "type": "boolean" } }, "additionalProperties": false, "required": [ "statstoneId", "level", "threshold", "isCompleted" ] }, "LolStatstonesMilestoneProgressNotification": { "type": "object", "description": "", "properties": { "statstoneId": { "type": "string" }, "statstoneName": { "type": "string" }, "threshold": { "type": "integer", "format": "int32" }, "imageUrl": { "type": "string" }, "level": { "type": "string" } }, "additionalProperties": false, "required": [ "statstoneId", "statstoneName", "threshold", "imageUrl", "level" ] }, "LolStatstonesNumberFormattingBehavior": { "type": "object", "description": "", "properties": { "digitsForThousandsSeperator": { "type": "integer", "format": "uint32", "minimum": 0 }, "trimTrailingZerosAfterDecimal": { "type": "boolean" }, "westernNumberGrouping": { "type": "boolean" } }, "additionalProperties": false, "required": [ "digitsForThousandsSeperator", "trimTrailingZerosAfterDecimal", "westernNumberGrouping" ] }, "LolStatstonesNumberFormattingData": { "type": "object", "description": "", "properties": { "decimalSeperator": { "type": "string" }, "thousandSeperator": { "type": "string" }, "thousandAbbreviation": { "type": "string" }, "tenThousandAbbreviation": { "type": "string" }, "millionAbbreviation": { "type": "string" }, "oneHundredMillionAbbreviation": { "type": "string" }, "billionAbbreviation": { "type": "string" }, "trillionAbbreviation": { "type": "string" }, "secondAbbreviation": { "type": "string" }, "minuteAbbreviation": { "type": "string" }, "hourAbbreviation": { "type": "string" }, "metersAbbreviation": { "type": "string" }, "kilometersAbbreviation": { "type": "string" }, "percentageFormat": { "type": "string" }, "numberFormattingBehavior": { "$ref": "#/components/schemas/LolStatstonesNumberFormattingBehavior" } }, "additionalProperties": false, "required": [ "decimalSeperator", "thousandSeperator", "thousandAbbreviation", "tenThousandAbbreviation", "millionAbbreviation", "oneHundredMillionAbbreviation", "billionAbbreviation", "trillionAbbreviation", "secondAbbreviation", "minuteAbbreviation", "hourAbbreviation", "metersAbbreviation", "kilometersAbbreviation", "percentageFormat", "numberFormattingBehavior" ] }, "LolStatstonesPersonalBestNotification": { "type": "object", "description": "", "properties": { "summoner": { "$ref": "#/components/schemas/LolStatstonesSummoner" }, "statstoneId": { "type": "string" }, "statstoneName": { "type": "string" }, "personalBest": { "type": "string" }, "imageUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "summoner", "statstoneId", "statstoneName", "personalBest", "imageUrl" ] }, "LolStatstonesPriceInfo": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "price": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "currency", "price" ] }, "LolStatstonesProfileStatstoneSummary": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "value": { "type": "string" }, "imageUrl": { "type": "string" }, "category": { "type": "string" } }, "additionalProperties": false, "required": [ "championId", "name", "value", "imageUrl", "category" ] }, "LolStatstonesStatstone": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "statstoneId": { "type": "string" }, "boundChampionItemId": { "type": "integer", "format": "uint32", "minimum": 0 }, "nextMilestone": { "type": "string" }, "completionValue": { "type": "number", "format": "float" }, "isComplete": { "type": "boolean" }, "isFeatured": { "type": "boolean" }, "isEpic": { "type": "boolean" }, "isRetired": { "type": "boolean" }, "category": { "type": "string" }, "imageUrl": { "type": "string" }, "description": { "type": "string" }, "formattedValue": { "type": "string" }, "formattedPersonalBest": { "type": "string" }, "formattedMilestoneLevel": { "type": "string" }, "playerRecord": { "$ref": "#/components/schemas/LolStatstonesStatstonePlayerRecord" } }, "additionalProperties": false, "required": [ "name", "statstoneId", "boundChampionItemId", "nextMilestone", "completionValue", "isComplete", "isFeatured", "isEpic", "isRetired", "category", "imageUrl", "description", "formattedValue", "formattedPersonalBest", "formattedMilestoneLevel" ] }, "LolStatstonesStatstoneCompletion": { "type": "object", "description": "", "properties": { "statstoneName": { "type": "string" }, "category": { "type": "string" }, "isEpic": { "type": "boolean" } }, "additionalProperties": false, "required": [ "statstoneName", "category", "isEpic" ] }, "LolStatstonesStatstoneFeaturedRequest": { "type": "object", "description": "", "properties": { "index": { "type": "integer", "format": "int32" }, "existingFeatured": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesStatstone" } } }, "additionalProperties": false, "required": [ "index", "existingFeatured" ] }, "LolStatstonesStatstoneMasteryVignette": { "type": "object", "description": "", "properties": { "numSetsCompleted": { "type": "integer", "format": "uint32", "minimum": 0 }, "masteryLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "completedSetUuids": { "type": "array", "items": { "type": "string" } }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "numSetsCompleted", "masteryLevel", "completedSetUuids", "puuid" ] }, "LolStatstonesStatstoneNotificationDto": { "type": "object", "description": "", "properties": { "statstoneId": { "type": "string" }, "puuid": { "type": "string" }, "delta": { "type": "integer", "format": "int32" }, "value": { "type": "integer", "format": "int32" }, "level": { "type": "integer", "format": "int32" }, "best": { "type": "integer", "format": "int32" }, "isNewBest": { "type": "boolean" } }, "additionalProperties": false, "required": [ "statstoneId", "puuid", "delta", "value", "level", "best", "isNewBest" ] }, "LolStatstonesStatstoneNotificationEnvelopeDto": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "updates": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesStatstoneNotificationDto" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesMilestoneNotificationDto" } } }, "additionalProperties": false, "required": [ "gameId", "updates", "milestones" ] }, "LolStatstonesStatstonePlayerRecord": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "statstoneId": { "type": "string" }, "value": { "type": "integer", "format": "uint32", "minimum": 0 }, "personalBest": { "type": "integer", "format": "uint32", "minimum": 0 }, "milestoneLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "dateAcquired": { "type": "string" }, "dateModified": { "type": "string" }, "dateCompleted": { "type": "string" }, "dateArchived": { "type": "string" }, "entitled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "puuid", "statstoneId", "value", "personalBest", "milestoneLevel", "dateAcquired", "dateModified", "dateCompleted", "dateArchived", "entitled" ] }, "LolStatstonesStatstoneProgress": { "type": "object", "description": "", "properties": { "statstoneId": { "type": "string" }, "statstoneName": { "type": "string" }, "description": { "type": "string" }, "imageUrl": { "type": "string" }, "delta": { "type": "string" }, "value": { "type": "string" }, "nextMilestone": { "type": "string" }, "existingProgressPercent": { "type": "string" }, "newProgressPercent": { "type": "string" }, "newMilestoneDifference": { "type": "string" }, "totalProgressPercent": { "type": "string" }, "category": { "type": "string" }, "level": { "type": "integer", "format": "int32" }, "best": { "type": "integer", "format": "int32" }, "isNewBest": { "type": "boolean" } }, "additionalProperties": false, "required": [ "statstoneId", "statstoneName", "description", "imageUrl", "delta", "value", "nextMilestone", "existingProgressPercent", "newProgressPercent", "newMilestoneDifference", "totalProgressPercent", "category", "level", "best", "isNewBest" ] }, "LolStatstonesStatstoneRekindledVignette": { "type": "object", "description": "", "properties": { "portraitPath": { "type": "string" }, "statstone": { "$ref": "#/components/schemas/LolStatstonesStatstoneCompletion" } }, "additionalProperties": false, "required": [ "portraitPath", "statstone" ] }, "LolStatstonesStatstoneSet": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "statstones": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesStatstone" } }, "stonesOwned": { "type": "integer", "format": "uint32", "minimum": 0 }, "milestonesPassed": { "type": "integer", "format": "uint32", "minimum": 0 }, "itemId": { "type": "integer", "format": "uint32", "minimum": 0 }, "inventoryType": { "type": "string" }, "subInventoryType": { "type": "string" }, "itemInstanceID": { "type": "string" }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesPriceInfo" } }, "ownedFromPacks": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesGameDataStatstonePack" } } }, "additionalProperties": false, "required": [ "name", "statstones", "stonesOwned", "milestonesPassed", "itemId", "inventoryType", "subInventoryType", "itemInstanceID", "prices", "ownedFromPacks" ] }, "LolStatstonesStatstoneSetCompleteVignette": { "type": "object", "description": "", "properties": { "statstones": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesStatstoneCompletion" } } }, "additionalProperties": false, "required": [ "statstones" ] }, "LolStatstonesStatstoneVignetteNotificationEnvelopeDto": { "type": "object", "description": "", "properties": { "champName": { "type": "string" }, "champId": { "type": "integer", "format": "int32" }, "masteryVignetteNotifications": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesStatstoneMasteryVignette" } }, "rekindledVignetteNotifications": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesStatstoneRekindledVignette" } }, "setCompleteVignetteNotifications": { "type": "array", "items": { "$ref": "#/components/schemas/LolStatstonesStatstoneSetCompleteVignette" } } }, "additionalProperties": false, "required": [ "champName", "champId", "masteryVignetteNotifications", "rekindledVignetteNotifications", "setCompleteVignetteNotifications" ] }, "LolStatstonesSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "displayName": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "puuid", "displayName" ] }, "LolStoreAccessTokenResource": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "scopes", "expiry" ] }, "LolStoreAliasChangeNotificationResource": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "type": { "type": "string" }, "details": { "$ref": "#/components/schemas/LolStoreAliasDetail" } }, "additionalProperties": false, "required": [ "id", "type", "details" ] }, "LolStoreAliasDetail": { "type": "object", "description": "", "properties": { "field": { "type": "string" }, "old_value": { "type": "string" }, "new_value": { "type": "string" } }, "additionalProperties": false, "required": [ "field", "old_value", "new_value" ] }, "LolStoreAllSummonerData": { "type": "object", "description": "", "properties": { "summoner": { "$ref": "#/components/schemas/LolStoreSummoner" }, "summonerLevelAndPoints": { "$ref": "#/components/schemas/LolStoreSummonerLevelAndPoints" } }, "additionalProperties": false, "required": [ "summoner", "summonerLevelAndPoints" ] }, "LolStoreBundleItemDTO": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "iconUrl": { "type": "string" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "name": { "type": "string" }, "description": { "type": "string" }, "owned": { "type": "boolean" }, "rp": { "type": "integer", "format": "int64" }, "discountedRp": { "type": "integer", "format": "int64" }, "ip": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId", "iconUrl", "quantity", "name", "description", "owned", "rp", "discountedRp", "ip" ] }, "LolStoreBundled": { "type": "object", "description": "", "properties": { "flexible": { "type": "boolean" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreBundledItem" } }, "minimumPrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreBundledItemCost" } } }, "additionalProperties": false, "required": [ "flexible", "items", "minimumPrices" ] }, "LolStoreBundledItem": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "discountPrices": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreBundledItemCost" } } }, "additionalProperties": false, "required": [ "inventoryType", "itemId", "quantity", "discountPrices" ] }, "LolStoreBundledItemCost": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "cost": { "type": "integer", "format": "int64" }, "discount": { "type": "number", "format": "float" }, "costType": { "type": "string" } }, "additionalProperties": false, "required": [ "currency", "cost", "costType" ] }, "LolStoreCapOffer": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "typeId": { "type": "string" }, "label": { "type": "string" }, "productId": { "type": "string" }, "merchantId": { "type": "string" }, "payload": { "type": "object", "additionalProperties": true }, "active": { "type": "boolean" }, "startDate": { "type": "string" }, "createdDate": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "typeId", "label", "productId", "merchantId", "payload", "active", "startDate", "createdDate" ] }, "LolStoreCatalogInstanceToItemKeyMap": { "type": "object", "description": "", "properties": { "platformIds": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolStoreItemKey" } } }, "additionalProperties": false, "required": [ "platformIds" ] }, "LolStoreCatalogItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "iconUrl": { "type": "string" }, "localizations": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolStoreItemLocalization" } }, "active": { "type": "boolean" }, "bundled": { "$ref": "#/components/schemas/LolStoreBundled" }, "inactiveDate": { "type": "string" }, "maxQuantity": { "type": "integer", "format": "int32" }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreItemCost" } }, "releaseDate": { "type": "string" }, "sale": { "$ref": "#/components/schemas/LolStoreSale" }, "subInventoryType": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "itemRequirements": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreItemKey" } }, "metadata": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreItemMetadataEntry" } }, "itemInstanceId": { "type": "string" }, "offerId": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "inventoryType" ] }, "LolStoreFeaturedPageDTO": { "type": "object", "description": "", "properties": { "Player": { "$ref": "#/components/schemas/LolStorePlayer" } }, "additionalProperties": false, "required": [ "Player" ] }, "LolStoreGetPlatformIdsFromInstanceIdsRequest": { "type": "object", "description": "", "properties": { "instanceIds": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "instanceIds" ] }, "LolStoreGiftableResult": { "type": "object", "description": "", "properties": { "config": { "$ref": "#/components/schemas/LolStoreGiftingConfig" }, "friends": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreGiftingFriend" } } }, "additionalProperties": false, "required": [ "config", "friends" ] }, "LolStoreGiftingConfig": { "type": "object", "description": "", "properties": { "recipientLevelLimitItem": { "type": "integer", "format": "uint32", "minimum": 0 }, "recipientLevelLimitRp": { "type": "integer", "format": "uint32", "minimum": 0 }, "giftingRestrictionFlagRioter": { "type": "integer", "format": "uint32", "minimum": 0 }, "giftingItemMinLevelSend": { "type": "integer", "format": "uint32", "minimum": 0 }, "giftingRpMinLevelSend": { "type": "integer", "format": "uint32", "minimum": 0 }, "giftingRpMaxDailyGiftsSend": { "type": "integer", "format": "uint32", "minimum": 0 }, "giftingRpMaxDailyGiftsReceive": { "type": "integer", "format": "uint32", "minimum": 0 }, "giftingItemMaxDailyGiftsSend": { "type": "integer", "format": "uint32", "minimum": 0 }, "giftingItemMaxDailyGiftsReceive": { "type": "integer", "format": "uint32", "minimum": 0 }, "giftingHextechMaxDailyGiftsSend": { "type": "integer", "format": "uint32", "minimum": 0 }, "giftingHextecMaxDailyGiftsReceive": { "type": "integer", "format": "uint32", "minimum": 0 }, "requiresIdentityVerification": { "type": "boolean" } }, "additionalProperties": false, "required": [ "recipientLevelLimitItem", "recipientLevelLimitRp", "giftingRestrictionFlagRioter", "giftingItemMinLevelSend", "giftingRpMinLevelSend", "giftingRpMaxDailyGiftsSend", "giftingRpMaxDailyGiftsReceive", "giftingItemMaxDailyGiftsSend", "giftingItemMaxDailyGiftsReceive", "giftingHextechMaxDailyGiftsSend", "giftingHextecMaxDailyGiftsReceive", "requiresIdentityVerification" ] }, "LolStoreGiftingFriend": { "type": "object", "description": "", "properties": { "friendsSince": { "type": "string" }, "oldFriends": { "type": "boolean" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "nick": { "type": "string" } }, "additionalProperties": false, "required": [ "friendsSince", "oldFriends", "summonerId", "nick" ] }, "LolStoreItemCost": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "cost": { "type": "integer", "format": "int64" }, "discount": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "currency", "cost" ] }, "LolStoreItemKey": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolStoreItemLocalization": { "type": "object", "description": "", "properties": { "language": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" } }, "additionalProperties": false, "required": [ "language", "name", "description" ] }, "LolStoreItemMetadataEntry": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "value" ] }, "LolStoreItemOrderDTO": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "rpCost": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "inventoryType", "itemId", "quantity", "rpCost" ] }, "LolStoreItemSale": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "active": { "type": "boolean" }, "item": { "$ref": "#/components/schemas/LolStoreItemKey" }, "sale": { "$ref": "#/components/schemas/LolStoreSale" } }, "additionalProperties": false, "required": [ "id", "active", "item", "sale" ] }, "LolStoreLoginDataPacket": { "type": "object", "description": "", "properties": { "allSummonerData": { "$ref": "#/components/schemas/LolStoreAllSummonerData" }, "simpleMessages": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreSimpleDialogMessage" } } }, "additionalProperties": false, "required": [ "allSummonerData", "simpleMessages" ] }, "LolStoreLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolStoreLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "idToken" ] }, "LolStoreLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolStoreNotification": { "type": "object", "description": "", "properties": { "backgroundUrl": { "type": "string" }, "created": { "type": "string" }, "critical": { "type": "boolean" }, "dismissible": { "type": "boolean" }, "data": { "type": "object", "additionalProperties": { "type": "string" } }, "detailKey": { "type": "string" }, "expires": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "backgroundUrl", "created", "critical", "dismissible", "data", "detailKey", "expires", "iconUrl", "id", "source", "state", "titleKey", "type" ] }, "LolStoreOrderNotificationResource": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "eventTypeId": { "type": "string" }, "eventType": { "type": "string" }, "status": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "eventTypeId", "eventType", "status" ] }, "LolStorePageDTO": { "type": "object", "description": "", "properties": { "Player": { "$ref": "#/components/schemas/LolStorePlayer" }, "catalog": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreCatalogItem" } }, "groupOrder": { "type": "array", "items": { "type": "string" } }, "itemGroups": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolStorePageGroupingDTO" } } }, "additionalProperties": false, "required": [ "Player", "catalog", "groupOrder", "itemGroups" ] }, "LolStorePageGroupingDTO": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreItemKey" } }, "hidden": { "type": "boolean" }, "grouped": { "type": "boolean" } }, "additionalProperties": false, "required": [ "items", "hidden", "grouped" ] }, "LolStorePlayer": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "rp": { "type": "integer", "format": "int64" }, "ip": { "type": "integer", "format": "int64" }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "accountId", "rp", "ip", "summonerLevel" ] }, "LolStorePurchaseOrderRequestDTO": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreItemOrderDTO" } } }, "additionalProperties": false, "required": [ "accountId", "items" ] }, "LolStorePurchaseOrderResponseDTO": { "type": "object", "description": "", "properties": { "rpBalance": { "type": "integer", "format": "int64" }, "ipBalance": { "type": "integer", "format": "int64" }, "transactions": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreTransactionResponseDTO" } } }, "additionalProperties": false, "required": [ "rpBalance", "ipBalance", "transactions" ] }, "LolStoreRiotMessagingServiceMessage": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "timestamp", "payload" ] }, "LolStoreSale": { "type": "object", "description": "", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" }, "prices": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreItemCost" } } }, "additionalProperties": false, "required": [ "startDate", "endDate", "prices" ] }, "LolStoreServiceBalance": { "type": "object", "description": "", "properties": { "currency": { "type": "string" }, "amount": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "currency", "amount" ] }, "LolStoreServiceWallet": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "balances": { "type": "array", "items": { "$ref": "#/components/schemas/LolStoreServiceBalance" } } }, "additionalProperties": false, "required": [ "accountId", "balances" ] }, "LolStoreSimpleDialogMessage": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "type": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "msgId", "type", "params" ] }, "LolStoreStoreStatus": { "type": "object", "description": "", "properties": { "storefrontIsRunning": { "type": "boolean" } }, "additionalProperties": false, "required": [ "storefrontIsRunning" ] }, "LolStoreSummoner": { "type": "object", "description": "", "properties": { "acctId": { "type": "integer", "format": "uint64", "minimum": 0 }, "sumId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "acctId", "sumId" ] }, "LolStoreSummonerLevelAndPoints": { "type": "object", "description": "", "properties": { "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerLevel" ] }, "LolStoreTransactionResponseDTO": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "inventoryType", "itemId" ] }, "LolStoreWallet": { "type": "object", "description": "", "properties": { "ip": { "type": "integer", "format": "int64" }, "rp": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "ip", "rp" ] }, "LolSuggestedPlayersEndOfGamePlayer": { "type": "object", "description": "", "properties": { "summonerName": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerName", "summonerId" ] }, "LolSuggestedPlayersEndOfGameStats": { "type": "object", "description": "", "properties": { "teams": { "type": "array", "items": { "$ref": "#/components/schemas/LolSuggestedPlayersEndOfGameTeam" } } }, "additionalProperties": false, "required": [ "teams" ] }, "LolSuggestedPlayersEndOfGameTeam": { "type": "object", "description": "", "properties": { "players": { "type": "array", "items": { "$ref": "#/components/schemas/LolSuggestedPlayersEndOfGamePlayer" } }, "isWinningTeam": { "type": "boolean" } }, "additionalProperties": false, "required": [ "players", "isWinningTeam" ] }, "LolSuggestedPlayersGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolSuggestedPlayersHonorInteraction": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId", "displayName", "gameId" ] }, "LolSuggestedPlayersSuggestedPlayersConfig": { "type": "object", "description": "", "properties": { "Enabled": { "type": "boolean" }, "FriendsOfFriendsEnabled": { "type": "boolean" }, "MaxNumSuggestedPlayers": { "type": "integer", "format": "uint64", "minimum": 0 }, "MaxNumReplacements": { "type": "integer", "format": "uint64", "minimum": 0 }, "PreviousPremadesLimit": { "type": "integer", "format": "uint64", "minimum": 0 }, "OnlineFriendsLimit": { "type": "integer", "format": "uint64", "minimum": 0 }, "FriendsOfFriendsLimit": { "type": "integer", "format": "uint64", "minimum": 0 }, "VicoriousComradesLimit": { "type": "integer", "format": "uint64", "minimum": 0 }, "MaxHonorInteractionPlayers": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "Enabled", "FriendsOfFriendsEnabled", "MaxNumSuggestedPlayers", "MaxNumReplacements", "PreviousPremadesLimit", "OnlineFriendsLimit", "FriendsOfFriendsLimit", "VicoriousComradesLimit", "MaxHonorInteractionPlayers" ] }, "LolSuggestedPlayersSuggestedPlayersDynamicClientConfig": { "type": "object", "description": "", "properties": { "SuggestedPlayers": { "$ref": "#/components/schemas/LolSuggestedPlayersSuggestedPlayersConfig" } }, "additionalProperties": false, "required": [ "SuggestedPlayers" ] }, "LolSuggestedPlayersSuggestedPlayersFriend": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" }, "availability": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "name", "availability" ] }, "LolSuggestedPlayersSuggestedPlayersKudoedPlayer": { "type": "object", "description": "", "properties": { "kudoedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "kudoedSummonerName": { "type": "string" } }, "additionalProperties": false, "required": [ "kudoedSummonerId", "kudoedSummonerName" ] }, "LolSuggestedPlayersSuggestedPlayersLobbyStatus": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "memberSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "invitedSummonerIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "queueId", "memberSummonerIds", "invitedSummonerIds" ] }, "LolSuggestedPlayersSuggestedPlayersPlayerStatus": { "type": "object", "description": "", "properties": { "currentLobbyStatus": { "$ref": "#/components/schemas/LolSuggestedPlayersSuggestedPlayersLobbyStatus" }, "lastQueuedLobbyStatus": { "$ref": "#/components/schemas/LolSuggestedPlayersSuggestedPlayersLobbyStatus" } }, "additionalProperties": false }, "LolSuggestedPlayersSuggestedPlayersQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "minLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "id", "minLevel" ] }, "LolSuggestedPlayersSuggestedPlayersReason": { "type": "string", "description": "", "enum": [ "LegacyPlayAgain", "HonorInteractions", "VictoriousComrade", "FriendOfFriend", "OnlineFriend", "PreviousPremade" ], "additionalProperties": false }, "LolSuggestedPlayersSuggestedPlayersReportedPlayer": { "type": "object", "description": "", "properties": { "reportedSummonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "reportedSummonerId" ] }, "LolSuggestedPlayersSuggestedPlayersSuggestedPlayer": { "type": "object", "description": "", "properties": { "summonerName": { "type": "string" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "commonFriendName": { "type": "string" }, "commonFriendId": { "type": "integer", "format": "uint64", "minimum": 0 }, "reason": { "$ref": "#/components/schemas/LolSuggestedPlayersSuggestedPlayersReason" }, "gameId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerName", "summonerId", "commonFriendName", "commonFriendId", "reason", "gameId" ] }, "LolSuggestedPlayersSuggestedPlayersSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId", "displayName", "summonerLevel" ] }, "LolSuggestedPlayersSuggestedPlayersVictoriousComrade": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerName": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "summonerName" ] }, "LolSummonerAccountIdAndSummonerId": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "accountId", "summonerId" ] }, "LolSummonerAlias": { "type": "object", "description": "", "properties": { "gameName": { "type": "string" }, "tagLine": { "type": "string" } }, "additionalProperties": false, "required": [ "gameName", "tagLine" ] }, "LolSummonerAliasAvailability": { "type": "object", "description": "", "properties": { "alias": { "$ref": "#/components/schemas/LolSummonerAlias" }, "errorCode": { "$ref": "#/components/schemas/LolSummonerAliasAvailabilityCode" }, "errorMessage": { "type": "string" }, "isSuccess": { "type": "boolean" } }, "additionalProperties": false, "required": [ "alias", "errorCode", "errorMessage", "isSuccess" ] }, "LolSummonerAliasAvailabilityCode": { "type": "string", "description": "", "enum": [ "server_error", "rate_limited", "name_not_available", "name_change_forbidden", "no_error" ], "additionalProperties": false }, "LolSummonerAliasDTO": { "type": "object", "description": "", "properties": { "error": { "type": "string" }, "providerId": { "type": "string" }, "puuid": { "type": "string" }, "gnt": { "$ref": "#/components/schemas/LolSummonerAlias" }, "playstationNameset": { "$ref": "#/components/schemas/LolSummonerConsoleNameset" }, "switchNameset": { "$ref": "#/components/schemas/LolSummonerConsoleNameset" }, "xboxNameset": { "$ref": "#/components/schemas/LolSummonerConsoleNameset" } }, "additionalProperties": false, "required": [ "error", "providerId", "puuid", "gnt", "playstationNameset", "switchNameset", "xboxNameset" ] }, "LolSummonerAliasLookupDTO": { "type": "object", "description": "", "properties": { "game_name": { "type": "string" }, "tag_line": { "type": "string" } }, "additionalProperties": false, "required": [ "game_name", "tag_line" ] }, "LolSummonerAliasLookupResponse": { "type": "object", "description": "", "properties": { "alias": { "$ref": "#/components/schemas/LolSummonerAlias" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "alias", "puuid" ] }, "LolSummonerAliasLookupResponseDTO": { "type": "object", "description": "", "properties": { "alias": { "$ref": "#/components/schemas/LolSummonerAliasLookupDTO" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "alias", "puuid" ] }, "LolSummonerAutoFillQueueDto": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "autoFillEligible": { "type": "boolean" }, "autoFillProtectedForStreaking": { "type": "boolean" }, "autoFillProtectedForPromos": { "type": "boolean" }, "autoFillProtectedForRemedy": { "type": "boolean" } }, "additionalProperties": false, "required": [ "queueId", "autoFillEligible", "autoFillProtectedForStreaking", "autoFillProtectedForPromos", "autoFillProtectedForRemedy" ] }, "LolSummonerConsoleNameset": { "type": "object", "description": "", "properties": { "name": { "type": "string" } }, "additionalProperties": false, "required": [ "name" ] }, "LolSummonerGameloopPlayerInfoV2": { "type": "object", "description": "", "properties": { "autoFillDataBags": { "type": "array", "items": { "$ref": "#/components/schemas/LolSummonerAutoFillQueueDto" } }, "rerollDataBags": { "type": "array", "items": { "$ref": "#/components/schemas/LolSummonerRerollDataBagForClientV1" } } }, "additionalProperties": false, "required": [ "autoFillDataBags", "rerollDataBags" ] }, "LolSummonerLevelField": { "type": "object", "description": "", "properties": { "initialLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "finalLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "progress": { "$ref": "#/components/schemas/LolSummonerLevelProgression" } }, "additionalProperties": false, "required": [ "initialLevel", "finalLevel", "progress" ] }, "LolSummonerLevelProgression": { "type": "object", "description": "", "properties": { "initialXp": { "type": "integer", "format": "uint64", "minimum": 0 }, "finalXp": { "type": "integer", "format": "uint64", "minimum": 0 }, "initialLevelBoundary": { "type": "integer", "format": "uint64", "minimum": 0 }, "finalLevelBoundary": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "initialXp", "finalXp", "initialLevelBoundary", "finalLevelBoundary" ] }, "LolSummonerLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolSummonerLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "connected": { "type": "boolean" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "puuid", "connected" ] }, "LolSummonerLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolSummonerNamesetsResponse": { "type": "object", "description": "", "properties": { "namesets": { "type": "array", "items": { "$ref": "#/components/schemas/LolSummonerAliasDTO" } } }, "additionalProperties": false, "required": [ "namesets" ] }, "LolSummonerPlayerNameMode": { "type": "string", "description": "", "enum": [ "ALIAS", "DARKMODE", "SUMMONER" ], "additionalProperties": false }, "LolSummonerPlayerNameState": { "type": "object", "description": "", "properties": { "isAliasChangeRequired": { "type": "boolean" }, "isAliasMissing": { "type": "boolean" }, "isTaglineCustomizable": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isAliasChangeRequired", "isAliasMissing", "isTaglineCustomizable" ] }, "LolSummonerProfilePrivacy": { "type": "object", "description": "", "properties": { "enabledState": { "$ref": "#/components/schemas/LolSummonerProfilePrivacyEnabledState" }, "setting": { "$ref": "#/components/schemas/LolSummonerProfilePrivacySetting" } }, "additionalProperties": false, "required": [ "enabledState", "setting" ] }, "LolSummonerProfilePrivacyEnabledState": { "type": "string", "description": "", "enum": [ "DISABLED", "ENABLED", "UNKNOWN" ], "additionalProperties": false }, "LolSummonerProfilePrivacySetting": { "type": "string", "description": "", "enum": [ "PUBLIC", "PRIVATE" ], "additionalProperties": false }, "LolSummonerRerollDataBagForClientV1": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "pointsUntilNextReroll": { "type": "integer", "format": "int32" }, "rerollCount": { "type": "integer", "format": "int32" }, "totalPoints": { "type": "integer", "format": "int32" }, "maximumRerolls": { "type": "integer", "format": "int32" }, "pointCostOfReroll": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "queueId", "pointsUntilNextReroll", "rerollCount", "totalPoints", "maximumRerolls", "pointCostOfReroll" ] }, "LolSummonerStatus": { "type": "object", "description": "", "properties": { "ready": { "type": "boolean" } }, "additionalProperties": false, "required": [ "ready" ] }, "LolSummonerSummoner": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" }, "internalName": { "type": "string" }, "profileIconId": { "type": "integer", "format": "int32" }, "summonerLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "xpSinceLastLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "xpUntilNextLevel": { "type": "integer", "format": "uint64", "minimum": 0 }, "percentCompleteForNextLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "rerollPoints": { "$ref": "#/components/schemas/LolSummonerSummonerRerollPoints" }, "puuid": { "type": "string" }, "nameChangeFlag": { "type": "boolean" }, "unnamed": { "type": "boolean" }, "privacy": { "$ref": "#/components/schemas/LolSummonerProfilePrivacySetting" }, "gameName": { "type": "string" }, "tagLine": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "accountId", "displayName", "internalName", "profileIconId", "summonerLevel", "xpSinceLastLevel", "xpUntilNextLevel", "percentCompleteForNextLevel", "rerollPoints", "puuid", "nameChangeFlag", "unnamed", "privacy", "gameName", "tagLine" ] }, "LolSummonerSummonerCacheData": { "type": "object", "description": "", "properties": { "summoner": { "$ref": "#/components/schemas/LolSummonerSummoner" }, "summonerIcon": { "type": "integer", "format": "int32" }, "privacy": { "$ref": "#/components/schemas/LolSummonerProfilePrivacySetting" } }, "additionalProperties": false }, "LolSummonerSummonerCreateRequest": { "type": "object", "description": "", "properties": { "summonerName": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerName" ] }, "LolSummonerSummonerCreatedId": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId" ] }, "LolSummonerSummonerDTO": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "name": { "type": "string" }, "partnerId": { "type": "string" }, "profileIconId": { "type": "integer", "format": "int32" }, "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "expPoints": { "type": "integer", "format": "uint32", "minimum": 0 }, "expToNextLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "nameChangeFlag": { "type": "boolean" }, "unnamed": { "type": "boolean" }, "privacy": { "$ref": "#/components/schemas/LolSummonerProfilePrivacySetting" } }, "additionalProperties": false, "required": [ "id", "accountId", "puuid", "name", "partnerId", "profileIconId", "level", "expPoints", "expToNextLevel", "nameChangeFlag", "unnamed", "privacy" ] }, "LolSummonerSummonerIcon": { "type": "object", "description": "", "properties": { "profileIconId": { "type": "integer", "format": "int32" }, "inventoryToken": { "type": "string" } }, "additionalProperties": false, "required": [ "profileIconId", "inventoryToken" ] }, "LolSummonerSummonerIdAndIcon": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "profileIconId": { "type": "integer", "format": "int32" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "profileIconId", "puuid" ] }, "LolSummonerSummonerIdAndName": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "summonerId", "displayName", "puuid" ] }, "LolSummonerSummonerProfileUpdate": { "type": "object", "description": "", "properties": { "key": { "type": "string" }, "value": { "type": "object", "additionalProperties": true }, "inventory": { "type": "string" } }, "additionalProperties": false, "required": [ "key", "value", "inventory" ] }, "LolSummonerSummonerRequestedName": { "type": "object", "description": "", "properties": { "name": { "type": "string" } }, "additionalProperties": false, "required": [ "name" ] }, "LolSummonerSummonerRerollPoints": { "type": "object", "description": "", "properties": { "pointsToReroll": { "type": "integer", "format": "uint32", "minimum": 0 }, "currentPoints": { "type": "integer", "format": "uint32", "minimum": 0 }, "numberOfRolls": { "type": "integer", "format": "uint32", "minimum": 0 }, "maxRolls": { "type": "integer", "format": "uint32", "minimum": 0 }, "pointsCostToRoll": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "pointsToReroll", "currentPoints", "numberOfRolls", "maxRolls", "pointsCostToRoll" ] }, "LolSummonerSummonerSession": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "displayName": { "type": "string" }, "isNewPlayer": { "type": "boolean" } }, "additionalProperties": false, "required": [ "summonerId", "displayName", "isNewPlayer" ] }, "LolSummonerUserInfo": { "type": "object", "description": "", "properties": { "userInfo": { "type": "string" } }, "additionalProperties": false, "required": [ "userInfo" ] }, "LolSummonerXpAndLevelMessage": { "type": "object", "description": "", "properties": { "xp": { "type": "object", "additionalProperties": true }, "level": { "$ref": "#/components/schemas/LolSummonerLevelField" } }, "additionalProperties": false, "required": [ "xp", "level" ] }, "LolTastesDataModelResponse": { "type": "object", "description": "", "properties": { "responseCode": { "type": "integer", "format": "int64" }, "modelData": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "responseCode", "modelData" ] }, "LolTftDataModelResponse": { "type": "object", "description": "", "properties": { "responseCode": { "type": "integer", "format": "int64" }, "modelData": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "responseCode", "modelData" ] }, "LolTftEventCollectionsChampion": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "freeToPlay": { "type": "boolean" }, "ownership": { "$ref": "#/components/schemas/LolTftEventCollectionsOwnership" }, "skins": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftEventCollectionsChampionSkin" } } }, "additionalProperties": false, "required": [ "id", "freeToPlay", "ownership", "skins" ] }, "LolTftEventCollectionsChampionSkin": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "id": { "type": "integer", "format": "int32" }, "ownership": { "$ref": "#/components/schemas/LolTftEventCollectionsOwnership" } }, "additionalProperties": false, "required": [ "championId", "id", "ownership" ] }, "LolTftEventCollectionsOwnership": { "type": "object", "description": "", "properties": { "loyaltyReward": { "type": "boolean" }, "xboxGPReward": { "type": "boolean" }, "owned": { "type": "boolean" }, "rental": { "$ref": "#/components/schemas/LolTftEventCollectionsRental" } }, "additionalProperties": false, "required": [ "loyaltyReward", "xboxGPReward", "owned", "rental" ] }, "LolTftEventCollectionsRental": { "type": "object", "description": "", "properties": { "rented": { "type": "boolean" } }, "additionalProperties": false, "required": [ "rented" ] }, "LolTftEventCollectionsSummoner": { "type": "object", "description": "", "properties": { "summonerLevel": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "summonerLevel" ] }, "LolTftEventCollectionsSummonerIcons": { "type": "object", "description": "", "properties": { "icons": { "type": "array", "items": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "icons" ] }, "LolTftEventCollectionsWardSkin": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "ownership": { "$ref": "#/components/schemas/LolTftEventCollectionsOwnership" } }, "additionalProperties": false, "required": [ "id", "ownership" ] }, "LolTftEventDataModelResponse": { "type": "object", "description": "", "properties": { "responseCode": { "type": "integer", "format": "int64" }, "modelData": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "responseCode", "modelData" ] }, "LolTftEventGameflowGameData": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "queue": { "$ref": "#/components/schemas/LolTftEventQueue" } }, "additionalProperties": false, "required": [ "gameId", "queue" ] }, "LolTftEventGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolTftEventGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolTftEventGameflowPhase" } }, "additionalProperties": false, "required": [ "phase" ] }, "LolTftEventGrantStatus": { "type": "string", "description": "", "enum": [ "FAILED", "FULFILLED", "PENDING_SELECTION", "PENDING_FULFILLMENT" ], "additionalProperties": false }, "LolTftEventInventoryItemWithPayload": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "itemId" ] }, "LolTftEventLoginSession": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "platformId": { "type": "string" } }, "additionalProperties": false, "required": [ "accountId", "summonerId", "puuid", "platformId" ] }, "LolTftEventLolTftBackgrounds": { "type": "object", "description": "", "properties": { "backgrounds": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "backgrounds" ] }, "LolTftEventLolTftBattlePassHub": { "type": "object", "description": "", "properties": { "battlePassXPBoosted": { "type": "boolean" } }, "additionalProperties": false, "required": [ "battlePassXPBoosted" ] }, "LolTftEventLolTftEvent": { "type": "object", "description": "", "properties": { "titleTranslationKey": { "type": "string" }, "enabled": { "type": "boolean" }, "url": { "type": "string" }, "urlFaq": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "seriesId": { "type": "string" }, "dailyLoginSeriesId": { "type": "string" }, "queueIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "defaultLandingPage": { "type": "boolean" }, "eventHubTemplateType": { "type": "string" }, "eventFuture": { "type": "boolean" } }, "additionalProperties": false, "required": [ "titleTranslationKey", "enabled", "url", "urlFaq", "startDate", "endDate", "seriesId", "dailyLoginSeriesId", "queueIds", "defaultLandingPage", "eventHubTemplateType", "eventFuture" ] }, "LolTftEventLolTftEvents": { "type": "object", "description": "", "properties": { "subNavTabs": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftEventLolTftEvent" } } }, "additionalProperties": false, "required": [ "subNavTabs" ] }, "LolTftEventLolTftHomeHub": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "storePromoOfferIds": { "type": "array", "items": { "type": "string" } }, "tacticianPromoOfferIds": { "type": "array", "items": { "type": "string" } }, "battlePassOfferIds": { "type": "array", "items": { "type": "string" } }, "fallbackStorePromoOfferIds": { "type": "array", "items": { "type": "string" } }, "primeGamingPromoOffer": { "$ref": "#/components/schemas/LolTftEventLolTftPrimeGaming" }, "overrideUrl": { "type": "string" }, "headerButtonsOverrideUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "enabled", "storePromoOfferIds", "tacticianPromoOfferIds", "battlePassOfferIds", "fallbackStorePromoOfferIds", "overrideUrl", "headerButtonsOverrideUrl" ] }, "LolTftEventLolTftNewsHub": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "url": { "type": "string" } }, "additionalProperties": false, "required": [ "enabled", "url" ] }, "LolTftEventLolTftPrimeGaming": { "type": "object", "description": "", "properties": { "url": { "type": "string" }, "assetId": { "type": "string" } }, "additionalProperties": false, "required": [ "url", "assetId" ] }, "LolTftEventLolTftPromoButton": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "showTimerWhileEventActive": { "type": "boolean" }, "eventAssetId": { "type": "string" }, "eventKey": { "type": "string" }, "url": { "type": "string" } }, "additionalProperties": false, "required": [ "enabled", "showTimerWhileEventActive", "eventAssetId", "eventKey", "url" ] }, "LolTftEventLolTftPromoButtons": { "type": "object", "description": "", "properties": { "promoButtons": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftEventLolTftPromoButton" } } }, "additionalProperties": false, "required": [ "promoButtons" ] }, "LolTftEventLolTftTencentEventHubConfig": { "type": "object", "description": "", "properties": { "troveAssetId": { "type": "string" }, "troveURL": { "type": "string" }, "logoAssetId": { "type": "string" } }, "additionalProperties": false, "required": [ "troveAssetId", "troveURL", "logoAssetId" ] }, "LolTftEventLolTftTencentEventHubConfigs": { "type": "object", "description": "", "properties": { "tencentEventhubConfigs": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftEventLolTftTencentEventHubConfig" } } }, "additionalProperties": false, "required": [ "tencentEventhubConfigs" ] }, "LolTftEventLoyaltyStatus": { "type": "string", "description": "", "enum": [ "DISABLED", "REVOKE", "CHANGE", "EXPIRY", "REWARDS_GRANT", "LEGACY" ], "additionalProperties": false }, "LolTftEventLoyaltyStatusNotification": { "type": "object", "description": "", "properties": { "status": { "$ref": "#/components/schemas/LolTftEventLoyaltyStatus" } }, "additionalProperties": false, "required": [ "status" ] }, "LolTftEventMissionAsset": { "type": "object", "description": "", "properties": { "internalName": { "type": "string" }, "path": { "type": "string" }, "iconNeedsFrame": { "type": "boolean" } }, "additionalProperties": false, "required": [ "internalName", "path", "iconNeedsFrame" ] }, "LolTftEventMissionsNotificationResource": { "type": "object", "description": "", "properties": { "backgroundUrl": { "type": "string" }, "created": { "type": "string" }, "critical": { "type": "boolean" }, "data": { "type": "object", "additionalProperties": { "type": "string" } }, "detailKey": { "type": "string" }, "expires": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "backgroundUrl", "created", "critical", "data", "detailKey", "expires", "iconUrl", "id", "source", "state", "titleKey", "type" ] }, "LolTftEventMissionsSettingsDataResource": { "type": "object", "description": "", "properties": { "selected_series": { "type": "string" } }, "additionalProperties": false, "required": [ "selected_series" ] }, "LolTftEventPlayerUpdateResponse": { "type": "object", "description": "", "properties": { "playerMissions": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerMissionDTO" } }, "playerSeries": { "type": "array", "items": { "$ref": "#/components/schemas/SeriesDTO" } } }, "additionalProperties": false, "required": [ "playerMissions", "playerSeries" ] }, "LolTftEventPluginRegionLocaleChangedEvent": { "type": "object", "description": "", "properties": { "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "locale" ] }, "LolTftEventPublishingSettings": { "type": "object", "description": "", "properties": { "publishingLocale": { "type": "string" } }, "additionalProperties": false, "required": [ "publishingLocale" ] }, "LolTftEventQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "gameMode": { "type": "string" }, "category": { "$ref": "#/components/schemas/LolTftEventQueueGameCategory" } }, "additionalProperties": false, "required": [ "id", "mapId", "gameMode", "category" ] }, "LolTftEventQueueGameCategory": { "type": "string", "description": "", "enum": [ "Alpha", "VersusAi", "PvP", "Custom", "None" ], "additionalProperties": false }, "LolTftEventRewardGrant": { "type": "object", "description": "", "properties": { "info": { "$ref": "#/components/schemas/LolTftEventRewardGrantInfo" }, "rewardGroup": { "$ref": "#/components/schemas/LolTftEventRewardGroup" } }, "additionalProperties": false, "required": [ "info", "rewardGroup" ] }, "LolTftEventRewardGrantElement": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "itemId": { "type": "string" }, "itemType": { "type": "string" }, "fulfillmentSource": { "type": "string" }, "rewardStatus": { "$ref": "#/components/schemas/LolTftEventRewardStatus" }, "quantity": { "type": "integer", "format": "int32" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "itemId", "itemType", "fulfillmentSource", "rewardStatus", "quantity", "media", "localizations" ] }, "LolTftEventRewardGrantInfo": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "granteeId": { "type": "string" }, "rewardGroupId": { "type": "string" }, "status": { "$ref": "#/components/schemas/LolTftEventGrantStatus" }, "grantElements": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftEventRewardGrantElement" } }, "selectedIds": { "type": "array", "items": { "type": "string" } }, "viewed": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "granteeId", "rewardGroupId", "status", "grantElements", "selectedIds", "viewed" ] }, "LolTftEventRewardGroup": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "internalName": { "type": "string" }, "productId": { "type": "string" }, "types": { "type": "array", "items": { "type": "string" } }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftEventSvcReward" } }, "childRewardGroupIds": { "type": "array", "items": { "type": "string" } }, "rewardStrategy": { "$ref": "#/components/schemas/LolTftEventRewardStrategy" }, "selectionStrategyConfig": { "$ref": "#/components/schemas/LolTftEventSelectionStrategyConfig" }, "active": { "type": "boolean" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "internalName", "productId", "types", "rewards", "childRewardGroupIds", "rewardStrategy", "selectionStrategyConfig", "active", "media", "localizations" ] }, "LolTftEventRewardGroupsSelection": { "type": "object", "description": "", "properties": { "rewardGroups": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "rewardGroups" ] }, "LolTftEventRewardStatus": { "type": "string", "description": "", "enum": [ "FULFILLED", "PENDING" ], "additionalProperties": false }, "LolTftEventRewardStrategy": { "type": "string", "description": "", "enum": [ "SELECTION", "RANDOM", "ALL" ], "additionalProperties": false }, "LolTftEventRewardsProductConfig": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "serviceUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "enabled", "serviceUrl" ] }, "LolTftEventSelectionStrategyConfig": { "type": "object", "description": "", "properties": { "minSelectionsAllowed": { "type": "integer", "format": "uint32", "minimum": 0 }, "maxSelectionsAllowed": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "minSelectionsAllowed", "maxSelectionsAllowed" ] }, "LolTftEventSeriesOpt": { "type": "object", "description": "", "properties": { "seriesId": { "type": "string" }, "option": { "type": "string" } }, "additionalProperties": false, "required": [ "seriesId", "option" ] }, "LolTftEventSettingsResource": { "type": "object", "description": "", "properties": { "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "data" ] }, "LolTftEventSvcReward": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "itemId": { "type": "string" }, "quantity": { "type": "integer", "format": "int32" }, "fulfillmentSource": { "type": "string" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "localizations": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "itemId", "quantity", "fulfillmentSource", "media", "localizations" ] }, "LolTftEventTFTEventMissionChain": { "type": "object", "description": "", "properties": { "chainIndex": { "type": "integer", "format": "int32" }, "chainSize": { "type": "integer", "format": "uint32", "minimum": 0 }, "missions": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerMissionDTO" } } }, "additionalProperties": false, "required": [ "chainIndex", "chainSize", "missions" ] }, "LolTftEventTftOrb": { "type": "object", "description": "", "properties": { "missionId": { "type": "string" }, "status": { "type": "string" }, "unlockTime": { "type": "integer", "format": "int64" }, "rewardLevel": { "type": "integer", "format": "uint8", "minimum": 0 }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerMissionRewardDTO" } } }, "additionalProperties": false, "required": [ "missionId", "status", "unlockTime", "rewardLevel", "rewards" ] }, "LolTftEventTftWeeklyMissions": { "type": "object", "description": "", "properties": { "missions": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerMissionDTO" } } }, "additionalProperties": false, "required": [ "missions" ] }, "LolTftEventUserInfo": { "type": "object", "description": "", "properties": { "userInfo": { "type": "string" } }, "additionalProperties": false, "required": [ "userInfo" ] }, "LolTftGameflowGameData": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "queue": { "$ref": "#/components/schemas/LolTftQueue" } }, "additionalProperties": false, "required": [ "gameId", "queue" ] }, "LolTftGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolTftGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolTftGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolTftGameflowGameData" } }, "additionalProperties": false, "required": [ "phase", "gameData" ] }, "LolTftLolTftBackgrounds": { "type": "object", "description": "", "properties": { "backgrounds": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "backgrounds" ] }, "LolTftLolTftBattlePassHub": { "type": "object", "description": "", "properties": { "battlePassXPBoosted": { "type": "boolean" } }, "additionalProperties": false, "required": [ "battlePassXPBoosted" ] }, "LolTftLolTftEvent": { "type": "object", "description": "", "properties": { "titleTranslationKey": { "type": "string" }, "enabled": { "type": "boolean" }, "url": { "type": "string" }, "urlFaq": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "seriesId": { "type": "string" }, "dailyLoginSeriesId": { "type": "string" }, "queueIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "defaultLandingPage": { "type": "boolean" }, "eventHubTemplateType": { "type": "string" }, "eventFuture": { "type": "boolean" } }, "additionalProperties": false, "required": [ "titleTranslationKey", "enabled", "url", "urlFaq", "startDate", "endDate", "seriesId", "dailyLoginSeriesId", "queueIds", "defaultLandingPage", "eventHubTemplateType", "eventFuture" ] }, "LolTftLolTftEvents": { "type": "object", "description": "", "properties": { "subNavTabs": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftLolTftEvent" } } }, "additionalProperties": false, "required": [ "subNavTabs" ] }, "LolTftLolTftHomeHub": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "storePromoOfferIds": { "type": "array", "items": { "type": "string" } }, "tacticianPromoOfferIds": { "type": "array", "items": { "type": "string" } }, "battlePassOfferIds": { "type": "array", "items": { "type": "string" } }, "fallbackStorePromoOfferIds": { "type": "array", "items": { "type": "string" } }, "primeGamingPromoOffer": { "$ref": "#/components/schemas/LolTftLolTftPrimeGaming" }, "overrideUrl": { "type": "string" }, "headerButtonsOverrideUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "enabled", "storePromoOfferIds", "tacticianPromoOfferIds", "battlePassOfferIds", "fallbackStorePromoOfferIds", "overrideUrl", "headerButtonsOverrideUrl" ] }, "LolTftLolTftNewsHub": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "url": { "type": "string" } }, "additionalProperties": false, "required": [ "enabled", "url" ] }, "LolTftLolTftPrimeGaming": { "type": "object", "description": "", "properties": { "url": { "type": "string" }, "assetId": { "type": "string" } }, "additionalProperties": false, "required": [ "url", "assetId" ] }, "LolTftLolTftPromoButton": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "showTimerWhileEventActive": { "type": "boolean" }, "eventAssetId": { "type": "string" }, "eventKey": { "type": "string" }, "url": { "type": "string" } }, "additionalProperties": false, "required": [ "enabled", "showTimerWhileEventActive", "eventAssetId", "eventKey", "url" ] }, "LolTftLolTftPromoButtons": { "type": "object", "description": "", "properties": { "promoButtons": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftLolTftPromoButton" } } }, "additionalProperties": false, "required": [ "promoButtons" ] }, "LolTftLolTftTencentEventHubConfig": { "type": "object", "description": "", "properties": { "troveAssetId": { "type": "string" }, "troveURL": { "type": "string" }, "logoAssetId": { "type": "string" } }, "additionalProperties": false, "required": [ "troveAssetId", "troveURL", "logoAssetId" ] }, "LolTftLolTftTencentEventHubConfigs": { "type": "object", "description": "", "properties": { "tencentEventhubConfigs": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftLolTftTencentEventHubConfig" } } }, "additionalProperties": false, "required": [ "tencentEventhubConfigs" ] }, "LolTftPassAccessTokenResource": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "scopes", "expiry" ] }, "LolTftPassCatalogItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "itemInstanceId": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "inventoryType" ] }, "LolTftPassClientCacheClearMessageDTO": { "type": "object", "description": "", "properties": { "regions": { "type": "array", "items": { "type": "string" } }, "clearAll": { "type": "boolean" }, "inventoryTypes": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "regions", "clearAll", "inventoryTypes" ] }, "LolTftPassCounter": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "groupId": { "type": "string" }, "direction": { "type": "string" }, "startValue": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "id", "name", "groupId", "direction", "startValue" ] }, "LolTftPassCounterInstance": { "type": "object", "description": "", "properties": { "ownerId": { "type": "string" }, "productId": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "counterValue": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "ownerId", "productId", "groupId", "counterId", "counterValue" ] }, "LolTftPassCurrencyDTO": { "type": "object", "description": "", "properties": { "amount": { "type": "integer", "format": "int32" }, "subCurrencies": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "amount", "subCurrencies" ] }, "LolTftPassEndOfGameXp": { "type": "object", "description": "", "properties": { "PER_WIN": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "PER_WIN" ] }, "LolTftPassEndOfGameXpNotification": { "type": "object", "description": "", "properties": { "xp": { "$ref": "#/components/schemas/LolTftPassEndOfGameXp" } }, "additionalProperties": false, "required": [ "xp" ] }, "LolTftPassEntityInstance": { "type": "object", "description": "", "properties": { "groupId": { "type": "string" }, "counters": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassCounterInstance" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassMilestoneInstance" } } }, "additionalProperties": false, "required": [ "groupId", "counters", "milestones" ] }, "LolTftPassGroup": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" }, "name": { "type": "string" }, "repeat": { "$ref": "#/components/schemas/LolTftPassRepeat" }, "counters": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassCounter" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassMilestone" } } }, "additionalProperties": false, "required": [ "id", "productId", "name", "repeat", "counters", "milestones" ] }, "LolTftPassInventoryCacheEntry": { "type": "object", "description": "", "properties": { "signedInventoryJwt": { "type": "string" }, "expirationMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "issuedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "receivedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "valid": { "type": "boolean" } }, "additionalProperties": false, "required": [ "signedInventoryJwt", "expirationMS", "issuedAtMS", "receivedAtMS", "valid" ] }, "LolTftPassInventoryDTO": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "expires": { "type": "string" }, "itemsJwt": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "accountId", "summonerId", "items", "expires", "itemsJwt" ] }, "LolTftPassInventoryItem": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownershipType": { "$ref": "#/components/schemas/LolTftPassItemOwnershipType" }, "expirationDate": { "type": "string" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "ownershipType", "expirationDate", "wins" ] }, "LolTftPassInventoryItemDTO": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "expirationDate": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownedQuantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "usedInGameDate": { "type": "string" }, "entitlementId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "instanceId": { "type": "string" }, "instanceTypeId": { "type": "string" }, "payload": { "type": "object", "additionalProperties": true }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "loyaltySources": { "type": "array", "items": { "type": "string" } }, "lsb": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "expirationDate", "purchaseDate", "quantity", "ownedQuantity", "usedInGameDate", "entitlementId", "entitlementTypeId", "instanceId", "instanceTypeId", "payload", "f2p", "rental", "loyalty", "loyaltySources", "lsb", "wins" ] }, "LolTftPassInventoryItemWithPayload": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownershipType": { "$ref": "#/components/schemas/LolTftPassItemOwnershipType" }, "expirationDate": { "type": "string" }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "loyaltySources": { "type": "array", "items": { "type": "string" } }, "owned": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 }, "payload": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "ownershipType", "expirationDate", "f2p", "rental", "loyalty", "loyaltySources", "owned", "wins", "payload" ] }, "LolTftPassInventoryNotification": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "type": { "type": "string" }, "acknowledged": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "itemId", "inventoryType", "type", "acknowledged" ] }, "LolTftPassInventoryResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolTftPassInventoryDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolTftPassItemKey": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolTftPassItemOwnershipType": { "type": "string", "description": "", "enum": [ "F2P", "LOYALTY", "RENTED", "OWNED" ], "additionalProperties": false }, "LolTftPassLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolTftPassLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "idToken", "puuid" ] }, "LolTftPassLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolTftPassLoyaltyRewards": { "type": "object", "description": "", "properties": { "freeRewardedChampionsCount": { "type": "integer", "format": "int32" }, "championIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "freeRewardedSkinsCount": { "type": "integer", "format": "int32" }, "skinIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "ipBoost": { "type": "integer", "format": "int32" }, "xpBoost": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "loyaltyTFTMapSkinCount": { "type": "integer", "format": "int32" }, "loyaltyTFTCompanionCount": { "type": "integer", "format": "int32" }, "loyaltyTFTDamageSkinCount": { "type": "integer", "format": "int32" }, "loyaltySources": { "type": "object", "additionalProperties": { "type": "boolean" } } }, "additionalProperties": false, "required": [ "freeRewardedChampionsCount", "championIds", "freeRewardedSkinsCount", "skinIds", "ipBoost", "xpBoost", "loyaltyTFTMapSkinCount", "loyaltyTFTCompanionCount", "loyaltyTFTDamageSkinCount", "loyaltySources" ] }, "LolTftPassLoyaltyRewardsSimplified": { "type": "object", "description": "", "properties": { "freeRewardedChampionsCount": { "type": "integer", "format": "int32" }, "championIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "freeRewardedSkinsCount": { "type": "integer", "format": "int32" }, "skinIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "ipBoost": { "type": "integer", "format": "int32" }, "xpBoost": { "type": "integer", "format": "int32" }, "loyaltyTFTMapSkinCount": { "type": "integer", "format": "int32" }, "loyaltyTFTCompanionCount": { "type": "integer", "format": "int32" }, "loyaltyTFTDamageSkinCount": { "type": "integer", "format": "int32" }, "loyaltySources": { "type": "object", "additionalProperties": { "type": "boolean" } } }, "additionalProperties": false, "required": [ "freeRewardedChampionsCount", "championIds", "freeRewardedSkinsCount", "skinIds", "ipBoost", "xpBoost", "loyaltyTFTMapSkinCount", "loyaltyTFTCompanionCount", "loyaltyTFTDamageSkinCount", "loyaltySources" ] }, "LolTftPassLoyaltyStatus": { "type": "string", "description": "", "enum": [ "DISABLED", "REVOKE", "CHANGE", "EXPIRY", "REWARDS_GRANT", "LEGACY" ], "additionalProperties": false }, "LolTftPassLoyaltyStatusNotification": { "type": "object", "description": "", "properties": { "status": { "$ref": "#/components/schemas/LolTftPassLoyaltyStatus" }, "rewards": { "$ref": "#/components/schemas/LolTftPassLoyaltyRewardsSimplified" }, "reloadInventory": { "type": "boolean" } }, "additionalProperties": false, "required": [ "status", "rewards", "reloadInventory" ] }, "LolTftPassMilestone": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "int64" }, "properties": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "name", "groupId", "counterId", "triggerValue", "properties" ] }, "LolTftPassMilestoneInstance": { "type": "object", "description": "", "properties": { "milestoneId": { "type": "string" }, "instanceId": { "type": "string" }, "ownerId": { "type": "string" }, "productId": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "int64" }, "repeatSequence": { "type": "integer", "format": "uint32", "minimum": 0 }, "triggered": { "type": "boolean" }, "triggeredTimestamp": { "type": "string" }, "triggers": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassTrigger" } } }, "additionalProperties": false, "required": [ "milestoneId", "instanceId", "ownerId", "productId", "groupId", "counterId", "triggerValue", "repeatSequence", "triggered", "triggeredTimestamp", "triggers" ] }, "LolTftPassPlayerNotification": { "type": "object", "description": "", "properties": { "critical": { "type": "boolean" }, "detailKey": { "type": "string" }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" }, "iconUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "critical", "detailKey", "source", "state", "titleKey", "type", "iconUrl" ] }, "LolTftPassRMSRequest": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "recipients": { "type": "array", "items": { "type": "string" } }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "recipients", "payload" ] }, "LolTftPassRMSRewardsNotificationPayload": { "type": "object", "description": "", "properties": { "purchaserId": { "type": "string" }, "recipientId": { "type": "string" }, "transactionId": { "type": "string" }, "rewardId": { "type": "string" }, "rewardInstanceId": { "type": "string" }, "status": { "type": "string" } }, "additionalProperties": false, "required": [ "purchaserId", "recipientId", "transactionId", "rewardId", "rewardInstanceId", "status" ] }, "LolTftPassRepeat": { "type": "object", "description": "", "properties": { "count": { "type": "integer", "format": "int32" }, "scope": { "type": "integer", "format": "uint32", "minimum": 0 }, "multiplier": { "type": "number", "format": "float" }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassMilestone" } }, "repeatTriggers": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassRepeatGroupTrigger" } } }, "additionalProperties": false, "required": [ "count", "scope", "multiplier", "milestones", "repeatTriggers" ] }, "LolTftPassRepeatGroupTrigger": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "counterId": { "type": "string" }, "startTriggerValue": { "type": "integer", "format": "uint16", "minimum": 0 }, "increaseBy": { "type": "integer", "format": "uint16", "minimum": 0 }, "multiplier": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "type", "counterId", "startTriggerValue", "increaseBy", "multiplier" ] }, "LolTftPassRiotMessagingServiceMessage": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "timestamp", "payload" ] }, "LolTftPassRmsEntitlementPayload": { "type": "object", "description": "", "properties": { "itemId": { "type": "string" }, "itemTypeId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "resourceOperation": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "itemTypeId", "entitlementTypeId", "resourceOperation" ] }, "LolTftPassRmsStoreEntitlementItem": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "string" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolTftPassRmsStoreEntitlementPayload": { "type": "object", "description": "", "properties": { "transactionId": { "type": "string" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassRmsStoreEntitlementItem" } } }, "additionalProperties": false, "required": [ "transactionId", "items" ] }, "LolTftPassRmsWalletPayload": { "type": "object", "description": "", "additionalProperties": true }, "LolTftPassRmsXboxSubscriptionChange": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "subscriptionId": { "type": "string" }, "active": { "type": "string" }, "identityProvider": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "puuid", "subscriptionId", "active", "identityProvider" ] }, "LolTftPassSimpleInventoryDTO": { "type": "object", "description": "", "properties": { "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "itemsJwt": { "type": "string" }, "expires": { "type": "string" } }, "additionalProperties": false, "required": [ "items", "itemsJwt", "expires" ] }, "LolTftPassSimpleInventoryResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolTftPassSimpleInventoryDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolTftPassSummonerIcon": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "itemId" ] }, "LolTftPassTFTPassAsset": { "type": "object", "description": "", "properties": { "internalName": { "type": "string" }, "iconTexturePath": { "type": "string" }, "iconNeedsFrame": { "type": "boolean" } }, "additionalProperties": false, "required": [ "internalName", "iconTexturePath", "iconNeedsFrame" ] }, "LolTftPassTFTPassClientConfig": { "type": "object", "description": "", "properties": { "battlePassId": { "type": "string" }, "eventPassId": { "type": "string" }, "dailyLoginPassId": { "type": "string" }, "skillTreePassId": { "type": "string" } }, "additionalProperties": false, "required": [ "battlePassId", "eventPassId", "dailyLoginPassId", "skillTreePassId" ] }, "LolTftPassTFTPassDTO": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "counterID": { "type": "string" }, "productID": { "type": "string" }, "playerID": { "type": "string" }, "title": { "type": "string" }, "premiumTitle": { "type": "string" }, "description": { "type": "string" }, "activiationTimeMS": { "type": "integer", "format": "int64" }, "deactivationTimeMS": { "type": "integer", "format": "int64" }, "assetID": { "type": "string" }, "currentLevel": { "type": "integer", "format": "int32" }, "totalPointsEarned": { "type": "integer", "format": "int32" }, "premiumEntitlementID": { "type": "string" }, "storePurchaseIDs": { "type": "object", "additionalProperties": { "type": "string" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassTFTPassMilestoneDTO" } }, "status": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "counterID", "productID", "playerID", "title", "premiumTitle", "description", "activiationTimeMS", "deactivationTimeMS", "assetID", "currentLevel", "totalPointsEarned", "premiumEntitlementID", "storePurchaseIDs", "milestones", "status" ] }, "LolTftPassTFTPassMilestoneDTO": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "assetInternalName": { "type": "string" }, "keystone": { "type": "boolean" }, "bonus": { "type": "boolean" }, "level": { "type": "integer", "format": "int32" }, "pointsNeededForMilestone": { "type": "integer", "format": "int32" }, "totalPointsNeededForMilestone": { "type": "integer", "format": "int32" }, "pointsEarnedForMilestone": { "type": "integer", "format": "int32" }, "status": { "type": "string" }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassTFTPassRewardDTO" } } }, "additionalProperties": false, "required": [ "id", "title", "description", "assetInternalName", "keystone", "bonus", "level", "pointsNeededForMilestone", "totalPointsNeededForMilestone", "pointsEarnedForMilestone", "status", "rewards" ] }, "LolTftPassTFTPassRewardDTO": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "assetInternalName": { "type": "string" }, "itemId": { "type": "string" }, "itemTypeId": { "type": "string" }, "premium": { "type": "boolean" } }, "additionalProperties": false, "required": [ "title", "description", "assetInternalName", "itemId", "itemTypeId", "premium" ] }, "LolTftPassTFTPassRewardNotification": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "iconURL": { "type": "string" }, "framedIcon": { "type": "boolean" } }, "additionalProperties": false, "required": [ "title", "description", "iconURL", "framedIcon" ] }, "LolTftPassTftBattlepass": { "type": "object", "description": "", "properties": { "totalPointsEarned": { "type": "integer", "format": "int32" }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassTftBattlepassMilestone" } }, "bonuses": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassTftBattlepassMilestone" } }, "activeMilestone": { "$ref": "#/components/schemas/LolTftPassTftBattlepassMilestone" }, "info": { "$ref": "#/components/schemas/LolTftPassTftBattlepassInfo" }, "lastViewedProgress": { "type": "integer", "format": "int32" }, "lastViewedMilestone": { "$ref": "#/components/schemas/LolTftPassTftBattlepassMilestone" }, "currentLevel": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "totalPointsEarned", "milestones", "bonuses", "activeMilestone", "info", "lastViewedProgress", "lastViewedMilestone", "currentLevel" ] }, "LolTftPassTftBattlepassInfo": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "startDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "endDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "premium": { "type": "boolean" }, "premiumTitle": { "type": "string" }, "premiumEntitlementId": { "type": "string" }, "pcPurchaseRequirement": { "type": "string" }, "passId": { "type": "string" }, "media": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "title", "description", "startDate", "endDate", "premium", "premiumTitle", "premiumEntitlementId", "pcPurchaseRequirement", "passId", "media" ] }, "LolTftPassTftBattlepassMilestone": { "type": "object", "description": "", "properties": { "milestoneId": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "status": { "type": "string" }, "pointsNeededForMilestone": { "type": "integer", "format": "int32" }, "pointsEarnedForMilestone": { "type": "integer", "format": "int32" }, "totalPointsForMilestone": { "type": "integer", "format": "int32" }, "level": { "type": "integer", "format": "int32" }, "iconImageUrl": { "type": "string" }, "iconNeedsFrame": { "type": "boolean" }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftPassTftBattlepassReward" } }, "isPaid": { "type": "boolean" }, "isLocked": { "type": "boolean" }, "isKeystone": { "type": "boolean" }, "isBonus": { "type": "boolean" }, "isClaimRequestPending": { "type": "boolean" } }, "additionalProperties": false, "required": [ "milestoneId", "title", "description", "status", "pointsNeededForMilestone", "pointsEarnedForMilestone", "totalPointsForMilestone", "level", "iconImageUrl", "iconNeedsFrame", "rewards", "isPaid", "isLocked", "isKeystone", "isBonus", "isClaimRequestPending" ] }, "LolTftPassTftBattlepassReward": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "itemId": { "type": "string" }, "itemTypeId": { "type": "string" }, "iconUrl": { "type": "string" }, "iconNeedsFrame": { "type": "boolean" } }, "additionalProperties": false, "required": [ "name", "description", "itemId", "itemTypeId", "iconUrl", "iconNeedsFrame" ] }, "LolTftPassTrigger": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "type", "counterId", "triggerValue" ] }, "LolTftPassWallet": { "type": "object", "description": "", "properties": { "ip": { "type": "integer", "format": "int64" }, "rp": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "ip", "rp" ] }, "LolTftPassWalletCacheEntry": { "type": "object", "description": "", "properties": { "signedBalancesJwt": { "type": "string" }, "expirationMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "issuedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "receivedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "valid": { "type": "boolean" } }, "additionalProperties": false, "required": [ "signedBalancesJwt", "expirationMS", "issuedAtMS", "receivedAtMS", "valid" ] }, "LolTftPassWalletDTO": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "accountId": { "type": "integer", "format": "int64" }, "expires": { "type": "string" }, "balances": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "balancesJwt": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "accountId", "expires", "balances", "balancesJwt" ] }, "LolTftPassWalletResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolTftPassWalletDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolTftPassXboxSubscriptionStatus": { "type": "object", "description": "", "properties": { "active": { "type": "string" }, "subscriptionId": { "type": "string" } }, "additionalProperties": false, "required": [ "active", "subscriptionId" ] }, "LolTftPublishingSettings": { "type": "object", "description": "", "properties": { "publishingLocale": { "type": "string" } }, "additionalProperties": false, "required": [ "publishingLocale" ] }, "LolTftQueue": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int32" }, "mapId": { "type": "integer", "format": "int32" }, "gameMode": { "type": "string" }, "category": { "$ref": "#/components/schemas/LolTftQueueGameCategory" } }, "additionalProperties": false, "required": [ "id", "mapId", "gameMode", "category" ] }, "LolTftQueueGameCategory": { "type": "string", "description": "", "enum": [ "Alpha", "VersusAi", "PvP", "Custom", "None" ], "additionalProperties": false }, "LolTftSettingsResource": { "type": "object", "description": "", "properties": { "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "data" ] }, "LolTftSkillTreeAccessTokenResource": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "scopes", "expiry" ] }, "LolTftSkillTreeCreateLoadoutDTO": { "type": "object", "description": "", "properties": { "scope": { "type": "string" }, "itemId": { "type": "integer", "format": "uint32", "minimum": 0 }, "name": { "type": "string" }, "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolTftSkillTreeItemKey" } }, "refreshTime": { "type": "string" } }, "additionalProperties": false, "required": [ "scope", "name", "loadout", "refreshTime" ] }, "LolTftSkillTreeCreateLoadoutRequestDTO": { "type": "object", "description": "", "properties": { "serviceToJwtsMap": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "loadout": { "$ref": "#/components/schemas/LolTftSkillTreeCreateLoadoutDTO" } }, "additionalProperties": false, "required": [ "serviceToJwtsMap", "loadout" ] }, "LolTftSkillTreeCreateOrUpdateItemsRequest": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint32", "minimum": 0 }, "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "inventoryJWTs": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "items", "inventoryJWTs" ] }, "LolTftSkillTreeEventSkill": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "itemId": { "type": "integer", "format": "uint8", "minimum": 0 }, "name": { "type": "string" }, "description": { "type": "string" }, "texture": { "type": "string" }, "owned": { "type": "boolean" }, "equipped": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "itemId", "name", "description", "texture", "owned", "equipped" ] }, "LolTftSkillTreeEventSkillPlayerProgression": { "type": "object", "description": "", "properties": { "rank": { "type": "integer", "format": "uint8", "minimum": 0 }, "currDivision": { "type": "integer", "format": "uint8", "minimum": 0 }, "divisionEventPoints": { "type": "integer", "format": "uint32", "minimum": 0 }, "totalEventPoints": { "type": "integer", "format": "uint32", "minimum": 0 }, "lastViewedTotalEventPoints": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "rank", "currDivision", "divisionEventPoints", "totalEventPoints", "lastViewedTotalEventPoints" ] }, "LolTftSkillTreeEventSkillRankReward": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "texture": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "name", "description", "texture" ] }, "LolTftSkillTreeEventSkillRankState": { "type": "string", "description": "", "enum": [ "kError", "kClaimed", "kClaiming", "kClaimable", "kUnclaimable" ], "additionalProperties": false }, "LolTftSkillTreeEventSkillTree": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "ranks": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftSkillTreeEventSkillTreeRank" } } }, "additionalProperties": false, "required": [ "name", "ranks" ] }, "LolTftSkillTreeEventSkillTreeData": { "type": "object", "description": "", "properties": { "eventSkillTree": { "$ref": "#/components/schemas/LolTftSkillTreeEventSkillTree" }, "playerProgression": { "$ref": "#/components/schemas/LolTftSkillTreeEventSkillPlayerProgression" } }, "additionalProperties": false, "required": [ "eventSkillTree", "playerProgression" ] }, "LolTftSkillTreeEventSkillTreeRank": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolTftSkillTreeEventSkillRankState" }, "numDivisions": { "type": "integer", "format": "uint8", "minimum": 0 }, "totalEventPointsForRank": { "type": "integer", "format": "uint32", "minimum": 0 }, "rankId": { "type": "string" }, "name": { "type": "string" }, "texture": { "type": "string" }, "skills": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftSkillTreeEventSkill" } }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftSkillTreeEventSkillRankReward" } } }, "additionalProperties": false, "required": [ "state", "numDivisions", "totalEventPointsForRank", "rankId", "name", "texture", "skills", "rewards" ] }, "LolTftSkillTreeFrontendInventoryResponse": { "type": "object", "description": "", "properties": { "entitlements": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftSkillTreeItemKey" } } }, "additionalProperties": false, "required": [ "entitlements" ] }, "LolTftSkillTreeGameflowGameData": { "type": "object", "description": "", "properties": { "queue": { "$ref": "#/components/schemas/LolTftSkillTreeQueue" } }, "additionalProperties": false, "required": [ "queue" ] }, "LolTftSkillTreeGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolTftSkillTreeGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolTftSkillTreeGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolTftSkillTreeGameflowGameData" } }, "additionalProperties": false, "required": [ "phase", "gameData" ] }, "LolTftSkillTreeGetItemsRequest": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint32", "minimum": 0 }, "inventoryTypes": { "type": "array", "items": { "type": "string" } }, "inventoryJWTs": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "inventoryTypes", "inventoryJWTs" ] }, "LolTftSkillTreeInventoryDTO": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "expires": { "type": "string" }, "itemsJwt": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "accountId", "summonerId", "items", "expires" ] }, "LolTftSkillTreeInventoryItemDTO": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "expirationDate": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "usedInGameDate": { "type": "string" }, "entitlementId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "instanceId": { "type": "string" }, "instanceTypeId": { "type": "string" }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "lsb": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "expirationDate", "purchaseDate", "quantity", "usedInGameDate", "entitlementId", "entitlementTypeId", "instanceId", "instanceTypeId", "f2p", "rental", "lsb", "wins" ] }, "LolTftSkillTreeInventoryResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolTftSkillTreeInventoryDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolTftSkillTreeItemKey": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "contentId": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "contentId", "itemId" ] }, "LolTftSkillTreeLoadout": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "uint32", "minimum": 0 }, "name": { "type": "string" }, "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "id", "name", "items" ] }, "LolTftSkillTreeLoadoutRequestDTOBase": { "type": "object", "description": "", "properties": { "serviceToJwtsMap": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "serviceToJwtsMap" ] }, "LolTftSkillTreeLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolTftSkillTreeLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "idToken", "puuid" ] }, "LolTftSkillTreeLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolTftSkillTreeQueue": { "type": "object", "description": "", "properties": { "isTeamBuilderManaged": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isTeamBuilderManaged" ] }, "LolTftSkillTreeScopedLoadout": { "type": "object", "description": "", "properties": { "scope": { "type": "string" }, "itemId": { "type": "integer", "format": "uint32", "minimum": 0 }, "name": { "type": "string" }, "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolTftSkillTreeItemKey" } }, "refreshTime": { "type": "string" }, "id": { "type": "string" } }, "additionalProperties": false, "required": [ "scope", "name", "loadout", "refreshTime", "id" ] }, "LolTftSkillTreeSignGCORequestDTO": { "type": "object", "description": "", "properties": { "serviceToJwtsMap": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolTftSkillTreeItemKey" } } }, "additionalProperties": false, "required": [ "serviceToJwtsMap", "loadout" ] }, "LolTftSkillTreeTFTEventSkillData": { "type": "object", "description": "", "properties": { "ContentId": { "type": "string" }, "ItemId": { "type": "integer", "format": "uint8", "minimum": 0 }, "Name": { "type": "string" }, "Description": { "type": "string" }, "IconTexturePath": { "type": "string" } }, "additionalProperties": false, "required": [ "ContentId", "ItemId", "Name", "Description", "IconTexturePath" ] }, "LolTftSkillTreeTFTEventSkillTreeData": { "type": "object", "description": "", "properties": { "Name": { "type": "string" }, "Ranks": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftSkillTreeTFTEventSkillTreeRankData" } } }, "additionalProperties": false, "required": [ "Name", "Ranks" ] }, "LolTftSkillTreeTFTEventSkillTreeRankData": { "type": "object", "description": "", "properties": { "Name": { "type": "string" }, "IconTexturePath": { "type": "string" }, "NumDivisions": { "type": "integer", "format": "uint8", "minimum": 0 }, "Skills": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftSkillTreeTFTEventSkillData" } } }, "additionalProperties": false, "required": [ "Name", "IconTexturePath", "NumDivisions", "Skills" ] }, "LolTftSkillTreeTftBattlepass": { "type": "object", "description": "", "properties": { "totalPointsEarned": { "type": "integer", "format": "int32" }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftSkillTreeTftBattlepassMilestone" } }, "bonuses": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftSkillTreeTftBattlepassMilestone" } }, "activeMilestone": { "$ref": "#/components/schemas/LolTftSkillTreeTftBattlepassMilestone" }, "info": { "$ref": "#/components/schemas/LolTftSkillTreeTftBattlepassInfo" }, "lastViewedProgress": { "type": "integer", "format": "int32" }, "lastViewedMilestone": { "$ref": "#/components/schemas/LolTftSkillTreeTftBattlepassMilestone" }, "currentLevel": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "totalPointsEarned", "milestones", "bonuses", "activeMilestone", "info", "lastViewedProgress", "lastViewedMilestone", "currentLevel" ] }, "LolTftSkillTreeTftBattlepassInfo": { "type": "object", "description": "", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "startDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "endDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "premium": { "type": "boolean" }, "premiumTitle": { "type": "string" }, "premiumEntitlementId": { "type": "string" }, "pcPurchaseRequirement": { "type": "string" }, "passId": { "type": "string" }, "media": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "title", "description", "startDate", "endDate", "premium", "premiumTitle", "premiumEntitlementId", "pcPurchaseRequirement", "passId", "media" ] }, "LolTftSkillTreeTftBattlepassMilestone": { "type": "object", "description": "", "properties": { "milestoneId": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "status": { "type": "string" }, "pointsNeededForMilestone": { "type": "integer", "format": "int32" }, "pointsEarnedForMilestone": { "type": "integer", "format": "int32" }, "totalPointsForMilestone": { "type": "integer", "format": "int32" }, "level": { "type": "integer", "format": "int32" }, "iconImageUrl": { "type": "string" }, "iconNeedsFrame": { "type": "boolean" }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftSkillTreeTftBattlepassReward" } }, "isPaid": { "type": "boolean" }, "isLocked": { "type": "boolean" }, "isKeystone": { "type": "boolean" }, "isBonus": { "type": "boolean" }, "isClaimRequestPending": { "type": "boolean" } }, "additionalProperties": false, "required": [ "milestoneId", "title", "description", "status", "pointsNeededForMilestone", "pointsEarnedForMilestone", "totalPointsForMilestone", "level", "iconImageUrl", "iconNeedsFrame", "rewards", "isPaid", "isLocked", "isKeystone", "isBonus", "isClaimRequestPending" ] }, "LolTftSkillTreeTftBattlepassReward": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "itemId": { "type": "string" }, "itemTypeId": { "type": "string" }, "iconUrl": { "type": "string" }, "iconNeedsFrame": { "type": "boolean" } }, "additionalProperties": false, "required": [ "name", "description", "itemId", "itemTypeId", "iconUrl", "iconNeedsFrame" ] }, "LolTftSkillTreeUpdateLoadoutDTO": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolTftSkillTreeItemKey" } } }, "additionalProperties": false, "required": [ "id", "name", "loadout" ] }, "LolTftSkillTreeUpdateLoadoutRequestDTO": { "type": "object", "description": "", "properties": { "serviceToJwtsMap": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "loadout": { "$ref": "#/components/schemas/LolTftSkillTreeUpdateLoadoutDTO" } }, "additionalProperties": false, "required": [ "serviceToJwtsMap", "loadout" ] }, "LolTftTeamPlannerChampion": { "type": "object", "description": "", "properties": { "championId": { "type": "string" } }, "additionalProperties": false, "required": [ "championId" ] }, "LolTftTeamPlannerGameDataTFTSets": { "type": "object", "description": "", "properties": { "LCTFTModeData": { "$ref": "#/components/schemas/LolTftTeamPlannerTFTModeData" } }, "additionalProperties": false, "required": [ "LCTFTModeData" ] }, "LolTftTeamPlannerGameflowGameData": { "type": "object", "description": "", "properties": { "queue": { "$ref": "#/components/schemas/LolTftTeamPlannerQueue" } }, "additionalProperties": false, "required": [ "queue" ] }, "LolTftTeamPlannerGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolTftTeamPlannerGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolTftTeamPlannerGameflowPhase" }, "gameData": { "$ref": "#/components/schemas/LolTftTeamPlannerGameflowGameData" } }, "additionalProperties": false, "required": [ "phase", "gameData" ] }, "LolTftTeamPlannerImportedTeamCodeChampionData": { "type": "object", "description": "", "properties": { "championId": { "type": "string" }, "icon": { "type": "string" }, "price": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "championId", "icon", "price" ] }, "LolTftTeamPlannerImportedTeamCodeData": { "type": "object", "description": "", "properties": { "teamCode": { "type": "string" }, "teamPlan": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTeamPlannerImportedTeamCodeChampionData" } } }, "additionalProperties": false, "required": [ "teamCode", "teamPlan" ] }, "LolTftTeamPlannerNamecheckAuthorization": { "type": "object", "description": "", "properties": { "subject": { "type": "string" } }, "additionalProperties": false, "required": [ "subject" ] }, "LolTftTeamPlannerNamecheckLoginDataPacket": { "type": "object", "description": "", "properties": { "platformId": { "type": "string" } }, "additionalProperties": false, "required": [ "platformId" ] }, "LolTftTeamPlannerNamecheckPayload": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "nameValidationContext": { "type": "string" }, "puuid": { "type": "string" }, "shard": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "nameValidationContext", "puuid", "shard" ] }, "LolTftTeamPlannerNamecheckResponse": { "type": "object", "description": "", "properties": { "errors": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "errors" ] }, "LolTftTeamPlannerPreviouslyUsedContext": { "type": "object", "description": "", "properties": { "sortOption": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "sortOption" ] }, "LolTftTeamPlannerQueue": { "type": "object", "description": "", "properties": { "gameMode": { "type": "string" } }, "additionalProperties": false, "required": [ "gameMode" ] }, "LolTftTeamPlannerSettingsStorageContainer": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolTftTeamPlannerTeamSettings" }, "schemaVersion": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "data", "schemaVersion" ] }, "LolTftTeamPlannerTFTChampionData": { "type": "object", "description": "", "properties": { "character_id": { "type": "string" }, "squareIconPath": { "type": "string" }, "tier": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "character_id", "squareIconPath", "tier" ] }, "LolTftTeamPlannerTFTMapSetData": { "type": "object", "description": "", "properties": { "SetCoreName": { "type": "string" } }, "additionalProperties": false, "required": [ "SetCoreName" ] }, "LolTftTeamPlannerTFTModeData": { "type": "object", "description": "", "properties": { "mDefaultSet": { "$ref": "#/components/schemas/LolTftTeamPlannerTFTMapSetData" }, "mEventSet": { "$ref": "#/components/schemas/LolTftTeamPlannerTFTMapSetData" }, "mDefaultTeamName": { "type": "string" }, "mDefaultTeamNameNumbered": { "type": "string" } }, "additionalProperties": false, "required": [ "mDefaultSet", "mEventSet", "mDefaultTeamName", "mDefaultTeamNameNumbered" ] }, "LolTftTeamPlannerTFTTeamPlannerConfig": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "multipleSetsEnabled": { "type": "boolean" }, "multipleTeamsEnabled": { "type": "boolean" }, "tencentNameCheckEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "enabled", "multipleSetsEnabled", "multipleTeamsEnabled", "tencentNameCheckEnabled" ] }, "LolTftTeamPlannerTeamPlan": { "type": "object", "description": "", "properties": { "champions": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTeamPlannerChampion" } }, "id": { "type": "string" }, "title": { "type": "string" }, "timeOfCreationInMs": { "type": "integer", "format": "uint64", "minimum": 0 }, "timeOfLastViewInMs": { "type": "integer", "format": "uint64", "minimum": 0 }, "timeOfLastReminderToggleInMs": { "type": "integer", "format": "uint64", "minimum": 0 }, "setName": { "type": "string" }, "teamIsImported": { "type": "boolean" }, "editedByPlayer": { "type": "boolean" } }, "additionalProperties": false, "required": [ "champions", "id", "title", "timeOfCreationInMs", "timeOfLastViewInMs", "timeOfLastReminderToggleInMs", "setName", "teamIsImported", "editedByPlayer" ] }, "LolTftTeamPlannerTeamSettings": { "type": "object", "description": "", "properties": { "teams": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTeamPlannerTeamPlan" } }, "teamMap": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolTftTeamPlannerTeamsForSet" } }, "remindersEnabled": { "type": "boolean" }, "registeredTeamIndex": { "type": "integer", "format": "uint64", "minimum": 0 }, "hasViewedTeamPlanner": { "type": "boolean" }, "eventSetLastViewed": { "type": "boolean" }, "previouslyUsedContext": { "$ref": "#/components/schemas/LolTftTeamPlannerPreviouslyUsedContext" } }, "additionalProperties": false, "required": [ "teams", "teamMap", "remindersEnabled", "registeredTeamIndex", "hasViewedTeamPlanner", "eventSetLastViewed", "previouslyUsedContext" ] }, "LolTftTeamPlannerTeamsForSet": { "type": "object", "description": "", "properties": { "teams": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTeamPlannerTeamPlan" } }, "registeredTeamIndex": { "type": "integer", "format": "uint64", "minimum": 0 }, "remindedTeamId": { "type": "string" } }, "additionalProperties": false, "required": [ "teams", "registeredTeamIndex", "remindedTeamId" ] }, "LolTftTeamPlannerValidateItemSetNameResponse": { "type": "object", "description": "", "properties": { "success": { "type": "boolean" }, "nameCheckResponse": { "$ref": "#/components/schemas/LolTftTeamPlannerNamecheckResponse" } }, "additionalProperties": false, "required": [ "success", "nameCheckResponse" ] }, "LolTftTrovesCapCounterBalanceDto": { "type": "object", "description": "", "properties": { "amount": { "type": "integer", "format": "int32" }, "version": { "type": "integer", "format": "int32" }, "active": { "type": "boolean" } }, "additionalProperties": false, "required": [ "amount", "version", "active" ] }, "LolTftTrovesCapDropsDropTableDisplayMetadata": { "type": "object", "description": "", "properties": { "isCollectorsBounty": { "type": "boolean" }, "dataAssetId": { "type": "string" }, "nameTraKey": { "type": "string" }, "mythicOfferId": { "type": "string" }, "progressionId": { "type": "string" }, "priority": { "type": "integer", "format": "uint8", "minimum": 0 }, "tables": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolTftTrovesOddsTableDisplayMetadata" } }, "version": { "type": "integer", "format": "uint8", "minimum": 0 }, "chaseContentId": { "type": "string" }, "chaseContentIds": { "type": "array", "items": { "type": "string" } }, "prestigeContentIds": { "type": "array", "items": { "type": "string" } }, "bountyType": { "type": "string" }, "oddsTree": { "$ref": "#/components/schemas/LolTftTrovesDropsOddsTreeNodeDTO" } }, "additionalProperties": false, "required": [ "isCollectorsBounty", "dataAssetId", "nameTraKey", "mythicOfferId", "progressionId", "priority", "tables", "version", "chaseContentId", "chaseContentIds", "prestigeContentIds", "bountyType", "oddsTree" ] }, "LolTftTrovesCapOrdersRequestDTO": { "type": "object", "description": "", "properties": { "data": { "type": "object", "additionalProperties": true }, "meta": { "$ref": "#/components/schemas/LolTftTrovesCapOrdersRequestMetaDTO" } }, "additionalProperties": false, "required": [ "data", "meta" ] }, "LolTftTrovesCapOrdersRequestMetaDTO": { "type": "object", "description": "", "properties": { "correlationId": { "type": "string" }, "jwt": { "type": "string" }, "xid": { "type": "string" } }, "additionalProperties": false, "required": [ "correlationId", "jwt", "xid" ] }, "LolTftTrovesCapOrdersResponseDTO": { "type": "object", "description": "", "properties": { "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "data" ] }, "LolTftTrovesCounter": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "groupId": { "type": "string" }, "direction": { "type": "string" }, "startValue": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "id", "name", "groupId", "direction", "startValue" ] }, "LolTftTrovesCounterInstance": { "type": "object", "description": "", "properties": { "ownerId": { "type": "string" }, "productId": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "counterValue": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "ownerId", "productId", "groupId", "counterId", "counterValue" ] }, "LolTftTrovesCounterNotificationResource": { "type": "object", "description": "", "properties": { "balances": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolTftTrovesCapCounterBalanceDto" } }, "deltas": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolTftTrovesCapCounterBalanceDto" } } }, "additionalProperties": false, "required": [ "balances", "deltas" ] }, "LolTftTrovesDropCounterDTO": { "type": "object", "description": "", "properties": { "dropTableId": { "type": "string" }, "count": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "dropTableId", "count" ] }, "LolTftTrovesDropsDropTablePityInfo": { "type": "object", "description": "", "properties": { "pityLimit": { "type": "integer", "format": "int32" }, "chaseContentIds": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "pityLimit", "chaseContentIds" ] }, "LolTftTrovesDropsDropTableWithPityDTO": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "sourceId": { "type": "string" }, "productId": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "currencyId": { "type": "string" }, "rollOffer": { "type": "string" }, "cost": { "type": "integer", "format": "int32" }, "totalRollsInfo": { "$ref": "#/components/schemas/LolTftTrovesTotalRollsInfoDTO" }, "pityInfo": { "$ref": "#/components/schemas/LolTftTrovesDropsDropTablePityInfo" }, "displayMetadata": { "$ref": "#/components/schemas/LolTftTrovesCapDropsDropTableDisplayMetadata" } }, "additionalProperties": false, "required": [ "id", "sourceId", "productId", "startDate", "endDate", "currencyId", "rollOffer", "cost", "totalRollsInfo", "pityInfo", "displayMetadata" ] }, "LolTftTrovesDropsOddsListEntryDTO": { "type": "object", "description": "", "properties": { "contentId": { "type": "string" }, "nodeId": { "type": "string" }, "sourceId": { "type": "string" } }, "additionalProperties": false, "required": [ "contentId", "nodeId", "sourceId" ] }, "LolTftTrovesDropsOddsTreeNodeDTO": { "type": "object", "description": "", "properties": { "nodeId": { "type": "string" }, "sourceId": { "type": "string" }, "odds": { "type": "number", "format": "float" }, "children": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesDropsOddsTreeNodeDTO" } }, "quantity": { "type": "integer", "format": "uint16", "minimum": 0 }, "nameTraKey": { "type": "string" }, "priority": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "nodeId", "sourceId", "odds", "children", "quantity", "nameTraKey", "priority" ] }, "LolTftTrovesEntitlementNotificationResource": { "type": "object", "description": "", "properties": { "itemId": { "type": "string" }, "itemTypeId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "resourceOperation": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "itemTypeId", "entitlementTypeId", "resourceOperation" ] }, "LolTftTrovesEntityInstance": { "type": "object", "description": "", "properties": { "groupId": { "type": "string" }, "counters": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesCounterInstance" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesMilestoneInstance" } } }, "additionalProperties": false, "required": [ "groupId", "counters", "milestones" ] }, "LolTftTrovesGameDataTFTContent": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "nameTraKey": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "nameTraKey" ] }, "LolTftTrovesGameDataTrovesBanner": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "activationTime": { "type": "string" }, "deactivationTime": { "type": "string" }, "pityCounterId": { "type": "string" }, "mythicTokenOfferId": { "type": "string" }, "pityThreshold": { "type": "integer", "format": "uint32", "minimum": 0 }, "bannerTexture": { "type": "string" }, "thumbnailTexture": { "type": "string" }, "backgroundTexture": { "type": "string" }, "platformTexture": { "type": "string" }, "eventHubBannerTexture": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "isCollectorBounty": { "type": "boolean" }, "celebrationTheme": { "$ref": "#/components/schemas/LolTftTrovesTrovesCelebrationThemeData" }, "rootTable": { "$ref": "#/components/schemas/LolTftTrovesGameDataTrovesBannerTable" }, "chaseTable": { "$ref": "#/components/schemas/LolTftTrovesGameDataTrovesBannerTable" } }, "additionalProperties": false, "required": [ "id", "activationTime", "deactivationTime", "pityCounterId", "mythicTokenOfferId", "pityThreshold", "bannerTexture", "thumbnailTexture", "backgroundTexture", "platformTexture", "eventHubBannerTexture", "name", "description", "isCollectorBounty", "celebrationTheme", "rootTable", "chaseTable" ] }, "LolTftTrovesGameDataTrovesBannerReward": { "type": "object", "description": "", "properties": { "itemInstanceId": { "type": "string" }, "itemTypeId": { "type": "string" }, "starLevel": { "type": "integer", "format": "uint32", "minimum": 0 }, "name": { "type": "string" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "rarity": { "$ref": "#/components/schemas/LolTftTrovesLootRarity" }, "currencyId": { "type": "string" }, "rewardTexturePath": { "type": "string" }, "highlightRewardAssetPath": { "type": "string" } }, "additionalProperties": false, "required": [ "itemInstanceId", "itemTypeId", "starLevel", "name", "quantity", "rarity", "currencyId", "rewardTexturePath", "highlightRewardAssetPath" ] }, "LolTftTrovesGameDataTrovesBannerTable": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "key": { "type": "string" }, "name": { "type": "string" }, "loadoutsItem": { "$ref": "#/components/schemas/LolTftTrovesLoadoutsItem" }, "children": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesGameDataTrovesBannerTableEntry" } }, "priority": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "id", "key", "name", "priority" ] }, "LolTftTrovesGameDataTrovesBannerTableEntry": { "type": "object", "description": "", "properties": { "bannerNode": { "$ref": "#/components/schemas/LolTftTrovesGameDataTrovesBannerTable" } }, "additionalProperties": false, "required": [ "bannerNode" ] }, "LolTftTrovesGroup": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "productId": { "type": "string" }, "name": { "type": "string" }, "repeat": { "$ref": "#/components/schemas/LolTftTrovesRepeat" }, "counters": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesCounter" } }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesMilestone" } } }, "additionalProperties": false, "required": [ "id", "productId", "name", "repeat", "counters", "milestones" ] }, "LolTftTrovesInventoryItem": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "inventoryType": { "type": "string" }, "owned": { "type": "boolean" } }, "additionalProperties": false, "required": [ "uuid", "inventoryType", "owned" ] }, "LolTftTrovesLoadoutsItem": { "type": "object", "description": "", "properties": { "itemInstanceId": { "type": "string" }, "itemTypeId": { "type": "string" }, "name": { "type": "string" }, "starLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "itemInstanceId", "itemTypeId", "name", "starLevel" ] }, "LolTftTrovesLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolTftTrovesLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "idToken", "puuid" ] }, "LolTftTrovesLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolTftTrovesLootOddsResponse": { "type": "object", "description": "", "properties": { "lootId": { "type": "string" }, "parentId": { "type": "string" }, "dropRate": { "type": "number", "format": "double" }, "quantity": { "type": "integer", "format": "int32" }, "label": { "type": "string" }, "query": { "type": "string" }, "displayPriority": { "type": "integer", "format": "int32" }, "children": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesLootOddsResponse" } } }, "additionalProperties": false, "required": [ "lootId", "parentId", "dropRate", "quantity", "label", "query", "displayPriority", "children" ] }, "LolTftTrovesLootRarity": { "type": "string", "description": "", "enum": [ "Ultimate", "Mythic", "Legendary", "Epic", "Default" ], "additionalProperties": false }, "LolTftTrovesMilestone": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "int64" }, "properties": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "name", "groupId", "counterId", "triggerValue", "properties" ] }, "LolTftTrovesMilestoneInstance": { "type": "object", "description": "", "properties": { "milestoneId": { "type": "string" }, "instanceId": { "type": "string" }, "ownerId": { "type": "string" }, "productId": { "type": "string" }, "groupId": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "int64" }, "repeatSequence": { "type": "integer", "format": "uint32", "minimum": 0 }, "triggered": { "type": "boolean" }, "triggeredTimestamp": { "type": "string" }, "triggers": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesTrigger" } } }, "additionalProperties": false, "required": [ "milestoneId", "instanceId", "ownerId", "productId", "groupId", "counterId", "triggerValue", "repeatSequence", "triggered", "triggeredTimestamp", "triggers" ] }, "LolTftTrovesOddsTableDisplayMetadata": { "type": "object", "description": "", "properties": { "nameTraKey": { "type": "string" }, "priority": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "nameTraKey", "priority" ] }, "LolTftTrovesOrderNotificationResource": { "type": "object", "description": "", "properties": { "eventTypeId": { "type": "string" }, "eventType": { "type": "string" }, "status": { "type": "string" } }, "additionalProperties": false, "required": [ "eventTypeId", "eventType", "status" ] }, "LolTftTrovesPityCounterDTO": { "type": "object", "description": "", "properties": { "dropTableId": { "type": "string" }, "count": { "type": "integer", "format": "uint8", "minimum": 0 } }, "additionalProperties": false, "required": [ "dropTableId", "count" ] }, "LolTftTrovesPlayerLoot": { "type": "object", "description": "", "properties": { "lootName": { "type": "string" }, "localizedName": { "type": "string" }, "itemDesc": { "type": "string" } }, "additionalProperties": false, "required": [ "lootName", "localizedName", "itemDesc" ] }, "LolTftTrovesRepeat": { "type": "object", "description": "", "properties": { "count": { "type": "integer", "format": "int32" }, "scope": { "type": "integer", "format": "uint32", "minimum": 0 }, "multiplier": { "type": "number", "format": "float" }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesMilestone" } }, "repeatTriggers": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesRepeatGroupTrigger" } } }, "additionalProperties": false, "required": [ "count", "scope", "multiplier", "milestones", "repeatTriggers" ] }, "LolTftTrovesRepeatGroupTrigger": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "counterId": { "type": "string" }, "startTriggerValue": { "type": "integer", "format": "uint16", "minimum": 0 }, "increaseBy": { "type": "integer", "format": "uint16", "minimum": 0 }, "multiplier": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "type", "counterId", "startTriggerValue", "increaseBy", "multiplier" ] }, "LolTftTrovesRewardsNotificationResource": { "type": "object", "description": "", "properties": { "purchaserId": { "type": "string" }, "recipientId": { "type": "string" }, "transactionId": { "type": "string" }, "rewardId": { "type": "string" }, "rewardInstanceId": { "type": "string" }, "status": { "type": "string" } }, "additionalProperties": false, "required": [ "purchaserId", "recipientId", "transactionId", "rewardId", "rewardInstanceId", "status" ] }, "LolTftTrovesRiotMessagingServiceMessage": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "timestamp", "payload" ] }, "LolTftTrovesTotalRollsInfoDTO": { "type": "object", "description": "", "properties": { "totalRollsCounterId": { "type": "string" }, "maxTotalRolls": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "totalRollsCounterId", "maxTotalRolls" ] }, "LolTftTrovesTrigger": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "counterId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "type", "counterId", "triggerValue" ] }, "LolTftTrovesTrovePurchaseResponse": { "type": "object", "description": "", "properties": { "orderId": { "type": "string" }, "status": { "type": "string" }, "errorCode": { "type": "integer", "format": "uint32", "minimum": 0 }, "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "orderId", "status", "errorCode", "data" ] }, "LolTftTrovesTroves": { "type": "object", "description": "", "properties": { "enabled": { "type": "boolean" }, "useDisplayMetadata": { "type": "boolean" }, "v2Enabled": { "type": "boolean" }, "bannerList": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesTrovesActiveBanner" } } }, "additionalProperties": false, "required": [ "enabled", "useDisplayMetadata", "v2Enabled" ] }, "LolTftTrovesTrovesActiveBanner": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "version": { "type": "integer", "format": "uint8", "minimum": 0 }, "videoId": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "version", "videoId" ] }, "LolTftTrovesTrovesBanner": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "version": { "type": "integer", "format": "uint8", "minimum": 0 }, "sourceId": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "pityLimit": { "type": "integer", "format": "uint32", "minimum": 0 }, "rollOffer": { "type": "string" }, "mythicOffer": { "type": "string" }, "bannerTexture": { "type": "string" }, "thumbnailTexture": { "type": "string" }, "backgroundTexture": { "type": "string" }, "platformTexture": { "type": "string" }, "eventHubBannerTexture": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "pityCounterId": { "type": "string" }, "isCollectorBounty": { "type": "boolean" }, "maxTotalRolls": { "type": "integer", "format": "uint32", "minimum": 0 }, "pullCost": { "type": "integer", "format": "uint32", "minimum": 0 }, "chaseContentIds": { "type": "array", "items": { "type": "string" } }, "prestigeContentIds": { "type": "array", "items": { "type": "string" } }, "celebrationTheme": { "$ref": "#/components/schemas/LolTftTrovesTrovesCelebrationThemeData" }, "status": { "$ref": "#/components/schemas/LolTftTrovesTrovesStatus" }, "bountyType": { "type": "string" }, "videoId": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "version", "sourceId", "startDate", "endDate", "pityLimit", "rollOffer", "mythicOffer", "bannerTexture", "thumbnailTexture", "backgroundTexture", "platformTexture", "eventHubBannerTexture", "name", "description", "pityCounterId", "isCollectorBounty", "maxTotalRolls", "pullCost", "chaseContentIds", "prestigeContentIds", "celebrationTheme", "status", "bountyType", "videoId" ] }, "LolTftTrovesTrovesCelebrationCurrencySegmentData": { "type": "object", "description": "", "properties": { "lottieJsonPath": { "type": "string" }, "singlePullSoundPath": { "type": "string" }, "multiPullSoundPath": { "type": "string" }, "mythicPullSoundPath": { "type": "string" } }, "additionalProperties": false, "required": [ "lottieJsonPath", "singlePullSoundPath", "multiPullSoundPath", "mythicPullSoundPath" ] }, "LolTftTrovesTrovesCelebrationHighlightSegmentData": { "type": "object", "description": "", "properties": { "lottieJsonPath": { "type": "string" }, "revealSoundPath": { "type": "string" }, "transitionWipeSoundPath": { "type": "string" }, "promiseTokenTitle": { "type": "string" }, "promiseTokenDescription": { "type": "string" } }, "additionalProperties": false, "required": [ "lottieJsonPath", "revealSoundPath", "transitionWipeSoundPath", "promiseTokenTitle", "promiseTokenDescription" ] }, "LolTftTrovesTrovesCelebrationPortalSegmentData": { "type": "object", "description": "", "properties": { "singlePullRareWebmPath": { "type": "string" }, "singlePullEpicWebmPath": { "type": "string" }, "singlePullLegendaryWebmPath": { "type": "string" }, "singlePullMythicWebmPath": { "type": "string" }, "singlePullSoundPath": { "type": "string" }, "multiPullRareWebmPath": { "type": "string" }, "multiPullEpicWebmPath": { "type": "string" }, "multiPullLegendaryWebmPath": { "type": "string" }, "multiPullMythicWebmPath": { "type": "string" }, "multiPullSoundPath": { "type": "string" } }, "additionalProperties": false, "required": [ "singlePullRareWebmPath", "singlePullEpicWebmPath", "singlePullLegendaryWebmPath", "singlePullMythicWebmPath", "singlePullSoundPath", "multiPullRareWebmPath", "multiPullEpicWebmPath", "multiPullLegendaryWebmPath", "multiPullMythicWebmPath", "multiPullSoundPath" ] }, "LolTftTrovesTrovesCelebrationStandardSegmentData": { "type": "object", "description": "", "properties": { "FirstItemTimingOffset": { "type": "number", "format": "float" }, "InterItemTimingOffset": { "type": "number", "format": "float" }, "PCHeaderText": { "type": "string" }, "PCButtonText": { "type": "string" }, "PCBackgroundPath": { "type": "string" }, "PCRewardFramePath": { "type": "string" }, "PCRewardOneStarPath": { "type": "string" }, "PCRewardTwoStarPath": { "type": "string" }, "PCRewardThreeStarPath": { "type": "string" }, "PCRewardRareGemPath": { "type": "string" }, "PCRewardEpicGemPath": { "type": "string" }, "PCRewardLegendaryGemPath": { "type": "string" }, "PCRewardMythicGemPath": { "type": "string" }, "pullSingleIndividualGlintSoundPath": { "type": "string" }, "pullSingleIndividualGlintLegendarySoundPath": { "type": "string" }, "revealGlobalSoundPath": { "type": "string" }, "revealEpicSoundPath": { "type": "string" }, "revealMythicSoundPath": { "type": "string" }, "revealRareSoundPath": { "type": "string" }, "PCRewardFadeInDuration": { "type": "number", "format": "float" }, "PCRewardFadeInDelay": { "type": "number", "format": "float" }, "PCThumbnailFadeInDuration": { "type": "number", "format": "float" }, "PCThumbnailFadeInDelay": { "type": "number", "format": "float" }, "PCRewardSheenPath": { "type": "string" }, "PCRewardSheenDuration": { "type": "number", "format": "float" }, "PCRewardSheenDelay": { "type": "number", "format": "float" }, "PCGlintSprite": { "$ref": "#/components/schemas/LolTftTrovesTrovesPCSpriteAnimation" }, "PCLegendarySparkSprite": { "$ref": "#/components/schemas/LolTftTrovesTrovesPCSpriteAnimation" }, "PCLegendaryHitSprite": { "$ref": "#/components/schemas/LolTftTrovesTrovesPCSpriteAnimation" } }, "additionalProperties": false, "required": [ "FirstItemTimingOffset", "InterItemTimingOffset", "PCHeaderText", "PCButtonText", "PCBackgroundPath", "PCRewardFramePath", "PCRewardOneStarPath", "PCRewardTwoStarPath", "PCRewardThreeStarPath", "PCRewardRareGemPath", "PCRewardEpicGemPath", "PCRewardLegendaryGemPath", "PCRewardMythicGemPath", "pullSingleIndividualGlintSoundPath", "pullSingleIndividualGlintLegendarySoundPath", "revealGlobalSoundPath", "revealEpicSoundPath", "revealMythicSoundPath", "revealRareSoundPath", "PCRewardFadeInDuration", "PCRewardFadeInDelay", "PCThumbnailFadeInDuration", "PCThumbnailFadeInDelay", "PCRewardSheenPath", "PCRewardSheenDuration", "PCRewardSheenDelay", "PCGlintSprite", "PCLegendarySparkSprite", "PCLegendaryHitSprite" ] }, "LolTftTrovesTrovesCelebrationThemeData": { "type": "object", "description": "", "properties": { "currencySegmentData": { "$ref": "#/components/schemas/LolTftTrovesTrovesCelebrationCurrencySegmentData" }, "portalSegmentData": { "$ref": "#/components/schemas/LolTftTrovesTrovesCelebrationPortalSegmentData" }, "highlightSegmentData": { "$ref": "#/components/schemas/LolTftTrovesTrovesCelebrationHighlightSegmentData" }, "standardSegmentData": { "$ref": "#/components/schemas/LolTftTrovesTrovesCelebrationStandardSegmentData" } }, "additionalProperties": false, "required": [ "currencySegmentData", "portalSegmentData", "highlightSegmentData", "standardSegmentData" ] }, "LolTftTrovesTrovesMilestone": { "type": "object", "description": "", "properties": { "milestoneId": { "type": "string" }, "currencyId": { "type": "string" }, "currencyAmount": { "type": "integer", "format": "uint32", "minimum": 0 }, "instanceId": { "type": "string" }, "triggerValue": { "type": "integer", "format": "uint64", "minimum": 0 }, "repeatSequence": { "type": "integer", "format": "uint32", "minimum": 0 }, "triggeredTimestamp": { "type": "string" }, "triggered": { "type": "boolean" }, "name": { "type": "string" }, "iconURL": { "type": "string" }, "resetValue": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "milestoneId", "currencyId", "currencyAmount", "instanceId", "triggerValue", "repeatSequence", "triggeredTimestamp", "triggered", "name", "iconURL", "resetValue" ] }, "LolTftTrovesTrovesMilestoneCounter": { "type": "object", "description": "", "properties": { "counterId": { "type": "string" }, "counterValue": { "type": "integer", "format": "uint64", "minimum": 0 }, "startTriggerValue": { "type": "integer", "format": "uint16", "minimum": 0 }, "increaseBy": { "type": "integer", "format": "uint16", "minimum": 0 }, "multiplier": { "type": "number", "format": "float" }, "resetValue": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "counterId", "counterValue", "startTriggerValue", "increaseBy", "multiplier", "resetValue" ] }, "LolTftTrovesTrovesMilestones": { "type": "object", "description": "", "properties": { "groupId": { "type": "string" }, "name": { "type": "string" }, "milestones": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesTrovesMilestone" } }, "counter": { "$ref": "#/components/schemas/LolTftTrovesTrovesMilestoneCounter" } }, "additionalProperties": false, "required": [ "groupId", "name", "milestones", "counter" ] }, "LolTftTrovesTrovesOwnedStatus": { "type": "object", "description": "", "properties": { "chaseContentId": { "type": "string" }, "owned": { "type": "boolean" } }, "additionalProperties": false, "required": [ "chaseContentId", "owned" ] }, "LolTftTrovesTrovesPCSpriteAnimation": { "type": "object", "description": "", "properties": { "spritesheetPath": { "type": "string" }, "duration": { "type": "number", "format": "float" }, "delay": { "type": "number", "format": "float" }, "numRows": { "type": "integer", "format": "uint32", "minimum": 0 }, "numCols": { "type": "integer", "format": "uint32", "minimum": 0 }, "numFrames": { "type": "integer", "format": "uint32", "minimum": 0 }, "startFrame": { "type": "integer", "format": "uint32", "minimum": 0 }, "fps": { "type": "integer", "format": "uint32", "minimum": 0 }, "maxPlayCount": { "type": "integer", "format": "int32" }, "playAtInsert": { "type": "boolean" } }, "additionalProperties": false, "required": [ "spritesheetPath", "duration", "delay", "numRows", "numCols", "numFrames", "startFrame", "fps", "maxPlayCount", "playAtInsert" ] }, "LolTftTrovesTrovesPurchaseRequest": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "paymentOption": { "type": "string" } }, "additionalProperties": false, "required": [ "offerId", "quantity", "paymentOption" ] }, "LolTftTrovesTrovesReward": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "itemId": { "type": "string" }, "itemTypeId": { "type": "string" }, "quantity": { "type": "integer", "format": "uint32", "minimum": 0 }, "rarity": { "$ref": "#/components/schemas/LolTftTrovesLootRarity" }, "rewardTexturePath": { "type": "string" }, "highlightRewardAssetPath": { "type": "string" }, "starLevel": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "name", "itemId", "itemTypeId", "quantity", "rarity", "rewardTexturePath", "highlightRewardAssetPath", "starLevel" ] }, "LolTftTrovesTrovesRewards": { "type": "object", "description": "", "properties": { "highlight": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesTrovesReward" } }, "standard": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesTrovesReward" } } }, "additionalProperties": false, "required": [ "highlight", "standard" ] }, "LolTftTrovesTrovesRewardsResponse": { "type": "object", "description": "", "properties": { "orderId": { "type": "string" }, "pullType": { "type": "integer", "format": "uint8", "minimum": 0 }, "rewards": { "$ref": "#/components/schemas/LolTftTrovesTrovesRewards" } }, "additionalProperties": false, "required": [ "orderId", "pullType", "rewards" ] }, "LolTftTrovesTrovesRollRequest": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" }, "numberOfRolls": { "type": "integer", "format": "uint32", "minimum": 0 }, "isMythic": { "type": "boolean" }, "dropTableId": { "type": "string" } }, "additionalProperties": false, "required": [ "offerId", "numberOfRolls", "isMythic", "dropTableId" ] }, "LolTftTrovesTrovesStatus": { "type": "object", "description": "", "properties": { "ownedStatus": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesTrovesOwnedStatus" } }, "pityCount": { "type": "integer", "format": "uint8", "minimum": 0 }, "dropTableId": { "type": "string" }, "hasPullError": { "type": "boolean" }, "totalRollsCount": { "type": "integer", "format": "uint16", "minimum": 0 }, "isCollectorBountyMaxRollsMet": { "type": "boolean" } }, "additionalProperties": false, "required": [ "ownedStatus", "pityCount", "dropTableId", "hasPullError", "totalRollsCount", "isCollectorBountyMaxRollsMet" ] }, "LolTftTrovesTrovesTable": { "type": "object", "description": "", "properties": { "nameTraKey": { "type": "string" }, "translatedName": { "type": "string" } }, "additionalProperties": false, "required": [ "nameTraKey", "translatedName" ] }, "LolTftTrovesVerboseLootOddsResponse": { "type": "object", "description": "", "properties": { "recipeName": { "type": "string" }, "chanceToContain": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesLootOddsResponse" } }, "guaranteedToContain": { "type": "array", "items": { "$ref": "#/components/schemas/LolTftTrovesLootOddsResponse" } }, "lootItem": { "$ref": "#/components/schemas/LolTftTrovesPlayerLoot" }, "hasPityRules": { "type": "boolean" }, "checksOwnership": { "type": "boolean" } }, "additionalProperties": false, "required": [ "recipeName", "chanceToContain", "guaranteedToContain", "lootItem", "hasPityRules", "checksOwnership" ] }, "LolTrophiesCapClashTrophyEntitlementPayload": { "type": "object", "description": "", "properties": { "rewardSpec": { "$ref": "#/components/schemas/LolTrophiesClashV2TrophyRewardSpec" }, "rewardType": { "type": "string" } }, "additionalProperties": false, "required": [ "rewardSpec", "rewardType" ] }, "LolTrophiesClashV2TrophyRewardSpec": { "type": "object", "description": "", "properties": { "pedestal": { "type": "string" }, "cup": { "type": "string" }, "gem": { "type": "string" }, "theme": { "type": "string" }, "tier": { "type": "string" }, "bracket": { "type": "string" }, "seasonId": { "type": "string" } }, "additionalProperties": false, "required": [ "pedestal", "cup", "gem", "theme", "tier", "bracket", "seasonId" ] }, "LolTrophiesInventoryItemsByType": { "type": "object", "description": "", "properties": { "TOURNAMENT_TROPHY": { "type": "array", "items": { "$ref": "#/components/schemas/LolTrophiesTournamentTrophyInventoryItem" } } }, "additionalProperties": false, "required": [ "TOURNAMENT_TROPHY" ] }, "LolTrophiesInventoryResponse": { "type": "object", "description": "", "properties": { "items": { "$ref": "#/components/schemas/LolTrophiesInventoryItemsByType" } }, "additionalProperties": false, "required": [ "items" ] }, "LolTrophiesLoadout": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "scope": { "type": "string" }, "loadout": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolTrophiesLoadoutItem" } } }, "additionalProperties": false, "required": [ "id", "name", "scope", "loadout" ] }, "LolTrophiesLoadoutItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "data": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "data" ] }, "LolTrophiesOtherPlayerTrophyInventoryItem": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "payload": { "$ref": "#/components/schemas/LolTrophiesCapClashTrophyEntitlementPayload" } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "payload" ] }, "LolTrophiesTournamentTrophyInventoryItem": { "type": "object", "description": "", "properties": { "payload": { "$ref": "#/components/schemas/LolTrophiesCapClashTrophyEntitlementPayload" }, "purchaseDate": { "type": "string" } }, "additionalProperties": false, "required": [ "payload", "purchaseDate" ] }, "LolTrophiesTrophyProfileData": { "type": "object", "description": "", "properties": { "theme": { "type": "string" }, "tier": { "type": "integer", "format": "int64" }, "bracket": { "type": "integer", "format": "int64" }, "seasonId": { "type": "integer", "format": "int64" }, "pedestal": { "type": "string" }, "cup": { "type": "string" }, "gem": { "type": "string" } }, "additionalProperties": false, "required": [ "theme", "tier", "bracket", "seasonId", "pedestal", "cup", "gem" ] }, "LolUserExperienceGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolUserExperienceGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolUserExperienceGameflowPhase" } }, "additionalProperties": false, "required": [ "phase" ] }, "LolVanguardEntitlementsTokenResource": { "type": "object", "description": "", "properties": { "accessToken": { "type": "string" }, "token": { "type": "string" }, "entitlements": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accessToken", "token", "entitlements" ] }, "LolVanguardGameflowPhase": { "type": "string", "description": "", "enum": [ "TerminatedInError", "EndOfGame", "PreEndOfGame", "WaitingForStats", "Reconnect", "InProgress", "FailedToLaunch", "GameStart", "ChampSelect", "ReadyCheck", "CheckedIntoTournament", "Matchmaking", "Lobby", "None" ], "additionalProperties": false }, "LolVanguardGameflowServiceErrorType": { "type": "string", "description": "", "enum": [ "PLAYER_LACKS_VANGUARD_SESSION" ], "additionalProperties": false }, "LolVanguardGameflowSession": { "type": "object", "description": "", "properties": { "phase": { "$ref": "#/components/schemas/LolVanguardGameflowPhase" } }, "additionalProperties": false, "required": [ "phase" ] }, "LolVanguardLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolVanguardLoginSessionState" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "puuid" ] }, "LolVanguardLoginSessionState": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolVanguardVanguardMachineSpecs": { "type": "object", "description": "", "properties": { "tpm2Enabled": { "type": "boolean" }, "secureBootEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "tpm2Enabled", "secureBootEnabled" ] }, "LolVanguardVanguardSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolVanguardVanguardSessionState" }, "vanguardStatus": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "state", "vanguardStatus" ] }, "LolVanguardVanguardSessionState": { "type": "string", "description": "", "enum": [ "ERROR", "CONNECTED", "IN_PROGRESS" ], "additionalProperties": false }, "LolVanguardVanguardSystemCheckTelemetryEvent": { "type": "object", "description": "", "properties": { "passedOsCheck": { "type": "boolean" }, "passedSecureFeaturesCheck": { "type": "boolean" } }, "additionalProperties": false, "required": [ "passedOsCheck", "passedSecureFeaturesCheck" ] }, "LolYourshopAccessTokenResource": { "type": "object", "description": "", "properties": { "token": { "type": "string" }, "scopes": { "type": "array", "items": { "type": "string" } }, "expiry": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "token", "scopes", "expiry" ] }, "LolYourshopCatalogItem": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "itemInstanceId": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "inventoryType" ] }, "LolYourshopClientCacheClearMessageDTO": { "type": "object", "description": "", "properties": { "regions": { "type": "array", "items": { "type": "string" } }, "clearAll": { "type": "boolean" }, "inventoryTypes": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "regions", "clearAll", "inventoryTypes" ] }, "LolYourshopCurrencyDTO": { "type": "object", "description": "", "properties": { "amount": { "type": "integer", "format": "int32" }, "subCurrencies": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "amount", "subCurrencies" ] }, "LolYourshopEndOfGameXp": { "type": "object", "description": "", "properties": { "PER_WIN": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "PER_WIN" ] }, "LolYourshopEndOfGameXpNotification": { "type": "object", "description": "", "properties": { "xp": { "$ref": "#/components/schemas/LolYourshopEndOfGameXp" } }, "additionalProperties": false, "required": [ "xp" ] }, "LolYourshopInventoryCacheEntry": { "type": "object", "description": "", "properties": { "signedInventoryJwt": { "type": "string" }, "expirationMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "issuedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "receivedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "valid": { "type": "boolean" } }, "additionalProperties": false, "required": [ "signedInventoryJwt", "expirationMS", "issuedAtMS", "receivedAtMS", "valid" ] }, "LolYourshopInventoryDTO": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "expires": { "type": "string" }, "itemsJwt": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "accountId", "summonerId", "items", "expires", "itemsJwt" ] }, "LolYourshopInventoryItem": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownershipType": { "$ref": "#/components/schemas/LolYourshopItemOwnershipType" }, "expirationDate": { "type": "string" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "ownershipType", "expirationDate", "wins" ] }, "LolYourshopInventoryItemDTO": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "expirationDate": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownedQuantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "usedInGameDate": { "type": "string" }, "entitlementId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "instanceId": { "type": "string" }, "instanceTypeId": { "type": "string" }, "payload": { "type": "object", "additionalProperties": true }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "loyaltySources": { "type": "array", "items": { "type": "string" } }, "lsb": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "itemId", "inventoryType", "expirationDate", "purchaseDate", "quantity", "ownedQuantity", "usedInGameDate", "entitlementId", "entitlementTypeId", "instanceId", "instanceTypeId", "payload", "f2p", "rental", "loyalty", "loyaltySources", "lsb", "wins" ] }, "LolYourshopInventoryItemWithPayload": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "purchaseDate": { "type": "string" }, "quantity": { "type": "integer", "format": "uint64", "minimum": 0 }, "ownershipType": { "$ref": "#/components/schemas/LolYourshopItemOwnershipType" }, "expirationDate": { "type": "string" }, "f2p": { "type": "boolean" }, "rental": { "type": "boolean" }, "loyalty": { "type": "boolean" }, "loyaltySources": { "type": "array", "items": { "type": "string" } }, "owned": { "type": "boolean" }, "wins": { "type": "integer", "format": "uint64", "minimum": 0 }, "payload": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "uuid", "itemId", "inventoryType", "purchaseDate", "quantity", "ownershipType", "expirationDate", "f2p", "rental", "loyalty", "loyaltySources", "owned", "wins", "payload" ] }, "LolYourshopInventoryNotification": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "itemId": { "type": "integer", "format": "int32" }, "inventoryType": { "type": "string" }, "type": { "type": "string" }, "acknowledged": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "itemId", "inventoryType", "type", "acknowledged" ] }, "LolYourshopInventoryResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolYourshopInventoryDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolYourshopItemKey": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolYourshopItemOwnershipType": { "type": "string", "description": "", "enum": [ "F2P", "LOYALTY", "RENTED", "OWNED" ], "additionalProperties": false }, "LolYourshopLoginSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/LolYourshopLoginSessionStates" }, "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "idToken": { "type": "string" }, "puuid": { "type": "string" } }, "additionalProperties": false, "required": [ "state", "summonerId", "accountId", "idToken", "puuid" ] }, "LolYourshopLoginSessionStates": { "type": "string", "description": "", "enum": [ "ERROR", "LOGGING_OUT", "SUCCEEDED", "IN_PROGRESS" ], "additionalProperties": false }, "LolYourshopLoyaltyRewards": { "type": "object", "description": "", "properties": { "freeRewardedChampionsCount": { "type": "integer", "format": "int32" }, "championIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "freeRewardedSkinsCount": { "type": "integer", "format": "int32" }, "skinIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "ipBoost": { "type": "integer", "format": "int32" }, "xpBoost": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "loyaltyTFTMapSkinCount": { "type": "integer", "format": "int32" }, "loyaltyTFTCompanionCount": { "type": "integer", "format": "int32" }, "loyaltyTFTDamageSkinCount": { "type": "integer", "format": "int32" }, "loyaltySources": { "type": "object", "additionalProperties": { "type": "boolean" } } }, "additionalProperties": false, "required": [ "freeRewardedChampionsCount", "championIds", "freeRewardedSkinsCount", "skinIds", "ipBoost", "xpBoost", "loyaltyTFTMapSkinCount", "loyaltyTFTCompanionCount", "loyaltyTFTDamageSkinCount", "loyaltySources" ] }, "LolYourshopLoyaltyRewardsSimplified": { "type": "object", "description": "", "properties": { "freeRewardedChampionsCount": { "type": "integer", "format": "int32" }, "championIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "freeRewardedSkinsCount": { "type": "integer", "format": "int32" }, "skinIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "ipBoost": { "type": "integer", "format": "int32" }, "xpBoost": { "type": "integer", "format": "int32" }, "loyaltyTFTMapSkinCount": { "type": "integer", "format": "int32" }, "loyaltyTFTCompanionCount": { "type": "integer", "format": "int32" }, "loyaltyTFTDamageSkinCount": { "type": "integer", "format": "int32" }, "loyaltySources": { "type": "object", "additionalProperties": { "type": "boolean" } } }, "additionalProperties": false, "required": [ "freeRewardedChampionsCount", "championIds", "freeRewardedSkinsCount", "skinIds", "ipBoost", "xpBoost", "loyaltyTFTMapSkinCount", "loyaltyTFTCompanionCount", "loyaltyTFTDamageSkinCount", "loyaltySources" ] }, "LolYourshopLoyaltyStatus": { "type": "string", "description": "", "enum": [ "DISABLED", "REVOKE", "CHANGE", "EXPIRY", "REWARDS_GRANT", "LEGACY" ], "additionalProperties": false }, "LolYourshopLoyaltyStatusNotification": { "type": "object", "description": "", "properties": { "status": { "$ref": "#/components/schemas/LolYourshopLoyaltyStatus" }, "rewards": { "$ref": "#/components/schemas/LolYourshopLoyaltyRewardsSimplified" }, "reloadInventory": { "type": "boolean" } }, "additionalProperties": false, "required": [ "status", "rewards", "reloadInventory" ] }, "LolYourshopOffer": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" }, "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "originalPrice": { "type": "integer", "format": "int64" }, "discountPrice": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "owned": { "type": "boolean" }, "revealed": { "type": "boolean" }, "expirationDate": { "type": "string" }, "spotIndex": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "offerId", "inventoryType", "itemId", "originalPrice", "discountPrice", "name", "owned", "revealed", "expirationDate", "spotIndex" ] }, "LolYourshopOfferData": { "type": "object", "description": "", "properties": { "offers": { "type": "array", "items": { "$ref": "#/components/schemas/LolYourshopOffer" } }, "promotion": { "$ref": "#/components/schemas/LolYourshopPromotion" } }, "additionalProperties": false, "required": [ "offers", "promotion" ] }, "LolYourshopOfferId": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" } }, "additionalProperties": false, "required": [ "offerId" ] }, "LolYourshopOfferIds": { "type": "object", "description": "", "properties": { "offers": { "type": "array", "items": { "$ref": "#/components/schemas/LolYourshopOfferId" } } }, "additionalProperties": false, "required": [ "offers" ] }, "LolYourshopOfferRequest": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" } }, "additionalProperties": false, "required": [ "offerId" ] }, "LolYourshopOfferRequests": { "type": "object", "description": "", "properties": { "offers": { "type": "array", "items": { "$ref": "#/components/schemas/LolYourshopOfferRequest" } } }, "additionalProperties": false, "required": [ "offers" ] }, "LolYourshopPlayerNotification": { "type": "object", "description": "", "properties": { "critical": { "type": "boolean" }, "detailKey": { "type": "string" }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" }, "iconUrl": { "type": "string" } }, "additionalProperties": false, "required": [ "critical", "detailKey", "source", "state", "titleKey", "type", "iconUrl" ] }, "LolYourshopPlayerPermissions": { "type": "object", "description": "", "properties": { "useData": { "type": "string" } }, "additionalProperties": false, "required": [ "useData" ] }, "LolYourshopPromotion": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "startTime": { "type": "string" }, "endTime": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "startTime", "endTime" ] }, "LolYourshopPurchaseItem": { "type": "object", "description": "", "properties": { "offerId": { "type": "string" }, "inventoryType": { "type": "string" }, "itemId": { "type": "integer", "format": "int32" }, "pricePaid": { "type": "integer", "format": "int64" }, "orderId": { "type": "string" } }, "additionalProperties": false, "required": [ "offerId", "inventoryType", "itemId", "pricePaid", "orderId" ] }, "LolYourshopPurchaseOfferOrderStates": { "type": "string", "description": "", "enum": [ "SUCCESS", "FAIL", "IN_PROGRESS", "NOT_STARTED" ], "additionalProperties": false }, "LolYourshopPurchaseOfferOrderStatus": { "type": "object", "description": "", "properties": { "orderState": { "$ref": "#/components/schemas/LolYourshopPurchaseOfferOrderStates" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "orderState", "message" ] }, "LolYourshopPurchaseOfferOrderStatuses": { "type": "object", "description": "", "properties": { "statuses": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/LolYourshopPurchaseOfferOrderStatus" } } }, "additionalProperties": false, "required": [ "statuses" ] }, "LolYourshopPurchaseResponse": { "type": "object", "description": "", "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolYourshopPurchaseItem" } }, "wallet": { "$ref": "#/components/schemas/LolYourshopWallet" } }, "additionalProperties": false, "required": [ "items", "wallet" ] }, "LolYourshopRiotMessagingServiceMessage": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "timestamp", "payload" ] }, "LolYourshopRmsEntitlementPayload": { "type": "object", "description": "", "properties": { "itemId": { "type": "string" }, "itemTypeId": { "type": "string" }, "entitlementTypeId": { "type": "string" }, "resourceOperation": { "type": "string" } }, "additionalProperties": false, "required": [ "itemId", "itemTypeId", "entitlementTypeId", "resourceOperation" ] }, "LolYourshopRmsStoreEntitlementItem": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "itemId": { "type": "string" } }, "additionalProperties": false, "required": [ "inventoryType", "itemId" ] }, "LolYourshopRmsStoreEntitlementPayload": { "type": "object", "description": "", "properties": { "transactionId": { "type": "string" }, "items": { "type": "array", "items": { "$ref": "#/components/schemas/LolYourshopRmsStoreEntitlementItem" } } }, "additionalProperties": false, "required": [ "transactionId", "items" ] }, "LolYourshopRmsWalletPayload": { "type": "object", "description": "", "additionalProperties": true }, "LolYourshopRmsXboxSubscriptionChange": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "subscriptionId": { "type": "string" }, "active": { "type": "string" }, "identityProvider": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "puuid", "subscriptionId", "active", "identityProvider" ] }, "LolYourshopSimpleInventoryDTO": { "type": "object", "description": "", "properties": { "items": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "itemsJwt": { "type": "string" }, "expires": { "type": "string" } }, "additionalProperties": false, "required": [ "items", "itemsJwt", "expires" ] }, "LolYourshopSimpleInventoryResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolYourshopSimpleInventoryDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolYourshopSummonerIcon": { "type": "object", "description": "", "properties": { "itemId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "itemId" ] }, "LolYourshopUIOffer": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "originalPrice": { "type": "integer", "format": "int64" }, "discountPrice": { "type": "integer", "format": "int64" }, "type": { "type": "string" }, "skinName": { "type": "string" }, "championId": { "type": "integer", "format": "int32" }, "skinId": { "type": "integer", "format": "int32" }, "owned": { "type": "boolean" }, "revealed": { "type": "boolean" }, "purchasing": { "type": "boolean" }, "expirationDate": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "originalPrice", "discountPrice", "type", "skinName", "championId", "skinId", "owned", "revealed", "purchasing", "expirationDate" ] }, "LolYourshopUIStatus": { "type": "object", "description": "", "properties": { "hubEnabled": { "type": "boolean" }, "name": { "type": "string" }, "startTime": { "type": "string" }, "endTime": { "type": "string" } }, "additionalProperties": false, "required": [ "hubEnabled", "name", "startTime", "endTime" ] }, "LolYourshopWallet": { "type": "object", "description": "", "properties": { "rp": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "rp" ] }, "LolYourshopWalletCacheEntry": { "type": "object", "description": "", "properties": { "signedBalancesJwt": { "type": "string" }, "expirationMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "issuedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "receivedAtMS": { "type": "integer", "format": "uint64", "minimum": 0 }, "valid": { "type": "boolean" } }, "additionalProperties": false, "required": [ "signedBalancesJwt", "expirationMS", "issuedAtMS", "receivedAtMS", "valid" ] }, "LolYourshopWalletDTO": { "type": "object", "description": "", "properties": { "puuid": { "type": "string" }, "accountId": { "type": "integer", "format": "int64" }, "expires": { "type": "string" }, "balances": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "balancesJwt": { "type": "string" } }, "additionalProperties": false, "required": [ "puuid", "accountId", "expires", "balances", "balancesJwt" ] }, "LolYourshopWalletResponseDTO": { "type": "object", "description": "", "properties": { "data": { "$ref": "#/components/schemas/LolYourshopWalletDTO" } }, "additionalProperties": false, "required": [ "data" ] }, "LolYourshopXboxSubscriptionStatus": { "type": "object", "description": "", "properties": { "active": { "type": "string" }, "subscriptionId": { "type": "string" } }, "additionalProperties": false, "required": [ "active", "subscriptionId" ] }, "LolYourshopYourshopConfig": { "type": "object", "description": "", "properties": { "Active": { "type": "boolean" }, "activationSpreadSeconds": { "type": "number", "format": "double" }, "firstActivationThresholdSeconds": { "type": "number", "format": "double" }, "ThemedBackground": { "type": "boolean" }, "PromotionName": { "type": "string" }, "PromotionStartDate": { "type": "string" }, "PromotionEndDate": { "type": "string" } }, "additionalProperties": false, "required": [ "Active", "activationSpreadSeconds", "firstActivationThresholdSeconds", "ThemedBackground", "PromotionName", "PromotionStartDate", "PromotionEndDate" ] }, "LootItemClientDTO": { "type": "object", "description": "", "properties": { "lootName": { "type": "string" }, "asset": { "type": "string" }, "type": { "type": "string" }, "rarity": { "type": "string" }, "value": { "type": "integer", "format": "int32" }, "storeItemId": { "type": "integer", "format": "int32" }, "upgradeLootName": { "type": "string" }, "expiryTime": { "type": "integer", "format": "int64" }, "tags": { "type": "string" }, "displayCategories": { "type": "string" }, "rentalSeconds": { "type": "integer", "format": "int64" }, "rentalGames": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "lootName", "asset", "type", "rarity", "value", "storeItemId", "upgradeLootName", "expiryTime", "tags", "displayCategories", "rentalSeconds", "rentalGames" ] }, "LootItemListClientDTO": { "type": "object", "description": "", "properties": { "lootItems": { "type": "array", "items": { "$ref": "#/components/schemas/LootItemClientDTO" } }, "lastUpdate": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "lootItems", "lastUpdate" ] }, "LootLcdsClientConfigurationDTO": { "type": "object", "description": "", "properties": { "lootItemsUsingBreakoutRecipeMenu": { "type": "array", "items": { "type": "string" } }, "lootMaterialsToAlwaysRender": { "type": "array", "items": { "type": "string" } }, "currenciesUsingCapWallets": { "type": "array", "items": { "type": "string" } }, "disabledRedemptions": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "lootItemsUsingBreakoutRecipeMenu", "lootMaterialsToAlwaysRender", "currenciesUsingCapWallets", "disabledRedemptions" ] }, "LootLcdsLootDescriptionDTO": { "type": "object", "description": "", "properties": { "lootName": { "type": "string" }, "childLootTableNames": { "type": "array", "items": { "type": "string" } }, "localizationMap": { "type": "object", "additionalProperties": { "type": "string" } }, "localizationLongDescriptionMap": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "lootName", "childLootTableNames", "localizationMap", "localizationLongDescriptionMap" ] }, "LootLcdsRecipeClientDTO": { "type": "object", "description": "", "properties": { "recipeName": { "type": "string" }, "type": { "type": "string" }, "displayCategories": { "type": "string" }, "crafterName": { "type": "string" }, "slots": { "type": "array", "items": { "$ref": "#/components/schemas/LootLcdsRecipeSlotClientDTO" } }, "outputs": { "type": "array", "items": { "$ref": "#/components/schemas/LootLcdsRecipeOutputDTO" } }, "metadata": { "$ref": "#/components/schemas/LootLcdsRecipeMetadata" }, "singleOpen": { "type": "boolean" } }, "additionalProperties": false, "required": [ "recipeName", "type", "displayCategories", "crafterName", "slots", "outputs", "metadata", "singleOpen" ] }, "LootLcdsRecipeListClientDTO": { "type": "object", "description": "", "properties": { "recipes": { "type": "array", "items": { "$ref": "#/components/schemas/LootLcdsRecipeClientDTO" } }, "lastUpdate": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "recipes", "lastUpdate" ] }, "LootLcdsRecipeMetadata": { "type": "object", "description": "", "properties": { "guaranteedDescriptions": { "type": "array", "items": { "$ref": "#/components/schemas/LootLcdsLootDescriptionDTO" } }, "bonusDescriptions": { "type": "array", "items": { "$ref": "#/components/schemas/LootLcdsLootDescriptionDTO" } }, "tooltipsDisabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "guaranteedDescriptions", "bonusDescriptions", "tooltipsDisabled" ] }, "LootLcdsRecipeOutputDTO": { "type": "object", "description": "", "properties": { "lootName": { "type": "string" }, "quantityExpression": { "type": "string" }, "probability": { "type": "number", "format": "double" }, "allowDuplicates": { "type": "boolean" } }, "additionalProperties": false, "required": [ "lootName", "quantityExpression", "probability", "allowDuplicates" ] }, "LootLcdsRecipeSlotClientDTO": { "type": "object", "description": "", "properties": { "slotNumber": { "type": "integer", "format": "int32" }, "query": { "type": "string" }, "quantityExpression": { "type": "string" } }, "additionalProperties": false, "required": [ "slotNumber", "query", "quantityExpression" ] }, "LootNameRefId": { "type": "object", "description": "", "properties": { "lootName": { "type": "string" }, "refId": { "type": "string" } }, "additionalProperties": false, "required": [ "lootName", "refId" ] }, "LootOddsDTO": { "type": "object", "description": "", "properties": { "lootId": { "type": "string" }, "parentId": { "type": "string" }, "dropRate": { "type": "number", "format": "double" }, "quantity": { "type": "integer", "format": "int32" }, "label": { "type": "string" }, "lootOrder": { "type": "integer", "format": "int32" }, "children": { "type": "array", "items": { "$ref": "#/components/schemas/LootOddsDTO" } } }, "additionalProperties": false, "required": [ "lootId", "parentId", "dropRate", "quantity", "label", "lootOrder", "children" ] }, "LootProgressionRecipeConfiguration": { "type": "object", "description": "", "properties": { "active": { "type": "boolean" }, "progressionUuid": { "type": "string" }, "recipeName": { "type": "string" }, "activationTime": { "type": "string" }, "deactivationTime": { "type": "string" }, "counterUuid": { "type": "string" } }, "additionalProperties": false, "required": [ "active", "progressionUuid", "recipeName", "activationTime", "deactivationTime", "counterUuid" ] }, "LootSimpleDialogMessageResponse": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "command": { "type": "string" } }, "additionalProperties": false, "required": [ "accountId", "msgId", "command" ] }, "MassCraftLootDTO": { "type": "object", "description": "", "properties": { "clientId": { "type": "string" }, "transactionId": { "type": "string" }, "lootItems": { "type": "array", "items": { "$ref": "#/components/schemas/CraftLootDTO" } } }, "additionalProperties": false, "required": [ "clientId", "transactionId", "lootItems" ] }, "MatchedPlayerDTO": { "type": "object", "description": "", "properties": { "rosterId": { "type": "string" }, "captain": { "$ref": "#/components/schemas/PlayerInfoDTO" }, "players": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerInfoDTO" } } }, "additionalProperties": false, "required": [ "rosterId", "captain", "players" ] }, "MatchmakingLcdsBustedLeaver": { "type": "object", "description": "", "properties": { "summoner": { "$ref": "#/components/schemas/MatchmakingLcdsSummoner" }, "reasonFailed": { "type": "string" }, "accessToken": { "type": "string" }, "leaverPenaltyMillisRemaining": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summoner", "reasonFailed", "accessToken", "leaverPenaltyMillisRemaining" ] }, "MatchmakingLcdsFailedJoinPlayer": { "type": "object", "description": "", "properties": { "summoner": { "$ref": "#/components/schemas/MatchmakingLcdsSummoner" }, "reasonFailed": { "type": "string" } }, "additionalProperties": false, "required": [ "summoner", "reasonFailed" ] }, "MatchmakingLcdsGameDTO": { "type": "object", "description": "", "properties": { "gameState": { "type": "string" }, "statusOfParticipants": { "type": "string" }, "terminatedCondition": { "type": "string" }, "teamOne": { "type": "array", "items": { "$ref": "#/components/schemas/MatchmakingLcdsPlayerParticipant" } }, "teamTwo": { "type": "array", "items": { "$ref": "#/components/schemas/MatchmakingLcdsPlayerParticipant" } } }, "additionalProperties": false, "required": [ "gameState", "statusOfParticipants", "terminatedCondition", "teamOne", "teamTwo" ] }, "MatchmakingLcdsGameNotification": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "messageCode": { "type": "string" }, "messageArgument": { "type": "string" } }, "additionalProperties": false, "required": [ "type", "messageCode", "messageArgument" ] }, "MatchmakingLcdsMatchMakerParams": { "type": "object", "description": "", "properties": { "queueIds": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "team": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "invitationId": { "type": "string" }, "lastMaestroMessage": { "type": "string" }, "languages": { "type": "string" }, "botDifficulty": { "type": "string" }, "teamId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "queueIds", "team", "lastMaestroMessage", "botDifficulty", "teamId" ] }, "MatchmakingLcdsMatchMakerPayload": { "type": "object", "description": "", "properties": { "LEAVER_BUSTER_ACCESS_TOKEN": { "type": "string" } }, "additionalProperties": false, "required": [ "LEAVER_BUSTER_ACCESS_TOKEN" ] }, "MatchmakingLcdsPlayerParticipant": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId" ] }, "MatchmakingLcdsQueueDisabled": { "type": "object", "description": "", "properties": { "summoner": { "$ref": "#/components/schemas/MatchmakingLcdsSummoner" }, "reasonFailed": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "summoner", "reasonFailed", "queueId", "message" ] }, "MatchmakingLcdsQueueDodger": { "type": "object", "description": "", "properties": { "summoner": { "$ref": "#/components/schemas/MatchmakingLcdsSummoner" }, "reasonFailed": { "type": "string" }, "dodgePenaltyRemainingTime": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summoner", "reasonFailed", "dodgePenaltyRemainingTime" ] }, "MatchmakingLcdsQueueInfo": { "type": "object", "description": "", "properties": { "queueId": { "type": "integer", "format": "int32" }, "waitTime": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "queueId", "waitTime" ] }, "MatchmakingLcdsQueueRestricted": { "type": "object", "description": "", "properties": { "summoner": { "$ref": "#/components/schemas/MatchmakingLcdsSummoner" }, "reasonFailed": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "summoner", "reasonFailed", "queueId", "message" ] }, "MatchmakingLcdsQueueThrottled": { "type": "object", "description": "", "properties": { "summoner": { "$ref": "#/components/schemas/MatchmakingLcdsSummoner" }, "reasonFailed": { "type": "string" }, "queueId": { "type": "integer", "format": "int32" }, "message": { "type": "string" } }, "additionalProperties": false, "required": [ "summoner", "reasonFailed", "queueId", "message" ] }, "MatchmakingLcdsSearchingForMatchNotification": { "type": "object", "description": "", "properties": { "joinedQueues": { "type": "array", "items": { "$ref": "#/components/schemas/MatchmakingLcdsQueueInfo" } }, "playerJoinFailures": { "type": "array", "items": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "joinedQueues", "playerJoinFailures" ] }, "MatchmakingLcdsSummoner": { "type": "object", "description": "", "properties": { "sumId": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "sumId", "name" ] }, "MemberBanUnbanTournament": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "tournamentnameLocKey": { "type": "string" }, "tournamentnameLocKeySecondary": { "type": "string" }, "tournamentPhaseLockInTime": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "tournamentId", "tournamentnameLocKey", "tournamentnameLocKeySecondary", "tournamentPhaseLockInTime" ] }, "MetricDataType": { "type": "string", "description": "", "enum": [ "string", "bool", "float", "uint", "int", "unknown" ], "additionalProperties": false }, "MetricMetadata": { "type": "object", "description": "", "properties": { "sample_window_ms": { "type": "integer", "format": "uint32", "minimum": 0 }, "type": { "$ref": "#/components/schemas/MetricType" }, "data_type": { "$ref": "#/components/schemas/MetricDataType" }, "alerts": { "type": "array", "items": { "$ref": "#/components/schemas/MetricMetadataAlert" } }, "notify": { "$ref": "#/components/schemas/MetricMetadataNotify" }, "units": { "type": "string" }, "pretty_name": { "type": "string" }, "category": { "type": "string" }, "description": { "type": "string" }, "destination": { "type": "string" }, "info": { "type": "string" }, "transientAggregation": { "$ref": "#/components/schemas/AggregationType" }, "priority": { "$ref": "#/components/schemas/MetricPriority" }, "period": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "sample_window_ms", "type", "data_type", "alerts", "notify", "units", "pretty_name", "category", "description", "destination", "info", "transientAggregation", "priority", "period" ] }, "MetricMetadataAlert": { "type": "object", "description": "", "properties": { "level": { "type": "string" }, "min": { "type": "number", "format": "double" }, "max": { "type": "number", "format": "double" }, "notify": { "$ref": "#/components/schemas/MetricMetadataNotify" }, "pretty_name": { "type": "string" }, "description": { "type": "string" }, "info": { "type": "string" } }, "additionalProperties": false, "required": [ "level", "min", "max", "notify", "pretty_name", "description", "info" ] }, "MetricMetadataHipchatNotification": { "type": "object", "description": "", "properties": { "roomid": { "type": "string" }, "tags": { "type": "string" } }, "additionalProperties": false, "required": [ "roomid", "tags" ] }, "MetricMetadataNotify": { "type": "object", "description": "", "properties": { "email": { "type": "array", "items": { "type": "string" } }, "hipchat": { "type": "array", "items": { "$ref": "#/components/schemas/MetricMetadataHipchatNotification" } }, "pagerduty": { "type": "array", "items": { "$ref": "#/components/schemas/MetricMetadataPagerDutyNotification" } } }, "additionalProperties": false, "required": [ "email", "hipchat", "pagerduty" ] }, "MetricMetadataPagerDutyNotification": { "type": "object", "description": "", "properties": { "apikey": { "type": "string" } }, "additionalProperties": false, "required": [ "apikey" ] }, "MetricPriority": { "type": "string", "description": "", "enum": [ "high", "medium", "low" ], "additionalProperties": false }, "MetricType": { "type": "string", "description": "", "enum": [ "rate", "duration", "count", "percentage", "unknown" ], "additionalProperties": false }, "MissionAlertDTO": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "message": { "type": "string" }, "alertTime": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "type", "message", "alertTime" ] }, "MissionDisplay": { "type": "object", "description": "", "properties": { "attributes": { "type": "array", "items": { "type": "string" } }, "locations": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "attributes", "locations" ] }, "MissionMetadata": { "type": "object", "description": "", "properties": { "tutorial": { "$ref": "#/components/schemas/TutorialMetadata" }, "npeRewardPack": { "$ref": "#/components/schemas/NpeRewardPackMetadata" }, "missionType": { "type": "string" }, "weekNum": { "type": "integer", "format": "int32" }, "xpReward": { "type": "integer", "format": "int32" }, "chain": { "type": "integer", "format": "int32" }, "order": { "type": "integer", "format": "int32" }, "chainSize": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "tutorial", "npeRewardPack", "missionType", "weekNum", "xpReward", "chain", "order", "chainSize" ] }, "MissionProgressDTO": { "type": "object", "description": "", "properties": { "lastViewedProgress": { "type": "integer", "format": "int32" }, "currentProgress": { "type": "integer", "format": "int32" }, "totalCount": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "lastViewedProgress", "currentProgress", "totalCount" ] }, "MissionRequirementDTO": { "type": "object", "description": "", "properties": { "expression": { "type": "string" } }, "additionalProperties": false, "required": [ "expression" ] }, "MissionsCompressedPayloadDTO": { "type": "object", "description": "", "properties": { "missionsCompressed": { "type": "string" } }, "additionalProperties": false, "required": [ "missionsCompressed" ] }, "MucJwtDto": { "type": "object", "description": "", "properties": { "jwt": { "type": "string" }, "channelClaim": { "type": "string" }, "domain": { "type": "string" }, "targetRegion": { "type": "string" } }, "additionalProperties": false, "required": [ "jwt", "channelClaim", "domain", "targetRegion" ] }, "MultipleReplayMetadataRequestV2": { "type": "object", "description": "", "properties": { "platformId": { "type": "string" }, "gameIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "platformId", "gameIds" ] }, "MultipleReplayMetadataResponseItemV2": { "type": "object", "description": "", "properties": { "gameId": { "type": "integer", "format": "uint64", "minimum": 0 }, "status": { "$ref": "#/components/schemas/ReplayResponseStatus" }, "metadata": { "$ref": "#/components/schemas/ReplayMetadataV2" } }, "additionalProperties": false, "required": [ "gameId", "status", "metadata" ] }, "MultipleReplayMetadataResponseV2": { "type": "object", "description": "", "properties": { "metadataResponses": { "type": "array", "items": { "$ref": "#/components/schemas/MultipleReplayMetadataResponseItemV2" } } }, "additionalProperties": false, "required": [ "metadataResponses" ] }, "NonTimingEventV1": { "type": "object", "description": "", "properties": { "when": { "type": "integer", "format": "uint64", "minimum": 0 }, "eventName": { "type": "string" }, "value": { "type": "string" }, "unit": { "type": "string" } }, "additionalProperties": false, "required": [ "when", "eventName", "value", "unit" ] }, "NotifyFailureRequest": { "type": "object", "description": "", "properties": { "availabilityItemName": { "type": "string" }, "failureInfo": { "type": "string" } }, "additionalProperties": false, "required": [ "availabilityItemName", "failureInfo" ] }, "NotifySuccessRequest": { "type": "object", "description": "", "properties": { "availabilityItemName": { "type": "string" } }, "additionalProperties": false, "required": [ "availabilityItemName" ] }, "NpeReward": { "type": "object", "description": "", "properties": { "renderer": { "type": "string" }, "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "renderer", "data" ] }, "NpeRewardPackMetadata": { "type": "object", "description": "", "properties": { "index": { "type": "integer", "format": "int32" }, "premiumReward": { "type": "boolean" }, "rewardKey": { "type": "string" }, "majorReward": { "$ref": "#/components/schemas/NpeReward" }, "minorRewards": { "type": "array", "items": { "$ref": "#/components/schemas/NpeReward" } } }, "additionalProperties": false, "required": [ "index", "premiumReward", "rewardKey", "majorReward", "minorRewards" ] }, "OpenedTeamDTO": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "shortName": { "type": "string" }, "logo": { "type": "integer", "format": "int32" }, "logoColor": { "type": "integer", "format": "int32" }, "invitationId": { "type": "string" }, "captainId": { "type": "integer", "format": "uint64", "minimum": 0 }, "tier": { "type": "integer", "format": "int32" }, "members": { "type": "array", "items": { "$ref": "#/components/schemas/OpenedTeamMemberDTO" } }, "invitees": { "type": "array", "items": { "$ref": "#/components/schemas/PendingRosterInviteeDTO" } }, "openPositions": { "type": "array", "items": { "$ref": "#/components/schemas/Position" } } }, "additionalProperties": false, "required": [ "name", "shortName", "logo", "logoColor", "invitationId", "captainId", "tier", "members", "invitees", "openPositions" ] }, "OpenedTeamMemberDTO": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "int64" }, "position": { "$ref": "#/components/schemas/Position" }, "tier": { "type": "integer", "format": "int32" }, "friendship": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "playerId", "position", "tier", "friendship" ] }, "PartiesVoiceDTO": { "type": "object", "description": "", "properties": { "jwt": { "type": "string" } }, "additionalProperties": false, "required": [ "jwt" ] }, "PatcherChunkingPatcherEnvironment": { "type": "object", "description": "", "properties": { "game_patcher_available": { "type": "boolean" }, "game_patcher_enabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "game_patcher_available", "game_patcher_enabled" ] }, "PatcherComponentActionProgress": { "type": "object", "description": "", "properties": { "currentItem": { "type": "string" }, "total": { "$ref": "#/components/schemas/PatcherComponentStateProgress" }, "network": { "$ref": "#/components/schemas/PatcherComponentStateProgress" }, "primaryWork": { "$ref": "#/components/schemas/PatcherComponentStateWorkType" } }, "additionalProperties": false, "required": [ "currentItem", "total", "network", "primaryWork" ] }, "PatcherComponentState": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "action": { "$ref": "#/components/schemas/PatcherComponentStateAction" }, "isUpToDate": { "type": "boolean" }, "isUpdateAvailable": { "type": "boolean" }, "timeOfLastUpToDateCheckISO8601": { "type": "string" }, "isCorrupted": { "type": "boolean" }, "progress": { "$ref": "#/components/schemas/PatcherComponentActionProgress" } }, "additionalProperties": false, "required": [ "id", "action", "isUpToDate", "isUpdateAvailable", "isCorrupted" ] }, "PatcherComponentStateAction": { "type": "string", "description": "", "enum": [ "Migrating", "Repairing", "Patching", "CheckingForUpdates", "Idle" ], "additionalProperties": false }, "PatcherComponentStateProgress": { "type": "object", "description": "", "properties": { "bytesComplete": { "type": "integer", "format": "uint64", "minimum": 0 }, "bytesRequired": { "type": "integer", "format": "uint64", "minimum": 0 }, "bytesPerSecond": { "type": "number", "format": "double" } }, "additionalProperties": false, "required": [ "bytesComplete", "bytesRequired", "bytesPerSecond" ] }, "PatcherComponentStateWorkType": { "type": "string", "description": "", "enum": [ "Disk", "Network", "Scanning" ], "additionalProperties": false }, "PatcherNotification": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "notificationId": { "$ref": "#/components/schemas/PatcherNotificationId" }, "data": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } } }, "additionalProperties": false, "required": [ "id", "notificationId", "data" ] }, "PatcherNotificationId": { "type": "string", "description": "", "enum": [ "BrokenPermissions", "NotEnoughDiskSpace", "DidRestoreClientBackup", "FailedToWriteError", "MissingFilesError", "ConnectionError", "UnspecifiedError" ], "additionalProperties": false }, "PatcherP2PStatus": { "type": "object", "description": "", "properties": { "isEnabledForPatchline": { "type": "boolean" }, "isAllowedByUser": { "type": "boolean" }, "requiresRestart": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isEnabledForPatchline", "isAllowedByUser", "requiresRestart" ] }, "PatcherP2PStatusUpdate": { "type": "object", "description": "", "properties": { "isAllowedByUser": { "type": "boolean" } }, "additionalProperties": false, "required": [ "isAllowedByUser" ] }, "PatcherProductResource": { "type": "object", "description": "", "properties": { "id": { "type": "string" } }, "additionalProperties": false, "required": [ "id" ] }, "PatcherProductState": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "action": { "$ref": "#/components/schemas/PatcherComponentStateAction" }, "isUpToDate": { "type": "boolean" }, "isUpdateAvailable": { "type": "boolean" }, "isCorrupted": { "type": "boolean" }, "isStopped": { "type": "boolean" }, "percentPatched": { "type": "number", "format": "double" }, "components": { "type": "array", "items": { "$ref": "#/components/schemas/PatcherComponentState" } } }, "additionalProperties": false, "required": [ "id", "action", "isUpToDate", "isUpdateAvailable", "isCorrupted", "isStopped", "percentPatched", "components" ] }, "PatcherStatus": { "type": "object", "description": "", "properties": { "connectedToPatchServer": { "type": "boolean" }, "successfullyInstalledVersion": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "connectedToPatchServer" ] }, "PatcherUxResource": { "type": "object", "description": "", "properties": { "visible": { "type": "boolean" } }, "additionalProperties": false, "required": [ "visible" ] }, "PaymentsCurrencyDTO": { "type": "object", "description": "", "properties": { "amount": { "type": "integer", "format": "int32" }, "subCurrencies": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "amount", "subCurrencies" ] }, "PaymentsFrontEndRequest": { "type": "object", "description": "", "properties": { "isPrepaid": { "type": "boolean" }, "localeId": { "type": "string" }, "summonerLevel": { "type": "integer", "format": "int16" }, "gifteeAccountId": { "type": "string" }, "gifteeMessage": { "type": "string" }, "rsoToken": { "type": "string" }, "usePmcSessions": { "type": "boolean" }, "game": { "type": "string" }, "openedFrom": { "type": "string" }, "minVirtualAmount": { "type": "integer", "format": "int16" }, "orderDetailsJSON": { "type": "string" } }, "additionalProperties": false, "required": [ "isPrepaid", "localeId", "summonerLevel", "gifteeAccountId", "gifteeMessage", "rsoToken", "usePmcSessions", "game", "openedFrom", "minVirtualAmount", "orderDetailsJSON" ] }, "PaymentsFrontEndResult": { "type": "object", "description": "", "properties": { "url": { "type": "string" } }, "additionalProperties": false, "required": [ "url" ] }, "PaymentsPMCStartUrlRequest": { "type": "object", "description": "", "properties": { "isPrepaid": { "type": "boolean" }, "localeId": { "type": "string" }, "summonerLevel": { "type": "integer", "format": "int16" }, "gifteeAccountId": { "type": "string" }, "gifteeMessage": { "type": "string" }, "game": { "type": "string" }, "openedFrom": { "type": "string" }, "minVirtualAmount": { "type": "integer", "format": "int16" }, "orderDetailsJSON": { "type": "string" } }, "additionalProperties": false, "required": [ "isPrepaid", "localeId", "summonerLevel", "gifteeAccountId", "gifteeMessage", "game", "openedFrom", "minVirtualAmount", "orderDetailsJSON" ] }, "PaymentsPMCStartUrlResult": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "localeId": { "type": "string" }, "userId": { "type": "string" }, "summonerLevel": { "type": "integer", "format": "int16" }, "playerFacingId": { "type": "string" }, "pmcStartUrl": { "type": "string" }, "createdAt": { "type": "string" } }, "additionalProperties": false, "required": [ "id", "localeId", "userId", "summonerLevel", "playerFacingId", "pmcStartUrl", "createdAt" ] }, "PaymentsPaymentsTelemetryState": { "type": "string", "description": "", "enum": [ "PMCClosed", "PMCComplete", "PMCOpen", "Idle" ], "additionalProperties": false }, "PaymentsPaymentsTelemetryTransitions": { "type": "string", "description": "", "enum": [ "PMCCompleteToIdle", "PMCClosedToIdle", "PMCOpenToPMCComplete", "PMCOpenToPMCClose", "IdleToPMCOpen" ], "additionalProperties": false }, "PaymentsRiotMessagingServiceMessage": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "timestamp", "payload" ] }, "PendingOpenedTeamDTO": { "type": "object", "description": "", "properties": { "invitationId": { "type": "string" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "logo": { "type": "integer", "format": "int32" }, "logoColor": { "type": "integer", "format": "int32" }, "tier": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "invitationId", "name", "shortName", "logo", "logoColor", "tier" ] }, "PendingRosterDTO": { "type": "object", "description": "", "properties": { "version": { "type": "integer", "format": "int32" }, "tournamentId": { "type": "integer", "format": "int64" }, "invitationId": { "type": "string" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "logo": { "type": "integer", "format": "int32" }, "logoColor": { "type": "integer", "format": "int32" }, "rewardLogos": { "type": "array", "items": { "$ref": "#/components/schemas/RewardLogo" } }, "tier": { "type": "integer", "format": "int32" }, "captainId": { "type": "integer", "format": "uint64", "minimum": 0 }, "highTierVariance": { "type": "boolean" }, "members": { "type": "array", "items": { "$ref": "#/components/schemas/PendingRosterMemberDTO" } }, "invitees": { "type": "array", "items": { "$ref": "#/components/schemas/PendingRosterInviteeDTO" } }, "ticketOffers": { "type": "array", "items": { "$ref": "#/components/schemas/TicketOfferDTO" } }, "inviteFaileds": { "type": "array", "items": { "$ref": "#/components/schemas/FailedInvite" } }, "lft": { "type": "boolean" }, "mucJwtDto": { "$ref": "#/components/schemas/MucJwtDto" } }, "additionalProperties": false, "required": [ "version", "tournamentId", "invitationId", "name", "shortName", "logo", "logoColor", "rewardLogos", "tier", "captainId", "highTierVariance", "members", "invitees", "ticketOffers", "inviteFaileds", "lft", "mucJwtDto" ] }, "PendingRosterInviteeDTO": { "type": "object", "description": "", "properties": { "inviteeId": { "type": "integer", "format": "uint64", "minimum": 0 }, "inviteeState": { "$ref": "#/components/schemas/PendingRosterInviteeState" }, "inviter": { "type": "integer", "format": "uint64", "minimum": 0 }, "inviteTime": { "type": "integer", "format": "int64" }, "inviteType": { "$ref": "#/components/schemas/InviteType" } }, "additionalProperties": false, "required": [ "inviteeId", "inviteeState", "inviter", "inviteTime", "inviteType" ] }, "PendingRosterInviteeState": { "type": "string", "description": "", "enum": [ "SELFJOIN_REVOKED", "SELFJOIN_DECLINED", "SELFJOIN", "ACCEPTED", "SUGGEST_REVOKED", "SUGGEST_DECLINED", "REVOKED", "DECLINED", "PENDING", "SUGGESTED" ], "additionalProperties": false }, "PendingRosterMemberDTO": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "memberState": { "$ref": "#/components/schemas/PendingRosterMemberState" }, "bet": { "type": "integer", "format": "int32" }, "betType": { "$ref": "#/components/schemas/TicketType" }, "position": { "$ref": "#/components/schemas/Position" }, "joinTime": { "type": "integer", "format": "int64" }, "pendingPay": { "type": "integer", "format": "int32" }, "pendingPremiumPay": { "type": "integer", "format": "int32" }, "selfBet": { "type": "integer", "format": "int32" }, "tier": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "playerId", "memberState", "bet", "betType", "position", "joinTime", "pendingPay", "pendingPremiumPay", "selfBet", "tier" ] }, "PendingRosterMemberState": { "type": "string", "description": "", "enum": [ "KICK", "LEFT", "READY", "FORCED_NOT_READY", "NOT_READY" ], "additionalProperties": false }, "PhaseInMember": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "bet": { "type": "integer", "format": "int32" }, "pendingPay": { "type": "integer", "format": "int32" }, "selfBet": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "playerId", "bet", "pendingPay", "selfBet" ] }, "PhaseRosterDTO": { "type": "object", "description": "", "properties": { "phaseId": { "type": "integer", "format": "int64" }, "period": { "type": "integer", "format": "int32" }, "bracketId": { "type": "integer", "format": "int64" }, "checkinTime": { "type": "integer", "format": "int64" }, "bracketDTO": { "$ref": "#/components/schemas/Bracket" } }, "additionalProperties": false, "required": [ "phaseId", "period", "bracketId", "checkinTime" ] }, "PickModes": { "type": "string", "description": "", "enum": [ "DONE", "IN_PROGRESS", "NOT_PICKING" ], "additionalProperties": false }, "PlayerBehaviorLcdsForcedClientShutdown": { "type": "object", "description": "", "properties": { "reason": { "type": "string" }, "additionalInfo": { "type": "string" } }, "additionalProperties": false, "required": [ "reason", "additionalInfo" ] }, "PlayerBehaviorLcdsSimpleMessage": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "type": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "msgId", "type", "params" ] }, "PlayerBehaviorSimpleMessageResponse": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "command": { "type": "string" } }, "additionalProperties": false, "required": [ "accountId", "msgId", "command" ] }, "PlayerDTO": { "type": "object", "description": "", "properties": { "banned": { "type": "boolean" }, "tmntWins": { "type": "integer", "format": "int32" }, "tmntLosses": { "type": "integer", "format": "int32" }, "notifications": { "type": "array", "items": { "$ref": "#/components/schemas/ClashOfflineNotification" } }, "lft": { "type": "boolean" }, "primaryPos": { "type": "string" }, "secondaryPos": { "type": "string" } }, "additionalProperties": false, "required": [ "banned", "tmntWins", "tmntLosses", "notifications", "lft", "primaryPos", "secondaryPos" ] }, "PlayerFinderDTO": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "tier": { "type": "integer", "format": "int32" }, "primaryPos": { "$ref": "#/components/schemas/Position" }, "secondaryPos": { "$ref": "#/components/schemas/Position" }, "type": { "$ref": "#/components/schemas/PlayerFinderEnum" }, "friendId": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "playerId", "tier", "primaryPos", "secondaryPos", "type", "friendId" ] }, "PlayerFinderEnum": { "type": "string", "description": "", "enum": [ "FRIEND", "FREEAGENT" ], "additionalProperties": false }, "PlayerInfoDTO": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "teamId": { "type": "string" }, "position": { "type": "string" }, "role": { "$ref": "#/components/schemas/Role" } }, "additionalProperties": false, "required": [ "playerId", "teamId", "position", "role" ] }, "PlayerInventory": { "type": "object", "description": "", "properties": { "wardSkins": { "type": "array", "items": { "type": "integer", "format": "int64" } }, "champions": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "skins": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "icons": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "inventoryJwts": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "wardSkins", "champions", "skins", "icons", "inventoryJwts" ] }, "PlayerLootDTO": { "type": "object", "description": "", "properties": { "lootName": { "type": "string" }, "refId": { "type": "string" }, "count": { "type": "integer", "format": "int32" }, "expiryTime": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "lootName", "refId", "count", "expiryTime" ] }, "PlayerLootDefinitionsDTO": { "type": "object", "description": "", "properties": { "lootItemList": { "$ref": "#/components/schemas/LootItemListClientDTO" }, "recipeList": { "$ref": "#/components/schemas/LootLcdsRecipeListClientDTO" }, "queryResult": { "$ref": "#/components/schemas/QueryResultDTO" }, "playerLoot": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerLootDTO" } } }, "additionalProperties": false, "required": [ "lootItemList", "recipeList", "queryResult", "playerLoot" ] }, "PlayerLootResultDTO": { "type": "object", "description": "", "properties": { "status": { "type": "string" }, "details": { "type": "string" }, "added": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerLootDTO" } }, "removed": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerLootDTO" } }, "redeemed": { "type": "array", "items": { "type": "string" } }, "failed": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "status", "details", "added", "removed", "redeemed", "failed" ] }, "PlayerMissionDTO": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "title": { "type": "string" }, "helperText": { "type": "string" }, "description": { "type": "string" }, "backgroundImageUrl": { "type": "string" }, "iconImageUrl": { "type": "string" }, "seriesName": { "type": "string" }, "locale": { "type": "string" }, "sequence": { "type": "integer", "format": "int32" }, "metadata": { "$ref": "#/components/schemas/MissionMetadata" }, "startTime": { "type": "integer", "format": "int64" }, "endTime": { "type": "integer", "format": "int64" }, "lastUpdatedTimestamp": { "type": "integer", "format": "int64" }, "objectives": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerMissionObjectiveDTO" } }, "rewards": { "type": "array", "items": { "$ref": "#/components/schemas/PlayerMissionRewardDTO" } }, "expiringWarnings": { "type": "array", "items": { "$ref": "#/components/schemas/MissionAlertDTO" } }, "requirements": { "type": "array", "items": { "type": "string" } }, "rewardStrategy": { "$ref": "#/components/schemas/RewardStrategy" }, "display": { "$ref": "#/components/schemas/MissionDisplay" }, "completionExpression": { "type": "string" }, "viewed": { "type": "boolean" }, "isNew": { "type": "boolean" }, "status": { "type": "string" }, "missionType": { "type": "string" }, "displayType": { "type": "string" }, "earnedDate": { "type": "integer", "format": "int64" }, "completedDate": { "type": "integer", "format": "int64" }, "cooldownTimeMillis": { "type": "integer", "format": "int64" }, "celebrationType": { "type": "string" }, "clientNotifyLevel": { "type": "string" }, "internalName": { "type": "string" }, "media": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "id", "title", "helperText", "description", "backgroundImageUrl", "iconImageUrl", "seriesName", "locale", "sequence", "metadata", "startTime", "endTime", "lastUpdatedTimestamp", "objectives", "rewards", "expiringWarnings", "requirements", "rewardStrategy", "display", "completionExpression", "viewed", "isNew", "status", "missionType", "displayType", "earnedDate", "completedDate", "cooldownTimeMillis", "celebrationType", "clientNotifyLevel", "internalName", "media" ] }, "PlayerMissionEligibilityData": { "type": "object", "description": "", "properties": { "level": { "type": "integer", "format": "int32" }, "loyaltyEnabled": { "type": "boolean" }, "playerInventory": { "$ref": "#/components/schemas/PlayerInventory" }, "userInfoToken": { "type": "string" } }, "additionalProperties": false, "required": [ "level", "loyaltyEnabled", "playerInventory" ] }, "PlayerMissionObjectiveDTO": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "description": { "type": "string" }, "progress": { "$ref": "#/components/schemas/MissionProgressDTO" }, "sequence": { "type": "integer", "format": "int32" }, "rewardGroups": { "type": "array", "items": { "type": "string" } }, "hasObjectiveBasedReward": { "type": "boolean" }, "status": { "type": "string" }, "requirements": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "type", "description", "progress", "sequence", "rewardGroups", "hasObjectiveBasedReward", "status", "requirements" ] }, "PlayerMissionRewardDTO": { "type": "object", "description": "", "properties": { "rewardType": { "type": "string" }, "rewardGroup": { "type": "string" }, "description": { "type": "string" }, "iconUrl": { "type": "string" }, "smallIconUrl": { "type": "string" }, "itemId": { "type": "string" }, "uniqueName": { "type": "string" }, "rewardFulfilled": { "type": "boolean" }, "rewardGroupSelected": { "type": "boolean" }, "sequence": { "type": "integer", "format": "int32" }, "quantity": { "type": "integer", "format": "int32" }, "isObjectiveBasedReward": { "type": "boolean" }, "media": { "type": "object", "additionalProperties": { "type": "string" } }, "iconNeedsFrame": { "type": "boolean" } }, "additionalProperties": false, "required": [ "rewardType", "rewardGroup", "description", "iconUrl", "smallIconUrl", "itemId", "uniqueName", "rewardFulfilled", "rewardGroupSelected", "sequence", "quantity", "isObjectiveBasedReward", "media", "iconNeedsFrame" ] }, "PlayerNotificationsPlayerNotificationConfigResource": { "type": "object", "description": "", "properties": { "ExpirationCheckFrequency": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false }, "PlayerNotificationsPlayerNotificationResource": { "type": "object", "description": "", "properties": { "backgroundUrl": { "type": "string" }, "created": { "type": "string" }, "critical": { "type": "boolean" }, "data": { "type": "object", "additionalProperties": { "type": "string" } }, "detailKey": { "type": "string" }, "expires": { "type": "string" }, "iconUrl": { "type": "string" }, "id": { "type": "integer", "format": "uint64", "minimum": 0 }, "source": { "type": "string" }, "state": { "type": "string" }, "titleKey": { "type": "string" }, "type": { "type": "string" }, "dismissible": { "type": "boolean" } }, "additionalProperties": false, "required": [ "backgroundUrl", "created", "critical", "data", "detailKey", "expires", "iconUrl", "id", "source", "state", "titleKey", "type", "dismissible" ] }, "PlayerNotificationsRiotMessagingServiceMessage": { "type": "object", "description": "", "properties": { "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" } }, "additionalProperties": false, "required": [ "resource", "service", "version", "timestamp", "payload" ] }, "PlayerParticipant": { "type": "object", "description": "", "properties": { "summonerId": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "summonerId" ] }, "PlayerRosterHistoryDTO": { "type": "object", "description": "", "properties": { "rosters": { "type": "array", "items": { "$ref": "#/components/schemas/RosterMemberDTO" } } }, "additionalProperties": false, "required": [ "rosters" ] }, "PlayerTierDTO": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "tier": { "type": "integer", "format": "int32" }, "primaryPos": { "$ref": "#/components/schemas/Position" }, "secondPos": { "$ref": "#/components/schemas/Position" } }, "additionalProperties": false, "required": [ "playerId", "tier", "primaryPos", "secondPos" ] }, "PluginDescriptionResource": { "type": "object", "description": "", "properties": { "name": { "type": "string" }, "riotMeta": { "$ref": "#/components/schemas/PluginMetadataResource" }, "pluginDependencies": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "name", "riotMeta", "pluginDependencies" ] }, "PluginLcdsEvent": { "type": "object", "description": "", "properties": { "clientId": { "type": "string" }, "subtopic": { "type": "string" }, "typeName": { "type": "string" }, "body": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "clientId", "subtopic", "typeName", "body" ] }, "PluginLcdsResponse": { "type": "object", "description": "", "properties": { "typeName": { "type": "string" }, "body": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "typeName", "body" ] }, "PluginManagerResource": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/PluginManagerState" } }, "additionalProperties": false, "required": [ "state" ] }, "PluginManagerState": { "type": "string", "description": "", "enum": [ "PluginsInitialized", "NotReady" ], "additionalProperties": false }, "PluginMetadataResource": { "type": "object", "description": "", "properties": { "type": { "type": "string" }, "subtype": { "type": "string" }, "app": { "type": "string" }, "feature": { "type": "string" }, "mock": { "type": "string" }, "hasBundledAssets": { "type": "boolean" }, "globalAssetBundles": { "type": "array", "items": { "type": "string" } }, "perLocaleAssetBundles": { "type": "object", "additionalProperties": { "type": "object", "additionalProperties": true } }, "implements": { "type": "array", "items": { "type": "string" } }, "threading": { "$ref": "#/components/schemas/PluginThreadingModel" } }, "additionalProperties": false, "required": [ "type", "subtype", "app", "feature", "mock", "hasBundledAssets", "globalAssetBundles", "perLocaleAssetBundles", "implements", "threading" ] }, "PluginRegionLocaleChangedEvent": { "type": "object", "description": "", "properties": { "region": { "type": "string" }, "locale": { "type": "string" } }, "additionalProperties": false, "required": [ "region", "locale" ] }, "PluginResource": { "type": "object", "description": "", "properties": { "fullName": { "type": "string" }, "shortName": { "type": "string" }, "supertype": { "type": "string" }, "subtype": { "type": "string" }, "app": { "type": "string" }, "feature": { "type": "string" }, "threadingModel": { "type": "string" }, "assetBundleNames": { "type": "array", "items": { "type": "string" } }, "mountedAssetBundles": { "type": "object", "additionalProperties": { "type": "string" } }, "orderWadFileMounted": { "type": "integer", "format": "int32" }, "dependencies": { "type": "array", "items": { "$ref": "#/components/schemas/PluginResourceContract" } }, "implementedContracts": { "type": "array", "items": { "$ref": "#/components/schemas/PluginResourceContract" } } }, "additionalProperties": false, "required": [ "fullName", "shortName", "supertype", "subtype", "app", "feature", "threadingModel", "assetBundleNames", "mountedAssetBundles", "orderWadFileMounted", "dependencies", "implementedContracts" ] }, "PluginResourceContract": { "type": "object", "description": "", "properties": { "fullName": { "type": "string" } }, "additionalProperties": false, "required": [ "fullName" ] }, "PluginResourceEvent": { "type": "object", "description": "", "properties": { "uri": { "type": "string" }, "eventType": { "$ref": "#/components/schemas/PluginResourceEventType" }, "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "uri", "eventType", "data" ] }, "PluginResourceEventType": { "type": "string", "description": "", "enum": [ "Delete", "Update", "Create" ], "additionalProperties": false }, "PluginServiceProxyResponse": { "type": "object", "description": "", "properties": { "uuid": { "type": "string" }, "serviceName": { "type": "string" }, "methodName": { "type": "string" }, "payload": { "type": "string" }, "status": { "type": "string" }, "error": { "type": "string" } }, "additionalProperties": false, "required": [ "uuid", "serviceName", "methodName", "payload", "status", "error" ] }, "PluginThreadingModel": { "type": "string", "description": "", "enum": [ "parallel", "concurrent", "sequential", "dedicated" ], "additionalProperties": false }, "Position": { "type": "string", "description": "", "enum": [ "UNSELECTED", "FILL", "UTILITY", "JUNGLE", "BOTTOM", "MIDDLE", "TOP" ], "additionalProperties": false }, "ProcessControlProcess": { "type": "object", "description": "", "properties": { "status": { "type": "string" } }, "additionalProperties": false, "required": [ "status" ] }, "PublicRosterDTO": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "tournamentId": { "type": "integer", "format": "int64" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "logo": { "type": "integer", "format": "int32" }, "logoColor": { "type": "integer", "format": "int32" }, "memberIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } } }, "additionalProperties": false, "required": [ "id", "tournamentId", "name", "shortName", "logo", "logoColor", "memberIds" ] }, "Punishment": { "type": "object", "description": "", "properties": { "punishedForChatLogs": { "type": "array", "items": { "type": "string" } }, "punishedForGameIds": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "punishmentReason": { "type": "string" }, "punishmentType": { "type": "string" }, "punishedUntilDateMillis": { "type": "integer", "format": "uint64", "minimum": 0 }, "punishmentLengthMillis": { "type": "integer", "format": "uint64", "minimum": 0 }, "permaBan": { "type": "boolean" }, "punishmentLengthGames": { "type": "integer", "format": "int64" }, "playerFacingMessage": { "type": "string" } }, "additionalProperties": false, "required": [ "punishedForChatLogs", "punishedForGameIds", "punishmentReason", "punishmentType", "punishedUntilDateMillis", "punishmentLengthMillis", "permaBan", "punishmentLengthGames", "playerFacingMessage" ] }, "QueryEvaluationRequestDTO": { "type": "object", "description": "", "properties": { "query": { "type": "string" } }, "additionalProperties": false, "required": [ "query" ] }, "QueryEvaluationResultDTO": { "type": "object", "description": "", "properties": { "lootItemNames": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "lootItemNames" ] }, "QueryResultDTO": { "type": "object", "description": "", "properties": { "queryToLootNames": { "type": "object", "additionalProperties": true }, "lastUpdate": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "queryToLootNames", "lastUpdate" ] }, "RankedScoutingDTO": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "puuid": { "type": "string" }, "totalMasteryScore": { "type": "integer", "format": "uint64", "minimum": 0 }, "topMasteries": { "type": "array", "items": { "$ref": "#/components/schemas/ChampionMasteryPublicDTO" } }, "topSeasonChampions": { "type": "array", "items": { "$ref": "#/components/schemas/ChampionScoutingDTO" } } }, "additionalProperties": false, "required": [ "playerId", "puuid", "totalMasteryScore", "topMasteries", "topSeasonChampions" ] }, "RankedScoutingMemberDTO": { "type": "object", "description": "", "properties": { "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "championScoutingData": { "type": "array", "items": { "$ref": "#/components/schemas/RankedScoutingTopChampionDTO" } } }, "additionalProperties": false, "required": [ "playerId", "championScoutingData" ] }, "RankedScoutingTopChampionDTO": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "rank": { "type": "integer", "format": "int32" }, "winCount": { "type": "integer", "format": "int32" }, "gameCount": { "type": "integer", "format": "int32" }, "kda": { "type": "number", "format": "float" } }, "additionalProperties": false, "required": [ "championId", "rank", "winCount", "gameCount", "kda" ] }, "RedeemLootTransactionDTO": { "type": "object", "description": "", "properties": { "clientId": { "type": "string" }, "transactionId": { "type": "string" }, "lootName": { "type": "string" } }, "additionalProperties": false, "required": [ "clientId", "transactionId", "lootName" ] }, "RemotingHelpFormat": { "type": "string", "description": "Help format for remoting functions and types.", "enum": [ "Console", "Brief", "Epytext", "Full" ], "additionalProperties": false }, "RemotingPrivilege": { "type": "string", "description": "Well-known privilege levels for bindable functions.", "enum": [ "Local", "Admin", "User", "None" ], "additionalProperties": false }, "RemotingSerializedFormat": { "type": "string", "description": "Serialization format for remoting requests and results.", "enum": [ "MsgPack", "YAML", "JSON" ], "additionalProperties": false }, "ReplayMetadataV2": { "type": "object", "description": "", "properties": { "gameVersion": { "type": "string" }, "fileSize": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "gameVersion", "fileSize" ] }, "ReplayResponseStatus": { "type": "string", "description": "", "enum": [ "INTERNAL_SERVER_ERROR", "BAD_REQUEST", "EXPIRED", "NOT_FOUND", "OK" ], "additionalProperties": false }, "RewardDetails": { "type": "object", "description": "", "properties": { "tournamentId": { "type": "integer", "format": "int64" }, "rosterId": { "type": "integer", "format": "int64" }, "teamMemberIds": { "type": "array", "items": { "type": "integer", "format": "int64" } } }, "additionalProperties": false, "required": [ "tournamentId", "rosterId", "teamMemberIds" ] }, "RewardLogo": { "type": "object", "description": "", "properties": { "logo": { "type": "integer", "format": "int32" }, "memberOwnedCount": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "logo", "memberOwnedCount" ] }, "RewardStrategy": { "type": "object", "description": "", "properties": { "groupStrategy": { "type": "string" }, "selectMaxGroupCount": { "type": "integer", "format": "uint16", "minimum": 0 }, "selectMinGroupCount": { "type": "integer", "format": "uint16", "minimum": 0 } }, "additionalProperties": false, "required": [ "groupStrategy", "selectMaxGroupCount", "selectMinGroupCount" ] }, "RiotMessagingServiceAcknowledgeBody": { "type": "object", "description": "", "properties": { "id": { "type": "string" } }, "additionalProperties": false, "required": [ "id" ] }, "RiotMessagingServiceEntitlementsToken": { "type": "object", "description": "", "properties": { "accessToken": { "type": "string" }, "token": { "type": "string" }, "subject": { "type": "string" }, "issuer": { "type": "string" }, "entitlements": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accessToken", "token", "subject", "issuer", "entitlements" ] }, "RiotMessagingServiceSession": { "type": "object", "description": "", "properties": { "state": { "$ref": "#/components/schemas/RiotMessagingServiceState" }, "token": { "type": "string" }, "tokenType": { "$ref": "#/components/schemas/RiotMessagingServiceTokenType" } }, "additionalProperties": false, "required": [ "state", "token", "tokenType" ] }, "RiotMessagingServiceState": { "type": "string", "description": "", "enum": [ "Connected", "Connecting", "Disconnected", "Disconnecting" ], "additionalProperties": false }, "RiotMessagingServiceTokenType": { "type": "string", "description": "", "enum": [ "Identity", "Access", "Unavailable" ], "additionalProperties": false }, "RmsMessage": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "resource": { "type": "string" }, "service": { "type": "string" }, "version": { "type": "string" }, "timestamp": { "type": "integer", "format": "int64" }, "payload": { "type": "string" }, "ackRequired": { "type": "boolean" } }, "additionalProperties": false, "required": [ "id", "resource", "service", "version", "timestamp", "payload", "ackRequired" ] }, "Role": { "type": "string", "description": "", "enum": [ "NONE", "MEMBER", "CAPTAIN" ], "additionalProperties": false }, "RosterAggregatedStatsDTO": { "type": "object", "description": "", "properties": { "periodStats": { "type": "array", "items": { "$ref": "#/components/schemas/RosterPeriodAggregatedStatsDTO" } }, "playerStats": { "type": "object", "additionalProperties": { "$ref": "#/components/schemas/RosterPlayerAggregatedStatsDTO" } } }, "additionalProperties": false, "required": [ "periodStats", "playerStats" ] }, "RosterDTO": { "type": "object", "description": "", "properties": { "version": { "type": "integer", "format": "int32" }, "id": { "type": "integer", "format": "int64" }, "tournamentId": { "type": "integer", "format": "int64" }, "invitationId": { "type": "string" }, "name": { "type": "string" }, "shortName": { "type": "string" }, "logo": { "type": "integer", "format": "int32" }, "logoColor": { "type": "integer", "format": "int32" }, "tier": { "type": "integer", "format": "int32" }, "points": { "type": "integer", "format": "int32" }, "wins": { "type": "integer", "format": "int32" }, "losses": { "type": "integer", "format": "int32" }, "eliminated": { "type": "boolean" }, "captainId": { "type": "integer", "format": "uint64", "minimum": 0 }, "members": { "type": "array", "items": { "$ref": "#/components/schemas/RosterMemberDTO" } }, "phases": { "type": "array", "items": { "$ref": "#/components/schemas/PhaseRosterDTO" } }, "dynamicState": { "$ref": "#/components/schemas/RosterDynamicStateDTO" }, "banned": { "type": "boolean" }, "mucJwtDto": { "$ref": "#/components/schemas/MucJwtDto" } }, "additionalProperties": false, "required": [ "version", "id", "tournamentId", "invitationId", "name", "shortName", "logo", "logoColor", "tier", "points", "wins", "losses", "eliminated", "captainId", "members", "phases", "dynamicState", "banned", "mucJwtDto" ] }, "RosterDynamicStateDTO": { "type": "object", "description": "", "properties": { "version": { "type": "integer", "format": "int32" }, "tournamentId": { "type": "integer", "format": "int64" }, "rosterId": { "type": "integer", "format": "int64" }, "phaseCheckinStates": { "type": "array", "items": { "type": "integer", "format": "uint64", "minimum": 0 } }, "members": { "type": "array", "items": { "$ref": "#/components/schemas/PhaseInMember" } }, "ticketOffers": { "type": "array", "items": { "$ref": "#/components/schemas/TicketOfferDTO" } }, "withdraw": { "$ref": "#/components/schemas/RosterWithdraw" } }, "additionalProperties": false, "required": [ "version", "tournamentId", "rosterId", "phaseCheckinStates", "members", "ticketOffers", "withdraw" ] }, "RosterMatchAggregatedStatsDTO": { "type": "object", "description": "", "properties": { "round": { "type": "integer", "format": "int32" }, "duration": { "type": "integer", "format": "int64" }, "opponentShortName": { "type": "string" }, "opponentLogo": { "type": "integer", "format": "int32" }, "opponentLogoColor": { "type": "integer", "format": "int32" }, "win": { "type": "boolean" }, "loserBracket": { "type": "boolean" }, "gameId": { "type": "integer", "format": "int64" }, "kills": { "type": "integer", "format": "int32" }, "opponentKills": { "type": "integer", "format": "int32" }, "playerChampionIds": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "round", "duration", "opponentShortName", "opponentLogo", "opponentLogoColor", "win", "loserBracket", "gameId", "kills", "opponentKills", "playerChampionIds" ] }, "RosterMemberDTO": { "type": "object", "description": "", "properties": { "rosterId": { "type": "integer", "format": "int64" }, "playerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "tournamentId": { "type": "integer", "format": "int64" }, "currentBid": { "type": "integer", "format": "int32" }, "bidType": { "$ref": "#/components/schemas/TicketType" }, "pendingSpend": { "type": "integer", "format": "int32" }, "pendingPremiumSpend": { "type": "integer", "format": "int32" }, "position": { "$ref": "#/components/schemas/Position" }, "joinTime": { "type": "integer", "format": "int64" }, "tier": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "rosterId", "playerId", "tournamentId", "currentBid", "bidType", "pendingSpend", "pendingPremiumSpend", "position", "joinTime", "tier" ] }, "RosterPeriodAggregatedStatsDTO": { "type": "object", "description": "", "properties": { "period": { "type": "integer", "format": "int32" }, "bracketSize": { "type": "integer", "format": "int32" }, "time": { "type": "integer", "format": "int64" }, "matchStats": { "type": "array", "items": { "$ref": "#/components/schemas/RosterMatchAggregatedStatsDTO" } }, "playerBids": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "period", "bracketSize", "time", "matchStats", "playerBids" ] }, "RosterPlayerAggregatedStatsDTO": { "type": "object", "description": "", "properties": { "rawStatsSum": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } }, "rawStatsMax": { "type": "object", "additionalProperties": { "type": "integer", "format": "int32" } } }, "additionalProperties": false, "required": [ "rawStatsSum", "rawStatsMax" ] }, "RosterStatsDTO": { "type": "object", "description": "", "properties": { "rosterId": { "type": "integer", "format": "int64" }, "tournamentThemeId": { "type": "integer", "format": "int32" }, "tournamentNameLocKey": { "type": "string" }, "tournamentNameLocKeySecondary": { "type": "string" }, "scheduleTime": { "type": "integer", "format": "int64" }, "scheduleEndTime": { "type": "integer", "format": "int64" }, "tournamentPeriods": { "type": "integer", "format": "int32" }, "tier": { "type": "integer", "format": "int32" }, "rosterName": { "type": "string" }, "rosterShortName": { "type": "string" }, "rosterLogo": { "type": "integer", "format": "int32" }, "rosterLogoColor": { "type": "integer", "format": "int32" }, "stats": { "$ref": "#/components/schemas/RosterAggregatedStatsDTO" } }, "additionalProperties": false, "required": [ "rosterId", "tournamentThemeId", "tournamentNameLocKey", "tournamentNameLocKeySecondary", "scheduleTime", "scheduleEndTime", "tournamentPeriods", "tier", "rosterName", "rosterShortName", "rosterLogo", "rosterLogoColor", "stats" ] }, "RosterWithdraw": { "type": "object", "description": "", "properties": { "initVoteTime": { "type": "integer", "format": "int64" }, "initVoteMember": { "type": "integer", "format": "uint64", "minimum": 0 }, "voteTimeoutMs": { "type": "integer", "format": "int64" }, "lockoutTimeMs": { "type": "integer", "format": "int64" }, "gameStartBufferMs": { "type": "integer", "format": "int64" }, "voteWithdrawMembers": { "type": "array", "items": { "type": "integer", "format": "int64" } }, "declineWithdrawMembers": { "type": "array", "items": { "type": "integer", "format": "int64" } } }, "additionalProperties": false, "required": [ "initVoteTime", "initVoteMember", "voteTimeoutMs", "lockoutTimeMs", "gameStartBufferMs", "voteWithdrawMembers", "declineWithdrawMembers" ] }, "SLIBoolDiagnostic": { "type": "object", "description": "", "properties": { "key": { "type": "string" }, "value": { "type": "boolean" } }, "additionalProperties": false, "required": [ "key", "value" ] }, "SLICount": { "type": "object", "description": "", "properties": { "sliName": { "type": "string" }, "idempotencyKey": { "type": "string" }, "successes": { "type": "number", "format": "double" }, "failures": { "type": "number", "format": "double" }, "startTimeEpochMs": { "type": "integer", "format": "int64" }, "endTimeEpochMs": { "type": "integer", "format": "int64" }, "labels": { "type": "object", "additionalProperties": { "type": "string" } }, "boolDiagnostics": { "type": "object", "additionalProperties": { "type": "boolean" } }, "doubleDiagnostics": { "type": "object", "additionalProperties": { "type": "number", "format": "double" } }, "intDiagnostics": { "type": "object", "additionalProperties": { "type": "integer", "format": "int64" } }, "stringDiagnostics": { "type": "object", "additionalProperties": { "type": "string" } } }, "additionalProperties": false, "required": [ "sliName", "idempotencyKey", "successes", "failures", "startTimeEpochMs", "endTimeEpochMs", "labels", "boolDiagnostics", "doubleDiagnostics", "intDiagnostics", "stringDiagnostics" ] }, "SLIDoubleDiagnostic": { "type": "object", "description": "", "properties": { "key": { "type": "string" }, "value": { "type": "number", "format": "double" } }, "additionalProperties": false, "required": [ "key", "value" ] }, "SLIIntDiagnostic": { "type": "object", "description": "", "properties": { "key": { "type": "string" }, "value": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "key", "value" ] }, "SLILabel": { "type": "object", "description": "", "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "key", "value" ] }, "SLIStringDiagnostic": { "type": "object", "description": "", "properties": { "key": { "type": "string" }, "value": { "type": "string" } }, "additionalProperties": false, "required": [ "key", "value" ] }, "SanitizerContainsSanitizedRequest": { "type": "object", "description": "", "properties": { "text": { "type": "string" }, "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "aggressiveScan": { "type": "boolean" } }, "additionalProperties": false, "required": [ "text" ] }, "SanitizerContainsSanitizedResponse": { "type": "object", "description": "", "properties": { "contains": { "type": "boolean" } }, "additionalProperties": false, "required": [ "contains" ] }, "SanitizerSanitizeRequest": { "type": "object", "description": "", "properties": { "texts": { "type": "array", "items": { "type": "string" } }, "text": { "type": "string" }, "level": { "type": "integer", "format": "uint32", "minimum": 0 }, "aggressiveScan": { "type": "boolean" } }, "additionalProperties": false }, "SanitizerSanitizeResponse": { "type": "object", "description": "", "properties": { "texts": { "type": "array", "items": { "type": "string" } }, "text": { "type": "string" }, "modified": { "type": "boolean" } }, "additionalProperties": false, "required": [ "modified" ] }, "SanitizerSanitizerStatus": { "type": "object", "description": "", "properties": { "ready": { "type": "boolean" }, "region": { "type": "string" }, "locale": { "type": "string" }, "filteredWordCountsByLevel": { "type": "object", "additionalProperties": { "type": "integer", "format": "uint32", "minimum": 0 } }, "whitelistedWordCountsByLevel": { "type": "object", "additionalProperties": { "type": "integer", "format": "uint32", "minimum": 0 } }, "breakingCharsCount": { "type": "integer", "format": "uint32", "minimum": 0 }, "projectedCharsCount": { "type": "integer", "format": "uint32", "minimum": 0 } }, "additionalProperties": false, "required": [ "ready", "region", "locale", "filteredWordCountsByLevel", "whitelistedWordCountsByLevel", "breakingCharsCount", "projectedCharsCount" ] }, "SeriesDTO": { "type": "object", "description": "", "properties": { "id": { "type": "string" }, "internalName": { "type": "string" }, "parentInternalName": { "type": "string" }, "type": { "type": "string" }, "eligibilityType": { "type": "string" }, "displayType": { "type": "string" }, "title": { "type": "string" }, "description": { "type": "string" }, "optInButtonText": { "type": "string" }, "optOutButtonText": { "type": "string" }, "status": { "type": "string" }, "startDate": { "type": "integer", "format": "int64" }, "endDate": { "type": "integer", "format": "int64" }, "createdDate": { "type": "integer", "format": "int64" }, "lastUpdatedTimestamp": { "type": "integer", "format": "int64" }, "viewed": { "type": "boolean" }, "media": { "$ref": "#/components/schemas/SeriesMediaDTO" }, "tags": { "type": "array", "items": { "type": "string" } }, "warnings": { "type": "array", "items": { "$ref": "#/components/schemas/AlertDTO" } } }, "additionalProperties": false, "required": [ "id", "internalName", "parentInternalName", "type", "eligibilityType", "displayType", "title", "description", "optInButtonText", "optOutButtonText", "status", "startDate", "endDate", "createdDate", "lastUpdatedTimestamp", "viewed", "media", "tags", "warnings" ] }, "SeriesMediaDTO": { "type": "object", "description": "", "properties": { "backgroundUrl": { "type": "string" }, "backgroundImageLargeUrl": { "type": "string" }, "backgroundImageSmallUrl": { "type": "string" }, "trackerIconUrl": { "type": "string" }, "trackerIcon": { "type": "string" }, "accentColor": { "type": "string" } }, "additionalProperties": false, "required": [ "backgroundUrl", "backgroundImageLargeUrl", "backgroundImageSmallUrl", "trackerIconUrl", "trackerIcon", "accentColor" ] }, "ShutdownLcdsForcedClientShutdown": { "type": "object", "description": "", "properties": { "reason": { "type": "string" }, "additionalInfo": { "type": "string" } }, "additionalProperties": false, "required": [ "reason", "additionalInfo" ] }, "SimpleDialogMessage": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "type": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "msgId", "type", "params" ] }, "SimpleDialogMessageResponse": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "command": { "type": "string" } }, "additionalProperties": false, "required": [ "accountId", "msgId", "command" ] }, "StoreLcdsChampionDTO": { "type": "object", "description": "", "properties": { "endDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "purchaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "winCountRemaining": { "type": "integer", "format": "uint32", "minimum": 0 }, "sources": { "type": "array", "items": { "type": "string" } }, "active": { "type": "boolean" }, "botEnabled": { "type": "boolean" }, "championId": { "type": "integer", "format": "int32" }, "championSkins": { "type": "array", "items": { "$ref": "#/components/schemas/StoreLcdsChampionSkinDTO" } }, "freeToPlay": { "type": "boolean" }, "freeToPlayReward": { "type": "boolean" }, "f2pRewardSources": { "type": "array", "items": { "type": "string" } }, "owned": { "type": "boolean" }, "rankedPlayEnabled": { "type": "boolean" } }, "additionalProperties": false, "required": [ "endDate", "purchaseDate", "winCountRemaining", "sources", "active", "botEnabled", "championId", "championSkins", "freeToPlay", "freeToPlayReward", "f2pRewardSources", "owned", "rankedPlayEnabled" ] }, "StoreLcdsChampionSkinDTO": { "type": "object", "description": "", "properties": { "endDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "purchaseDate": { "type": "integer", "format": "uint64", "minimum": 0 }, "winCountRemaining": { "type": "integer", "format": "int32" }, "sources": { "type": "array", "items": { "type": "string" } }, "championId": { "type": "integer", "format": "int32" }, "freeToPlayReward": { "type": "boolean" }, "f2pRewardSources": { "type": "array", "items": { "type": "string" } }, "lastSelected": { "type": "boolean" }, "owned": { "type": "boolean" }, "skinId": { "type": "integer", "format": "int32" }, "stillObtainable": { "type": "boolean" } }, "additionalProperties": false, "required": [ "endDate", "purchaseDate", "winCountRemaining", "sources", "championId", "freeToPlayReward", "f2pRewardSources", "lastSelected", "owned", "skinId", "stillObtainable" ] }, "StoreLcdsSimpleDialogMessage": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "type": { "type": "string" }, "params": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false, "required": [ "accountId", "msgId", "type", "params" ] }, "StoreLcdsSimpleDialogMessageResponse": { "type": "object", "description": "", "properties": { "accountId": { "type": "integer", "format": "uint64", "minimum": 0 }, "msgId": { "type": "string" }, "command": { "type": "string" } }, "additionalProperties": false, "required": [ "accountId", "msgId", "command" ] }, "StoreLcdsStoreAccountBalanceNotification": { "type": "object", "description": "", "properties": { "ip": { "type": "integer", "format": "int64" }, "rp": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "ip", "rp" ] }, "StoreLcdsStoreFulfillmentNotification": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "rp": { "type": "integer", "format": "int64" }, "ip": { "type": "integer", "format": "int64" }, "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "inventoryType", "rp", "ip", "data" ] }, "ThemeVp": { "type": "object", "description": "", "properties": { "themeId": { "type": "integer", "format": "int32" }, "themeVp": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "themeId", "themeVp" ] }, "TicketOfferDTO": { "type": "object", "description": "", "properties": { "offerPlayerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "receivePlayerId": { "type": "integer", "format": "uint64", "minimum": 0 }, "count": { "type": "integer", "format": "int32" }, "type": { "$ref": "#/components/schemas/TicketType" }, "ticketOfferState": { "$ref": "#/components/schemas/TicketOfferState" } }, "additionalProperties": false, "required": [ "offerPlayerId", "receivePlayerId", "count", "type", "ticketOfferState" ] }, "TicketOfferState": { "type": "string", "description": "", "enum": [ "REVOKED", "REJECTED", "ACCEPTED", "ACTIVE" ], "additionalProperties": false }, "TicketType": { "type": "string", "description": "", "enum": [ "PREMIUM", "BASIC" ], "additionalProperties": false }, "TierConfig": { "type": "object", "description": "", "properties": { "tier": { "type": "integer", "format": "int32" }, "delayTime": { "type": "integer", "format": "int64" }, "estimateTime": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "tier", "delayTime", "estimateTime" ] }, "TimeSeriesEventBeginV1": { "type": "object", "description": "", "properties": { "when": { "type": "integer", "format": "uint64", "minimum": 0 }, "eventName": { "type": "string" } }, "additionalProperties": false, "required": [ "when", "eventName" ] }, "TimeSeriesEventEndV1": { "type": "object", "description": "", "properties": { "when": { "type": "integer", "format": "uint64", "minimum": 0 }, "eventName": { "type": "string" }, "suffix": { "type": "string" } }, "additionalProperties": false, "required": [ "when", "eventName" ] }, "TimeSeriesEventMarkerV1": { "type": "object", "description": "", "properties": { "when": { "type": "integer", "format": "uint64", "minimum": 0 }, "eventName": { "type": "string" }, "markerName": { "type": "string" } }, "additionalProperties": false, "required": [ "when", "eventName", "markerName" ] }, "TournamentDTO": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "scheduleTime": { "type": "integer", "format": "int64" }, "scheduleEndTime": { "type": "integer", "format": "int64" }, "rosterCreateDeadline": { "type": "integer", "format": "int64" }, "entryFee": { "type": "integer", "format": "int32" }, "rosterSize": { "type": "integer", "format": "int32" }, "themeId": { "type": "integer", "format": "int32" }, "nameLocKey": { "type": "string" }, "nameLocKeySecondary": { "type": "string" }, "buyInOptions": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "buyInOptionsPremium": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "queueId": { "type": "integer", "format": "int32" }, "scoutingTimeMs": { "type": "integer", "format": "int64" }, "lastThemeOfSeason": { "type": "boolean" }, "bracketSize": { "type": "string" }, "minGames": { "type": "integer", "format": "int32" }, "smsRestriction": { "type": "boolean" }, "honorRestriction": { "type": "boolean" }, "rankRestriction": { "type": "boolean" }, "voiceEnabled": { "type": "boolean" }, "phases": { "type": "array", "items": { "$ref": "#/components/schemas/TournamentPhaseDTO" } }, "rewardConfig": { "type": "array", "items": { "$ref": "#/components/schemas/ClashRewardConfigClient" } }, "tierConfigs": { "type": "array", "items": { "$ref": "#/components/schemas/TierConfig" } }, "bracketFormationInitDelayMs": { "type": "integer", "format": "int64" }, "bracketFormationIntervalMs": { "type": "integer", "format": "int64" }, "status": { "$ref": "#/components/schemas/TournamentStatusEnum" }, "resumeTime": { "type": "integer", "format": "int64" }, "lft": { "type": "boolean" }, "maxInvites": { "type": "integer", "format": "int32" }, "maxSuggestionsPerPlayer": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "id", "scheduleTime", "scheduleEndTime", "rosterCreateDeadline", "entryFee", "rosterSize", "themeId", "nameLocKey", "nameLocKeySecondary", "buyInOptions", "buyInOptionsPremium", "queueId", "scoutingTimeMs", "lastThemeOfSeason", "bracketSize", "minGames", "smsRestriction", "honorRestriction", "rankRestriction", "voiceEnabled", "phases", "rewardConfig", "tierConfigs", "bracketFormationInitDelayMs", "bracketFormationIntervalMs", "status", "resumeTime", "lft", "maxInvites", "maxSuggestionsPerPlayer" ] }, "TournamentHistoryAndWinnersDTO": { "type": "object", "description": "", "properties": { "tournamentHistory": { "type": "array", "items": { "$ref": "#/components/schemas/TournamentDTO" } }, "tournamentWinnersCompressed": { "type": "string" } }, "additionalProperties": false, "required": [ "tournamentHistory", "tournamentWinnersCompressed" ] }, "TournamentInfoDTO": { "type": "object", "description": "", "properties": { "tournament": { "$ref": "#/components/schemas/TournamentDTO" }, "roster": { "$ref": "#/components/schemas/RosterDTO" }, "pendingRoster": { "$ref": "#/components/schemas/PendingRosterDTO" }, "inviteePendingRosters": { "type": "array", "items": { "$ref": "#/components/schemas/PendingRosterDTO" } }, "themeVp": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "tournament", "inviteePendingRosters", "themeVp" ] }, "TournamentInfoMinimalDTO": { "type": "object", "description": "", "properties": { "tournamentInfo": { "type": "array", "items": { "$ref": "#/components/schemas/TournamentInfoDTO" } }, "time": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "tournamentInfo", "time" ] }, "TournamentPhaseDTO": { "type": "object", "description": "", "properties": { "id": { "type": "integer", "format": "int64" }, "tournamentId": { "type": "integer", "format": "int64" }, "registrationTime": { "type": "integer", "format": "int64" }, "startTime": { "type": "integer", "format": "int64" }, "period": { "type": "integer", "format": "int32" }, "cancelled": { "type": "boolean" }, "limitTiers": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "capacityStatus": { "$ref": "#/components/schemas/CapacityEnum" } }, "additionalProperties": false, "required": [ "id", "tournamentId", "registrationTime", "startTime", "period", "cancelled", "limitTiers", "capacityStatus" ] }, "TournamentPlayerInfoDTO": { "type": "object", "description": "", "properties": { "tournamentInfo": { "type": "array", "items": { "$ref": "#/components/schemas/TournamentInfoDTO" } }, "rosterStats": { "type": "array", "items": { "$ref": "#/components/schemas/RosterStatsDTO" } }, "player": { "$ref": "#/components/schemas/PlayerDTO" }, "seasonVp": { "type": "integer", "format": "int32" }, "themeVps": { "type": "array", "items": { "$ref": "#/components/schemas/ThemeVp" } }, "time": { "type": "integer", "format": "int64" }, "tier": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "tournamentInfo", "rosterStats", "player", "seasonVp", "themeVps", "time", "tier" ] }, "TournamentStatusEnum": { "type": "string", "description": "", "enum": [ "PRERESUME", "PAUSED", "CANCELLED", "DEFAULT" ], "additionalProperties": false }, "TracingCriticalFlowEventV1": { "type": "object", "description": "", "properties": { "when": { "type": "integer", "format": "uint64", "minimum": 0 }, "eventId": { "type": "string" }, "succeeded": { "type": "boolean" }, "payloadString": { "type": "string" } }, "additionalProperties": false, "required": [ "when", "eventId", "succeeded", "payloadString" ] }, "TracingEventV1": { "type": "object", "description": "", "properties": { "when": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" }, "src": { "type": "string" }, "dest": { "type": "string" }, "tags": { "type": "string" }, "details": { "type": "string" } }, "additionalProperties": false, "required": [ "when", "name", "src", "dest", "tags", "details" ] }, "TracingModuleThreadingModelV1": { "type": "string", "description": "", "enum": [ "kParallel", "kConcurrent", "kSequential", "kDedicated", "kMainThread", "kNone" ], "additionalProperties": false }, "TracingModuleTypeV1": { "type": "string", "description": "", "enum": [ "kRemotingSource", "kFrontEndPlugin", "kBackendOther", "kBackEndPlugin", "kRemoteAppModule", "kUnknown" ], "additionalProperties": false }, "TracingModuleV1": { "type": "object", "description": "", "properties": { "moduleId": { "type": "integer", "format": "uint32", "minimum": 0 }, "name": { "type": "string" }, "type": { "$ref": "#/components/schemas/TracingModuleTypeV1" }, "threadingModel": { "$ref": "#/components/schemas/TracingModuleThreadingModelV1" } }, "additionalProperties": false, "required": [ "moduleId", "name", "type", "threadingModel" ] }, "TracingPhaseBeginV1": { "type": "object", "description": "", "properties": { "when": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" }, "importance": { "$ref": "#/components/schemas/TracingPhaseImportanceV1" } }, "additionalProperties": false, "required": [ "when", "name", "importance" ] }, "TracingPhaseEndV1": { "type": "object", "description": "", "properties": { "when": { "type": "integer", "format": "uint64", "minimum": 0 }, "name": { "type": "string" } }, "additionalProperties": false, "required": [ "when", "name" ] }, "TracingPhaseImportanceV1": { "type": "string", "description": "", "enum": [ "major", "minor", "trivial" ], "additionalProperties": false }, "TutorialMetadata": { "type": "object", "description": "", "properties": { "stepNumber": { "type": "integer", "format": "int32" }, "queueId": { "type": "string" }, "displayRewards": { "type": "object", "additionalProperties": { "type": "string" } }, "useQuickSearchMatchmaking": { "type": "boolean" }, "useChosenChampion": { "type": "boolean" } }, "additionalProperties": false, "required": [ "stepNumber", "queueId", "displayRewards", "useQuickSearchMatchmaking", "useChosenChampion" ] }, "VerboseLootOddsDTO": { "type": "object", "description": "", "properties": { "recipeName": { "type": "string" }, "lastUpdated": { "type": "string" }, "chanceToContain": { "type": "array", "items": { "$ref": "#/components/schemas/LootOddsDTO" } }, "guaranteedToContain": { "type": "array", "items": { "$ref": "#/components/schemas/LootOddsDTO" } }, "hasPityRules": { "type": "boolean" }, "checksOwnership": { "type": "boolean" } }, "additionalProperties": false, "required": [ "recipeName", "lastUpdated", "chanceToContain", "guaranteedToContain", "hasPityRules", "checksOwnership" ] }, "YourshopLcdsChampionDTO": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "owned": { "type": "boolean" } }, "additionalProperties": false, "required": [ "championId", "owned" ] }, "YourshopLcdsChampionSkinDTO": { "type": "object", "description": "", "properties": { "championId": { "type": "integer", "format": "int32" }, "owned": { "type": "boolean" }, "skinId": { "type": "integer", "format": "int32" } }, "additionalProperties": false, "required": [ "championId", "owned", "skinId" ] }, "YourshopLcdsClientDynamicConfigurationNotification": { "type": "object", "description": "", "properties": { "configs": { "type": "string" }, "delta": { "type": "boolean" } }, "additionalProperties": false, "required": [ "configs", "delta" ] }, "YourshopStoreFulfillmentNotification": { "type": "object", "description": "", "properties": { "inventoryType": { "type": "string" }, "data": { "type": "object", "additionalProperties": true } }, "additionalProperties": false, "required": [ "inventoryType", "data" ] }, "basicOperatingSystemInfo": { "type": "object", "description": "User Experience Settings Operating System Information", "properties": { "edition": { "type": "string" }, "platform": { "type": "string" }, "versionMajor": { "type": "string" }, "versionMinor": { "type": "string" }, "buildNumber": { "type": "string" } }, "additionalProperties": false, "required": [ "edition", "platform", "versionMajor", "versionMinor", "buildNumber" ] }, "basicSystemInfo": { "type": "object", "description": "User Experience Settings System Information", "properties": { "operatingSystem": { "$ref": "#/components/schemas/basicOperatingSystemInfo" }, "physicalMemory": { "type": "integer", "format": "uint64", "minimum": 0 }, "physicalProcessorCores": { "type": "integer", "format": "uint64", "minimum": 0 } }, "additionalProperties": false, "required": [ "operatingSystem", "physicalMemory", "physicalProcessorCores" ] }, "cookie": { "type": "object", "description": "", "properties": { "url": { "type": "string" }, "name": { "type": "string" }, "value": { "type": "string" }, "domain": { "type": "string" }, "path": { "type": "string" }, "secure": { "type": "boolean" }, "httponly": { "type": "boolean" }, "expires": { "type": "integer", "format": "int64" } }, "additionalProperties": false, "required": [ "url", "name", "value", "domain", "path", "secure", "httponly" ] } } }, "tags": [ { "name": "async" }, { "name": "builtin" }, { "name": "cookie-jar" }, { "name": "core" }, { "name": "data-store" }, { "name": "http" }, { "name": "logging" }, { "name": "memory" }, { "name": "performance" }, { "name": "process-control" }, { "name": "riotclient" }, { "name": "telemetry" }, { "name": "tracing" }, { "name": "other" }, { "name": "Plugin Asset Serving" }, { "name": "Plugin client-config" }, { "name": "Plugin deep-links" }, { "name": "Plugin entitlements" }, { "name": "Plugin Manager" }, { "name": "Plugin Manager Diagnostics" }, { "name": "Plugin Manager Info" }, { "name": "Plugin patcher" }, { "name": "Plugin payments" }, { "name": "Plugin player-notifications" }, { "name": "Plugin riot-messaging-service" }, { "name": "Plugin sanitizer" }, { "name": "Plugin services-api" }, { "name": "Plugin lol-account-verification" }, { "name": "Plugin lol-active-boosts" }, { "name": "Plugin lol-anti-addiction" }, { "name": "Plugin lol-banners" }, { "name": "Plugin lol-catalog" }, { "name": "Plugin lol-challenges" }, { "name": "Plugin lol-champ-select" }, { "name": "Plugin lol-champ-select-legacy" }, { "name": "Plugin lol-champion-mastery" }, { "name": "Plugin lol-champions" }, { "name": "Plugin lol-chat" }, { "name": "Plugin lol-clash" }, { "name": "Plugin lol-client-config" }, { "name": "Plugin lol-collections" }, { "name": "Plugin lol-content-targeting" }, { "name": "Plugin lol-cosmetics" }, { "name": "Plugin lol-drops" }, { "name": "Plugin lol-dx9-deprecation" }, { "name": "Plugin lol-email-verification" }, { "name": "Plugin lol-end-of-game" }, { "name": "Plugin lol-esport-stream-notifications" }, { "name": "Plugin lol-event-hub" }, { "name": "Plugin lol-game-client-chat" }, { "name": "Plugin lol-game-queues" }, { "name": "Plugin lol-game-settings" }, { "name": "Plugin lol-gameflow" }, { "name": "Plugin lol-geoinfo" }, { "name": "Plugin lol-highlights" }, { "name": "Plugin lol-honor-v2" }, { "name": "Plugin lol-hovercard" }, { "name": "Plugin lol-inventory" }, { "name": "Plugin lol-item-sets" }, { "name": "Plugin lol-kickout" }, { "name": "Plugin lol-kr-playtime-reminder" }, { "name": "Plugin lol-kr-shutdown-law" }, { "name": "Plugin lol-league-session" }, { "name": "Plugin lol-leaver-buster" }, { "name": "Plugin lol-license-agreement" }, { "name": "Plugin lol-loadouts" }, { "name": "Plugin lol-lobby" }, { "name": "Plugin lol-lobby-team-builder" }, { "name": "Plugin lol-lock-and-load" }, { "name": "Plugin lol-login" }, { "name": "Plugin lol-loot" }, { "name": "Plugin lol-loyalty" }, { "name": "Plugin lol-maps" }, { "name": "Plugin lol-marketing-preferences" }, { "name": "Plugin lol-marketplace" }, { "name": "Plugin lol-match-history" }, { "name": "Plugin lol-matchmaking" }, { "name": "Plugin lol-missions" }, { "name": "Plugin lol-npe-rewards" }, { "name": "Plugin lol-npe-tutorial-path" }, { "name": "Plugin lol-patch" }, { "name": "Plugin lol-perks" }, { "name": "Plugin lol-pft" }, { "name": "Plugin lol-platform-config" }, { "name": "Plugin lol-player-behavior" }, { "name": "Plugin lol-player-level-up" }, { "name": "Plugin lol-player-messaging" }, { "name": "Plugin lol-player-preferences" }, { "name": "Plugin lol-player-report-sender" }, { "name": "Plugin lol-pre-end-of-game" }, { "name": "Plugin lol-premade-voice" }, { "name": "Plugin lol-progression" }, { "name": "Plugin lol-publishing-content" }, { "name": "Plugin lol-purchase-widget" }, { "name": "Plugin lol-ranked" }, { "name": "Plugin lol-regalia" }, { "name": "Plugin lol-remedy" }, { "name": "Plugin lol-replays" }, { "name": "Plugin lol-rewards" }, { "name": "Plugin lol-riot-messaging-service" }, { "name": "Plugin lol-rso-auth" }, { "name": "Plugin lol-seasons" }, { "name": "Plugin lol-service-status" }, { "name": "Plugin lol-settings" }, { "name": "Plugin lol-shutdown" }, { "name": "Plugin lol-simple-dialog-messages" }, { "name": "Plugin lol-social-leaderboard" }, { "name": "Plugin lol-spectator" }, { "name": "Plugin lol-statstones" }, { "name": "Plugin lol-store" }, { "name": "Plugin lol-suggested-players" }, { "name": "Plugin lol-summoner" }, { "name": "Plugin lol-tastes" }, { "name": "Plugin lol-tft" }, { "name": "Plugin lol-tft-event" }, { "name": "Plugin lol-tft-pass" }, { "name": "Plugin lol-tft-skill-tree" }, { "name": "Plugin lol-tft-team-planner" }, { "name": "Plugin lol-tft-troves" }, { "name": "Plugin lol-trophies" }, { "name": "Plugin lol-vanguard" }, { "name": "Plugin lol-yourshop" } ] }