{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-get-client-contracts-response-schema.json", "title": "GetClientContractsResponse", "description": "Implementation of the 'GetClientContractsResponse' model.", "type": "object", "properties": { "PaginationResponse": { "$ref": "#/components/schemas/PaginationResponse", "description": "Contains information about the pagination used." }, "Contracts": { "type": "array", "items": { "$ref": "#/components/schemas/ClientContract" }, "description": "Contains the details of the client\u2019s contract.", "example": [ {} ] } } }