Implementierung von multiple Winners #214

Merged
flixcoo merged 17 commits from feature/205-Implementierung-von-multipleWinners into development 2026-05-10 17:13:11 +00:00
Showing only changes of commit 2a3c0fc98c - Show all commits

View File

@@ -102,36 +102,6 @@
]
}
},
"teams": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"createdAt": {
"type": "string"
},
"memberIds": {
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": false,
"required": [
"id",
"name",
"createdAt",
"memberIds"
]
}
},
"matches": {
"type": "array",
"items": {
@@ -195,6 +165,9 @@
},
"notes": {
"type": "string"
},
"teams": {
"type": ["array", "null"]
}
},
"additionalProperties": false,
@@ -214,7 +187,6 @@
"players",
"games",
"groups",
"teams",
"matches"
]
}