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