Media playlists and review sessions.

Playlist {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of playlist"
    },
    "shots": {
      "type": "string",
      "format": "json",
      "description": "JSON field describing shot and preview listed in"
    },
    "project_id": {
      "type": "string",
      "format": "UUID",
      "description": "Project ID"
    },
    "episode_id": {
      "type": "string",
      "format": "UUID",
      "description": "Episode ID"
    },
    "for_client": {
      "type": "boolean",
      "default": "False"
    },
    "for_entity": {
      "type": "string",
      "default": "shot"
    },
    "is_for_all": {
      "type": "boolean",
      "default": "False"
    },
    "task_type_id": {
      "type": "string",
      "format": "UUID",
      "description": "Task type ID"
    }
  }
}