{
  "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": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.29.13/_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#"
}