From 22d7ac5133d51d0fa2d1ed2efbf89054ffbcc444 Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Wed, 19 Feb 2025 16:40:05 +0100 Subject: [PATCH 1/2] Update composer-schema.json add reference and relative to repository type path --- res/composer-schema.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/res/composer-schema.json b/res/composer-schema.json index 0b9fef0e7..4b2432e0d 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -969,9 +969,11 @@ "options": { "type": "object", "properties": { - "symlink": { "type": ["boolean", "null"] } + "reference": { "type": ["string"], "enum": ["none", "config", "auto"] }, + "symlink": { "type": ["boolean", "null"] }, + "relative": { "type": ["boolean"] } }, - "additionalProperties": true + "additionalProperties": false } } }, From ab5101375e4c3e24a1a27ea6853c7b0036fc1922 Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Wed, 19 Feb 2025 16:41:15 +0100 Subject: [PATCH 2/2] Update res/composer-schema.json --- res/composer-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/composer-schema.json b/res/composer-schema.json index 4b2432e0d..3d56cdea9 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -973,7 +973,7 @@ "symlink": { "type": ["boolean", "null"] }, "relative": { "type": ["boolean"] } }, - "additionalProperties": false + "additionalProperties": true } } },