{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-upload-client-document-response-structure.json", "name": "UploadClientDocumentResponse", "description": "Implementation of the 'UploadClientDocumentResponse' model.", "type": "object", "properties": { "FileSize": { "type": "int32", "description": "The size of the uploaded file.", "example": 1 }, "FileName": { "type": "string", "description": "The name of the uploaded file.", "example": "example-value" } } }