{ "$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-staff-image-urlresponse-schema.json", "title": "GetStaffImageURLResponse", "description": "Implementation of the 'GetStaffImageURLResponse' model. A response object returned from the GetStaffImgURL API.", "type": "object", "properties": { "ImageURL": { "type": "string", "description": "A staff member's image URL.", "example": "example-value" }, "MobileImageURL": { "type": "string", "description": "A staff member's mobile image URL.", "example": "example-value" } } }