registration: Allow protocol-relative links in "url" field
authorKunal Mehta <legoktm@member.fsf.org>
Mon, 17 Jul 2017 17:13:49 +0000 (10:13 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Mon, 17 Jul 2017 17:13:49 +0000 (10:13 -0700)
Bug: T93010
Change-Id: I626fb5528b41910d859d8596a8ad350f94c1082e

docs/extension.schema.v1.json
docs/extension.schema.v2.json

index f241cf5..7cfebca 100644 (file)
@@ -39,7 +39,7 @@
                "url": {
                        "type": "string",
                        "description": "URL to the homepage for the extension.",
-                       "format": "uri"
+                       "format": "uri-reference"
                },
                "description": {
                        "type": "string",
index 518a65c..75a4f2c 100644 (file)
@@ -40,7 +40,7 @@
                "url": {
                        "type": "string",
                        "description": "URL to the homepage for the extension.",
-                       "format": "uri"
+                       "format": "uri-reference"
                },
                "description": {
                        "type": "string",