{
  "description": "VendorParameters are opaque parameters for one particular driver.",
  "properties": {
    "driverName": {
      "description": "DriverName is the name used by the DRA driver kubelet plugin.",
      "type": [
        "string",
        "null"
      ]
    },
    "parameters": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.2/_definitions.json#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension",
      "description": "Parameters can be arbitrary setup parameters. They are ignored while allocating a claim."
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}