diff --git a/json_schema/lobby/status.example.json b/json_schema/lobby/status.example.json index abae61e..d62d373 100644 --- a/json_schema/lobby/status.example.json +++ b/json_schema/lobby/status.example.json @@ -13,7 +13,7 @@ } ], "readystatus": { - "0": "true", - "1": "false" + "0": true, + "1": false } } \ No newline at end of file