{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/source-code-api-file-upload-request-structure.json", "name": "FileUploadRequest", "description": "Request body for file upload operations", "type": "object", "properties": { "file": { "type": "string", "format": "binary", "description": "The file content to upload", "example": "example-value" } }, "required": [ "file" ] }