> ## 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.

# Reward (JSON)

> Reward (JSON)

# Reward (JSON)

The reward associated with the achievement.

<a id="ID4EN" />

## Reward

The Reward object has the following specification.

| Member      | Type                              | Description                                                                                                                                                                                                                                                                                            |
| ----------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| name        | string                            | The user-facing name of the Reward.                                                                                                                                                                                                                                                                    |
| description | string                            | The user-facing description of the Reward.                                                                                                                                                                                                                                                             |
| value       | string                            | The Reward's value.                                                                                                                                                                                                                                                                                    |
| type        | RewardType enumeration            | The Reward type: <ul><li>invalid (0): An unknown and unsupported reward type was configured.</li><li>Gamerscore (1): The reward adds points to the player's Gamerscore.</li><li>inApp (2): The reward is defined and delivered by the title.</li><li>Art (3): The reward is a digital asset.</li></ul> |
| valueType   | ProgressValueDataType enumeration | The type of value. See [Requirement (JSON)](/reference/live/rest/json/json-requirement) for more information.                                                                                                                                                                                          |

<a id="ID4EBD" />

## Sample JSON syntax

```json theme={null}
{
  "name":null,
  "description":null,
  "value":"10",
  "type":"Gamerscore",
  "valueType":"Int"
}

```

<a id="ID4EKD" />

## See also

<a id="ID4EMD" />

##### 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)
- [Configure XBOX achievement rewards](/services/xbox-services/player-data/achievements/title-managed/concepts/live-achievement-rewards.md)
- [player_ad_rewarded](/services/playfab/api-references/events/AdPlacement/player-ad-rewarded.md)
- [XblAchievementRewardType](/reference/live/xsapi-c/achievements_c/enums/xblachievementrewardtype.md)
- [Use player publisher data to reward multi-title play](/services/playfab/player-progression/player-data/using-player-publisher-data.md)
