From: Kunal Mehta Date: Mon, 17 Jul 2017 17:13:49 +0000 (-0700) Subject: registration: Allow protocol-relative links in "url" field X-Git-Tag: 1.31.0-rc.0~2701^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/?a=commitdiff_plain;h=679589828c908566df24178689eec9b88ca58c47;p=lhc%2Fweb%2Fwiklou.git registration: Allow protocol-relative links in "url" field Bug: T93010 Change-Id: I626fb5528b41910d859d8596a8ad350f94c1082e --- diff --git a/docs/extension.schema.v1.json b/docs/extension.schema.v1.json index f241cf59e4..7cfebcafa4 100644 --- a/docs/extension.schema.v1.json +++ b/docs/extension.schema.v1.json @@ -39,7 +39,7 @@ "url": { "type": "string", "description": "URL to the homepage for the extension.", - "format": "uri" + "format": "uri-reference" }, "description": { "type": "string", diff --git a/docs/extension.schema.v2.json b/docs/extension.schema.v2.json index 518a65c7a8..75a4f2c6fc 100644 --- a/docs/extension.schema.v2.json +++ b/docs/extension.schema.v2.json @@ -40,7 +40,7 @@ "url": { "type": "string", "description": "URL to the homepage for the extension.", - "format": "uri" + "format": "uri-reference" }, "description": { "type": "string",