Unzip Node

ID: unzipNode

Unzips an attachment from a node into a target folder.

{
    "title": "Unzip Node",
    "properties": {
        "repositoryId": {
            "title": "Repository ID of node with ZIP attachment",
            "type": "string"
        },
        "branchId": {
            "title": "Branch ID of node with ZIP attachment",
            "type": "string"
        },
        "nodeId": {
            "title": "ID of node with ZIP attachment",
            "type": "string"
        },
        "attachmentId": {
            "title": "ID of the attachment containing the ZIP file",
            "type": "string",
            "default": "default"
        },
        "targetRepositoryId": {
            "title": "Target Repository ID of the folder where the ZIP should be expanded",
            "type": "string"
        },
        "targetBranchId": {
            "title": "Target Branch ID of the folder where the ZIP should be expanded",
            "type": "string"
        },
        "targetNodeId": {
            "title": "Target Node ID of the folder where the ZIP should be expanded",
            "type": "string"
        },
        "targetPath": {
            "title": "An offset path from the target node (used to determine where the ZIP should be expanded)",
            "type": "string"
        }
    }
}