{
  "description": "DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.",
  "properties": {
    "counterSet": {
      "description": "CounterSet is the name of the set from which the counters defined will be consumed.",
      "type": [
        "string",
        "null"
      ]
    },
    "counters": {
      "additionalProperties": {
        "$ref": "_definitions.json#/definitions/io.k8s.api.resource.v1beta2.Counter"
      },
      "description": "Counters defines the counters that will be consumed by the device.\n\nThe maximum number of counters is 32.",
      "type": [
        "object",
        "null"
      ]
    }
  },
  "required": [
    "counterSet",
    "counters"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}