mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Fix json formatting
This commit is contained in:
parent
0946f5e690
commit
c9604f3dc1
@ -15,7 +15,7 @@
|
||||
"accounts" :
|
||||
{
|
||||
"type" : "array",
|
||||
"description" : "List of accounts that are currently online"
|
||||
"description" : "List of accounts that are currently online",
|
||||
"items" :
|
||||
{
|
||||
"type" : "object",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"gameRooms" :
|
||||
{
|
||||
"type" : "array",
|
||||
"description" : "List of currently available game rooms"
|
||||
"description" : "List of currently available game rooms",
|
||||
"items" :
|
||||
{
|
||||
"type" : "object",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"messages" :
|
||||
{
|
||||
"type" : "array",
|
||||
"description" : "List of recent chat messages"
|
||||
"description" : "List of recent chat messages",
|
||||
"items" :
|
||||
{
|
||||
"type" : "object",
|
||||
|
Loading…
Reference in New Issue
Block a user