{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sase-multitenant-notifications-api-mt-notif-agg-key-structure.json", "name": "MtNotifAggKey", "description": "MtNotifAggKey schema from Multi-Tenant Notifications API", "type": "object", "properties": { "tsgId": { "type": "string", "description": "TSG Id" }, "notifType": { "type": "string", "description": "Notification Type", "enum": [ "INCIDENTS", "UPGRADES", "ANNOUNCEMENTS" ] }, "category": { "type": "string", "description": "Notification category - is associated with notification type" }, "subCategory": { "type": "string", "description": "Notification sub-category - is associated with notification type and notification category" }, "inAppFlag": { "type": "boolean", "description": "InApp Notification Flag" } }, "required": [ "tsgId", "notifType", "category", "subCategory", "inAppFlag" ] }