{
  "additionalProperties": false,
  "description": "Server-pushed notification when a subscribed route becomes unroutable.",
  "properties": {
    "error": {
      "properties": {
        "code": {
          "type": "string"
        },
        "message": {
          "type": "string"
        }
      },
      "required": [
        "code",
        "message"
      ],
      "type": "object"
    },
    "method": {
      "const": "route.update"
    }
  },
  "required": [
    "method",
    "error"
  ],
  "title": "RouteUpdateErrorNotification",
  "type": "object"
}