MailingList Data Type
Information about the available mailing lists for communicating with the project. TODO considering moving this to a facet - avoid referring to it externally
| name | data type | description |
|---|---|---|
| mainArchiveUrl | string | |
| name | string | |
| otherArchives | array of string | |
| postAddress | string | |
| subscribeAddress | string | |
| unsubscribeAddress | string |
Example
{
"mainArchiveUrl" : "...",
"otherArchives" : [ "...", "..." ],
"subscribeAddress" : "...",
"unsubscribeAddress" : "...",
"postAddress" : "...",
"name" : "..."
}