{ "$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-extract-request-structure.json", "name": "FileExtractRequest", "description": "Request body for zip file extraction", "type": "object", "properties": { "path": { "type": "string", "description": "Path to the zip file in the developer file system", "example": "uploads/theme-update.zip" } }, "required": [ "path" ] }