diff --git a/public/game-server-config.schema.json b/public/game-server-config.schema.json index e23f1d1..eca0def 100644 --- a/public/game-server-config.schema.json +++ b/public/game-server-config.schema.json @@ -58,60 +58,6 @@ "grid_columns": 3 } }, - "givenPortOnly": { - "title": "givenPortOnly", - "description": "Only attempt to query server on given port.", - "type": "boolean", - "options": { - "grid_columns": 3 - } - }, - "requestRules": { - "title": "requestRules (Valve)", - "description": "Additional server info may be fetched into the raw field.", - "type": "boolean", - "options": { - "grid_columns": 3 - } - }, - "teamspeakQueryPort": { - "title": "teamspeakQueryPort (TeamSpeak 3)", - "type": "integer", - "minimum": 1, - "maximum": 65535, - "format": "number", - "options": { - "grid_columns": 3 - } - }, - "guildId": { - "title": "guildId (Discord)", - "type": "string", - "options": { - "grid_columns": 3 - } - }, - "login": { - "title": "login (Nadeo)", - "type": "string", - "options": { - "grid_columns": 3 - } - }, - "password": { - "title": "password (Nadeo)", - "type": "string", - "options": { - "grid_columns": 3 - } - }, - "token": { - "title": "token (Terraria)", - "type": "string", - "options": { - "grid_columns": 3 - } - }, "discord": { "type": "array", "title": "Discord channels", @@ -181,6 +127,60 @@ "options": { "grid_columns": 12 } + }, + "givenPortOnly": { + "title": "givenPortOnly", + "description": "Only attempt to query server on given port.", + "type": "boolean", + "options": { + "grid_columns": 3 + } + }, + "requestRules": { + "title": "requestRules (Valve)", + "description": "Additional server info may be fetched into the raw field.", + "type": "boolean", + "options": { + "grid_columns": 3 + } + }, + "teamspeakQueryPort": { + "title": "teamspeakQueryPort (TeamSpeak 3)", + "type": "integer", + "minimum": 1, + "maximum": 65535, + "format": "number", + "options": { + "grid_columns": 3 + } + }, + "guildId": { + "title": "guildId (Discord)", + "type": "string", + "options": { + "grid_columns": 3 + } + }, + "login": { + "title": "login (Nadeo)", + "type": "string", + "options": { + "grid_columns": 3 + } + }, + "password": { + "title": "password (Nadeo)", + "type": "string", + "options": { + "grid_columns": 3 + } + }, + "token": { + "title": "token (Terraria)", + "type": "string", + "options": { + "grid_columns": 3 + } } }, "format": "grid-strict",