{ "$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-associate-firewall-rule-group-response-structure.json", "description": "AssociateFirewallRuleGroupResponse schema from openapi", "type": "object", "properties": { "FirewallRuleGroupAssociation": { "allOf": [ { "$ref": "#/components/schemas/FirewallRuleGroupAssociation" }, { "description": "The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete." } ] } }, "name": "AssociateFirewallRuleGroupResponse" }