GS2-Mission
Master Data Definition Reference
Master Data Reference
{
"version": "2019-05-28",
"missionGroupModels": [
{
"name": "[string]Mission Group Name",
"metadata": "[string?]metadata",
"tasks": [
{
"missionTaskId": "[string]Mission Task GRN",
"name": "[string]Task Name",
"metadata": "[string?]metadata",
"counterName": "[string]Counter Name",
"targetValue": "[long]Target value",
"completeAcquireActions": [
{
"action": "[string]Types of actions to be performed in the stamp sheet",
"request": "[string]JSON of request"
}
],
"challengePeriodEventId": "[string?]GS2-Schedule event GRN with a set period of time during which rewards can be received",
"premiseMissionTaskName": "[string?]Name of the tasks accomplish to attempt this task"
}
],
"resetType": "[string]Reset timing",
"resetDayOfMonth": "[int]Date to reset",
"resetDayOfWeek": "[string]Day of the week to reset",
"resetHour": "[int]Hour of Reset",
"completeNotificationNamespaceId": "[string?]Namespace GRN"
}
],
"counterModels": [
{
"name": "[string]Counter Name",
"metadata": "[string?]metadata",
"scopes": [
{
"resetType": "[string]Reset timing",
"resetDayOfMonth": "[int]Date to reset",
"resetDayOfWeek": "[string]Day of the week to reset",
"resetHour": "[int]Hour of Reset"
}
],
"challengePeriodEventId": "[string?]GS2-Schedule event GRN that sets the period during which the counter can be operated."
}
]
}
Type | Require | Default | Limitation | Description | |
---|---|---|---|---|---|
version | ✓ | 2019-05-28 | Format version of master data | ||
missionGroupModels | MissionGroupModel[] | ||||
counterModels | CounterModel[] |