From 679589828c908566df24178689eec9b88ca58c47 Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 17 Jul 2017 10:13:49 -0700 Subject: [PATCH] registration: Allow protocol-relative links in "url" field Bug: T93010 Change-Id: I626fb5528b41910d859d8596a8ad350f94c1082e --- docs/extension.schema.v1.json | 2 +- docs/extension.schema.v2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", -- 2.20.1