Teamspiele implementieren #217

Open
flixcoo wants to merge 55 commits from feature/168-teamspiele-implementieren into development
Showing only changes of commit f069f62e26 - Show all commits

View File

@@ -166,6 +166,9 @@
"notes": {
"type": "string"
},
"isTeamMatch": {
"type": "boolean"
},
"teams": {
"type": ["array", "null"]
}
@@ -177,7 +180,8 @@
"createdAt",
"gameId",
"playerIds",
"notes"
"notes",
"isTeamMatch"
]
}
}