{
  "ApiError": {
    "type": "object",
    "required": ["detail"],
    "properties": {
      "detail": {
        "type": "string"
      }
    }
  }
}