ListResourceRecordSetsResponse schema from openapi
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route-53/refs/heads/main/json-schema/amazon-route-53-openapi-list-resource-record-sets-response-schema.json", "title": "ListResourceRecordSetsResponse", "description": "ListResourceRecordSetsResponse schema from openapi", "type": "object", "properties": { "ResourceRecordSets": { "type": "array", "items": { "$ref": "#/components/schemas/ResourceRecordSet" } }, "IsTruncated": { "type": "boolean" }, "NextRecordName": { "type": "string" }, "NextRecordType": { "type": "string" }, "NextRecordIdentifier": { "type": "string" }, "MaxItems": { "type": "integer" } } }