Link

Title

Title is used to represent a title before any content

Format

JSON

{
  "type": "title",
  "subtype": null,
  "metadata": {},
  "text": "Good Title"
}

Schema

Key Type
type * String, Value should be title
subtype Value should be null
metadata Object, Value should be {}
text * String

Notes

[1] All mandatory fields are marked with an *