BundleInfo

BundleInfo
BundleInfo

Patch/Install bundle info to be used as part of ProductVersionCatalog patches.

JSON Example
{
    "id": "string",
    "type": "string",
    "name": "string",
    "binaries": [
        {
            "fileName": "string",
            "size": 0,
            "checksum": "string",
            "metadata": [
                {
                    "tag": "string",
                    "configuration": [
                        {
                            "key": "string",
                            "value": "string"
                        }
                    ]
                }
            ]
        }
    ]
}
string
id
Required

Bundle id

string
type
Required

Type of bundle. ex) PATCH, INSTALL

string
name
Required

Patch/Install bundle name

binaries
Required

Bundle binaries for the artifact downloads

Property Of