From b89daf5322711ac154d5583ce4443588e43c1716 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 26 Nov 2018 19:52:05 +0100 Subject: [PATCH] Add support.chat to schema, refs #7714 --- res/composer-schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/composer-schema.json b/res/composer-schema.json index 2ff405f1e..ce80c209b 100644 --- a/res/composer-schema.json +++ b/res/composer-schema.json @@ -490,6 +490,11 @@ "description": "IRC channel for support, as irc://server/channel.", "format": "uri" }, + "chat": { + "type": "string", + "description": "URL to the support chat.", + "format": "uri" + }, "source": { "type": "string", "description": "URL to browse or download the sources.",