Format

"format": "zip"

This is a required field!

Formats

Name of the archive format that needs to be extracted. The archive format must be supported by Repository Manager, and be correctly named according to the Supported Archive Formats list. For a full list of supported formats and their names:

pageSupported Archive Formats

Example:

{
    ...
    "source": {
        ...
        "format": "zip",
        ...
    },
    ...
}

Last updated