ManifestURL.ItemsItem.AssetsItem
An array of dictionaries that describe an item to install.
Declaration
object ManifestURL.ItemsItem.AssetsItemProperties
| Name | Type | Description |
|---|---|---|
kind Required | string | The kind of manifest item to install. Use |
md5 | string | 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 | integer | The data chunk size the device uses when verifying the hash of the manifest item data. Required when the |
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 |
sha256 | string | 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 | integer | The data chunk size the device uses when verifying the hash of the manifest item data. Required when the |
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 |
url Required | string | The URL that hosts the manifest item data. The URL needs to start with |