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