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