{ "$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-update-client-visit-response-schema.json", "title": "UpdateClientVisitResponse", "description": "Implementation of the 'UpdateClientVisitResponse' model.", "type": "object", "properties": { "Visit": { "$ref": "#/components/schemas/Visit", "description": "The updated visit." } } }