GetFirewallConfigRequest 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-get-firewall-config-request-schema.json", "title": "GetFirewallConfigRequest", "description": "GetFirewallConfigRequest schema from openapi", "type": "object", "properties": { "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "The ID of the VPC from Amazon VPC that the configuration is for." } ] } }, "required": [ "ResourceId" ] }