changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "createdAt": {
+ "description": "Timestamp",
+ "type": "number"
+ },
+ "id": {
+ "description": "User ID",
+ "type": "string"
+ },
+ "online": {
+ "description": "Online status",
+ "type": "boolean"
+ },
+ "perfs": {
+ "additionalProperties": {
+ "properties": {
+ "prog": {
+ "description": "Progress",
+ "type": "number"
+ },
+ "prov": {
+ "description": "Provisional",
+ "type": "boolean"
+ },
+ "rating": {
+ "description": "Rating",
+ "type": "number"
+ },
+ "rd": {
+ "description": "Rating deviation",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "description": "Performance ratings across variants",
+ "type": "object"
+ },
+ "seenAt": {
+ "description": "Last seen timestamp",
+ "type": "number"
+ },
+ "title": {
+ "description": "Title (GM, IM, FM, etc.)",
+ "type": "string"
+ },
+ "username": {
+ "description": "Username",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}