Implemented ISteamGameServer

This commit is contained in:
acidicoala
2025-08-26 05:07:17 +05:00
parent 902476cb3e
commit 9f84425e4e
59 changed files with 151 additions and 123 deletions

View File

@@ -5,6 +5,10 @@
"type": "object",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string",
"description": "The URI of the JSON Schema used to validate this config."
},
"$version": {
"type": "integer",
"minimum": 0,
@@ -21,12 +25,6 @@
"default": "unlocked",
"$ref": "#/$defs/AppStatus"
},
"override_app_id": {
"type": "integer",
"minimum": 0,
"default": 0,
"description": "Overrides the current app ID (0 means no override)."
},
"override_app_status": {
"type": "object",
"default": {},
@@ -113,6 +111,7 @@
},
"examples": [
{
"$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/heads/master/res/SmokeAPI.schema.json",
"$version": 3,
"logging": true,
"default_app_status": "unlocked",