{
  "description": "EndpointHints provides hints describing how an endpoint should be consumed.",
  "properties": {
    "forZones": {
      "description": "forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.",
      "items": {
        "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.ForZone"
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-type": "atomic"
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}