changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "badgeId": {
+ "description": "Club badge ID",
+ "type": "number"
+ },
+ "description": {
+ "description": "Club description",
+ "type": "string"
+ },
+ "members": {
+ "items": {
+ "properties": {
+ "name": {
+ "description": "Member name",
+ "type": "string"
+ },
+ "role": {
+ "description": "Member role",
+ "type": "string"
+ },
+ "tag": {
+ "description": "Member tag",
+ "type": "string"
+ },
+ "trophies": {
+ "description": "Member trophies",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "name": {
+ "description": "Club name",
+ "type": "string"
+ },
+ "requiredTrophies": {
+ "description": "Required trophies to join",
+ "type": "number"
+ },
+ "tag": {
+ "description": "Club tag",
+ "type": "string"
+ },
+ "trophies": {
+ "description": "Club total trophies",
+ "type": "number"
+ },
+ "type": {
+ "description": "Club type",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}