{
"$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-tips-response-schema.json",
"title": "GetTipsResponse",
"description": "Implementation of the 'GetTipsResponse' model.",
"type": "object",
"properties": {
"PaginationResponse": {
"$ref": "#/components/schemas/PaginationResponse",
"description": "Contains information about the pagination used. See Pagination for a description of the Pagination information."
},
"Tips": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Tip"
},
"description": "Contains information about tips given to staff members within the given date range. Results are ordered by StaffId.",
"example": [
{}
]
}
}
}