addedOutput schema / properties / tournaments / items / properties / champion_name
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / tournaments / items / properties / max_slots
Added value: +{
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+}
addedOutput schema / properties / tournaments / items / properties / prize
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / tournaments / items / properties / registration_deadline / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / tournaments / items / properties / registration_deadline / type
Removed value: -"string"
changedOutput schema / properties / tournaments / items / required
Previous value: -[
- "tournament_id",
- "name",
- "status",
- "category",
- "bracket_structure",
- "open_slots",
- "registration_deadline",
- "schedule"
-]New value: +[
+ "tournament_id",
+ "name",
+ "status",
+ "category",
+ "bracket_structure",
+ "open_slots",
+ "max_slots",
+ "registration_deadline",
+ "schedule",
+ "prize",
+ "champion_name"
+]