Amazon Route 53 · Schema

ListHostedZonesResponse

ListHostedZonesResponse schema from openapi

DNSDomain RegistrationHealth ChecksRouting

Properties

Name Type Description
HostedZones array
Marker string
IsTruncated boolean
NextMarker string
MaxItems integer
View JSON Schema on GitHub

JSON Schema

amazon-route-53-openapi-list-hosted-zones-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-hosted-zones-response-schema.json",
  "title": "ListHostedZonesResponse",
  "description": "ListHostedZonesResponse schema from openapi",
  "type": "object",
  "properties": {
    "HostedZones": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/HostedZone"
      }
    },
    "Marker": {
      "type": "string"
    },
    "IsTruncated": {
      "type": "boolean"
    },
    "NextMarker": {
      "type": "string"
    },
    "MaxItems": {
      "type": "integer"
    }
  }
}