Add support.chat to schema, refs #7714
parent
85ec111dee
commit
b89daf5322
|
@ -490,6 +490,11 @@
|
||||||
"description": "IRC channel for support, as irc://server/channel.",
|
"description": "IRC channel for support, as irc://server/channel.",
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
},
|
},
|
||||||
|
"chat": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "URL to the support chat.",
|
||||||
|
"format": "uri"
|
||||||
|
},
|
||||||
"source": {
|
"source": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "URL to browse or download the sources.",
|
"description": "URL to browse or download the sources.",
|
||||||
|
|
Loading…
Reference in New Issue