5etools-utils 0.15.17 → 0.15.18

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 (109) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/charcreationoptions.json +162 -8
  3. package/schema/brew/cultsboons.json +399 -14
  4. package/schema/brew/encounterbuilder.json +81 -2
  5. package/schema/brew/fluff-charcreationoptions.json +5 -33
  6. package/schema/brew/homebrew.json +8 -2
  7. package/schema/brew/items-base.json +290 -28
  8. package/schema/brew/languages.json +195 -6
  9. package/schema/brew/objects.json +389 -9
  10. package/schema/brew/psionics.json +356 -7
  11. package/schema/brew/rewards.json +207 -8
  12. package/schema/brew/senses.json +68 -7
  13. package/schema/brew/skills.json +74 -7
  14. package/schema/brew/tables.json +676 -94
  15. package/schema/brew/trapshazards.json +571 -14
  16. package/schema/brew/util-copy.json +143 -1
  17. package/schema/brew/util.json +4 -2
  18. package/schema/brew/variantrules.json +151 -22
  19. package/schema/brew/vehicles.json +6672 -61
  20. package/schema/brew-fast/charcreationoptions.json +162 -8
  21. package/schema/brew-fast/cultsboons.json +399 -14
  22. package/schema/brew-fast/encounterbuilder.json +81 -2
  23. package/schema/brew-fast/fluff-charcreationoptions.json +5 -33
  24. package/schema/brew-fast/homebrew.json +8 -2
  25. package/schema/brew-fast/items-base.json +290 -28
  26. package/schema/brew-fast/languages.json +195 -6
  27. package/schema/brew-fast/objects.json +389 -9
  28. package/schema/brew-fast/psionics.json +356 -7
  29. package/schema/brew-fast/rewards.json +207 -8
  30. package/schema/brew-fast/senses.json +68 -7
  31. package/schema/brew-fast/skills.json +74 -7
  32. package/schema/brew-fast/tables.json +676 -94
  33. package/schema/brew-fast/trapshazards.json +571 -14
  34. package/schema/brew-fast/util-copy.json +143 -1
  35. package/schema/brew-fast/util.json +4 -2
  36. package/schema/brew-fast/variantrules.json +151 -22
  37. package/schema/brew-fast/vehicles.json +6672 -61
  38. package/schema/site/charcreationoptions.json +134 -8
  39. package/schema/site/cultsboons.json +315 -14
  40. package/schema/site/encounterbuilder.json +81 -2
  41. package/schema/site/fluff-charcreationoptions.json +5 -33
  42. package/schema/site/homebrew.json +8 -2
  43. package/schema/site/items-base.json +374 -40
  44. package/schema/site/languages.json +197 -6
  45. package/schema/site/objects.json +361 -9
  46. package/schema/site/psionics.json +314 -7
  47. package/schema/site/rewards.json +165 -8
  48. package/schema/site/senses.json +92 -7
  49. package/schema/site/skills.json +98 -7
  50. package/schema/site/tables.json +600 -87
  51. package/schema/site/trapshazards.json +555 -14
  52. package/schema/site/util-copy.json +143 -1
  53. package/schema/site/util.json +4 -2
  54. package/schema/site/variantrules.json +161 -22
  55. package/schema/site/vehicles.json +6446 -86
  56. package/schema/site-fast/charcreationoptions.json +134 -8
  57. package/schema/site-fast/cultsboons.json +315 -14
  58. package/schema/site-fast/encounterbuilder.json +81 -2
  59. package/schema/site-fast/fluff-charcreationoptions.json +5 -33
  60. package/schema/site-fast/homebrew.json +8 -2
  61. package/schema/site-fast/items-base.json +374 -40
  62. package/schema/site-fast/languages.json +197 -6
  63. package/schema/site-fast/objects.json +361 -9
  64. package/schema/site-fast/psionics.json +314 -7
  65. package/schema/site-fast/rewards.json +165 -8
  66. package/schema/site-fast/senses.json +92 -7
  67. package/schema/site-fast/skills.json +98 -7
  68. package/schema/site-fast/tables.json +600 -87
  69. package/schema/site-fast/trapshazards.json +555 -14
  70. package/schema/site-fast/util-copy.json +143 -1
  71. package/schema/site-fast/util.json +4 -2
  72. package/schema/site-fast/variantrules.json +161 -22
  73. package/schema/site-fast/vehicles.json +6446 -86
  74. package/schema/ua/charcreationoptions.json +110 -8
  75. package/schema/ua/cultsboons.json +315 -14
  76. package/schema/ua/encounterbuilder.json +81 -2
  77. package/schema/ua/fluff-charcreationoptions.json +5 -33
  78. package/schema/ua/homebrew.json +8 -2
  79. package/schema/ua/items-base.json +290 -28
  80. package/schema/ua/languages.json +173 -6
  81. package/schema/ua/objects.json +367 -9
  82. package/schema/ua/psionics.json +314 -7
  83. package/schema/ua/rewards.json +165 -8
  84. package/schema/ua/senses.json +68 -7
  85. package/schema/ua/skills.json +74 -7
  86. package/schema/ua/tables.json +564 -87
  87. package/schema/ua/trapshazards.json +483 -14
  88. package/schema/ua/util-copy.json +143 -1
  89. package/schema/ua/util.json +4 -2
  90. package/schema/ua/variantrules.json +139 -22
  91. package/schema/ua/vehicles.json +6574 -76
  92. package/schema/ua-fast/charcreationoptions.json +110 -8
  93. package/schema/ua-fast/cultsboons.json +315 -14
  94. package/schema/ua-fast/encounterbuilder.json +81 -2
  95. package/schema/ua-fast/fluff-charcreationoptions.json +5 -33
  96. package/schema/ua-fast/homebrew.json +8 -2
  97. package/schema/ua-fast/items-base.json +290 -28
  98. package/schema/ua-fast/languages.json +173 -6
  99. package/schema/ua-fast/objects.json +367 -9
  100. package/schema/ua-fast/psionics.json +314 -7
  101. package/schema/ua-fast/rewards.json +165 -8
  102. package/schema/ua-fast/senses.json +68 -7
  103. package/schema/ua-fast/skills.json +74 -7
  104. package/schema/ua-fast/tables.json +564 -87
  105. package/schema/ua-fast/trapshazards.json +483 -14
  106. package/schema/ua-fast/util-copy.json +143 -1
  107. package/schema/ua-fast/util.json +4 -2
  108. package/schema/ua-fast/variantrules.json +139 -22
  109. package/schema/ua-fast/vehicles.json +6574 -76
