> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MediaAsset (JSON)

> MediaAsset (JSON)

# MediaAsset (JSON)

The media assets associated with the achievement or its rewards.

<a id="ID4EN" />

## MediaAsset

The MediaAsset object has the following specification.

| Member | Type                       | Description                                                                                                            |
| ------ | -------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| name   | string                     | The name of the MediaAsset, such as "tile01".                                                                          |
| type   | MediaAssetType enumeration | The type of the media asset: <ul><li>icon (0): The achievement icon.</li><li>art (1): The digital art asset.</li></ul> |
| url    | string                     | The URL of the MediaAsset.                                                                                             |

<a id="ID4EFC" />

## Sample JSON syntax

```json theme={null}
{
  "name":"Icon Name",
  "type":"Icon",
  "url":"http://www.xbox.com"
}

```

<a id="ID4EOC" />

## See also

<a id="ID4EQC" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)


## Related topics

- [XblAchievementReward](/reference/live/xsapi-c/achievements_c/structs/xblachievementreward.md)
- [XblAchievement](/reference/live/xsapi-c/achievements_c/structs/xblachievement.md)
- [XblAchievementMediaAsset](/reference/live/xsapi-c/achievements_c/structs/xblachievementmediaasset.md)
- [XblAchievementMediaAssetType](/reference/live/xsapi-c/achievements_c/enums/xblachievementmediaassettype.md)
- [XR-006 Title Assets and Metadata](/publishing/certification/xr/xr-006.md)
