Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
image | string | |
icon | string | |
title | string | |
subtitle | string | |
dateStart | string:date-time:nullable | |
dateEnd | string:date-time:nullable | |
milestoneDetails | DestinyPublicMilestone | A destiny event does not necessarily have a related Milestone, but if it does the details will be returned here. |
eventContent | DestinyMilestoneContent | A destiny event will not necessarily have milestone "custom content", but if it does the details will be here. |
Example
{
// Type: string
"image": "",
// Type: string
"icon": "",
// Type: string
"title": "",
// Type: string
"subtitle": "",
// Type: string:date-time:nullable
"dateStart": "",
// Type: string:date-time:nullable
"dateEnd": "",
// Type: DestinyPublicMilestone
"milestoneDetails": {},
// Type: DestinyMilestoneContent
"eventContent": {}
}