Added uuid to gameSession class & json scheme

This commit is contained in:
2025-07-03 11:52:40 +02:00
parent 16a8d3e707
commit 38e43f54d8
2 changed files with 12 additions and 2 deletions

View File

@@ -5,6 +5,9 @@
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"createdAt": {
"type": "string"
},