@my-swu/simulator-client 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +29 -0
- package/dist/client.js +6 -1
- package/dist/connection/url.d.ts +2 -0
- package/dist/connection/url.js +4 -0
- package/dist/generated/index.d.ts +4 -0
- package/dist/generated/schemas.d.ts +1 -1
- package/dist/generated/schemas.js +1405 -23
- package/dist/generated/types/admin-match-debug-bundle.d.ts +1 -1
- package/dist/generated/types/admin-match-list-response.d.ts +1 -1
- package/dist/generated/types/admin-match-replay-response.d.ts +1 -1
- package/dist/generated/types/common.d.ts +445 -0
- package/dist/generated/types/create-limited-event-request.d.ts +1 -1
- package/dist/generated/types/format-event-response.d.ts +1 -1
- package/dist/generated/types/game-event.d.ts +1 -1
- package/dist/generated/types/game-state.d.ts +1 -1
- package/dist/generated/types/get-match-response.d.ts +1 -1
- package/dist/generated/types/leave-limited-event-request.d.ts +1 -0
- package/dist/generated/types/leave-limited-event-request.js +2 -0
- package/dist/generated/types/limited-event-server-message.d.ts +1 -0
- package/dist/generated/types/limited-event-server-message.js +2 -0
- package/dist/generated/types/list-active-ai-matches-response.d.ts +1 -1
- package/dist/generated/types/lobby-access-response.d.ts +1 -1
- package/dist/generated/types/lobby-chat-response.d.ts +1 -1
- package/dist/generated/types/lobby-response.d.ts +1 -1
- package/dist/generated/types/lobby-server-message.d.ts +1 -1
- package/dist/generated/types/match-access-recovery-response.d.ts +1 -1
- package/dist/generated/types/match-access-response.d.ts +1 -1
- package/dist/generated/types/match-history-replay-response.d.ts +1 -1
- package/dist/generated/types/match-recovery-response.d.ts +1 -1
- package/dist/generated/types/match-spectator-access-response.d.ts +1 -1
- package/dist/generated/types/rematch-match-response.d.ts +1 -1
- package/dist/generated/types/restore-history-response.d.ts +1 -1
- package/dist/generated/types/restore-match-save-response.d.ts +1 -1
- package/dist/generated/types/server-message.d.ts +1 -1
- package/dist/generated/types/shared-match-history-replay-response.d.ts +1 -1
- package/dist/generated/types/submit-ai-game-feedback-request.d.ts +1 -0
- package/dist/generated/types/submit-ai-game-feedback-request.js +2 -0
- package/dist/generated/types/submit-ai-game-feedback-response.d.ts +1 -0
- package/dist/generated/types/submit-ai-game-feedback-response.js +2 -0
- package/dist/generated/types/submit-match-deck-response.d.ts +1 -1
- package/dist/generated/types/tournament-room-access-response.d.ts +1 -1
- package/dist/generated/types/tournament-room-server-message.d.ts +1 -1
- package/dist/generated/types/undo-match-response.d.ts +1 -1
- package/dist/generated/types/update-lobby-settings-request.d.ts +1 -1
- package/dist/generated/version.d.ts +1 -1
- package/dist/generated/version.js +1 -1
- package/dist/http/request.d.ts +2 -0
- package/dist/http/request.js +9 -1
- package/dist/i18n/card-print-catalog.d.ts +9 -0
- package/dist/i18n/card-print-catalog.js +260 -0
- package/dist/i18n/catalog.d.ts +8 -0
- package/dist/i18n/catalog.js +195 -0
- package/dist/i18n/diagnostics.d.ts +6 -0
- package/dist/i18n/diagnostics.js +19 -0
- package/dist/i18n/fallback.d.ts +3 -0
- package/dist/i18n/fallback.js +40 -0
- package/dist/i18n/format.d.ts +8 -0
- package/dist/i18n/format.js +29 -0
- package/dist/i18n/generated/message-types.d.ts +91 -0
- package/dist/i18n/generated/message-types.js +3 -0
- package/dist/i18n/icu.d.ts +12 -0
- package/dist/i18n/icu.js +75 -0
- package/dist/i18n/index.d.ts +9 -0
- package/dist/i18n/index.js +5 -0
- package/dist/i18n/locale.d.ts +9 -0
- package/dist/i18n/locale.js +19 -0
- package/dist/i18n/types.d.ts +151 -0
- package/dist/i18n/types.js +1 -0
- package/dist/index.d.ts +4 -3
- package/dist/internal/authenticated-socket-session.d.ts +2 -0
- package/dist/internal/authenticated-socket-session.js +3 -1
- package/dist/local/client.js +7 -2
- package/dist/local/server/http-router.js +18 -0
- package/dist/resources/admin.d.ts +8 -0
- package/dist/resources/admin.js +2 -0
- package/dist/resources/limited-event-session.d.ts +10 -0
- package/dist/resources/limited-event-session.js +35 -0
- package/dist/resources/limited-event-types.d.ts +34 -1
- package/dist/resources/limited-events.d.ts +8 -1
- package/dist/resources/limited-events.js +18 -1
- package/dist/resources/lobbies.d.ts +1 -1
- package/dist/resources/lobbies.js +1 -1
- package/dist/resources/lobby-types.d.ts +15 -2
- package/dist/resources/match-history.d.ts +8 -1
- package/dist/resources/match-history.js +10 -0
- package/dist/resources/tournament-rooms.d.ts +1 -1
- package/dist/resources/tournament-rooms.js +1 -1
- package/dist/validators.d.ts +5 -1
- package/i18n/cards/de.json +121 -0
- package/i18n/cards/en.json +121 -0
- package/i18n/cards/es.json +121 -0
- package/i18n/cards/fr.json +121 -0
- package/i18n/cards/it.json +121 -0
- package/i18n/cards/manifest.json +2715 -0
- package/i18n/de.json +11 -0
- package/i18n/en.json +11 -0
- package/i18n/es.json +11 -0
- package/i18n/fr.json +11 -0
- package/i18n/it.json +11 -0
- package/i18n/messages.schema.json +28 -0
- package/package.json +12 -2
- package/schema/common.schema.json +1092 -1
- package/schema/create-limited-event-request.schema.json +11 -0
- package/schema/game-event.schema.json +76 -0
- package/schema/leave-limited-event-request.schema.json +15 -0
- package/schema/limited-event-server-message.schema.json +63 -0
- package/schema/manifest.json +5 -1
- package/schema/route-manifest.json +54 -0
- package/schema/submit-ai-game-feedback-request.schema.json +36 -0
- package/schema/submit-ai-game-feedback-response.schema.json +19 -0
- package/schema/update-lobby-settings-request.schema.json +67 -0
|
@@ -81,6 +81,32 @@
|
|
|
81
81
|
"seat"
|
|
82
82
|
]
|
|
83
83
|
},
|
|
84
|
+
{
|
|
85
|
+
"description": "One physical leader slot; legacy `Leader` continues to identify slot zero.",
|
|
86
|
+
"type": "object",
|
|
87
|
+
"properties": {
|
|
88
|
+
"leaderIndex": {
|
|
89
|
+
"description": "Zero-based position in that player's leader list.",
|
|
90
|
+
"type": "integer",
|
|
91
|
+
"format": "uint8",
|
|
92
|
+
"maximum": 255,
|
|
93
|
+
"minimum": 0
|
|
94
|
+
},
|
|
95
|
+
"seat": {
|
|
96
|
+
"description": "Player who owns the leader slot.",
|
|
97
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/Seat"
|
|
98
|
+
},
|
|
99
|
+
"type": {
|
|
100
|
+
"type": "string",
|
|
101
|
+
"const": "leaderByIndex"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"required": [
|
|
105
|
+
"type",
|
|
106
|
+
"seat",
|
|
107
|
+
"leaderIndex"
|
|
108
|
+
]
|
|
109
|
+
},
|
|
84
110
|
{
|
|
85
111
|
"type": "object",
|
|
86
112
|
"properties": {
|
|
@@ -344,6 +370,7 @@
|
|
|
344
370
|
"ActionAbilitySource": {
|
|
345
371
|
"oneOf": [
|
|
346
372
|
{
|
|
373
|
+
"description": "Legacy primary-leader action source.\n\nKept for wire compatibility with saved commands and older clients.",
|
|
347
374
|
"type": "object",
|
|
348
375
|
"properties": {
|
|
349
376
|
"type": {
|
|
@@ -355,6 +382,27 @@
|
|
|
355
382
|
"type"
|
|
356
383
|
]
|
|
357
384
|
},
|
|
385
|
+
{
|
|
386
|
+
"description": "One non-primary undeployed leader's printed action.\n\nTwin Suns players can have multiple leader cards. The primary source\nremains `Leader` for backwards compatibility, while every extra slot\ncarries its stable zero-based placement index.",
|
|
387
|
+
"type": "object",
|
|
388
|
+
"properties": {
|
|
389
|
+
"leaderIndex": {
|
|
390
|
+
"description": "Non-primary leader slots start at one; slot zero uses legacy `Leader`.",
|
|
391
|
+
"type": "integer",
|
|
392
|
+
"format": "uint8",
|
|
393
|
+
"maximum": 255,
|
|
394
|
+
"minimum": 1
|
|
395
|
+
},
|
|
396
|
+
"type": {
|
|
397
|
+
"type": "string",
|
|
398
|
+
"const": "leaderByIndex"
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
"required": [
|
|
402
|
+
"type",
|
|
403
|
+
"leaderIndex"
|
|
404
|
+
]
|
|
405
|
+
},
|
|
358
406
|
{
|
|
359
407
|
"type": "object",
|
|
360
408
|
"properties": {
|
|
@@ -457,6 +505,16 @@
|
|
|
457
505
|
"label": {
|
|
458
506
|
"type": "string"
|
|
459
507
|
},
|
|
508
|
+
"modeChoice": {
|
|
509
|
+
"anyOf": [
|
|
510
|
+
{
|
|
511
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/ModeChoiceView"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"type": "null"
|
|
515
|
+
}
|
|
516
|
+
]
|
|
517
|
+
},
|
|
460
518
|
"source": {
|
|
461
519
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/ActionAbilitySource"
|
|
462
520
|
},
|
|
@@ -465,6 +523,17 @@
|
|
|
465
523
|
"items": {
|
|
466
524
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/TargetSelectionGroup"
|
|
467
525
|
}
|
|
526
|
+
},
|
|
527
|
+
"text": {
|
|
528
|
+
"description": "Exact public Action or Epic Action declaration when migrated.",
|
|
529
|
+
"anyOf": [
|
|
530
|
+
{
|
|
531
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"type": "null"
|
|
535
|
+
}
|
|
536
|
+
]
|
|
468
537
|
}
|
|
469
538
|
},
|
|
470
539
|
"required": [
|
|
@@ -984,6 +1053,17 @@
|
|
|
984
1053
|
"items": {
|
|
985
1054
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTargetView"
|
|
986
1055
|
}
|
|
1056
|
+
},
|
|
1057
|
+
"text": {
|
|
1058
|
+
"description": "Reviewed card-text and shared-message provenance when this public row\nwas created by a resolving instruction. Absence means this registry\ndoes not retain a display declaration, never that text was inferred.",
|
|
1059
|
+
"anyOf": [
|
|
1060
|
+
{
|
|
1061
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"type": "null"
|
|
1065
|
+
}
|
|
1066
|
+
]
|
|
987
1067
|
}
|
|
988
1068
|
},
|
|
989
1069
|
"required": [
|
|
@@ -997,6 +1077,13 @@
|
|
|
997
1077
|
"description": "Compact durable match data safe for an administrator list view.",
|
|
998
1078
|
"type": "object",
|
|
999
1079
|
"properties": {
|
|
1080
|
+
"aiFeedback": {
|
|
1081
|
+
"description": "Feedback collected for individual completed AI games in this match.",
|
|
1082
|
+
"type": "array",
|
|
1083
|
+
"items": {
|
|
1084
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/AiGameFeedback"
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1000
1087
|
"completedAtMs": {
|
|
1001
1088
|
"type": [
|
|
1002
1089
|
"integer",
|
|
@@ -1054,7 +1141,8 @@
|
|
|
1054
1141
|
"series",
|
|
1055
1142
|
"createdAtMs",
|
|
1056
1143
|
"updatedAtMs",
|
|
1057
|
-
"replayAvailable"
|
|
1144
|
+
"replayAvailable",
|
|
1145
|
+
"aiFeedback"
|
|
1058
1146
|
]
|
|
1059
1147
|
},
|
|
1060
1148
|
"AiDecisionDiagnostic": {
|
|
@@ -1260,6 +1348,46 @@
|
|
|
1260
1348
|
}
|
|
1261
1349
|
]
|
|
1262
1350
|
},
|
|
1351
|
+
"AiGameFeedback": {
|
|
1352
|
+
"description": "One immutable player assessment of an AI opponent for a completed game.",
|
|
1353
|
+
"type": "object",
|
|
1354
|
+
"properties": {
|
|
1355
|
+
"comments": {
|
|
1356
|
+
"type": [
|
|
1357
|
+
"string",
|
|
1358
|
+
"null"
|
|
1359
|
+
]
|
|
1360
|
+
},
|
|
1361
|
+
"gameNumber": {
|
|
1362
|
+
"type": "integer",
|
|
1363
|
+
"format": "uint8",
|
|
1364
|
+
"maximum": 255,
|
|
1365
|
+
"minimum": 0
|
|
1366
|
+
},
|
|
1367
|
+
"rating": {
|
|
1368
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/AiGameFeedbackRating"
|
|
1369
|
+
},
|
|
1370
|
+
"submittedAtMs": {
|
|
1371
|
+
"type": "integer",
|
|
1372
|
+
"format": "uint64",
|
|
1373
|
+
"minimum": 0
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
"required": [
|
|
1377
|
+
"gameNumber",
|
|
1378
|
+
"rating",
|
|
1379
|
+
"submittedAtMs"
|
|
1380
|
+
]
|
|
1381
|
+
},
|
|
1382
|
+
"AiGameFeedbackRating": {
|
|
1383
|
+
"description": "Rating submitted by a player after completing one Solo-versus-AI game.",
|
|
1384
|
+
"type": "string",
|
|
1385
|
+
"enum": [
|
|
1386
|
+
"poorly",
|
|
1387
|
+
"okay",
|
|
1388
|
+
"good"
|
|
1389
|
+
]
|
|
1390
|
+
},
|
|
1263
1391
|
"AiOpponentConfig": {
|
|
1264
1392
|
"description": "Explicit AI seat configuration.",
|
|
1265
1393
|
"type": "object",
|
|
@@ -1951,6 +2079,32 @@
|
|
|
1951
2079
|
"title"
|
|
1952
2080
|
]
|
|
1953
2081
|
},
|
|
2082
|
+
"CardTextRef": {
|
|
2083
|
+
"type": "object",
|
|
2084
|
+
"properties": {
|
|
2085
|
+
"cardId": {
|
|
2086
|
+
"description": "Canonical card identity that owns this reviewed printed slot.",
|
|
2087
|
+
"type": "integer",
|
|
2088
|
+
"format": "uint32",
|
|
2089
|
+
"minimum": 0
|
|
2090
|
+
},
|
|
2091
|
+
"contractFingerprint": {
|
|
2092
|
+
"description": "Full semantic-contract fingerprint pinning this reference to reviewed text.",
|
|
2093
|
+
"type": "string",
|
|
2094
|
+
"pattern": "^[0-9A-Fa-f]{64}$"
|
|
2095
|
+
},
|
|
2096
|
+
"slot": {
|
|
2097
|
+
"description": "Durable reviewed slot identifier within the canonical card contract.",
|
|
2098
|
+
"type": "string",
|
|
2099
|
+
"minLength": 1
|
|
2100
|
+
}
|
|
2101
|
+
},
|
|
2102
|
+
"required": [
|
|
2103
|
+
"cardId",
|
|
2104
|
+
"slot",
|
|
2105
|
+
"contractFingerprint"
|
|
2106
|
+
]
|
|
2107
|
+
},
|
|
1954
2108
|
"CardType": {
|
|
1955
2109
|
"description": "Canonical card families from production card data.",
|
|
1956
2110
|
"type": "string",
|
|
@@ -2676,6 +2830,17 @@
|
|
|
2676
2830
|
],
|
|
2677
2831
|
"format": "uint32",
|
|
2678
2832
|
"minimum": 0
|
|
2833
|
+
},
|
|
2834
|
+
"text": {
|
|
2835
|
+
"description": "Reviewed text retained by the delayed follow-up when it was created.",
|
|
2836
|
+
"anyOf": [
|
|
2837
|
+
{
|
|
2838
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"type": "null"
|
|
2842
|
+
}
|
|
2843
|
+
]
|
|
2679
2844
|
}
|
|
2680
2845
|
},
|
|
2681
2846
|
"required": [
|
|
@@ -2826,6 +2991,17 @@
|
|
|
2826
2991
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTargetView"
|
|
2827
2992
|
}
|
|
2828
2993
|
},
|
|
2994
|
+
"text": {
|
|
2995
|
+
"description": "Reviewed card-text and shared-message provenance for this public row.",
|
|
2996
|
+
"anyOf": [
|
|
2997
|
+
{
|
|
2998
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
3001
|
+
"type": "null"
|
|
3002
|
+
}
|
|
3003
|
+
]
|
|
3004
|
+
},
|
|
2829
3005
|
"timing": {
|
|
2830
3006
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/DelayedEffectTimingView"
|
|
2831
3007
|
}
|
|
@@ -2980,6 +3156,44 @@
|
|
|
2980
3156
|
"advantage"
|
|
2981
3157
|
]
|
|
2982
3158
|
},
|
|
3159
|
+
"DraftLobbyTimerSettings": {
|
|
3160
|
+
"description": "Draft pick schedule. Vectors are ordered by remaining choices: leader\nvalues cover 2 through 8, pack values cover 2 through 14.",
|
|
3161
|
+
"type": "object",
|
|
3162
|
+
"properties": {
|
|
3163
|
+
"leaderPickSeconds": {
|
|
3164
|
+
"description": "Leader-pick duration in seconds for 2 through 8 leaders remaining.",
|
|
3165
|
+
"type": "array",
|
|
3166
|
+
"items": {
|
|
3167
|
+
"type": "integer",
|
|
3168
|
+
"format": "uint16",
|
|
3169
|
+
"maximum": 65535,
|
|
3170
|
+
"minimum": 0
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3173
|
+
"packPickSeconds": {
|
|
3174
|
+
"description": "Pack-pick duration in seconds for 2 through 14 cards remaining.",
|
|
3175
|
+
"type": "array",
|
|
3176
|
+
"items": {
|
|
3177
|
+
"type": "integer",
|
|
3178
|
+
"format": "uint16",
|
|
3179
|
+
"maximum": 65535,
|
|
3180
|
+
"minimum": 0
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
"reviewSeconds": {
|
|
3184
|
+
"description": "Review duration between booster packs in seconds.",
|
|
3185
|
+
"type": "integer",
|
|
3186
|
+
"format": "uint16",
|
|
3187
|
+
"maximum": 65535,
|
|
3188
|
+
"minimum": 0
|
|
3189
|
+
}
|
|
3190
|
+
},
|
|
3191
|
+
"required": [
|
|
3192
|
+
"leaderPickSeconds",
|
|
3193
|
+
"packPickSeconds",
|
|
3194
|
+
"reviewSeconds"
|
|
3195
|
+
]
|
|
3196
|
+
},
|
|
2983
3197
|
"DraftRoundConfig": {
|
|
2984
3198
|
"description": "One configured booster round for a chaos draft.",
|
|
2985
3199
|
"type": "object",
|
|
@@ -3128,6 +3342,16 @@
|
|
|
3128
3342
|
},
|
|
3129
3343
|
"stepId": {
|
|
3130
3344
|
"type": "string"
|
|
3345
|
+
},
|
|
3346
|
+
"text": {
|
|
3347
|
+
"anyOf": [
|
|
3348
|
+
{
|
|
3349
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"type": "null"
|
|
3353
|
+
}
|
|
3354
|
+
]
|
|
3131
3355
|
}
|
|
3132
3356
|
},
|
|
3133
3357
|
"required": [
|
|
@@ -3160,6 +3384,16 @@
|
|
|
3160
3384
|
},
|
|
3161
3385
|
"stepId": {
|
|
3162
3386
|
"type": "string"
|
|
3387
|
+
},
|
|
3388
|
+
"text": {
|
|
3389
|
+
"anyOf": [
|
|
3390
|
+
{
|
|
3391
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"type": "null"
|
|
3395
|
+
}
|
|
3396
|
+
]
|
|
3163
3397
|
}
|
|
3164
3398
|
},
|
|
3165
3399
|
"required": [
|
|
@@ -3183,6 +3417,20 @@
|
|
|
3183
3417
|
"label": {
|
|
3184
3418
|
"type": "string"
|
|
3185
3419
|
},
|
|
3420
|
+
"modeTextReferences": {
|
|
3421
|
+
"description": "Exact reviewed Mode wrappers for every selected executable option.",
|
|
3422
|
+
"type": "array",
|
|
3423
|
+
"items": {
|
|
3424
|
+
"anyOf": [
|
|
3425
|
+
{
|
|
3426
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/CardTextRef"
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"type": "null"
|
|
3430
|
+
}
|
|
3431
|
+
]
|
|
3432
|
+
}
|
|
3433
|
+
},
|
|
3186
3434
|
"selected": {
|
|
3187
3435
|
"type": "array",
|
|
3188
3436
|
"items": {
|
|
@@ -3193,6 +3441,16 @@
|
|
|
3193
3441
|
},
|
|
3194
3442
|
"stepId": {
|
|
3195
3443
|
"type": "string"
|
|
3444
|
+
},
|
|
3445
|
+
"text": {
|
|
3446
|
+
"anyOf": [
|
|
3447
|
+
{
|
|
3448
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"type": "null"
|
|
3452
|
+
}
|
|
3453
|
+
]
|
|
3196
3454
|
}
|
|
3197
3455
|
},
|
|
3198
3456
|
"required": [
|
|
@@ -3226,6 +3484,16 @@
|
|
|
3226
3484
|
},
|
|
3227
3485
|
"stepId": {
|
|
3228
3486
|
"type": "string"
|
|
3487
|
+
},
|
|
3488
|
+
"text": {
|
|
3489
|
+
"anyOf": [
|
|
3490
|
+
{
|
|
3491
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
3492
|
+
},
|
|
3493
|
+
{
|
|
3494
|
+
"type": "null"
|
|
3495
|
+
}
|
|
3496
|
+
]
|
|
3229
3497
|
}
|
|
3230
3498
|
},
|
|
3231
3499
|
"required": [
|
|
@@ -3254,6 +3522,16 @@
|
|
|
3254
3522
|
},
|
|
3255
3523
|
"stepId": {
|
|
3256
3524
|
"type": "string"
|
|
3525
|
+
},
|
|
3526
|
+
"text": {
|
|
3527
|
+
"anyOf": [
|
|
3528
|
+
{
|
|
3529
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
"type": "null"
|
|
3533
|
+
}
|
|
3534
|
+
]
|
|
3257
3535
|
}
|
|
3258
3536
|
},
|
|
3259
3537
|
"required": [
|
|
@@ -3282,6 +3560,16 @@
|
|
|
3282
3560
|
},
|
|
3283
3561
|
"stepId": {
|
|
3284
3562
|
"type": "string"
|
|
3563
|
+
},
|
|
3564
|
+
"text": {
|
|
3565
|
+
"anyOf": [
|
|
3566
|
+
{
|
|
3567
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
3568
|
+
},
|
|
3569
|
+
{
|
|
3570
|
+
"type": "null"
|
|
3571
|
+
}
|
|
3572
|
+
]
|
|
3285
3573
|
}
|
|
3286
3574
|
},
|
|
3287
3575
|
"required": [
|
|
@@ -3315,6 +3603,16 @@
|
|
|
3315
3603
|
},
|
|
3316
3604
|
"target": {
|
|
3317
3605
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/AttackTarget"
|
|
3606
|
+
},
|
|
3607
|
+
"text": {
|
|
3608
|
+
"anyOf": [
|
|
3609
|
+
{
|
|
3610
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"type": "null"
|
|
3614
|
+
}
|
|
3615
|
+
]
|
|
3318
3616
|
}
|
|
3319
3617
|
},
|
|
3320
3618
|
"required": [
|
|
@@ -3347,6 +3645,16 @@
|
|
|
3347
3645
|
},
|
|
3348
3646
|
"stepId": {
|
|
3349
3647
|
"type": "string"
|
|
3648
|
+
},
|
|
3649
|
+
"text": {
|
|
3650
|
+
"anyOf": [
|
|
3651
|
+
{
|
|
3652
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"type": "null"
|
|
3656
|
+
}
|
|
3657
|
+
]
|
|
3350
3658
|
}
|
|
3351
3659
|
},
|
|
3352
3660
|
"required": [
|
|
@@ -3383,6 +3691,17 @@
|
|
|
3383
3691
|
"description": "Printed label of originating effect, retained for descendants.",
|
|
3384
3692
|
"type": "string"
|
|
3385
3693
|
},
|
|
3694
|
+
"originText": {
|
|
3695
|
+
"description": "Exact reviewed text owner for the originating command.",
|
|
3696
|
+
"anyOf": [
|
|
3697
|
+
{
|
|
3698
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
3699
|
+
},
|
|
3700
|
+
{
|
|
3701
|
+
"type": "null"
|
|
3702
|
+
}
|
|
3703
|
+
]
|
|
3704
|
+
},
|
|
3386
3705
|
"sourceCardId": {
|
|
3387
3706
|
"type": "integer",
|
|
3388
3707
|
"format": "uint32",
|
|
@@ -3543,6 +3862,30 @@
|
|
|
3543
3862
|
"seat"
|
|
3544
3863
|
]
|
|
3545
3864
|
},
|
|
3865
|
+
{
|
|
3866
|
+
"description": "Exact physical leader slot affected by this effect.",
|
|
3867
|
+
"type": "object",
|
|
3868
|
+
"properties": {
|
|
3869
|
+
"leaderIndex": {
|
|
3870
|
+
"type": "integer",
|
|
3871
|
+
"format": "uint8",
|
|
3872
|
+
"maximum": 255,
|
|
3873
|
+
"minimum": 0
|
|
3874
|
+
},
|
|
3875
|
+
"seat": {
|
|
3876
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/Seat"
|
|
3877
|
+
},
|
|
3878
|
+
"type": {
|
|
3879
|
+
"type": "string",
|
|
3880
|
+
"const": "leaderByIndex"
|
|
3881
|
+
}
|
|
3882
|
+
},
|
|
3883
|
+
"required": [
|
|
3884
|
+
"type",
|
|
3885
|
+
"seat",
|
|
3886
|
+
"leaderIndex"
|
|
3887
|
+
]
|
|
3888
|
+
},
|
|
3546
3889
|
{
|
|
3547
3890
|
"type": "object",
|
|
3548
3891
|
"properties": {
|
|
@@ -3596,6 +3939,48 @@
|
|
|
3596
3939
|
}
|
|
3597
3940
|
]
|
|
3598
3941
|
},
|
|
3942
|
+
"EffectTextRefsView": {
|
|
3943
|
+
"description": "Locale-neutral reviewed text that owns visible effect work.\n\nClients resolve these catalog references in their selected locale. Empty\nfields mean runtime work came from an unmigrated declaration; they never\nauthorize reconstructing English from a label. Explicit system messages\nremain present in `shared_messages` instead of being mistaken for absence.",
|
|
3944
|
+
"type": "object",
|
|
3945
|
+
"properties": {
|
|
3946
|
+
"ability": {
|
|
3947
|
+
"description": "Printed ability that created this resolution.",
|
|
3948
|
+
"anyOf": [
|
|
3949
|
+
{
|
|
3950
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/CardTextRef"
|
|
3951
|
+
},
|
|
3952
|
+
{
|
|
3953
|
+
"type": "null"
|
|
3954
|
+
}
|
|
3955
|
+
]
|
|
3956
|
+
},
|
|
3957
|
+
"effects": {
|
|
3958
|
+
"description": "Nested printed effects enclosing this visible work, outermost first.",
|
|
3959
|
+
"type": "array",
|
|
3960
|
+
"items": {
|
|
3961
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/CardTextRef"
|
|
3962
|
+
}
|
|
3963
|
+
},
|
|
3964
|
+
"selectedMode": {
|
|
3965
|
+
"description": "Printed mode selected before the current continuation, if any.",
|
|
3966
|
+
"anyOf": [
|
|
3967
|
+
{
|
|
3968
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/CardTextRef"
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"type": "null"
|
|
3972
|
+
}
|
|
3973
|
+
]
|
|
3974
|
+
},
|
|
3975
|
+
"sharedMessages": {
|
|
3976
|
+
"description": "Finite SDK messages explicitly declared for this outcome.",
|
|
3977
|
+
"type": "array",
|
|
3978
|
+
"items": {
|
|
3979
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/SimulatorMessage"
|
|
3980
|
+
}
|
|
3981
|
+
}
|
|
3982
|
+
}
|
|
3983
|
+
},
|
|
3599
3984
|
"ErrorPayload": {
|
|
3600
3985
|
"type": "object",
|
|
3601
3986
|
"properties": {
|
|
@@ -3628,6 +4013,51 @@
|
|
|
3628
4013
|
"message"
|
|
3629
4014
|
]
|
|
3630
4015
|
},
|
|
4016
|
+
"EventPlayInputProvenance": {
|
|
4017
|
+
"description": "Reviewed printed ownership for inputs accepted by one event-play command.\n\nTarget groups retain their native ownership/order. Mode references stay\nposition-aligned with submitted mode indexes, including legacy `None`\nentries, so sparse bindings never shift a selected option's identity.",
|
|
4018
|
+
"type": "object",
|
|
4019
|
+
"properties": {
|
|
4020
|
+
"modeTextReferences": {
|
|
4021
|
+
"description": "One explicit Mode reference per submitted mode index, in command order.",
|
|
4022
|
+
"type": "array",
|
|
4023
|
+
"items": {
|
|
4024
|
+
"anyOf": [
|
|
4025
|
+
{
|
|
4026
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/CardTextRef"
|
|
4027
|
+
},
|
|
4028
|
+
{
|
|
4029
|
+
"type": "null"
|
|
4030
|
+
}
|
|
4031
|
+
]
|
|
4032
|
+
}
|
|
4033
|
+
},
|
|
4034
|
+
"targetInputs": {
|
|
4035
|
+
"description": "One compact ownership record per submitted target or capture pair, in\ncommand order.\n\nThis intentionally excludes target candidates and the selected target\nitself. Event history needs printed ownership, while candidate lists can\nreveal hidden resources and live board information.",
|
|
4036
|
+
"type": "array",
|
|
4037
|
+
"items": {
|
|
4038
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EventPlayTargetInputProvenance"
|
|
4039
|
+
}
|
|
4040
|
+
}
|
|
4041
|
+
}
|
|
4042
|
+
},
|
|
4043
|
+
"EventPlayTargetInputProvenance": {
|
|
4044
|
+
"description": "Printed ownership for one submitted event target.",
|
|
4045
|
+
"type": "object",
|
|
4046
|
+
"properties": {
|
|
4047
|
+
"purpose": {
|
|
4048
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/TargetGroupPurpose"
|
|
4049
|
+
},
|
|
4050
|
+
"textReferences": {
|
|
4051
|
+
"type": "array",
|
|
4052
|
+
"items": {
|
|
4053
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/CardTextRef"
|
|
4054
|
+
}
|
|
4055
|
+
}
|
|
4056
|
+
},
|
|
4057
|
+
"required": [
|
|
4058
|
+
"purpose"
|
|
4059
|
+
]
|
|
4060
|
+
},
|
|
3631
4061
|
"ExploitOptionsView": {
|
|
3632
4062
|
"type": "object",
|
|
3633
4063
|
"properties": {
|
|
@@ -5256,11 +5686,33 @@
|
|
|
5256
5686
|
"format": "uint32",
|
|
5257
5687
|
"minimum": 0
|
|
5258
5688
|
},
|
|
5689
|
+
"inputProvenance": {
|
|
5690
|
+
"description": "Exact reviewed owners for inputs supplied while playing this event.\n\nThis is emitted only for migrated declarations. It captures the\nplay command before later event clauses can replace the active\nprompt, which lets draft/history consumers retain the source input\nrather than borrowing a descendant's text.",
|
|
5691
|
+
"anyOf": [
|
|
5692
|
+
{
|
|
5693
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EventPlayInputProvenance"
|
|
5694
|
+
},
|
|
5695
|
+
{
|
|
5696
|
+
"type": "null"
|
|
5697
|
+
}
|
|
5698
|
+
]
|
|
5699
|
+
},
|
|
5259
5700
|
"playedWithSmuggle": {
|
|
5260
5701
|
"type": "boolean"
|
|
5261
5702
|
},
|
|
5262
5703
|
"seat": {
|
|
5263
5704
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/Seat"
|
|
5705
|
+
},
|
|
5706
|
+
"text": {
|
|
5707
|
+
"description": "Exact printed event declaration exposed when this public event was played.",
|
|
5708
|
+
"anyOf": [
|
|
5709
|
+
{
|
|
5710
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
5711
|
+
},
|
|
5712
|
+
{
|
|
5713
|
+
"type": "null"
|
|
5714
|
+
}
|
|
5715
|
+
]
|
|
5264
5716
|
}
|
|
5265
5717
|
},
|
|
5266
5718
|
"required": [
|
|
@@ -5727,6 +6179,38 @@
|
|
|
5727
6179
|
"cardsRevealed"
|
|
5728
6180
|
]
|
|
5729
6181
|
},
|
|
6182
|
+
{
|
|
6183
|
+
"description": "Public cards explicitly selected from a discard pile during ability resolution.",
|
|
6184
|
+
"type": "object",
|
|
6185
|
+
"properties": {
|
|
6186
|
+
"cardsChosenFromDiscard": {
|
|
6187
|
+
"type": "object",
|
|
6188
|
+
"properties": {
|
|
6189
|
+
"cardIds": {
|
|
6190
|
+
"description": "Printed card identities in command order; duplicates represent distinct copies.",
|
|
6191
|
+
"type": "array",
|
|
6192
|
+
"items": {
|
|
6193
|
+
"type": "integer",
|
|
6194
|
+
"format": "uint32",
|
|
6195
|
+
"minimum": 0
|
|
6196
|
+
}
|
|
6197
|
+
},
|
|
6198
|
+
"seat": {
|
|
6199
|
+
"description": "Player who made the selection, which may differ from the discard-pile owner.",
|
|
6200
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/Seat"
|
|
6201
|
+
}
|
|
6202
|
+
},
|
|
6203
|
+
"required": [
|
|
6204
|
+
"seat",
|
|
6205
|
+
"cardIds"
|
|
6206
|
+
]
|
|
6207
|
+
}
|
|
6208
|
+
},
|
|
6209
|
+
"additionalProperties": false,
|
|
6210
|
+
"required": [
|
|
6211
|
+
"cardsChosenFromDiscard"
|
|
6212
|
+
]
|
|
6213
|
+
},
|
|
5730
6214
|
{
|
|
5731
6215
|
"type": "object",
|
|
5732
6216
|
"properties": {
|
|
@@ -5919,6 +6403,17 @@
|
|
|
5919
6403
|
"items": {
|
|
5920
6404
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/AbilityTarget"
|
|
5921
6405
|
}
|
|
6406
|
+
},
|
|
6407
|
+
"text": {
|
|
6408
|
+
"description": "Exact public Action or Epic Action declaration that was used.",
|
|
6409
|
+
"anyOf": [
|
|
6410
|
+
{
|
|
6411
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
6412
|
+
},
|
|
6413
|
+
{
|
|
6414
|
+
"type": "null"
|
|
6415
|
+
}
|
|
6416
|
+
]
|
|
5922
6417
|
}
|
|
5923
6418
|
},
|
|
5924
6419
|
"required": [
|
|
@@ -5958,6 +6453,17 @@
|
|
|
5958
6453
|
"format": "uint64",
|
|
5959
6454
|
"minimum": 0
|
|
5960
6455
|
},
|
|
6456
|
+
"text": {
|
|
6457
|
+
"description": "Exact public trigger declaration and currently resolved effect.",
|
|
6458
|
+
"anyOf": [
|
|
6459
|
+
{
|
|
6460
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
6461
|
+
},
|
|
6462
|
+
{
|
|
6463
|
+
"type": "null"
|
|
6464
|
+
}
|
|
6465
|
+
]
|
|
6466
|
+
},
|
|
5961
6467
|
"window": {
|
|
5962
6468
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/AbilityWindow"
|
|
5963
6469
|
}
|
|
@@ -7704,11 +8210,32 @@
|
|
|
7704
8210
|
"label": {
|
|
7705
8211
|
"type": "string"
|
|
7706
8212
|
},
|
|
8213
|
+
"modeChoice": {
|
|
8214
|
+
"anyOf": [
|
|
8215
|
+
{
|
|
8216
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/ModeChoiceView"
|
|
8217
|
+
},
|
|
8218
|
+
{
|
|
8219
|
+
"type": "null"
|
|
8220
|
+
}
|
|
8221
|
+
]
|
|
8222
|
+
},
|
|
7707
8223
|
"targetGroups": {
|
|
7708
8224
|
"type": "array",
|
|
7709
8225
|
"items": {
|
|
7710
8226
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/TargetSelectionGroup"
|
|
7711
8227
|
}
|
|
8228
|
+
},
|
|
8229
|
+
"text": {
|
|
8230
|
+
"description": "Reviewed declaration text for a migrated leader action.",
|
|
8231
|
+
"anyOf": [
|
|
8232
|
+
{
|
|
8233
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
8234
|
+
},
|
|
8235
|
+
{
|
|
8236
|
+
"type": "null"
|
|
8237
|
+
}
|
|
8238
|
+
]
|
|
7712
8239
|
}
|
|
7713
8240
|
},
|
|
7714
8241
|
"required": [
|
|
@@ -8488,6 +9015,38 @@
|
|
|
8488
9015
|
"draftedCardCount"
|
|
8489
9016
|
]
|
|
8490
9017
|
},
|
|
9018
|
+
"LimitedLobbyTimerSettings": {
|
|
9019
|
+
"description": "Limited-event timing controls owned by a lobby host.",
|
|
9020
|
+
"type": "object",
|
|
9021
|
+
"properties": {
|
|
9022
|
+
"deckBuildingSeconds": {
|
|
9023
|
+
"description": "Deck construction duration in seconds.",
|
|
9024
|
+
"type": "integer",
|
|
9025
|
+
"format": "uint16",
|
|
9026
|
+
"maximum": 65535,
|
|
9027
|
+
"minimum": 0
|
|
9028
|
+
},
|
|
9029
|
+
"deckBuildingTimerEnabled": {
|
|
9030
|
+
"description": "Enables informational deck construction deadline displays.",
|
|
9031
|
+
"type": "boolean"
|
|
9032
|
+
},
|
|
9033
|
+
"draft": {
|
|
9034
|
+
"description": "Draft-only pick and review schedule. Sealed lobbies omit it.",
|
|
9035
|
+
"anyOf": [
|
|
9036
|
+
{
|
|
9037
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/DraftLobbyTimerSettings"
|
|
9038
|
+
},
|
|
9039
|
+
{
|
|
9040
|
+
"type": "null"
|
|
9041
|
+
}
|
|
9042
|
+
]
|
|
9043
|
+
}
|
|
9044
|
+
},
|
|
9045
|
+
"required": [
|
|
9046
|
+
"deckBuildingTimerEnabled",
|
|
9047
|
+
"deckBuildingSeconds"
|
|
9048
|
+
]
|
|
9049
|
+
},
|
|
8491
9050
|
"LimitedPackCardView": {
|
|
8492
9051
|
"description": "One generated pack card plus collation metadata.",
|
|
8493
9052
|
"type": "object",
|
|
@@ -8795,6 +9354,30 @@
|
|
|
8795
9354
|
}
|
|
8796
9355
|
}
|
|
8797
9356
|
},
|
|
9357
|
+
"LobbyGameTimerSettings": {
|
|
9358
|
+
"description": "Per-game clock values shared by constructed and Limited lobbies.",
|
|
9359
|
+
"type": "object",
|
|
9360
|
+
"properties": {
|
|
9361
|
+
"reserveSeconds": {
|
|
9362
|
+
"description": "Seconds of reserve time granted to each player.",
|
|
9363
|
+
"type": "integer",
|
|
9364
|
+
"format": "uint16",
|
|
9365
|
+
"maximum": 65535,
|
|
9366
|
+
"minimum": 0
|
|
9367
|
+
},
|
|
9368
|
+
"turnSeconds": {
|
|
9369
|
+
"description": "Seconds allocated to each normal turn before reserve is used.",
|
|
9370
|
+
"type": "integer",
|
|
9371
|
+
"format": "uint16",
|
|
9372
|
+
"maximum": 65535,
|
|
9373
|
+
"minimum": 0
|
|
9374
|
+
}
|
|
9375
|
+
},
|
|
9376
|
+
"required": [
|
|
9377
|
+
"turnSeconds",
|
|
9378
|
+
"reserveSeconds"
|
|
9379
|
+
]
|
|
9380
|
+
},
|
|
8798
9381
|
"LobbyKickedPayload": {
|
|
8799
9382
|
"type": "object",
|
|
8800
9383
|
"properties": {
|
|
@@ -9204,6 +9787,17 @@
|
|
|
9204
9787
|
"status": {
|
|
9205
9788
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/LobbyStatus"
|
|
9206
9789
|
},
|
|
9790
|
+
"timerSettings": {
|
|
9791
|
+
"description": "Host-selected timer schedule for this lobby. Missing values identify\nrecords created before configurable timers were introduced.",
|
|
9792
|
+
"anyOf": [
|
|
9793
|
+
{
|
|
9794
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/LobbyTimerSettings"
|
|
9795
|
+
},
|
|
9796
|
+
{
|
|
9797
|
+
"type": "null"
|
|
9798
|
+
}
|
|
9799
|
+
]
|
|
9800
|
+
},
|
|
9207
9801
|
"visibility": {
|
|
9208
9802
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/LobbyVisibility"
|
|
9209
9803
|
}
|
|
@@ -9325,6 +9919,30 @@
|
|
|
9325
9919
|
"closed"
|
|
9326
9920
|
]
|
|
9327
9921
|
},
|
|
9922
|
+
"LobbyTimerSettings": {
|
|
9923
|
+
"description": "Host-selected timing rules for a lobby and its started event or match.",
|
|
9924
|
+
"type": "object",
|
|
9925
|
+
"properties": {
|
|
9926
|
+
"game": {
|
|
9927
|
+
"description": "Per-turn and reserve-bank settings for the final game.",
|
|
9928
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/LobbyGameTimerSettings"
|
|
9929
|
+
},
|
|
9930
|
+
"limited": {
|
|
9931
|
+
"description": "Limited-only draft and deck-construction settings.",
|
|
9932
|
+
"anyOf": [
|
|
9933
|
+
{
|
|
9934
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/LimitedLobbyTimerSettings"
|
|
9935
|
+
},
|
|
9936
|
+
{
|
|
9937
|
+
"type": "null"
|
|
9938
|
+
}
|
|
9939
|
+
]
|
|
9940
|
+
}
|
|
9941
|
+
},
|
|
9942
|
+
"required": [
|
|
9943
|
+
"game"
|
|
9944
|
+
]
|
|
9945
|
+
},
|
|
9328
9946
|
"LobbyVisibility": {
|
|
9329
9947
|
"type": "string",
|
|
9330
9948
|
"enum": [
|
|
@@ -10425,6 +11043,17 @@
|
|
|
10425
11043
|
"type": "integer",
|
|
10426
11044
|
"format": "uint32",
|
|
10427
11045
|
"minimum": 0
|
|
11046
|
+
},
|
|
11047
|
+
"text": {
|
|
11048
|
+
"description": "Reviewed printed text owning this chooser payload.",
|
|
11049
|
+
"anyOf": [
|
|
11050
|
+
{
|
|
11051
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
11052
|
+
},
|
|
11053
|
+
{
|
|
11054
|
+
"type": "null"
|
|
11055
|
+
}
|
|
11056
|
+
]
|
|
10428
11057
|
}
|
|
10429
11058
|
},
|
|
10430
11059
|
"required": [
|
|
@@ -10505,6 +11134,17 @@
|
|
|
10505
11134
|
"type": "integer",
|
|
10506
11135
|
"format": "uint32",
|
|
10507
11136
|
"minimum": 0
|
|
11137
|
+
},
|
|
11138
|
+
"text": {
|
|
11139
|
+
"description": "Reviewed printed text owning this chooser payload.",
|
|
11140
|
+
"anyOf": [
|
|
11141
|
+
{
|
|
11142
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
11143
|
+
},
|
|
11144
|
+
{
|
|
11145
|
+
"type": "null"
|
|
11146
|
+
}
|
|
11147
|
+
]
|
|
10508
11148
|
}
|
|
10509
11149
|
},
|
|
10510
11150
|
"required": [
|
|
@@ -10610,6 +11250,17 @@
|
|
|
10610
11250
|
"type": "integer",
|
|
10611
11251
|
"format": "uint32",
|
|
10612
11252
|
"minimum": 0
|
|
11253
|
+
},
|
|
11254
|
+
"text": {
|
|
11255
|
+
"description": "Reviewed printed text owning this private chooser payload.",
|
|
11256
|
+
"anyOf": [
|
|
11257
|
+
{
|
|
11258
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
11259
|
+
},
|
|
11260
|
+
{
|
|
11261
|
+
"type": "null"
|
|
11262
|
+
}
|
|
11263
|
+
]
|
|
10613
11264
|
}
|
|
10614
11265
|
},
|
|
10615
11266
|
"required": [
|
|
@@ -10724,6 +11375,20 @@
|
|
|
10724
11375
|
"type": "string"
|
|
10725
11376
|
}
|
|
10726
11377
|
},
|
|
11378
|
+
"optionTextReferences": {
|
|
11379
|
+
"description": "Reviewed printed text for each matching mode option.\n\nIndex aligns with `option_labels`; `None` denotes an engine/system\noption rather than inferred prose.",
|
|
11380
|
+
"type": "array",
|
|
11381
|
+
"items": {
|
|
11382
|
+
"anyOf": [
|
|
11383
|
+
{
|
|
11384
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/CardTextRef"
|
|
11385
|
+
},
|
|
11386
|
+
{
|
|
11387
|
+
"type": "null"
|
|
11388
|
+
}
|
|
11389
|
+
]
|
|
11390
|
+
}
|
|
11391
|
+
},
|
|
10727
11392
|
"promptProvenance": {
|
|
10728
11393
|
"description": "Parent/stage identity and interaction policy inherited from resolution.",
|
|
10729
11394
|
"anyOf": [
|
|
@@ -10739,6 +11404,17 @@
|
|
|
10739
11404
|
"type": "integer",
|
|
10740
11405
|
"format": "uint32",
|
|
10741
11406
|
"minimum": 0
|
|
11407
|
+
},
|
|
11408
|
+
"text": {
|
|
11409
|
+
"description": "Reviewed printed text owning this chooser payload.",
|
|
11410
|
+
"anyOf": [
|
|
11411
|
+
{
|
|
11412
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
11413
|
+
},
|
|
11414
|
+
{
|
|
11415
|
+
"type": "null"
|
|
11416
|
+
}
|
|
11417
|
+
]
|
|
10742
11418
|
}
|
|
10743
11419
|
},
|
|
10744
11420
|
"required": [
|
|
@@ -10789,6 +11465,17 @@
|
|
|
10789
11465
|
"type": "integer",
|
|
10790
11466
|
"format": "uint32",
|
|
10791
11467
|
"minimum": 0
|
|
11468
|
+
},
|
|
11469
|
+
"text": {
|
|
11470
|
+
"description": "Reviewed printed text owning this chooser payload.",
|
|
11471
|
+
"anyOf": [
|
|
11472
|
+
{
|
|
11473
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
11474
|
+
},
|
|
11475
|
+
{
|
|
11476
|
+
"type": "null"
|
|
11477
|
+
}
|
|
11478
|
+
]
|
|
10792
11479
|
}
|
|
10793
11480
|
},
|
|
10794
11481
|
"required": [
|
|
@@ -10814,6 +11501,17 @@
|
|
|
10814
11501
|
"type": "integer",
|
|
10815
11502
|
"format": "uint32",
|
|
10816
11503
|
"minimum": 0
|
|
11504
|
+
},
|
|
11505
|
+
"text": {
|
|
11506
|
+
"description": "Reviewed text retained by the queued ability when its producer made it\npublic. The order prompt does not infer ownership from source cards.",
|
|
11507
|
+
"anyOf": [
|
|
11508
|
+
{
|
|
11509
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
11510
|
+
},
|
|
11511
|
+
{
|
|
11512
|
+
"type": "null"
|
|
11513
|
+
}
|
|
11514
|
+
]
|
|
10817
11515
|
}
|
|
10818
11516
|
},
|
|
10819
11517
|
"required": [
|
|
@@ -10965,6 +11663,17 @@
|
|
|
10965
11663
|
"description": "Complete target-selection contract for this pending ability.\n\nGroups retain ordering, bounds, and structural purpose together.",
|
|
10966
11664
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/TargetSelectionPlanView"
|
|
10967
11665
|
},
|
|
11666
|
+
"text": {
|
|
11667
|
+
"description": "Reviewed printed ability, selected mode, and current effect ownership.",
|
|
11668
|
+
"anyOf": [
|
|
11669
|
+
{
|
|
11670
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
11671
|
+
},
|
|
11672
|
+
{
|
|
11673
|
+
"type": "null"
|
|
11674
|
+
}
|
|
11675
|
+
]
|
|
11676
|
+
},
|
|
10968
11677
|
"window": {
|
|
10969
11678
|
"description": "Trigger window this ability was collected in.\n\nPart of the ability's stable identity: with `source_card_id`,\n`source_unit_id`, `clause_id`, and `family` it addresses one queued\nability without depending on queue position.",
|
|
10970
11679
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/AbilityWindow"
|
|
@@ -11158,6 +11867,17 @@
|
|
|
11158
11867
|
"format": "uint32",
|
|
11159
11868
|
"minimum": 0
|
|
11160
11869
|
},
|
|
11870
|
+
"text": {
|
|
11871
|
+
"description": "Reviewed printed text owning this chooser payload.",
|
|
11872
|
+
"anyOf": [
|
|
11873
|
+
{
|
|
11874
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
11875
|
+
},
|
|
11876
|
+
{
|
|
11877
|
+
"type": "null"
|
|
11878
|
+
}
|
|
11879
|
+
]
|
|
11880
|
+
},
|
|
11161
11881
|
"title": {
|
|
11162
11882
|
"type": "string"
|
|
11163
11883
|
},
|
|
@@ -11373,6 +12093,16 @@
|
|
|
11373
12093
|
"label": {
|
|
11374
12094
|
"type": "string"
|
|
11375
12095
|
},
|
|
12096
|
+
"modeChoice": {
|
|
12097
|
+
"anyOf": [
|
|
12098
|
+
{
|
|
12099
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/ModeChoiceView"
|
|
12100
|
+
},
|
|
12101
|
+
{
|
|
12102
|
+
"type": "null"
|
|
12103
|
+
}
|
|
12104
|
+
]
|
|
12105
|
+
},
|
|
11376
12106
|
"seat": {
|
|
11377
12107
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/Seat"
|
|
11378
12108
|
},
|
|
@@ -11384,6 +12114,17 @@
|
|
|
11384
12114
|
"items": {
|
|
11385
12115
|
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/TargetSelectionGroup"
|
|
11386
12116
|
}
|
|
12117
|
+
},
|
|
12118
|
+
"text": {
|
|
12119
|
+
"description": "Exact public Action or Epic Action declaration when migrated.",
|
|
12120
|
+
"anyOf": [
|
|
12121
|
+
{
|
|
12122
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/EffectTextRefsView"
|
|
12123
|
+
},
|
|
12124
|
+
{
|
|
12125
|
+
"type": "null"
|
|
12126
|
+
}
|
|
12127
|
+
]
|
|
11387
12128
|
}
|
|
11388
12129
|
},
|
|
11389
12130
|
"required": [
|
|
@@ -13188,6 +13929,344 @@
|
|
|
13188
13929
|
"available"
|
|
13189
13930
|
]
|
|
13190
13931
|
},
|
|
13932
|
+
"SimulatorMessage": {
|
|
13933
|
+
"description": "Typed engine-origin simulator copy with a stable SDK message id.",
|
|
13934
|
+
"oneOf": [
|
|
13935
|
+
{
|
|
13936
|
+
"type": "object",
|
|
13937
|
+
"properties": {
|
|
13938
|
+
"kind": {
|
|
13939
|
+
"type": "string",
|
|
13940
|
+
"const": "abilityUnavailable"
|
|
13941
|
+
}
|
|
13942
|
+
},
|
|
13943
|
+
"required": [
|
|
13944
|
+
"kind"
|
|
13945
|
+
]
|
|
13946
|
+
},
|
|
13947
|
+
{
|
|
13948
|
+
"type": "object",
|
|
13949
|
+
"properties": {
|
|
13950
|
+
"kind": {
|
|
13951
|
+
"type": "string",
|
|
13952
|
+
"const": "action.exhaust"
|
|
13953
|
+
}
|
|
13954
|
+
},
|
|
13955
|
+
"required": [
|
|
13956
|
+
"kind"
|
|
13957
|
+
]
|
|
13958
|
+
},
|
|
13959
|
+
{
|
|
13960
|
+
"type": "object",
|
|
13961
|
+
"properties": {
|
|
13962
|
+
"count": {
|
|
13963
|
+
"type": "integer",
|
|
13964
|
+
"format": "int64",
|
|
13965
|
+
"maximum": 9007199254740991,
|
|
13966
|
+
"minimum": -9007199254740991
|
|
13967
|
+
},
|
|
13968
|
+
"kind": {
|
|
13969
|
+
"type": "string",
|
|
13970
|
+
"const": "amount.resources"
|
|
13971
|
+
}
|
|
13972
|
+
},
|
|
13973
|
+
"required": [
|
|
13974
|
+
"kind",
|
|
13975
|
+
"count"
|
|
13976
|
+
]
|
|
13977
|
+
},
|
|
13978
|
+
{
|
|
13979
|
+
"type": "object",
|
|
13980
|
+
"properties": {
|
|
13981
|
+
"kind": {
|
|
13982
|
+
"type": "string",
|
|
13983
|
+
"const": "choice.none"
|
|
13984
|
+
}
|
|
13985
|
+
},
|
|
13986
|
+
"required": [
|
|
13987
|
+
"kind"
|
|
13988
|
+
]
|
|
13989
|
+
},
|
|
13990
|
+
{
|
|
13991
|
+
"type": "object",
|
|
13992
|
+
"properties": {
|
|
13993
|
+
"kind": {
|
|
13994
|
+
"type": "string",
|
|
13995
|
+
"const": "chooseTarget"
|
|
13996
|
+
}
|
|
13997
|
+
},
|
|
13998
|
+
"required": [
|
|
13999
|
+
"kind"
|
|
14000
|
+
]
|
|
14001
|
+
},
|
|
14002
|
+
{
|
|
14003
|
+
"type": "object",
|
|
14004
|
+
"properties": {
|
|
14005
|
+
"kind": {
|
|
14006
|
+
"type": "string",
|
|
14007
|
+
"const": "chooseTargets"
|
|
14008
|
+
},
|
|
14009
|
+
"max": {
|
|
14010
|
+
"type": "integer",
|
|
14011
|
+
"format": "int64",
|
|
14012
|
+
"maximum": 9007199254740991,
|
|
14013
|
+
"minimum": -9007199254740991
|
|
14014
|
+
},
|
|
14015
|
+
"min": {
|
|
14016
|
+
"type": "integer",
|
|
14017
|
+
"format": "int64",
|
|
14018
|
+
"maximum": 9007199254740991,
|
|
14019
|
+
"minimum": -9007199254740991
|
|
14020
|
+
}
|
|
14021
|
+
},
|
|
14022
|
+
"required": [
|
|
14023
|
+
"kind",
|
|
14024
|
+
"min",
|
|
14025
|
+
"max"
|
|
14026
|
+
]
|
|
14027
|
+
},
|
|
14028
|
+
{
|
|
14029
|
+
"type": "object",
|
|
14030
|
+
"properties": {
|
|
14031
|
+
"kind": {
|
|
14032
|
+
"type": "string",
|
|
14033
|
+
"const": "controls.cancel"
|
|
14034
|
+
}
|
|
14035
|
+
},
|
|
14036
|
+
"required": [
|
|
14037
|
+
"kind"
|
|
14038
|
+
]
|
|
14039
|
+
},
|
|
14040
|
+
{
|
|
14041
|
+
"type": "object",
|
|
14042
|
+
"properties": {
|
|
14043
|
+
"kind": {
|
|
14044
|
+
"type": "string",
|
|
14045
|
+
"const": "controls.confirm"
|
|
14046
|
+
}
|
|
14047
|
+
},
|
|
14048
|
+
"required": [
|
|
14049
|
+
"kind"
|
|
14050
|
+
]
|
|
14051
|
+
},
|
|
14052
|
+
{
|
|
14053
|
+
"type": "object",
|
|
14054
|
+
"properties": {
|
|
14055
|
+
"kind": {
|
|
14056
|
+
"type": "string",
|
|
14057
|
+
"const": "controls.decline"
|
|
14058
|
+
}
|
|
14059
|
+
},
|
|
14060
|
+
"required": [
|
|
14061
|
+
"kind"
|
|
14062
|
+
]
|
|
14063
|
+
},
|
|
14064
|
+
{
|
|
14065
|
+
"type": "object",
|
|
14066
|
+
"properties": {
|
|
14067
|
+
"kind": {
|
|
14068
|
+
"type": "string",
|
|
14069
|
+
"const": "controls.done"
|
|
14070
|
+
}
|
|
14071
|
+
},
|
|
14072
|
+
"required": [
|
|
14073
|
+
"kind"
|
|
14074
|
+
]
|
|
14075
|
+
},
|
|
14076
|
+
{
|
|
14077
|
+
"type": "object",
|
|
14078
|
+
"properties": {
|
|
14079
|
+
"kind": {
|
|
14080
|
+
"type": "string",
|
|
14081
|
+
"const": "duration.phase"
|
|
14082
|
+
}
|
|
14083
|
+
},
|
|
14084
|
+
"required": [
|
|
14085
|
+
"kind"
|
|
14086
|
+
]
|
|
14087
|
+
},
|
|
14088
|
+
{
|
|
14089
|
+
"type": "object",
|
|
14090
|
+
"properties": {
|
|
14091
|
+
"count": {
|
|
14092
|
+
"type": "integer",
|
|
14093
|
+
"format": "int64",
|
|
14094
|
+
"maximum": 9007199254740991,
|
|
14095
|
+
"minimum": -9007199254740991
|
|
14096
|
+
},
|
|
14097
|
+
"kind": {
|
|
14098
|
+
"type": "string",
|
|
14099
|
+
"const": "duration.rounds"
|
|
14100
|
+
}
|
|
14101
|
+
},
|
|
14102
|
+
"required": [
|
|
14103
|
+
"kind",
|
|
14104
|
+
"count"
|
|
14105
|
+
]
|
|
14106
|
+
},
|
|
14107
|
+
{
|
|
14108
|
+
"type": "object",
|
|
14109
|
+
"properties": {
|
|
14110
|
+
"keyword": {
|
|
14111
|
+
"type": "string"
|
|
14112
|
+
},
|
|
14113
|
+
"kind": {
|
|
14114
|
+
"type": "string",
|
|
14115
|
+
"const": "keyword.name"
|
|
14116
|
+
}
|
|
14117
|
+
},
|
|
14118
|
+
"required": [
|
|
14119
|
+
"kind",
|
|
14120
|
+
"keyword"
|
|
14121
|
+
]
|
|
14122
|
+
},
|
|
14123
|
+
{
|
|
14124
|
+
"type": "object",
|
|
14125
|
+
"properties": {
|
|
14126
|
+
"kind": {
|
|
14127
|
+
"type": "string",
|
|
14128
|
+
"const": "keyword.overwhelm"
|
|
14129
|
+
}
|
|
14130
|
+
},
|
|
14131
|
+
"required": [
|
|
14132
|
+
"kind"
|
|
14133
|
+
]
|
|
14134
|
+
},
|
|
14135
|
+
{
|
|
14136
|
+
"type": "object",
|
|
14137
|
+
"properties": {
|
|
14138
|
+
"kind": {
|
|
14139
|
+
"type": "string",
|
|
14140
|
+
"const": "keyword.raid"
|
|
14141
|
+
}
|
|
14142
|
+
},
|
|
14143
|
+
"required": [
|
|
14144
|
+
"kind"
|
|
14145
|
+
]
|
|
14146
|
+
},
|
|
14147
|
+
{
|
|
14148
|
+
"type": "object",
|
|
14149
|
+
"properties": {
|
|
14150
|
+
"kind": {
|
|
14151
|
+
"type": "string",
|
|
14152
|
+
"const": "keyword.sentinel"
|
|
14153
|
+
}
|
|
14154
|
+
},
|
|
14155
|
+
"required": [
|
|
14156
|
+
"kind"
|
|
14157
|
+
]
|
|
14158
|
+
},
|
|
14159
|
+
{
|
|
14160
|
+
"type": "object",
|
|
14161
|
+
"properties": {
|
|
14162
|
+
"kind": {
|
|
14163
|
+
"type": "string",
|
|
14164
|
+
"const": "legacyText"
|
|
14165
|
+
},
|
|
14166
|
+
"text": {
|
|
14167
|
+
"type": "string"
|
|
14168
|
+
}
|
|
14169
|
+
},
|
|
14170
|
+
"required": [
|
|
14171
|
+
"kind",
|
|
14172
|
+
"text"
|
|
14173
|
+
]
|
|
14174
|
+
},
|
|
14175
|
+
{
|
|
14176
|
+
"type": "object",
|
|
14177
|
+
"properties": {
|
|
14178
|
+
"kind": {
|
|
14179
|
+
"type": "string",
|
|
14180
|
+
"const": "targetPurpose.attachUpgrade"
|
|
14181
|
+
}
|
|
14182
|
+
},
|
|
14183
|
+
"required": [
|
|
14184
|
+
"kind"
|
|
14185
|
+
]
|
|
14186
|
+
},
|
|
14187
|
+
{
|
|
14188
|
+
"type": "object",
|
|
14189
|
+
"properties": {
|
|
14190
|
+
"kind": {
|
|
14191
|
+
"type": "string",
|
|
14192
|
+
"const": "targetPurpose.chooseTarget"
|
|
14193
|
+
}
|
|
14194
|
+
},
|
|
14195
|
+
"required": [
|
|
14196
|
+
"kind"
|
|
14197
|
+
]
|
|
14198
|
+
},
|
|
14199
|
+
{
|
|
14200
|
+
"type": "object",
|
|
14201
|
+
"properties": {
|
|
14202
|
+
"amount": {
|
|
14203
|
+
"type": "integer",
|
|
14204
|
+
"format": "int64",
|
|
14205
|
+
"maximum": 9007199254740991,
|
|
14206
|
+
"minimum": -9007199254740991
|
|
14207
|
+
},
|
|
14208
|
+
"kind": {
|
|
14209
|
+
"type": "string",
|
|
14210
|
+
"const": "targetPurpose.dealDamage"
|
|
14211
|
+
}
|
|
14212
|
+
},
|
|
14213
|
+
"required": [
|
|
14214
|
+
"kind",
|
|
14215
|
+
"amount"
|
|
14216
|
+
]
|
|
14217
|
+
},
|
|
14218
|
+
{
|
|
14219
|
+
"type": "object",
|
|
14220
|
+
"properties": {
|
|
14221
|
+
"amount": {
|
|
14222
|
+
"type": "integer",
|
|
14223
|
+
"format": "int64",
|
|
14224
|
+
"maximum": 9007199254740991,
|
|
14225
|
+
"minimum": -9007199254740991
|
|
14226
|
+
},
|
|
14227
|
+
"kind": {
|
|
14228
|
+
"type": "string",
|
|
14229
|
+
"const": "targetPurpose.giveShield"
|
|
14230
|
+
}
|
|
14231
|
+
},
|
|
14232
|
+
"required": [
|
|
14233
|
+
"kind",
|
|
14234
|
+
"amount"
|
|
14235
|
+
]
|
|
14236
|
+
},
|
|
14237
|
+
{
|
|
14238
|
+
"type": "object",
|
|
14239
|
+
"properties": {
|
|
14240
|
+
"amount": {
|
|
14241
|
+
"type": "integer",
|
|
14242
|
+
"format": "int64",
|
|
14243
|
+
"maximum": 9007199254740991,
|
|
14244
|
+
"minimum": -9007199254740991
|
|
14245
|
+
},
|
|
14246
|
+
"kind": {
|
|
14247
|
+
"type": "string",
|
|
14248
|
+
"const": "targetPurpose.heal"
|
|
14249
|
+
}
|
|
14250
|
+
},
|
|
14251
|
+
"required": [
|
|
14252
|
+
"kind",
|
|
14253
|
+
"amount"
|
|
14254
|
+
]
|
|
14255
|
+
},
|
|
14256
|
+
{
|
|
14257
|
+
"type": "object",
|
|
14258
|
+
"properties": {
|
|
14259
|
+
"kind": {
|
|
14260
|
+
"type": "string",
|
|
14261
|
+
"const": "timing.onceEachRound"
|
|
14262
|
+
}
|
|
14263
|
+
},
|
|
14264
|
+
"required": [
|
|
14265
|
+
"kind"
|
|
14266
|
+
]
|
|
14267
|
+
}
|
|
14268
|
+
]
|
|
14269
|
+
},
|
|
13191
14270
|
"SimulatorReportResponse": {
|
|
13192
14271
|
"description": "Full sanitized support bundle returned only by the simulator admin API.",
|
|
13193
14272
|
"type": "object",
|
|
@@ -14071,6 +15150,13 @@
|
|
|
14071
15150
|
}
|
|
14072
15151
|
]
|
|
14073
15152
|
},
|
|
15153
|
+
"textReferences": {
|
|
15154
|
+
"description": "Reviewed printed text that produced this exact group.\n\nReferences are locale-neutral and preserve nested printed-effect\nownership without placing card prose in public match state.",
|
|
15155
|
+
"type": "array",
|
|
15156
|
+
"items": {
|
|
15157
|
+
"$ref": "https://simulator-sdk.my-swu.com/schema/common.json#/$defs/CardTextRef"
|
|
15158
|
+
}
|
|
15159
|
+
},
|
|
14074
15160
|
"validTargets": {
|
|
14075
15161
|
"type": "array",
|
|
14076
15162
|
"items": {
|
|
@@ -14157,6 +15243,11 @@
|
|
|
14157
15243
|
"host": {
|
|
14158
15244
|
"type": "boolean"
|
|
14159
15245
|
},
|
|
15246
|
+
"isAi": {
|
|
15247
|
+
"description": "Whether server automation permanently controls this participant.",
|
|
15248
|
+
"type": "boolean",
|
|
15249
|
+
"default": false
|
|
15250
|
+
},
|
|
14160
15251
|
"joinedAtMs": {
|
|
14161
15252
|
"type": "integer",
|
|
14162
15253
|
"format": "uint64",
|