POSResponse schema from Aramark Marko API
{ "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/POSTransaction" } }, "count": { "type": "integer", "description": "Total record count", "example": 100 } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aramark/refs/heads/main/json-schema/marko-api-pos-response-schema.json", "title": "POSResponse", "description": "POSResponse schema from Aramark Marko API" }