{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/source-code-api-file-extract-request-schema.json", "title": "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" ] }