Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 822 Bytes

File metadata and controls

36 lines (29 loc) · 822 Bytes
description
"format": "zip"

Format

{% hint style="warning" %} This is a required field! {% endhint %}

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:

{% content-ref url="../../supported-archive-formats.md" %} supported-archive-formats.md {% endcontent-ref %}

Example:

{% code overflow="wrap" %}

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

{% endcode %}