{
"type": "object",
"description": "Request body for zip file extraction",
"properties": {
"path": {
"type": "string",
"description": "Path to the zip file in the developer file system",
"example": "uploads/theme-update.zip"
}
},
"required": [
"path"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "FileExtractRequest"
}