1
0
Fork 0

Add RSS channel to support section in composer schema (closes #5073)

pull/5125/head
Tomáš Markacz 2016-03-28 10:23:34 +02:00
parent 37a1e12672
commit bb05ce5c7f
2 changed files with 6 additions and 0 deletions

View File

@ -238,6 +238,7 @@ Support information includes the following:
* **irc:** IRC channel for support, as irc://server/channel.
* **source:** URL to browse or download the sources.
* **docs:** URL to the documentation.
* **rss:** URL to the RSS feed.
An example:

View File

@ -465,6 +465,11 @@
"type": "string",
"description": "URL to the documentation.",
"format": "uri"
},
"rss": {
"type": "string",
"description": "URL to the RSS feed.",
"format": "uri"
}
}
},