{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-add-client-response-structure.json", "name": "AddClientResponse", "description": "Implementation of the 'AddClientResponse' model.", "type": "object", "properties": { "Client": { "$ref": "#/components/schemas/Client", "description": "Contains information about the client." } } }