BundleDownloadResponse

BundleDownloadResponse
Bundle Download Response

Response object containing bundle download information.

JSON Example
{
    "bundle_url": "string",
    "bundle_sig_url": "string",
    "bundle_sig": "string",
    "sha256": "string"
}
string
bundle_url
Optional

URL for downloading the bundle.

string
bundle_sig_url
Optional

URL for downloading the bundle signature file.

string
bundle_sig
Optional

RSA SHA256 signature of the bundle (hex encoded).

string
sha256
Optional

SHA256 checksum of the bundle file (hex encoded).