{
  "properties": {
    "certificate": {
      "description": "If request was approved, the controller will place the issued certificate here.",
      "format": "byte",
      "type": [
        "string",
        "null"
      ],
      "x-kubernetes-list-type": "atomic"
    },
    "conditions": {
      "description": "Conditions applied to the request, such as approval or denial.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.19.13/_definitions.json#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequestCondition"
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-map-keys": [
        "type"
      ],
      "x-kubernetes-list-type": "map"
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}