Amazon Route 53 · Schema

GetHostedZoneResponse

GetHostedZoneResponse schema from openapi

DNSDomain RegistrationHealth ChecksRouting

Properties

Name Type Description
HostedZone object
DelegationSet object
View JSON Schema on GitHub

JSON Schema

amazon-route-53-openapi-get-hosted-zone-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-get-hosted-zone-response-schema.json",
  "title": "GetHostedZoneResponse",
  "description": "GetHostedZoneResponse schema from openapi",
  "type": "object",
  "properties": {
    "HostedZone": {
      "$ref": "#/components/schemas/HostedZone"
    },
    "DelegationSet": {
      "$ref": "#/components/schemas/DelegationSet"
    }
  }
}