5etools-utils 0.8.37 → 0.9.0

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.
Files changed (165) hide show
  1. package/README.md +1 -0
  2. package/bin/test-json-ua.js +5 -0
  3. package/lib/BrewTester.js +2 -2
  4. package/lib/TestJson.js +19 -6
  5. package/package.json +2 -1
  6. package/schema/site/util.json +1 -1
  7. package/schema/site-fast/util.json +1 -1
  8. package/schema/ua/actions.json +97 -0
  9. package/schema/ua/adventure/adventure.json +12 -0
  10. package/schema/ua/adventures.json +214 -0
  11. package/schema/ua/backgrounds.json +314 -0
  12. package/schema/ua/bestiary/bestiary.json +3735 -0
  13. package/schema/ua/bestiary/fluff-bestiary.json +15 -0
  14. package/schema/ua/bestiary/fluff-index.json +11 -0
  15. package/schema/ua/bestiary/foundry.json +15 -0
  16. package/schema/ua/bestiary/index.json +11 -0
  17. package/schema/ua/bestiary/legendarygroups.json +202 -0
  18. package/schema/ua/bestiary/template.json +275 -0
  19. package/schema/ua/book/book.json +12 -0
  20. package/schema/ua/books.json +141 -0
  21. package/schema/ua/changelog.json +35 -0
  22. package/schema/ua/charcreationoptions.json +80 -0
  23. package/schema/ua/class/class.json +1782 -0
  24. package/schema/ua/class/foundry.json +397 -0
  25. package/schema/ua/class/index.json +11 -0
  26. package/schema/ua/conditionsdiseases.json +82 -0
  27. package/schema/ua/cultsboons.json +175 -0
  28. package/schema/ua/decks.json +504 -0
  29. package/schema/ua/deities.json +473 -0
  30. package/schema/ua/encounters.json +105 -0
  31. package/schema/ua/entry.json +3748 -0
  32. package/schema/ua/feats.json +117 -0
  33. package/schema/ua/fluff-backgrounds.json +15 -0
  34. package/schema/ua/fluff-charcreationoptions.json +43 -0
  35. package/schema/ua/fluff-conditionsdiseases.json +43 -0
  36. package/schema/ua/fluff-feats.json +15 -0
  37. package/schema/ua/fluff-items.json +15 -0
  38. package/schema/ua/fluff-languages.json +42 -0
  39. package/schema/ua/fluff-objects.json +15 -0
  40. package/schema/ua/fluff-races.json +214 -0
  41. package/schema/ua/fluff-recipes.json +42 -0
  42. package/schema/ua/fluff-vehicles.json +63 -0
  43. package/schema/ua/foundry-actions.json +15 -0
  44. package/schema/ua/foundry-backgrounds.json +53 -0
  45. package/schema/ua/foundry-feats.json +15 -0
  46. package/schema/ua/foundry-items.json +63 -0
  47. package/schema/ua/foundry-optionalfeatures.json +15 -0
  48. package/schema/ua/foundry-psionics.json +56 -0
  49. package/schema/ua/foundry-races.json +58 -0
  50. package/schema/ua/foundry-rewards.json +15 -0
  51. package/schema/ua/foundry-vehicles.json +15 -0
  52. package/schema/ua/generated/bookref-quick.json +72 -0
  53. package/schema/ua/generated/gendata-spell-source-lookup.json +230 -0
  54. package/schema/ua/homebrew.json +633 -0
  55. package/schema/ua/items-base.json +959 -0
  56. package/schema/ua/items-shared.json +267 -0
  57. package/schema/ua/items.json +1770 -0
  58. package/schema/ua/languages.json +123 -0
  59. package/schema/ua/life.json +17 -0
  60. package/schema/ua/loot.json +510 -0
  61. package/schema/ua/magicvariants.json +361 -0
  62. package/schema/ua/makebrew-creature.json +66 -0
  63. package/schema/ua/makecards.json +43 -0
  64. package/schema/ua/monsterfeatures.json +53 -0
  65. package/schema/ua/msbcr.json +60 -0
  66. package/schema/ua/names.json +94 -0
  67. package/schema/ua/objects.json +165 -0
  68. package/schema/ua/optionalfeatures.json +130 -0
  69. package/schema/ua/psionics.json +173 -0
  70. package/schema/ua/races.json +1650 -0
  71. package/schema/ua/recipes.json +185 -0
  72. package/schema/ua/renderdemo.json +16 -0
  73. package/schema/ua/rewards.json +93 -0
  74. package/schema/ua/senses.json +54 -0
  75. package/schema/ua/skills.json +54 -0
  76. package/schema/ua/spells/fluff-index.json +11 -0
  77. package/schema/ua/spells/fluff-spells.json +15 -0
  78. package/schema/ua/spells/foundry.json +15 -0
  79. package/schema/ua/spells/index.json +11 -0
  80. package/schema/ua/spells/roll20.json +112 -0
  81. package/schema/ua/spells/spells.json +1190 -0
  82. package/schema/ua/tables.json +220 -0
  83. package/schema/ua/trapshazards.json +236 -0
  84. package/schema/ua/util.json +4420 -0
  85. package/schema/ua/variantrules.json +74 -0
  86. package/schema/ua/vehicles.json +820 -0
  87. package/schema/ua-fast/actions.json +97 -0
  88. package/schema/ua-fast/adventure/adventure.json +12 -0
  89. package/schema/ua-fast/adventures.json +214 -0
  90. package/schema/ua-fast/backgrounds.json +314 -0
  91. package/schema/ua-fast/bestiary/bestiary.json +3735 -0
  92. package/schema/ua-fast/bestiary/fluff-bestiary.json +15 -0
  93. package/schema/ua-fast/bestiary/fluff-index.json +11 -0
  94. package/schema/ua-fast/bestiary/foundry.json +15 -0
  95. package/schema/ua-fast/bestiary/index.json +11 -0
  96. package/schema/ua-fast/bestiary/legendarygroups.json +202 -0
  97. package/schema/ua-fast/bestiary/template.json +275 -0
  98. package/schema/ua-fast/book/book.json +12 -0
  99. package/schema/ua-fast/books.json +141 -0
  100. package/schema/ua-fast/changelog.json +35 -0
  101. package/schema/ua-fast/charcreationoptions.json +80 -0
  102. package/schema/ua-fast/class/class.json +1782 -0
  103. package/schema/ua-fast/class/foundry.json +397 -0
  104. package/schema/ua-fast/class/index.json +11 -0
  105. package/schema/ua-fast/conditionsdiseases.json +82 -0
  106. package/schema/ua-fast/cultsboons.json +175 -0
  107. package/schema/ua-fast/decks.json +504 -0
  108. package/schema/ua-fast/deities.json +473 -0
  109. package/schema/ua-fast/encounters.json +105 -0
  110. package/schema/ua-fast/entry.json +3748 -0
  111. package/schema/ua-fast/feats.json +117 -0
  112. package/schema/ua-fast/fluff-backgrounds.json +15 -0
  113. package/schema/ua-fast/fluff-charcreationoptions.json +43 -0
  114. package/schema/ua-fast/fluff-conditionsdiseases.json +43 -0
  115. package/schema/ua-fast/fluff-feats.json +15 -0
  116. package/schema/ua-fast/fluff-items.json +15 -0
  117. package/schema/ua-fast/fluff-languages.json +42 -0
  118. package/schema/ua-fast/fluff-objects.json +15 -0
  119. package/schema/ua-fast/fluff-races.json +214 -0
  120. package/schema/ua-fast/fluff-recipes.json +42 -0
  121. package/schema/ua-fast/fluff-vehicles.json +63 -0
  122. package/schema/ua-fast/foundry-actions.json +15 -0
  123. package/schema/ua-fast/foundry-backgrounds.json +53 -0
  124. package/schema/ua-fast/foundry-feats.json +15 -0
  125. package/schema/ua-fast/foundry-items.json +63 -0
  126. package/schema/ua-fast/foundry-optionalfeatures.json +15 -0
  127. package/schema/ua-fast/foundry-psionics.json +56 -0
  128. package/schema/ua-fast/foundry-races.json +58 -0
  129. package/schema/ua-fast/foundry-rewards.json +15 -0
  130. package/schema/ua-fast/foundry-vehicles.json +15 -0
  131. package/schema/ua-fast/generated/bookref-quick.json +72 -0
  132. package/schema/ua-fast/generated/gendata-spell-source-lookup.json +230 -0
  133. package/schema/ua-fast/homebrew.json +631 -0
  134. package/schema/ua-fast/items-base.json +959 -0
  135. package/schema/ua-fast/items-shared.json +267 -0
  136. package/schema/ua-fast/items.json +1770 -0
  137. package/schema/ua-fast/languages.json +123 -0
  138. package/schema/ua-fast/life.json +17 -0
  139. package/schema/ua-fast/loot.json +510 -0
  140. package/schema/ua-fast/magicvariants.json +361 -0
  141. package/schema/ua-fast/makebrew-creature.json +66 -0
  142. package/schema/ua-fast/makecards.json +43 -0
  143. package/schema/ua-fast/monsterfeatures.json +53 -0
  144. package/schema/ua-fast/msbcr.json +60 -0
  145. package/schema/ua-fast/names.json +94 -0
  146. package/schema/ua-fast/objects.json +165 -0
  147. package/schema/ua-fast/optionalfeatures.json +130 -0
  148. package/schema/ua-fast/psionics.json +173 -0
  149. package/schema/ua-fast/races.json +1650 -0
  150. package/schema/ua-fast/recipes.json +185 -0
  151. package/schema/ua-fast/renderdemo.json +16 -0
  152. package/schema/ua-fast/rewards.json +93 -0
  153. package/schema/ua-fast/senses.json +54 -0
  154. package/schema/ua-fast/skills.json +54 -0
  155. package/schema/ua-fast/spells/fluff-index.json +11 -0
  156. package/schema/ua-fast/spells/fluff-spells.json +15 -0
  157. package/schema/ua-fast/spells/foundry.json +15 -0
  158. package/schema/ua-fast/spells/index.json +11 -0
  159. package/schema/ua-fast/spells/roll20.json +112 -0
  160. package/schema/ua-fast/spells/spells.json +1190 -0
  161. package/schema/ua-fast/tables.json +220 -0
  162. package/schema/ua-fast/trapshazards.json +236 -0
  163. package/schema/ua-fast/util.json +4420 -0
  164. package/schema/ua-fast/variantrules.json +74 -0
  165. package/schema/ua-fast/vehicles.json +820 -0
