{
  "description": "EndpointHints provides hints describing how an endpoint should be consumed.",
  "properties": {
    "forNodes": {
      "description": "forNodes indicates the node(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.",
      "items": {
        "$ref": "_definitions.json#/definitions/io.k8s.api.discovery.v1.ForNode"
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-type": "atomic"
    },
    "forZones": {
      "description": "forZones indicates the zone(s) this endpoint should be consumed by when using topology aware routing. May contain a maximum of 8 entries.",
      "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#"
}