Source 
	This page was generated with Wiki Builder. Do not change the format!
Info
When a Graph needs to show active Objectives, this defines those objectives as well as an identifier.
Schema
- Schema Type: Definition
- Type: object
Properties
| Name | Type | Description | 
|---|---|---|
| id | integer:uint32 | $NOTE $amola 2017年01月19日 This field is apparently something that CUI uses to manually wire up objectives to display info. I am unsure how it works. | 
| objectiveHash | Destiny.Definitions.DestinyObjectiveDefinition:integer:uint32 | The objective being shown on the map. | 
Example
{
 // Type: integer:uint32
 "id": 0,
 // Type: Destiny.Definitions.DestinyObjectiveDefinition:integer:uint32
 "objectiveHash": 0
}