@@ -0,0 +1,3748 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "entry.json",
4
+ "title": "Entry",
5
+ "description": "A recursively renderable object.",
6
+ "version": "1.8.15",
7
+ "$defs": {
8
+ "_arrayOfSpell": {
9
+ "type": "array",
10
+ "uniqueItems": true,
11
+ "items": {
12
+ "oneOf": [
13
+ {
14
+ "type": "string"
15
+ },
16
+ {
17
+ "type": "object",
18
+ "properties": {
19
+ "entry": {
20
+ "type": "string"
21
+ },
22
+ "hidden": {
23
+ "type": "boolean"
24
+ }
25
+ },
26
+ "required": [
27
+ "entry",
28
+ "hidden"
29
+ ]
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ "_entryDataStyle": {
35
+ "type": "string",
36
+ "enum": [
37
+ "inset"
38
+ ]
39
+ },
40
+ "mediaHref": {
41
+ "oneOf": [
42
+ {
43
+ "type": "object",
44
+ "properties": {
45
+ "type": {
46
+ "const": "internal"
47
+ },
48
+ "path": {
49
+ "type": "string"
50
+ }
51
+ },
52
+ "required": [
53
+ "path"
54
+ ],
55
+ "additionalProperties": false
56
+ },
57
+ {
58
+ "type": "object",
59
+ "properties": {
60
+ "type": {
61
+ "const": "external"
62
+ },
63
+ "url": {
64
+ "$ref": "util.json#/$defs/url"
65
+ }
66
+ },
67
+ "required": [
68
+ "url"
69
+ ],
70
+ "additionalProperties": false
71
+ }
72
+ ]
73
+ },
74
+ "entry": {
75
+ "type": "object",
76
+ "properties": {
77
+ "name": {
78
+ "type": "string"
79
+ },
80
+ "type": {
81
+ "type": "string"
82
+ },
83
+ "source": {
84
+ "$ref": "util.json#/$defs/source"
85
+ },
86
+ "page": {
87
+ "$ref": "util.json#/$defs/page"
88
+ },
89
+ "srd": {
90
+ "$ref": "util.json#/$defs/srd"
91
+ },
92
+ "basicRules": {
93
+ "$ref": "util.json#/$defs/basicRules"
94
+ },
95
+ "data": {
96
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
97
+ "type": "object"
98
+ },
99
+ "id": {
100
+ "type": "string"
101
+ }
102
+ },
103
+ "required": [
104
+ "type"
105
+ ]
106
+ },
107
+ "entrySection": {
108
+ "type": "object",
109
+ "properties": {
110
+ "name": {
111
+ "type": "string"
112
+ },
113
+ "type": {
114
+ "type": "string",
115
+ "const": "section"
116
+ },
117
+ "source": {
118
+ "$ref": "util.json#/$defs/source"
119
+ },
120
+ "page": {
121
+ "$ref": "util.json#/$defs/page"
122
+ },
123
+ "srd": {
124
+ "$ref": "util.json#/$defs/srd"
125
+ },
126
+ "basicRules": {
127
+ "$ref": "util.json#/$defs/basicRules"
128
+ },
129
+ "data": {
130
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
131
+ "type": "object"
132
+ },
133
+ "id": {
134
+ "type": "string"
135
+ },
136
+ "alias": {
137
+ "$ref": "util.json#/$defs/alias"
138
+ },
139
+ "entries": {
140
+ "type": "array",
141
+ "items": {
142
+ "$ref": "#"
143
+ }
144
+ },
145
+ "style": {
146
+ "type": "string"
147
+ }
148
+ },
149
+ "required": [
150
+ "type",
151
+ "entries"
152
+ ],
153
+ "additionalProperties": false
154
+ },
155
+ "entryEntries": {
156
+ "type": "object",
157
+ "properties": {
158
+ "name": {
159
+ "type": "string"
160
+ },
161
+ "type": {
162
+ "type": "string",
163
+ "const": "entries"
164
+ },
165
+ "source": {
166
+ "$ref": "util.json#/$defs/source"
167
+ },
168
+ "page": {
169
+ "$ref": "util.json#/$defs/page"
170
+ },
171
+ "srd": {
172
+ "$ref": "util.json#/$defs/srd"
173
+ },
174
+ "basicRules": {
175
+ "$ref": "util.json#/$defs/basicRules"
176
+ },
177
+ "data": {
178
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
179
+ "type": "object"
180
+ },
181
+ "id": {
182
+ "type": "string"
183
+ },
184
+ "entries": {
185
+ "type": "array",
186
+ "items": {
187
+ "$ref": "#"
188
+ }
189
+ },
190
+ "alias": {
191
+ "$ref": "util.json#/$defs/alias"
192
+ },
193
+ "style": {
194
+ "type": "string"
195
+ }
196
+ },
197
+ "required": [
198
+ "type",
199
+ "entries"
200
+ ],
201
+ "additionalProperties": false
202
+ },
203
+ "entryQuote": {
204
+ "type": "object",
205
+ "properties": {
206
+ "name": {
207
+ "type": "string"
208
+ },
209
+ "type": {
210
+ "type": "string",
211
+ "const": "quote"
212
+ },
213
+ "source": {
214
+ "$ref": "util.json#/$defs/source"
215
+ },
216
+ "page": {
217
+ "$ref": "util.json#/$defs/page"
218
+ },
219
+ "srd": {
220
+ "$ref": "util.json#/$defs/srd"
221
+ },
222
+ "basicRules": {
223
+ "$ref": "util.json#/$defs/basicRules"
224
+ },
225
+ "data": {
226
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
227
+ "type": "object"
228
+ },
229
+ "id": {
230
+ "type": "string"
231
+ },
232
+ "entries": {
233
+ "type": "array",
234
+ "items": {
235
+ "$ref": "#"
236
+ }
237
+ },
238
+ "by": {
239
+ "oneOf": [
240
+ {
241
+ "type": "string"
242
+ },
243
+ {
244
+ "type": "array",
245
+ "items": {
246
+ "type": "string"
247
+ }
248
+ }
249
+ ]
250
+ },
251
+ "from": {
252
+ "type": "string"
253
+ },
254
+ "skipMarks": {
255
+ "description": "If the automatically-inserted quotation marks should be skipped.",
256
+ "type": "boolean"
257
+ },
258
+ "skipItalics": {
259
+ "type": "boolean"
260
+ }
261
+ },
262
+ "required": [
263
+ "type",
264
+ "entries"
265
+ ],
266
+ "additionalProperties": false
267
+ },
268
+ "entryInlineEntries": {
269
+ "type": "object",
270
+ "properties": {
271
+ "name": {
272
+ "type": "string"
273
+ },
274
+ "type": {
275
+ "type": "string",
276
+ "const": "inline"
277
+ },
278
+ "source": {
279
+ "$ref": "util.json#/$defs/source"
280
+ },
281
+ "page": {
282
+ "$ref": "util.json#/$defs/page"
283
+ },
284
+ "srd": {
285
+ "$ref": "util.json#/$defs/srd"
286
+ },
287
+ "basicRules": {
288
+ "$ref": "util.json#/$defs/basicRules"
289
+ },
290
+ "data": {
291
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
292
+ "type": "object"
293
+ },
294
+ "id": {
295
+ "type": "string"
296
+ },
297
+ "entries": {
298
+ "type": "array",
299
+ "items": {
300
+ "$ref": "#"
301
+ }
302
+ }
303
+ },
304
+ "required": [
305
+ "type",
306
+ "entries"
307
+ ],
308
+ "additionalProperties": false
309
+ },
310
+ "entryEntriesInlineEntries": {
311
+ "type": "object",
312
+ "properties": {
313
+ "name": {
314
+ "type": "string"
315
+ },
316
+ "type": {
317
+ "type": "string",
318
+ "const": "inlineBlock"
319
+ },
320
+ "source": {
321
+ "$ref": "util.json#/$defs/source"
322
+ },
323
+ "page": {
324
+ "$ref": "util.json#/$defs/page"
325
+ },
326
+ "srd": {
327
+ "$ref": "util.json#/$defs/srd"
328
+ },
329
+ "basicRules": {
330
+ "$ref": "util.json#/$defs/basicRules"
331
+ },
332
+ "data": {
333
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
334
+ "type": "object"
335
+ },
336
+ "id": {
337
+ "type": "string"
338
+ },
339
+ "entries": {
340
+ "type": "array",
341
+ "items": {
342
+ "$ref": "#"
343
+ }
344
+ }
345
+ },
346
+ "required": [
347
+ "type",
348
+ "entries"
349
+ ],
350
+ "additionalProperties": false
351
+ },
352
+ "entryOptions": {
353
+ "type": "object",
354
+ "properties": {
355
+ "name": {
356
+ "type": "string"
357
+ },
358
+ "type": {
359
+ "type": "string",
360
+ "const": "options"
361
+ },
362
+ "source": {
363
+ "$ref": "util.json#/$defs/source"
364
+ },
365
+ "page": {
366
+ "$ref": "util.json#/$defs/page"
367
+ },
368
+ "srd": {
369
+ "$ref": "util.json#/$defs/srd"
370
+ },
371
+ "basicRules": {
372
+ "$ref": "util.json#/$defs/basicRules"
373
+ },
374
+ "data": {
375
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
376
+ "type": "object"
377
+ },
378
+ "id": {
379
+ "type": "string"
380
+ },
381
+ "count": {
382
+ "description": "Used to specify how many of the listed options can be chosen as e.g. permanent character features. Leave blank for transient choices.",
383
+ "type": "integer"
384
+ },
385
+ "style": {
386
+ "type": "string"
387
+ },
388
+ "entries": {
389
+ "type": "array",
390
+ "items": {
391
+ "$ref": "#"
392
+ }
393
+ }
394
+ },
395
+ "required": [
396
+ "type",
397
+ "entries"
398
+ ],
399
+ "additionalProperties": false
400
+ },
401
+ "entryTableBase": {
402
+ "properties": {
403
+ "caption": {
404
+ "type": "string"
405
+ },
406
+ "isStriped": {
407
+ "type": "boolean"
408
+ },
409
+ "isNameGenerator": {
410
+ "type": "boolean",
411
+ "description": "Uses the result rolled to construct a name from multiple columns, such as Prefix, Given, Family, Suffix names etc."
412
+ },
413
+ "style": {
414
+ "type": "string"
415
+ },
416
+ "colLabels": {
417
+ "type": "array",
418
+ "items": {
419
+ "type": "string"
420
+ }
421
+ },
422
+ "colLabelGroups": {
423
+ "type": "array",
424
+ "items": {
425
+ "type": "object",
426
+ "properties": {
427
+ "colLabels": {
428
+ "type": "array",
429
+ "items": {
430
+ "type": "string"
431
+ }
432
+ }
433
+ },
434
+ "additionalProperties": false
435
+ }
436
+ },
437
+ "colStyles": {
438
+ "type": "array",
439
+ "items": {
440
+ "type": "string"
441
+ }
442
+ },
443
+ "rowLabels": {
444
+ "type": "array",
445
+ "items": {
446
+ "type": "string"
447
+ }
448
+ },
449
+ "rowStyles": {
450
+ "type": "array",
451
+ "items": {
452
+ "type": "string"
453
+ }
454
+ },
455
+ "rows": {
456
+ "type": "array",
457
+ "items": {
458
+ "anyOf": [
459
+ {
460
+ "type": "array",
461
+ "items": {
462
+ "$ref": "#"
463
+ }
464
+ },
465
+ {
466
+ "$ref": "#/$defs/entryTableRow"
467
+ }
468
+ ]
469
+ }
470
+ },
471
+ "footnotes": {
472
+ "type": "array",
473
+ "items": {
474
+ "$ref": "#"
475
+ }
476
+ }
477
+ },
478
+ "dependencies": {
479
+ "colLabels": {
480
+ "not": {
481
+ "required": [
482
+ "colLabelGroups"
483
+ ]
484
+ }
485
+ },
486
+ "colLabelGroups": {
487
+ "not": {
488
+ "required": [
489
+ "colLabels"
490
+ ]
491
+ }
492
+ }
493
+ },
494
+ "additionalProperties": false
495
+ },
496
+ "entryTable": {
497
+ "type": "object",
498
+ "properties": {
499
+ "name": {
500
+ "type": "string"
501
+ },
502
+ "type": {
503
+ "type": "string",
504
+ "const": "table"
505
+ },
506
+ "source": {
507
+ "$ref": "util.json#/$defs/source"
508
+ },
509
+ "page": {
510
+ "$ref": "util.json#/$defs/page"
511
+ },
512
+ "srd": {
513
+ "$ref": "util.json#/$defs/srd"
514
+ },
515
+ "basicRules": {
516
+ "$ref": "util.json#/$defs/basicRules"
517
+ },
518
+ "data": {
519
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
520
+ "type": "object"
521
+ },
522
+ "id": {
523
+ "type": "string"
524
+ },
525
+ "caption": {
526
+ "type": "string"
527
+ },
528
+ "isStriped": {
529
+ "type": "boolean"
530
+ },
531
+ "isNameGenerator": {
532
+ "type": "boolean",
533
+ "description": "Uses the result rolled to construct a name from multiple columns, such as Prefix, Given, Family, Suffix names etc."
534
+ },
535
+ "style": {
536
+ "type": "string"
537
+ },
538
+ "colLabels": {
539
+ "type": "array",
540
+ "items": {
541
+ "type": "string"
542
+ }
543
+ },
544
+ "colLabelGroups": {
545
+ "type": "array",
546
+ "items": {
547
+ "type": "object",
548
+ "properties": {
549
+ "colLabels": {
550
+ "type": "array",
551
+ "items": {
552
+ "type": "string"
553
+ }
554
+ }
555
+ },
556
+ "additionalProperties": false
557
+ }
558
+ },
559
+ "colStyles": {
560
+ "type": "array",
561
+ "items": {
562
+ "type": "string"
563
+ }
564
+ },
565
+ "rowLabels": {
566
+ "type": "array",
567
+ "items": {
568
+ "type": "string"
569
+ }
570
+ },
571
+ "rowStyles": {
572
+ "type": "array",
573
+ "items": {
574
+ "type": "string"
575
+ }
576
+ },
577
+ "rows": {
578
+ "type": "array",
579
+ "items": {
580
+ "anyOf": [
581
+ {
582
+ "type": "array",
583
+ "items": {
584
+ "$ref": "#"
585
+ }
586
+ },
587
+ {
588
+ "$ref": "#/$defs/entryTableRow"
589
+ }
590
+ ]
591
+ }
592
+ },
593
+ "footnotes": {
594
+ "type": "array",
595
+ "items": {
596
+ "$ref": "#"
597
+ }
598
+ }
599
+ },
600
+ "required": [
601
+ "type",
602
+ "rows"
603
+ ],
604
+ "dependencies": {
605
+ "colLabels": {
606
+ "not": {
607
+ "required": [
608
+ "colLabelGroups"
609
+ ]
610
+ }
611
+ },
612
+ "colLabelGroups": {
613
+ "not": {
614
+ "required": [
615
+ "colLabels"
616
+ ]
617
+ }
618
+ }
619
+ },
620
+ "additionalProperties": false
621
+ },
622
+ "entryTableGroup": {
623
+ "description": "Used to group related tables together; has no effect on rendering.",
624
+ "type": "object",
625
+ "properties": {
626
+ "name": {
627
+ "type": "string"
628
+ },
629
+ "type": {
630
+ "type": "string",
631
+ "const": "tableGroup"
632
+ },
633
+ "source": {
634
+ "$ref": "util.json#/$defs/source"
635
+ },
636
+ "page": {
637
+ "$ref": "util.json#/$defs/page"
638
+ },
639
+ "srd": {
640
+ "$ref": "util.json#/$defs/srd"
641
+ },
642
+ "basicRules": {
643
+ "$ref": "util.json#/$defs/basicRules"
644
+ },
645
+ "data": {
646
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
647
+ "type": "object"
648
+ },
649
+ "id": {
650
+ "type": "string"
651
+ },
652
+ "tables": {
653
+ "type": "array",
654
+ "items": {
655
+ "$ref": "#/$defs/entryTable"
656
+ }
657
+ }
658
+ },
659
+ "required": [
660
+ "type",
661
+ "tables"
662
+ ],
663
+ "additionalProperties": false
664
+ },
665
+ "entryTableRow": {
666
+ "type": "object",
667
+ "properties": {
668
+ "name": {
669
+ "type": "string"
670
+ },
671
+ "type": {
672
+ "type": "string",
673
+ "const": "row"
674
+ },
675
+ "source": {
676
+ "$ref": "util.json#/$defs/source"
677
+ },
678
+ "page": {
679
+ "$ref": "util.json#/$defs/page"
680
+ },
681
+ "srd": {
682
+ "$ref": "util.json#/$defs/srd"
683
+ },
684
+ "basicRules": {
685
+ "$ref": "util.json#/$defs/basicRules"
686
+ },
687
+ "data": {
688
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
689
+ "type": "object"
690
+ },
691
+ "id": {
692
+ "type": "string"
693
+ },
694
+ "style": {
695
+ "type": "string"
696
+ },
697
+ "row": {
698
+ "type": "array",
699
+ "items": {
700
+ "$ref": "#"
701
+ }
702
+ }
703
+ },
704
+ "required": [
705
+ "type",
706
+ "row"
707
+ ],
708
+ "additionalProperties": false
709
+ },
710
+ "entryTableCell": {
711
+ "type": "object",
712
+ "properties": {
713
+ "name": {
714
+ "type": "string"
715
+ },
716
+ "type": {
717
+ "type": "string",
718
+ "const": "cell"
719
+ },
720
+ "source": {
721
+ "$ref": "util.json#/$defs/source"
722
+ },
723
+ "page": {
724
+ "$ref": "util.json#/$defs/page"
725
+ },
726
+ "srd": {
727
+ "$ref": "util.json#/$defs/srd"
728
+ },
729
+ "basicRules": {
730
+ "$ref": "util.json#/$defs/basicRules"
731
+ },
732
+ "data": {
733
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
734
+ "type": "object"
735
+ },
736
+ "id": {
737
+ "type": "string"
738
+ },
739
+ "width": {
740
+ "type": "integer"
741
+ },
742
+ "roll": {
743
+ "oneOf": [
744
+ {
745
+ "type": "object",
746
+ "properties": {
747
+ "min": {
748
+ "type": "integer"
749
+ },
750
+ "max": {
751
+ "type": "integer"
752
+ },
753
+ "pad": {
754
+ "type": "boolean"
755
+ }
756
+ },
757
+ "required": [
758
+ "min",
759
+ "max"
760
+ ],
761
+ "additionalProperties": false
762
+ },
763
+ {
764
+ "type": "object",
765
+ "properties": {
766
+ "exact": {
767
+ "type": "integer"
768
+ },
769
+ "pad": {
770
+ "type": "boolean"
771
+ }
772
+ },
773
+ "required": [
774
+ "exact"
775
+ ],
776
+ "additionalProperties": false
777
+ }
778
+ ]
779
+ },
780
+ "entry": {
781
+ "$ref": "#"
782
+ }
783
+ },
784
+ "required": [
785
+ "type"
786
+ ],
787
+ "additionalProperties": false
788
+ },
789
+ "entryList": {
790
+ "type": "object",
791
+ "properties": {
792
+ "name": {
793
+ "type": "string"
794
+ },
795
+ "type": {
796
+ "type": "string",
797
+ "const": "list"
798
+ },
799
+ "source": {
800
+ "$ref": "util.json#/$defs/source"
801
+ },
802
+ "page": {
803
+ "$ref": "util.json#/$defs/page"
804
+ },
805
+ "srd": {
806
+ "$ref": "util.json#/$defs/srd"
807
+ },
808
+ "basicRules": {
809
+ "$ref": "util.json#/$defs/basicRules"
810
+ },
811
+ "data": {
812
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
813
+ "type": "object"
814
+ },
815
+ "id": {
816
+ "type": "string"
817
+ },
818
+ "columns": {
819
+ "description": "Number of columns the content should be split into. Note that the full value is only displayed on wide screens, and screens below certain widths will see an appropriately reduced number of columns.",
820
+ "type": "integer"
821
+ },
822
+ "style": {
823
+ "type": "string",
824
+ "description": "Formatting to be applied to the list; not providing a style results in a simple bullet point list.\n list-decimal: decimal numbering 1. 2. 3. etc \n list-hang: a list with the bullets removed and a full indentation \n list-hang-notitle: a list with no bullets that indents all lines but the first\n list-lower-roman: lowercase roman numeral numbering i, ii, iii, iv, etc.\n list-name: a bulleted list with all text in bold\n list-no-bullets: a list with the bullets removed and reduced indentation",
825
+ "enum": [
826
+ "list-decimal",
827
+ "list-hang",
828
+ "list-hang-notitle",
829
+ "list-lower-roman",
830
+ "list-upper-roman",
831
+ "list-name",
832
+ "list-no-bullets"
833
+ ]
834
+ },
835
+ "start": {
836
+ "type": "integer"
837
+ },
838
+ "items": {
839
+ "type": "array",
840
+ "items": {
841
+ "$ref": "#"
842
+ }
843
+ }
844
+ },
845
+ "required": [
846
+ "type",
847
+ "items"
848
+ ],
849
+ "additionalProperties": false
850
+ },
851
+ "entryBonus": {
852
+ "type": "object",
853
+ "properties": {
854
+ "name": {
855
+ "type": "string"
856
+ },
857
+ "type": {
858
+ "type": "string",
859
+ "const": "bonus"
860
+ },
861
+ "source": {
862
+ "$ref": "util.json#/$defs/source"
863
+ },
864
+ "page": {
865
+ "$ref": "util.json#/$defs/page"
866
+ },
867
+ "srd": {
868
+ "$ref": "util.json#/$defs/srd"
869
+ },
870
+ "basicRules": {
871
+ "$ref": "util.json#/$defs/basicRules"
872
+ },
873
+ "data": {
874
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
875
+ "type": "object"
876
+ },
877
+ "id": {
878
+ "type": "string"
879
+ },
880
+ "value": {
881
+ "type": "integer"
882
+ }
883
+ },
884
+ "required": [
885
+ "type",
886
+ "value"
887
+ ],
888
+ "additionalProperties": false
889
+ },
890
+ "entryBonusSpeed": {
891
+ "type": "object",
892
+ "properties": {
893
+ "name": {
894
+ "type": "string"
895
+ },
896
+ "type": {
897
+ "type": "string",
898
+ "const": "bonusSpeed"
899
+ },
900
+ "source": {
901
+ "$ref": "util.json#/$defs/source"
902
+ },
903
+ "page": {
904
+ "$ref": "util.json#/$defs/page"
905
+ },
906
+ "srd": {
907
+ "$ref": "util.json#/$defs/srd"
908
+ },
909
+ "basicRules": {
910
+ "$ref": "util.json#/$defs/basicRules"
911
+ },
912
+ "data": {
913
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
914
+ "type": "object"
915
+ },
916
+ "id": {
917
+ "type": "string"
918
+ },
919
+ "value": {
920
+ "type": "integer"
921
+ }
922
+ },
923
+ "required": [
924
+ "type",
925
+ "value"
926
+ ],
927
+ "additionalProperties": false
928
+ },
929
+ "entryDice": {
930
+ "type": "object",
931
+ "properties": {
932
+ "name": {
933
+ "type": "string"
934
+ },
935
+ "type": {
936
+ "type": "string",
937
+ "const": "dice"
938
+ },
939
+ "source": {
940
+ "$ref": "util.json#/$defs/source"
941
+ },
942
+ "page": {
943
+ "$ref": "util.json#/$defs/page"
944
+ },
945
+ "srd": {
946
+ "$ref": "util.json#/$defs/srd"
947
+ },
948
+ "basicRules": {
949
+ "$ref": "util.json#/$defs/basicRules"
950
+ },
951
+ "data": {
952
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
953
+ "type": "object"
954
+ },
955
+ "id": {
956
+ "type": "string"
957
+ },
958
+ "toRoll": {
959
+ "type": "array",
960
+ "items": {
961
+ "type": "object",
962
+ "properties": {
963
+ "number": {
964
+ "type": "integer"
965
+ },
966
+ "faces": {
967
+ "type": "integer"
968
+ },
969
+ "modifier": {
970
+ "description": "(Warning: unused)",
971
+ "type": "integer"
972
+ },
973
+ "hideModifier": {
974
+ "description": "(Warning: unused)",
975
+ "type": "boolean"
976
+ }
977
+ },
978
+ "required": [
979
+ "number",
980
+ "faces"
981
+ ]
982
+ }
983
+ },
984
+ "rollable": {
985
+ "type": "boolean"
986
+ }
987
+ },
988
+ "required": [
989
+ "type"
990
+ ],
991
+ "additionalProperties": false
992
+ },
993
+ "entryAbilityDc": {
994
+ "type": "object",
995
+ "properties": {
996
+ "name": {
997
+ "type": "string"
998
+ },
999
+ "type": {
1000
+ "type": "string",
1001
+ "const": "abilityDc"
1002
+ },
1003
+ "source": {
1004
+ "$ref": "util.json#/$defs/source"
1005
+ },
1006
+ "page": {
1007
+ "$ref": "util.json#/$defs/page"
1008
+ },
1009
+ "srd": {
1010
+ "$ref": "util.json#/$defs/srd"
1011
+ },
1012
+ "basicRules": {
1013
+ "$ref": "util.json#/$defs/basicRules"
1014
+ },
1015
+ "data": {
1016
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1017
+ "type": "object"
1018
+ },
1019
+ "id": {
1020
+ "type": "string"
1021
+ },
1022
+ "attributes": {
1023
+ "type": "array",
1024
+ "items": {
1025
+ "type": "string",
1026
+ "enum": [
1027
+ "str",
1028
+ "dex",
1029
+ "con",
1030
+ "int",
1031
+ "wis",
1032
+ "cha",
1033
+ "spellcasting"
1034
+ ]
1035
+ }
1036
+ }
1037
+ },
1038
+ "required": [
1039
+ "type",
1040
+ "name",
1041
+ "attributes"
1042
+ ],
1043
+ "additionalProperties": false
1044
+ },
1045
+ "entryAbilityAttackMod": {
1046
+ "type": "object",
1047
+ "properties": {
1048
+ "name": {
1049
+ "type": "string"
1050
+ },
1051
+ "type": {
1052
+ "type": "string",
1053
+ "const": "abilityAttackMod"
1054
+ },
1055
+ "source": {
1056
+ "$ref": "util.json#/$defs/source"
1057
+ },
1058
+ "page": {
1059
+ "$ref": "util.json#/$defs/page"
1060
+ },
1061
+ "srd": {
1062
+ "$ref": "util.json#/$defs/srd"
1063
+ },
1064
+ "basicRules": {
1065
+ "$ref": "util.json#/$defs/basicRules"
1066
+ },
1067
+ "data": {
1068
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1069
+ "type": "object"
1070
+ },
1071
+ "id": {
1072
+ "type": "string"
1073
+ },
1074
+ "attributes": {
1075
+ "type": "array",
1076
+ "items": {
1077
+ "type": "string",
1078
+ "enum": [
1079
+ "str",
1080
+ "dex",
1081
+ "con",
1082
+ "int",
1083
+ "wis",
1084
+ "cha",
1085
+ "spellcasting"
1086
+ ]
1087
+ }
1088
+ }
1089
+ },
1090
+ "required": [
1091
+ "type",
1092
+ "name",
1093
+ "attributes"
1094
+ ],
1095
+ "additionalProperties": false
1096
+ },
1097
+ "abilityGeneric": {
1098
+ "type": "object",
1099
+ "properties": {
1100
+ "name": {
1101
+ "type": "string"
1102
+ },
1103
+ "type": {
1104
+ "type": "string",
1105
+ "const": "abilityGeneric"
1106
+ },
1107
+ "source": {
1108
+ "$ref": "util.json#/$defs/source"
1109
+ },
1110
+ "page": {
1111
+ "$ref": "util.json#/$defs/page"
1112
+ },
1113
+ "srd": {
1114
+ "$ref": "util.json#/$defs/srd"
1115
+ },
1116
+ "basicRules": {
1117
+ "$ref": "util.json#/$defs/basicRules"
1118
+ },
1119
+ "data": {
1120
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1121
+ "type": "object"
1122
+ },
1123
+ "id": {
1124
+ "type": "string"
1125
+ },
1126
+ "text": {
1127
+ "type": "string"
1128
+ },
1129
+ "attributes": {
1130
+ "type": "array",
1131
+ "items": {
1132
+ "type": "string",
1133
+ "enum": [
1134
+ "str",
1135
+ "dex",
1136
+ "con",
1137
+ "int",
1138
+ "wis",
1139
+ "cha"
1140
+ ]
1141
+ }
1142
+ }
1143
+ },
1144
+ "required": [
1145
+ "type",
1146
+ "text"
1147
+ ],
1148
+ "additionalProperties": false
1149
+ },
1150
+ "entryLink": {
1151
+ "type": "object",
1152
+ "properties": {
1153
+ "name": {
1154
+ "type": "string"
1155
+ },
1156
+ "type": {
1157
+ "type": "string",
1158
+ "const": "link"
1159
+ },
1160
+ "source": {
1161
+ "$ref": "util.json#/$defs/source"
1162
+ },
1163
+ "page": {
1164
+ "$ref": "util.json#/$defs/page"
1165
+ },
1166
+ "srd": {
1167
+ "$ref": "util.json#/$defs/srd"
1168
+ },
1169
+ "basicRules": {
1170
+ "$ref": "util.json#/$defs/basicRules"
1171
+ },
1172
+ "data": {
1173
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1174
+ "type": "object"
1175
+ },
1176
+ "id": {
1177
+ "type": "string"
1178
+ },
1179
+ "text": {
1180
+ "type": "string"
1181
+ },
1182
+ "href": {
1183
+ "oneOf": [
1184
+ {
1185
+ "type": "object",
1186
+ "properties": {
1187
+ "type": {
1188
+ "const": "internal"
1189
+ },
1190
+ "path": {
1191
+ "type": "string"
1192
+ },
1193
+ "hash": {
1194
+ "type": "string"
1195
+ },
1196
+ "hashPreEncoded": {
1197
+ "type": "boolean"
1198
+ },
1199
+ "subhashes": {
1200
+ "type": "array",
1201
+ "items": {
1202
+ "oneOf": [
1203
+ {
1204
+ "type": "object",
1205
+ "properties": {
1206
+ "key": {
1207
+ "type": "string"
1208
+ },
1209
+ "values": {
1210
+ "type": "array",
1211
+ "items": {
1212
+ "type": "string"
1213
+ }
1214
+ },
1215
+ "preEncoded": {
1216
+ "type": "boolean"
1217
+ }
1218
+ },
1219
+ "required": [
1220
+ "key",
1221
+ "values"
1222
+ ],
1223
+ "additionalProperties": false
1224
+ },
1225
+ {
1226
+ "type": "object",
1227
+ "properties": {
1228
+ "key": {
1229
+ "type": "string"
1230
+ },
1231
+ "value": {
1232
+ "type": "string"
1233
+ },
1234
+ "preEncoded": {
1235
+ "type": "boolean"
1236
+ }
1237
+ },
1238
+ "required": [
1239
+ "key",
1240
+ "value"
1241
+ ],
1242
+ "additionalProperties": false
1243
+ }
1244
+ ]
1245
+ }
1246
+ },
1247
+ "hover": {
1248
+ "type": "object",
1249
+ "properties": {
1250
+ "page": {
1251
+ "$ref": "util.json#/$defs/page"
1252
+ },
1253
+ "source": {
1254
+ "$ref": "util.json#/$defs/source"
1255
+ },
1256
+ "hash": {
1257
+ "description": "Optional; overrides the href hash for hover handlers.",
1258
+ "type": "string"
1259
+ },
1260
+ "hashPreEncoded": {
1261
+ "type": "boolean"
1262
+ }
1263
+ },
1264
+ "additionalProperties": false,
1265
+ "required": [
1266
+ "page",
1267
+ "source"
1268
+ ]
1269
+ }
1270
+ },
1271
+ "required": [
1272
+ "path"
1273
+ ],
1274
+ "additionalProperties": false
1275
+ },
1276
+ {
1277
+ "type": "object",
1278
+ "properties": {
1279
+ "type": {
1280
+ "const": "external"
1281
+ },
1282
+ "url": {
1283
+ "$ref": "util.json#/$defs/url"
1284
+ }
1285
+ },
1286
+ "required": [
1287
+ "url"
1288
+ ],
1289
+ "additionalProperties": false
1290
+ }
1291
+ ]
1292
+ }
1293
+ },
1294
+ "required": [
1295
+ "type",
1296
+ "text",
1297
+ "href"
1298
+ ],
1299
+ "additionalProperties": false
1300
+ },
1301
+ "entryOptFeature": {
1302
+ "description": "For e.g. Eldritch Invocations which require prerequisite text",
1303
+ "type": "object",
1304
+ "properties": {
1305
+ "name": {
1306
+ "type": "string"
1307
+ },
1308
+ "type": {
1309
+ "type": "string",
1310
+ "const": "optfeature"
1311
+ },
1312
+ "source": {
1313
+ "$ref": "util.json#/$defs/source"
1314
+ },
1315
+ "page": {
1316
+ "$ref": "util.json#/$defs/page"
1317
+ },
1318
+ "srd": {
1319
+ "$ref": "util.json#/$defs/srd"
1320
+ },
1321
+ "basicRules": {
1322
+ "$ref": "util.json#/$defs/basicRules"
1323
+ },
1324
+ "data": {
1325
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1326
+ "type": "object"
1327
+ },
1328
+ "id": {
1329
+ "type": "string"
1330
+ },
1331
+ "prerequisite": {
1332
+ "type": "string"
1333
+ },
1334
+ "entries": {
1335
+ "type": "array",
1336
+ "items": {
1337
+ "$ref": "#"
1338
+ }
1339
+ }
1340
+ },
1341
+ "required": [
1342
+ "type",
1343
+ "name"
1344
+ ],
1345
+ "additionalProperties": false
1346
+ },
1347
+ "entryInset": {
1348
+ "type": "object",
1349
+ "properties": {
1350
+ "name": {
1351
+ "type": "string"
1352
+ },
1353
+ "type": {
1354
+ "type": "string",
1355
+ "const": "inset"
1356
+ },
1357
+ "source": {
1358
+ "$ref": "util.json#/$defs/source"
1359
+ },
1360
+ "page": {
1361
+ "$ref": "util.json#/$defs/page"
1362
+ },
1363
+ "srd": {
1364
+ "$ref": "util.json#/$defs/srd"
1365
+ },
1366
+ "basicRules": {
1367
+ "$ref": "util.json#/$defs/basicRules"
1368
+ },
1369
+ "data": {
1370
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1371
+ "type": "object"
1372
+ },
1373
+ "id": {
1374
+ "type": "string"
1375
+ },
1376
+ "entries": {
1377
+ "type": "array",
1378
+ "items": {
1379
+ "$ref": "#"
1380
+ }
1381
+ },
1382
+ "style": {
1383
+ "type": "string"
1384
+ }
1385
+ },
1386
+ "required": [
1387
+ "type",
1388
+ "entries"
1389
+ ],
1390
+ "additionalProperties": false
1391
+ },
1392
+ "entryInsetReadaloud": {
1393
+ "type": "object",
1394
+ "properties": {
1395
+ "name": {
1396
+ "type": "string"
1397
+ },
1398
+ "type": {
1399
+ "type": "string",
1400
+ "const": "insetReadaloud"
1401
+ },
1402
+ "source": {
1403
+ "$ref": "util.json#/$defs/source"
1404
+ },
1405
+ "page": {
1406
+ "$ref": "util.json#/$defs/page"
1407
+ },
1408
+ "srd": {
1409
+ "$ref": "util.json#/$defs/srd"
1410
+ },
1411
+ "basicRules": {
1412
+ "$ref": "util.json#/$defs/basicRules"
1413
+ },
1414
+ "data": {
1415
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1416
+ "type": "object"
1417
+ },
1418
+ "id": {
1419
+ "type": "string"
1420
+ },
1421
+ "entries": {
1422
+ "type": "array",
1423
+ "items": {
1424
+ "$ref": "#"
1425
+ }
1426
+ },
1427
+ "style": {
1428
+ "type": "string"
1429
+ }
1430
+ },
1431
+ "required": [
1432
+ "type",
1433
+ "entries"
1434
+ ],
1435
+ "additionalProperties": false
1436
+ },
1437
+ "entryVariant": {
1438
+ "type": "object",
1439
+ "properties": {
1440
+ "name": {
1441
+ "type": "string"
1442
+ },
1443
+ "type": {
1444
+ "type": "string",
1445
+ "const": "variant"
1446
+ },
1447
+ "source": {
1448
+ "$ref": "util.json#/$defs/source"
1449
+ },
1450
+ "page": {
1451
+ "$ref": "util.json#/$defs/page"
1452
+ },
1453
+ "srd": {
1454
+ "$ref": "util.json#/$defs/srd"
1455
+ },
1456
+ "basicRules": {
1457
+ "$ref": "util.json#/$defs/basicRules"
1458
+ },
1459
+ "data": {
1460
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1461
+ "type": "object"
1462
+ },
1463
+ "id": {
1464
+ "type": "string"
1465
+ },
1466
+ "entries": {
1467
+ "type": "array",
1468
+ "items": {
1469
+ "$ref": "#"
1470
+ }
1471
+ }
1472
+ },
1473
+ "required": [
1474
+ "type",
1475
+ "name",
1476
+ "entries"
1477
+ ],
1478
+ "additionalProperties": false
1479
+ },
1480
+ "entryVariantInner": {
1481
+ "type": "object",
1482
+ "properties": {
1483
+ "name": {
1484
+ "type": "string"
1485
+ },
1486
+ "type": {
1487
+ "type": "string",
1488
+ "const": "variantInner"
1489
+ },
1490
+ "source": {
1491
+ "$ref": "util.json#/$defs/source"
1492
+ },
1493
+ "page": {
1494
+ "$ref": "util.json#/$defs/page"
1495
+ },
1496
+ "srd": {
1497
+ "$ref": "util.json#/$defs/srd"
1498
+ },
1499
+ "basicRules": {
1500
+ "$ref": "util.json#/$defs/basicRules"
1501
+ },
1502
+ "data": {
1503
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1504
+ "type": "object"
1505
+ },
1506
+ "id": {
1507
+ "type": "string"
1508
+ },
1509
+ "entries": {
1510
+ "type": "array",
1511
+ "items": {
1512
+ "$ref": "#"
1513
+ }
1514
+ }
1515
+ },
1516
+ "required": [
1517
+ "type",
1518
+ "name",
1519
+ "entries"
1520
+ ],
1521
+ "additionalProperties": false
1522
+ },
1523
+ "entryVariantSub": {
1524
+ "type": "object",
1525
+ "properties": {
1526
+ "name": {
1527
+ "type": "string"
1528
+ },
1529
+ "type": {
1530
+ "type": "string",
1531
+ "const": "variantSub"
1532
+ },
1533
+ "source": {
1534
+ "$ref": "util.json#/$defs/source"
1535
+ },
1536
+ "page": {
1537
+ "$ref": "util.json#/$defs/page"
1538
+ },
1539
+ "srd": {
1540
+ "$ref": "util.json#/$defs/srd"
1541
+ },
1542
+ "basicRules": {
1543
+ "$ref": "util.json#/$defs/basicRules"
1544
+ },
1545
+ "data": {
1546
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1547
+ "type": "object"
1548
+ },
1549
+ "id": {
1550
+ "type": "string"
1551
+ },
1552
+ "entries": {
1553
+ "type": "array",
1554
+ "items": {
1555
+ "$ref": "#"
1556
+ }
1557
+ }
1558
+ },
1559
+ "required": [
1560
+ "type",
1561
+ "name",
1562
+ "entries"
1563
+ ],
1564
+ "additionalProperties": false
1565
+ },
1566
+ "entryItem": {
1567
+ "oneOf": [
1568
+ {
1569
+ "type": "object",
1570
+ "properties": {
1571
+ "name": {
1572
+ "type": "string"
1573
+ },
1574
+ "type": {
1575
+ "type": "string",
1576
+ "const": "item"
1577
+ },
1578
+ "source": {
1579
+ "$ref": "util.json#/$defs/source"
1580
+ },
1581
+ "page": {
1582
+ "$ref": "util.json#/$defs/page"
1583
+ },
1584
+ "srd": {
1585
+ "$ref": "util.json#/$defs/srd"
1586
+ },
1587
+ "basicRules": {
1588
+ "$ref": "util.json#/$defs/basicRules"
1589
+ },
1590
+ "data": {
1591
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1592
+ "type": "object"
1593
+ },
1594
+ "id": {
1595
+ "type": "string"
1596
+ },
1597
+ "style": {
1598
+ "type": "string"
1599
+ },
1600
+ "entry": {
1601
+ "$ref": "#"
1602
+ },
1603
+ "nameDot": {
1604
+ "const": false
1605
+ }
1606
+ },
1607
+ "required": [
1608
+ "type",
1609
+ "entry"
1610
+ ],
1611
+ "additionalProperties": false
1612
+ },
1613
+ {
1614
+ "type": "object",
1615
+ "properties": {
1616
+ "name": {
1617
+ "type": "string"
1618
+ },
1619
+ "type": {
1620
+ "type": "string",
1621
+ "const": "item"
1622
+ },
1623
+ "source": {
1624
+ "$ref": "util.json#/$defs/source"
1625
+ },
1626
+ "page": {
1627
+ "$ref": "util.json#/$defs/page"
1628
+ },
1629
+ "srd": {
1630
+ "$ref": "util.json#/$defs/srd"
1631
+ },
1632
+ "basicRules": {
1633
+ "$ref": "util.json#/$defs/basicRules"
1634
+ },
1635
+ "data": {
1636
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1637
+ "type": "object"
1638
+ },
1639
+ "id": {
1640
+ "type": "string"
1641
+ },
1642
+ "style": {
1643
+ "type": "string"
1644
+ },
1645
+ "entries": {
1646
+ "type": "array",
1647
+ "items": {
1648
+ "$ref": "#"
1649
+ }
1650
+ },
1651
+ "nameDot": {
1652
+ "const": false
1653
+ }
1654
+ },
1655
+ "required": [
1656
+ "type",
1657
+ "entries"
1658
+ ],
1659
+ "additionalProperties": false
1660
+ }
1661
+ ]
1662
+ },
1663
+ "entryItemSub": {
1664
+ "type": "object",
1665
+ "properties": {
1666
+ "name": {
1667
+ "type": "string"
1668
+ },
1669
+ "type": {
1670
+ "type": "string",
1671
+ "const": "itemSub"
1672
+ },
1673
+ "source": {
1674
+ "$ref": "util.json#/$defs/source"
1675
+ },
1676
+ "page": {
1677
+ "$ref": "util.json#/$defs/page"
1678
+ },
1679
+ "srd": {
1680
+ "$ref": "util.json#/$defs/srd"
1681
+ },
1682
+ "basicRules": {
1683
+ "$ref": "util.json#/$defs/basicRules"
1684
+ },
1685
+ "data": {
1686
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1687
+ "type": "object"
1688
+ },
1689
+ "id": {
1690
+ "type": "string"
1691
+ },
1692
+ "entry": {
1693
+ "$ref": "#"
1694
+ },
1695
+ "nameDot": {
1696
+ "const": false
1697
+ }
1698
+ },
1699
+ "required": [
1700
+ "type",
1701
+ "name",
1702
+ "entry"
1703
+ ],
1704
+ "additionalProperties": false
1705
+ },
1706
+ "entryItemSpell": {
1707
+ "type": "object",
1708
+ "properties": {
1709
+ "name": {
1710
+ "type": "string"
1711
+ },
1712
+ "type": {
1713
+ "type": "string",
1714
+ "const": "itemSpell"
1715
+ },
1716
+ "source": {
1717
+ "$ref": "util.json#/$defs/source"
1718
+ },
1719
+ "page": {
1720
+ "$ref": "util.json#/$defs/page"
1721
+ },
1722
+ "srd": {
1723
+ "$ref": "util.json#/$defs/srd"
1724
+ },
1725
+ "basicRules": {
1726
+ "$ref": "util.json#/$defs/basicRules"
1727
+ },
1728
+ "data": {
1729
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1730
+ "type": "object"
1731
+ },
1732
+ "id": {
1733
+ "type": "string"
1734
+ },
1735
+ "entry": {
1736
+ "$ref": "#"
1737
+ }
1738
+ },
1739
+ "required": [
1740
+ "type",
1741
+ "name",
1742
+ "entry"
1743
+ ],
1744
+ "additionalProperties": false
1745
+ },
1746
+ "entryImage": {
1747
+ "type": "object",
1748
+ "properties": {
1749
+ "name": {
1750
+ "type": "string"
1751
+ },
1752
+ "type": {
1753
+ "type": "string",
1754
+ "const": "image"
1755
+ },
1756
+ "source": {
1757
+ "$ref": "util.json#/$defs/source"
1758
+ },
1759
+ "page": {
1760
+ "$ref": "util.json#/$defs/page"
1761
+ },
1762
+ "srd": {
1763
+ "$ref": "util.json#/$defs/srd"
1764
+ },
1765
+ "basicRules": {
1766
+ "$ref": "util.json#/$defs/basicRules"
1767
+ },
1768
+ "data": {
1769
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1770
+ "type": "object"
1771
+ },
1772
+ "id": {
1773
+ "type": "string"
1774
+ },
1775
+ "href": {
1776
+ "$ref": "#/$defs/mediaHref"
1777
+ },
1778
+ "hrefThumbnail": {
1779
+ "title": "A thumbnail image used in rare cases, e.g. when loading a wall of maps to choose from in the DM Screen.",
1780
+ "$ref": "#/$defs/mediaHref"
1781
+ },
1782
+ "title": {
1783
+ "type": "string"
1784
+ },
1785
+ "credit": {
1786
+ "type": "string"
1787
+ },
1788
+ "altText": {
1789
+ "description": "For accessibility purposes",
1790
+ "type": "string"
1791
+ },
1792
+ "imageType": {
1793
+ "type": "string",
1794
+ "enum": [
1795
+ "map",
1796
+ "mapPlayer"
1797
+ ]
1798
+ },
1799
+ "grid": {
1800
+ "type": "object",
1801
+ "properties": {
1802
+ "type": {
1803
+ "type": "string",
1804
+ "enum": [
1805
+ "none",
1806
+ "square",
1807
+ "hexRowsOdd",
1808
+ "hexRowsEven",
1809
+ "hexColsOdd",
1810
+ "hexColsEven"
1811
+ ]
1812
+ },
1813
+ "size": {
1814
+ "description": "The size of a single grid square/hex, in pixels.",
1815
+ "type": "integer",
1816
+ "minimum": 50
1817
+ },
1818
+ "offsetX": {
1819
+ "type": "integer"
1820
+ },
1821
+ "offsetY": {
1822
+ "type": "integer"
1823
+ },
1824
+ "scale": {
1825
+ "description": "Map image scaling. Where possible, avoid using this, and use size/offset instead.",
1826
+ "type": "number"
1827
+ },
1828
+ "units": {
1829
+ "description": "A unit of measurement (e.g. \"feet\", \"miles\") in which the grid should be presented.",
1830
+ "type": "string",
1831
+ "enum": [
1832
+ "feet",
1833
+ "yards",
1834
+ "miles"
1835
+ ]
1836
+ },
1837
+ "distance": {
1838
+ "description": "The number of units (e.g. feet) per grid square/hex.",
1839
+ "type": "number"
1840
+ }
1841
+ },
1842
+ "additionalProperties": false
1843
+ },
1844
+ "mapRegions": {
1845
+ "type": "array",
1846
+ "items": {
1847
+ "type": "object",
1848
+ "properties": {
1849
+ "area": {
1850
+ "type": "string"
1851
+ },
1852
+ "points": {
1853
+ "type": "array",
1854
+ "items": {
1855
+ "type": "array",
1856
+ "items": {
1857
+ "type": "integer"
1858
+ },
1859
+ "maxItems": 2,
1860
+ "minItems": 2
1861
+ },
1862
+ "uniqueItems": true
1863
+ }
1864
+ },
1865
+ "additionalProperties": false
1866
+ }
1867
+ },
1868
+ "mapParent": {
1869
+ "description": "Note that the order of transformations is: scale, then offset.",
1870
+ "type": "object",
1871
+ "properties": {
1872
+ "id": {
1873
+ "type": "string"
1874
+ },
1875
+ "offsetX": {
1876
+ "description": "The X position of this map within the parent map. Defaults to 0.",
1877
+ "type": "integer"
1878
+ },
1879
+ "offsetY": {
1880
+ "description": "The Y position of this map within the parent map. Defaults to 0.",
1881
+ "type": "integer"
1882
+ },
1883
+ "scaleX": {
1884
+ "description": "X scaling required for this map to match the parent map. Defaults to 1.",
1885
+ "type": "number",
1886
+ "exclusiveMinimum": 0
1887
+ },
1888
+ "scaleY": {
1889
+ "description": "Y scaling required for this map to match the parent map. Defaults to 1.",
1890
+ "type": "number",
1891
+ "exclusiveMinimum": 0
1892
+ },
1893
+ "autoScale": {
1894
+ "description": "If the X/Y scaling for this map should be based on the size ratio between the two. This is often used a placeholder for maps requiring future manual adjustment.",
1895
+ "type": "boolean"
1896
+ }
1897
+ },
1898
+ "additionalProperties": false
1899
+ },
1900
+ "mapName": {
1901
+ "type": "string"
1902
+ },
1903
+ "width": {
1904
+ "type": "integer"
1905
+ },
1906
+ "height": {
1907
+ "type": "integer"
1908
+ },
1909
+ "maxWidth": {
1910
+ "description": "Specify the max desired display width of the images, as opposed to \"width\" which should only be used for the _real_ width. Assumes pixels by default.",
1911
+ "type": "integer"
1912
+ },
1913
+ "maxHeight": {
1914
+ "description": "As per \"maxWidth\"",
1915
+ "type": "integer"
1916
+ },
1917
+ "maxWidthUnits": {
1918
+ "type": "string"
1919
+ },
1920
+ "maxHeightUnits": {
1921
+ "type": "string"
1922
+ },
1923
+ "style": {
1924
+ "enum": [
1925
+ "comic-speaker-left",
1926
+ "comic-speaker-right",
1927
+ "deity-symbol"
1928
+ ]
1929
+ }
1930
+ },
1931
+ "required": [
1932
+ "type",
1933
+ "href"
1934
+ ],
1935
+ "additionalProperties": false
1936
+ },
1937
+ "entryGallery": {
1938
+ "type": "object",
1939
+ "properties": {
1940
+ "name": {
1941
+ "type": "string"
1942
+ },
1943
+ "type": {
1944
+ "type": "string",
1945
+ "const": "gallery"
1946
+ },
1947
+ "source": {
1948
+ "$ref": "util.json#/$defs/source"
1949
+ },
1950
+ "page": {
1951
+ "$ref": "util.json#/$defs/page"
1952
+ },
1953
+ "srd": {
1954
+ "$ref": "util.json#/$defs/srd"
1955
+ },
1956
+ "basicRules": {
1957
+ "$ref": "util.json#/$defs/basicRules"
1958
+ },
1959
+ "data": {
1960
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1961
+ "type": "object"
1962
+ },
1963
+ "id": {
1964
+ "type": "string"
1965
+ },
1966
+ "images": {
1967
+ "type": "array",
1968
+ "items": {
1969
+ "$ref": "#/$defs/entryImage"
1970
+ }
1971
+ }
1972
+ },
1973
+ "required": [
1974
+ "type",
1975
+ "images"
1976
+ ],
1977
+ "additionalProperties": false
1978
+ },
1979
+ "entryActions": {
1980
+ "type": "object",
1981
+ "properties": {
1982
+ "name": {
1983
+ "type": "string"
1984
+ },
1985
+ "type": {
1986
+ "type": "string",
1987
+ "const": "actions"
1988
+ },
1989
+ "source": {
1990
+ "$ref": "util.json#/$defs/source"
1991
+ },
1992
+ "page": {
1993
+ "$ref": "util.json#/$defs/page"
1994
+ },
1995
+ "srd": {
1996
+ "$ref": "util.json#/$defs/srd"
1997
+ },
1998
+ "basicRules": {
1999
+ "$ref": "util.json#/$defs/basicRules"
2000
+ },
2001
+ "data": {
2002
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
2003
+ "type": "object"
2004
+ },
2005
+ "id": {
2006
+ "type": "string"
2007
+ },
2008
+ "entries": {
2009
+ "type": "array",
2010
+ "items": {
2011
+ "$ref": "#"
2012
+ }
2013
+ }
2014
+ },
2015
+ "required": [
2016
+ "type",
2017
+ "name",
2018
+ "entries"
2019
+ ],
2020
+ "additionalProperties": false
2021
+ },
2022
+ "entryAttack": {
2023
+ "type": "object",
2024
+ "properties": {
2025
+ "name": {
2026
+ "type": "string"
2027
+ },
2028
+ "type": {
2029
+ "type": "string",
2030
+ "const": "attack"
2031
+ },
2032
+ "source": {
2033
+ "$ref": "util.json#/$defs/source"
2034
+ },
2035
+ "page": {
2036
+ "$ref": "util.json#/$defs/page"
2037
+ },
2038
+ "srd": {
2039
+ "$ref": "util.json#/$defs/srd"
2040
+ },
2041
+ "basicRules": {
2042
+ "$ref": "util.json#/$defs/basicRules"
2043
+ },
2044
+ "data": {
2045
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
2046
+ "type": "object"
2047
+ },
2048
+ "id": {
2049
+ "type": "string"
2050
+ },
2051
+ "attackType": {
2052
+ "type": "string",
2053
+ "description": "MW: Melee Weapon\n RW: Ranged Weapon",
2054
+ "enum": [
2055
+ "MW",
2056
+ "RW"
2057
+ ]
2058
+ },
2059
+ "attackEntries": {
2060
+ "type": "array",
2061
+ "items": {
2062
+ "$ref": "#"
2063
+ }
2064
+ },
2065
+ "hitEntries": {
2066
+ "type": "array",
2067
+ "items": {
2068
+ "$ref": "#"
2069
+ }
2070
+ }
2071
+ },
2072
+ "required": [
2073
+ "type",
2074
+ "attackType",
2075
+ "attackEntries",
2076
+ "hitEntries"
2077
+ ],
2078
+ "additionalProperties": false
2079
+ },
2080
+ "entryFlowchart": {
2081
+ "type": "object",
2082
+ "properties": {
2083
+ "name": {
2084
+ "type": "string"
2085
+ },
2086
+ "type": {
2087
+ "type": "string",
2088
+ "const": "flowchart"
2089
+ },
2090
+ "source": {
2091
+ "$ref": "util.json#/$defs/source"
2092
+ },
2093
+ "page": {
2094
+ "$ref": "util.json#/$defs/page"
2095
+ },
2096
+ "srd": {
2097
+ "$ref": "util.json#/$defs/srd"
2098
+ },
2099
+ "basicRules": {
2100
+ "$ref": "util.json#/$defs/basicRules"
2101
+ },
2102
+ "data": {
2103
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
2104
+ "type": "object"
2105
+ },
2106
+ "id": {
2107
+ "type": "string"
2108
+ },
2109
+ "blocks": {
2110
+ "type": "array",
2111
+ "items": {
2112
+ "$ref": "#/$defs/entry"
2113
+ }
2114
+ }
2115
+ },
2116
+ "required": [
2117
+ "type",
2118
+ "blocks"
2119
+ ],
2120
+ "additionalProperties": false
2121
+ },
2122
+ "entryFlowBlock": {
2123
+ "type": "object",
2124
+ "properties": {
2125
+ "name": {
2126
+ "type": "string"
2127
+ },
2128
+ "type": {
2129
+ "type": "string",
2130
+ "const": "flowBlock"
2131
+ },
2132
+ "source": {
2133
+ "$ref": "util.json#/$defs/source"
2134
+ },
2135
+ "page": {
2136
+ "$ref": "util.json#/$defs/page"
2137
+ },
2138
+ "srd": {
2139
+ "$ref": "util.json#/$defs/srd"
2140
+ },
2141
+ "basicRules": {
2142
+ "$ref": "util.json#/$defs/basicRules"
2143
+ },
2144
+ "data": {
2145
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
2146
+ "type": "object"
2147
+ },
2148
+ "id": {
2149
+ "type": "string"
2150
+ },
2151
+ "entries": {
2152
+ "type": "array",
2153
+ "items": {
2154
+ "$ref": "#/$defs/entry"
2155
+ }
2156
+ }
2157
+ },
2158
+ "required": [
2159
+ "type"
2160
+ ],
2161
+ "additionalProperties": false
2162
+ },
2163
+ "entryIngredient": {
2164
+ "type": "object",
2165
+ "properties": {
2166
+ "name": {
2167
+ "type": "string"
2168
+ },
2169
+ "type": {
2170
+ "type": "string",
2171
+ "const": "ingredient"
2172
+ },
2173
+ "source": {
2174
+ "$ref": "util.json#/$defs/source"
2175
+ },
2176
+ "page": {
2177
+ "$ref": "util.json#/$defs/page"
2178
+ },
2179
+ "srd": {
2180
+ "$ref": "util.json#/$defs/srd"
2181
+ },
2182
+ "basicRules": {
2183
+ "$ref": "util.json#/$defs/basicRules"
2184
+ },
2185
+ "data": {
2186
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
2187
+ "type": "object"
2188
+ },
2189
+ "id": {
2190
+ "type": "string"
2191
+ },
2192
+ "entry": {
2193
+ "$ref": "#"
2194
+ }
2195
+ },
2196
+ "required": [
2197
+ "type",
2198
+ "entry"
2199
+ ],
2200
+ "patternProperties": {
2201
+ "^amount\\d+$": {
2202
+ "type": "number"
2203
+ }
2204
+ },
2205
+ "additionalProperties": false
2206
+ },
2207
+ "entryStatblockInline": {
2208
+ "anyOf": [
2209
+ {
2210
+ "type": "object",
2211
+ "properties": {
2212
+ "type": {
2213
+ "const": "statblockInline"
2214
+ },
2215
+ "dependencies": {
2216
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2217
+ },
2218
+ "dataType": {
2219
+ "const": "monster"
2220
+ },
2221
+ "data": {
2222
+ "$ref": "bestiary/bestiary.json#/$defs/creature"
2223
+ },
2224
+ "style": {
2225
+ "$ref": "#/$defs/_entryDataStyle"
2226
+ },
2227
+ "collapsed": {
2228
+ "const": true
2229
+ }
2230
+ },
2231
+ "required": [
2232
+ "type",
2233
+ "dataType",
2234
+ "data"
2235
+ ],
2236
+ "additionalProperties": false
2237
+ },
2238
+ {
2239
+ "type": "object",
2240
+ "properties": {
2241
+ "type": {
2242
+ "const": "statblockInline"
2243
+ },
2244
+ "dependencies": {
2245
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2246
+ },
2247
+ "dataType": {
2248
+ "const": "legendaryGroup"
2249
+ },
2250
+ "data": {
2251
+ "$ref": "bestiary/legendarygroups.json#/$defs/legendaryGroup"
2252
+ },
2253
+ "style": {
2254
+ "$ref": "#/$defs/_entryDataStyle"
2255
+ },
2256
+ "collapsed": {
2257
+ "const": true
2258
+ }
2259
+ },
2260
+ "required": [
2261
+ "type",
2262
+ "dataType",
2263
+ "data"
2264
+ ],
2265
+ "additionalProperties": false
2266
+ },
2267
+ {
2268
+ "type": "object",
2269
+ "properties": {
2270
+ "type": {
2271
+ "const": "statblockInline"
2272
+ },
2273
+ "dependencies": {
2274
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2275
+ },
2276
+ "dataType": {
2277
+ "const": "spell"
2278
+ },
2279
+ "data": {
2280
+ "$ref": "spells/spells.json#/$defs/spell"
2281
+ },
2282
+ "style": {
2283
+ "$ref": "#/$defs/_entryDataStyle"
2284
+ },
2285
+ "collapsed": {
2286
+ "const": true
2287
+ }
2288
+ },
2289
+ "required": [
2290
+ "type",
2291
+ "dataType",
2292
+ "data"
2293
+ ],
2294
+ "additionalProperties": false
2295
+ },
2296
+ {
2297
+ "type": "object",
2298
+ "properties": {
2299
+ "type": {
2300
+ "const": "statblockInline"
2301
+ },
2302
+ "dependencies": {
2303
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2304
+ },
2305
+ "dataType": {
2306
+ "const": "action"
2307
+ },
2308
+ "data": {
2309
+ "$ref": "actions.json#/$defs/action"
2310
+ },
2311
+ "style": {
2312
+ "$ref": "#/$defs/_entryDataStyle"
2313
+ },
2314
+ "collapsed": {
2315
+ "const": true
2316
+ }
2317
+ },
2318
+ "required": [
2319
+ "type",
2320
+ "dataType",
2321
+ "data"
2322
+ ],
2323
+ "additionalProperties": false
2324
+ },
2325
+ {
2326
+ "type": "object",
2327
+ "properties": {
2328
+ "type": {
2329
+ "const": "statblockInline"
2330
+ },
2331
+ "dependencies": {
2332
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2333
+ },
2334
+ "dataType": {
2335
+ "const": "item"
2336
+ },
2337
+ "data": {
2338
+ "$ref": "items.json#/$defs/item"
2339
+ },
2340
+ "style": {
2341
+ "$ref": "#/$defs/_entryDataStyle"
2342
+ },
2343
+ "collapsed": {
2344
+ "const": true
2345
+ }
2346
+ },
2347
+ "required": [
2348
+ "type",
2349
+ "dataType",
2350
+ "data"
2351
+ ],
2352
+ "additionalProperties": false
2353
+ },
2354
+ {
2355
+ "type": "object",
2356
+ "properties": {
2357
+ "type": {
2358
+ "const": "statblockInline"
2359
+ },
2360
+ "dependencies": {
2361
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2362
+ },
2363
+ "dataType": {
2364
+ "const": "background"
2365
+ },
2366
+ "data": {
2367
+ "$ref": "backgrounds.json#/$defs/background"
2368
+ },
2369
+ "style": {
2370
+ "$ref": "#/$defs/_entryDataStyle"
2371
+ },
2372
+ "collapsed": {
2373
+ "const": true
2374
+ }
2375
+ },
2376
+ "required": [
2377
+ "type",
2378
+ "dataType",
2379
+ "data"
2380
+ ],
2381
+ "additionalProperties": false
2382
+ },
2383
+ {
2384
+ "type": "object",
2385
+ "properties": {
2386
+ "type": {
2387
+ "const": "statblockInline"
2388
+ },
2389
+ "dependencies": {
2390
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2391
+ },
2392
+ "dataType": {
2393
+ "const": "charoption"
2394
+ },
2395
+ "data": {
2396
+ "$ref": "charcreationoptions.json#/$defs/charoption"
2397
+ },
2398
+ "style": {
2399
+ "$ref": "#/$defs/_entryDataStyle"
2400
+ },
2401
+ "collapsed": {
2402
+ "const": true
2403
+ }
2404
+ },
2405
+ "required": [
2406
+ "type",
2407
+ "dataType",
2408
+ "data"
2409
+ ],
2410
+ "additionalProperties": false
2411
+ },
2412
+ {
2413
+ "type": "object",
2414
+ "properties": {
2415
+ "type": {
2416
+ "const": "statblockInline"
2417
+ },
2418
+ "dependencies": {
2419
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2420
+ },
2421
+ "dataType": {
2422
+ "const": "condition"
2423
+ },
2424
+ "data": {
2425
+ "$ref": "conditionsdiseases.json#/$defs/conditionDisease"
2426
+ },
2427
+ "style": {
2428
+ "$ref": "#/$defs/_entryDataStyle"
2429
+ },
2430
+ "collapsed": {
2431
+ "const": true
2432
+ }
2433
+ },
2434
+ "required": [
2435
+ "type",
2436
+ "dataType",
2437
+ "data"
2438
+ ],
2439
+ "additionalProperties": false
2440
+ },
2441
+ {
2442
+ "type": "object",
2443
+ "properties": {
2444
+ "type": {
2445
+ "const": "statblockInline"
2446
+ },
2447
+ "dependencies": {
2448
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2449
+ },
2450
+ "dataType": {
2451
+ "const": "disease"
2452
+ },
2453
+ "data": {
2454
+ "$ref": "conditionsdiseases.json#/$defs/conditionDisease"
2455
+ },
2456
+ "style": {
2457
+ "$ref": "#/$defs/_entryDataStyle"
2458
+ },
2459
+ "collapsed": {
2460
+ "const": true
2461
+ }
2462
+ },
2463
+ "required": [
2464
+ "type",
2465
+ "dataType",
2466
+ "data"
2467
+ ],
2468
+ "additionalProperties": false
2469
+ },
2470
+ {
2471
+ "type": "object",
2472
+ "properties": {
2473
+ "type": {
2474
+ "const": "statblockInline"
2475
+ },
2476
+ "dependencies": {
2477
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2478
+ },
2479
+ "dataType": {
2480
+ "const": "status"
2481
+ },
2482
+ "data": {
2483
+ "$ref": "conditionsdiseases.json#/$defs/conditionDisease"
2484
+ },
2485
+ "style": {
2486
+ "$ref": "#/$defs/_entryDataStyle"
2487
+ },
2488
+ "collapsed": {
2489
+ "const": true
2490
+ }
2491
+ },
2492
+ "required": [
2493
+ "type",
2494
+ "dataType",
2495
+ "data"
2496
+ ],
2497
+ "additionalProperties": false
2498
+ },
2499
+ {
2500
+ "type": "object",
2501
+ "properties": {
2502
+ "type": {
2503
+ "const": "statblockInline"
2504
+ },
2505
+ "dependencies": {
2506
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2507
+ },
2508
+ "dataType": {
2509
+ "const": "cult"
2510
+ },
2511
+ "data": {
2512
+ "$ref": "cultsboons.json#/$defs/cult"
2513
+ },
2514
+ "style": {
2515
+ "$ref": "#/$defs/_entryDataStyle"
2516
+ },
2517
+ "collapsed": {
2518
+ "const": true
2519
+ }
2520
+ },
2521
+ "required": [
2522
+ "type",
2523
+ "dataType",
2524
+ "data"
2525
+ ],
2526
+ "additionalProperties": false
2527
+ },
2528
+ {
2529
+ "type": "object",
2530
+ "properties": {
2531
+ "type": {
2532
+ "const": "statblockInline"
2533
+ },
2534
+ "dependencies": {
2535
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2536
+ },
2537
+ "dataType": {
2538
+ "const": "boon"
2539
+ },
2540
+ "data": {
2541
+ "$ref": "cultsboons.json#/$defs/boon"
2542
+ },
2543
+ "style": {
2544
+ "$ref": "#/$defs/_entryDataStyle"
2545
+ },
2546
+ "collapsed": {
2547
+ "const": true
2548
+ }
2549
+ },
2550
+ "required": [
2551
+ "type",
2552
+ "dataType",
2553
+ "data"
2554
+ ],
2555
+ "additionalProperties": false
2556
+ },
2557
+ {
2558
+ "type": "object",
2559
+ "properties": {
2560
+ "type": {
2561
+ "const": "statblockInline"
2562
+ },
2563
+ "dependencies": {
2564
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2565
+ },
2566
+ "dataType": {
2567
+ "const": "deity"
2568
+ },
2569
+ "data": {
2570
+ "$ref": "deities.json#/$defs/deity"
2571
+ },
2572
+ "style": {
2573
+ "$ref": "#/$defs/_entryDataStyle"
2574
+ },
2575
+ "collapsed": {
2576
+ "const": true
2577
+ }
2578
+ },
2579
+ "required": [
2580
+ "type",
2581
+ "dataType",
2582
+ "data"
2583
+ ],
2584
+ "additionalProperties": false
2585
+ },
2586
+ {
2587
+ "type": "object",
2588
+ "properties": {
2589
+ "type": {
2590
+ "const": "statblockInline"
2591
+ },
2592
+ "dependencies": {
2593
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2594
+ },
2595
+ "dataType": {
2596
+ "const": "feat"
2597
+ },
2598
+ "data": {
2599
+ "$ref": "feats.json#/$defs/feat"
2600
+ },
2601
+ "style": {
2602
+ "$ref": "#/$defs/_entryDataStyle"
2603
+ },
2604
+ "collapsed": {
2605
+ "const": true
2606
+ }
2607
+ },
2608
+ "required": [
2609
+ "type",
2610
+ "dataType",
2611
+ "data"
2612
+ ],
2613
+ "additionalProperties": false
2614
+ },
2615
+ {
2616
+ "type": "object",
2617
+ "properties": {
2618
+ "type": {
2619
+ "const": "statblockInline"
2620
+ },
2621
+ "dependencies": {
2622
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2623
+ },
2624
+ "dataType": {
2625
+ "const": "language"
2626
+ },
2627
+ "data": {
2628
+ "$ref": "languages.json#/$defs/language"
2629
+ },
2630
+ "style": {
2631
+ "$ref": "#/$defs/_entryDataStyle"
2632
+ },
2633
+ "collapsed": {
2634
+ "const": true
2635
+ }
2636
+ },
2637
+ "required": [
2638
+ "type",
2639
+ "dataType",
2640
+ "data"
2641
+ ],
2642
+ "additionalProperties": false
2643
+ },
2644
+ {
2645
+ "type": "object",
2646
+ "properties": {
2647
+ "type": {
2648
+ "const": "statblockInline"
2649
+ },
2650
+ "dependencies": {
2651
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2652
+ },
2653
+ "dataType": {
2654
+ "const": "object"
2655
+ },
2656
+ "data": {
2657
+ "$ref": "objects.json#/$defs/object"
2658
+ },
2659
+ "style": {
2660
+ "$ref": "#/$defs/_entryDataStyle"
2661
+ },
2662
+ "collapsed": {
2663
+ "const": true
2664
+ }
2665
+ },
2666
+ "required": [
2667
+ "type",
2668
+ "dataType",
2669
+ "data"
2670
+ ],
2671
+ "additionalProperties": false
2672
+ },
2673
+ {
2674
+ "type": "object",
2675
+ "properties": {
2676
+ "type": {
2677
+ "const": "statblockInline"
2678
+ },
2679
+ "dependencies": {
2680
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2681
+ },
2682
+ "dataType": {
2683
+ "const": "optionalfeature"
2684
+ },
2685
+ "data": {
2686
+ "$ref": "optionalfeatures.json#/$defs/optionalfeature"
2687
+ },
2688
+ "style": {
2689
+ "$ref": "#/$defs/_entryDataStyle"
2690
+ },
2691
+ "collapsed": {
2692
+ "const": true
2693
+ }
2694
+ },
2695
+ "required": [
2696
+ "type",
2697
+ "dataType",
2698
+ "data"
2699
+ ],
2700
+ "additionalProperties": false
2701
+ },
2702
+ {
2703
+ "type": "object",
2704
+ "properties": {
2705
+ "type": {
2706
+ "const": "statblockInline"
2707
+ },
2708
+ "dependencies": {
2709
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2710
+ },
2711
+ "dataType": {
2712
+ "const": "psionic"
2713
+ },
2714
+ "data": {
2715
+ "$ref": "psionics.json#/$defs/psionic"
2716
+ },
2717
+ "style": {
2718
+ "$ref": "#/$defs/_entryDataStyle"
2719
+ },
2720
+ "collapsed": {
2721
+ "const": true
2722
+ }
2723
+ },
2724
+ "required": [
2725
+ "type",
2726
+ "dataType",
2727
+ "data"
2728
+ ],
2729
+ "additionalProperties": false
2730
+ },
2731
+ {
2732
+ "type": "object",
2733
+ "properties": {
2734
+ "type": {
2735
+ "const": "statblockInline"
2736
+ },
2737
+ "dependencies": {
2738
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2739
+ },
2740
+ "dataType": {
2741
+ "const": "race"
2742
+ },
2743
+ "data": {
2744
+ "$ref": "races.json#/$defs/race"
2745
+ },
2746
+ "style": {
2747
+ "$ref": "#/$defs/_entryDataStyle"
2748
+ },
2749
+ "collapsed": {
2750
+ "const": true
2751
+ }
2752
+ },
2753
+ "required": [
2754
+ "type",
2755
+ "dataType",
2756
+ "data"
2757
+ ],
2758
+ "additionalProperties": false
2759
+ },
2760
+ {
2761
+ "type": "object",
2762
+ "properties": {
2763
+ "type": {
2764
+ "const": "statblockInline"
2765
+ },
2766
+ "dependencies": {
2767
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2768
+ },
2769
+ "dataType": {
2770
+ "const": "recipe"
2771
+ },
2772
+ "data": {
2773
+ "$ref": "recipes.json#/$defs/recipe"
2774
+ },
2775
+ "style": {
2776
+ "$ref": "#/$defs/_entryDataStyle"
2777
+ },
2778
+ "collapsed": {
2779
+ "const": true
2780
+ }
2781
+ },
2782
+ "required": [
2783
+ "type",
2784
+ "dataType",
2785
+ "data"
2786
+ ],
2787
+ "additionalProperties": false
2788
+ },
2789
+ {
2790
+ "type": "object",
2791
+ "properties": {
2792
+ "type": {
2793
+ "const": "statblockInline"
2794
+ },
2795
+ "dependencies": {
2796
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2797
+ },
2798
+ "dataType": {
2799
+ "const": "reward"
2800
+ },
2801
+ "data": {
2802
+ "$ref": "rewards.json#/$defs/reward"
2803
+ },
2804
+ "style": {
2805
+ "$ref": "#/$defs/_entryDataStyle"
2806
+ },
2807
+ "collapsed": {
2808
+ "const": true
2809
+ }
2810
+ },
2811
+ "required": [
2812
+ "type",
2813
+ "dataType",
2814
+ "data"
2815
+ ],
2816
+ "additionalProperties": false
2817
+ },
2818
+ {
2819
+ "type": "object",
2820
+ "properties": {
2821
+ "type": {
2822
+ "const": "statblockInline"
2823
+ },
2824
+ "dependencies": {
2825
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2826
+ },
2827
+ "dataType": {
2828
+ "const": "table"
2829
+ },
2830
+ "data": {
2831
+ "$ref": "tables.json#/$defs/tableData"
2832
+ },
2833
+ "style": {
2834
+ "$ref": "#/$defs/_entryDataStyle"
2835
+ },
2836
+ "collapsed": {
2837
+ "const": true
2838
+ }
2839
+ },
2840
+ "required": [
2841
+ "type",
2842
+ "dataType",
2843
+ "data"
2844
+ ],
2845
+ "additionalProperties": false
2846
+ },
2847
+ {
2848
+ "type": "object",
2849
+ "properties": {
2850
+ "type": {
2851
+ "const": "statblockInline"
2852
+ },
2853
+ "dependencies": {
2854
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2855
+ },
2856
+ "dataType": {
2857
+ "const": "trap"
2858
+ },
2859
+ "data": {
2860
+ "$ref": "trapshazards.json#/$defs/trap"
2861
+ },
2862
+ "style": {
2863
+ "$ref": "#/$defs/_entryDataStyle"
2864
+ },
2865
+ "collapsed": {
2866
+ "const": true
2867
+ }
2868
+ },
2869
+ "required": [
2870
+ "type",
2871
+ "dataType",
2872
+ "data"
2873
+ ],
2874
+ "additionalProperties": false
2875
+ },
2876
+ {
2877
+ "type": "object",
2878
+ "properties": {
2879
+ "type": {
2880
+ "const": "statblockInline"
2881
+ },
2882
+ "dependencies": {
2883
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2884
+ },
2885
+ "dataType": {
2886
+ "const": "hazard"
2887
+ },
2888
+ "data": {
2889
+ "$ref": "trapshazards.json#/$defs/hazard"
2890
+ },
2891
+ "style": {
2892
+ "$ref": "#/$defs/_entryDataStyle"
2893
+ },
2894
+ "collapsed": {
2895
+ "const": true
2896
+ }
2897
+ },
2898
+ "required": [
2899
+ "type",
2900
+ "dataType",
2901
+ "data"
2902
+ ],
2903
+ "additionalProperties": false
2904
+ },
2905
+ {
2906
+ "type": "object",
2907
+ "properties": {
2908
+ "type": {
2909
+ "const": "statblockInline"
2910
+ },
2911
+ "dependencies": {
2912
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2913
+ },
2914
+ "dataType": {
2915
+ "const": "variantrule"
2916
+ },
2917
+ "data": {
2918
+ "$ref": "variantrules.json#/$defs/variantrule"
2919
+ },
2920
+ "style": {
2921
+ "$ref": "#/$defs/_entryDataStyle"
2922
+ },
2923
+ "collapsed": {
2924
+ "const": true
2925
+ }
2926
+ },
2927
+ "required": [
2928
+ "type",
2929
+ "dataType",
2930
+ "data"
2931
+ ],
2932
+ "additionalProperties": false
2933
+ },
2934
+ {
2935
+ "type": "object",
2936
+ "properties": {
2937
+ "type": {
2938
+ "const": "statblockInline"
2939
+ },
2940
+ "dependencies": {
2941
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2942
+ },
2943
+ "dataType": {
2944
+ "const": "vehicle"
2945
+ },
2946
+ "data": {
2947
+ "$ref": "vehicles.json#/$defs/vehicle"
2948
+ },
2949
+ "style": {
2950
+ "$ref": "#/$defs/_entryDataStyle"
2951
+ },
2952
+ "collapsed": {
2953
+ "const": true
2954
+ }
2955
+ },
2956
+ "required": [
2957
+ "type",
2958
+ "dataType",
2959
+ "data"
2960
+ ],
2961
+ "additionalProperties": false
2962
+ },
2963
+ {
2964
+ "type": "object",
2965
+ "properties": {
2966
+ "type": {
2967
+ "const": "statblockInline"
2968
+ },
2969
+ "dependencies": {
2970
+ "$ref": "util.json#/$defs/metaDependenciesArray"
2971
+ },
2972
+ "dataType": {
2973
+ "const": "vehicleUpgrade"
2974
+ },
2975
+ "data": {
2976
+ "$ref": "vehicles.json#/$defs/vehicleUpgrade"
2977
+ },
2978
+ "style": {
2979
+ "$ref": "#/$defs/_entryDataStyle"
2980
+ },
2981
+ "collapsed": {
2982
+ "const": true
2983
+ }
2984
+ },
2985
+ "required": [
2986
+ "type",
2987
+ "dataType",
2988
+ "data"
2989
+ ],
2990
+ "additionalProperties": false
2991
+ },
2992
+ {
2993
+ "type": "object",
2994
+ "properties": {
2995
+ "type": {
2996
+ "const": "statblockInline"
2997
+ },
2998
+ "dependencies": {
2999
+ "$ref": "util.json#/$defs/metaDependenciesArray"
3000
+ },
3001
+ "dataType": {
3002
+ "const": "skill"
3003
+ },
3004
+ "data": {
3005
+ "$ref": "skills.json#/$defs/skill"
3006
+ },
3007
+ "style": {
3008
+ "$ref": "#/$defs/_entryDataStyle"
3009
+ },
3010
+ "collapsed": {
3011
+ "const": true
3012
+ }
3013
+ },
3014
+ "required": [
3015
+ "type",
3016
+ "dataType",
3017
+ "data"
3018
+ ],
3019
+ "additionalProperties": false
3020
+ },
3021
+ {
3022
+ "type": "object",
3023
+ "properties": {
3024
+ "type": {
3025
+ "const": "statblockInline"
3026
+ },
3027
+ "dependencies": {
3028
+ "$ref": "util.json#/$defs/metaDependenciesArray"
3029
+ },
3030
+ "dataType": {
3031
+ "const": "sense"
3032
+ },
3033
+ "data": {
3034
+ "$ref": "senses.json#/$defs/sense"
3035
+ },
3036
+ "style": {
3037
+ "$ref": "#/$defs/_entryDataStyle"
3038
+ },
3039
+ "collapsed": {
3040
+ "const": true
3041
+ }
3042
+ },
3043
+ "required": [
3044
+ "type",
3045
+ "dataType",
3046
+ "data"
3047
+ ],
3048
+ "additionalProperties": false
3049
+ }
3050
+ ]
3051
+ },
3052
+ "entryStatblock": {
3053
+ "oneOf": [
3054
+ {
3055
+ "type": "object",
3056
+ "properties": {
3057
+ "name": {
3058
+ "type": "string"
3059
+ },
3060
+ "type": {
3061
+ "type": "string",
3062
+ "const": "statblock"
3063
+ },
3064
+ "source": {
3065
+ "$ref": "util.json#/$defs/source"
3066
+ },
3067
+ "page": {
3068
+ "$ref": "util.json#/$defs/page"
3069
+ },
3070
+ "srd": {
3071
+ "$ref": "util.json#/$defs/srd"
3072
+ },
3073
+ "basicRules": {
3074
+ "$ref": "util.json#/$defs/basicRules"
3075
+ },
3076
+ "data": {
3077
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
3078
+ "type": "object"
3079
+ },
3080
+ "id": {
3081
+ "type": "string"
3082
+ },
3083
+ "tag": {
3084
+ "$ref": "util.json#/$defs/tagNameStats"
3085
+ },
3086
+ "displayName": {
3087
+ "type": "string"
3088
+ },
3089
+ "hash": {
3090
+ "type": "string"
3091
+ },
3092
+ "style": {
3093
+ "$ref": "#/$defs/_entryDataStyle"
3094
+ },
3095
+ "collapsed": {
3096
+ "const": true
3097
+ }
3098
+ },
3099
+ "required": [
3100
+ "type",
3101
+ "tag",
3102
+ "name"
3103
+ ],
3104
+ "additionalProperties": false
3105
+ },
3106
+ {
3107
+ "type": "object",
3108
+ "properties": {
3109
+ "name": {
3110
+ "type": "string"
3111
+ },
3112
+ "type": {
3113
+ "type": "string",
3114
+ "const": "statblock"
3115
+ },
3116
+ "source": {
3117
+ "$ref": "util.json#/$defs/source"
3118
+ },
3119
+ "page": {
3120
+ "$ref": "util.json#/$defs/page"
3121
+ },
3122
+ "srd": {
3123
+ "$ref": "util.json#/$defs/srd"
3124
+ },
3125
+ "basicRules": {
3126
+ "$ref": "util.json#/$defs/basicRules"
3127
+ },
3128
+ "data": {
3129
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
3130
+ "type": "object"
3131
+ },
3132
+ "id": {
3133
+ "type": "string"
3134
+ },
3135
+ "prop": {
3136
+ "$ref": "util.json#/$defs/propNameStats"
3137
+ },
3138
+ "displayName": {
3139
+ "type": "string"
3140
+ },
3141
+ "hash": {
3142
+ "type": "string"
3143
+ },
3144
+ "style": {
3145
+ "$ref": "#/$defs/_entryDataStyle"
3146
+ },
3147
+ "collapsed": {
3148
+ "const": true
3149
+ }
3150
+ },
3151
+ "required": [
3152
+ "type",
3153
+ "prop",
3154
+ "name",
3155
+ "source"
3156
+ ]
3157
+ }
3158
+ ]
3159
+ },
3160
+ "entryRefClassFeature": {
3161
+ "description": "For use in classes page content only.",
3162
+ "type": "object",
3163
+ "properties": {
3164
+ "type": {
3165
+ "const": "refClassFeature"
3166
+ },
3167
+ "classFeature": {
3168
+ "type": "string"
3169
+ }
3170
+ },
3171
+ "required": [
3172
+ "type",
3173
+ "classFeature"
3174
+ ]
3175
+ },
3176
+ "entryRefSubclassFeature": {
3177
+ "description": "For use in classes page content only.",
3178
+ "type": "object",
3179
+ "properties": {
3180
+ "type": {
3181
+ "const": "refSubclassFeature"
3182
+ },
3183
+ "subclassFeature": {
3184
+ "type": "string"
3185
+ }
3186
+ },
3187
+ "required": [
3188
+ "type",
3189
+ "subclassFeature"
3190
+ ]
3191
+ },
3192
+ "entryRefOptionalfeature": {
3193
+ "description": "For use in classes page content only.",
3194
+ "type": "object",
3195
+ "properties": {
3196
+ "type": {
3197
+ "const": "refOptionalfeature"
3198
+ },
3199
+ "optionalfeature": {
3200
+ "type": "string"
3201
+ },
3202
+ "name": {
3203
+ "type": "string"
3204
+ }
3205
+ },
3206
+ "required": [
3207
+ "type",
3208
+ "optionalfeature"
3209
+ ]
3210
+ },
3211
+ "entryHr": {
3212
+ "type": "object",
3213
+ "properties": {
3214
+ "type": {
3215
+ "const": "hr"
3216
+ }
3217
+ },
3218
+ "required": [
3219
+ "type"
3220
+ ]
3221
+ },
3222
+ "entrySpellcasting": {
3223
+ "type": "object",
3224
+ "properties": {
3225
+ "name": {
3226
+ "type": "string"
3227
+ },
3228
+ "type": {
3229
+ "type": "string",
3230
+ "const": "spellcasting"
3231
+ },
3232
+ "source": {
3233
+ "$ref": "util.json#/$defs/source"
3234
+ },
3235
+ "page": {
3236
+ "$ref": "util.json#/$defs/page"
3237
+ },
3238
+ "srd": {
3239
+ "$ref": "util.json#/$defs/srd"
3240
+ },
3241
+ "basicRules": {
3242
+ "$ref": "util.json#/$defs/basicRules"
3243
+ },
3244
+ "data": {
3245
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
3246
+ "type": "object"
3247
+ },
3248
+ "id": {
3249
+ "type": "string"
3250
+ },
3251
+ "headerEntries": {
3252
+ "type": "array",
3253
+ "items": {
3254
+ "$ref": "#"
3255
+ }
3256
+ },
3257
+ "constant": {
3258
+ "$ref": "#/$defs/_arrayOfSpell"
3259
+ },
3260
+ "will": {
3261
+ "$ref": "#/$defs/_arrayOfSpell"
3262
+ },
3263
+ "ritual": {
3264
+ "$ref": "#/$defs/_arrayOfSpell"
3265
+ },
3266
+ "rest": {
3267
+ "$ref": "#/$defs/entrySpellcasting_frequency"
3268
+ },
3269
+ "daily": {
3270
+ "$ref": "#/$defs/entrySpellcasting_frequency"
3271
+ },
3272
+ "weekly": {
3273
+ "$ref": "#/$defs/entrySpellcasting_frequency"
3274
+ },
3275
+ "yearly": {
3276
+ "$ref": "#/$defs/entrySpellcasting_frequency"
3277
+ },
3278
+ "charges": {
3279
+ "$ref": "#/$defs/entrySpellcasting_frequency"
3280
+ },
3281
+ "recharge": {
3282
+ "$ref": "#/$defs/entrySpellcasting_recharge"
3283
+ },
3284
+ "spells": {
3285
+ "type": "object",
3286
+ "properties": {
3287
+ "0": {
3288
+ "type": "object",
3289
+ "properties": {
3290
+ "spells": {
3291
+ "type": "array",
3292
+ "uniqueItems": true,
3293
+ "items": {
3294
+ "type": "string"
3295
+ }
3296
+ }
3297
+ },
3298
+ "required": [
3299
+ "spells"
3300
+ ],
3301
+ "additionalProperties": false
3302
+ },
3303
+ "1": {
3304
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3305
+ },
3306
+ "2": {
3307
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3308
+ },
3309
+ "3": {
3310
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3311
+ },
3312
+ "4": {
3313
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3314
+ },
3315
+ "5": {
3316
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3317
+ },
3318
+ "6": {
3319
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3320
+ },
3321
+ "7": {
3322
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3323
+ },
3324
+ "8": {
3325
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3326
+ },
3327
+ "9": {
3328
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3329
+ }
3330
+ },
3331
+ "additionalProperties": false
3332
+ },
3333
+ "hidden": {
3334
+ "description": "Allows the above properties to be specified, but not rendered. Useful if e.g. a creature can only cast one spell, and this is rendered in the header line.",
3335
+ "type": "array",
3336
+ "items": {
3337
+ "type": "string",
3338
+ "enum": [
3339
+ "constant",
3340
+ "will",
3341
+ "rest",
3342
+ "daily",
3343
+ "weekly",
3344
+ "yearly",
3345
+ "ritual",
3346
+ "spells",
3347
+ "charges",
3348
+ "recharge"
3349
+ ]
3350
+ }
3351
+ },
3352
+ "footerEntries": {
3353
+ "type": "array",
3354
+ "items": {
3355
+ "$ref": "#"
3356
+ }
3357
+ },
3358
+ "ability": {
3359
+ "type": "string",
3360
+ "enum": [
3361
+ "str",
3362
+ "dex",
3363
+ "con",
3364
+ "int",
3365
+ "wis",
3366
+ "cha"
3367
+ ]
3368
+ },
3369
+ "displayAs": {
3370
+ "description": "Implicitly \"trait\"",
3371
+ "type": "string",
3372
+ "enum": [
3373
+ "trait",
3374
+ "action",
3375
+ "bonus",
3376
+ "reaction"
3377
+ ]
3378
+ },
3379
+ "chargesItem": {
3380
+ "type": "string",
3381
+ "description": "The UID of an item which provides the charges required to cast any \"charges\" spells."
3382
+ }
3383
+ },
3384
+ "required": [
3385
+ "type",
3386
+ "name"
3387
+ ],
3388
+ "additionalProperties": false
3389
+ },
3390
+ "entrySpellcasting_level1to9": {
3391
+ "type": "object",
3392
+ "properties": {
3393
+ "lower": {
3394
+ "type": "number"
3395
+ },
3396
+ "slots": {
3397
+ "type": "number"
3398
+ },
3399
+ "spells": {
3400
+ "type": "array",
3401
+ "uniqueItems": true,
3402
+ "items": {
3403
+ "type": "string"
3404
+ }
3405
+ }
3406
+ },
3407
+ "required": [
3408
+ "spells"
3409
+ ],
3410
+ "additionalProperties": false
3411
+ },
3412
+ "entrySpellcasting_frequency": {
3413
+ "type": "object",
3414
+ "properties": {
3415
+ "1": {
3416
+ "$ref": "#/$defs/_arrayOfSpell"
3417
+ },
3418
+ "2": {
3419
+ "$ref": "#/$defs/_arrayOfSpell"
3420
+ },
3421
+ "3": {
3422
+ "$ref": "#/$defs/_arrayOfSpell"
3423
+ },
3424
+ "4": {
3425
+ "$ref": "#/$defs/_arrayOfSpell"
3426
+ },
3427
+ "5": {
3428
+ "$ref": "#/$defs/_arrayOfSpell"
3429
+ },
3430
+ "6": {
3431
+ "$ref": "#/$defs/_arrayOfSpell"
3432
+ },
3433
+ "7": {
3434
+ "$ref": "#/$defs/_arrayOfSpell"
3435
+ },
3436
+ "8": {
3437
+ "$ref": "#/$defs/_arrayOfSpell"
3438
+ },
3439
+ "9": {
3440
+ "$ref": "#/$defs/_arrayOfSpell"
3441
+ },
3442
+ "9e": {
3443
+ "$ref": "#/$defs/_arrayOfSpell"
3444
+ },
3445
+ "8e": {
3446
+ "$ref": "#/$defs/_arrayOfSpell"
3447
+ },
3448
+ "7e": {
3449
+ "$ref": "#/$defs/_arrayOfSpell"
3450
+ },
3451
+ "6e": {
3452
+ "$ref": "#/$defs/_arrayOfSpell"
3453
+ },
3454
+ "5e": {
3455
+ "$ref": "#/$defs/_arrayOfSpell"
3456
+ },
3457
+ "4e": {
3458
+ "$ref": "#/$defs/_arrayOfSpell"
3459
+ },
3460
+ "3e": {
3461
+ "$ref": "#/$defs/_arrayOfSpell"
3462
+ },
3463
+ "2e": {
3464
+ "$ref": "#/$defs/_arrayOfSpell"
3465
+ },
3466
+ "1e": {
3467
+ "$ref": "#/$defs/_arrayOfSpell"
3468
+ }
3469
+ },
3470
+ "additionalProperties": false
3471
+ },
3472
+ "entrySpellcasting_recharge": {
3473
+ "type": "object",
3474
+ "properties": {
3475
+ "1": {
3476
+ "$ref": "#/$defs/_arrayOfSpell"
3477
+ },
3478
+ "2": {
3479
+ "$ref": "#/$defs/_arrayOfSpell"
3480
+ },
3481
+ "3": {
3482
+ "$ref": "#/$defs/_arrayOfSpell"
3483
+ },
3484
+ "4": {
3485
+ "$ref": "#/$defs/_arrayOfSpell"
3486
+ },
3487
+ "5": {
3488
+ "$ref": "#/$defs/_arrayOfSpell"
3489
+ },
3490
+ "6": {
3491
+ "$ref": "#/$defs/_arrayOfSpell"
3492
+ }
3493
+ },
3494
+ "additionalProperties": false
3495
+ },
3496
+ "entryWrapped": {
3497
+ "type": "object",
3498
+ "properties": {
3499
+ "name": {
3500
+ "type": "string"
3501
+ },
3502
+ "type": {
3503
+ "type": "string",
3504
+ "const": "wrapper"
3505
+ },
3506
+ "source": {
3507
+ "$ref": "util.json#/$defs/source"
3508
+ },
3509
+ "page": {
3510
+ "$ref": "util.json#/$defs/page"
3511
+ },
3512
+ "srd": {
3513
+ "$ref": "util.json#/$defs/srd"
3514
+ },
3515
+ "basicRules": {
3516
+ "$ref": "util.json#/$defs/basicRules"
3517
+ },
3518
+ "data": {
3519
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
3520
+ "type": "object"
3521
+ },
3522
+ "id": {
3523
+ "type": "string"
3524
+ },
3525
+ "wrapped": {}
3526
+ },
3527
+ "required": [
3528
+ "type",
3529
+ "wrapped"
3530
+ ],
3531
+ "additionalProperties": false
3532
+ },
3533
+ "dataDamImmune": {
3534
+ "oneOf": [
3535
+ {
3536
+ "$ref": "util.json#/$defs/dataDamageType"
3537
+ },
3538
+ {
3539
+ "type": "object",
3540
+ "properties": {
3541
+ "special": {
3542
+ "type": "string"
3543
+ }
3544
+ },
3545
+ "additionalProperties": false,
3546
+ "required": [
3547
+ "special"
3548
+ ]
3549
+ },
3550
+ {
3551
+ "type": "object",
3552
+ "properties": {
3553
+ "preNote": {
3554
+ "type": "string"
3555
+ },
3556
+ "immune": {
3557
+ "type": "array",
3558
+ "items": {
3559
+ "$ref": "#/$defs/dataDamImmune"
3560
+ }
3561
+ },
3562
+ "note": {
3563
+ "type": "string"
3564
+ }
3565
+ },
3566
+ "additionalProperties": false,
3567
+ "required": [
3568
+ "immune"
3569
+ ]
3570
+ }
3571
+ ]
3572
+ },
3573
+ "dataCondImmune": {
3574
+ "oneOf": [
3575
+ {
3576
+ "$ref": "util.json#/$defs/dataCondition"
3577
+ },
3578
+ {
3579
+ "type": "object",
3580
+ "properties": {
3581
+ "special": {
3582
+ "type": "string"
3583
+ }
3584
+ },
3585
+ "additionalProperties": false,
3586
+ "required": [
3587
+ "special"
3588
+ ]
3589
+ },
3590
+ {
3591
+ "type": "object",
3592
+ "properties": {
3593
+ "preNote": {
3594
+ "type": "string"
3595
+ },
3596
+ "conditionImmune": {
3597
+ "type": "array",
3598
+ "items": {
3599
+ "$ref": "util.json#/$defs/dataCondition"
3600
+ }
3601
+ },
3602
+ "note": {
3603
+ "type": "string"
3604
+ }
3605
+ },
3606
+ "additionalProperties": false,
3607
+ "required": [
3608
+ "conditionImmune"
3609
+ ]
3610
+ }
3611
+ ]
3612
+ }
3613
+ },
3614
+ "anyOf": [
3615
+ {
3616
+ "$ref": "#/$defs/entrySection"
3617
+ },
3618
+ {
3619
+ "$ref": "#/$defs/entryEntries"
3620
+ },
3621
+ {
3622
+ "$ref": "#/$defs/entryQuote"
3623
+ },
3624
+ {
3625
+ "$ref": "#/$defs/entryInlineEntries"
3626
+ },
3627
+ {
3628
+ "$ref": "#/$defs/entryEntriesInlineEntries"
3629
+ },
3630
+ {
3631
+ "$ref": "#/$defs/entryOptions"
3632
+ },
3633
+ {
3634
+ "$ref": "#/$defs/entryTableGroup"
3635
+ },
3636
+ {
3637
+ "$ref": "#/$defs/entryTable"
3638
+ },
3639
+ {
3640
+ "$ref": "#/$defs/entryTableRow"
3641
+ },
3642
+ {
3643
+ "$ref": "#/$defs/entryTableCell"
3644
+ },
3645
+ {
3646
+ "$ref": "#/$defs/entryList"
3647
+ },
3648
+ {
3649
+ "$ref": "#/$defs/entryBonus"
3650
+ },
3651
+ {
3652
+ "$ref": "#/$defs/entryBonusSpeed"
3653
+ },
3654
+ {
3655
+ "$ref": "#/$defs/entryDice"
3656
+ },
3657
+ {
3658
+ "$ref": "#/$defs/entryAbilityDc"
3659
+ },
3660
+ {
3661
+ "$ref": "#/$defs/entryAbilityAttackMod"
3662
+ },
3663
+ {
3664
+ "$ref": "#/$defs/abilityGeneric"
3665
+ },
3666
+ {
3667
+ "$ref": "#/$defs/entryLink"
3668
+ },
3669
+ {
3670
+ "$ref": "#/$defs/entryOptFeature"
3671
+ },
3672
+ {
3673
+ "$ref": "#/$defs/entryInset"
3674
+ },
3675
+ {
3676
+ "$ref": "#/$defs/entryInsetReadaloud"
3677
+ },
3678
+ {
3679
+ "$ref": "#/$defs/entryVariant"
3680
+ },
3681
+ {
3682
+ "$ref": "#/$defs/entryVariantInner"
3683
+ },
3684
+ {
3685
+ "$ref": "#/$defs/entryVariantSub"
3686
+ },
3687
+ {
3688
+ "$ref": "#/$defs/entryItem"
3689
+ },
3690
+ {
3691
+ "$ref": "#/$defs/entryItemSub"
3692
+ },
3693
+ {
3694
+ "$ref": "#/$defs/entryItemSpell"
3695
+ },
3696
+ {
3697
+ "$ref": "#/$defs/entryImage"
3698
+ },
3699
+ {
3700
+ "$ref": "#/$defs/entryGallery"
3701
+ },
3702
+ {
3703
+ "$ref": "#/$defs/entryActions"
3704
+ },
3705
+ {
3706
+ "$ref": "#/$defs/entryAttack"
3707
+ },
3708
+ {
3709
+ "$ref": "#/$defs/entryStatblockInline"
3710
+ },
3711
+ {
3712
+ "$ref": "#/$defs/entryStatblock"
3713
+ },
3714
+ {
3715
+ "$ref": "#/$defs/entryRefClassFeature"
3716
+ },
3717
+ {
3718
+ "$ref": "#/$defs/entryRefSubclassFeature"
3719
+ },
3720
+ {
3721
+ "$ref": "#/$defs/entryRefOptionalfeature"
3722
+ },
3723
+ {
3724
+ "$ref": "#/$defs/entryHr"
3725
+ },
3726
+ {
3727
+ "$ref": "#/$defs/entrySpellcasting"
3728
+ },
3729
+ {
3730
+ "$ref": "#/$defs/entryFlowchart"
3731
+ },
3732
+ {
3733
+ "$ref": "#/$defs/entryFlowBlock"
3734
+ },
3735
+ {
3736
+ "$ref": "#/$defs/entryIngredient"
3737
+ },
3738
+ {
3739
+ "$ref": "#/$defs/entryWrapped"
3740
+ },
3741
+ {
3742
+ "type": "string"
3743
+ },
3744
+ {
3745
+ "type": "integer"
3746
+ }
3747
+ ]
3748
+ }