{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/punchh/refs/heads/main/json-structure/mobile-mark-offers-read-request-structure.json", "name": "MarkOffersReadRequest", "description": "MarkOffersReadRequest schema from PAR Punchh Mobile API", "type": "object", "properties": { "client": { "type": "string", "description": "OAuth client ID provided by the business.", "example": "business_client_key" }, "event_type": { "type": "string", "enum": [ "read_through_app", "app_open_via_push" ], "example": "read_through_app" }, "rewards": { "type": "string", "description": "Comma-separated IDs of rewards.", "example": "example" }, "user_notifications": { "type": "string", "description": "Comma-separated IDs of user notifications.", "example": "example" } }, "required": [ "client" ] }