{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eks/refs/heads/main/json-structure/eks-openapi-kubernetes-network-config-response-structure.json", "name": "KubernetesNetworkConfigResponse", "description": "KubernetesNetworkConfigResponse schema from Amazon EKS API", "type": "object", "properties": { "serviceIpv4Cidr": { "type": "string" }, "serviceIpv6Cidr": { "type": "string" }, "ipFamily": { "type": "string", "enum": [ "ipv4", "ipv6" ] } } }