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",