{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-structure/amazon-route53-resolver-openapi-update-ip-address-structure.json", "description": " Provides information about the IP address type in response to UpdateResolverEndpoint. ", "type": "object", "properties": { "IpId": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": " The ID of the IP address, specified by the ResolverEndpointId. " } ] }, "Ipv6": { "allOf": [ { "$ref": "#/components/schemas/Ipv6" }, { "description": " The IPv6 address that you want to use for DNS queries. " } ] } }, "required": [ "IpId", "Ipv6" ], "name": "UpdateIpAddress" }