{ "$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-list-firewall-rules-response-schema.json", "title": "ListFirewallRulesResponse", "description": "ListFirewallRulesResponse schema from openapi", "type": "object", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request." } ] }, "FirewallRules": { "allOf": [ { "$ref": "#/components/schemas/FirewallRules" }, { "description": "

A list of the rules that you have defined.

This might be a partial list of the firewall rules that you've defined. For information, see MaxResults.

" } ] } } }