{
  "type": "object",
  "required": [
    "action",
    "destination"
  ],
  "properties": {
    "action": {
      "type": "string"
    },
    "destination": {
      "type": "object",
      "required": [
        "type",
        "url"
      ],
      "properties": {
        "type": {
          "type": "string"
        },
        "url": {
          "type": "array"
        }
      }
    }
  }
}

