changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "3vs3Victories": {
+ "description": "3v3 match victories",
+ "type": "number"
+ },
+ "bestRoboRumbleTime": {
+ "description": "Best Robo Rumble time",
+ "type": "number"
+ },
+ "bestTimeAsBigBrawler": {
+ "description": "Best Big Brawler time",
+ "type": "number"
+ },
+ "brawlers": {
+ "items": {
+ "properties": {
+ "gadgets": {
+ "description": "Gadgets list",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "highestTrophies": {
+ "description": "Highest brawler trophies",
+ "type": "number"
+ },
+ "id": {
+ "description": "Brawler ID",
+ "type": "number"
+ },
+ "name": {
+ "description": "Brawler name",
+ "type": "string"
+ },
+ "power": {
+ "description": "Brawler power level",
+ "type": "number"
+ },
+ "rank": {
+ "description": "Brawler rank",
+ "type": "number"
+ },
+ "starPowers": {
+ "description": "Star powers list",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "trophies": {
+ "description": "Brawler trophies",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "club": {
+ "properties": {
+ "name": {
+ "description": "Club name",
+ "type": "string"
+ },
+ "tag": {
+ "description": "Club tag",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "duoVictories": {
+ "description": "Duo match victories",
+ "type": "number"
+ },
+ "expLevel": {
+ "description": "Experience level",
+ "type": "number"
+ },
+ "expPoints": {
+ "description": "Experience points",
+ "type": "number"
+ },
+ "highestTrophies": {
+ "description": "Highest trophies reached",
+ "type": "number"
+ },
+ "isQualifiedFromChampionshipChallenge": {
+ "description": "Championship qualification status",
+ "type": "boolean"
+ },
+ "name": {
+ "description": "Player name",
+ "type": "string"
+ },
+ "soloVictories": {
+ "description": "Solo match victories",
+ "type": "number"
+ },
+ "tag": {
+ "description": "Player tag",
+ "type": "string"
+ },
+ "trophies": {
+ "description": "Total trophies",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}