From 8888f04672f01f699776eb1ae61c92ebb44db359 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Wed, 15 Oct 2025 22:47:15 +0100 Subject: [PATCH] Fix typo in pie-settings-schema.json id --- resources/pie-settings-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/pie-settings-schema.json b/resources/pie-settings-schema.json index 8e2fbd0..87ed654 100644 --- a/resources/pie-settings-schema.json +++ b/resources/pie-settings-schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/php/pie/main/resources/pie-config-schema.json", + "$id": "https://raw.githubusercontent.com/php/pie/main/resources/pie-settings-schema.json", "title": "PIE configuration file schema", "description": "Schema for PIE tool configuration file", "type": "object",