From ef3b8894e344101f0c4917916b27dd90e3ee1857 Mon Sep 17 00:00:00 2001 From: acidicoala <67734819+acidicoala@users.noreply.github.com> Date: Sun, 12 Oct 2025 16:25:32 +0500 Subject: [PATCH] Bump config schema version URL --- README.md | 2 +- res/SmokeAPI.config.json | 2 +- res/SmokeAPI.schema.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1354b12..c52b7d4 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ Below you can find an example config where nearly every option has been customiz ```json { - "$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.6/res/SmokeAPI.schema.json", + "$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v4.0.0/res/SmokeAPI.schema.json", "$version": 4, "logging": true, "log_steam_http": true, diff --git a/res/SmokeAPI.config.json b/res/SmokeAPI.config.json index 061d52c..a6c2ca3 100644 --- a/res/SmokeAPI.config.json +++ b/res/SmokeAPI.config.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.6/res/SmokeAPI.schema.json", + "$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v4.0.0/res/SmokeAPI.schema.json", "$version": 4, "logging": true, "log_steam_http": false, diff --git a/res/SmokeAPI.schema.json b/res/SmokeAPI.schema.json index 5d9747d..b9f04ce 100644 --- a/res/SmokeAPI.schema.json +++ b/res/SmokeAPI.schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.6/res/SmokeAPI.schema.json", + "$id": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v4.0.0/res/SmokeAPI.schema.json", "title": "SmokeAPI configuration", "type": "object", "additionalProperties": false, @@ -120,7 +120,7 @@ }, "examples": [ { - "$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v3.1.6/res/SmokeAPI.schema.json", + "$schema": "https://raw.githubusercontent.com/acidicoala/SmokeAPI/refs/tags/v4.0.0/res/SmokeAPI.schema.json", "$version": 4, "logging": true, "log_steam_http": true,