# ProjectRssFeed Object

## Description

RSS details for a project.

## Properties

### feedUrl

URL for the RSS feed of the project. Only present if `status` field is `active`.

Type: `string`

### status

RSS status of the project.

Type: `string`

Valid Values:

* `active`
* `not-created`

## Sample JSON

```javascript
{
    "status": "active",
    "feedUrl": "https://rss.skeddly.com/"
}
```
