Link

Summary

Summary is used to represent a gist of the story

Format

JSON

{
  "type": "text",
  "subtype": "summary",
  "metadata": {},
  "text": "<p>This is the summary of the story</p>"
}

Schema

Key Type
type * String, Value should be text
subtype * Value should be summary
metadata Object, Value should be {}
text * HTML string starting and ending with <p></p>

Notes

[1] All mandatory fields are marked with an *