{
  "_id": ObjectID("5c45978a121c2a2a6149cff6"),
  "name": "New Story",
  "preload": {
    "graphics": {
      "Kevin": "http://lingo-api.tootle.review:3000/images/characters/kevin.png",
      "Misty": "http://lingo-api.tootle.review:3000/images/characters/misty.png",
      "bg": "http://lingo-api.tootle.review:3000/images/backgrounds/campus.png"
    },
    "audio": {
      "bg": "http://lingo-api.tootle.review:3000/audio/bg1.mp3"
    }
  },
  "scene": [
    {
      "loop_audio": true,
      "background": "bg",
      "shots": [
        {
          "character_type": "half",
          "name": "Kevin",
          "character_image": "kevin.png",
          "dialogue": "Hello Brother",
          "character_position": "right"
        },
        {
          "character_type": "half",
          "name": "Misty",
          "character_image": "misty.png",
          "dialogue": "Hi Brother, what is up with you ?",
          "character_position": "left"
        }
      ]
    }
  ],
  "levelId": ObjectID("5c444bcf121c2a2a6149cfd9"),
  "levelGroupId": ObjectID("5c44448f121c2a2a6149cfd8")
}
