{
  "description": "NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.",
  "properties": {
    "attributes": {
      "description": "Attributes defines the attributes of this resource instance. The name of each attribute must be unique.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.2/_definitions.json#/definitions/io.k8s.api.resource.v1alpha2.NamedResourcesAttribute"
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-type": "atomic"
    },
    "name": {
      "description": "Name is unique identifier among all resource instances managed by the driver on the node. It must be a DNS subdomain.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "name"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}