{
  "properties": {
    "spec": {
      "properties": {
        "hostname": {
          "description": "(optional) Hostname of the prohibited target",
          "type": "string"
        },
        "paths": {
          "description": "(optional) A list of URL paths, for which the Ingress Controller is prohibited from mutating Application Gateway configuration; Must begin with a / and end with /*",
          "items": {
            "pattern": "^\\/(?:.+\\/)?\\*$",
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
