Updated json schema

This commit is contained in:
2025-11-23 00:17:31 +01:00
parent cfed05595c
commit 338f4294dc

View File

@@ -88,13 +88,12 @@
]
},
"winner": {
"type": ["string","null"]
"type": ["object","null"]
},
"required": [
"id",
"createdAt",
"name",
"winner"
"name"
]
}
]