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": { "notes": {
"type": "string" "type": "string"
}, },
"isTeamMatch": {
"type": "boolean"
},
"teams": { "teams": {
"type": ["array", "null"] "type": ["array", "null"]
} }
@@ -177,7 +180,8 @@
"createdAt", "createdAt",
"gameId", "gameId",
"playerIds", "playerIds",
"notes" "notes",
"isTeamMatch"
] ]
} }
} }