|
|
@@ -44,7 +44,16 @@
|
|
|
},
|
|
|
"type": "array"
|
|
|
},
|
|
|
- "equipment": {
|
|
|
+ "equipment": {"$ref": "#/definitions/loadout"},
|
|
|
+ "favorites": {
|
|
|
+ "additionalProperties": {
|
|
|
+ "$ref": "#/definitions/loadout"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "wealth": {"$ref": "#/definitions/money"}
|
|
|
+ },
|
|
|
+ "definitions": {
|
|
|
+ "loadout": {
|
|
|
"propertyNames": {"$ref": "#/definitions/slot"},
|
|
|
"properties": {
|
|
|
"RING": false,
|
|
|
@@ -53,9 +62,7 @@
|
|
|
},
|
|
|
"additionalProperties": {"type": "string"},
|
|
|
"type": "object"
|
|
|
- }
|
|
|
- },
|
|
|
- "definitions": {
|
|
|
+ },
|
|
|
"slot": {
|
|
|
"type": "string",
|
|
|
"enum": [
|