From b9b50ca79c38cc430cef7e25eb4402f8e8647e1e Mon Sep 17 00:00:00 2001 From: Vessel9817 <151808241+Vessel9817@users.noreply.github.com> Date: Sun, 28 Jun 2026 19:18:31 +0000 Subject: [PATCH] fix: `$schema` according to schemastore standards (#2893) --- website/src/public/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/public/schema.json b/website/src/public/schema.json index 2210952d..2bbe6e5f 100644 --- a/website/src/public/schema.json +++ b/website/src/public/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "title": "Taskfile YAML Schema", "description": "Schema for Taskfile files.", "definitions": {