{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-ip-addresses-request-schema.json", "title": "IpAddressesRequest", "description": "IpAddressesRequest schema from openapi", "type": "array", "items": { "$ref": "#/components/schemas/IpAddressRequest" }, "minItems": 1, "maxItems": 20 }