changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "blitz": {
+ "properties": {
+ "best_rating": {
+ "description": "Best rating achieved in blitz format",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "current_rating": {
+ "description": "Current rating in blitz format",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "record": {
+ "properties": {
+ "draw": {
+ "description": "Number of draws",
+ "type": "number"
+ },
+ "loss": {
+ "description": "Number of losses",
+ "type": "number"
+ },
+ "win": {
+ "description": "Number of wins",
+ "type": "number"
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "bullet": {
+ "properties": {
+ "best_rating": {
+ "description": "Best rating achieved in bullet format",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "current_rating": {
+ "description": "Current rating in bullet format",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "record": {
+ "properties": {
+ "draw": {
+ "description": "Number of draws",
+ "type": "number"
+ },
+ "loss": {
+ "description": "Number of losses",
+ "type": "number"
+ },
+ "win": {
+ "description": "Number of wins",
+ "type": "number"
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "daily": {
+ "properties": {
+ "best_rating": {
+ "description": "Best rating achieved in daily format",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "current_rating": {
+ "description": "Current rating in daily format",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "record": {
+ "properties": {
+ "draw": {
+ "description": "Number of draws",
+ "type": "number"
+ },
+ "loss": {
+ "description": "Number of losses",
+ "type": "number"
+ },
+ "win": {
+ "description": "Number of wins",
+ "type": "number"
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "daily_960": {
+ "properties": {
+ "best_rating": {
+ "description": "Best rating achieved in daily 960 format",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "current_rating": {
+ "description": "Current rating in daily 960 format",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "record": {
+ "properties": {
+ "draw": {
+ "description": "Number of draws",
+ "type": "number"
+ },
+ "loss": {
+ "description": "Number of losses",
+ "type": "number"
+ },
+ "win": {
+ "description": "Number of wins",
+ "type": "number"
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "fide": {
+ "description": "FIDE rating if available",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "rapid": {
+ "properties": {
+ "best_rating": {
+ "description": "Best rating achieved in rapid format",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "current_rating": {
+ "description": "Current rating in rapid format",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "record": {
+ "properties": {
+ "draw": {
+ "description": "Number of draws",
+ "type": "number"
+ },
+ "loss": {
+ "description": "Number of losses",
+ "type": "number"
+ },
+ "win": {
+ "description": "Number of wins",
+ "type": "number"
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ }
+ },
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "username": {
+ "description": "Chess.com username",
+ "type": "string"
+ }
+ },
+ "required": [
+ "username",
+ "fide",
+ "daily",
+ "rapid",
+ "blitz",
+ "bullet",
+ "daily_960"
+ ],
+ "type": "object"
+}