{ "$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-security-rule-summary-structure.json", "name": "SecurityRuleSummary", "description": "SecurityRuleSummary schema from Palo Alto Networks Cloud NGFW for AWS REST API", "type": "object", "properties": { "Priority": { "type": "int32" }, "RuleName": { "type": "string" }, "Enabled": { "type": "boolean" } } }