{
  "description": "DriverAllocationResult contains vendor parameters and the allocation result for one request.",
  "properties": {
    "namedResources": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.2/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.NamedResourcesAllocationResult",
      "description": "NamedResources describes the allocation result when using the named resources model."
    },
    "vendorRequestParameters": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.2/_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension",
      "description": "VendorRequestParameters are the per-request configuration parameters from the time that the claim was allocated."
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}