{
  "description": "DeviceAllocationConfiguration gets embedded in an AllocationResult.",
  "properties": {
    "opaque": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.32.2/_definitions.json#/definitions/io.k8s.api.resource.v1beta1.OpaqueDeviceConfiguration",
      "description": "Opaque provides driver-specific configuration parameters."
    },
    "requests": {
      "description": "Requests lists the names of requests where the configuration applies. If empty, its applies to all requests.",
      "items": {
        "type": [
          "string",
          "null"
        ]
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-type": "atomic"
    },
    "source": {
      "description": "Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "source"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}