{
  "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": {
        "description": "ForNode provides information about which nodes should consume this endpoint.",
        "properties": {
          "name": {
            "description": "name represents the name of the node.",
            "type": "string"
          }
        },
        "required": [
          "name"
        ],
        "type": [
          "object",
          "null"
        ],
        "additionalProperties": false
      },
      "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": {
        "description": "ForZone provides information about which zones should consume this endpoint.",
        "properties": {
          "name": {
            "description": "name represents the name of the zone.",
            "type": "string"
          }
        },
        "required": [
          "name"
        ],
        "type": [
          "object",
          "null"
        ],
        "additionalProperties": false
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-type": "atomic"
    }
  },
  "type": "object",
  "additionalProperties": false,
  "$schema": "http://json-schema.org/schema#"
}