{
  "description": "DeviceCapacity describes a quantity associated with a device.",
  "properties": {
    "value": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.32.2/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity",
      "description": "Value defines how much of a certain device capacity is available."
    }
  },
  "required": [
    "value"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}