{
  "description": "ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.",
  "properties": {
    "current": {
      "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricValueStatus",
      "description": "current contains the current value for the given metric"
    },
    "metric": {
      "$ref": "_definitions.json#/definitions/io.k8s.api.autoscaling.v2.MetricIdentifier",
      "description": "metric identifies the target metric by name and selector"
    }
  },
  "required": [
    "metric",
    "current"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}