changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "bestWins": {
+ "description": "Best wins",
+ "items": {
+ "properties": {
+ "gameId": {
+ "description": "Game ID",
+ "type": "string"
+ },
+ "opponentName": {
+ "description": "Opponent username",
+ "type": "string"
+ },
+ "opponentRating": {
+ "description": "Opponent rating",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "percentile": {
+ "description": "Percentile ranking",
+ "type": "number"
+ },
+ "rank": {
+ "description": "Ranking in variant",
+ "type": "number"
+ },
+ "stat": {
+ "properties": {
+ "plays": {
+ "description": "Games played",
+ "type": "number"
+ },
+ "prog": {
+ "description": "Progress",
+ "type": "number"
+ },
+ "prov": {
+ "description": "Provisional",
+ "type": "boolean"
+ },
+ "rating": {
+ "description": "Current rating",
+ "type": "number"
+ },
+ "rd": {
+ "description": "Rating deviation",
+ "type": "number"
+ },
+ "score": {
+ "description": "Score",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}