Parcourir la source

Add support.chat to schema, refs #7714

Jordi Boggiano il y a 6 ans
Parent
commit
b89daf5322
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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.",