Schema URL

Type: object

Properties

items item[] required
title title required
version enum | uri required

The URL of the version of the format the feed uses. This should appear at the very top, though we recognize that not all JSON generators allow for ordering.

author

Use the "authors" key instead, even when there is only one author. Existing feeds can include both "author" and "authors" for compatibility with existing feed readers. Feed readers should always prefer authors if present.

All of: author author
authors author[]
description description
expired expired
favicon description
feed_url feed_url
home_page_url home_page_url
hubs hubs
icon icon
language string

The primary language for the feed in the format specified in RFC 5646. The value is usually a 2-letter language tag from ISO 639-1, optionally followed by a region tag. (Examples: "en" or "en-US".)

next_url next_url
user_comment user_comment

Definitions

item object
id string required

Is unique for that item for that feed over time. If an item is ever updated, the id should be unchanged. New items should never use a previously-used id. Ideally, the id is the full URL of the resource described by the item, since URLs make great unique identifiers.

attachments attachments
author

Use the "authors" key instead, even when there is only one author. Existing feeds can include both "author" and "authors" for compatibility with existing feed readers. Feed readers should always prefer authors if present.

All of: author author
authors author[]
banner_image banner_image
content_html content_html
content_text content_text
date_modified date_modified
date_published date_published
external_url external_url
image image
language string

The language for this item, using the same format as the top-level "language" field. The value can be different than the primary language for the feed when a specific item is written in a different language than other items in the feed.

summary summary
tags tags
title title
url url