{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ServiceInfo", "description": "Information about a SASE service affected by a notification.", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-notifications-service-info-schema.json", "type": "object", "properties": { "serviceName": { "type": "string", "description": "Name of the SASE service." }, "serviceStatus": { "type": "string", "enum": [ "operational", "degraded", "maintenance", "outage" ], "description": "Current operational status of the service." }, "region": { "type": "string", "description": "Region where the service is deployed." } } }