{ "$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-categories-response-schema.json", "title": "GetCategoriesResponse", "description": "Implementation of the 'GetCategoriesResponse' model. Get Categories Response Model", "type": "object", "properties": { "PaginationResponse": { "$ref": "#/components/schemas/PaginationResponse", "description": "Contains information about the pagination used." }, "Categories": { "type": "array", "items": { "$ref": "#/components/schemas/Category" }, "description": "Contains the Category objects, each of which describes the categories for a site.", "example": [ {} ] } } }