MediaAsset (JSON)

The media assets associated with the achievement or its rewards.

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:
  • icon (0): The achievement icon.
  • art (1): The digital art asset.
url string The URL of the MediaAsset.

Sample JSON syntax

{
  "name":"Icon Name",
  "type":"Icon",
  "url":"http://www.xbox.com"
}

See also

Parent

JavaScript Object Notation (JSON) Object Reference