GS2-Quest
Master Data Definition Reference
Master Data Reference
{
"version": "2019-05-14",
"questGroupModels": [
{
"name": "[string]Quest Group Name",
"metadata": "[string?]metadata",
"quests": [
{
"questModelId": "[string]Quest Model GRN",
"name": "[string]Quest Model Name",
"metadata": "[string?]metadata",
"contents": [
{
"metadata": "[string?]metadata",
"completeAcquireActions": [
{
"action": "[string]Types of actions to be performed in the stamp sheet",
"request": "[string]JSON of request"
}
],
"weight": "[int]Weight to be drawn"
}
],
"challengePeriodEventId": "[string?]GS2-Schedule event GRN that sets the time period during which the quest can be attempted.",
"firstCompleteAcquireActions": [
{
"action": "[string]Types of actions to be performed in the stamp sheet",
"request": "[string]JSON of request"
}
],
"consumeActions": [
{
"action": "[string]Types of actions to be performed in the stamp task",
"request": "[string]JSON of the obtain request"
}
],
"failedAcquireActions": [
{
"action": "[string]Types of actions to be performed in the stamp sheet",
"request": "[string]JSON of request"
}
],
"premiseQuestNames": [
"[string]Quest Model Name"
]
}
],
"challengePeriodEventId": "[string?]GS2-Schedule event GRN that sets the time period during which the quest can be attempted."
}
]
}
Type | Require | Default | Limitation | Description | |
---|---|---|---|---|---|
version | ✓ | 2019-05-14 | Format version of master data | ||
questGroupModels | QuestGroupModel[] |