Merge pull request #5125 from markatom/rss-support
Add RSS channel to support section in composer schemapull/5142/head
commit
e5813d06ae
|
@ -238,6 +238,7 @@ Support information includes the following:
|
||||||
* **irc:** IRC channel for support, as irc://server/channel.
|
* **irc:** IRC channel for support, as irc://server/channel.
|
||||||
* **source:** URL to browse or download the sources.
|
* **source:** URL to browse or download the sources.
|
||||||
* **docs:** URL to the documentation.
|
* **docs:** URL to the documentation.
|
||||||
|
* **rss:** URL to the RSS feed.
|
||||||
|
|
||||||
An example:
|
An example:
|
||||||
|
|
||||||
|
|
|
@ -465,6 +465,11 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "URL to the documentation.",
|
"description": "URL to the documentation.",
|
||||||
"format": "uri"
|
"format": "uri"
|
||||||
|
},
|
||||||
|
"rss": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "URL to the RSS feed.",
|
||||||
|
"format": "uri"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue