Contents

ManifestURL.ItemsItem.AssetsItem

An array of dictionaries that describe an item to install.

Declaration

object ManifestURL.ItemsItem.AssetsItem

Properties

NameTypeDescription
kind Requiredstring

The kind of manifest item to install. Use software-package for apps and macOS packages.

md5string

The MD5 hash value the device uses when verifying the hash of the manifest item data. When this key is present, the device ignores the md5-size and md5s keys.

md5-sizeinteger

The data chunk size the device uses when verifying the hash of the manifest item data. Required when the md5s key is present.

md5s[string]

An array of strings representing a set of MD5 hash values. The device uses these values to verify the integrity of the downloaded manifest item data. Required when the md5-size key is present.

sha256string

The SHA-256 hash value the device uses when verifying the hash of the manifest item data. When this key is present, the device ignores the sha256-size and sha256 keys.

sha256-sizeinteger

The data chunk size the device uses when verifying the hash of the manifest item data. Required when the sha256s key is present.

sha256s[string]

An array of strings representing a set of SHA-256 hash values. The device uses these values to verify the integrity of the downloaded manifest item data. Required when the sha256-size key is present.

url Requiredstring

The URL that hosts the manifest item data. The URL needs to start with https://.

See Also

Objects