From c2da91acb4aac25d4b85866c732e920bf8ab74ec Mon Sep 17 00:00:00 2001 From: catornot <41955154+catornot@users.noreply.github.com> Date: Tue, 23 Dec 2025 19:30:44 -0500 Subject: [PATCH 1/2] add modworkshop to the scheme --- .github/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/schema.json b/.github/schema.json index 53dfc22..50537c0 100644 --- a/.github/schema.json +++ b/.github/schema.json @@ -37,7 +37,7 @@ "pattern": "^https://" }, "Platform": { - "enum": [ "thunderstore" ] + "enum": [ "thunderstore" "modworkshop" ] } }, "required": [ "Version", "Checksum", "CommitHash", "DownloadLink" ] From 6a19507a309a0d74e3ca4c428917ee485a2acada Mon Sep 17 00:00:00 2001 From: catornot <41955154+catornot@users.noreply.github.com> Date: Tue, 23 Dec 2025 19:32:41 -0500 Subject: [PATCH 2/2] un nixfy the json --- .github/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/schema.json b/.github/schema.json index 50537c0..d55429a 100644 --- a/.github/schema.json +++ b/.github/schema.json @@ -37,7 +37,7 @@ "pattern": "^https://" }, "Platform": { - "enum": [ "thunderstore" "modworkshop" ] + "enum": [ "thunderstore", "modworkshop" ] } }, "required": [ "Version", "Checksum", "CommitHash", "DownloadLink" ]