{
  "title": "title",
  "type": "object",
  "$schema": "http://json-schema.org/draft-04/schema",
  "description": "Text for the title of the individual slide.",
  "properties": {
    "text": {
      "type": "string",
      "description": "Text to display as slide title."
    }
  },
  "required": [
    "text"
  ],
  "additionalProperties": false,
  "esriDocumentation": {
    "examples": [
      {
        "title": "title",
        "code": {
          "title": {
            "text": "Great slide"
          }
        }
      }
    ]
  }
}
