From a32474928478f7744429dacc13c8ef73d3e18c03 Mon Sep 17 00:00:00 2001 From: Glavo Date: Thu, 2 Oct 2025 19:46:44 +0800 Subject: [PATCH] Update download.json.schema --- download.json.schema | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/download.json.schema b/download.json.schema index 9c976e0..b762fd0 100644 --- a/download.json.schema +++ b/download.json.schema @@ -18,7 +18,8 @@ "sh": { "$ref": "#/definitions/file" } - } + }, + "required": ["version", "jar", "exe"] } }, "additionalProperties": false,