changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "items": {
+ "items": {
+ "properties": {
+ "battle": {
+ "properties": {
+ "duration": {
+ "description": "Battle duration",
+ "type": "number"
+ },
+ "mode": {
+ "description": "Battle mode",
+ "type": "string"
+ },
+ "players": {
+ "description": "Players in battle",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "result": {
+ "description": "Battle result",
+ "type": "string"
+ },
+ "teams": {
+ "description": "Teams in battle",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "trophyChange": {
+ "description": "Trophy change",
+ "type": "number"
+ },
+ "type": {
+ "description": "Battle type",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "battleTime": {
+ "description": "Battle timestamp",
+ "type": "string"
+ },
+ "event": {
+ "properties": {
+ "id": {
+ "description": "Event ID",
+ "type": "number"
+ },
+ "map": {
+ "description": "Map name",
+ "type": "string"
+ },
+ "mode": {
+ "description": "Game mode",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}