{
  "description": "DriverRequests describes all resources that are needed from one particular driver.",
  "properties": {
    "driverName": {
      "description": "DriverName is the name used by the DRA driver kubelet plugin.",
      "type": [
        "string",
        "null"
      ]
    },
    "requests": {
      "description": "Requests describes all resources that are needed from the driver.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.13/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.ResourceRequest"
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-type": "atomic"
    },
    "vendorParameters": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.13/_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension",
      "description": "VendorParameters are arbitrary setup parameters for all requests of the claim. They are ignored while allocating the claim."
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}