瀏覽代碼

Add support.chat to schema, refs #7714

Jordi Boggiano 6 年之前
父節點
當前提交
b89daf5322
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      res/composer-schema.json

+ 5 - 0
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.",