{
  "properties": {
    "spec": {
      "additionalProperties": false,
      "properties": {
        "Type": {
          "type": [
            "string",
            "null"
          ]
        },
        "instanceGroupUrl": {
          "type": [
            "string",
            "null"
          ]
        },
        "surgeNode": {
          "type": [
            "string",
            "null"
          ]
        },
        "targetNode": {
          "type": [
            "string",
            "null"
          ]
        },
        "validUntil": {
          "format": "date-time",
          "type": [
            "string",
            "null"
          ]
        }
      },
      "type": [
        "object",
        "null"
      ]
    }
  },
  "type": "object"
}