{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-get-client-purchases-response-structure.json", "name": "GetClientPurchasesResponse", "description": "Implementation of the 'GetClientPurchasesResponse' model.", "type": "object", "properties": { "PaginationResponse": { "$ref": "#/components/schemas/PaginationResponse", "description": "Contains information about the pagination used." }, "Purchases": { "type": "array", "items": { "$ref": "#/components/schemas/ClientPurchaseRecord" }, "description": "Contains information that describes the item sold and the payment.", "example": [ {} ] } } }