From 481e4ecb9fc472ea1c9d59b9d024630202d33a71 Mon Sep 17 00:00:00 2001 From: Vessel9817 <151808241+Vessel9817@users.noreply.github.com> Date: Sat, 27 Jun 2026 02:30:27 +0000 Subject: [PATCH] Fix `$schema` according to Schemastore/schemastore standards --- 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 2210952d62..2bbe6e5f6d 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": {