jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/365655 )

Change subject: registration: Allow protocol-relative links in "url" field
......................................................................


registration: Allow protocol-relative links in "url" field

Bug: T93010
Change-Id: I626fb5528b41910d859d8596a8ad350f94c1082e
---
M docs/extension.schema.v1.json
M docs/extension.schema.v2.json
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Reedy: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/docs/extension.schema.v1.json b/docs/extension.schema.v1.json
index f241cf5..7cfebca 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 518a65c..75a4f2c 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",

-- 
To view, visit https://gerrit.wikimedia.org/r/365655
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I626fb5528b41910d859d8596a8ad350f94c1082e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to