UpdateMessageRequest schema from AT&T API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/at-and-t/refs/heads/main/json-schema/in-app-messaging-api-update-message-request-schema.json", "title": "UpdateMessageRequest", "description": "UpdateMessageRequest schema from AT&T API", "type": "object", "properties": { "message": { "type": "object", "properties": { "isUnread": { "type": "boolean", "description": "Updated read status of the message", "example": false } } } } }