{
  "format": "deckyard.deck",
  "version": 1,
  "title": "My deck",
  "theme": "default",
  "slides": [
    {
      "type": "eu.deckyard.slide.title",
      "content": {
        "title": "My deck",
        "subheading": "An example in the open deck format",
        "background": "lime"
      }
    },
    {
      "type": "eu.deckyard.slide.quote",
      "content": {
        "quote": "A deck is data, not a rendering.",
        "authorName": "Deckyard",
        "authorTitle": "Format specification"
      }
    }
  ]
}
