Amazon Route 53 · Schema

ListResourceRecordSetsResponse

ListResourceRecordSetsResponse schema from openapi

DNSDomain RegistrationHealth ChecksRouting

Properties

Name Type Description
ResourceRecordSets array
IsTruncated boolean
NextRecordName string
NextRecordType string
NextRecordIdentifier string
MaxItems integer
View JSON Schema on GitHub

JSON Schema

amazon-route-53-openapi-list-resource-record-sets-response-schema.json Raw ↑
{
  "$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"
    }
  }
}