{ "$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-source-structure.json", "name": "RuleSource", "description": "Traffic source matching criteria for a security rule.", "type": "object", "properties": { "Cidrs": { "type": "array", "description": "Source CIDR blocks (e.g., 10.0.0.0/8).", "items": { "type": "string" } }, "Countries": { "type": "array", "description": "Source country codes (ISO 3166-1 alpha-2).", "items": { "type": "string" } }, "Feeds": { "type": "array", "description": "Threat intelligence feed names.", "items": { "type": "string" } }, "PrefixLists": { "type": "array", "description": "Names of prefix lists defined in the rule stack.", "items": { "type": "string" } } } }