1
0
Fork 0

Add support.chat to schema, refs #7714

pull/7806/head
Jordi Boggiano 2018-11-26 19:52:05 +01:00
parent 85ec111dee
commit b89daf5322
1 changed files with 5 additions and 0 deletions

View File

@ -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.",