Implement [p]trivia info and add DESCRIPTION to trivia schema (#5897)

Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
Kreusada
2024-03-31 02:11:17 +01:00
committed by GitHub
parent c3a493a500
commit 48d74712bc
59 changed files with 224 additions and 20 deletions

View File

@@ -12,6 +12,10 @@
"type": "string",
"description": "Author of the Trivia list."
},
"DESCRIPTION": {
"type": "string",
"description": "Brief description of the Trivia list."
},
"CONFIG": {
"type": "object",
"description": "The configuration for a trivia session.",