Amazon Route 53 · JSON Structure

Amazon Route 53 Openapi List Hosted Zones Response Structure

ListHostedZonesResponse schema from openapi

Type: object Properties: 5
DNSDomain RegistrationHealth ChecksRouting

ListHostedZonesResponse is a JSON Structure definition published by Amazon Route 53, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

HostedZones Marker IsTruncated NextMarker MaxItems

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route-53/refs/heads/main/json-structure/amazon-route-53-openapi-list-hosted-zones-response-structure.json",
  "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": "int32"
    }
  },
  "name": "ListHostedZonesResponse"
}