|
1356 | 1356 | ], |
1357 | 1357 | "additionalProperties": false, |
1358 | 1358 | "description": "The definition of an activity in the RaidHub database.", |
1359 | | - "example": { |
1360 | | - "id": 9, |
1361 | | - "name": "Vault of Glass", |
1362 | | - "path": "vaultofglass", |
1363 | | - "isSunset": false, |
1364 | | - "isRaid": true, |
1365 | | - "releaseDate": "2021-05-22T00:00:00.000Z", |
1366 | | - "dayOneEnd": "2021-05-23T00:00:00.000Z", |
1367 | | - "contestEnd": "2021-05-23T00:00:00.000Z", |
1368 | | - "weekOneEnd": "2021-05-25T00:00:00.000Z", |
1369 | | - "milestoneHash": 1888320892, |
1370 | | - "splashSlug": "vog" |
1371 | | - } |
| 1359 | + "examples": [ |
| 1360 | + { |
| 1361 | + "id": 9, |
| 1362 | + "name": "Vault of Glass", |
| 1363 | + "path": "vaultofglass", |
| 1364 | + "isSunset": false, |
| 1365 | + "isRaid": true, |
| 1366 | + "releaseDate": "2021-05-22T00:00:00.000Z", |
| 1367 | + "dayOneEnd": "2021-05-23T00:00:00.000Z", |
| 1368 | + "contestEnd": "2021-05-23T00:00:00.000Z", |
| 1369 | + "weekOneEnd": "2021-05-25T00:00:00.000Z", |
| 1370 | + "milestoneHash": 1888320892, |
| 1371 | + "splashSlug": "vog" |
| 1372 | + }, |
| 1373 | + { |
| 1374 | + "id": 101, |
| 1375 | + "name": "The Pantheon", |
| 1376 | + "path": "thepantheon", |
| 1377 | + "isSunset": true, |
| 1378 | + "isRaid": false, |
| 1379 | + "releaseDate": "2024-04-30T17:00:00.000Z", |
| 1380 | + "dayOneEnd": null, |
| 1381 | + "contestEnd": null, |
| 1382 | + "weekOneEnd": null, |
| 1383 | + "milestoneHash": null, |
| 1384 | + "splashSlug": "pantheon" |
| 1385 | + }, |
| 1386 | + { |
| 1387 | + "id": 102, |
| 1388 | + "name": "Pantheon", |
| 1389 | + "path": "pantheon", |
| 1390 | + "isSunset": false, |
| 1391 | + "isRaid": false, |
| 1392 | + "releaseDate": "2026-06-09T17:00:00.000Z", |
| 1393 | + "dayOneEnd": null, |
| 1394 | + "contestEnd": null, |
| 1395 | + "weekOneEnd": null, |
| 1396 | + "milestoneHash": null, |
| 1397 | + "splashSlug": "pantheon" |
| 1398 | + } |
| 1399 | + ] |
1372 | 1400 | }, |
1373 | 1401 | "FeatDefinition": { |
1374 | 1402 | "type": "object", |
|
1502 | 1530 | "path": "oryx", |
1503 | 1531 | "associatedActivityId": 101, |
1504 | 1532 | "isChallengeMode": false |
| 1533 | + }, |
| 1534 | + { |
| 1535 | + "id": 132, |
| 1536 | + "name": "Calus Resplendent", |
| 1537 | + "path": "calus", |
| 1538 | + "associatedActivityId": 102, |
| 1539 | + "isChallengeMode": false |
| 1540 | + }, |
| 1541 | + { |
| 1542 | + "id": 133, |
| 1543 | + "name": "Morgeth Surpassing", |
| 1544 | + "path": "morgeth", |
| 1545 | + "associatedActivityId": 102, |
| 1546 | + "isChallengeMode": false |
1505 | 1547 | } |
1506 | 1548 | ] |
1507 | 1549 | }, |
|
2199 | 2241 | "minItems": 1, |
2200 | 2242 | "description": "The list of activityId for Pantheon" |
2201 | 2243 | }, |
| 2244 | + "gauntletVersionIds": { |
| 2245 | + "type": "array", |
| 2246 | + "items": { |
| 2247 | + "type": "integer", |
| 2248 | + "minimum": 0, |
| 2249 | + "exclusiveMinimum": true |
| 2250 | + }, |
| 2251 | + "description": "The list of versionId for Pantheon gauntlet modes (full boss lineup)" |
| 2252 | + }, |
2202 | 2253 | "versionsForActivity": { |
2203 | 2254 | "type": "object", |
2204 | 2255 | "additionalProperties": { |
|
2262 | 2313 | "resprisedRaidIds", |
2263 | 2314 | "resprisedChallengeVersionIds", |
2264 | 2315 | "pantheonIds", |
| 2316 | + "gauntletVersionIds", |
2265 | 2317 | "versionsForActivity", |
2266 | 2318 | "rankingTiers", |
2267 | 2319 | "feats", |
|
0 commit comments