{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CurrentGameParticipantDTO", "title": "CurrentGameParticipantDTO", "type": "object", "properties": { "teamId": { "type": "integer", "format": "int64" }, "spell1Id": { "type": "integer", "format": "int64" }, "spell2Id": { "type": "integer", "format": "int64" }, "championId": { "type": "integer", "format": "int64" }, "profileIconId": { "type": "integer", "format": "int64" }, "summonerName": { "type": "string" }, "puuid": { "type": "string" } } }