{
  "description": "PodReadinessGate contains the reference to a pod condition",
  "properties": {
    "conditionType": {
      "description": "ConditionType refers to a condition in the pod's condition list with matching type.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "conditionType"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}