Source
This page was generated with Wiki Builder. Do not change the format!
Info
This describes links between the current graph and others, as well as when that link is relevant.
Schema
- Schema Type: Definition
- Type: object
Properties
Name | Type | Description |
---|---|---|
description | string | |
name | string | |
unlockExpression | DestinyUnlockExpressionDefinition:Definition | |
linkedGraphId | integer:uint32 | |
linkedGraphs | DestinyLinkedGraphEntryDefinition:Definition[] | |
overview | string |
Example
{
// Type: string
"description": "",
// Type: string
"name": "",
// Type: DestinyUnlockExpressionDefinition:Definition
"unlockExpression": {
// Type: DestinyGatingScope:Enum
"scope": {}
},
// Type: integer:uint32
"linkedGraphId": 0,
// Type: DestinyLinkedGraphEntryDefinition:Definition[]
"linkedGraphs": [
// Type: DestinyLinkedGraphEntryDefinition:Definition
{
// Type: integer:uint32
"activityGraphHash": 0
}
],
// Type: string
"overview": ""
}