changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of items returned.",
+ "type": "integer"
+ },
+ "items": {
+ "items": {
+ "properties": {
+ "games": {
+ "description": "Games played",
+ "type": "number"
+ },
+ "id": {
+ "description": "User ID",
+ "type": "string"
+ },
+ "prog": {
+ "description": "Progress",
+ "type": "number"
+ },
+ "rating": {
+ "description": "Rating",
+ "type": "number"
+ },
+ "rd": {
+ "description": "Rating deviation",
+ "type": "number"
+ },
+ "score": {
+ "description": "Score",
+ "type": "number"
+ },
+ "title": {
+ "description": "Title",
+ "type": "string"
+ },
+ "username": {
+ "description": "Username",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "count"
+ ],
+ "type": "object"
+}