{
  "description": "PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).",
  "required": [
    "metric",
    "current"
  ],
  "properties": {
    "current": {
      "description": "current contains the current value for the given metric",
      "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2beta2.MetricValueStatus"
    },
    "metric": {
      "description": "metric identifies the target metric by name and selector",
      "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier"
    }
  },
  "$schema": "http://json-schema.org/schema#",
  "type": "object"
}