---
title: ManifestURL.ItemsItem.AssetsItem
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/manifesturl/itemsitem/assetsitem
---

# ManifestURL.ItemsItem.AssetsItem

An array of dictionaries that describe an item to install.

## Declaration

```data
object ManifestURL.ItemsItem.AssetsItem
```

## Properties

kind: The kind of manifest item to install. Use software-package for apps and macOS packages. md5: 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-size: The data chunk size the device uses when verifying the hash of the manifest item data. Required when the md5s key is present. md5s: 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. sha256: 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-size: The data chunk size the device uses when verifying the hash of the manifest item data. Required when the sha256s key is present. sha256s: 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: The URL that hosts the manifest item data. The URL needs to start with https://.

## See Also

### Objects

- [ManifestURL.ItemsItem.Metadata](devicemanagement/manifesturl/itemsitem/metadata-data.dictionary.md)