@@ -1,18 +1,12 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "tables.json",
4
- "version": "1.1.13",
4
+ "version": "1.2.0",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "tableData": {
8
8
  "type": "object",
9
9
  "properties": {
10
- "tables": {
11
- "type": "array",
12
- "items": {
13
- "$ref": "#/$defs/tableData"
14
- }
15
- },
16
10
  "name": {
17
11
  "type": "string"
18
12
  },
@@ -27,6 +21,60 @@
27
21
  "type": "object",
28
22
  "markdownDescription": "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."
29
23
  },
24
+ "type": {
25
+ "type": "string",
26
+ "enum": [
27
+ "table",
28
+ "tableGroup"
29
+ ]
30
+ },
31
+ "legacy": {
32
+ "$ref": "util.json#/$defs/legacy"
33
+ },
34
+ "otherSources": {
35
+ "$ref": "util.json#/$defs/otherSources"
36
+ },
37
+ "referenceSources": {
38
+ "$ref": "util.json#/$defs/referenceSources"
39
+ },
40
+ "chapter": {
41
+ "type": "object",
42
+ "properties": {
43
+ "name": {
44
+ "type": "string"
45
+ },
46
+ "ordinal": {
47
+ "type": "object",
48
+ "properties": {
49
+ "type": {
50
+ "type": "string",
51
+ "enum": [
52
+ "chapter",
53
+ "appendix",
54
+ "part",
55
+ "episode",
56
+ "level",
57
+ "section"
58
+ ]
59
+ },
60
+ "identifier": {
61
+ "type": [
62
+ "integer",
63
+ "string"
64
+ ]
65
+ }
66
+ },
67
+ "additionalProperties": false,
68
+ "required": [
69
+ "type",
70
+ "identifier"
71
+ ]
72
+ },
73
+ "index": {
74
+ "type": "integer"
75
+ }
76
+ }
77
+ },
30
78
  "srd": {
31
79
  "$ref": "util.json#/$defs/srd"
32
80
  },
@@ -108,61 +156,6 @@
108
156
  "items": {
109
157
  "$ref": "entry.json"
110
158
  }
111
- },
112
- "type": {
113
- "type": "string",
114
- "default": "table",
115
- "enum": [
116
- "table",
117
- "tableGroup"
118
- ]
119
- },
120
- "legacy": {
121
- "$ref": "util.json#/$defs/legacy"
122
- },
123
- "otherSources": {
124
- "$ref": "util.json#/$defs/otherSources"
125
- },
126
- "referenceSources": {
127
- "$ref": "util.json#/$defs/referenceSources"
128
- },
129
- "chapter": {
130
- "type": "object",
131
- "properties": {
132
- "name": {
133
- "type": "string"
134
- },
135
- "ordinal": {
136
- "type": "object",
137
- "properties": {
138
- "type": {
139
- "type": "string",
140
- "enum": [
141
- "chapter",
142
- "appendix",
143
- "part",
144
- "episode",
145
- "level",
146
- "section"
147
- ]
148
- },
149
- "identifier": {
150
- "type": [
151
- "integer",
152
- "string"
153
- ]
154
- }
155
- },
156
- "additionalProperties": false,
157
- "required": [
158
- "type",
159
- "identifier"
160
- ]
161
- },
162
- "index": {
163
- "type": "integer"
164
- }
165
- }
166
159
  }
