{ "$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-disassociate-firewall-rule-group-response-structure.json", "description": "DisassociateFirewallRuleGroupResponse schema from openapi", "type": "object", "properties": { "FirewallRuleGroupAssociation": { "allOf": [ { "$ref": "#/components/schemas/FirewallRuleGroupAssociation" }, { "description": "The firewall rule group association that you just removed. " } ] } }, "name": "DisassociateFirewallRuleGroupResponse" }