{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/cloud-ngfw-api-rule-destination-structure.json", "name": "RuleDestination", "description": "Traffic destination matching criteria for a security rule.", "type": "object", "properties": { "Cidrs": { "type": "array", "description": "Destination CIDR blocks.", "items": { "type": "string" } }, "Countries": { "type": "array", "description": "Destination country codes.", "items": { "type": "string" } }, "Feeds": { "type": "array", "items": { "type": "string" } }, "FqdnLists": { "type": "array", "description": "Names of FQDN lists defined in the rule stack.", "items": { "type": "string" } }, "PrefixLists": { "type": "array", "items": { "type": "string" } } } }