{ "$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-notif-state-change-api-body-structure.json", "name": "NotifStateChangeApiBody", "description": "NotifStateChangeApiBody schema from Multi-Tenant Notifications API", "type": "object", "properties": { "notifIds": { "type": "array", "description": "List of notification IDs", "items": { "type": "string" } }, "readState": { "type": "string", "description": "Read state of the notification", "enum": [ "READ", "UNREAD" ] } } }