From e12db20314f1baed51678006060ca9994a3a9536 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Mon, 13 May 2024 11:42:05 +0000 Subject: [PATCH] Add missing field in schema --- config/schemas/lobbyProtocol/matchesHistory.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/schemas/lobbyProtocol/matchesHistory.json b/config/schemas/lobbyProtocol/matchesHistory.json index b90dc6541..acb1fcd63 100644 --- a/config/schemas/lobbyProtocol/matchesHistory.json +++ b/config/schemas/lobbyProtocol/matchesHistory.json @@ -78,6 +78,11 @@ "maximum" : 8, "description" : "Maximum number of players that can join this room, including host" }, + "version" : + { + "type" : "string", + "description" : "Version of match server, e.g. 1.5.0" + }, "ageSeconds" : { "type" : "number",