{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NotifStateChangeApiBody", "description": "NotifStateChangeApiBody schema from Multi-Tenant Notifications API", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-multitenant-notifications-api-notif-state-change-api-body-schema.json", "type": "object", "properties": { "notifIds": { "description": "List of notification IDs", "type": "array", "items": { "type": "string" } }, "readState": { "type": "string", "description": "Read state of the notification", "enum": [ "READ", "UNREAD" ] } } }