Story
The Story
card is the “root” of your Open Publishing content. It must always be the outermost card with all other cards nested within its cards
attribute.
Example
{
"type": "Story",
"version": 1,
"home": "http://publisher.example.com/canonical-url",
"cards": []
}
Fields
Field | Type | Default | Purpose | Caveats | Version |
---|---|---|---|---|---|
home |
string |
— | The unique URL associated with this story. | Must be a valid URL. | 1 |
cards |
array of Card |
[] |
An array of cards that describe this story. | 1 |