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,