{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NotifReadState", "description": "Read state of the notification", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/sase-multitenant-notifications-api-notif-read-state-schema.json", "type": "string", "enum": [ "READ", "UNREAD" ] }