{ "$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-upload-client-photo-response-schema.json", "title": "UploadClientPhotoResponse", "description": "Implementation of the 'UploadClientPhotoResponse' model.", "type": "object", "properties": { "ClientId": { "type": "string", "description": "The RSSID of the client for whom the photo was uploaded.", "example": "example-value" }, "PhotoUrl": { "type": "string", "description": "The URL of the uploaded photo.", "example": "https://example.mindbodyonline.com/resource/abc123" } } }