changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "daily": {
+ "description": "Top 10 daily format players",
+ "items": {
+ "properties": {
+ "rank": {
+ "description": "Player rank on leaderboard",
+ "type": "number"
+ },
+ "score": {
+ "description": "Player score/rating",
+ "type": "number"
+ },
+ "username": {
+ "description": "Chess.com username",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "live_blitz": {
+ "description": "Top 10 blitz format players",
+ "items": {
+ "properties": {
+ "rank": {
+ "description": "Player rank on leaderboard",
+ "type": "number"
+ },
+ "score": {
+ "description": "Player score/rating",
+ "type": "number"
+ },
+ "username": {
+ "description": "Chess.com username",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "live_bullet": {
+ "description": "Top 10 bullet format players",
+ "items": {
+ "properties": {
+ "rank": {
+ "description": "Player rank on leaderboard",
+ "type": "number"
+ },
+ "score": {
+ "description": "Player score/rating",
+ "type": "number"
+ },
+ "username": {
+ "description": "Chess.com username",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "live_rapid": {
+ "description": "Top 10 rapid format players",
+ "items": {
+ "properties": {
+ "rank": {
+ "description": "Player rank on leaderboard",
+ "type": "number"
+ },
+ "score": {
+ "description": "Player score/rating",
+ "type": "number"
+ },
+ "username": {
+ "description": "Chess.com username",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "tactics": {
+ "description": "Top 10 tactics puzzle players",
+ "items": {
+ "properties": {
+ "rank": {
+ "description": "Player rank on leaderboard",
+ "type": "number"
+ },
+ "score": {
+ "description": "Player score/rating",
+ "type": "number"
+ },
+ "username": {
+ "description": "Chess.com username",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "daily",
+ "live_rapid",
+ "live_blitz",
+ "live_bullet",
+ "tactics"
+ ],
+ "type": "object"
+}