{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "RuleStackSummary", "description": "RuleStackSummary schema from Palo Alto Networks Cloud NGFW for AWS REST API", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/cloud-ngfw-api-rule-stack-summary-schema.json", "type": "object", "properties": { "RuleStackName": { "type": "string" }, "Scope": { "type": "string", "enum": [ "Local", "Global" ] }, "Status": { "type": "string", "enum": [ "ACTIVE", "INACTIVE", "ERROR" ] } } }