167
160
  },
168
161
  "dependencies": {
@@ -181,31 +174,551 @@
181
174
  }
182
175
  }
183
176
  },
184
- "additionalProperties": false,
185
- "if": {
186
- "properties": {
187
- "type": {
188
- "const": "tableGroup"
189
- }
177
+ "additionalProperties": false
178
+ },
179
+ "table": {
180
+ "anyOf": [
181
+ {
182
+ "type": "object",
183
+ "properties": {
184
+ "name": {
185
+ "type": "string"
186
+ },
187
+ "source": {
188
+ "$ref": "util.json#/$defs/source"
189
+ },
190
+ "page": {
191
+ "$ref": "util.json#/$defs/page"
192
+ },
193
+ "data": {
194
+ "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.",
195
+ "type": "object",
196
+ "markdownDescription": "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."
197
+ },
198
+ "type": {
199
+ "type": "string",
200
+ "enum": [
201
+ "table",
202
+ "tableGroup"
203
+ ],
204
+ "const": "table"
205
+ },
206
+ "legacy": {
207
+ "$ref": "util.json#/$defs/legacy"
208
+ },
209
+ "otherSources": {
210
+ "$ref": "util.json#/$defs/otherSources"
211
+ },
212
+ "referenceSources": {
213
+ "$ref": "util.json#/$defs/referenceSources"
214
+ },
215
+ "chapter": {
216
+ "type": "object",
217
+ "properties": {
218
+ "name": {
219
+ "type": "string"
220
+ },
221
+ "ordinal": {
222
+ "type": "object",
223
+ "properties": {
224
+ "type": {
225
+ "type": "string",
226
+ "enum": [
227
+ "chapter",
228
+ "appendix",
229
+ "part",
230
+ "episode",
231
+ "level",
232
+ "section"
233
+ ]
234
+ },
235
+ "identifier": {
236
+ "type": [
237
+ "integer",
238
+ "string"
239
+ ]
240
+ }
241
+ },
242
+ "additionalProperties": false,
243
+ "required": [
244
+ "type",
245
+ "identifier"
246
+ ]
247
+ },
248
+ "index": {
249
+ "type": "integer"
250
+ }
251
+ }
252
+ },
253
+ "srd": {
254
+ "$ref": "util.json#/$defs/srd"
255
+ },
256
+ "srd52": {
257
+ "$ref": "util.json#/$defs/srd"
258
+ },
259
+ "basicRules": {
260
+ "$ref": "util.json#/$defs/basicRules"
261
+ },
262
+ "basicRules2024": {
263
+ "$ref": "util.json#/$defs/basicRules"
264
+ },
265
+ "caption": {
266
+ "type": "string"
267
+ },
268
+ "isStriped": {
269
+ "type": "boolean"
270
+ },
271
+ "isNameGenerator": {
272
+ "type": "boolean",
273
+ "description": "Uses the result rolled to construct a name from multiple columns, such as Prefix, Given, Family, Suffix names etc.",
274
+ "markdownDescription": "Uses the result rolled to construct a name from multiple columns, such as Prefix, Given, Family, Suffix names etc."
275
+ },
276
+ "style": {
277
+ "type": "string"
278
+ },
279
+ "colLabels": {
280
+ "type": "array",
281
+ "items": {
282
+ "$ref": "entry.json#/$defs/_entryTableColLabelItem"
283
+ }
284
+ },
285
+ "colLabelRows": {
286
+ "type": "array",
287
+ "items": {
288
+ "type": "array",
289
+ "items": {
290
+ "$ref": "entry.json#/$defs/_entryTableColLabelItem"
291
+ }
292
+ },
293
+ "minItems": 1
294
+ },
295
+ "colStyles": {
296
+ "type": "array",
297
+ "items": {
298
+ "type": "string"
299
+ }
300
+ },
301
+ "rowLabels": {
302
+ "type": "array",
303
+ "items": {
304
+ "type": "string"
305
+ }
306
+ },
307
+ "rowStyles": {
308
+ "type": "array",
309
+ "items": {
310
+ "type": "string"
311
+ }
312
+ },
313
+ "rows": {
314
+ "type": "array",
315
+ "items": {
316
+ "anyOf": [
317
+ {
318
+ "type": "array",
319
+ "items": {
320
+ "$ref": "entry.json"
321
+ }
322
+ },
323
+ {
324
+ "$ref": "entry.json#/$defs/entryTableRow"
325
+ }
326
+ ]
327
+ }
328
+ },
329
+ "footnotes": {
330
+ "type": "array",
331
+ "items": {
332
+ "$ref": "entry.json"
333
+ }
334
+ }
335
+ },
336
+ "dependencies": {
337
+ "colLabels": {
338
+ "not": {
339
+ "required": [
340
+ "colLabelRows"
341
+ ]
342
+ }
343
+ },
344
+ "colLabelRows": {
345
+ "not": {
346
+ "required": [
347
+ "colLabels"
348
+ ]
349
+ }
350
+ }
351
+ },
352
+ "additionalProperties": false,
353
+ "required": [
354
+ "name",
355
+ "source",
356
+ "rows"
357
+ ]
190
358
  },
191
- "required": [
192
- "type"
193
- ]
194
- },
195
- "then": {
196
- "required": [
197
- "name",
198
- "source",
199
- "tables"
200
- ]
201
- },
202
- "else": {
203
- "required": [
204
- "name",
205
- "source",
206
- "rows"
207
- ]
208
- }
359
+ {
360
+ "type": "object",
361
+ "properties": {
362
+ "name": {
363
+ "type": "string"
364
+ },
365
+ "source": {
366
+ "$ref": "util.json#/$defs/source"
367
+ },
368
+ "page": {
369
+ "$ref": "util.json#/$defs/page"
370
+ },
371
+ "data": {
372
+ "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.",
373
+ "type": "object",
374
+ "markdownDescription": "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."
375
+ },
376
+ "type": {
377
+ "type": "string",
378
+ "enum": [
379
+ "table",
380
+ "tableGroup"
381
+ ],
382
+ "const": "tableGroup"
383
+ },
384
+ "legacy": {
385
+ "$ref": "util.json#/$defs/legacy"
386
+ },
387
+ "otherSources": {
388
+ "$ref": "util.json#/$defs/otherSources"
389
+ },
390
+ "referenceSources": {
391
+ "$ref": "util.json#/$defs/referenceSources"
392
+ },
393
+ "chapter": {
394
+ "type": "object",
395
+ "properties": {
396
+ "name": {
397
+ "type": "string"
398
+ },
399
+ "ordinal": {
400
+ "type": "object",
401
+ "properties": {
402
+ "type": {
403
+ "type": "string",
404
+ "enum": [
405
+ "chapter",
406
+ "appendix",
407
+ "part",
408
+ "episode",
409
+ "level",
410
+ "section"
411
+ ]
412
+ },
413
+ "identifier": {
414
+ "type": [
415
+ "integer",
416
+ "string"
417
+ ]
418
+ }
419
+ },
420
+ "additionalProperties": false,
421
+ "required": [
422
+ "type",
423
+ "identifier"
424
+ ]
425
+ },
426
+ "index": {
427
+ "type": "integer"
428
+ }
429
+ }
430
+ },
431
+ "srd": {
432
+ "$ref": "util.json#/$defs/srd"
433
+ },
434
+ "srd52": {
435
+ "$ref": "util.json#/$defs/srd"
436
+ },
437
+ "basicRules": {
438
+ "$ref": "util.json#/$defs/basicRules"
439
+ },
440
+ "basicRules2024": {
441
+ "$ref": "util.json#/$defs/basicRules"
442
+ },
443
+ "caption": {
444
+ "type": "string"
445
+ },
446
+ "isStriped": {
447
+ "type": "boolean"
448
+ },
449
+ "isNameGenerator": {
450
+ "type": "boolean",
451
+ "description": "Uses the result rolled to construct a name from multiple columns, such as Prefix, Given, Family, Suffix names etc.",
452
+ "markdownDescription": "Uses the result rolled to construct a name from multiple columns, such as Prefix, Given, Family, Suffix names etc."
453
+ },
454
+ "style": {
455
+ "type": "string"
456
+ },
457
+ "colLabels": {
458
+ "type": "array",
459
+ "items": {
460
+ "$ref": "entry.json#/$defs/_entryTableColLabelItem"
461
+ }
462
+ },
463
+ "colLabelRows": {
464
+ "type": "array",
465
+ "items": {
466
+ "type": "array",
467
+ "items": {
468
+ "$ref": "entry.json#/$defs/_entryTableColLabelItem"
469
+ }
470
+ },
471
+ "minItems": 1
472
+ },
473
+ "colStyles": {
474
+ "type": "array",
475
+ "items": {
476
+ "type": "string"
477
+ }
478
+ },
479
+ "rowLabels": {
480
+ "type": "array",
481
+ "items": {
482
+ "type": "string"
483
+ }
484
+ },
485
+ "rowStyles": {
486
+ "type": "array",
487
+ "items": {
488
+ "type": "string"
489
+ }
490
+ },
491
+ "rows": {
492
+ "type": "array",
493
+ "items": {
494
+ "anyOf": [
495
+ {
496
+ "type": "array",
497
+ "items": {
498
+ "$ref": "entry.json"
499
+ }
500
+ },
501
+ {
502
+ "$ref": "entry.json#/$defs/entryTableRow"
503
+ }
504
+ ]
505
+ }
506
+ },
507
+ "footnotes": {
508
+ "type": "array",
509
+ "items": {
510
+ "$ref": "entry.json"
511
+ }
512
+ },
513
+ "tables": {
514
+ "type": "array",
515
+ "items": {
516
+ "$ref": "#/$defs/tableData"
517
+ }
518
+ }
519
+ },
520
+ "dependencies": {
521
+ "colLabels": {
522
+ "not": {
523
+ "required": [
524
+ "colLabelRows"
525
+ ]
526
+ }
527
+ },
528
+ "colLabelRows": {
529
+ "not": {
530
+ "required": [
531
+ "colLabels"
532
+ ]
533
+ }
534
+ }
535
+ },
536
+ "additionalProperties": false,
537
+ "required": [
538
+ "name",
539
+ "source",
540
+ "tables"
541
+ ]
542
+ },
543
+ {
544
+ "type": "object",
545
+ "properties": {
546
+ "name": {
547
+ "type": "string"
548
+ },
549
+ "source": {
550
+ "$ref": "util.json#/$defs/source"
551
+ },
552
+ "page": {
553
+ "$ref": "util.json#/$defs/page"
554
+ },
555
+ "data": {
556
+ "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.",
557
+ "type": "object",
558
+ "markdownDescription": "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."
559
+ },
560
+ "type": {
561
+ "type": "string",
562
+ "enum": [
563
+ "table",
564
+ "tableGroup"
565
+ ]
566
+ },
567
+ "legacy": {
568
+ "$ref": "util.json#/$defs/legacy"
569
+ },
570
+ "otherSources": {
571
+ "$ref": "util.json#/$defs/otherSources"
572
+ },
573
+ "referenceSources": {
574
+ "$ref": "util.json#/$defs/referenceSources"
575
+ },
576
+ "chapter": {
577
+ "type": "object",
578
+ "properties": {
579
+ "name": {
580
+ "type": "string"
581
+ },
582
+ "ordinal": {
583
+ "type": "object",
584
+ "properties": {
585
+ "type": {
586
+ "type": "string",
587
+ "enum": [
588
+ "chapter",
589
+ "appendix",
590
+ "part",
591
+ "episode",
592
+ "level",
593
+ "section"
594
+ ]
595
+ },
596
+ "identifier": {
597
+ "type": [
598
+ "integer",
599
+ "string"
600
+ ]
601
+ }
602
+ },
603
+ "additionalProperties": false,
604
+ "required": [
605
+ "type",
606
+ "identifier"
607
+ ]
608
+ },
609
+ "index": {
610
+ "type": "integer"
611
+ }
612
+ }
613
+ },
614
+ "srd": {
615
+ "$ref": "util.json#/$defs/srd"
616
+ },
617
+ "srd52": {
618
+ "$ref": "util.json#/$defs/srd"
619
+ },
620
+ "basicRules": {
621
+ "$ref": "util.json#/$defs/basicRules"
622
+ },
623
+ "basicRules2024": {
624
+ "$ref": "util.json#/$defs/basicRules"
625
+ },
626
+ "caption": {
627
+ "type": "string"
628
+ },
629
+ "isStriped": {
630
+ "type": "boolean"
631
+ },
632
+ "isNameGenerator": {
633
+ "type": "boolean",
634
+ "description": "Uses the result rolled to construct a name from multiple columns, such as Prefix, Given, Family, Suffix names etc.",
635
+ "markdownDescription": "Uses the result rolled to construct a name from multiple columns, such as Prefix, Given, Family, Suffix names etc."
636
+ },
637
+ "style": {
638
+ "type": "string"
639
+ },
640
+ "colLabels": {
641
+ "type": "array",
642
+ "items": {
643
+ "$ref": "entry.json#/$defs/_entryTableColLabelItem"
644
+ }
645
+ },
646
+ "colLabelRows": {
647
+ "type": "array",
648
+ "items": {
649
+ "type": "array",
650
+ "items": {
651
+ "$ref": "entry.json#/$defs/_entryTableColLabelItem"
652
+ }
653
+ },
654
+ "minItems": 1
655
+ },
656
+ "colStyles": {
657
+ "type": "array",
658
+ "items": {
659
+ "type": "string"
660
+ }
661
+ },
662
+ "rowLabels": {
663
+ "type": "array",
664
+ "items": {
665
+ "type": "string"
666
+ }
667
+ },
668
+ "rowStyles": {
669
+ "type": "array",
670
+ "items": {
671
+ "type": "string"
672
+ }
673
+ },
674
+ "rows": {
675
+ "type": "array",
676
+ "items": {
677
+ "anyOf": [
678
+ {
679
+ "type": "array",
680
+ "items": {
681
+ "$ref": "entry.json"
682
+ }
683
+ },
684
+ {
685
+ "$ref": "entry.json#/$defs/entryTableRow"
686
+ }
687
+ ]
688
+ }
689
+ },
690
+ "footnotes": {
691
+ "type": "array",
692
+ "items": {
693
+ "$ref": "entry.json"
694
+ }
695
+ },
696
+ "_copy": {
697
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
698
+ }
699
+ },
700
+ "dependencies": {
701
+ "colLabels": {
702
+ "not": {
703
+ "required": [
704
+ "colLabelRows"
705
+ ]
706
+ }
707
+ },
708
+ "colLabelRows": {
709
+ "not": {
710
+ "required": [
711
+ "colLabels"
712
+ ]
713
+ }
714
+ }
715
+ },
716
+ "additionalProperties": false,
717
+ "required": [
718
+ "_copy"
719
+ ]
720
+ }
721
+ ]
209
722
  }
210
723
  },
211
724
  "properties": {
@@ -214,7 +727,7 @@
214
727
  "minItems": 1,
215
728
  "uniqueItems": true,
216
729
  "items": {
217
- "$ref": "#/$defs/tableData"
730
+ "$ref": "#/$defs/table"
218
731
  }
219
732
  },
220
733
  "_meta": {