From ea3853fb9a27ac9f7987813e4505432324694028 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 3 May 2026 12:20:46 +0200 Subject: [PATCH] enh(schemas): allow license.url in manifest --- schemas/manifest.v2.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index df4cc80f84..944fc700b3 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -106,6 +106,12 @@ "properties": { "license": { "type": "string" + "properties": { + "url": { + "type": "string", + "format": "uri" + } + } }, "website": { "type": "string",