From 295a8174ddf4ecf818b6a683f14bc124f33e5990 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 6 May 2026 09:39:09 +0200 Subject: [PATCH] fix(schemas): move to license_url --- schemas/manifest.v2.schema.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index b3d78e9318..69d870bd34 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -105,13 +105,11 @@ "additionalProperties": false, "properties": { "license": { + "type": "string" + }, + "license_url": { "type": "string", - "properties": { - "url": { - "type": "string", - "format": "uri" - } - } + "format": "uri-reference" }, "website": { "type": "string",