optolith-database-schema 0.5.2 → 0.5.3
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/CHANGELOG.md +8 -0
- package/lib/types/equipment/item/_Item.d.ts +1 -1
- package/package.json +2 -2
- package/schema/equipment/item/_Item.schema.json +1 -1
- package/schema/magicalActions/ZibiljaRitual.schema.json +3 -3
- package/schema/specialAbility/CombatStyleSpecialAbility.schema.json +15 -15
- package/schema/specialAbility/LiturgicalStyleSpecialAbility.schema.json +15 -15
- package/schema/specialAbility/MagicStyleSpecialAbility.schema.json +15 -15
- package/schema/specialAbility/SkillStyleSpecialAbility.schema.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [0.5.3](https://github.com/elyukai/optolith-database-schema/compare/v0.5.2...v0.5.3) (2022-12-03)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* escaping curly braces in regular expression ([4f59611](https://github.com/elyukai/optolith-database-schema/commit/4f59611827d0948df7de32e73623cef858ad89c7))
|
|
11
|
+
* import resolving of types used in generic types ([592ade9](https://github.com/elyukai/optolith-database-schema/commit/592ade94fddc14bdda5bfcf8b3dc51c33f36f509))
|
|
12
|
+
|
|
5
13
|
### [0.5.2](https://github.com/elyukai/optolith-database-schema/compare/v0.5.1...v0.5.2) (2022-12-02)
|
|
6
14
|
|
|
7
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "optolith-database-schema",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Definitions and utilities for the flat-file database of Optolith, a character creation tool for the Pen and Paper RPG “The Dark Eye 5”, and its external integrations into other software.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tde",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^18.0.0",
|
|
31
|
-
"optolith-tsjsonschemamd": "^0.5.
|
|
31
|
+
"optolith-tsjsonschemamd": "^0.5.20",
|
|
32
32
|
"standard-version": "^9.5.0",
|
|
33
33
|
"typescript": "^4.7.4"
|
|
34
34
|
},
|
|
@@ -196,13 +196,13 @@
|
|
|
196
196
|
]
|
|
197
197
|
},
|
|
198
198
|
"cost": {
|
|
199
|
-
"$ref": "
|
|
199
|
+
"$ref": "../_ActivatableSkillCost.schema.json#/$defs/OneTimeCost"
|
|
200
200
|
},
|
|
201
201
|
"range": {
|
|
202
|
-
"$ref": "
|
|
202
|
+
"$ref": "../_ActivatableSkillRange.schema.json#/$defs/Range"
|
|
203
203
|
},
|
|
204
204
|
"duration": {
|
|
205
|
-
"$ref": "
|
|
205
|
+
"$ref": "../_ActivatableSkillDuration.schema.json#/$defs/DurationForOneTime"
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
208
|
"required": [
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"description": "Specify the select option(s) that only are allowed for the referenced\nadvanced special ability; others are disallowed.",
|
|
81
81
|
"type": "array",
|
|
82
82
|
"items": {
|
|
83
|
-
"$ref": "
|
|
83
|
+
"$ref": "../_IdentifierGroup.schema.json#/$defs/AdvancedSpecialAbilityRestrictedOptionIdentifier"
|
|
84
84
|
},
|
|
85
85
|
"minItems": 1
|
|
86
86
|
}
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"type": "boolean"
|
|
125
125
|
},
|
|
126
126
|
"display_option": {
|
|
127
|
-
"$ref": "
|
|
127
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
"required": [
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"properties": {
|
|
152
152
|
"external_entry": {
|
|
153
153
|
"description": "The possible advanced special abilities.",
|
|
154
|
-
"$ref": "
|
|
154
|
+
"$ref": "../_Identifier.schema.json#/$defs/MagicalTraditionIdentifier"
|
|
155
155
|
},
|
|
156
156
|
"map": {
|
|
157
157
|
"description": "Map options from the external entry to allowed advanced special abilities.",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"properties": {
|
|
163
163
|
"from_option": {
|
|
164
164
|
"description": "The select option's identifier.",
|
|
165
|
-
"$ref": "
|
|
165
|
+
"$ref": "../_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
166
166
|
},
|
|
167
167
|
"to_advanced": {
|
|
168
168
|
"type": "object",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"minItems": 1
|
|
187
187
|
},
|
|
188
188
|
"display_option": {
|
|
189
|
-
"$ref": "
|
|
189
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
190
190
|
}
|
|
191
191
|
},
|
|
192
192
|
"required": [
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"description": "Specify the select option(s) that only are allowed for the referenced\nadvanced special ability; others are disallowed.",
|
|
249
249
|
"type": "array",
|
|
250
250
|
"items": {
|
|
251
|
-
"$ref": "
|
|
251
|
+
"$ref": "../_IdentifierGroup.schema.json#/$defs/AdvancedSpecialAbilityRestrictedOptionIdentifier"
|
|
252
252
|
},
|
|
253
253
|
"minItems": 1
|
|
254
254
|
}
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"type": "boolean"
|
|
293
293
|
},
|
|
294
294
|
"display_option": {
|
|
295
|
-
"$ref": "
|
|
295
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
296
296
|
}
|
|
297
297
|
},
|
|
298
298
|
"required": [
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
"properties": {
|
|
320
320
|
"external_entry": {
|
|
321
321
|
"description": "The possible advanced special abilities.",
|
|
322
|
-
"$ref": "
|
|
322
|
+
"$ref": "../_Identifier.schema.json#/$defs/MagicalTraditionIdentifier"
|
|
323
323
|
},
|
|
324
324
|
"map": {
|
|
325
325
|
"description": "Map options from the external entry to allowed advanced special abilities.",
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"properties": {
|
|
331
331
|
"from_option": {
|
|
332
332
|
"description": "The select option's identifier.",
|
|
333
|
-
"$ref": "
|
|
333
|
+
"$ref": "../_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
334
334
|
},
|
|
335
335
|
"to_advanced": {
|
|
336
336
|
"type": "object",
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"minItems": 1
|
|
355
355
|
},
|
|
356
356
|
"display_option": {
|
|
357
|
-
"$ref": "
|
|
357
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
358
358
|
}
|
|
359
359
|
},
|
|
360
360
|
"required": [
|
|
@@ -416,7 +416,7 @@
|
|
|
416
416
|
"description": "Specify the select option(s) that only are allowed for the referenced\nadvanced special ability; others are disallowed.",
|
|
417
417
|
"type": "array",
|
|
418
418
|
"items": {
|
|
419
|
-
"$ref": "
|
|
419
|
+
"$ref": "../_IdentifierGroup.schema.json#/$defs/AdvancedSpecialAbilityRestrictedOptionIdentifier"
|
|
420
420
|
},
|
|
421
421
|
"minItems": 1
|
|
422
422
|
}
|
|
@@ -460,7 +460,7 @@
|
|
|
460
460
|
"type": "boolean"
|
|
461
461
|
},
|
|
462
462
|
"display_option": {
|
|
463
|
-
"$ref": "
|
|
463
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
464
464
|
}
|
|
465
465
|
},
|
|
466
466
|
"required": [
|
|
@@ -487,7 +487,7 @@
|
|
|
487
487
|
"properties": {
|
|
488
488
|
"external_entry": {
|
|
489
489
|
"description": "The possible advanced special abilities.",
|
|
490
|
-
"$ref": "
|
|
490
|
+
"$ref": "../_Identifier.schema.json#/$defs/MagicalTraditionIdentifier"
|
|
491
491
|
},
|
|
492
492
|
"map": {
|
|
493
493
|
"description": "Map options from the external entry to allowed advanced special abilities.",
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
"properties": {
|
|
499
499
|
"from_option": {
|
|
500
500
|
"description": "The select option's identifier.",
|
|
501
|
-
"$ref": "
|
|
501
|
+
"$ref": "../_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
502
502
|
},
|
|
503
503
|
"to_advanced": {
|
|
504
504
|
"type": "object",
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
"minItems": 1
|
|
523
523
|
},
|
|
524
524
|
"display_option": {
|
|
525
|
-
"$ref": "
|
|
525
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
526
526
|
}
|
|
527
527
|
},
|
|
528
528
|
"required": [
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"description": "Specify the select option(s) that only are allowed for the referenced\nadvanced special ability; others are disallowed.",
|
|
74
74
|
"type": "array",
|
|
75
75
|
"items": {
|
|
76
|
-
"$ref": "
|
|
76
|
+
"$ref": "../_IdentifierGroup.schema.json#/$defs/AdvancedSpecialAbilityRestrictedOptionIdentifier"
|
|
77
77
|
},
|
|
78
78
|
"minItems": 1
|
|
79
79
|
}
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"type": "boolean"
|
|
118
118
|
},
|
|
119
119
|
"display_option": {
|
|
120
|
-
"$ref": "
|
|
120
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
"required": [
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"properties": {
|
|
145
145
|
"external_entry": {
|
|
146
146
|
"description": "The possible advanced special abilities.",
|
|
147
|
-
"$ref": "
|
|
147
|
+
"$ref": "../_Identifier.schema.json#/$defs/MagicalTraditionIdentifier"
|
|
148
148
|
},
|
|
149
149
|
"map": {
|
|
150
150
|
"description": "Map options from the external entry to allowed advanced special abilities.",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"properties": {
|
|
156
156
|
"from_option": {
|
|
157
157
|
"description": "The select option's identifier.",
|
|
158
|
-
"$ref": "
|
|
158
|
+
"$ref": "../_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
159
159
|
},
|
|
160
160
|
"to_advanced": {
|
|
161
161
|
"type": "object",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"minItems": 1
|
|
180
180
|
},
|
|
181
181
|
"display_option": {
|
|
182
|
-
"$ref": "
|
|
182
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
183
183
|
}
|
|
184
184
|
},
|
|
185
185
|
"required": [
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"description": "Specify the select option(s) that only are allowed for the referenced\nadvanced special ability; others are disallowed.",
|
|
242
242
|
"type": "array",
|
|
243
243
|
"items": {
|
|
244
|
-
"$ref": "
|
|
244
|
+
"$ref": "../_IdentifierGroup.schema.json#/$defs/AdvancedSpecialAbilityRestrictedOptionIdentifier"
|
|
245
245
|
},
|
|
246
246
|
"minItems": 1
|
|
247
247
|
}
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"type": "boolean"
|
|
286
286
|
},
|
|
287
287
|
"display_option": {
|
|
288
|
-
"$ref": "
|
|
288
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
289
289
|
}
|
|
290
290
|
},
|
|
291
291
|
"required": [
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"properties": {
|
|
313
313
|
"external_entry": {
|
|
314
314
|
"description": "The possible advanced special abilities.",
|
|
315
|
-
"$ref": "
|
|
315
|
+
"$ref": "../_Identifier.schema.json#/$defs/MagicalTraditionIdentifier"
|
|
316
316
|
},
|
|
317
317
|
"map": {
|
|
318
318
|
"description": "Map options from the external entry to allowed advanced special abilities.",
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"properties": {
|
|
324
324
|
"from_option": {
|
|
325
325
|
"description": "The select option's identifier.",
|
|
326
|
-
"$ref": "
|
|
326
|
+
"$ref": "../_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
327
327
|
},
|
|
328
328
|
"to_advanced": {
|
|
329
329
|
"type": "object",
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"minItems": 1
|
|
348
348
|
},
|
|
349
349
|
"display_option": {
|
|
350
|
-
"$ref": "
|
|
350
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
351
351
|
}
|
|
352
352
|
},
|
|
353
353
|
"required": [
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"description": "Specify the select option(s) that only are allowed for the referenced\nadvanced special ability; others are disallowed.",
|
|
410
410
|
"type": "array",
|
|
411
411
|
"items": {
|
|
412
|
-
"$ref": "
|
|
412
|
+
"$ref": "../_IdentifierGroup.schema.json#/$defs/AdvancedSpecialAbilityRestrictedOptionIdentifier"
|
|
413
413
|
},
|
|
414
414
|
"minItems": 1
|
|
415
415
|
}
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"type": "boolean"
|
|
454
454
|
},
|
|
455
455
|
"display_option": {
|
|
456
|
-
"$ref": "
|
|
456
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
457
457
|
}
|
|
458
458
|
},
|
|
459
459
|
"required": [
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"properties": {
|
|
481
481
|
"external_entry": {
|
|
482
482
|
"description": "The possible advanced special abilities.",
|
|
483
|
-
"$ref": "
|
|
483
|
+
"$ref": "../_Identifier.schema.json#/$defs/MagicalTraditionIdentifier"
|
|
484
484
|
},
|
|
485
485
|
"map": {
|
|
486
486
|
"description": "Map options from the external entry to allowed advanced special abilities.",
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
"properties": {
|
|
492
492
|
"from_option": {
|
|
493
493
|
"description": "The select option's identifier.",
|
|
494
|
-
"$ref": "
|
|
494
|
+
"$ref": "../_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
495
495
|
},
|
|
496
496
|
"to_advanced": {
|
|
497
497
|
"type": "object",
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
"minItems": 1
|
|
516
516
|
},
|
|
517
517
|
"display_option": {
|
|
518
|
-
"$ref": "
|
|
518
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
519
519
|
}
|
|
520
520
|
},
|
|
521
521
|
"required": [
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"description": "Specify the select option(s) that only are allowed for the referenced\nadvanced special ability; others are disallowed.",
|
|
74
74
|
"type": "array",
|
|
75
75
|
"items": {
|
|
76
|
-
"$ref": "
|
|
76
|
+
"$ref": "../_IdentifierGroup.schema.json#/$defs/AdvancedSpecialAbilityRestrictedOptionIdentifier"
|
|
77
77
|
},
|
|
78
78
|
"minItems": 1
|
|
79
79
|
}
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"type": "boolean"
|
|
118
118
|
},
|
|
119
119
|
"display_option": {
|
|
120
|
-
"$ref": "
|
|
120
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
"required": [
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"properties": {
|
|
145
145
|
"external_entry": {
|
|
146
146
|
"description": "The possible advanced special abilities.",
|
|
147
|
-
"$ref": "
|
|
147
|
+
"$ref": "../_Identifier.schema.json#/$defs/MagicalTraditionIdentifier"
|
|
148
148
|
},
|
|
149
149
|
"map": {
|
|
150
150
|
"description": "Map options from the external entry to allowed advanced special abilities.",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"properties": {
|
|
156
156
|
"from_option": {
|
|
157
157
|
"description": "The select option's identifier.",
|
|
158
|
-
"$ref": "
|
|
158
|
+
"$ref": "../_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
159
159
|
},
|
|
160
160
|
"to_advanced": {
|
|
161
161
|
"type": "object",
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"minItems": 1
|
|
180
180
|
},
|
|
181
181
|
"display_option": {
|
|
182
|
-
"$ref": "
|
|
182
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
183
183
|
}
|
|
184
184
|
},
|
|
185
185
|
"required": [
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
"description": "Specify the select option(s) that only are allowed for the referenced\nadvanced special ability; others are disallowed.",
|
|
242
242
|
"type": "array",
|
|
243
243
|
"items": {
|
|
244
|
-
"$ref": "
|
|
244
|
+
"$ref": "../_IdentifierGroup.schema.json#/$defs/AdvancedSpecialAbilityRestrictedOptionIdentifier"
|
|
245
245
|
},
|
|
246
246
|
"minItems": 1
|
|
247
247
|
}
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
"type": "boolean"
|
|
286
286
|
},
|
|
287
287
|
"display_option": {
|
|
288
|
-
"$ref": "
|
|
288
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
289
289
|
}
|
|
290
290
|
},
|
|
291
291
|
"required": [
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"properties": {
|
|
313
313
|
"external_entry": {
|
|
314
314
|
"description": "The possible advanced special abilities.",
|
|
315
|
-
"$ref": "
|
|
315
|
+
"$ref": "../_Identifier.schema.json#/$defs/MagicalTraditionIdentifier"
|
|
316
316
|
},
|
|
317
317
|
"map": {
|
|
318
318
|
"description": "Map options from the external entry to allowed advanced special abilities.",
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"properties": {
|
|
324
324
|
"from_option": {
|
|
325
325
|
"description": "The select option's identifier.",
|
|
326
|
-
"$ref": "
|
|
326
|
+
"$ref": "../_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
327
327
|
},
|
|
328
328
|
"to_advanced": {
|
|
329
329
|
"type": "object",
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"minItems": 1
|
|
348
348
|
},
|
|
349
349
|
"display_option": {
|
|
350
|
-
"$ref": "
|
|
350
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
351
351
|
}
|
|
352
352
|
},
|
|
353
353
|
"required": [
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"description": "Specify the select option(s) that only are allowed for the referenced\nadvanced special ability; others are disallowed.",
|
|
410
410
|
"type": "array",
|
|
411
411
|
"items": {
|
|
412
|
-
"$ref": "
|
|
412
|
+
"$ref": "../_IdentifierGroup.schema.json#/$defs/AdvancedSpecialAbilityRestrictedOptionIdentifier"
|
|
413
413
|
},
|
|
414
414
|
"minItems": 1
|
|
415
415
|
}
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"type": "boolean"
|
|
454
454
|
},
|
|
455
455
|
"display_option": {
|
|
456
|
-
"$ref": "
|
|
456
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
457
457
|
}
|
|
458
458
|
},
|
|
459
459
|
"required": [
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"properties": {
|
|
481
481
|
"external_entry": {
|
|
482
482
|
"description": "The possible advanced special abilities.",
|
|
483
|
-
"$ref": "
|
|
483
|
+
"$ref": "../_Identifier.schema.json#/$defs/MagicalTraditionIdentifier"
|
|
484
484
|
},
|
|
485
485
|
"map": {
|
|
486
486
|
"description": "Map options from the external entry to allowed advanced special abilities.",
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
"properties": {
|
|
492
492
|
"from_option": {
|
|
493
493
|
"description": "The select option's identifier.",
|
|
494
|
-
"$ref": "
|
|
494
|
+
"$ref": "../_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
495
495
|
},
|
|
496
496
|
"to_advanced": {
|
|
497
497
|
"type": "object",
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
"minItems": 1
|
|
516
516
|
},
|
|
517
517
|
"display_option": {
|
|
518
|
-
"$ref": "
|
|
518
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
519
519
|
}
|
|
520
520
|
},
|
|
521
521
|
"required": [
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"description": "Specify the select option(s) that only are allowed for the referenced\nadvanced special ability; others are disallowed.",
|
|
68
68
|
"type": "array",
|
|
69
69
|
"items": {
|
|
70
|
-
"$ref": "
|
|
70
|
+
"$ref": "../_IdentifierGroup.schema.json#/$defs/AdvancedSpecialAbilityRestrictedOptionIdentifier"
|
|
71
71
|
},
|
|
72
72
|
"minItems": 1
|
|
73
73
|
}
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"type": "boolean"
|
|
112
112
|
},
|
|
113
113
|
"display_option": {
|
|
114
|
-
"$ref": "
|
|
114
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
117
|
"required": [
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"properties": {
|
|
139
139
|
"external_entry": {
|
|
140
140
|
"description": "The possible advanced special abilities.",
|
|
141
|
-
"$ref": "
|
|
141
|
+
"$ref": "../_Identifier.schema.json#/$defs/MagicalTraditionIdentifier"
|
|
142
142
|
},
|
|
143
143
|
"map": {
|
|
144
144
|
"description": "Map options from the external entry to allowed advanced special abilities.",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"properties": {
|
|
150
150
|
"from_option": {
|
|
151
151
|
"description": "The select option's identifier.",
|
|
152
|
-
"$ref": "
|
|
152
|
+
"$ref": "../_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
153
153
|
},
|
|
154
154
|
"to_advanced": {
|
|
155
155
|
"type": "object",
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"minItems": 1
|
|
174
174
|
},
|
|
175
175
|
"display_option": {
|
|
176
|
-
"$ref": "
|
|
176
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
"required": [
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"description": "Specify the select option(s) that only are allowed for the referenced\nadvanced special ability; others are disallowed.",
|
|
236
236
|
"type": "array",
|
|
237
237
|
"items": {
|
|
238
|
-
"$ref": "
|
|
238
|
+
"$ref": "../_IdentifierGroup.schema.json#/$defs/AdvancedSpecialAbilityRestrictedOptionIdentifier"
|
|
239
239
|
},
|
|
240
240
|
"minItems": 1
|
|
241
241
|
}
|
|
@@ -279,7 +279,7 @@
|
|
|
279
279
|
"type": "boolean"
|
|
280
280
|
},
|
|
281
281
|
"display_option": {
|
|
282
|
-
"$ref": "
|
|
282
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
283
283
|
}
|
|
284
284
|
},
|
|
285
285
|
"required": [
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"properties": {
|
|
307
307
|
"external_entry": {
|
|
308
308
|
"description": "The possible advanced special abilities.",
|
|
309
|
-
"$ref": "
|
|
309
|
+
"$ref": "../_Identifier.schema.json#/$defs/MagicalTraditionIdentifier"
|
|
310
310
|
},
|
|
311
311
|
"map": {
|
|
312
312
|
"description": "Map options from the external entry to allowed advanced special abilities.",
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
"properties": {
|
|
318
318
|
"from_option": {
|
|
319
319
|
"description": "The select option's identifier.",
|
|
320
|
-
"$ref": "
|
|
320
|
+
"$ref": "../_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
321
321
|
},
|
|
322
322
|
"to_advanced": {
|
|
323
323
|
"type": "object",
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
"minItems": 1
|
|
342
342
|
},
|
|
343
343
|
"display_option": {
|
|
344
|
-
"$ref": "
|
|
344
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
345
345
|
}
|
|
346
346
|
},
|
|
347
347
|
"required": [
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
"description": "Specify the select option(s) that only are allowed for the referenced\nadvanced special ability; others are disallowed.",
|
|
404
404
|
"type": "array",
|
|
405
405
|
"items": {
|
|
406
|
-
"$ref": "
|
|
406
|
+
"$ref": "../_IdentifierGroup.schema.json#/$defs/AdvancedSpecialAbilityRestrictedOptionIdentifier"
|
|
407
407
|
},
|
|
408
408
|
"minItems": 1
|
|
409
409
|
}
|
|
@@ -447,7 +447,7 @@
|
|
|
447
447
|
"type": "boolean"
|
|
448
448
|
},
|
|
449
449
|
"display_option": {
|
|
450
|
-
"$ref": "
|
|
450
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
451
451
|
}
|
|
452
452
|
},
|
|
453
453
|
"required": [
|
|
@@ -474,7 +474,7 @@
|
|
|
474
474
|
"properties": {
|
|
475
475
|
"external_entry": {
|
|
476
476
|
"description": "The possible advanced special abilities.",
|
|
477
|
-
"$ref": "
|
|
477
|
+
"$ref": "../_Identifier.schema.json#/$defs/MagicalTraditionIdentifier"
|
|
478
478
|
},
|
|
479
479
|
"map": {
|
|
480
480
|
"description": "Map options from the external entry to allowed advanced special abilities.",
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"properties": {
|
|
486
486
|
"from_option": {
|
|
487
487
|
"description": "The select option's identifier.",
|
|
488
|
-
"$ref": "
|
|
488
|
+
"$ref": "../_Identifier.schema.json#/$defs/PatronIdentifier"
|
|
489
489
|
},
|
|
490
490
|
"to_advanced": {
|
|
491
491
|
"type": "object",
|
|
@@ -509,7 +509,7 @@
|
|
|
509
509
|
"minItems": 1
|
|
510
510
|
},
|
|
511
511
|
"display_option": {
|
|
512
|
-
"$ref": "
|
|
512
|
+
"$ref": "../prerequisites/DisplayOption.schema.json#/$defs/DisplayOption"
|
|
513
513
|
}
|
|
514
514
|
},
|
|
515
515
|
"required": [
|