{ "$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-get-firewall-config-response-schema.json", "title": "GetFirewallConfigResponse", "description": "GetFirewallConfigResponse schema from openapi", "type": "object", "properties": { "FirewallConfig": { "allOf": [ { "$ref": "#/components/schemas/FirewallConfig" }, { "description": "Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC. " } ] } } }