{
"$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-pick-aspot-class-response-schema.json",
"title": "GetPickASpotClassResponse",
"description": "Implementation of the 'GetPickASpotClassResponse' model. Contains information about the get PickASpot class response.",
"type": "object",
"properties": {
"classes": {
"type": "array",
"items": {
"$ref": "#/components/schemas/PickASpotClass"
},
"description": "Contains information about the PickASpot classes.",
"example": [
{}
]
},
"pagination": {
"$ref": "#/components/schemas/Pagination",
"description": "Contains information about the pagination used."
},
"responseDetails": {
"$ref": "#/components/schemas/ResponseDetails",
"description": "Contains information about the response details."
}
}
}