Created
July 18, 2018 22:48
-
-
Save Pupix/1078c64c9bc33809eccfd60556411679 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basePath": "/", | |
| "consumes": [ | |
| "application/json", | |
| "application/vnd.api+json", | |
| "application/x-yaml", | |
| "application/x-msgpack", | |
| "application/octet-stream", | |
| "application/x-www-form-urlencoded", | |
| "multipart/form-data" | |
| ], | |
| "definitions": { | |
| "ActiveBoosts": { | |
| "properties": { | |
| "firstWinOfTheDayStartTime": { | |
| "type": "string" | |
| }, | |
| "ipBoostEndDate": { | |
| "type": "string" | |
| }, | |
| "ipBoostPerWinCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "ipLoyaltyBoost": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "xpBoostEndDate": { | |
| "type": "string" | |
| }, | |
| "xpBoostPerWinCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "xpLoyaltyBoost": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ActiveBoostsLcdsStoreFulfillmentNotification": { | |
| "properties": { | |
| "data": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "inventoryType": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ActiveBoostsLcdsSummonerActiveBoostsDTO": { | |
| "properties": { | |
| "ipBoostEndDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "ipBoostPerWinCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "ipLoyaltyBoost": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "xpBoostEndDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "xpBoostPerWinCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "xpLoyaltyBoost": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "AggregationType": { | |
| "enum": [ | |
| "none", | |
| "sum", | |
| "average" | |
| ], | |
| "type": "string" | |
| }, | |
| "AlertDTO": { | |
| "properties": { | |
| "alertTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "AllPublicSummonerDataDTO": { | |
| "properties": { | |
| "summoner": { | |
| "$ref": "#/definitions/BasePublicSummonerDTO" | |
| }, | |
| "summonerLevelAndPoints": { | |
| "$ref": "#/definitions/SummonerLevelAndPoints" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "AllSummonerData": { | |
| "properties": { | |
| "summoner": { | |
| "$ref": "#/definitions/PrivateSummonerDTO" | |
| }, | |
| "summonerLevelAndPoints": { | |
| "$ref": "#/definitions/SummonerLevelAndPoints" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BannedChampion": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "pickTurn": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "teamId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BasePublicSummonerDTO": { | |
| "properties": { | |
| "acctId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "internalName": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "previousSeasonHighestTier": { | |
| "type": "string" | |
| }, | |
| "profileIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "puuid": { | |
| "type": "string" | |
| }, | |
| "sumId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingAsyncCancelEvent": { | |
| "description": "Represents a cancelled asynchronous operation.", | |
| "properties": { | |
| "asyncToken": { | |
| "description": "Asynchronous operation token", | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingAsyncFailureEvent": { | |
| "description": "Represents a failed asynchronous operation.", | |
| "properties": { | |
| "asyncToken": { | |
| "description": "Asynchronous operation token", | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "error": { | |
| "description": "Error message", | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingAsyncState": { | |
| "description": "Possible states of an asynchronous operation.", | |
| "enum": [ | |
| "None", | |
| "Running", | |
| "Cancelling", | |
| "Cancelled", | |
| "Succeeded", | |
| "Failed" | |
| ], | |
| "type": "string" | |
| }, | |
| "BindingCallbackEvent": { | |
| "description": "Represents the parameters of a call to a provided callback.", | |
| "properties": { | |
| "id": { | |
| "description": "ID of the callback being invoked", | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "parameters": { | |
| "description": "Callback parameters", | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingFullApiHelp": { | |
| "description": "Describes the exposed native API.", | |
| "properties": { | |
| "events": { | |
| "items": { | |
| "$ref": "#/definitions/BindingFullEventHelp" | |
| }, | |
| "type": "array" | |
| }, | |
| "functions": { | |
| "items": { | |
| "$ref": "#/definitions/BindingFullFunctionHelp" | |
| }, | |
| "type": "array" | |
| }, | |
| "types": { | |
| "items": { | |
| "$ref": "#/definitions/BindingFullTypeHelp" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingFullArgumentHelp": { | |
| "description": "Describes a function parameter.", | |
| "properties": { | |
| "description": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "optional": { | |
| "type": "boolean" | |
| }, | |
| "type": { | |
| "$ref": "#/definitions/BindingFullTypeIdentifier" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingFullEnumValueHelp": { | |
| "description": "Describes an enumerator.", | |
| "properties": { | |
| "description": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "value": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingFullEventHelp": { | |
| "description": "Describes an event.", | |
| "properties": { | |
| "description": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "nameSpace": { | |
| "type": "string" | |
| }, | |
| "tags": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "type": { | |
| "$ref": "#/definitions/BindingFullTypeIdentifier" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingFullFieldHelp": { | |
| "description": "Describes a member of a struct.", | |
| "properties": { | |
| "description": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "offset": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "optional": { | |
| "type": "boolean" | |
| }, | |
| "type": { | |
| "$ref": "#/definitions/BindingFullTypeIdentifier" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingFullFunctionHelp": { | |
| "description": "Describes a function.", | |
| "properties": { | |
| "arguments": { | |
| "items": { | |
| "$ref": "#/definitions/BindingFullArgumentHelp" | |
| }, | |
| "type": "array" | |
| }, | |
| "async": { | |
| "type": "string" | |
| }, | |
| "description": { | |
| "type": "string" | |
| }, | |
| "help": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "nameSpace": { | |
| "type": "string" | |
| }, | |
| "returns": { | |
| "$ref": "#/definitions/BindingFullTypeIdentifier" | |
| }, | |
| "tags": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "threadSafe": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingFullTypeHelp": { | |
| "description": "Describes a struct or enum type.", | |
| "properties": { | |
| "description": { | |
| "type": "string" | |
| }, | |
| "fields": { | |
| "items": { | |
| "$ref": "#/definitions/BindingFullFieldHelp" | |
| }, | |
| "type": "array" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "nameSpace": { | |
| "type": "string" | |
| }, | |
| "size": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "tags": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "values": { | |
| "items": { | |
| "$ref": "#/definitions/BindingFullEnumValueHelp" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingFullTypeIdentifier": { | |
| "description": "Describes the type of a value.", | |
| "properties": { | |
| "elementType": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingGenericAsyncEvent": { | |
| "description": "Represents generic data for an asynchronous event.", | |
| "properties": { | |
| "asyncToken": { | |
| "description": "Asynchronous operation token", | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "data": { | |
| "additionalProperties": true, | |
| "description": "Event data", | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingGenericEvent": { | |
| "description": "Represents generic data for an event.", | |
| "properties": { | |
| "data": { | |
| "additionalProperties": true, | |
| "description": "Event data", | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BindingHelpFormat": { | |
| "description": "Help format for binding functions and types.", | |
| "enum": [ | |
| "Full", | |
| "Epytext" | |
| ], | |
| "type": "string" | |
| }, | |
| "BoostTeamSkinRentalDTO": { | |
| "properties": { | |
| "availableSkins": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "ipReward": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "ipRewardForPurchaser": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "price": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "skinUnlockMode": { | |
| "type": "string" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| }, | |
| "unlocked": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "Bracket": { | |
| "properties": { | |
| "currentLoserRound": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "currentRound": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "loserBracketMatches": { | |
| "items": { | |
| "$ref": "#/definitions/BracketMatch" | |
| }, | |
| "type": "array" | |
| }, | |
| "matches": { | |
| "items": { | |
| "$ref": "#/definitions/BracketMatch" | |
| }, | |
| "type": "array" | |
| }, | |
| "phaseId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rosters": { | |
| "items": { | |
| "$ref": "#/definitions/BracketRoster" | |
| }, | |
| "type": "array" | |
| }, | |
| "size": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "version": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BracketMatch": { | |
| "properties": { | |
| "forfeitRosterId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "gameStartTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "loserBracket": { | |
| "type": "boolean" | |
| }, | |
| "order": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rosterId1": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rosterId2": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "round": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "roundStartTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "status": { | |
| "$ref": "#/definitions/ClientBracketMatchStatus" | |
| }, | |
| "winnerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BracketRoster": { | |
| "properties": { | |
| "logo": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "logoColor": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "rosterId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "shortName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BroadcastNotification": { | |
| "properties": { | |
| "broadcastMessages": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "BuildInfo": { | |
| "properties": { | |
| "branch": { | |
| "type": "string" | |
| }, | |
| "branchFull": { | |
| "type": "string" | |
| }, | |
| "codeBuildId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "contentBuildId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameBranch": { | |
| "type": "string" | |
| }, | |
| "gameBranchFull": { | |
| "type": "string" | |
| }, | |
| "gameDataBuildId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "patchline": { | |
| "type": "string" | |
| }, | |
| "patchlineVisibleName": { | |
| "type": "string" | |
| }, | |
| "version": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ChampSelectLcdsGameDTO": { | |
| "properties": { | |
| "bannedChampions": { | |
| "items": { | |
| "$ref": "#/definitions/BannedChampion" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameMutators": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameState": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "optimisticLock": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "pickTurn": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "playerChampionSelections": { | |
| "items": { | |
| "$ref": "#/definitions/ChampSelectLcdsPlayerChampionSelectionDTO" | |
| }, | |
| "type": "array" | |
| }, | |
| "queueTypeName": { | |
| "type": "string" | |
| }, | |
| "roomName": { | |
| "type": "string" | |
| }, | |
| "roomPassword": { | |
| "type": "string" | |
| }, | |
| "spectatorDelay": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "statusOfParticipants": { | |
| "type": "string" | |
| }, | |
| "teamOne": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| }, | |
| "teamTwo": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ChampSelectLcdsGameTimerDTO": { | |
| "properties": { | |
| "currentGameState": { | |
| "type": "string" | |
| }, | |
| "remainingTimeInMillis": { | |
| "format": "double", | |
| "type": "number" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ChampSelectLcdsObfuscatedParticipant": { | |
| "properties": { | |
| "gameUniqueId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ChampSelectLcdsPlayerChampionSelectionDTO": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "selectedSkinIndex": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "spell1Id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "spell2Id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerInternalName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ChampSelectLcdsPlayerParticipant": { | |
| "properties": { | |
| "pickMode": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "pickTurn": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerInternalName": { | |
| "type": "string" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ChampSelectLcdsPointSummary": { | |
| "properties": { | |
| "currentPoints": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxRolls": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "numberOfRolls": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "pointsCostToRoll": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "pointsToNextRoll": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ChampSelectLcdsPotentialTradersDTO": { | |
| "properties": { | |
| "potentialTraders": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ChampSelectLcdsRollResult": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "pointSummary": { | |
| "$ref": "#/definitions/ChampSelectLcdsPointSummary" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ChampSelectLcdsTradeContractDTO": { | |
| "properties": { | |
| "requesterChampionId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "requesterInternalSummonerName": { | |
| "type": "string" | |
| }, | |
| "responderChampionId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "responderInternalSummonerName": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ChampionMasteryPublicDTO": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championPoints": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ChampionScoutingDTO": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "kda": { | |
| "format": "float", | |
| "type": "number" | |
| }, | |
| "winCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ClashEventData": { | |
| "properties": { | |
| "bracket": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "earnedDate": { | |
| "type": "string" | |
| }, | |
| "playerUUIDs": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "rewardSpec": { | |
| "$ref": "#/definitions/ClashRewardSpec" | |
| }, | |
| "rewardType": { | |
| "type": "string" | |
| }, | |
| "seasonId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "teamLogoChromaId": { | |
| "type": "string" | |
| }, | |
| "teamLogoName": { | |
| "type": "string" | |
| }, | |
| "teamName": { | |
| "type": "string" | |
| }, | |
| "theme": { | |
| "type": "string" | |
| }, | |
| "tier": { | |
| "type": "string" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tournamentName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ClashRewardConfigClient": { | |
| "properties": { | |
| "entries": { | |
| "items": { | |
| "$ref": "#/definitions/ClashRewardConfigEntry" | |
| }, | |
| "type": "array" | |
| }, | |
| "grantToSub": { | |
| "type": "boolean" | |
| }, | |
| "keyDef": { | |
| "items": { | |
| "$ref": "#/definitions/ClashRewardKeyType" | |
| }, | |
| "type": "array" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ClashRewardConfigEntry": { | |
| "properties": { | |
| "key": { | |
| "type": "string" | |
| }, | |
| "vals": { | |
| "items": { | |
| "$ref": "#/definitions/ClashRewardOutput" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ClashRewardDefinition": { | |
| "properties": { | |
| "rewardSpec": { | |
| "$ref": "#/definitions/ClashRewardSpec" | |
| }, | |
| "rewardType": { | |
| "$ref": "#/definitions/ClashRewardType" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ClashRewardKeyType": { | |
| "enum": [ | |
| "TIER", | |
| "CUP", | |
| "TOKENS", | |
| "LOWEST_POSITION", | |
| "WINS", | |
| "THEME_VP", | |
| "SEASON_VP", | |
| "SEASON_FLAG_COUNT" | |
| ], | |
| "type": "string" | |
| }, | |
| "ClashRewardOutput": { | |
| "properties": { | |
| "alternative": { | |
| "$ref": "#/definitions/ClashRewardDefinition" | |
| }, | |
| "grant": { | |
| "$ref": "#/definitions/ClashRewardTime" | |
| }, | |
| "primary": { | |
| "$ref": "#/definitions/ClashRewardDefinition" | |
| }, | |
| "show": { | |
| "$ref": "#/definitions/ClashRewardTime" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ClashRewardSpec": { | |
| "properties": { | |
| "bracket": { | |
| "type": "string" | |
| }, | |
| "cup": { | |
| "type": "string" | |
| }, | |
| "gem": { | |
| "type": "string" | |
| }, | |
| "level": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "pedestal": { | |
| "type": "string" | |
| }, | |
| "quantity": { | |
| "type": "string" | |
| }, | |
| "seasonId": { | |
| "type": "string" | |
| }, | |
| "theme": { | |
| "type": "string" | |
| }, | |
| "tier": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ClashRewardTime": { | |
| "enum": [ | |
| "NONE", | |
| "EOG", | |
| "EOB", | |
| "EOT" | |
| ], | |
| "type": "string" | |
| }, | |
| "ClashRewardType": { | |
| "enum": [ | |
| "TROPHY", | |
| "FLAG", | |
| "FRAME", | |
| "LOGO", | |
| "LOOT", | |
| "VP" | |
| ], | |
| "type": "string" | |
| }, | |
| "ClientBracketMatchStatus": { | |
| "enum": [ | |
| "UPCOMING", | |
| "STARTED", | |
| "COMPLETED" | |
| ], | |
| "type": "string" | |
| }, | |
| "ClientDynamicConfig": { | |
| "properties": { | |
| "compressed": { | |
| "type": "boolean" | |
| }, | |
| "configs": { | |
| "type": "string" | |
| }, | |
| "delta": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ClientRequestError": { | |
| "enum": [ | |
| "ALREADY_MEMBER", | |
| "ALREADY_INVITED", | |
| "ALREADY_SUGGESTED", | |
| "ALREADY_DECLINE_WITHDRAW", | |
| "ALREADY_VOTE_WITHDRAW", | |
| "ALREADY_IN_PHASE", | |
| "CAPTAIN_NOT_ALLOWED", | |
| "CANNOT_SUB", | |
| "CLASH_BANNED", | |
| "CLASH_BANNED_INVITEE", | |
| "ELIGIBILITY_SERVER_ERROR", | |
| "FAIL_INVITE", | |
| "FAIL_SUGGESTINVITE", | |
| "HONOR_INELIGIBILITY", | |
| "LOGO_NOT_ALLOWED", | |
| "LOGOCOLOR_NOT_ALLOWED", | |
| "IN_OTHER_ROSTER", | |
| "IN_OTHER_PENDINGROSTER", | |
| "IN_OTHER_PENDINGSUB", | |
| "IN_OTHER_PHASE_OF_PERIOD", | |
| "INACTIVE_REGISTRATION", | |
| "INACTIVE_PHASE", | |
| "INTERNAL_ERROR", | |
| "INVALID_ROSTER", | |
| "INVALID_BUY_BACK", | |
| "INVALID_SUB", | |
| "INVALID_TOURNAMENT", | |
| "INVALID_PHASE", | |
| "INVALID_INVITEE", | |
| "INVALID_ROSTER_MEMBER_SIZE", | |
| "INVALID_POSITION", | |
| "INVALID_LOGO", | |
| "INVALID_LOGOCOLOR", | |
| "INVALID_NAME", | |
| "INVALID_SHORTNAME", | |
| "INVALID_CHECKELIGIBILITY_SIZE", | |
| "INVALID_BRACKET", | |
| "INVALID_MATCHID", | |
| "INVALID_PLAYER", | |
| "INVALID_Tier", | |
| "INVALID_WITHDRAW", | |
| "INVALID_MATCHSTATUS_FORGAMEEND", | |
| "INVALID_REWARD_CONFIG_NAME", | |
| "INVALID_SEASON", | |
| "MAX_INVITED", | |
| "MAX_SUBED", | |
| "MAX_ROSTER_FETCHSIZE", | |
| "MAX_SUB_SIZE", | |
| "SUB_IN_OTHER_ROSTER", | |
| "NO_SAME_PLAYER", | |
| "NO_AVAILABLE_PHASE", | |
| "NOT_CAPTAIN", | |
| "NOT_MEMBER", | |
| "NOT_INVITEE", | |
| "NOT_SEED_INTO_LEAGUE", | |
| "NOT_ENOUGH_TICKETS", | |
| "NOT_ALLOWED_DELETE_TOURNAMENT", | |
| "NOT_ALLOWED_DELETE_TOURNAMENT_REWARD_CONFIG", | |
| "NO_PERMISSION", | |
| "NO_MORE_RECOMMEND", | |
| "OVER_SUGGESTION_INVITE", | |
| "OVER_INVITE", | |
| "PENDING_ROSTER_NOT_READY", | |
| "PENDING_ROSTER_FULL", | |
| "PENDING_ROSTER_CLOSE", | |
| "ROSTER_ELIMINATED", | |
| "ROSTER_DISBAND_NOT_ALLOWED", | |
| "SUGGEST_INVITEE_NOT_EXIST", | |
| "SMS_NOT_VERIFIED", | |
| "TICKET_ALREADY_SET", | |
| "TICKET_OFFER_NOT_EXIST", | |
| "TICKET_OFFER_OVER_LIMIT", | |
| "TICKET_NOT_SET", | |
| "VOICE_NOT_AVAILABLE", | |
| "WITHDRAW_NOT_ALLOWED", | |
| "WITHDRAW_CANCEL_NOT_ALLOWED", | |
| "WITHDRAW_LOCKOUT" | |
| ], | |
| "type": "string" | |
| }, | |
| "CollectionsLcdsChampionDTO": { | |
| "properties": { | |
| "active": { | |
| "type": "boolean" | |
| }, | |
| "botEnabled": { | |
| "type": "boolean" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championSkins": { | |
| "items": { | |
| "$ref": "#/definitions/CollectionsLcdsChampionSkinDTO" | |
| }, | |
| "type": "array" | |
| }, | |
| "endDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "freeToPlay": { | |
| "type": "boolean" | |
| }, | |
| "freeToPlayReward": { | |
| "type": "boolean" | |
| }, | |
| "owned": { | |
| "type": "boolean" | |
| }, | |
| "purchaseDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "purchased": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rankedPlayEnabled": { | |
| "type": "boolean" | |
| }, | |
| "sources": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "winCountRemaining": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CollectionsLcdsChampionSkinDTO": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "endDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "freeToPlayReward": { | |
| "type": "boolean" | |
| }, | |
| "lastSelected": { | |
| "type": "boolean" | |
| }, | |
| "owned": { | |
| "type": "boolean" | |
| }, | |
| "purchaseDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "skinId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "sources": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "stillObtainable": { | |
| "type": "boolean" | |
| }, | |
| "winCountRemaining": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CollectionsLcdsClientDynamicConfigurationNotification": { | |
| "properties": { | |
| "configs": { | |
| "type": "string" | |
| }, | |
| "delta": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CollectionsLcdsRentalUpdateNotification": { | |
| "properties": { | |
| "data": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "inventoryType": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CollectionsLcdsSimpleMessage": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "msgId": { | |
| "type": "string" | |
| }, | |
| "params": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CollectionsLcdsSlotEntry": { | |
| "properties": { | |
| "runeId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "runeSlotId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CollectionsLcdsSpellBookDTO": { | |
| "properties": { | |
| "bookPages": { | |
| "items": { | |
| "$ref": "#/definitions/CollectionsLcdsSpellBookPageDTO" | |
| }, | |
| "type": "array" | |
| }, | |
| "dateString": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CollectionsLcdsSpellBookPageDTO": { | |
| "properties": { | |
| "createDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "current": { | |
| "type": "boolean" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "pageId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "slotEntries": { | |
| "items": { | |
| "$ref": "#/definitions/CollectionsLcdsSlotEntry" | |
| }, | |
| "type": "array" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CollectionsLcdsStoreFulfillmentNotification": { | |
| "properties": { | |
| "data": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "inventoryType": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CollectionsLcdsSummonerIcon": { | |
| "properties": { | |
| "iconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "purchaseDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CollectionsLcdsSummonerIconInventoryDTO": { | |
| "properties": { | |
| "dateString": { | |
| "type": "string" | |
| }, | |
| "summonerIcons": { | |
| "items": { | |
| "$ref": "#/definitions/CollectionsLcdsSummonerIcon" | |
| }, | |
| "type": "array" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CollectionsLcdsSummonerRune": { | |
| "properties": { | |
| "purchaseDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "purchased": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "quantity": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "runeId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CollectionsLcdsSummonerRuneInventory": { | |
| "properties": { | |
| "dateString": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerRunes": { | |
| "items": { | |
| "$ref": "#/definitions/CollectionsLcdsSummonerRune" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "ContentItemIdentifier": { | |
| "properties": { | |
| "inventoryType": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "CraftLootRefTransactionDTO": { | |
| "properties": { | |
| "lootNameRefIds": { | |
| "items": { | |
| "$ref": "#/definitions/LootNameRefId" | |
| }, | |
| "type": "array" | |
| }, | |
| "recipeName": { | |
| "type": "string" | |
| }, | |
| "repeat": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "DownloadUrlRequestV2": { | |
| "properties": { | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "platformId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "DownloadUrlResponseV2": { | |
| "properties": { | |
| "url": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "DynamicCelebrationMessagingNotificationResource": { | |
| "properties": { | |
| "celebrationBody": { | |
| "type": "string" | |
| }, | |
| "celebrationMessage": { | |
| "type": "string" | |
| }, | |
| "celebrationTitle": { | |
| "type": "string" | |
| }, | |
| "celebrationType": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "inventoryType": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "type": "string" | |
| }, | |
| "itemQuantity": { | |
| "type": "string" | |
| }, | |
| "msgId": { | |
| "type": "string" | |
| }, | |
| "status": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "EndOfGameLcdsClientReportV1": { | |
| "properties": { | |
| "comments": { | |
| "type": "string" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "offenderSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "offenses": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "EndOfGameLcdsEndOfGameStats": { | |
| "properties": { | |
| "basePoints": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "battleBoostIpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "boostIpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "boostXpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "causedEarlySurrender": { | |
| "type": "boolean" | |
| }, | |
| "coOpVsAiMinutesLeftToday": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "coOpVsAiMsecsUntilReset": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "completionBonusPoints": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "customMinutesLeftToday": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "customMsecsUntilReset": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "difficulty": { | |
| "type": "string" | |
| }, | |
| "earlySurrenderAccomplice": { | |
| "type": "boolean" | |
| }, | |
| "elo": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "eloChange": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "experienceEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "experienceTotal": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "firstWinBonus": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameEndedInEarlySurrender": { | |
| "type": "boolean" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "gameLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameMutators": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameType": { | |
| "type": "string" | |
| }, | |
| "imbalancedTeamsNoPoints": { | |
| "type": "boolean" | |
| }, | |
| "invalid": { | |
| "type": "boolean" | |
| }, | |
| "ipEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "ipTotal": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "leveledUp": { | |
| "type": "boolean" | |
| }, | |
| "loyaltyBoostIpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "loyaltyBoostXpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "myTeamInfo": { | |
| "$ref": "#/definitions/EndOfGameLcdsTeamInfo" | |
| }, | |
| "myTeamStatus": { | |
| "type": "string" | |
| }, | |
| "newSpells": { | |
| "items": { | |
| "$ref": "#/definitions/EndOfGameLcdsSpell" | |
| }, | |
| "type": "array" | |
| }, | |
| "odinBonusIp": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "otherTeamInfo": { | |
| "$ref": "#/definitions/EndOfGameLcdsTeamInfo" | |
| }, | |
| "otherTeamPlayerParticipantStats": { | |
| "items": { | |
| "$ref": "#/definitions/EndOfGameLcdsPlayerParticipantStatsSummary" | |
| }, | |
| "type": "array" | |
| }, | |
| "partyRewardsBonusIpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "pointsPenalties": { | |
| "items": { | |
| "$ref": "#/definitions/EndOfGameLcdsPointsPenalty" | |
| }, | |
| "type": "array" | |
| }, | |
| "previousLevel": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "previousXpTotal": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "queueBonusEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "queueType": { | |
| "type": "string" | |
| }, | |
| "ranked": { | |
| "type": "boolean" | |
| }, | |
| "reportGameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "roomName": { | |
| "type": "string" | |
| }, | |
| "roomPassword": { | |
| "type": "string" | |
| }, | |
| "rpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "sendStatsToTournamentProvider": { | |
| "type": "boolean" | |
| }, | |
| "skinId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "skinIndex": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| }, | |
| "talentPointsGained": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "teamEarlySurrendered": { | |
| "type": "boolean" | |
| }, | |
| "teamPlayerParticipantStats": { | |
| "items": { | |
| "$ref": "#/definitions/EndOfGameLcdsPlayerParticipantStatsSummary" | |
| }, | |
| "type": "array" | |
| }, | |
| "timeUntilNextFirstWinBonus": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "userId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "EndOfGameLcdsHarassmentReport": { | |
| "properties": { | |
| "comment": { | |
| "type": "string" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "offense": { | |
| "type": "string" | |
| }, | |
| "reportSource": { | |
| "type": "string" | |
| }, | |
| "reportedSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "reportingSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "EndOfGameLcdsPlayerParticipantStatsSummary": { | |
| "properties": { | |
| "botPlayer": { | |
| "type": "boolean" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "elo": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "eloChange": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "leaver": { | |
| "type": "boolean" | |
| }, | |
| "leaves": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "level": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "losses": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "profileIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "skinIndex": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "skinName": { | |
| "type": "string" | |
| }, | |
| "spell1Id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "spell2Id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "statistics": { | |
| "items": { | |
| "$ref": "#/definitions/EndOfGameLcdsRawStatDTO" | |
| }, | |
| "type": "array" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| }, | |
| "teamId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "userId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "wins": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "EndOfGameLcdsPointsPenalty": { | |
| "properties": { | |
| "penalty": { | |
| "format": "double", | |
| "type": "number" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "EndOfGameLcdsRawStatDTO": { | |
| "properties": { | |
| "statTypeName": { | |
| "type": "string" | |
| }, | |
| "value": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "EndOfGameLcdsSpell": { | |
| "properties": { | |
| "spellId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "EndOfGameLcdsTeamId": { | |
| "properties": { | |
| "fullId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "EndOfGameLcdsTeamInfo": { | |
| "properties": { | |
| "memberStatusString": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "secondsUntilEligibleForDeletion": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tag": { | |
| "type": "string" | |
| }, | |
| "teamId": { | |
| "$ref": "#/definitions/EndOfGameLcdsTeamId" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "EndOfGameStats": { | |
| "properties": { | |
| "timeUntilNextFirstWinBonus": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "EntitlementsToken": { | |
| "properties": { | |
| "accessToken": { | |
| "type": "string" | |
| }, | |
| "entitlements": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "issuer": { | |
| "type": "string" | |
| }, | |
| "subject": { | |
| "type": "string" | |
| }, | |
| "token": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "EogLcdsGameDTO": { | |
| "properties": { | |
| "bannedChampions": { | |
| "items": { | |
| "$ref": "#/definitions/BannedChampion" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameState": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "teamOne": { | |
| "items": { | |
| "$ref": "#/definitions/PlayerParticipant" | |
| }, | |
| "type": "array" | |
| }, | |
| "teamTwo": { | |
| "items": { | |
| "$ref": "#/definitions/PlayerParticipant" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "FailedInvite": { | |
| "properties": { | |
| "exception": { | |
| "$ref": "#/definitions/ClientRequestError" | |
| }, | |
| "playerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "FellowPlayerInfo": { | |
| "properties": { | |
| "championId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "teamId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GameQueuesLcdsAllowSpectators": { | |
| "enum": [ | |
| "NONE", | |
| "LOBBYONLY", | |
| "DROPINONLY", | |
| "ALL" | |
| ], | |
| "type": "string" | |
| }, | |
| "GameQueuesLcdsGameQueueConfig": { | |
| "properties": { | |
| "blockedMinutesThreshold": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "botsCanSpawnOnBlueSide": { | |
| "type": "boolean" | |
| }, | |
| "cacheName": { | |
| "type": "string" | |
| }, | |
| "disallowFreeChampions": { | |
| "type": "boolean" | |
| }, | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameMutators": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameTypeConfigId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "lastToggledOffTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "lastToggledOnTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "mapSelectionAlgorithm": { | |
| "type": "string" | |
| }, | |
| "matchingThrottleConfig": { | |
| "$ref": "#/definitions/GameQueuesLcdsMatchingThrottleConfig" | |
| }, | |
| "maxLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxSummonerLevelForFirstWinOfTheDay": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maximumParticipantListSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minimumParticipantListSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minimumQueueDodgeDelayTime": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "numPlayersPerTeam": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "pointsConfigKey": { | |
| "type": "string" | |
| }, | |
| "queueBonusKey": { | |
| "type": "string" | |
| }, | |
| "queueState": { | |
| "type": "string" | |
| }, | |
| "queueStateString": { | |
| "type": "string" | |
| }, | |
| "randomizeTeamSizes": { | |
| "type": "boolean" | |
| }, | |
| "ranked": { | |
| "type": "boolean" | |
| }, | |
| "supportedMapIds": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "teamOnly": { | |
| "type": "boolean" | |
| }, | |
| "thresholdEnabled": { | |
| "type": "boolean" | |
| }, | |
| "thresholdSize": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": { | |
| "type": "string" | |
| }, | |
| "typeString": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GameQueuesLcdsMatchingThrottleConfig": { | |
| "properties": { | |
| "cacheName": { | |
| "type": "string" | |
| }, | |
| "limit": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GameflowLcdsGameDTO": { | |
| "properties": { | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameState": { | |
| "type": "string" | |
| }, | |
| "gameType": { | |
| "type": "string" | |
| }, | |
| "gameTypeConfigId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "mapId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxNumPlayers": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "playerChampionSelections": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| }, | |
| "queueTypeName": { | |
| "type": "string" | |
| }, | |
| "spectatorDelay": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "teamOne": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| }, | |
| "teamTwo": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GameflowLcdsPlayerCredentialsDto": { | |
| "properties": { | |
| "encryptionKey": { | |
| "type": "string" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "observer": { | |
| "type": "boolean" | |
| }, | |
| "observerEncryptionKey": { | |
| "type": "string" | |
| }, | |
| "observerServerIp": { | |
| "type": "string" | |
| }, | |
| "observerServerPort": { | |
| "type": "integer" | |
| }, | |
| "serverIp": { | |
| "type": "string" | |
| }, | |
| "serverPort": { | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GameflowLcdsReconnectInfoDto": { | |
| "properties": { | |
| "game": { | |
| "$ref": "#/definitions/GameflowLcdsGameDTO" | |
| }, | |
| "playerCredentials": { | |
| "$ref": "#/definitions/GameflowLcdsPlayerCredentialsDto" | |
| }, | |
| "reconnectDelay": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatAudioPropertiesResource": { | |
| "properties": { | |
| "fastEnergyMeter": { | |
| "format": "double", | |
| "type": "number" | |
| }, | |
| "isLoopbackEnabled": { | |
| "type": "boolean" | |
| }, | |
| "isMicActive": { | |
| "type": "boolean" | |
| }, | |
| "isSpeakerActive": { | |
| "type": "boolean" | |
| }, | |
| "micEnergy": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "micVolume": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "noiseFloorMeter": { | |
| "format": "double", | |
| "type": "number" | |
| }, | |
| "speakerEnergy": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "speakerVolume": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "speechThresholdMeter": { | |
| "format": "double", | |
| "type": "number" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatCallStatsResource": { | |
| "properties": { | |
| "callId": { | |
| "type": "string" | |
| }, | |
| "captureDeviceConsecutivelyReadCount": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "codecName": { | |
| "type": "string" | |
| }, | |
| "currentBars": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "currentOpusBandwidth": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "currentOpusBitRate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "currentOpusComplexity": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "currentOpusMaxPacketSize": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "currentOpusVbrMode": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "incomingDiscarded": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "incomingOutOfTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "incomingPacketloss": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "incomingReceived": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "lastLatencyMeasured": { | |
| "format": "double", | |
| "type": "number" | |
| }, | |
| "latencyMeasurementCount": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "latencyPacketsDropped": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "latencyPacketsLost": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "latencyPacketsMalformed": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "latencyPacketsNegativeLatency": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "latencyPacketsSent": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "latencySum": { | |
| "format": "double", | |
| "type": "number" | |
| }, | |
| "maxLatency": { | |
| "format": "double", | |
| "type": "number" | |
| }, | |
| "minLatency": { | |
| "format": "double", | |
| "type": "number" | |
| }, | |
| "outgoingSent": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "plcOn": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "plcSyntheticFrames": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rFactor": { | |
| "format": "double", | |
| "type": "number" | |
| }, | |
| "renderDeviceErrors": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "renderDeviceOverruns": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "renderDeviceUnderruns": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "sampleIntervalBegin": { | |
| "format": "double", | |
| "type": "number" | |
| }, | |
| "sampleIntervalEnd": { | |
| "format": "double", | |
| "type": "number" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatCodecSettingsResource": { | |
| "properties": { | |
| "codecBandwidth": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "codecBitrate": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "codecComplexity": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "codecVbrMode": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatConfigResource": { | |
| "properties": { | |
| "accessTokenUri": { | |
| "type": "string" | |
| }, | |
| "authTokenUri": { | |
| "type": "string" | |
| }, | |
| "jwt2gvtUrl": { | |
| "type": "string" | |
| }, | |
| "logLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "logLevelName": { | |
| "type": "string" | |
| }, | |
| "logsPath": { | |
| "type": "string" | |
| }, | |
| "provider": { | |
| "type": "string" | |
| }, | |
| "useExternalAuth": { | |
| "type": "boolean" | |
| }, | |
| "voiceDomain": { | |
| "type": "string" | |
| }, | |
| "voiceServerUri": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatDeviceResource": { | |
| "properties": { | |
| "handle": { | |
| "type": "string" | |
| }, | |
| "is_current_device": { | |
| "type": "boolean" | |
| }, | |
| "is_default": { | |
| "type": "boolean" | |
| }, | |
| "is_effective_device": { | |
| "type": "boolean" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatParticipantResource": { | |
| "properties": { | |
| "energy": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "type": "string" | |
| }, | |
| "isMuted": { | |
| "type": "boolean" | |
| }, | |
| "isSpeaking": { | |
| "type": "boolean" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "speakingTimestamp": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "volume": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatPushToTalkResource": { | |
| "properties": { | |
| "pttEnabled": { | |
| "type": "boolean" | |
| }, | |
| "pttKeyBinding": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatRsoAuthorizationResource": { | |
| "properties": { | |
| "currentAccountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "currentPlatformId": { | |
| "type": "string" | |
| }, | |
| "subject": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatSessionResource": { | |
| "properties": { | |
| "id": { | |
| "type": "string" | |
| }, | |
| "isMuted": { | |
| "type": "boolean" | |
| }, | |
| "isTransmitEnabled": { | |
| "type": "boolean" | |
| }, | |
| "participants": { | |
| "items": { | |
| "$ref": "#/definitions/GcloudVoiceChatParticipantResource" | |
| }, | |
| "type": "array" | |
| }, | |
| "status": { | |
| "$ref": "#/definitions/GcloudVoiceChatSessionStatus" | |
| }, | |
| "volume": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatSessionStatus": { | |
| "enum": [ | |
| "active", | |
| "onHold" | |
| ], | |
| "type": "string" | |
| }, | |
| "GcloudVoiceChatSettingsResource": { | |
| "properties": { | |
| "currentCaptureDeviceHandle": { | |
| "type": "string" | |
| }, | |
| "currentRenderDeviceHandle": { | |
| "type": "string" | |
| }, | |
| "localMicMuted": { | |
| "type": "boolean" | |
| }, | |
| "loopbackEnabled": { | |
| "type": "boolean" | |
| }, | |
| "micLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "speakerLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "vadHangoverTime": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "vadSensitivity": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatStateResource": { | |
| "properties": { | |
| "connected": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatUpdateCodecSettingsResource": { | |
| "properties": { | |
| "codecBandwidth": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "codecBitrate": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "codecComplexity": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "codecVbrMode": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatUpdateParticipantResource": { | |
| "properties": { | |
| "isMuted": { | |
| "type": "boolean" | |
| }, | |
| "volume": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatUpdateSettingsResource": { | |
| "properties": { | |
| "currentCaptureDeviceHandle": { | |
| "type": "string" | |
| }, | |
| "currentRenderDeviceHandle": { | |
| "type": "string" | |
| }, | |
| "localMicMuted": { | |
| "type": "boolean" | |
| }, | |
| "loopbackEnabled": { | |
| "type": "boolean" | |
| }, | |
| "micLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "speakerLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "vadHangoverTime": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "vadSensitivity": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatVoiceErrorCounterResource": { | |
| "properties": { | |
| "count": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "error": { | |
| "$ref": "#/definitions/GcloudVoiceChatVoiceErrorResource" | |
| }, | |
| "timeOfLastError": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "GcloudVoiceChatVoiceErrorResource": { | |
| "properties": { | |
| "errorString": { | |
| "type": "string" | |
| }, | |
| "responseType": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "responseTypeString": { | |
| "type": "string" | |
| }, | |
| "returnCode": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "statusCode": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "statusString": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "Highlight": { | |
| "properties": { | |
| "fileSizeBytes": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "filepath": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "mtimeIso8601": { | |
| "type": "string" | |
| }, | |
| "mtimeMsUtc": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "url": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "HighlightsConfig": { | |
| "properties": { | |
| "invalidHighlightNameCharacters": { | |
| "type": "string" | |
| }, | |
| "isHighlightsEnabled": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "HighlightsDynamicConfig": { | |
| "properties": { | |
| "Enabled": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "HighlightsSettingsData": { | |
| "properties": { | |
| "highlights-folder-path": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "HighlightsSettingsResource": { | |
| "properties": { | |
| "data": { | |
| "$ref": "#/definitions/HighlightsSettingsData" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "IdsDTO": { | |
| "properties": { | |
| "missionIds": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "seriesIds": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "KickoutMessage": { | |
| "properties": { | |
| "message": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LCDSBroadcastNotification": { | |
| "properties": { | |
| "broadcastMessages": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LCDSChampionReward": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "skins": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LCDSLoyaltyRewards": { | |
| "properties": { | |
| "champions": { | |
| "items": { | |
| "$ref": "#/definitions/LCDSChampionReward" | |
| }, | |
| "type": "array" | |
| }, | |
| "ipBoost": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "xpBoost": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LCDSLoyaltyStateChangeNotification": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "notificationCategory": { | |
| "$ref": "#/definitions/LCDSLoyaltyStateChangeNotificationCategory" | |
| }, | |
| "rewards": { | |
| "$ref": "#/definitions/LCDSLoyaltyRewards" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LCDSLoyaltyStateChangeNotificationCategory": { | |
| "enum": [ | |
| "legacy", | |
| "grant", | |
| "expiry", | |
| "change", | |
| "revoke", | |
| "disabled" | |
| ], | |
| "type": "string" | |
| }, | |
| "LCDSPlayerMessagingSimpleMessage": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "bodyCode": { | |
| "type": "string" | |
| }, | |
| "msgId": { | |
| "type": "string" | |
| }, | |
| "params": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "titleCode": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LCDSPlayerMessagingSimpleMessageResponse": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "command": { | |
| "type": "string" | |
| }, | |
| "msgId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsBotParticipant": { | |
| "properties": { | |
| "botSkillLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerInternalName": { | |
| "type": "string" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| }, | |
| "teamId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsFailedJoinPlayer": { | |
| "properties": { | |
| "reasonFailed": { | |
| "type": "string" | |
| }, | |
| "summoner": { | |
| "$ref": "#/definitions/LcdsSummoner" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsGameDTO": { | |
| "properties": { | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameMutators": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameState": { | |
| "type": "string" | |
| }, | |
| "gameType": { | |
| "type": "string" | |
| }, | |
| "gameTypeConfigId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "mapId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxNumPlayers": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "observers": { | |
| "items": { | |
| "$ref": "#/definitions/LcdsPlayerParticipant" | |
| }, | |
| "type": "array" | |
| }, | |
| "optimisticLock": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "ownerSummary": { | |
| "$ref": "#/definitions/LcdsPlayerParticipant" | |
| }, | |
| "passbackDataPacket": { | |
| "type": "string" | |
| }, | |
| "passbackUrl": { | |
| "type": "string" | |
| }, | |
| "practiceGameRewardsDisabledReasons": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "roomName": { | |
| "type": "string" | |
| }, | |
| "roomPassword": { | |
| "type": "string" | |
| }, | |
| "spectatorsAllowed": { | |
| "type": "string" | |
| }, | |
| "teamOne": { | |
| "items": { | |
| "$ref": "#/definitions/LcdsPlayerParticipant" | |
| }, | |
| "type": "array" | |
| }, | |
| "teamTwo": { | |
| "items": { | |
| "$ref": "#/definitions/LcdsPlayerParticipant" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsGameInviteBaseRuntimeException": { | |
| "properties": { | |
| "rootCauseClassname": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsGameMap": { | |
| "properties": { | |
| "description": { | |
| "type": "string" | |
| }, | |
| "displayName": { | |
| "type": "string" | |
| }, | |
| "mapId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minCustomPlayers": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "totalPlayers": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsGameNotification": { | |
| "properties": { | |
| "messageArgument": { | |
| "type": "string" | |
| }, | |
| "messageCode": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsInvitationRequest": { | |
| "properties": { | |
| "gameMetaData": { | |
| "type": "string" | |
| }, | |
| "invitationId": { | |
| "type": "string" | |
| }, | |
| "invitationState": { | |
| "$ref": "#/definitions/LcdsInvitationState" | |
| }, | |
| "invitePayload": { | |
| "type": "string" | |
| }, | |
| "inviteType": { | |
| "type": "string" | |
| }, | |
| "inviter": { | |
| "$ref": "#/definitions/LcdsInviter" | |
| }, | |
| "owner": { | |
| "$ref": "#/definitions/LcdsPlayer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsInvitationState": { | |
| "enum": [ | |
| "ACTIVE", | |
| "ON_HOLD", | |
| "REVOKED" | |
| ], | |
| "type": "string" | |
| }, | |
| "LcdsInviteFailed": { | |
| "properties": { | |
| "exception": { | |
| "$ref": "#/definitions/LcdsGameInviteBaseRuntimeException" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsInvitePrivileges": { | |
| "properties": { | |
| "canInvite": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsInvitee": { | |
| "properties": { | |
| "inviteeState": { | |
| "$ref": "#/definitions/LcdsInviteeState" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsInviteeState": { | |
| "enum": [ | |
| "CREATOR", | |
| "PENDING", | |
| "DECLINED", | |
| "ACCEPTED", | |
| "ACCEPT_FAILED", | |
| "JOINED", | |
| "QUIT", | |
| "KICKED", | |
| "BANNED" | |
| ], | |
| "type": "string" | |
| }, | |
| "LcdsInviter": { | |
| "properties": { | |
| "previousSeasonHighestTier": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsLobbyStatus": { | |
| "properties": { | |
| "chatKey": { | |
| "type": "string" | |
| }, | |
| "gameMetaData": { | |
| "type": "string" | |
| }, | |
| "invitationId": { | |
| "type": "string" | |
| }, | |
| "invitees": { | |
| "items": { | |
| "$ref": "#/definitions/LcdsInvitee" | |
| }, | |
| "type": "array" | |
| }, | |
| "members": { | |
| "items": { | |
| "$ref": "#/definitions/LcdsMember" | |
| }, | |
| "type": "array" | |
| }, | |
| "owner": { | |
| "$ref": "#/definitions/LcdsPlayer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsMember": { | |
| "properties": { | |
| "hasDelegatedInvitePower": { | |
| "type": "boolean" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsPayloadDto": { | |
| "properties": { | |
| "body": { | |
| "type": "string" | |
| }, | |
| "headers": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "method": { | |
| "type": "string" | |
| }, | |
| "path": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsPlayer": { | |
| "properties": { | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsPlayerParticipant": { | |
| "properties": { | |
| "botSkillLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerInternalName": { | |
| "type": "string" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsPracticeGameConfig": { | |
| "properties": { | |
| "allowSpectators": { | |
| "type": "string" | |
| }, | |
| "gameMap": { | |
| "$ref": "#/definitions/LcdsGameMap" | |
| }, | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameMutators": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameName": { | |
| "type": "string" | |
| }, | |
| "gamePassword": { | |
| "type": "string" | |
| }, | |
| "gameTypeConfig": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxNumPlayers": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "passbackDataPacket": { | |
| "type": "string" | |
| }, | |
| "passbackUrl": { | |
| "type": "string" | |
| }, | |
| "region": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsPracticeGameSearchResult": { | |
| "properties": { | |
| "allowSpectators": { | |
| "type": "string" | |
| }, | |
| "gameMap": { | |
| "$ref": "#/definitions/LcdsGameMap" | |
| }, | |
| "gameMapId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "maxNumPlayers": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "owner": { | |
| "$ref": "#/definitions/LcdsPlayerParticipant" | |
| }, | |
| "pickType": { | |
| "type": "string" | |
| }, | |
| "privateGame": { | |
| "type": "boolean" | |
| }, | |
| "spectatorCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "team1Count": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "team2Count": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsRemovalReason": { | |
| "enum": [ | |
| "KICKED", | |
| "DESTROYED", | |
| "PROGRESSED" | |
| ], | |
| "type": "string" | |
| }, | |
| "LcdsRemovedFromLobbyNotification": { | |
| "properties": { | |
| "removalReason": { | |
| "$ref": "#/definitions/LcdsRemovalReason" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsSimpleMessage": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "msgId": { | |
| "type": "string" | |
| }, | |
| "params": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsSimpleMessageResponse": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "command": { | |
| "type": "string" | |
| }, | |
| "msgId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsStartChampSelectDto": { | |
| "properties": { | |
| "invalidPlayers": { | |
| "items": { | |
| "$ref": "#/definitions/LcdsFailedJoinPlayer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LcdsSummoner": { | |
| "properties": { | |
| "name": { | |
| "type": "string" | |
| }, | |
| "sumId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeagueTierAndRankDTO": { | |
| "properties": { | |
| "playerOrTeamId": { | |
| "type": "string" | |
| }, | |
| "playerOrTeamName": { | |
| "type": "string" | |
| }, | |
| "queueType": { | |
| "$ref": "#/definitions/LeaguesLcdsQueueType" | |
| }, | |
| "rank": { | |
| "$ref": "#/definitions/LeaguesLcdsLeagueRank" | |
| }, | |
| "tier": { | |
| "$ref": "#/definitions/LeaguesLcdsLeagueTier" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsAggregatedStat": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "statType": { | |
| "type": "string" | |
| }, | |
| "value": { | |
| "format": "float", | |
| "type": "number" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsAggregatedStats": { | |
| "properties": { | |
| "key": { | |
| "$ref": "#/definitions/LeaguesLcdsAggregatedStatsKey" | |
| }, | |
| "lifetimeStatistics": { | |
| "items": { | |
| "$ref": "#/definitions/LeaguesLcdsAggregatedStat" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsAggregatedStatsKey": { | |
| "properties": { | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "userId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsChampionStatInfo": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "stats": { | |
| "items": { | |
| "$ref": "#/definitions/LeaguesLcdsAggregatedStat" | |
| }, | |
| "type": "array" | |
| }, | |
| "totalGamesPlayed": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsLeagueItemDTO": { | |
| "properties": { | |
| "apexDaysUntilDecay": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "demotionWarning": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "displayDecayWarning": { | |
| "type": "boolean" | |
| }, | |
| "freshBlood": { | |
| "type": "boolean" | |
| }, | |
| "hotStreak": { | |
| "type": "boolean" | |
| }, | |
| "inactive": { | |
| "type": "boolean" | |
| }, | |
| "inactivityStatus": { | |
| "type": "string" | |
| }, | |
| "leaguePoints": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "losses": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "miniSeries": { | |
| "$ref": "#/definitions/LeaguesLcdsMiniSeriesDTO" | |
| }, | |
| "playerOrTeamId": { | |
| "type": "string" | |
| }, | |
| "playerOrTeamName": { | |
| "type": "string" | |
| }, | |
| "previousDayLeaguePosition": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "queueType": { | |
| "$ref": "#/definitions/LeaguesLcdsQueueType" | |
| }, | |
| "rank": { | |
| "$ref": "#/definitions/LeaguesLcdsLeagueRank" | |
| }, | |
| "tier": { | |
| "$ref": "#/definitions/LeaguesLcdsLeagueTier" | |
| }, | |
| "timeUntilInactivityStatusChanges": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "veteran": { | |
| "type": "boolean" | |
| }, | |
| "wins": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsLeagueListDTO": { | |
| "properties": { | |
| "entries": { | |
| "items": { | |
| "$ref": "#/definitions/LeaguesLcdsLeagueItemDTO" | |
| }, | |
| "type": "array" | |
| }, | |
| "maxLeagueSize": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "nextApexUpdate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "queue": { | |
| "$ref": "#/definitions/LeaguesLcdsQueueType" | |
| }, | |
| "requestorsName": { | |
| "type": "string" | |
| }, | |
| "tier": { | |
| "$ref": "#/definitions/LeaguesLcdsLeagueTier" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsLeagueRank": { | |
| "enum": [ | |
| "I", | |
| "II", | |
| "III", | |
| "IV", | |
| "V" | |
| ], | |
| "type": "string" | |
| }, | |
| "LeaguesLcdsLeagueTier": { | |
| "enum": [ | |
| "BRONZE", | |
| "SILVER", | |
| "GOLD", | |
| "PLATINUM", | |
| "DIAMOND", | |
| "MASTER", | |
| "CHALLENGER" | |
| ], | |
| "type": "string" | |
| }, | |
| "LeaguesLcdsMiniSeriesDTO": { | |
| "properties": { | |
| "losses": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "progress": { | |
| "type": "string" | |
| }, | |
| "target": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "timeLeftToPlayMillis": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "wins": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsPlayerAggregatedStats": { | |
| "properties": { | |
| "aggregatedStats": { | |
| "$ref": "#/definitions/LeaguesLcdsAggregatedStats" | |
| }, | |
| "playerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsQueueType": { | |
| "enum": [ | |
| "RANKED_SOLO_5x5", | |
| "RANKED_FLEX_SR", | |
| "RANKED_FLEX_TT" | |
| ], | |
| "type": "string" | |
| }, | |
| "LeaguesLcdsRosterDTO": { | |
| "properties": { | |
| "memberList": { | |
| "items": { | |
| "$ref": "#/definitions/LeaguesLcdsTeamMemberInfoDTO" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsSimpleMessage": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "msgId": { | |
| "type": "string" | |
| }, | |
| "params": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsSummonerLeagueItemsDTO": { | |
| "properties": { | |
| "summonerLeagues": { | |
| "items": { | |
| "$ref": "#/definitions/LeaguesLcdsLeagueItemDTO" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsSummonerLeagueListDTO": { | |
| "properties": { | |
| "entries": { | |
| "items": { | |
| "$ref": "#/definitions/LeaguesLcdsLeagueItemDTO" | |
| }, | |
| "type": "array" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "nextApexUpdate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "queue": { | |
| "$ref": "#/definitions/LeaguesLcdsQueueType" | |
| }, | |
| "requestorsName": { | |
| "type": "string" | |
| }, | |
| "requestorsRank": { | |
| "$ref": "#/definitions/LeaguesLcdsLeagueRank" | |
| }, | |
| "tier": { | |
| "$ref": "#/definitions/LeaguesLcdsLeagueTier" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsSummonerLeaguesDTO": { | |
| "properties": { | |
| "summonerLeagues": { | |
| "items": { | |
| "$ref": "#/definitions/LeaguesLcdsSummonerLeagueListDTO" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsTeamAggregatedStats": { | |
| "properties": { | |
| "id": { | |
| "$ref": "#/definitions/LeaguesLcdsTeamIdDTO" | |
| }, | |
| "playerAggregatedStatsList": { | |
| "items": { | |
| "$ref": "#/definitions/LeaguesLcdsPlayerAggregatedStats" | |
| }, | |
| "type": "array" | |
| }, | |
| "queueType": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsTeamDTO": { | |
| "properties": { | |
| "name": { | |
| "type": "string" | |
| }, | |
| "roster": { | |
| "$ref": "#/definitions/LeaguesLcdsRosterDTO" | |
| }, | |
| "teamId": { | |
| "$ref": "#/definitions/LeaguesLcdsTeamIdDTO" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsTeamIdDTO": { | |
| "properties": { | |
| "fullId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesLcdsTeamMemberInfoDTO": { | |
| "properties": { | |
| "playerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "playerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaguesSimpleMessageResponse": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "command": { | |
| "type": "string" | |
| }, | |
| "msgId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaverBusterLcdsMatchmakingNotification": { | |
| "properties": { | |
| "playerJoinFailures": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaverBusterLcdsSimpleMessage": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "msgId": { | |
| "type": "string" | |
| }, | |
| "params": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaverBusterNotificationResource": { | |
| "properties": { | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "msgId": { | |
| "type": "string" | |
| }, | |
| "punishedGamesRemaining": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": { | |
| "$ref": "#/definitions/LeaverBusterNotificationType" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LeaverBusterNotificationType": { | |
| "enum": [ | |
| "Invalid", | |
| "TaintedWarning", | |
| "PunishmentIncurred", | |
| "PunishedGamesRemaining", | |
| "Reforming" | |
| ], | |
| "type": "string" | |
| }, | |
| "LeaverBusterSimpleMessageResponse": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "command": { | |
| "type": "string" | |
| }, | |
| "msgId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LobbyClientDynamicConfigurationNotification": { | |
| "properties": { | |
| "configs": { | |
| "type": "string" | |
| }, | |
| "delta": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LogEvent": { | |
| "description": "Describes a log entry.", | |
| "properties": { | |
| "message": { | |
| "type": "string" | |
| }, | |
| "severity": { | |
| "$ref": "#/definitions/LogSeverityLevels" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LogSeverityLevels": { | |
| "description": "Allowable severity levels for log events.", | |
| "enum": [ | |
| "Okay", | |
| "Warning", | |
| "Error", | |
| "Always" | |
| ], | |
| "type": "string" | |
| }, | |
| "LoginDataPacket": { | |
| "properties": { | |
| "timeUntilFirstWinOfDay": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "idToken": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolAccountVerificationAVSConfig": { | |
| "properties": { | |
| "Enabled": { | |
| "type": "boolean" | |
| }, | |
| "PasswordEnabled": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAccountVerificationAuthenticateRequest": { | |
| "properties": { | |
| "password": { | |
| "type": "string" | |
| }, | |
| "username": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAccountVerificationAuthenticateResponse": { | |
| "properties": { | |
| "message": { | |
| "type": "string" | |
| }, | |
| "status": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "success": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAccountVerificationDeviceResponse": { | |
| "properties": { | |
| "message": { | |
| "type": "string" | |
| }, | |
| "status": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "success": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAccountVerificationInvalidateResponse": { | |
| "properties": { | |
| "message": { | |
| "type": "string" | |
| }, | |
| "smsTokenExpireDurationInSec": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "status": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "success": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAccountVerificationIsVerifiedResponse": { | |
| "properties": { | |
| "message": { | |
| "type": "string" | |
| }, | |
| "status": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "success": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAccountVerificationLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolAccountVerificationLoginSessionState" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "username": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAccountVerificationLoginSessionState": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolAccountVerificationSendTokenRequest": { | |
| "properties": { | |
| "device": { | |
| "type": "string" | |
| }, | |
| "locale": { | |
| "type": "string" | |
| }, | |
| "mediator": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAccountVerificationSendTokenResponse": { | |
| "properties": { | |
| "message": { | |
| "type": "string" | |
| }, | |
| "smsTokenExpireDurationInSec": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "status": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "success": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAccountVerificationVerifyRequest": { | |
| "properties": { | |
| "mediator": { | |
| "type": "string" | |
| }, | |
| "token": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAccountVerificationVerifyResponse": { | |
| "properties": { | |
| "message": { | |
| "type": "string" | |
| }, | |
| "status": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "success": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAcsAcsChampionGames": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "lane": { | |
| "type": "string" | |
| }, | |
| "queue": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "role": { | |
| "type": "string" | |
| }, | |
| "timestamp": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAcsAcsChampionGamesCollection": { | |
| "properties": { | |
| "champions": { | |
| "items": { | |
| "$ref": "#/definitions/LolAcsAcsChampionGames" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAcsAcsEndPoint": { | |
| "properties": { | |
| "url": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAcsLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "gasToken": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "idToken": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolAcsLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolAcsLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolBannersBannerFlag": { | |
| "properties": { | |
| "earnedDateIso8601": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "level": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "seasonId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "theme": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolBannersBannerFrame": { | |
| "properties": { | |
| "level": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolBannersCapClashFlagEntitlementPayload": { | |
| "properties": { | |
| "rewardSpec": { | |
| "$ref": "#/definitions/LolBannersClashV2FlagRewardSpec" | |
| }, | |
| "rewardType": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolBannersCapClashFrameEntitlementPayload": { | |
| "properties": { | |
| "rewardSpec": { | |
| "$ref": "#/definitions/LolBannersClashV2FrameRewardSpec" | |
| }, | |
| "rewardType": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolBannersClashV2FlagRewardSpec": { | |
| "properties": { | |
| "level": { | |
| "type": "string" | |
| }, | |
| "seasonId": { | |
| "type": "string" | |
| }, | |
| "theme": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolBannersClashV2FrameRewardSpec": { | |
| "properties": { | |
| "level": { | |
| "type": "string" | |
| }, | |
| "seasonId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolBannersInventoryItemWithPayload": { | |
| "properties": { | |
| "inventoryType": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "payload": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "purchaseDate": { | |
| "type": "string" | |
| }, | |
| "uuid": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolBannersInventoryItemsByType": { | |
| "properties": { | |
| "TOURNAMENT_FLAG": { | |
| "items": { | |
| "$ref": "#/definitions/LolBannersTournamentFlagInventoryItem" | |
| }, | |
| "type": "array" | |
| }, | |
| "TOURNAMENT_FRAME": { | |
| "items": { | |
| "$ref": "#/definitions/LolBannersTournamentFrameInventoryItem" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolBannersInventoryResponse": { | |
| "properties": { | |
| "items": { | |
| "$ref": "#/definitions/LolBannersInventoryItemsByType" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolBannersLoadoutsSlot": { | |
| "properties": { | |
| "inventoryType": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolBannersSummonerProfileUpdate": { | |
| "properties": { | |
| "key": { | |
| "type": "string" | |
| }, | |
| "value": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolBannersTournamentFlagInventoryItem": { | |
| "properties": { | |
| "itemId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "payload": { | |
| "$ref": "#/definitions/LolBannersCapClashFlagEntitlementPayload" | |
| }, | |
| "purchaseDate": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolBannersTournamentFrameInventoryItem": { | |
| "properties": { | |
| "payload": { | |
| "$ref": "#/definitions/LolBannersCapClashFrameEntitlementPayload" | |
| }, | |
| "purchaseDate": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCareerStatsCareerStatsQueueType": { | |
| "enum": [ | |
| "draft5", | |
| "rank5flex", | |
| "rank5solo", | |
| "blind5", | |
| "aram", | |
| "blind3", | |
| "rank3flex", | |
| "other" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolCareerStatsChampionMatchup": { | |
| "properties": { | |
| "championGeneralWinRate": { | |
| "format": "float", | |
| "type": "number" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "matchupWinRate": { | |
| "format": "float", | |
| "type": "number" | |
| }, | |
| "opponentChampionId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "position": { | |
| "$ref": "#/definitions/LolCareerStatsSummonersRiftPosition" | |
| }, | |
| "winrateRank": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCareerStatsChampionQueueStatsResponse": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "position": { | |
| "$ref": "#/definitions/LolCareerStatsSummonersRiftPosition" | |
| }, | |
| "queueType": { | |
| "$ref": "#/definitions/LolCareerStatsCareerStatsQueueType" | |
| }, | |
| "rankTier": { | |
| "$ref": "#/definitions/LolCareerStatsRankedTier" | |
| }, | |
| "stats": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCareerStatsChampionStatistics": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championMatchups": { | |
| "items": { | |
| "$ref": "#/definitions/LolCareerStatsChampionMatchup" | |
| }, | |
| "type": "array" | |
| }, | |
| "experts": { | |
| "items": { | |
| "$ref": "#/definitions/LolCareerStatsExpertPlayer" | |
| }, | |
| "type": "array" | |
| }, | |
| "queueStats": { | |
| "items": { | |
| "$ref": "#/definitions/LolCareerStatsStatisticsByQueue" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCareerStatsEntitlementsToken": { | |
| "properties": { | |
| "entitlements": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCareerStatsExpertPlayer": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "expertRank": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "numOfGames": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "position": { | |
| "$ref": "#/definitions/LolCareerStatsSummonersRiftPosition" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| }, | |
| "winRate": { | |
| "format": "float", | |
| "type": "number" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCareerStatsMatchupQueryRequest": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "position": { | |
| "$ref": "#/definitions/LolCareerStatsSummonersRiftPosition" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCareerStatsPositionStatistics": { | |
| "properties": { | |
| "experts": { | |
| "items": { | |
| "$ref": "#/definitions/LolCareerStatsExpertPlayer" | |
| }, | |
| "type": "array" | |
| }, | |
| "position": { | |
| "$ref": "#/definitions/LolCareerStatsSummonersRiftPosition" | |
| }, | |
| "queueStats": { | |
| "items": { | |
| "$ref": "#/definitions/LolCareerStatsStatisticsByQueue" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCareerStatsPositionStatsQueryRequest": { | |
| "properties": { | |
| "position": { | |
| "$ref": "#/definitions/LolCareerStatsSummonersRiftPosition" | |
| }, | |
| "queueType": { | |
| "$ref": "#/definitions/LolCareerStatsCareerStatsQueueType" | |
| }, | |
| "rankTier": { | |
| "$ref": "#/definitions/LolCareerStatsRankedTier" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCareerStatsRankedTier": { | |
| "enum": [ | |
| "ALL", | |
| "UNRANKED", | |
| "BRONZE", | |
| "SILVER", | |
| "GOLD", | |
| "PLATINUM", | |
| "DIAMOND", | |
| "MASTER", | |
| "CHALLENGER" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolCareerStatsStatisticsByQueue": { | |
| "properties": { | |
| "queueType": { | |
| "$ref": "#/definitions/LolCareerStatsCareerStatsQueueType" | |
| }, | |
| "stats": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCareerStatsStatisticsPercentilesResponse": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "position": { | |
| "$ref": "#/definitions/LolCareerStatsSummonersRiftPosition" | |
| }, | |
| "queueType": { | |
| "$ref": "#/definitions/LolCareerStatsCareerStatsQueueType" | |
| }, | |
| "rankTier": { | |
| "$ref": "#/definitions/LolCareerStatsRankedTier" | |
| }, | |
| "stats": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCareerStatsStatsQueryRequest": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "position": { | |
| "$ref": "#/definitions/LolCareerStatsSummonersRiftPosition" | |
| }, | |
| "queueType": { | |
| "$ref": "#/definitions/LolCareerStatsCareerStatsQueueType" | |
| }, | |
| "rankTier": { | |
| "$ref": "#/definitions/LolCareerStatsRankedTier" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCareerStatsSummonersRiftPosition": { | |
| "enum": [ | |
| "ALL", | |
| "UNKNOWN", | |
| "TOP", | |
| "JUNGLE", | |
| "MID", | |
| "BOTTOM", | |
| "SUPPORT" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolCatalogCatalogItem": { | |
| "properties": { | |
| "active": { | |
| "type": "boolean" | |
| }, | |
| "inactiveDate": { | |
| "type": "string" | |
| }, | |
| "inventoryType": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "prices": { | |
| "items": { | |
| "$ref": "#/definitions/LolCatalogItemCost" | |
| }, | |
| "type": "array" | |
| }, | |
| "releaseDate": { | |
| "type": "string" | |
| }, | |
| "sale": { | |
| "$ref": "#/definitions/LolCatalogSale" | |
| }, | |
| "subInventoryType": { | |
| "type": "string" | |
| }, | |
| "tags": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCatalogCatalogPluginItem": { | |
| "properties": { | |
| "description": { | |
| "type": "string" | |
| }, | |
| "imagePath": { | |
| "type": "string" | |
| }, | |
| "inactiveDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inventoryType": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "owned": { | |
| "type": "boolean" | |
| }, | |
| "prices": { | |
| "items": { | |
| "$ref": "#/definitions/LolCatalogCatalogPluginPrice" | |
| }, | |
| "type": "array" | |
| }, | |
| "purchaseDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "releaseDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCatalogCatalogPluginPrice": { | |
| "properties": { | |
| "cost": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "currency": { | |
| "type": "string" | |
| }, | |
| "sale": { | |
| "$ref": "#/definitions/LolCatalogCatalogPluginSale" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCatalogCatalogPluginSale": { | |
| "properties": { | |
| "cost": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "discount": { | |
| "format": "float", | |
| "type": "number" | |
| }, | |
| "endDate": { | |
| "type": "string" | |
| }, | |
| "startDate": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCatalogGameDataSummonerEmote": { | |
| "properties": { | |
| "description": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inventoryIcon": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCatalogInventoryEmote": { | |
| "properties": { | |
| "itemId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "ownershipType": { | |
| "$ref": "#/definitions/LolCatalogInventoryOwnership" | |
| }, | |
| "purchaseDate": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCatalogInventoryOwnership": { | |
| "enum": [ | |
| "OWNED", | |
| "RENTED", | |
| "F2P" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolCatalogItemCost": { | |
| "properties": { | |
| "cost": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "currency": { | |
| "type": "string" | |
| }, | |
| "discount": { | |
| "format": "float", | |
| "type": "number" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCatalogSale": { | |
| "properties": { | |
| "endDate": { | |
| "type": "string" | |
| }, | |
| "prices": { | |
| "items": { | |
| "$ref": "#/definitions/LolCatalogItemCost" | |
| }, | |
| "type": "array" | |
| }, | |
| "startDate": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectAction": { | |
| "properties": { | |
| "actorCellId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "completed": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectBannableChampions": { | |
| "properties": { | |
| "championIds": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectBannedChampions": { | |
| "properties": { | |
| "myTeamBans": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "numBans": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "theirTeamBans": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectChatRoomDetails": { | |
| "properties": { | |
| "chatRoomName": { | |
| "type": "string" | |
| }, | |
| "chatRoomPassword": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectDisabledChampions": { | |
| "properties": { | |
| "championIds": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectMySelection": { | |
| "properties": { | |
| "selectedSkinId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "spell1Id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "spell2Id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "wardSkinId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectPickableChampions": { | |
| "properties": { | |
| "championIds": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectPickableSkins": { | |
| "properties": { | |
| "skinIds": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectPlayerSelection": { | |
| "properties": { | |
| "assignedPosition": { | |
| "type": "string" | |
| }, | |
| "cellId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championPickIntent": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "playerType": { | |
| "type": "string" | |
| }, | |
| "selectedSkinId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "spell1Id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "spell2Id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "team": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "wardSkinId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectSession": { | |
| "properties": { | |
| "actions": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| }, | |
| "allowBattleBoost": { | |
| "type": "boolean" | |
| }, | |
| "allowDuplicatePicks": { | |
| "type": "boolean" | |
| }, | |
| "allowRerolling": { | |
| "type": "boolean" | |
| }, | |
| "allowSkinSelection": { | |
| "type": "boolean" | |
| }, | |
| "bans": { | |
| "$ref": "#/definitions/LolChampSelectChampSelectBannedChampions" | |
| }, | |
| "benchChampionIds": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "benchEnabled": { | |
| "type": "boolean" | |
| }, | |
| "boostableSkinCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "chatDetails": { | |
| "$ref": "#/definitions/LolChampSelectChampSelectChatRoomDetails" | |
| }, | |
| "counter": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "isSpectating": { | |
| "type": "boolean" | |
| }, | |
| "localPlayerCellId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "myTeam": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampSelectChampSelectPlayerSelection" | |
| }, | |
| "type": "array" | |
| }, | |
| "rerollsRemaining": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "theirTeam": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampSelectChampSelectPlayerSelection" | |
| }, | |
| "type": "array" | |
| }, | |
| "timer": { | |
| "$ref": "#/definitions/LolChampSelectChampSelectTimer" | |
| }, | |
| "trades": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampSelectChampSelectTradeContract" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectTimer": { | |
| "properties": { | |
| "adjustedTimeLeftInPhase": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "adjustedTimeLeftInPhaseInSec": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "internalNowInEpochMs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "isInfinite": { | |
| "type": "boolean" | |
| }, | |
| "phase": { | |
| "type": "string" | |
| }, | |
| "timeLeftInPhase": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "timeLeftInPhaseInSec": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "totalTimeInPhase": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectTradeContract": { | |
| "properties": { | |
| "cellId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolChampSelectChampSelectTradeState" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectChampSelectTradeState": { | |
| "enum": [ | |
| "AVAILABLE", | |
| "BUSY", | |
| "INVALID", | |
| "RECEIVED", | |
| "SENT" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChampSelectLegacyChampSelectAction": { | |
| "properties": { | |
| "actorCellId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "completed": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "pickTurn": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyChampSelectBannableChampions": { | |
| "properties": { | |
| "championIds": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyChampSelectBannedChampions": { | |
| "properties": { | |
| "myTeamBans": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "numBans": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "theirTeamBans": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyChampSelectChatRoomDetails": { | |
| "properties": { | |
| "chatRoomName": { | |
| "type": "string" | |
| }, | |
| "chatRoomPassword": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyChampSelectMySelection": { | |
| "properties": { | |
| "selectedSkinId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "spell1Id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "spell2Id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "wardSkinId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyChampSelectPickableChampions": { | |
| "properties": { | |
| "championIds": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyChampSelectPlayerSelection": { | |
| "properties": { | |
| "assignedPosition": { | |
| "type": "string" | |
| }, | |
| "cellId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championPickIntent": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "playerType": { | |
| "type": "string" | |
| }, | |
| "selectedSkinId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "spell1Id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "spell2Id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "team": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "wardSkinId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyChampSelectSession": { | |
| "properties": { | |
| "actions": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| }, | |
| "allowBattleBoost": { | |
| "type": "boolean" | |
| }, | |
| "allowRerolling": { | |
| "type": "boolean" | |
| }, | |
| "allowSkinSelection": { | |
| "type": "boolean" | |
| }, | |
| "bans": { | |
| "$ref": "#/definitions/LolChampSelectLegacyChampSelectBannedChampions" | |
| }, | |
| "chatDetails": { | |
| "$ref": "#/definitions/LolChampSelectLegacyChampSelectChatRoomDetails" | |
| }, | |
| "isSpectating": { | |
| "type": "boolean" | |
| }, | |
| "localPlayerCellId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "myTeam": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampSelectLegacyChampSelectPlayerSelection" | |
| }, | |
| "type": "array" | |
| }, | |
| "rerollsRemaining": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "theirTeam": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampSelectLegacyChampSelectPlayerSelection" | |
| }, | |
| "type": "array" | |
| }, | |
| "timer": { | |
| "$ref": "#/definitions/LolChampSelectLegacyChampSelectTimer" | |
| }, | |
| "trades": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampSelectLegacyChampSelectTradeContract" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyChampSelectTimer": { | |
| "properties": { | |
| "adjustedTimeLeftInPhase": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "adjustedTimeLeftInPhaseInSec": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "internalNowInEpochMs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "isInfinite": { | |
| "type": "boolean" | |
| }, | |
| "phase": { | |
| "type": "string" | |
| }, | |
| "timeLeftInPhase": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "timeLeftInPhaseInSec": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "totalTimeInPhase": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyChampSelectTradeContract": { | |
| "properties": { | |
| "cellId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolChampSelectLegacyChampSelectTradeState" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyChampSelectTradeState": { | |
| "enum": [ | |
| "AVAILABLE", | |
| "BUSY", | |
| "INVALID", | |
| "RECEIVED", | |
| "SENT" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChampSelectLegacyCollectionsChampion": { | |
| "properties": { | |
| "freeToPlay": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "ownership": { | |
| "$ref": "#/definitions/LolChampSelectLegacyCollectionsOwnership" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyCollectionsOwnership": { | |
| "properties": { | |
| "freeToPlayReward": { | |
| "type": "boolean" | |
| }, | |
| "owned": { | |
| "type": "boolean" | |
| }, | |
| "rental": { | |
| "$ref": "#/definitions/LolChampSelectLegacyCollectionsRental" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyCollectionsRental": { | |
| "properties": { | |
| "rented": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyGameflowGameClient": { | |
| "properties": { | |
| "running": { | |
| "type": "boolean" | |
| }, | |
| "visible": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyGameflowGameData": { | |
| "properties": { | |
| "queue": { | |
| "$ref": "#/definitions/LolChampSelectLegacyQueue" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyGameflowGameDodge": { | |
| "properties": { | |
| "dodgeIds": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolChampSelectLegacyGameflowGameDodgeState" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyGameflowGameDodgeState": { | |
| "enum": [ | |
| "Invalid", | |
| "PartyDodged", | |
| "StrangerDodged", | |
| "TournamentDodged" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChampSelectLegacyGameflowPhase": { | |
| "enum": [ | |
| "None", | |
| "Lobby", | |
| "Matchmaking", | |
| "CheckedIntoTournament", | |
| "ReadyCheck", | |
| "ChampSelect", | |
| "GameStart", | |
| "FailedToLaunch", | |
| "InProgress", | |
| "Reconnect", | |
| "WaitingForStats", | |
| "PreEndOfGame", | |
| "EndOfGame", | |
| "TerminatedInError" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChampSelectLegacyGameflowSession": { | |
| "properties": { | |
| "gameClient": { | |
| "$ref": "#/definitions/LolChampSelectLegacyGameflowGameClient" | |
| }, | |
| "gameData": { | |
| "$ref": "#/definitions/LolChampSelectLegacyGameflowGameData" | |
| }, | |
| "phase": { | |
| "$ref": "#/definitions/LolChampSelectLegacyGameflowPhase" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyLobbyStatus": { | |
| "properties": { | |
| "allowedPlayAgain": { | |
| "type": "boolean" | |
| }, | |
| "isCustom": { | |
| "type": "boolean" | |
| }, | |
| "isLeader": { | |
| "type": "boolean" | |
| }, | |
| "isSpectator": { | |
| "type": "boolean" | |
| }, | |
| "memberSummonerIds": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "queueId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "connected": { | |
| "type": "boolean" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolChampSelectLegacyLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChampSelectLegacyPlayerStatus": { | |
| "properties": { | |
| "currentLobbyStatus": { | |
| "$ref": "#/definitions/LolChampSelectLegacyLobbyStatus" | |
| }, | |
| "lastQueuedLobbyStatus": { | |
| "$ref": "#/definitions/LolChampSelectLegacyLobbyStatus" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyQueue": { | |
| "properties": { | |
| "areFreeChampionsAllowed": { | |
| "type": "boolean" | |
| }, | |
| "gameTypeConfig": { | |
| "$ref": "#/definitions/LolChampSelectLegacyQueueGameTypeConfig" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyQueueGameTypeConfig": { | |
| "properties": { | |
| "allowTrades": { | |
| "type": "boolean" | |
| }, | |
| "battleBoost": { | |
| "type": "boolean" | |
| }, | |
| "maxAllowableBans": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacySummoner": { | |
| "properties": { | |
| "summonerLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectLegacyTeamBoost": { | |
| "properties": { | |
| "availableSkins": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "ipReward": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "ipRewardForPurchaser": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "price": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "skinUnlockMode": { | |
| "type": "string" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| }, | |
| "unlocked": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampSelectTeamBoost": { | |
| "properties": { | |
| "availableSkins": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "ipReward": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "ipRewardForPurchaser": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "price": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "skinUnlockMode": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "unlocked": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsCollectionsChampion": { | |
| "properties": { | |
| "active": { | |
| "type": "boolean" | |
| }, | |
| "alias": { | |
| "type": "string" | |
| }, | |
| "banVoPath": { | |
| "type": "string" | |
| }, | |
| "botEnabled": { | |
| "type": "boolean" | |
| }, | |
| "chooseVoPath": { | |
| "type": "string" | |
| }, | |
| "disabledQueues": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "freeToPlay": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "ownership": { | |
| "$ref": "#/definitions/LolChampionsCollectionsOwnership" | |
| }, | |
| "passive": { | |
| "$ref": "#/definitions/LolChampionsCollectionsChampionSpell" | |
| }, | |
| "purchased": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rankedPlayEnabled": { | |
| "type": "boolean" | |
| }, | |
| "roles": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "skins": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampionsCollectionsChampionSkin" | |
| }, | |
| "type": "array" | |
| }, | |
| "spells": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampionsCollectionsChampionSpell" | |
| }, | |
| "type": "array" | |
| }, | |
| "squarePortraitPath": { | |
| "type": "string" | |
| }, | |
| "stingerSfxPath": { | |
| "type": "string" | |
| }, | |
| "title": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsCollectionsChampionChroma": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "chromaPath": { | |
| "type": "string" | |
| }, | |
| "colors": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "disabled": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "lastSelected": { | |
| "type": "boolean" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "ownership": { | |
| "$ref": "#/definitions/LolChampionsCollectionsOwnership" | |
| }, | |
| "stillObtainable": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsCollectionsChampionMinimal": { | |
| "properties": { | |
| "active": { | |
| "type": "boolean" | |
| }, | |
| "alias": { | |
| "type": "string" | |
| }, | |
| "banVoPath": { | |
| "type": "string" | |
| }, | |
| "botEnabled": { | |
| "type": "boolean" | |
| }, | |
| "chooseVoPath": { | |
| "type": "string" | |
| }, | |
| "disabledQueues": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "freeToPlay": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "ownership": { | |
| "$ref": "#/definitions/LolChampionsCollectionsOwnership" | |
| }, | |
| "purchased": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rankedPlayEnabled": { | |
| "type": "boolean" | |
| }, | |
| "roles": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "squarePortraitPath": { | |
| "type": "string" | |
| }, | |
| "stingerSfxPath": { | |
| "type": "string" | |
| }, | |
| "title": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsCollectionsChampionPlayableCounts": { | |
| "properties": { | |
| "championsFreeToPlay": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championsFreeToPlayReward": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championsOwned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championsRented": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsCollectionsChampionSkin": { | |
| "properties": { | |
| "cardPath": { | |
| "type": "string" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "chromaPath": { | |
| "type": "string" | |
| }, | |
| "chromas": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampionsCollectionsChampionChroma" | |
| }, | |
| "type": "array" | |
| }, | |
| "disabled": { | |
| "type": "boolean" | |
| }, | |
| "emblems": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampionsCollectionsChampionSkinEmblem" | |
| }, | |
| "type": "array" | |
| }, | |
| "featuresText": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "isBase": { | |
| "type": "boolean" | |
| }, | |
| "lastSelected": { | |
| "type": "boolean" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "ownership": { | |
| "$ref": "#/definitions/LolChampionsCollectionsOwnership" | |
| }, | |
| "rarityGemPath": { | |
| "type": "string" | |
| }, | |
| "skinType": { | |
| "type": "string" | |
| }, | |
| "splashPath": { | |
| "type": "string" | |
| }, | |
| "splashVideoPath": { | |
| "type": "string" | |
| }, | |
| "stillObtainable": { | |
| "type": "boolean" | |
| }, | |
| "tilePath": { | |
| "type": "string" | |
| }, | |
| "uncenteredSplashPath": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsCollectionsChampionSkinEmblem": { | |
| "properties": { | |
| "emblemPath": { | |
| "$ref": "#/definitions/LolChampionsCollectionsChampionSkinEmblemPath" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "positions": { | |
| "$ref": "#/definitions/LolChampionsCollectionsChampionSkinEmblemPosition" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsCollectionsChampionSkinEmblemPath": { | |
| "properties": { | |
| "large": { | |
| "type": "string" | |
| }, | |
| "small": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsCollectionsChampionSkinEmblemPosition": { | |
| "properties": { | |
| "horizontal": { | |
| "type": "string" | |
| }, | |
| "vertical": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsCollectionsChampionSkinMinimal": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "chromaPath": { | |
| "type": "string" | |
| }, | |
| "disabled": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "isBase": { | |
| "type": "boolean" | |
| }, | |
| "lastSelected": { | |
| "type": "boolean" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "ownership": { | |
| "$ref": "#/definitions/LolChampionsCollectionsOwnership" | |
| }, | |
| "splashPath": { | |
| "type": "string" | |
| }, | |
| "stillObtainable": { | |
| "type": "boolean" | |
| }, | |
| "tilePath": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsCollectionsChampionSpell": { | |
| "properties": { | |
| "description": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsCollectionsOwnership": { | |
| "properties": { | |
| "freeToPlayReward": { | |
| "type": "boolean" | |
| }, | |
| "owned": { | |
| "type": "boolean" | |
| }, | |
| "rental": { | |
| "$ref": "#/definitions/LolChampionsCollectionsRental" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsCollectionsRental": { | |
| "properties": { | |
| "endDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "purchaseDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rented": { | |
| "type": "boolean" | |
| }, | |
| "winCountRemaining": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsGameDataChampion": { | |
| "properties": { | |
| "alias": { | |
| "type": "string" | |
| }, | |
| "banVoPath": { | |
| "type": "string" | |
| }, | |
| "chooseVoPath": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "passive": { | |
| "$ref": "#/definitions/LolChampionsGameDataChampionSpell" | |
| }, | |
| "roles": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "skins": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampionsGameDataChampionSkin" | |
| }, | |
| "type": "array" | |
| }, | |
| "spells": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampionsGameDataChampionSpell" | |
| }, | |
| "type": "array" | |
| }, | |
| "squarePortraitPath": { | |
| "type": "string" | |
| }, | |
| "stingerSfxPath": { | |
| "type": "string" | |
| }, | |
| "title": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsGameDataChampionChroma": { | |
| "properties": { | |
| "chromaPath": { | |
| "type": "string" | |
| }, | |
| "colors": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsGameDataChampionSkin": { | |
| "properties": { | |
| "cardPath": { | |
| "type": "string" | |
| }, | |
| "chromaPath": { | |
| "type": "string" | |
| }, | |
| "chromas": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampionsGameDataChampionChroma" | |
| }, | |
| "type": "array" | |
| }, | |
| "emblems": { | |
| "items": { | |
| "$ref": "#/definitions/LolChampionsCollectionsChampionSkinEmblem" | |
| }, | |
| "type": "array" | |
| }, | |
| "featuresText": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "rarityGemPath": { | |
| "type": "string" | |
| }, | |
| "skinType": { | |
| "type": "string" | |
| }, | |
| "splashPath": { | |
| "type": "string" | |
| }, | |
| "splashVideoPath": { | |
| "type": "string" | |
| }, | |
| "tilePath": { | |
| "type": "string" | |
| }, | |
| "uncenteredSplashPath": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsGameDataChampionSpell": { | |
| "properties": { | |
| "description": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsGameDataChampionSummary": { | |
| "properties": { | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsLcdsDynamicClientConfig": { | |
| "properties": { | |
| "DisabledChampions": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "connected": { | |
| "type": "boolean" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolChampionsLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChampionsPlayerNotification": { | |
| "properties": { | |
| "backgroundUrl": { | |
| "type": "string" | |
| }, | |
| "critical": { | |
| "type": "boolean" | |
| }, | |
| "data": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "detailKey": { | |
| "type": "string" | |
| }, | |
| "iconUrl": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "source": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "type": "string" | |
| }, | |
| "titleKey": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChampionsSummoner": { | |
| "properties": { | |
| "summonerLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatActiveConversationResource": { | |
| "properties": { | |
| "id": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatAuthResourcePlain": { | |
| "properties": { | |
| "gasToken": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "password": { | |
| "type": "string" | |
| }, | |
| "username": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatAuthResourceRsoAccessToken": { | |
| "properties": { | |
| "expiry": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "scopes": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "token": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatAuthType": { | |
| "enum": [ | |
| "plain", | |
| "rsoCreate", | |
| "rsoRefresh" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChatBlockedPlayerResource": { | |
| "properties": { | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatChampSelection": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "selectedSkinIndex": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerInternalName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatChatDomainConfig": { | |
| "properties": { | |
| "ChampSelectDomainName": { | |
| "type": "string" | |
| }, | |
| "ClubDomainName": { | |
| "type": "string" | |
| }, | |
| "CustomGameDomainName": { | |
| "type": "string" | |
| }, | |
| "CustomTeamDomainName": { | |
| "type": "string" | |
| }, | |
| "P2PDomainName": { | |
| "type": "string" | |
| }, | |
| "PostGameDomainName": { | |
| "type": "string" | |
| }, | |
| "PrivateDomainName": { | |
| "type": "string" | |
| }, | |
| "PublicDomainName": { | |
| "type": "string" | |
| }, | |
| "RankedTeamDomainName": { | |
| "type": "string" | |
| }, | |
| "TeamBuilderDomainName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatChatPlatformLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "gasToken": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "idToken": { | |
| "type": "string" | |
| }, | |
| "isNewPlayer": { | |
| "type": "boolean" | |
| }, | |
| "puuid": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolChatChatPlatformLoginSessionState" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "userAuthToken": { | |
| "type": "string" | |
| }, | |
| "username": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatChatPlatformLoginSessionState": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChatChatRankedData": { | |
| "properties": { | |
| "rankedData": { | |
| "items": { | |
| "$ref": "#/definitions/LolChatChatRankedEntry" | |
| }, | |
| "type": "array" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatChatRankedEntry": { | |
| "properties": { | |
| "division": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "games": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "leagueName": { | |
| "type": "string" | |
| }, | |
| "rankedQueue": { | |
| "$ref": "#/definitions/LolChatChatRankedQueue" | |
| }, | |
| "rankedTier": { | |
| "$ref": "#/definitions/LolChatChatRankedTier" | |
| }, | |
| "wins": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatChatRankedQueue": { | |
| "enum": [ | |
| "INVALID", | |
| "RANKED_FLEX_TT", | |
| "RANKED_FLEX_SR", | |
| "RANKED_SOLO_5x5", | |
| "RANKED_TEAM_3x3", | |
| "RANKED_TEAM_5x5" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChatChatRankedTier": { | |
| "enum": [ | |
| "NOT_RANKED", | |
| "PROVISIONAL", | |
| "BRONZE", | |
| "SILVER", | |
| "GOLD", | |
| "PLATINUM", | |
| "DIAMOND", | |
| "MASTER", | |
| "CHALLENGER" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChatChatServiceDynamicClientConfig": { | |
| "properties": { | |
| "ChatDomain": { | |
| "$ref": "#/definitions/LolChatChatDomainConfig" | |
| }, | |
| "LcuSocial": { | |
| "$ref": "#/definitions/LolChatLcuSocialConfig" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatChatSummoner": { | |
| "properties": { | |
| "displayName": { | |
| "type": "string" | |
| }, | |
| "profileIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatConversationMessageResource": { | |
| "properties": { | |
| "body": { | |
| "type": "string" | |
| }, | |
| "fromId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "type": "string" | |
| }, | |
| "isHistorical": { | |
| "type": "boolean" | |
| }, | |
| "timestamp": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatConversationResource": { | |
| "properties": { | |
| "id": { | |
| "type": "string" | |
| }, | |
| "inviterId": { | |
| "type": "string" | |
| }, | |
| "isMuted": { | |
| "type": "boolean" | |
| }, | |
| "lastMessage": { | |
| "$ref": "#/definitions/LolChatConversationMessageResource" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "password": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| }, | |
| "unreadMessageCount": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatDebugResource": { | |
| "properties": { | |
| "asyncWaitInterval": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "enableChatFiltering": { | |
| "type": "boolean" | |
| }, | |
| "failAllChatLogin": { | |
| "type": "boolean" | |
| }, | |
| "failNextChatLogin": { | |
| "type": "boolean" | |
| }, | |
| "failNextChatLogout": { | |
| "type": "boolean" | |
| }, | |
| "failNextKeepAlive": { | |
| "type": "boolean" | |
| }, | |
| "isXMPPLoggingEnabled": { | |
| "type": "boolean" | |
| }, | |
| "keepAliveInterval": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxReconnectInterval": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minReconnectInterval": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "silenceChatWhileInGame": { | |
| "type": "boolean" | |
| }, | |
| "triggerChatDisconnect": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatErrorResource": { | |
| "properties": { | |
| "code": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "from": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "message": { | |
| "type": "string" | |
| }, | |
| "text": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatFriendCountsResource": { | |
| "properties": { | |
| "numFriends": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "numFriendsAvailable": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "numFriendsAway": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "numFriendsInChampSelect": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "numFriendsInGame": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "numFriendsInQueue": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "numFriendsMobile": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "numFriendsOnline": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatFriendRequestDirection": { | |
| "enum": [ | |
| "in", | |
| "out", | |
| "both" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChatFriendRequestResource": { | |
| "properties": { | |
| "direction": { | |
| "$ref": "#/definitions/LolChatFriendRequestDirection" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "note": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatFriendResource": { | |
| "properties": { | |
| "availability": { | |
| "type": "string" | |
| }, | |
| "displayGroupId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "groupId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "icon": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "isP2PConversationMuted": { | |
| "type": "boolean" | |
| }, | |
| "lastSeenOnlineTimestamp": { | |
| "type": "string" | |
| }, | |
| "lol": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "note": { | |
| "type": "string" | |
| }, | |
| "statusMessage": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatGameDataChampionSummary": { | |
| "properties": { | |
| "alias": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatGameflowGameData": { | |
| "properties": { | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "playerChampionSelections": { | |
| "items": { | |
| "$ref": "#/definitions/LolChatChampSelection" | |
| }, | |
| "type": "array" | |
| }, | |
| "queue": { | |
| "$ref": "#/definitions/LolChatQueue" | |
| }, | |
| "teamOne": { | |
| "items": { | |
| "$ref": "#/definitions/LolChatTeamPlayerEntry" | |
| }, | |
| "type": "array" | |
| }, | |
| "teamTwo": { | |
| "items": { | |
| "$ref": "#/definitions/LolChatTeamPlayerEntry" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatGameflowGameMap": { | |
| "properties": { | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatGameflowPhase": { | |
| "enum": [ | |
| "None", | |
| "Lobby", | |
| "Matchmaking", | |
| "CheckedIntoTournament", | |
| "ReadyCheck", | |
| "ChampSelect", | |
| "GameStart", | |
| "FailedToLaunch", | |
| "InProgress", | |
| "Reconnect", | |
| "WaitingForStats", | |
| "PreEndOfGame", | |
| "EndOfGame", | |
| "TerminatedInError" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChatGameflowSession": { | |
| "properties": { | |
| "gameData": { | |
| "$ref": "#/definitions/LolChatGameflowGameData" | |
| }, | |
| "map": { | |
| "$ref": "#/definitions/LolChatGameflowGameMap" | |
| }, | |
| "phase": { | |
| "$ref": "#/definitions/LolChatGameflowPhase" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatGroupResource": { | |
| "properties": { | |
| "collapsed": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "isMetaGroup": { | |
| "type": "boolean" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "priority": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatLcuSocialConfig": { | |
| "properties": { | |
| "AggressiveScanning": { | |
| "type": "boolean" | |
| }, | |
| "ForceChatFilter": { | |
| "type": "boolean" | |
| }, | |
| "QueueJobGraceSeconds": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "ReplaceRichMessages": { | |
| "type": "boolean" | |
| }, | |
| "SilenceChatWhileInGame": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatLobbyMember": { | |
| "properties": { | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "isOwner": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatLobbyPlayerStatus": { | |
| "properties": { | |
| "currentLobbyStatus": { | |
| "$ref": "#/definitions/LolChatLobbyStatus" | |
| }, | |
| "lastQueuedLobbyStatus": { | |
| "$ref": "#/definitions/LolChatLobbyStatus" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatLobbyStatus": { | |
| "properties": { | |
| "customSpectatorPolicy": { | |
| "$ref": "#/definitions/LolChatQueueCustomGameSpectatorPolicy" | |
| }, | |
| "isCustom": { | |
| "type": "boolean" | |
| }, | |
| "isLeader": { | |
| "type": "boolean" | |
| }, | |
| "isPracticeTool": { | |
| "type": "boolean" | |
| }, | |
| "queueId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatPlayerPreferences": { | |
| "properties": { | |
| "data": { | |
| "type": "string" | |
| }, | |
| "hash": { | |
| "type": "string" | |
| }, | |
| "modified": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatPluginRegionLocaleChangedEvent": { | |
| "properties": { | |
| "locale": { | |
| "type": "string" | |
| }, | |
| "region": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatQueue": { | |
| "properties": { | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameTypeConfig": { | |
| "$ref": "#/definitions/LolChatQueueGameTypeConfig" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatQueueCustomGameSpectatorPolicy": { | |
| "enum": [ | |
| "NotAllowed", | |
| "LobbyAllowed", | |
| "FriendsAllowed", | |
| "AllAllowed" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChatQueueGameTypeConfig": { | |
| "properties": { | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatSanitizeRequest": { | |
| "properties": { | |
| "aggressiveScan": { | |
| "type": "boolean" | |
| }, | |
| "level": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "texts": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatSanitizeResponse": { | |
| "properties": { | |
| "modified": { | |
| "type": "boolean" | |
| }, | |
| "texts": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatSanitizerStatus": { | |
| "properties": { | |
| "locale": { | |
| "type": "string" | |
| }, | |
| "platformID": { | |
| "type": "string" | |
| }, | |
| "ready": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatSessionResource": { | |
| "properties": { | |
| "sessionExpire": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "sessionState": { | |
| "$ref": "#/definitions/LolChatSessionState" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatSessionState": { | |
| "enum": [ | |
| "initializing", | |
| "connected", | |
| "loaded", | |
| "disconnected", | |
| "shuttingdown" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolChatSettingsResource": { | |
| "properties": { | |
| "data": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatSpectateGameInfoResource": { | |
| "properties": { | |
| "allowObserveMode": { | |
| "type": "string" | |
| }, | |
| "dropInSpectateGameId": { | |
| "type": "string" | |
| }, | |
| "gameQueueType": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatTeamPlayerEntry": { | |
| "properties": { | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerInternalName": { | |
| "type": "string" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolChatUserResource": { | |
| "properties": { | |
| "availability": { | |
| "type": "string" | |
| }, | |
| "icon": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "lastSeenOnlineTimestamp": { | |
| "type": "string" | |
| }, | |
| "lol": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "statusMessage": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashBlockedPlayerResource": { | |
| "properties": { | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashBracket": { | |
| "properties": { | |
| "currentLoserRound": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "currentRound": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "isComplete": { | |
| "type": "boolean" | |
| }, | |
| "loserBracketMatches": { | |
| "items": { | |
| "$ref": "#/definitions/BracketMatch" | |
| }, | |
| "type": "array" | |
| }, | |
| "matches": { | |
| "items": { | |
| "$ref": "#/definitions/BracketMatch" | |
| }, | |
| "type": "array" | |
| }, | |
| "period": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rosters": { | |
| "items": { | |
| "$ref": "#/definitions/BracketRoster" | |
| }, | |
| "type": "array" | |
| }, | |
| "size": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "version": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashBracketReadyNotification": { | |
| "properties": { | |
| "bracketId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashChangeIconRequest": { | |
| "properties": { | |
| "iconColorId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "iconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashChangeNameRequest": { | |
| "properties": { | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashClashConfig": { | |
| "properties": { | |
| "DarkModeEntitlement": { | |
| "type": "string" | |
| }, | |
| "EnabledState": { | |
| "$ref": "#/definitions/LolClashClashState" | |
| }, | |
| "IconConfig": { | |
| "type": "string" | |
| }, | |
| "IsPlaymodeRestrictionEnabled": { | |
| "type": "boolean" | |
| }, | |
| "UseIndividualEntitlement": { | |
| "type": "boolean" | |
| }, | |
| "Visibility": { | |
| "$ref": "#/definitions/LolClashClashVisibility" | |
| }, | |
| "VoiceEnabled": { | |
| "type": "boolean" | |
| }, | |
| "VoiceEobQuitDelaySeconds": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "VoiceNoDelayAutoStartSeconds": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "VoiceRandomStartMaxSeconds": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "VoiceRandomStartMinSeconds": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "VoiceRetryCountLimit": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "VoiceRetryDelaySeconds": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashClashState": { | |
| "enum": [ | |
| "DarkDisabled", | |
| "DarkEnabled", | |
| "Disabled", | |
| "Enabled" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashClashVisibility": { | |
| "enum": [ | |
| "Hidden", | |
| "DarkVisible", | |
| "Visible" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashClientFailedInvite": { | |
| "properties": { | |
| "exception": { | |
| "type": "string" | |
| }, | |
| "playerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashClubsSummoner": { | |
| "properties": { | |
| "displayName": { | |
| "type": "string" | |
| }, | |
| "profileIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashEntitlementsToken": { | |
| "properties": { | |
| "accessToken": { | |
| "type": "string" | |
| }, | |
| "entitlements": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "token": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashEogPlayerUpdateDTO": { | |
| "properties": { | |
| "bid": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "bracketSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "earnedRewards": { | |
| "items": { | |
| "$ref": "#/definitions/ClashRewardDefinition" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "lowestPosition": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rewardProgress": { | |
| "items": { | |
| "$ref": "#/definitions/ClashRewardDefinition" | |
| }, | |
| "type": "array" | |
| }, | |
| "seasonVp": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "themeVp": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "tier": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "winner": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashFoundationError": { | |
| "enum": [ | |
| "CLASH_NOT_INITIALIZED", | |
| "CLASH_DISABLED", | |
| "DESERIALIZATION_FAILED", | |
| "GAMEFLOW_UNAVAILABLE" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashGameflowAvailability": { | |
| "properties": { | |
| "isAvailable": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashGameflowGameDodge": { | |
| "properties": { | |
| "dodgeIds": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolClashMatchmakingDodgeState" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashGameflowPhase": { | |
| "enum": [ | |
| "None", | |
| "Lobby", | |
| "Matchmaking", | |
| "CheckedIntoTournament", | |
| "ReadyCheck", | |
| "ChampSelect", | |
| "GameStart", | |
| "FailedToLaunch", | |
| "InProgress", | |
| "Reconnect", | |
| "WaitingForStats", | |
| "PreEndOfGame", | |
| "EndOfGame", | |
| "TerminatedInError" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashGameflowSession": { | |
| "properties": { | |
| "phase": { | |
| "$ref": "#/definitions/LolClashGameflowPhase" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashInviteSubRequest": { | |
| "properties": { | |
| "replacedSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "substituteSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashKdaClassification": { | |
| "enum": [ | |
| "LOW", | |
| "AVERAGE", | |
| "HIGH" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashKickRequest": { | |
| "properties": { | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashLoginSession": { | |
| "properties": { | |
| "state": { | |
| "$ref": "#/definitions/LolClashLoginSessionState" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashLoginSessionState": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashMatchmakingDodgeData": { | |
| "properties": { | |
| "dodgerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolClashMatchmakingDodgeState" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashMatchmakingDodgeState": { | |
| "enum": [ | |
| "Invalid", | |
| "PartyDodged", | |
| "StrangerDodged", | |
| "TournamentDodged" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashMatchmakingDodgeWarning": { | |
| "enum": [ | |
| "None", | |
| "Warning", | |
| "Penalty" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashMatchmakingReadyCheckResource": { | |
| "properties": { | |
| "declinerIds": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "dodgeWarning": { | |
| "$ref": "#/definitions/LolClashMatchmakingDodgeWarning" | |
| }, | |
| "playerResponse": { | |
| "$ref": "#/definitions/LolClashMatchmakingReadyCheckResponse" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolClashMatchmakingReadyCheckState" | |
| }, | |
| "timer": { | |
| "format": "float", | |
| "type": "number" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashMatchmakingReadyCheckResponse": { | |
| "enum": [ | |
| "None", | |
| "Accepted", | |
| "Declined" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashMatchmakingReadyCheckState": { | |
| "enum": [ | |
| "Invalid", | |
| "InProgress", | |
| "EveryoneReady", | |
| "StrangerNotReady", | |
| "PartyNotReady", | |
| "Error" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashMatchmakingSearchResource": { | |
| "properties": { | |
| "dodgeData": { | |
| "$ref": "#/definitions/LolClashMatchmakingDodgeData" | |
| }, | |
| "queueId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "readyCheck": { | |
| "$ref": "#/definitions/LolClashMatchmakingReadyCheckResource" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashNoShowPingDTO": { | |
| "properties": { | |
| "dodgeTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "matchId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashNoShowPingResponse": { | |
| "properties": { | |
| "data": { | |
| "type": "string" | |
| }, | |
| "dodgeTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "matchId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashNoShowPingResponseData": { | |
| "properties": { | |
| "dodgeTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "gameflowState": { | |
| "$ref": "#/definitions/LolClashGameflowPhase" | |
| }, | |
| "isPlaymodeRestricted": { | |
| "type": "boolean" | |
| }, | |
| "readyCheckInfo": { | |
| "$ref": "#/definitions/LolClashReadyCheckInfo" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashNotifyReason": { | |
| "enum": [ | |
| "SUGGESTION", | |
| "DECLINE_SUGGESTION", | |
| "ACCEPT_SUGGESTION", | |
| "REVOKE_SUGGESTION", | |
| "READY", | |
| "UNREADY", | |
| "OWNER_CLOSE", | |
| "DISMISS", | |
| "OWNER_TRANSFER", | |
| "CHANGE_LOGO", | |
| "CHANGE_NAME", | |
| "CHANGE_SHORTNAME", | |
| "CHANGE_POSITION", | |
| "CHANGE_NAMETAGLOGO", | |
| "INVITE", | |
| "RESENT_INVITE", | |
| "DECLINE_INVITE", | |
| "ACCEPT_INVITE", | |
| "REVOKE_INVITE", | |
| "LEAVE", | |
| "CAPTAIN_LEAVE", | |
| "KICK", | |
| "SET_TICKET", | |
| "OFFER_TICKET", | |
| "REVOKED_TICKET", | |
| "DECLINE_TICKET", | |
| "ACCEPT_TICKET" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashPendingRosterNotification": { | |
| "properties": { | |
| "notifyReason": { | |
| "$ref": "#/definitions/LolClashNotifyReason" | |
| }, | |
| "pendingRoster": { | |
| "$ref": "#/definitions/PendingRosterDTO" | |
| }, | |
| "sourcePlayerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "targetPlayerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashPlayerChatRoster": { | |
| "properties": { | |
| "endTimeMs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "iconColorId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "iconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "invitationId": { | |
| "type": "string" | |
| }, | |
| "isRegistered": { | |
| "type": "boolean" | |
| }, | |
| "key": { | |
| "type": "string" | |
| }, | |
| "logoUrl": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "playerState": { | |
| "$ref": "#/definitions/LolClashPlayerState" | |
| }, | |
| "shortName": { | |
| "type": "string" | |
| }, | |
| "startTimeMs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tournamentState": { | |
| "$ref": "#/definitions/LolClashTournamentState" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashPlayerData": { | |
| "properties": { | |
| "isClashBanned": { | |
| "type": "boolean" | |
| }, | |
| "tickets": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "tier": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashPlayerNotification": { | |
| "properties": { | |
| "backgroundUrl": { | |
| "type": "string" | |
| }, | |
| "created": { | |
| "type": "string" | |
| }, | |
| "critical": { | |
| "type": "boolean" | |
| }, | |
| "data": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "detailKey": { | |
| "type": "string" | |
| }, | |
| "dismissible": { | |
| "type": "boolean" | |
| }, | |
| "expires": { | |
| "type": "string" | |
| }, | |
| "iconUrl": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "source": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "type": "string" | |
| }, | |
| "titleKey": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashPlayerNotificationData": { | |
| "properties": { | |
| "notification": { | |
| "$ref": "#/definitions/LolClashPlayerNotification" | |
| }, | |
| "notifyReason": { | |
| "$ref": "#/definitions/LolClashNotifyReason" | |
| }, | |
| "rosterNotifyReason": { | |
| "$ref": "#/definitions/LolClashRosterNotifyReason" | |
| }, | |
| "sourceSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "targetSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashPlayerRewards": { | |
| "properties": { | |
| "seasonVp": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "themeVp": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashThemeVp" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashPlayerState": { | |
| "enum": [ | |
| "NO_ROSTER", | |
| "HAS_ROSTER", | |
| "BRACKET_ROSTER", | |
| "ELIMINATED" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashPlayerTournamentData": { | |
| "properties": { | |
| "bracketId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rosterId": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolClashPlayerState" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashPlaymodeRestrictedInfo": { | |
| "properties": { | |
| "isRestricted": { | |
| "type": "boolean" | |
| }, | |
| "phaseId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "presenceState": { | |
| "$ref": "#/definitions/LolClashPresenceState" | |
| }, | |
| "readyForVoice": { | |
| "type": "boolean" | |
| }, | |
| "rosterId": { | |
| "type": "string" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashPresenceState": { | |
| "enum": [ | |
| "NONE", | |
| "LOCKED_IN", | |
| "SCOUTING" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashQueue": { | |
| "properties": { | |
| "areFreeChampionsAllowed": { | |
| "type": "boolean" | |
| }, | |
| "category": { | |
| "$ref": "#/definitions/LolClashQueueGameCategory" | |
| }, | |
| "description": { | |
| "type": "string" | |
| }, | |
| "detailedDescription": { | |
| "type": "string" | |
| }, | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameMutator": { | |
| "type": "string" | |
| }, | |
| "gameTypeConfig": { | |
| "$ref": "#/definitions/LolClashQueueGameTypeConfig" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "isRanked": { | |
| "type": "boolean" | |
| }, | |
| "isTeamBuilderManaged": { | |
| "type": "boolean" | |
| }, | |
| "isTeamOnly": { | |
| "type": "boolean" | |
| }, | |
| "mapId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxSummonerLevelForFirstWinOfTheDay": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maximumParticipantListSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minimumParticipantListSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "numPlayersPerTeam": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "queueAvailability": { | |
| "$ref": "#/definitions/LolClashQueueAvailability" | |
| }, | |
| "queueRewards": { | |
| "$ref": "#/definitions/LolClashQueueReward" | |
| }, | |
| "shortName": { | |
| "type": "string" | |
| }, | |
| "spectatorEnabled": { | |
| "type": "boolean" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashQueueAvailability": { | |
| "enum": [ | |
| "Available", | |
| "PlatformDisabled", | |
| "DoesntMeetRequirements" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashQueueGameCategory": { | |
| "enum": [ | |
| "None", | |
| "Custom", | |
| "PvP", | |
| "VersusAi" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashQueueGameTypeConfig": { | |
| "properties": { | |
| "advancedLearningQuests": { | |
| "type": "boolean" | |
| }, | |
| "allowTrades": { | |
| "type": "boolean" | |
| }, | |
| "banMode": { | |
| "type": "string" | |
| }, | |
| "banTimerDuration": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "battleBoost": { | |
| "type": "boolean" | |
| }, | |
| "crossTeamChampionPool": { | |
| "type": "boolean" | |
| }, | |
| "deathMatch": { | |
| "type": "boolean" | |
| }, | |
| "doNotRemove": { | |
| "type": "boolean" | |
| }, | |
| "duplicatePick": { | |
| "type": "boolean" | |
| }, | |
| "exclusivePick": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "learningQuests": { | |
| "type": "boolean" | |
| }, | |
| "mainPickTimerDuration": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxAllowableBans": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "onboardCoopBeginner": { | |
| "type": "boolean" | |
| }, | |
| "pickMode": { | |
| "type": "string" | |
| }, | |
| "postPickTimerDuration": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "reroll": { | |
| "type": "boolean" | |
| }, | |
| "teamChampionPool": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashQueueReward": { | |
| "properties": { | |
| "isChampionPointsEnabled": { | |
| "type": "boolean" | |
| }, | |
| "isIpEnabled": { | |
| "type": "boolean" | |
| }, | |
| "isXpEnabled": { | |
| "type": "boolean" | |
| }, | |
| "partySizeIpRewards": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRMSMessage": { | |
| "properties": { | |
| "payload": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRankedScoutingMember": { | |
| "properties": { | |
| "championScoutingData": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashRankedScoutingTopChampion" | |
| }, | |
| "type": "array" | |
| }, | |
| "playerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRankedScoutingTopChampion": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "kda": { | |
| "type": "string" | |
| }, | |
| "kdaClassification": { | |
| "$ref": "#/definitions/LolClashKdaClassification" | |
| }, | |
| "rank": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "winCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "winRate": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashReadyCheckInfo": { | |
| "properties": { | |
| "acceptError": { | |
| "type": "string" | |
| }, | |
| "isAcceptSuccessful": { | |
| "type": "boolean" | |
| }, | |
| "queueId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "readyCheckResource": { | |
| "$ref": "#/definitions/LolClashMatchmakingReadyCheckResource" | |
| }, | |
| "timestampLastClashGameflowDodge": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "timestampReceived": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "timestampResponseComplete": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRegisteredRosterNotification": { | |
| "properties": { | |
| "notifyReason": { | |
| "$ref": "#/definitions/LolClashRosterNotifyReason" | |
| }, | |
| "roster": { | |
| "$ref": "#/definitions/RosterDTO" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRoster": { | |
| "properties": { | |
| "availableLogos": { | |
| "items": { | |
| "$ref": "#/definitions/RewardLogo" | |
| }, | |
| "type": "array" | |
| }, | |
| "captainSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "currentBracketWins": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "highTierVariance": { | |
| "type": "boolean" | |
| }, | |
| "iconColorId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "iconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "type": "string" | |
| }, | |
| "invitationId": { | |
| "type": "string" | |
| }, | |
| "isActiveInCurrentPhase": { | |
| "type": "boolean" | |
| }, | |
| "isClashBanned": { | |
| "type": "boolean" | |
| }, | |
| "isCurrentBracketComplete": { | |
| "type": "boolean" | |
| }, | |
| "isEliminated": { | |
| "type": "boolean" | |
| }, | |
| "isRegistered": { | |
| "type": "boolean" | |
| }, | |
| "losses": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "members": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashRosterMember" | |
| }, | |
| "type": "array" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "numCompletedPeriods": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "phaseInfos": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashRosterPhaseInfo" | |
| }, | |
| "type": "array" | |
| }, | |
| "points": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "shortName": { | |
| "type": "string" | |
| }, | |
| "suggestedInvites": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashSuggestedInvite" | |
| }, | |
| "type": "array" | |
| }, | |
| "tier": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "wins": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "withdraw": { | |
| "$ref": "#/definitions/RosterWithdraw" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRosterDetails": { | |
| "properties": { | |
| "iconColorId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "iconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "shortName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRosterDynamicStateNotification": { | |
| "properties": { | |
| "notifyReason": { | |
| "$ref": "#/definitions/LolClashRosterNotifyReason" | |
| }, | |
| "rosterDynamicState": { | |
| "$ref": "#/definitions/RosterDynamicStateDTO" | |
| }, | |
| "sourcePlayerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRosterMatchAggregatedStats": { | |
| "properties": { | |
| "durationMs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "kills": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "loserBracket": { | |
| "type": "boolean" | |
| }, | |
| "opponentIconColorId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "opponentIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "opponentKills": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "opponentShortName": { | |
| "type": "string" | |
| }, | |
| "playerChampionIds": { | |
| "additionalProperties": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "object" | |
| }, | |
| "round": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "win": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRosterMember": { | |
| "properties": { | |
| "currentBuyin": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "incomingOffers": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashTicketOffer" | |
| }, | |
| "type": "array" | |
| }, | |
| "isSubForOtherTeam": { | |
| "type": "boolean" | |
| }, | |
| "isSubbedOut": { | |
| "type": "boolean" | |
| }, | |
| "isSubstitute": { | |
| "type": "boolean" | |
| }, | |
| "position": { | |
| "$ref": "#/definitions/Position" | |
| }, | |
| "previousBuyin": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "replacedSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolClashRosterMemberState" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tier": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRosterMemberState": { | |
| "enum": [ | |
| "PENDING", | |
| "NOT_READY", | |
| "FORCED_NOT_READY", | |
| "READY" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashRosterNotifyReason": { | |
| "enum": [ | |
| "ROSTER_SET_TICKET", | |
| "ROSTER_OFFER_TICKET", | |
| "ROSTER_ACCEPT_TICKET", | |
| "ROSTER_DECLINE_TICKET", | |
| "ROSTER_REVOKED_TICKET", | |
| "BYE_AUTO_WIN", | |
| "BRACKET_READY", | |
| "CHANGE_POSITION", | |
| "EOG_PLAYER_UPDATE", | |
| "REGISTERED", | |
| "RESTRICTION_AUTO_WIN", | |
| "PHASE_UNREADY", | |
| "PHASE_READY", | |
| "PHASE_CHECKIN", | |
| "GAME_COMPLETED", | |
| "GAME_STARTED", | |
| "GAME_STARTED_ERROR", | |
| "QUEUE_DODGE", | |
| "LOSER_ROUND_COMPLETE", | |
| "OWNER_TRANSFER", | |
| "SUB_INVITE", | |
| "SUB_ACCEPT", | |
| "SUB_DECLINE", | |
| "SUB_REVOKE", | |
| "SUB_SUGGEST", | |
| "SUB_ACCEPTSUGGEST", | |
| "SUB_DECLINESUGGEST", | |
| "SUB_RECLAIM", | |
| "SUB_LEAVE", | |
| "MEMBER_SUBBED", | |
| "MEMBER_SUB_REVOKE", | |
| "MEMBER_SUB_RECLAIM", | |
| "VOTE_WITHDRAW_UPDATE", | |
| "VOTE_WITHDRAW_DISMISS", | |
| "WITHDRAW", | |
| "WINNER_ROUND_COMPLETE", | |
| "NO_SHOW_PING", | |
| "BANNED_SMURF", | |
| "BANNED_SMURF_TEAMMATE", | |
| "BANNED_SMURF_OPPONENT", | |
| "SUB_INVITE_SELF" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashRosterPeriodAggregatedStats": { | |
| "properties": { | |
| "bracketSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "matchStats": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashRosterMatchAggregatedStats" | |
| }, | |
| "type": "array" | |
| }, | |
| "period": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "playerBids": { | |
| "additionalProperties": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "object" | |
| }, | |
| "time": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRosterPhaseInfo": { | |
| "properties": { | |
| "isBracketComplete": { | |
| "type": "boolean" | |
| }, | |
| "period": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "phaseId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRosterPlayerAggregatedStats": { | |
| "properties": { | |
| "rawStatsMax": { | |
| "additionalProperties": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "object" | |
| }, | |
| "rawStatsSum": { | |
| "additionalProperties": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "object" | |
| }, | |
| "sub": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRosterPlayerNotification": { | |
| "properties": { | |
| "notifyReason": { | |
| "$ref": "#/definitions/LolClashRosterNotifyReason" | |
| }, | |
| "playerNotificationDTO": { | |
| "$ref": "#/definitions/PlayerDTO" | |
| }, | |
| "roster": { | |
| "$ref": "#/definitions/RosterDTO" | |
| }, | |
| "sourcePlayerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRosterStats": { | |
| "properties": { | |
| "endTimeMs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "periodStats": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashRosterPeriodAggregatedStats" | |
| }, | |
| "type": "array" | |
| }, | |
| "playerStats": { | |
| "additionalProperties": { | |
| "$ref": "#/definitions/LolClashRosterPlayerAggregatedStats" | |
| }, | |
| "type": "object" | |
| }, | |
| "rosterIconColorId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rosterIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rosterId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rosterName": { | |
| "type": "string" | |
| }, | |
| "rosterShortName": { | |
| "type": "string" | |
| }, | |
| "startTimeMs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tier": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "tournamentNameLocKey": { | |
| "type": "string" | |
| }, | |
| "tournamentPeriods": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "tournamentThemeId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashRosterWithdrawNotification": { | |
| "properties": { | |
| "notifyReason": { | |
| "$ref": "#/definitions/LolClashRosterNotifyReason" | |
| }, | |
| "rosterId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "sourcePlayerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "version": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "withdraw": { | |
| "$ref": "#/definitions/RosterWithdraw" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashScoutingChampionMastery": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championPoints": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashScoutingChampions": { | |
| "properties": { | |
| "playerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "topMasteries": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashScoutingChampionMastery" | |
| }, | |
| "type": "array" | |
| }, | |
| "topSeasonChampions": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashScoutingSeasonChampion" | |
| }, | |
| "type": "array" | |
| }, | |
| "totalMasteryScore": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashScoutingSeasonChampion": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "kda": { | |
| "type": "string" | |
| }, | |
| "kdaClassification": { | |
| "$ref": "#/definitions/LolClashKdaClassification" | |
| }, | |
| "winCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "winRate": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashSetPositionRequest": { | |
| "properties": { | |
| "position": { | |
| "$ref": "#/definitions/Position" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashSetTicketRequest": { | |
| "properties": { | |
| "ticketAmount": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashSimpleStateFlag": { | |
| "properties": { | |
| "id": { | |
| "type": "string" | |
| }, | |
| "status": { | |
| "$ref": "#/definitions/LolClashSimpleStateStatus" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashSimpleStateStatus": { | |
| "enum": [ | |
| "UNACKNOWLEDGED", | |
| "ACKNOWLEDGED" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashSuggestedInvite": { | |
| "properties": { | |
| "suggesterSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashThemeVp": { | |
| "properties": { | |
| "themeId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "vp": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashTicketOffer": { | |
| "properties": { | |
| "amount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "isAccepted": { | |
| "type": "boolean" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashTournament": { | |
| "properties": { | |
| "allowRosterCreation": { | |
| "type": "boolean" | |
| }, | |
| "buyInOptions": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "endTimeMs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "entryFee": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "lastThemeOfSeason": { | |
| "type": "boolean" | |
| }, | |
| "maxSubstitutes": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "nameLocKey": { | |
| "type": "string" | |
| }, | |
| "phases": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashTournamentPhase" | |
| }, | |
| "type": "array" | |
| }, | |
| "rewardConfig": { | |
| "items": { | |
| "$ref": "#/definitions/ClashRewardConfigClient" | |
| }, | |
| "type": "array" | |
| }, | |
| "rosterCreateDeadline": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rosterSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "scoutingDurationMs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "startTimeMs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "themeId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashTournamentGameEnd": { | |
| "properties": { | |
| "bracketId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "oldBracket": { | |
| "$ref": "#/definitions/LolClashBracket" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tournamentNameLocKey": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashTournamentGameEndNotification": { | |
| "properties": { | |
| "bracketId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "currentMatchId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "notifyReason": { | |
| "$ref": "#/definitions/LolClashRosterNotifyReason" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashTournamentHistoryAndWinners": { | |
| "properties": { | |
| "tournamentHistory": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashTournament" | |
| }, | |
| "type": "array" | |
| }, | |
| "tournamentWinners": { | |
| "$ref": "#/definitions/LolClashTournamentWinnerHistory" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashTournamentPhase": { | |
| "properties": { | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "lockinStartTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "period": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "scoutingStartTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashTournamentState": { | |
| "enum": [ | |
| "IDLE", | |
| "LOCK_IN", | |
| "SCOUTING", | |
| "IN_GAME", | |
| "RESULTS" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClashTournamentStateInfo": { | |
| "properties": { | |
| "currentPhaseId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "nextPhaseId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "nextStateChangeTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "numRemainingPeriods": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolClashTournamentState" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashTournamentSummary": { | |
| "properties": { | |
| "bracketId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rosterId": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolClashTournamentState" | |
| }, | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashTournamentUpdatedNotificationDTO": { | |
| "properties": { | |
| "tournament": { | |
| "$ref": "#/definitions/TournamentDTO" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashTournamentWinnerHistory": { | |
| "properties": { | |
| "tournamentId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "winners": { | |
| "items": { | |
| "$ref": "#/definitions/LolClashTournamentWinnerInfo" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashTournamentWinnerInfo": { | |
| "properties": { | |
| "averageWinDuration": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "createTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "logo": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "logoColor": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "playerIds": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "rosterId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "shortName": { | |
| "type": "string" | |
| }, | |
| "tier": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClashUserResource": { | |
| "properties": { | |
| "lol": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsBaseMembershipInviteDto": { | |
| "properties": { | |
| "clubKey": { | |
| "type": "string" | |
| }, | |
| "clubName": { | |
| "type": "string" | |
| }, | |
| "inviteePlatformId": { | |
| "type": "string" | |
| }, | |
| "inviteeSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inviterAccountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inviterPlatformId": { | |
| "type": "string" | |
| }, | |
| "inviterSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "status": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsBlockedPlayerResource": { | |
| "properties": { | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClub": { | |
| "properties": { | |
| "key": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubDataDto": { | |
| "properties": { | |
| "clubKey": { | |
| "type": "string" | |
| }, | |
| "createdTs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "description": { | |
| "type": "string" | |
| }, | |
| "jid": { | |
| "type": "string" | |
| }, | |
| "lastModifiedTs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "motd": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "permissionMap": { | |
| "$ref": "#/definitions/LolClubsClubPermissions" | |
| }, | |
| "role": { | |
| "type": "string" | |
| }, | |
| "tag": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubDto": { | |
| "properties": { | |
| "clubData": { | |
| "$ref": "#/definitions/LolClubsClubDataDto" | |
| }, | |
| "membership": { | |
| "$ref": "#/definitions/LolClubsClubMembershipDto" | |
| }, | |
| "platformId": { | |
| "type": "string" | |
| }, | |
| "resourceUri": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubInvite": { | |
| "properties": { | |
| "clubKey": { | |
| "type": "string" | |
| }, | |
| "clubName": { | |
| "type": "string" | |
| }, | |
| "inviteeAccountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inviteeSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inviterAccountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inviterSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inviterSummonerName": { | |
| "type": "string" | |
| }, | |
| "status": { | |
| "$ref": "#/definitions/LolClubsClubInviteStatus" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubInviteStatus": { | |
| "enum": [ | |
| "PENDING", | |
| "ACCEPTED", | |
| "REJECTED", | |
| "BLOCKED" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClubsClubMOTD": { | |
| "properties": { | |
| "motd": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubMember": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "role": { | |
| "$ref": "#/definitions/LolClubsClubRole" | |
| }, | |
| "since": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubMemberLists": { | |
| "properties": { | |
| "activeMembers": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsClubMember" | |
| }, | |
| "type": "array" | |
| }, | |
| "invitedMembers": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsClubMember" | |
| }, | |
| "type": "array" | |
| }, | |
| "nominatedMembers": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsClubMember" | |
| }, | |
| "type": "array" | |
| }, | |
| "removedMembers": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsClubMember" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubMembershipDto": { | |
| "properties": { | |
| "activeMembers": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsMemberSinceDto" | |
| }, | |
| "type": "array" | |
| }, | |
| "clubKey": { | |
| "type": "string" | |
| }, | |
| "invitedMembers": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsMemberSinceDto" | |
| }, | |
| "type": "array" | |
| }, | |
| "nominatedMembers": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsMemberSinceDto" | |
| }, | |
| "type": "array" | |
| }, | |
| "removedMembers": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsMemberSinceDto" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubName": { | |
| "properties": { | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubPermission": { | |
| "enum": [ | |
| "INVITE", | |
| "PROMOTE", | |
| "DEMOTE", | |
| "KICK_MEMBER", | |
| "KICK_OFFICER", | |
| "OWNERSHIP_TRANSFER", | |
| "NOMINATE", | |
| "SET_MOTD", | |
| "SET_DESCRIPTION" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClubsClubPermissions": { | |
| "properties": { | |
| "ADMIN": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "INVITEE": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "MEMBER": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "OFFICER": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "OWNER": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "UNKNOWN": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubPlayer": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubPreferences": { | |
| "properties": { | |
| "primaryClubKey": { | |
| "type": "string" | |
| }, | |
| "shareClubAffiliation": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubReferenceDto": { | |
| "properties": { | |
| "clubKey": { | |
| "type": "string" | |
| }, | |
| "clubName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubRole": { | |
| "enum": [ | |
| "UNKNOWN", | |
| "OWNER", | |
| "OFFICER", | |
| "MEMBER", | |
| "INVITEE", | |
| "NOMINEE" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClubsClubTag": { | |
| "properties": { | |
| "tag": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubsConfig": { | |
| "properties": { | |
| "clubDescriptionMaxLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "clubMotdMaxLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "clubNominationsEnabled": { | |
| "type": "boolean" | |
| }, | |
| "clubNominationsMaxPending": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "clubTagRequirementMinGames": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "clubTagRequirementMinMembers": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "clubTagRequirementsMinMemberLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxActiveClubs": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxClubNameLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxClubTagLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minClubNameLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minClubTagLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubsNotificationResource": { | |
| "properties": { | |
| "backgroundUrl": { | |
| "type": "string" | |
| }, | |
| "created": { | |
| "type": "string" | |
| }, | |
| "critical": { | |
| "type": "boolean" | |
| }, | |
| "data": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "detailKey": { | |
| "type": "string" | |
| }, | |
| "expires": { | |
| "type": "string" | |
| }, | |
| "iconUrl": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "source": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "type": "string" | |
| }, | |
| "titleKey": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubsPresenceDataDto": { | |
| "properties": { | |
| "clubName": { | |
| "type": "string" | |
| }, | |
| "clubTag": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubsServerConfigDto": { | |
| "properties": { | |
| "clubDescriptionMaxLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "clubMotdMaxLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "clubNominationsEnabled": { | |
| "type": "boolean" | |
| }, | |
| "clubNominationsMaxPending": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "clubTagRequirementMinGames": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "clubTagRequirementMinMembers": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "clubTagRequirementsMinMemberLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxActiveClubs": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxClubNameLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxClubTagLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minClubNameLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minClubTagLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsClubsSummoner": { | |
| "properties": { | |
| "displayName": { | |
| "type": "string" | |
| }, | |
| "profileIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "idToken": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolClubsLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolClubsMemberSinceDto": { | |
| "properties": { | |
| "playerInfo": { | |
| "$ref": "#/definitions/LolClubsPlayerInfoDto" | |
| }, | |
| "role": { | |
| "type": "string" | |
| }, | |
| "since": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsMembershipInviteDto": { | |
| "properties": { | |
| "clubKey": { | |
| "type": "string" | |
| }, | |
| "clubName": { | |
| "type": "string" | |
| }, | |
| "inviteeAccountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inviteePlatformId": { | |
| "type": "string" | |
| }, | |
| "inviteeSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inviterAccountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inviterPlatformId": { | |
| "type": "string" | |
| }, | |
| "inviterSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "status": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsMembershipNoficationsDto": { | |
| "properties": { | |
| "action": { | |
| "type": "string" | |
| }, | |
| "clubKey": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "role": { | |
| "type": "string" | |
| }, | |
| "status": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPlayerClub": { | |
| "properties": { | |
| "created": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "description": { | |
| "type": "string" | |
| }, | |
| "isClubTagEligible": { | |
| "type": "boolean" | |
| }, | |
| "jid": { | |
| "type": "string" | |
| }, | |
| "key": { | |
| "type": "string" | |
| }, | |
| "lastModified": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "members": { | |
| "$ref": "#/definitions/LolClubsClubMemberLists" | |
| }, | |
| "motd": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "owner": { | |
| "$ref": "#/definitions/LolClubsClubMember" | |
| }, | |
| "permissions": { | |
| "$ref": "#/definitions/LolClubsClubPermissions" | |
| }, | |
| "primary": { | |
| "type": "boolean" | |
| }, | |
| "role": { | |
| "$ref": "#/definitions/LolClubsClubRole" | |
| }, | |
| "tag": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPlayerClubMembership": { | |
| "properties": { | |
| "activeClubs": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsPlayerClub" | |
| }, | |
| "type": "array" | |
| }, | |
| "clubsServerConfig": { | |
| "$ref": "#/definitions/LolClubsClubsConfig" | |
| }, | |
| "info": { | |
| "$ref": "#/definitions/LolClubsClubPlayer" | |
| }, | |
| "pendingInvites": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsClubInvite" | |
| }, | |
| "type": "array" | |
| }, | |
| "preferences": { | |
| "$ref": "#/definitions/LolClubsClubPreferences" | |
| }, | |
| "removedClubs": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsClub" | |
| }, | |
| "type": "array" | |
| }, | |
| "revokedInviteClubs": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsClub" | |
| }, | |
| "type": "array" | |
| }, | |
| "secureClubPresenceInfoString": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPlayerInfoDto": { | |
| "properties": { | |
| "currentAccountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "currentPlatformId": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPlayerMembershipDto": { | |
| "properties": { | |
| "activeClubs": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsClubDto" | |
| }, | |
| "type": "array" | |
| }, | |
| "clubsServerConfig": { | |
| "$ref": "#/definitions/LolClubsClubsServerConfigDto" | |
| }, | |
| "pendingInvites": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsMembershipInviteDto" | |
| }, | |
| "type": "array" | |
| }, | |
| "player": { | |
| "$ref": "#/definitions/LolClubsPlayerInfoDto" | |
| }, | |
| "playerClubPreferences": { | |
| "$ref": "#/definitions/LolClubsPlayerMembershipPreferencesDto" | |
| }, | |
| "removedClubs": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsClubReferenceDto" | |
| }, | |
| "type": "array" | |
| }, | |
| "resourceUri": { | |
| "type": "string" | |
| }, | |
| "revokedInviteClubs": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsClubReferenceDto" | |
| }, | |
| "type": "array" | |
| }, | |
| "secureClubPresenceInfoString": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPlayerMembershipPreferencesDto": { | |
| "properties": { | |
| "primaryActiveClubKey": { | |
| "type": "string" | |
| }, | |
| "shareClubAffiliation": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPlayerMembershipWithNotificationsDto": { | |
| "properties": { | |
| "membershipNotifications": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsMembershipNoficationsDto" | |
| }, | |
| "type": "array" | |
| }, | |
| "playerMembership": { | |
| "$ref": "#/definitions/LolClubsPlayerMembershipDto" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPublicClubMemberLists": { | |
| "properties": { | |
| "activeMembers": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsPublicClubPlayer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPublicClubPlayer": { | |
| "properties": { | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPublicClubPreferences": { | |
| "properties": { | |
| "shareClubAffiliation": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPublicClubServiceTag": { | |
| "properties": { | |
| "name": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "tag": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPublicClubTag": { | |
| "properties": { | |
| "clubName": { | |
| "type": "string" | |
| }, | |
| "clubTag": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPublicClubsPublicData": { | |
| "properties": { | |
| "availability": { | |
| "type": "string" | |
| }, | |
| "lastSeenOnlineTimestamp": { | |
| "type": "string" | |
| }, | |
| "summonerIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| }, | |
| "tag": { | |
| "$ref": "#/definitions/LolClubsPublicClubTag" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPublicPlayerClub": { | |
| "properties": { | |
| "key": { | |
| "type": "string" | |
| }, | |
| "members": { | |
| "$ref": "#/definitions/LolClubsPublicClubMemberLists" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPublicPlayerClubMembership": { | |
| "properties": { | |
| "activeClubs": { | |
| "items": { | |
| "$ref": "#/definitions/LolClubsPublicPlayerClub" | |
| }, | |
| "type": "array" | |
| }, | |
| "info": { | |
| "$ref": "#/definitions/LolClubsPublicClubPlayer" | |
| }, | |
| "preferences": { | |
| "$ref": "#/definitions/LolClubsPublicClubPreferences" | |
| }, | |
| "secureClubPresenceInfoString": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPublicSessionResource": { | |
| "properties": { | |
| "sessionExpire": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "sessionState": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsPublicUserResource": { | |
| "properties": { | |
| "availability": { | |
| "type": "string" | |
| }, | |
| "icon": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "lastSeenOnlineTimestamp": { | |
| "type": "string" | |
| }, | |
| "lol": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsRiotMessagingServiceMessage": { | |
| "properties": { | |
| "payload": { | |
| "type": "string" | |
| }, | |
| "resource": { | |
| "type": "string" | |
| }, | |
| "service": { | |
| "type": "string" | |
| }, | |
| "timestamp": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "version": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolClubsRosterItemDto": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "clubRole": { | |
| "type": "string" | |
| }, | |
| "summonerIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsAcsChampionGames": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "queue": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsAcsChampionGamesCollection": { | |
| "properties": { | |
| "champions": { | |
| "items": { | |
| "$ref": "#/definitions/LolCollectionsAcsChampionGames" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionLoginDataPacket": { | |
| "properties": { | |
| "allSummonerData": { | |
| "$ref": "#/definitions/LolCollectionsSummonerData" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsChampionMastery": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championPoints": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championPointsSinceLastLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championPointsUntilNextLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "chestGranted": { | |
| "type": "boolean" | |
| }, | |
| "highestGrade": { | |
| "type": "string" | |
| }, | |
| "lastPlayTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "playerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsChestEligibility": { | |
| "properties": { | |
| "earnableChests": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maximumChests": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "nextChestRechargeTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsOwnership": { | |
| "properties": { | |
| "freeToPlayReward": { | |
| "type": "boolean" | |
| }, | |
| "owned": { | |
| "type": "boolean" | |
| }, | |
| "rental": { | |
| "$ref": "#/definitions/LolCollectionsCollectionsRental" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsRental": { | |
| "properties": { | |
| "endDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "purchaseDate": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rented": { | |
| "type": "boolean" | |
| }, | |
| "winCountRemaining": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsRune": { | |
| "properties": { | |
| "runeId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "runeSlotId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsRuneBook": { | |
| "properties": { | |
| "pages": { | |
| "items": { | |
| "$ref": "#/definitions/LolCollectionsCollectionsRunePage" | |
| }, | |
| "type": "array" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsRunePage": { | |
| "properties": { | |
| "current": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "runes": { | |
| "items": { | |
| "$ref": "#/definitions/LolCollectionsCollectionsRune" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsRuneQuantities": { | |
| "properties": { | |
| "runeQuantities": { | |
| "items": { | |
| "$ref": "#/definitions/LolCollectionsCollectionsRuneQuantity" | |
| }, | |
| "type": "array" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsRuneQuantity": { | |
| "properties": { | |
| "quantity": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "runeId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsSummonerBackdrop": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "backdropImage": { | |
| "type": "string" | |
| }, | |
| "backdropMaskColor": { | |
| "type": "string" | |
| }, | |
| "backdropType": { | |
| "$ref": "#/definitions/LolCollectionsCollectionsSummonerBackdropType" | |
| }, | |
| "backdropVideo": { | |
| "type": "string" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "profileIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "puuid": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsSummonerBackdropType": { | |
| "enum": [ | |
| "default", | |
| "summoner-icon", | |
| "recently-played", | |
| "highest-mastery", | |
| "specified-skin" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolCollectionsCollectionsSummonerIcon": { | |
| "properties": { | |
| "iconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "ownership": { | |
| "$ref": "#/definitions/LolCollectionsCollectionsOwnership" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsSummonerIcons": { | |
| "properties": { | |
| "icons": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "summonerIcons": { | |
| "items": { | |
| "$ref": "#/definitions/LolCollectionsCollectionsSummonerIcon" | |
| }, | |
| "type": "array" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsSummonerSpells": { | |
| "properties": { | |
| "spells": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsTopChampionMasteries": { | |
| "properties": { | |
| "masteries": { | |
| "items": { | |
| "$ref": "#/definitions/LolCollectionsCollectionsChampionMastery" | |
| }, | |
| "type": "array" | |
| }, | |
| "score": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsWardSkin": { | |
| "properties": { | |
| "description": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "ownership": { | |
| "$ref": "#/definitions/LolCollectionsCollectionsOwnership" | |
| }, | |
| "wardImagePath": { | |
| "type": "string" | |
| }, | |
| "wardShadowImagePath": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsCollectionsWardSkinList": { | |
| "properties": { | |
| "wardSkinList": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsGameDataChampionMasteries": { | |
| "properties": { | |
| "tree": { | |
| "$ref": "#/definitions/LolCollectionsGameDataChampionMasteryTree" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsGameDataChampionMasteryGroup": { | |
| "properties": { | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rows": { | |
| "items": { | |
| "$ref": "#/definitions/LolCollectionsGameDataChampionMasteryRow" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsGameDataChampionMasteryRow": { | |
| "properties": { | |
| "masteries": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsGameDataChampionMasteryTree": { | |
| "properties": { | |
| "groups": { | |
| "items": { | |
| "$ref": "#/definitions/LolCollectionsGameDataChampionMasteryGroup" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsGameDataChampionSkin": { | |
| "properties": { | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "isBase": { | |
| "type": "boolean" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "splashPath": { | |
| "type": "string" | |
| }, | |
| "splashVideoPath": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsGameDataChampionSummary": { | |
| "properties": { | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsGameDataSplashMetadata": { | |
| "properties": { | |
| "CalculatedColor": { | |
| "type": "string" | |
| }, | |
| "OverrideColor": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsLcdsDynamicClientConfig": { | |
| "properties": { | |
| "DisabledChampions": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "connected": { | |
| "type": "boolean" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolCollectionsLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolCollectionsPlayerNotification": { | |
| "properties": { | |
| "backgroundUrl": { | |
| "type": "string" | |
| }, | |
| "critical": { | |
| "type": "boolean" | |
| }, | |
| "data": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "detailKey": { | |
| "type": "string" | |
| }, | |
| "iconUrl": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "source": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "type": "string" | |
| }, | |
| "titleKey": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsSummoner": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "profileIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "puuid": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsSummonerData": { | |
| "properties": { | |
| "spellBook": { | |
| "$ref": "#/definitions/CollectionsLcdsSpellBookDTO" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsSummonerProfile": { | |
| "properties": { | |
| "backgroundSkinId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsSummonerProfileUpdate": { | |
| "properties": { | |
| "key": { | |
| "type": "string" | |
| }, | |
| "value": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolCollectionsTPVSaveResponseDTO": { | |
| "properties": { | |
| "data": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingChampionGames": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "lane": { | |
| "type": "string" | |
| }, | |
| "queue": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "role": { | |
| "type": "string" | |
| }, | |
| "timestamp": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingChampionGamesCollection": { | |
| "properties": { | |
| "champions": { | |
| "items": { | |
| "$ref": "#/definitions/LolContentTargetingChampionGames" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingContentTargetingFilterResponse": { | |
| "properties": { | |
| "filters": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingContentTargetingLocaleResponse": { | |
| "properties": { | |
| "locale": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingGeoInfo": { | |
| "properties": { | |
| "city": { | |
| "type": "string" | |
| }, | |
| "country": { | |
| "type": "string" | |
| }, | |
| "region": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingGeoInfoResponse": { | |
| "properties": { | |
| "errorMessage": { | |
| "type": "string" | |
| }, | |
| "geoInfo": { | |
| "$ref": "#/definitions/LolContentTargetingGeoInfo" | |
| }, | |
| "isLatest": { | |
| "type": "boolean" | |
| }, | |
| "success": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolContentTargetingLoginSessionState" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingLoginSessionState": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolContentTargetingPlatformConfig": { | |
| "properties": { | |
| "ABTestFilterEnabled": { | |
| "type": "boolean" | |
| }, | |
| "ABTestFilterGroups": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "Enabled": { | |
| "type": "boolean" | |
| }, | |
| "LaneFilterEnabled": { | |
| "type": "boolean" | |
| }, | |
| "LaneFilterThreshold": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "LevelFilterEnabled": { | |
| "type": "boolean" | |
| }, | |
| "LocationFiltersEnabled": { | |
| "type": "boolean" | |
| }, | |
| "Mapping": { | |
| "type": "string" | |
| }, | |
| "RankFilterEnabled": { | |
| "type": "boolean" | |
| }, | |
| "RankedFilterEnabled": { | |
| "type": "boolean" | |
| }, | |
| "RevivalFilterEnabled": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingPluginStatus": { | |
| "properties": { | |
| "ready": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingRankedData": { | |
| "properties": { | |
| "rankedData": { | |
| "items": { | |
| "$ref": "#/definitions/LolContentTargetingRankedEntry" | |
| }, | |
| "type": "array" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingRankedEntry": { | |
| "properties": { | |
| "rankedQueue": { | |
| "$ref": "#/definitions/LolContentTargetingRankedQueue" | |
| }, | |
| "rankedTier": { | |
| "$ref": "#/definitions/LolContentTargetingRankedTier" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingRankedQueue": { | |
| "enum": [ | |
| "INVALID", | |
| "RANKED_FLEX_TT", | |
| "RANKED_FLEX_SR", | |
| "RANKED_SOLO_5x5", | |
| "RANKED_TEAM_3x3", | |
| "RANKED_TEAM_5x5" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolContentTargetingRankedTier": { | |
| "enum": [ | |
| "NOT_RANKED", | |
| "PROVISIONAL", | |
| "BRONZE", | |
| "SILVER", | |
| "GOLD", | |
| "PLATINUM", | |
| "DIAMOND", | |
| "MASTER", | |
| "CHALLENGER" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolContentTargetingRegionLocale": { | |
| "properties": { | |
| "locale": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingSettingsResource": { | |
| "properties": { | |
| "data": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolContentTargetingSummoner": { | |
| "properties": { | |
| "summonerLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolDiscordRpGameDataChampionSummary": { | |
| "properties": { | |
| "alias": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEmailVerificationAccessToken": { | |
| "properties": { | |
| "expiry": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "token": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEmailVerificationEmailUpdate": { | |
| "properties": { | |
| "email": { | |
| "type": "string" | |
| }, | |
| "password": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEmailVerificationEmailVerificationSession": { | |
| "properties": { | |
| "email": { | |
| "type": "string" | |
| }, | |
| "emailVerified": { | |
| "type": "boolean" | |
| }, | |
| "fatalError": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEmailVerificationRegionLocale": { | |
| "properties": { | |
| "locale": { | |
| "type": "string" | |
| }, | |
| "region": { | |
| "type": "string" | |
| }, | |
| "webLanguage": { | |
| "type": "string" | |
| }, | |
| "webRegion": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEmailVerificationRemoteEmailVerificationSession": { | |
| "properties": { | |
| "email": { | |
| "type": "string" | |
| }, | |
| "emailVerified": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEmailVerificationValidationStatus": { | |
| "properties": { | |
| "emailStatus": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameChampionMasteryGrade": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "grade": { | |
| "type": "string" | |
| }, | |
| "playerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameChampionMasteryMini": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "championLevel": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "playerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameChampionMasteryUpdate": { | |
| "properties": { | |
| "bonusPointsGained": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "grade": { | |
| "type": "string" | |
| }, | |
| "hasLeveledUp": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "type": "string" | |
| }, | |
| "level": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "levelUpList": { | |
| "items": { | |
| "$ref": "#/definitions/LolEndOfGameChampionMasteryMini" | |
| }, | |
| "type": "array" | |
| }, | |
| "memberGrades": { | |
| "items": { | |
| "$ref": "#/definitions/LolEndOfGameChampionMasteryGrade" | |
| }, | |
| "type": "array" | |
| }, | |
| "playerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "pointsBeforeGame": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "pointsGained": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "pointsGainedIndividualContribution": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "pointsSinceLastLevelBeforeGame": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "pointsUntilNextLevelAfterGame": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "pointsUntilNextLevelBeforeGame": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "score": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameEndOfGamePlayer": { | |
| "properties": { | |
| "botPlayer": { | |
| "type": "boolean" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "elo": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "eloChange": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "isReportingDisabled": { | |
| "type": "boolean" | |
| }, | |
| "items": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "leaver": { | |
| "type": "boolean" | |
| }, | |
| "leaves": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "level": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "losses": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "profileIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "skinIndex": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "skinName": { | |
| "type": "string" | |
| }, | |
| "spell1Id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "spell2Id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "stats": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| }, | |
| "teamId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "userId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "wins": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameEndOfGamePlayerComplaintV2": { | |
| "properties": { | |
| "comment": { | |
| "type": "string" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "offenses": { | |
| "type": "string" | |
| }, | |
| "reportedSummonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameEndOfGamePoints": { | |
| "properties": { | |
| "pointChangeFromChampionsOwned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "pointChangeFromGameplay": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "pointsUntilNextReroll": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "pointsUsed": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "previousPoints": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rerollCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "totalPoints": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameEndOfGameStats": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "basePoints": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "battleBoostIpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "boostIpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "boostXpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "causedEarlySurrender": { | |
| "type": "boolean" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "coOpVsAiMinutesLeftToday": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "coOpVsAiMsecsUntilReset": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "completionBonusPoints": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "currentLevel": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "customMinutesLeftToday": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "customMsecsUntilReset": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "difficulty": { | |
| "type": "string" | |
| }, | |
| "earlySurrenderAccomplice": { | |
| "type": "boolean" | |
| }, | |
| "elo": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "eloChange": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "experienceEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "experienceTotal": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "firstWinBonus": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameEndedInEarlySurrender": { | |
| "type": "boolean" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "gameLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameMutators": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameType": { | |
| "type": "string" | |
| }, | |
| "globalBoostXpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "imbalancedTeamsNoPoints": { | |
| "type": "boolean" | |
| }, | |
| "invalid": { | |
| "type": "boolean" | |
| }, | |
| "ipEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "ipTotal": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "leveledUp": { | |
| "type": "boolean" | |
| }, | |
| "loyaltyBoostIpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "loyaltyBoostXpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "missionsXpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "myTeamStatus": { | |
| "type": "string" | |
| }, | |
| "newSpells": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "nextLevelXp": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "odinBonusIp": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "partyRewardsBonusIpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "pointsPenalties": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "preLevelUpExperienceTotal": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "preLevelUpNextLevelXp": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "previousLevel": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "previousXpTotal": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "queueBonusEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "queueType": { | |
| "type": "string" | |
| }, | |
| "ranked": { | |
| "type": "boolean" | |
| }, | |
| "reportGameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rerollData": { | |
| "$ref": "#/definitions/LolEndOfGameEndOfGamePoints" | |
| }, | |
| "roomName": { | |
| "type": "string" | |
| }, | |
| "roomPassword": { | |
| "type": "string" | |
| }, | |
| "rpEarned": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "sendStatsToTournamentProvider": { | |
| "type": "boolean" | |
| }, | |
| "skinId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "skinIndex": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| }, | |
| "talentPointsGained": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "teamBoost": { | |
| "$ref": "#/definitions/LolEndOfGameEndOfGameTeamBoost" | |
| }, | |
| "teamEarlySurrendered": { | |
| "type": "boolean" | |
| }, | |
| "teams": { | |
| "items": { | |
| "$ref": "#/definitions/LolEndOfGameEndOfGameTeam" | |
| }, | |
| "type": "array" | |
| }, | |
| "timeUntilNextFirstWinBonus": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "userId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameEndOfGameTeam": { | |
| "properties": { | |
| "championBans": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "fullId": { | |
| "type": "string" | |
| }, | |
| "isBottomTeam": { | |
| "type": "boolean" | |
| }, | |
| "isPlayerTeam": { | |
| "type": "boolean" | |
| }, | |
| "isWinningTeam": { | |
| "type": "boolean" | |
| }, | |
| "memberStatusString": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "players": { | |
| "items": { | |
| "$ref": "#/definitions/LolEndOfGameEndOfGamePlayer" | |
| }, | |
| "type": "array" | |
| }, | |
| "stats": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "tag": { | |
| "type": "string" | |
| }, | |
| "teamId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameEndOfGameTeamBoost": { | |
| "properties": { | |
| "availableSkins": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "ipReward": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "ipRewardForPurchaser": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "price": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "skinUnlockMode": { | |
| "type": "string" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| }, | |
| "unlocked": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameGameDataChampionSummary": { | |
| "properties": { | |
| "alias": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameGameflowAvailability": { | |
| "properties": { | |
| "state": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameGameflowClient": { | |
| "properties": { | |
| "observerServerIp": { | |
| "type": "string" | |
| }, | |
| "observerServerPort": { | |
| "type": "integer" | |
| }, | |
| "running": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameGameflowGameData": { | |
| "properties": { | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameGameflowPhase": { | |
| "enum": [ | |
| "None", | |
| "Lobby", | |
| "Matchmaking", | |
| "CheckedIntoTournament", | |
| "ReadyCheck", | |
| "ChampSelect", | |
| "GameStart", | |
| "FailedToLaunch", | |
| "InProgress", | |
| "Reconnect", | |
| "WaitingForStats", | |
| "PreEndOfGame", | |
| "EndOfGame", | |
| "TerminatedInError" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolEndOfGameGameflowSession": { | |
| "properties": { | |
| "gameClient": { | |
| "$ref": "#/definitions/LolEndOfGameGameflowClient" | |
| }, | |
| "gameData": { | |
| "$ref": "#/definitions/LolEndOfGameGameflowGameData" | |
| }, | |
| "phase": { | |
| "$ref": "#/definitions/LolEndOfGameGameflowPhase" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameGameloopPlayerInfoV1": { | |
| "properties": { | |
| "rerollDataBag": { | |
| "$ref": "#/definitions/LolEndOfGameRerollDataBagForClientV1" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameLobbyInvitation": { | |
| "properties": { | |
| "state": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameLoginDataPacket": { | |
| "properties": { | |
| "allSummonerData": { | |
| "$ref": "#/definitions/LolEndOfGameLoginSummonerData" | |
| }, | |
| "platformId": { | |
| "type": "string" | |
| }, | |
| "simpleMessages": { | |
| "items": { | |
| "$ref": "#/definitions/LolEndOfGameSimpleMessage" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolEndOfGameLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolEndOfGameLoginSummonerData": { | |
| "properties": { | |
| "summonerLevelAndPoints": { | |
| "$ref": "#/definitions/LolEndOfGameLoginSummonerLevelAndPoints" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameLoginSummonerLevelAndPoints": { | |
| "properties": { | |
| "expPoints": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "expToNextLevel": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameRMSMessage": { | |
| "properties": { | |
| "payload": { | |
| "type": "string" | |
| }, | |
| "timestamp": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameRerollDataBagForClientV1": { | |
| "properties": { | |
| "maximumRerolls": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "pointCostOfReroll": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "pointsGainedLastGame": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "pointsUntilNextReroll": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rerollCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "totalPoints": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEndOfGameSimpleMessage": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "msgId": { | |
| "type": "string" | |
| }, | |
| "params": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsESportStreamNotificationsConfig": { | |
| "properties": { | |
| "beappFailureLongPollMinutes": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "notificationsAssetMagickURL": { | |
| "type": "string" | |
| }, | |
| "notificationsEnabled": { | |
| "type": "boolean" | |
| }, | |
| "notificationsLongPollMinutes": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "notificationsServiceEndpoint": { | |
| "type": "string" | |
| }, | |
| "notificationsServiceEndpointV2": { | |
| "type": "string" | |
| }, | |
| "notificationsShortPollMinutes": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "notificationsStreamGroupSlug": { | |
| "type": "string" | |
| }, | |
| "notificationsStreamURL": { | |
| "type": "string" | |
| }, | |
| "useServiceEndpointV2": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsESportsAPI_streamgroups": { | |
| "properties": { | |
| "content": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "live": { | |
| "type": "boolean" | |
| }, | |
| "slug": { | |
| "type": "string" | |
| }, | |
| "title": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsESportsAPI_streamgroups_root": { | |
| "properties": { | |
| "highlanderTournaments": { | |
| "items": { | |
| "$ref": "#/definitions/LolEsportStreamNotificationsEsportsAPI_highlanderTournaments" | |
| }, | |
| "type": "array" | |
| }, | |
| "streamgroups": { | |
| "items": { | |
| "$ref": "#/definitions/LolEsportStreamNotificationsESportsAPI_streamgroups" | |
| }, | |
| "type": "array" | |
| }, | |
| "teams": { | |
| "items": { | |
| "$ref": "#/definitions/LolEsportStreamNotificationsEsportsAPI_teams" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsESportsLiveStreams": { | |
| "properties": { | |
| "liveStreams": { | |
| "items": { | |
| "$ref": "#/definitions/LolEsportStreamNotificationsESportsStreams" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsESportsStreams": { | |
| "properties": { | |
| "teamAAcronym": { | |
| "type": "string" | |
| }, | |
| "teamAGuid": { | |
| "type": "string" | |
| }, | |
| "teamAId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "teamALogoUrl": { | |
| "type": "string" | |
| }, | |
| "teamAName": { | |
| "type": "string" | |
| }, | |
| "teamBAcronym": { | |
| "type": "string" | |
| }, | |
| "teamBGuid": { | |
| "type": "string" | |
| }, | |
| "teamBId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "teamBLogoUrl": { | |
| "type": "string" | |
| }, | |
| "teamBName": { | |
| "type": "string" | |
| }, | |
| "title": { | |
| "type": "string" | |
| }, | |
| "tournamentDescription": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsEsportsAPI_highlanderTournaments": { | |
| "properties": { | |
| "brackets": { | |
| "additionalProperties": { | |
| "$ref": "#/definitions/LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_brackets" | |
| }, | |
| "type": "object" | |
| }, | |
| "description": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "type": "string" | |
| }, | |
| "rosters": { | |
| "additionalProperties": { | |
| "$ref": "#/definitions/LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_rosters" | |
| }, | |
| "type": "object" | |
| }, | |
| "title": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_brackets": { | |
| "properties": { | |
| "id": { | |
| "type": "string" | |
| }, | |
| "matches": { | |
| "additionalProperties": { | |
| "$ref": "#/definitions/LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_matches" | |
| }, | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_matches": { | |
| "properties": { | |
| "id": { | |
| "type": "string" | |
| }, | |
| "input": { | |
| "items": { | |
| "$ref": "#/definitions/LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_roster" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_roster": { | |
| "properties": { | |
| "roster": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsEsportsAPI_highlanderTournaments_rosters": { | |
| "properties": { | |
| "id": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "team": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsEsportsAPI_teams": { | |
| "properties": { | |
| "acronym": { | |
| "type": "string" | |
| }, | |
| "guid": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "logoUrl": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "slug": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsGameflowPhase": { | |
| "enum": [ | |
| "None", | |
| "Lobby", | |
| "Matchmaking", | |
| "CheckedIntoTournament", | |
| "ReadyCheck", | |
| "ChampSelect", | |
| "GameStart", | |
| "FailedToLaunch", | |
| "InProgress", | |
| "Reconnect", | |
| "WaitingForStats", | |
| "PreEndOfGame", | |
| "EndOfGame", | |
| "TerminatedInError" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolEsportStreamNotificationsGameflowSession": { | |
| "properties": { | |
| "phase": { | |
| "$ref": "#/definitions/LolEsportStreamNotificationsGameflowPhase" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsLiveMatch": { | |
| "properties": { | |
| "id": { | |
| "type": "string" | |
| }, | |
| "streamGroup": { | |
| "type": "string" | |
| }, | |
| "teams": { | |
| "items": { | |
| "$ref": "#/definitions/LolEsportStreamNotificationsLiveMatchTeam" | |
| }, | |
| "type": "array" | |
| }, | |
| "title": { | |
| "type": "string" | |
| }, | |
| "tournamentDescription": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsLiveMatchTeam": { | |
| "properties": { | |
| "acronym": { | |
| "type": "string" | |
| }, | |
| "guid": { | |
| "type": "string" | |
| }, | |
| "logoUrl": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolEsportStreamNotificationsPlayerNotificationResource": { | |
| "properties": { | |
| "backgroundUrl": { | |
| "type": "string" | |
| }, | |
| "critical": { | |
| "type": "boolean" | |
| }, | |
| "data": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "detailKey": { | |
| "type": "string" | |
| }, | |
| "expires": { | |
| "type": "string" | |
| }, | |
| "iconUrl": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "source": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "type": "string" | |
| }, | |
| "titleKey": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolFeaturedModesEligibility": { | |
| "properties": { | |
| "eligible": { | |
| "type": "boolean" | |
| }, | |
| "queueId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "restrictions": { | |
| "items": { | |
| "$ref": "#/definitions/LolFeaturedModesEligibilityRestriction" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolFeaturedModesEligibilityRestriction": { | |
| "properties": { | |
| "expiredTimestamp": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "restrictionArgs": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "restrictionCode": { | |
| "$ref": "#/definitions/LolFeaturedModesEligibilityRestrictionCode" | |
| }, | |
| "summonerIds": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolFeaturedModesEligibilityRestrictionCode": { | |
| "enum": [ | |
| "QueueDisabled", | |
| "QueueUnsupported", | |
| "PlayerLevelRestriction", | |
| "PlayerTimedRestriction", | |
| "PlayerBannedRestriction", | |
| "PlayerAvailableChampionRestriction", | |
| "TeamDivisionRestriction", | |
| "TeamMaxSizeRestriction", | |
| "TeamMinSizeRestriction", | |
| "PlayerBingeRestriction", | |
| "PlayerDodgeRestriction", | |
| "PlayerInGameRestriction", | |
| "PlayerLeaverBustedRestriction", | |
| "PlayerLeaverTaintedWarningRestriction", | |
| "PlayerMaxLevelRestriction", | |
| "PlayerMinLevelRestriction", | |
| "PlayerMinorRestriction", | |
| "PlayerRankedSuspensionRestriction", | |
| "TeamHighMMRMaxSizeRestriction", | |
| "TeamSizeRestriction", | |
| "PrerequisiteQueuesNotPlayedRestriction", | |
| "UnknownRestriction" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolFeaturedModesFeaturedModesConfig": { | |
| "properties": { | |
| "MaxNotificationSaveDelayMinutes": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "NotificationsEnabled": { | |
| "type": "boolean" | |
| }, | |
| "QueueToggleNotificationMinutesThreshold": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolFeaturedModesGameflowAvailability": { | |
| "properties": { | |
| "isAvailable": { | |
| "type": "boolean" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolFeaturedModesGameflowAvailabilityState" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolFeaturedModesGameflowAvailabilityState": { | |
| "enum": [ | |
| "Available", | |
| "Initializing", | |
| "Patching", | |
| "PlayerBanned", | |
| "InGameFlow", | |
| "Configuration" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolFeaturedModesGameflowPhase": { | |
| "enum": [ | |
| "None", | |
| "Lobby", | |
| "Matchmaking", | |
| "CheckedIntoTournament", | |
| "ReadyCheck", | |
| "ChampSelect", | |
| "GameStart", | |
| "FailedToLaunch", | |
| "InProgress", | |
| "Reconnect", | |
| "WaitingForStats", | |
| "PreEndOfGame", | |
| "EndOfGame", | |
| "TerminatedInError" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolFeaturedModesGameflowSession": { | |
| "properties": { | |
| "phase": { | |
| "$ref": "#/definitions/LolFeaturedModesGameflowPhase" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolFeaturedModesLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolFeaturedModesLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolFeaturedModesLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolFeaturedModesMaps": { | |
| "properties": { | |
| "assets": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "gameModeName": { | |
| "type": "string" | |
| }, | |
| "isRGM": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolFeaturedModesPlayerNotificationResource": { | |
| "properties": { | |
| "backgroundUrl": { | |
| "type": "string" | |
| }, | |
| "critical": { | |
| "type": "boolean" | |
| }, | |
| "data": { | |
| "additionalProperties": { | |
| "type": "string" | |
| }, | |
| "type": "object" | |
| }, | |
| "detailKey": { | |
| "type": "string" | |
| }, | |
| "expires": { | |
| "type": "string" | |
| }, | |
| "iconUrl": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "source": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "type": "string" | |
| }, | |
| "titleKey": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolFeaturedModesQueue": { | |
| "properties": { | |
| "category": { | |
| "$ref": "#/definitions/LolFeaturedModesQueueGameCategory" | |
| }, | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameMutator": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "lastToggledOffTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "lastToggledOnTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "mapId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "queueAvailability": { | |
| "$ref": "#/definitions/LolFeaturedModesQueueAvailability" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolFeaturedModesQueueAvailability": { | |
| "enum": [ | |
| "Available", | |
| "PlatformDisabled", | |
| "DoesntMeetRequirements" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolFeaturedModesQueueGameCategory": { | |
| "enum": [ | |
| "None", | |
| "Custom", | |
| "PvP", | |
| "VersusAi" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameClientChatGameClientChatMessageResource": { | |
| "properties": { | |
| "body": { | |
| "type": "string" | |
| }, | |
| "fromSummonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameQueuesLoginDataPacket": { | |
| "properties": { | |
| "gameTypeConfigs": { | |
| "items": { | |
| "$ref": "#/definitions/LolGameQueuesQueueGameTypeConfig" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameQueuesLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "connected": { | |
| "type": "boolean" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolGameQueuesLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameQueuesLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameQueuesPlatformConfigEnabledMap": { | |
| "properties": { | |
| "gameMapId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minPlayers": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameQueuesQueue": { | |
| "properties": { | |
| "allowablePremadeSizes": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "areFreeChampionsAllowed": { | |
| "type": "boolean" | |
| }, | |
| "assetMutator": { | |
| "type": "string" | |
| }, | |
| "category": { | |
| "$ref": "#/definitions/LolGameQueuesQueueGameCategory" | |
| }, | |
| "championsRequiredToPlay": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "description": { | |
| "type": "string" | |
| }, | |
| "detailedDescription": { | |
| "type": "string" | |
| }, | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameMutator": { | |
| "type": "string" | |
| }, | |
| "gameTypeConfig": { | |
| "$ref": "#/definitions/LolGameQueuesQueueGameTypeConfig" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "isRanked": { | |
| "type": "boolean" | |
| }, | |
| "isTeamBuilderManaged": { | |
| "type": "boolean" | |
| }, | |
| "isTeamOnly": { | |
| "type": "boolean" | |
| }, | |
| "lastToggledOffTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "lastToggledOnTime": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "mapId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxSummonerLevelForFirstWinOfTheDay": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maximumParticipantListSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minimumParticipantListSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "numPlayersPerTeam": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "queueAvailability": { | |
| "$ref": "#/definitions/LolGameQueuesQueueAvailability" | |
| }, | |
| "queueRewards": { | |
| "$ref": "#/definitions/LolGameQueuesQueueReward" | |
| }, | |
| "shortName": { | |
| "type": "string" | |
| }, | |
| "showPositionSelector": { | |
| "type": "boolean" | |
| }, | |
| "spectatorEnabled": { | |
| "type": "boolean" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameQueuesQueueAvailability": { | |
| "enum": [ | |
| "Available", | |
| "PlatformDisabled", | |
| "DoesntMeetRequirements" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameQueuesQueueCustomGame": { | |
| "properties": { | |
| "gameServerRegions": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "queueAvailability": { | |
| "$ref": "#/definitions/LolGameQueuesQueueAvailability" | |
| }, | |
| "spectatorPolicies": { | |
| "items": { | |
| "$ref": "#/definitions/LolGameQueuesQueueCustomGameSpectatorPolicy" | |
| }, | |
| "type": "array" | |
| }, | |
| "spectatorSlotLimit": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "subcategories": { | |
| "items": { | |
| "$ref": "#/definitions/LolGameQueuesQueueCustomGameSubcategory" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameQueuesQueueCustomGameSpectatorPolicy": { | |
| "enum": [ | |
| "NotAllowed", | |
| "LobbyAllowed", | |
| "FriendsAllowed", | |
| "AllAllowed" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameQueuesQueueCustomGameSubcategory": { | |
| "properties": { | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameMutator": { | |
| "type": "string" | |
| }, | |
| "mapId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxPlayerCount": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maximumParticipantListSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minimumParticipantListSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "mutators": { | |
| "items": { | |
| "$ref": "#/definitions/LolGameQueuesQueueGameTypeConfig" | |
| }, | |
| "type": "array" | |
| }, | |
| "numPlayersPerTeam": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "queueAvailability": { | |
| "$ref": "#/definitions/LolGameQueuesQueueAvailability" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameQueuesQueueGameCategory": { | |
| "enum": [ | |
| "None", | |
| "Custom", | |
| "PvP", | |
| "VersusAi" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameQueuesQueueGameTypeConfig": { | |
| "properties": { | |
| "advancedLearningQuests": { | |
| "type": "boolean" | |
| }, | |
| "allowTrades": { | |
| "type": "boolean" | |
| }, | |
| "banMode": { | |
| "type": "string" | |
| }, | |
| "banTimerDuration": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "battleBoost": { | |
| "type": "boolean" | |
| }, | |
| "crossTeamChampionPool": { | |
| "type": "boolean" | |
| }, | |
| "deathMatch": { | |
| "type": "boolean" | |
| }, | |
| "doNotRemove": { | |
| "type": "boolean" | |
| }, | |
| "duplicatePick": { | |
| "type": "boolean" | |
| }, | |
| "exclusivePick": { | |
| "type": "boolean" | |
| }, | |
| "gameModeOverride": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "learningQuests": { | |
| "type": "boolean" | |
| }, | |
| "mainPickTimerDuration": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxAllowableBans": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "numPlayersPerTeamOverride": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "onboardCoopBeginner": { | |
| "type": "boolean" | |
| }, | |
| "pickMode": { | |
| "type": "string" | |
| }, | |
| "postPickTimerDuration": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "reroll": { | |
| "type": "boolean" | |
| }, | |
| "teamChampionPool": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameQueuesQueueReward": { | |
| "properties": { | |
| "isChampionPointsEnabled": { | |
| "type": "boolean" | |
| }, | |
| "isIpEnabled": { | |
| "type": "boolean" | |
| }, | |
| "isXpEnabled": { | |
| "type": "boolean" | |
| }, | |
| "partySizeIpRewards": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameQueuesQueueTranslation": { | |
| "properties": { | |
| "description": { | |
| "type": "string" | |
| }, | |
| "detailedDescription": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "shortName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameSettingsLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "gasToken": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolGameSettingsLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameSettingsLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameSettingsgamesettingsgameclient": { | |
| "properties": { | |
| "running": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameSettingsgamesettingsgameflowsession": { | |
| "properties": { | |
| "gameClient": { | |
| "$ref": "#/definitions/LolGameSettingsgamesettingsgameclient" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowGameflowAvailability": { | |
| "properties": { | |
| "isAvailable": { | |
| "type": "boolean" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolGameflowGameflowAvailabilityState" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowGameflowAvailabilityState": { | |
| "enum": [ | |
| "Available", | |
| "Initializing", | |
| "Patching", | |
| "PlayerBanned", | |
| "InGameFlow", | |
| "Configuration" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameflowGameflowGameClient": { | |
| "properties": { | |
| "observerServerIp": { | |
| "type": "string" | |
| }, | |
| "observerServerPort": { | |
| "type": "integer" | |
| }, | |
| "running": { | |
| "type": "boolean" | |
| }, | |
| "serverIp": { | |
| "type": "string" | |
| }, | |
| "serverPort": { | |
| "type": "integer" | |
| }, | |
| "visible": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowGameflowGameData": { | |
| "properties": { | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "gameName": { | |
| "type": "string" | |
| }, | |
| "isCustomGame": { | |
| "type": "boolean" | |
| }, | |
| "password": { | |
| "type": "string" | |
| }, | |
| "playerChampionSelections": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| }, | |
| "queue": { | |
| "$ref": "#/definitions/LolGameflowQueue" | |
| }, | |
| "spectatorsAllowed": { | |
| "type": "boolean" | |
| }, | |
| "teamOne": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| }, | |
| "teamTwo": { | |
| "items": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowGameflowGameDodge": { | |
| "properties": { | |
| "dodgeIds": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "phase": { | |
| "$ref": "#/definitions/LolGameflowGameflowPhase" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolGameflowGameflowGameDodgeState" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowGameflowGameDodgeState": { | |
| "enum": [ | |
| "Invalid", | |
| "PartyDodged", | |
| "StrangerDodged", | |
| "TournamentDodged" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameflowGameflowGameMap": { | |
| "properties": { | |
| "assets": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "description": { | |
| "type": "string" | |
| }, | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameModeName": { | |
| "type": "string" | |
| }, | |
| "gameModeShortName": { | |
| "type": "string" | |
| }, | |
| "gameMutator": { | |
| "type": "string" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "isRGM": { | |
| "type": "boolean" | |
| }, | |
| "mapStringId": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "platformId": { | |
| "type": "string" | |
| }, | |
| "platformName": { | |
| "type": "string" | |
| }, | |
| "properties": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowGameflowPhase": { | |
| "enum": [ | |
| "None", | |
| "Lobby", | |
| "Matchmaking", | |
| "CheckedIntoTournament", | |
| "ReadyCheck", | |
| "ChampSelect", | |
| "GameStart", | |
| "FailedToLaunch", | |
| "InProgress", | |
| "Reconnect", | |
| "WaitingForStats", | |
| "PreEndOfGame", | |
| "EndOfGame", | |
| "TerminatedInError" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameflowGameflowProcessInfo": { | |
| "properties": { | |
| "pid": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rawArgs": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowGameflowSession": { | |
| "properties": { | |
| "gameClient": { | |
| "$ref": "#/definitions/LolGameflowGameflowGameClient" | |
| }, | |
| "gameData": { | |
| "$ref": "#/definitions/LolGameflowGameflowGameData" | |
| }, | |
| "gameDodge": { | |
| "$ref": "#/definitions/LolGameflowGameflowGameDodge" | |
| }, | |
| "map": { | |
| "$ref": "#/definitions/LolGameflowGameflowGameMap" | |
| }, | |
| "phase": { | |
| "$ref": "#/definitions/LolGameflowGameflowPhase" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowGameflowWatchPhase": { | |
| "enum": [ | |
| "None", | |
| "WatchStarted", | |
| "WatchInProgress", | |
| "WatchFailedToLaunch" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameflowLobbyStatus": { | |
| "properties": { | |
| "allowedPlayAgain": { | |
| "type": "boolean" | |
| }, | |
| "customSpectatorPolicy": { | |
| "$ref": "#/definitions/LolGameflowQueueCustomGameSpectatorPolicy" | |
| }, | |
| "invitedSummonerIds": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "isCustom": { | |
| "type": "boolean" | |
| }, | |
| "isLeader": { | |
| "type": "boolean" | |
| }, | |
| "isPracticeTool": { | |
| "type": "boolean" | |
| }, | |
| "isSpectator": { | |
| "type": "boolean" | |
| }, | |
| "lobbyId": { | |
| "type": "string" | |
| }, | |
| "memberSummonerIds": { | |
| "items": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "queueId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "connected": { | |
| "type": "boolean" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolGameflowLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameflowPatcherProductState": { | |
| "properties": { | |
| "action": { | |
| "$ref": "#/definitions/LolGameflowPatcherProductStateAction" | |
| }, | |
| "isCorrupted": { | |
| "type": "boolean" | |
| }, | |
| "isStopped": { | |
| "type": "boolean" | |
| }, | |
| "isUpToDate": { | |
| "type": "boolean" | |
| }, | |
| "isUpdateAvailable": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowPatcherProductStateAction": { | |
| "enum": [ | |
| "Idle", | |
| "CheckingForUpdates", | |
| "Patching", | |
| "Repairing" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameflowPlayerStatus": { | |
| "properties": { | |
| "canInviteOthersAtEog": { | |
| "type": "boolean" | |
| }, | |
| "currentLobbyStatus": { | |
| "$ref": "#/definitions/LolGameflowLobbyStatus" | |
| }, | |
| "lastQueuedLobbyStatus": { | |
| "$ref": "#/definitions/LolGameflowLobbyStatus" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowQueue": { | |
| "properties": { | |
| "areFreeChampionsAllowed": { | |
| "type": "boolean" | |
| }, | |
| "assetMutator": { | |
| "type": "string" | |
| }, | |
| "category": { | |
| "$ref": "#/definitions/LolGameflowQueueGameCategory" | |
| }, | |
| "description": { | |
| "type": "string" | |
| }, | |
| "detailedDescription": { | |
| "type": "string" | |
| }, | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameMutator": { | |
| "type": "string" | |
| }, | |
| "gameTypeConfig": { | |
| "$ref": "#/definitions/LolGameflowQueueGameTypeConfig" | |
| }, | |
| "id": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "isRanked": { | |
| "type": "boolean" | |
| }, | |
| "isTeamBuilderManaged": { | |
| "type": "boolean" | |
| }, | |
| "isTeamOnly": { | |
| "type": "boolean" | |
| }, | |
| "mapId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxSummonerLevelForFirstWinOfTheDay": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maximumParticipantListSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "minimumParticipantListSize": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "numPlayersPerTeam": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "queueAvailability": { | |
| "$ref": "#/definitions/LolGameflowQueueAvailability" | |
| }, | |
| "queueRewards": { | |
| "$ref": "#/definitions/LolGameflowQueueReward" | |
| }, | |
| "shortName": { | |
| "type": "string" | |
| }, | |
| "spectatorEnabled": { | |
| "type": "boolean" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowQueueAvailability": { | |
| "enum": [ | |
| "Available", | |
| "PlatformDisabled", | |
| "DoesntMeetRequirements" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameflowQueueCustomGameSpectatorPolicy": { | |
| "enum": [ | |
| "NotAllowed", | |
| "LobbyAllowed", | |
| "FriendsAllowed", | |
| "AllAllowed" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameflowQueueGameCategory": { | |
| "enum": [ | |
| "None", | |
| "Custom", | |
| "PvP", | |
| "VersusAi" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGameflowQueueGameTypeConfig": { | |
| "properties": { | |
| "advancedLearningQuests": { | |
| "type": "boolean" | |
| }, | |
| "allowTrades": { | |
| "type": "boolean" | |
| }, | |
| "banMode": { | |
| "type": "string" | |
| }, | |
| "banTimerDuration": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "battleBoost": { | |
| "type": "boolean" | |
| }, | |
| "crossTeamChampionPool": { | |
| "type": "boolean" | |
| }, | |
| "deathMatch": { | |
| "type": "boolean" | |
| }, | |
| "doNotRemove": { | |
| "type": "boolean" | |
| }, | |
| "duplicatePick": { | |
| "type": "boolean" | |
| }, | |
| "exclusivePick": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "learningQuests": { | |
| "type": "boolean" | |
| }, | |
| "mainPickTimerDuration": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "maxAllowableBans": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "onboardCoopBeginner": { | |
| "type": "boolean" | |
| }, | |
| "pickMode": { | |
| "type": "string" | |
| }, | |
| "postPickTimerDuration": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "reroll": { | |
| "type": "boolean" | |
| }, | |
| "teamChampionPool": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowQueueReward": { | |
| "properties": { | |
| "isChampionPointsEnabled": { | |
| "type": "boolean" | |
| }, | |
| "isIpEnabled": { | |
| "type": "boolean" | |
| }, | |
| "isXpEnabled": { | |
| "type": "boolean" | |
| }, | |
| "partySizeIpRewards": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowRegionLocale": { | |
| "properties": { | |
| "locale": { | |
| "type": "string" | |
| }, | |
| "region": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowReplaysSettingsData": { | |
| "properties": { | |
| "highlights-folder-path": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGameflowReplaysSettingsResource": { | |
| "properties": { | |
| "data": { | |
| "$ref": "#/definitions/LolGameflowReplaysSettingsData" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGeoinfoGeoInfo": { | |
| "properties": { | |
| "city": { | |
| "type": "string" | |
| }, | |
| "country": { | |
| "type": "string" | |
| }, | |
| "region": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGeoinfoGeoInfoConfig": { | |
| "properties": { | |
| "Enabled": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGeoinfoGeoInfoResponse": { | |
| "properties": { | |
| "errorMessage": { | |
| "type": "string" | |
| }, | |
| "geoInfo": { | |
| "$ref": "#/definitions/LolGeoinfoGeoInfo" | |
| }, | |
| "isLatest": { | |
| "type": "boolean" | |
| }, | |
| "success": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGeoinfoLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolGeoinfoLoginSessionState" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGeoinfoLoginSessionState": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolGeoinfoWhereAmIRequest": { | |
| "properties": { | |
| "ipAddress": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolGeoinfoWhereAmIResponse": { | |
| "properties": { | |
| "city": { | |
| "type": "string" | |
| }, | |
| "country": { | |
| "type": "string" | |
| }, | |
| "region": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2ApiHonorPlayerServerRequest": { | |
| "properties": { | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "honorCategory": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2Ballot": { | |
| "properties": { | |
| "eligiblePlayers": { | |
| "items": { | |
| "$ref": "#/definitions/LolHonorV2EligiblePlayer" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2DynamicHonorMessage": { | |
| "properties": { | |
| "messageId": { | |
| "type": "string" | |
| }, | |
| "value": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2EligiblePlayer": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "skinIndex": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "skinName": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2EndOfGamePlayer": { | |
| "properties": { | |
| "botPlayer": { | |
| "type": "boolean" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "isReportingDisabled": { | |
| "type": "boolean" | |
| }, | |
| "leaver": { | |
| "type": "boolean" | |
| }, | |
| "profileIconId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "skinIndex": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "skinName": { | |
| "type": "string" | |
| }, | |
| "stats": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| }, | |
| "teamId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "userId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "wins": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2EndOfGameStats": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "difficulty": { | |
| "type": "string" | |
| }, | |
| "gameEndedInEarlySurrender": { | |
| "type": "boolean" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "gameLength": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "gameMode": { | |
| "type": "string" | |
| }, | |
| "gameMutators": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameType": { | |
| "type": "string" | |
| }, | |
| "imbalancedTeamsNoPoints": { | |
| "type": "boolean" | |
| }, | |
| "invalid": { | |
| "type": "boolean" | |
| }, | |
| "myTeamStatus": { | |
| "type": "string" | |
| }, | |
| "queueType": { | |
| "type": "string" | |
| }, | |
| "ranked": { | |
| "type": "boolean" | |
| }, | |
| "reportGameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerName": { | |
| "type": "string" | |
| }, | |
| "teams": { | |
| "items": { | |
| "$ref": "#/definitions/LolHonorV2EndOfGameTeam" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2EndOfGameTeam": { | |
| "properties": { | |
| "championBans": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "fullId": { | |
| "type": "string" | |
| }, | |
| "isBottomTeam": { | |
| "type": "boolean" | |
| }, | |
| "isPlayerTeam": { | |
| "type": "boolean" | |
| }, | |
| "isWinningTeam": { | |
| "type": "boolean" | |
| }, | |
| "memberStatusString": { | |
| "type": "string" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "players": { | |
| "items": { | |
| "$ref": "#/definitions/LolHonorV2EndOfGamePlayer" | |
| }, | |
| "type": "array" | |
| }, | |
| "stats": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "tag": { | |
| "type": "string" | |
| }, | |
| "teamId": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2GameflowPhase": { | |
| "enum": [ | |
| "None", | |
| "Lobby", | |
| "Matchmaking", | |
| "CheckedIntoTournament", | |
| "ReadyCheck", | |
| "ChampSelect", | |
| "GameStart", | |
| "FailedToLaunch", | |
| "InProgress", | |
| "Reconnect", | |
| "WaitingForStats", | |
| "PreEndOfGame", | |
| "EndOfGame", | |
| "TerminatedInError" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolHonorV2GameflowSession": { | |
| "properties": { | |
| "phase": { | |
| "$ref": "#/definitions/LolHonorV2GameflowPhase" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2Honor": { | |
| "properties": { | |
| "honorCategory": { | |
| "type": "string" | |
| }, | |
| "voterRelationship": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2HonorConfig": { | |
| "properties": { | |
| "DayOneModalEnabled": { | |
| "type": "boolean" | |
| }, | |
| "Enabled": { | |
| "type": "boolean" | |
| }, | |
| "Honor2018Enabled": { | |
| "type": "boolean" | |
| }, | |
| "SecondsToVote": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2HonorRecipient": { | |
| "properties": { | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "honors": { | |
| "items": { | |
| "$ref": "#/definitions/LolHonorV2Honor" | |
| }, | |
| "type": "array" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2LoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolHonorV2LoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2LoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolHonorV2MutualHonor": { | |
| "properties": { | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summoners": { | |
| "items": { | |
| "$ref": "#/definitions/LolHonorV2MutualHonorPlayer" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2MutualHonorPlayer": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "skinIndex": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2ProfileInfo": { | |
| "properties": { | |
| "checkpoint": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "honorLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rewardsLocked": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2Reward": { | |
| "properties": { | |
| "quantity": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rewardType": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2RiotMessagingServiceMessage": { | |
| "properties": { | |
| "payload": { | |
| "type": "string" | |
| }, | |
| "resource": { | |
| "type": "string" | |
| }, | |
| "service": { | |
| "type": "string" | |
| }, | |
| "timestamp": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "version": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2SequenceEvent": { | |
| "properties": { | |
| "name": { | |
| "type": "string" | |
| }, | |
| "priority": { | |
| "format": "int32", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2ServiceProxyHonorPlayerServerRequest": { | |
| "properties": { | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "honorType": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2ServiceProxyRetrieveProfileResponse": { | |
| "properties": { | |
| "checkpoint": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "honorLevel": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rewardsLocked": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2VendedHonorChange": { | |
| "properties": { | |
| "actionType": { | |
| "type": "string" | |
| }, | |
| "currentState": { | |
| "$ref": "#/definitions/LolHonorV2VendedHonorState" | |
| }, | |
| "dynamicHonorMessage": { | |
| "$ref": "#/definitions/LolHonorV2DynamicHonorMessage" | |
| }, | |
| "previousState": { | |
| "$ref": "#/definitions/LolHonorV2VendedHonorState" | |
| }, | |
| "reward": { | |
| "$ref": "#/definitions/LolHonorV2Reward" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2VendedHonorState": { | |
| "properties": { | |
| "checkpoint": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "level": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rewardsLocked": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2VendedReward": { | |
| "properties": { | |
| "dynamicHonorMessage": { | |
| "$ref": "#/definitions/LolHonorV2DynamicHonorMessage" | |
| }, | |
| "quantity": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "rewardType": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolHonorV2VoteCompletion": { | |
| "properties": { | |
| "fullTeamVote": { | |
| "type": "boolean" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryAccessTokenResource": { | |
| "properties": { | |
| "expiry": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "scopes": { | |
| "items": { | |
| "type": "string" | |
| }, | |
| "type": "array" | |
| }, | |
| "token": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryCacheEntry": { | |
| "properties": { | |
| "expirationMS": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "signedInventoryJwt": { | |
| "type": "string" | |
| }, | |
| "valid": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryCatalogItem": { | |
| "properties": { | |
| "inventoryType": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "itemInstanceId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryInventoryDTO": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "expires": { | |
| "type": "string" | |
| }, | |
| "items": { | |
| "additionalProperties": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "type": "object" | |
| }, | |
| "itemsJwt": { | |
| "type": "string" | |
| }, | |
| "puuid": { | |
| "type": "string" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryInventoryItem": { | |
| "properties": { | |
| "inventoryType": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "ownershipType": { | |
| "$ref": "#/definitions/LolInventoryItemOwnershipType" | |
| }, | |
| "purchaseDate": { | |
| "type": "string" | |
| }, | |
| "quantity": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "uuid": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryInventoryItemDTO": { | |
| "properties": { | |
| "entitlementId": { | |
| "type": "string" | |
| }, | |
| "entitlementTypeId": { | |
| "type": "string" | |
| }, | |
| "expirationDate": { | |
| "type": "string" | |
| }, | |
| "f2p": { | |
| "type": "boolean" | |
| }, | |
| "instanceId": { | |
| "type": "string" | |
| }, | |
| "instanceTypeId": { | |
| "type": "string" | |
| }, | |
| "inventoryType": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "lsb": { | |
| "type": "boolean" | |
| }, | |
| "payload": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "purchaseDate": { | |
| "type": "string" | |
| }, | |
| "quantity": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "rental": { | |
| "type": "boolean" | |
| }, | |
| "usedInGameDate": { | |
| "type": "string" | |
| }, | |
| "wins": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryInventoryItemWithPayload": { | |
| "properties": { | |
| "inventoryType": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "ownershipType": { | |
| "$ref": "#/definitions/LolInventoryItemOwnershipType" | |
| }, | |
| "payload": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "purchaseDate": { | |
| "type": "string" | |
| }, | |
| "uuid": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryInventoryNotification": { | |
| "properties": { | |
| "acknowledged": { | |
| "type": "boolean" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inventoryType": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryInventoryResponseDTO": { | |
| "properties": { | |
| "data": { | |
| "$ref": "#/definitions/LolInventoryInventoryDTO" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryItemOwnershipType": { | |
| "enum": [ | |
| "OWNED", | |
| "RENTED", | |
| "F2P" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolInventoryLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "gasToken": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| }, | |
| "idToken": { | |
| "type": "string" | |
| }, | |
| "puuid": { | |
| "type": "string" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolInventoryLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolInventoryRiotMessagingServiceMessage": { | |
| "properties": { | |
| "payload": { | |
| "type": "string" | |
| }, | |
| "resource": { | |
| "type": "string" | |
| }, | |
| "service": { | |
| "type": "string" | |
| }, | |
| "timestamp": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "version": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryRmsEntitlementPayload": { | |
| "properties": { | |
| "itemId": { | |
| "type": "string" | |
| }, | |
| "itemTypeId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryRmsStoreEntitlementItem": { | |
| "properties": { | |
| "inventoryType": { | |
| "type": "string" | |
| }, | |
| "itemId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolInventoryRmsStoreEntitlementPayload": { | |
| "properties": { | |
| "items": { | |
| "items": { | |
| "$ref": "#/definitions/LolInventoryRmsStoreEntitlementItem" | |
| }, | |
| "type": "array" | |
| }, | |
| "transactionId": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolItemSetsGameDataChampion": { | |
| "properties": { | |
| "alias": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolItemSetsItemSet": { | |
| "properties": { | |
| "associatedChampions": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "associatedMaps": { | |
| "items": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "type": "array" | |
| }, | |
| "blocks": { | |
| "items": { | |
| "$ref": "#/definitions/LolItemSetsItemSetBlock" | |
| }, | |
| "type": "array" | |
| }, | |
| "map": { | |
| "type": "string" | |
| }, | |
| "mode": { | |
| "type": "string" | |
| }, | |
| "preferredItemSlots": { | |
| "items": { | |
| "$ref": "#/definitions/LolItemSetsPreferredItemSlot" | |
| }, | |
| "type": "array" | |
| }, | |
| "sortrank": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "startedFrom": { | |
| "type": "string" | |
| }, | |
| "title": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| }, | |
| "uid": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolItemSetsItemSetBlock": { | |
| "properties": { | |
| "hideIfSummonerSpell": { | |
| "type": "string" | |
| }, | |
| "items": { | |
| "items": { | |
| "$ref": "#/definitions/LolItemSetsItemSetItem" | |
| }, | |
| "type": "array" | |
| }, | |
| "showIfSummonerSpell": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolItemSetsItemSetItem": { | |
| "properties": { | |
| "count": { | |
| "type": "integer" | |
| }, | |
| "id": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolItemSetsItemSets": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "itemSets": { | |
| "items": { | |
| "$ref": "#/definitions/LolItemSetsItemSet" | |
| }, | |
| "type": "array" | |
| }, | |
| "timestamp": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolItemSetsLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolItemSetsLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolItemSetsLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolItemSetsPreferredItemSlot": { | |
| "properties": { | |
| "id": { | |
| "type": "string" | |
| }, | |
| "preferredItemSlot": { | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolKrShutdownLawAllQueueShutdownStatus": { | |
| "properties": { | |
| "isAllQueuesDisabled": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolKrShutdownLawQueueShutdownStatus": { | |
| "properties": { | |
| "isDisabled": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolKrShutdownLawShutdownLawNotification": { | |
| "properties": { | |
| "type": { | |
| "$ref": "#/definitions/LolKrShutdownLawShutdownLawStatus" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolKrShutdownLawShutdownLawStatus": { | |
| "enum": [ | |
| "NONE", | |
| "WARNING", | |
| "CUT_OFF" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolLeaguesAchievedTier": { | |
| "properties": { | |
| "division": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "queueType": { | |
| "$ref": "#/definitions/LolLeaguesLeagueQueueType" | |
| }, | |
| "tier": { | |
| "$ref": "#/definitions/LolLeaguesLeagueTier" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesApexLeagues": { | |
| "properties": { | |
| "challengers": { | |
| "items": { | |
| "$ref": "#/definitions/LolLeaguesLeague" | |
| }, | |
| "type": "array" | |
| }, | |
| "masters": { | |
| "items": { | |
| "$ref": "#/definitions/LolLeaguesLeague" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesGameflowGameData": { | |
| "properties": { | |
| "queue": { | |
| "$ref": "#/definitions/LolLeaguesQueue" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesGameflowPhase": { | |
| "enum": [ | |
| "None", | |
| "Lobby", | |
| "Matchmaking", | |
| "CheckedIntoTournament", | |
| "ReadyCheck", | |
| "ChampSelect", | |
| "GameStart", | |
| "FailedToLaunch", | |
| "InProgress", | |
| "Reconnect", | |
| "WaitingForStats", | |
| "PreEndOfGame", | |
| "EndOfGame", | |
| "TerminatedInError" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolLeaguesGameflowSession": { | |
| "properties": { | |
| "gameData": { | |
| "$ref": "#/definitions/LolLeaguesGameflowGameData" | |
| }, | |
| "phase": { | |
| "$ref": "#/definitions/LolLeaguesGameflowPhase" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLeague": { | |
| "properties": { | |
| "challengerNextPromotionUpdateInMs": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "leagueName": { | |
| "type": "string" | |
| }, | |
| "leagueTier": { | |
| "$ref": "#/definitions/LolLeaguesLeagueTier" | |
| }, | |
| "leagues": { | |
| "items": { | |
| "$ref": "#/definitions/LolLeaguesLeagueDivision" | |
| }, | |
| "type": "array" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "queueType": { | |
| "$ref": "#/definitions/LolLeaguesLeagueQueueType" | |
| }, | |
| "requesterLeagueRank": { | |
| "$ref": "#/definitions/LolLeaguesLeagueRank" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLeagueChampAndStat": { | |
| "properties": { | |
| "championId": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "totalGamePlayed": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "winRate": { | |
| "format": "float", | |
| "type": "number" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLeagueDivision": { | |
| "properties": { | |
| "leagueRank": { | |
| "$ref": "#/definitions/LolLeaguesLeagueRank" | |
| }, | |
| "standings": { | |
| "items": { | |
| "$ref": "#/definitions/LolLeaguesLeagueStanding" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLeagueEmblem": { | |
| "enum": [ | |
| "VETERAN", | |
| "HOTSTREAK", | |
| "FRESHBLOOD" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolLeaguesLeagueNotificationItem": { | |
| "properties": { | |
| "demotionWarning": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "displayDecayWarning": { | |
| "type": "boolean" | |
| }, | |
| "emblems": { | |
| "items": { | |
| "$ref": "#/definitions/LolLeaguesLeagueEmblem" | |
| }, | |
| "type": "array" | |
| }, | |
| "gameId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "inactive": { | |
| "type": "boolean" | |
| }, | |
| "inactivityStatus": { | |
| "type": "string" | |
| }, | |
| "lastPlayed": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "leagueName": { | |
| "type": "string" | |
| }, | |
| "leaguePointsDelta": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "losses": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "minGamesForSeeding": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "miniseriesResults": { | |
| "items": { | |
| "$ref": "#/definitions/LolLeaguesMiniseries" | |
| }, | |
| "type": "array" | |
| }, | |
| "miniseriesTimeLeftToPlayMillis": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "miniseriesWins": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "notifyReason": { | |
| "type": "string" | |
| }, | |
| "playerOrTeamId": { | |
| "type": "string" | |
| }, | |
| "playerOrTeamName": { | |
| "type": "string" | |
| }, | |
| "points": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "previousPosition": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "queueType": { | |
| "type": "string" | |
| }, | |
| "rank": { | |
| "type": "string" | |
| }, | |
| "seasonEndApexPosition": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "seasonEndRank": { | |
| "type": "string" | |
| }, | |
| "seasonEndTier": { | |
| "type": "string" | |
| }, | |
| "tier": { | |
| "type": "string" | |
| }, | |
| "timeLastDecayMessageShown": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "timeUntilDecay": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "timeUntilInactivityStatusChanges": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "totalPlayed": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "wins": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLeagueQueueType": { | |
| "enum": [ | |
| "NONE", | |
| "SOLO5V5", | |
| "FLEXTT", | |
| "FLEXSR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolLeaguesLeagueRank": { | |
| "enum": [ | |
| "I", | |
| "II", | |
| "III", | |
| "IV", | |
| "V", | |
| "NA" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolLeaguesLeagueStanding": { | |
| "properties": { | |
| "apexDaysUntilDecay": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "emblems": { | |
| "items": { | |
| "$ref": "#/definitions/LolLeaguesLeagueEmblem" | |
| }, | |
| "type": "array" | |
| }, | |
| "id": { | |
| "type": "string" | |
| }, | |
| "inactive": { | |
| "type": "boolean" | |
| }, | |
| "inactivityStatus": { | |
| "type": "string" | |
| }, | |
| "losses": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "miniseriesResults": { | |
| "items": { | |
| "$ref": "#/definitions/LolLeaguesMiniseries" | |
| }, | |
| "type": "array" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "pendingDemotion": { | |
| "type": "boolean" | |
| }, | |
| "pendingPromotion": { | |
| "type": "boolean" | |
| }, | |
| "points": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "position": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "positionDelta": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "previousPosition": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "wins": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLeagueTeam": { | |
| "properties": { | |
| "id": { | |
| "type": "string" | |
| }, | |
| "members": { | |
| "items": { | |
| "$ref": "#/definitions/LolLeaguesLeagueTeamMember" | |
| }, | |
| "type": "array" | |
| }, | |
| "name": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLeagueTeamMember": { | |
| "properties": { | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "name": { | |
| "type": "string" | |
| }, | |
| "totalGamePlayed": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "winRate": { | |
| "format": "float", | |
| "type": "number" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLeagueTier": { | |
| "enum": [ | |
| "NONE", | |
| "BRONZE", | |
| "SILVER", | |
| "GOLD", | |
| "PLATINUM", | |
| "DIAMOND", | |
| "MASTER", | |
| "CHALLENGER" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolLeaguesLeaguesLoginDataPacket": { | |
| "properties": { | |
| "simpleMessages": { | |
| "items": { | |
| "$ref": "#/definitions/LolLeaguesSimpleMessage" | |
| }, | |
| "type": "array" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLeaguesNotification": { | |
| "properties": { | |
| "acknowledgedByPlayer": { | |
| "type": "boolean" | |
| }, | |
| "data": { | |
| "$ref": "#/definitions/LolLeaguesLeagueNotificationItem" | |
| }, | |
| "id": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "priority": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "severity": { | |
| "$ref": "#/definitions/LolLeaguesSeverity" | |
| }, | |
| "titleType": { | |
| "type": "string" | |
| }, | |
| "type": { | |
| "type": "string" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLeaguesSeasonRewardConfig": { | |
| "properties": { | |
| "QualificationWarningEnabled": { | |
| "type": "boolean" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLeaguesSummoner": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLoginSession": { | |
| "properties": { | |
| "accountId": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "state": { | |
| "$ref": "#/definitions/LolLeaguesLoginSessionStates" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesLoginSessionStates": { | |
| "enum": [ | |
| "IN_PROGRESS", | |
| "SUCCEEDED", | |
| "LOGGING_OUT", | |
| "ERROR" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolLeaguesMiniseries": { | |
| "enum": [ | |
| "W", | |
| "L", | |
| "N" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolLeaguesParticipantTiers": { | |
| "properties": { | |
| "achievedTiers": { | |
| "items": { | |
| "$ref": "#/definitions/LolLeaguesAchievedTier" | |
| }, | |
| "type": "array" | |
| }, | |
| "summonerId": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesQueue": { | |
| "properties": { | |
| "type": { | |
| "additionalProperties": true, | |
| "type": "object" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesSeverity": { | |
| "enum": [ | |
| "WARNING", | |
| "ALERT" | |
| ], | |
| "type": "string" | |
| }, | |
| "LolLeaguesSignedLeagueItemDTO": { | |
| "properties": { | |
| "apexDaysUntilDecay": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "demotionWarning": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "displayDecayWarning": { | |
| "type": "boolean" | |
| }, | |
| "freshBlood": { | |
| "type": "boolean" | |
| }, | |
| "hotStreak": { | |
| "type": "boolean" | |
| }, | |
| "inactive": { | |
| "type": "boolean" | |
| }, | |
| "inactivityStatus": { | |
| "type": "string" | |
| }, | |
| "jwt": { | |
| "type": "string" | |
| }, | |
| "leaguePoints": { | |
| "format": "int32", | |
| "type": "integer" | |
| }, | |
| "losses": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "miniSeries": { | |
| "$ref": "#/definitions/LeaguesLcdsMiniSeriesDTO" | |
| }, | |
| "playerOrTeamId": { | |
| "type": "string" | |
| }, | |
| "playerOrTeamName": { | |
| "type": "string" | |
| }, | |
| "previousDayLeaguePosition": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "queueType": { | |
| "$ref": "#/definitions/LeaguesLcdsQueueType" | |
| }, | |
| "rank": { | |
| "$ref": "#/definitions/LeaguesLcdsLeagueRank" | |
| }, | |
| "tier": { | |
| "$ref": "#/definitions/LeaguesLcdsLeagueTier" | |
| }, | |
| "timeUntilInactivityStatusChanges": { | |
| "format": "int64", | |
| "type": "integer" | |
| }, | |
| "veteran": { | |
| "type": "boolean" | |
| }, | |
| "wins": { | |
| "format": "int64", | |
| "type": "integer" | |
| } | |
| }, | |
| "type": "object" | |
| }, | |
| "LolLeaguesSignedSummonerLeagueItemsDTO": { | |
| "properties": { | |
| "summonerLeagues": { | |
| "items": { | |
| "$ref": "#/definitions/LolLeaguesSignedLeagueItemDTO" | |
| }, | |
| "type": "array" | |
| } | |