{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-structure/amazon-route53-resolver-openapi-delete-firewall-domain-list-request-structure.json", "description": "DeleteFirewallDomainListRequest schema from openapi", "type": "object", "properties": { "FirewallDomainListId": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "The ID of the domain list that you want to delete. " } ] } }, "required": [ "FirewallDomainListId" ], "name": "DeleteFirewallDomainListRequest" }