Skip to content

Commit

Permalink
Make feed_url required
Browse files Browse the repository at this point in the history
  • Loading branch information
robb committed Nov 28, 2023
1 parent 5458ca3 commit 9992f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The top level object of the feed matches that of a JSON Feed with the following

- `_open_stories` (required, _Open Stories Metadata_): The _Open Stories Metadata_ of this feed.
- `items`: (required, an array of _Open Stories Items_): The items of the feed.
- `feed_url`: (required, string): Unlike in JSON Feed, `feed_url` is a required field in Open Stories feeds.

### Open Stories Metadata

Expand Down

0 comments on commit 9992f76

Please sign in to comment.