{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/punchh/refs/heads/main/json-structure/online-ordering-online-order-checkin-response-structure.json", "name": "OnlineOrderCheckinResponse", "description": "OnlineOrderCheckinResponse schema from PAR Punchh Online Ordering and SSO API", "type": "object", "properties": { "first_name": { "type": "string", "example": "Jane Smith" }, "last_name": { "type": "string", "example": "Jane Smith" }, "total_checkins": { "type": "int32", "example": "example" }, "points_balance": { "type": "double", "example": "example" }, "checkin": { "type": "object", "properties": { "checkin_id": { "type": "int32", "example": "500123" }, "points_earned": { "type": "double", "example": "example" } } } } }