{
  "type": "array",
  "items": {
    "type": "object",
    "required": [
      "id",
      "type",
      "status",
      "title"
    ],
    "properties": {
      "id": {
        "type": "string"
      },
      "type": {
        "type": "string"
      },
      "status": {
        "type": "string"
      },
      "title": {
        "type": "string"
      },
      "summary": {
        "type": "string"
      },
      "priority": {
        "type": "string"
      },
      "next_step": {
        "type": "string"
      }
    }
  }
}