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