GetFirewallDomainListResponse

GetFirewallDomainListResponse schema from openapi

DNSHybrid CloudNetworking

Properties

Name Type Description
FirewallDomainList object
View JSON Schema on GitHub

JSON Schema

amazon-route53-resolver-openapi-get-firewall-domain-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-get-firewall-domain-list-response-schema.json",
  "title": "GetFirewallDomainListResponse",
  "description": "GetFirewallDomainListResponse schema from openapi",
  "type": "object",
  "properties": {
    "FirewallDomainList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FirewallDomainList"
        },
        {
          "description": "The domain list that you requested. "
        }
      ]
    }
  }
}