{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-get-required-client-fields-response-structure.json", "name": "GetRequiredClientFieldsResponse", "description": "Implementation of the 'GetRequiredClientFieldsResponse' model.", "type": "object", "properties": { "RequiredClientFields": { "type": "array", "items": { "type": "string" }, "description": "A list of strings that maps to the client fields that are required by the site.", "example": [ "example-value" ] } } }