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,10 +1,10 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "psionics.json",
4
- "version": "1.2.4",
4
+ "version": "1.3.0",
5
5
  "type": "object",
6
6
  "$defs": {
7
- "psionic": {
7
+ "psionicData": {
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "name": {
@@ -170,15 +170,364 @@
170
170
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
171
171
  }
172
172
  },
173
- "required": [
174
- "name",
175
- "source",
176
- "type"
177
- ],
178
173
  "additionalProperties": false
174
+ },
175
+ "psionic": {
176
+ "anyOf": [
177
+ {
178
+ "type": "object",
179
+ "properties": {
180
+ "name": {
181
+ "type": "string"
182
+ },
183
+ "source": {
184
+ "$ref": "util.json#/$defs/source"
185
+ },
186
+ "page": {
187
+ "$ref": "util.json#/$defs/page"
188
+ },
189
+ "type": {
190
+ "description": "- D: Discipline\n- T: Talent",
191
+ "type": "string",
192
+ "markdownDescription": "- D: Discipline\n- T: Talent",
193
+ "examples": [
194
+ "D",
195
+ "T"
196
+ ]
197
+ },
198
+ "focus": {
199
+ "type": "string"
200
+ },
201
+ "order": {
202
+ "type": "string",
203
+ "examples": [
204
+ "Avatar",
205
+ "Awakened",
206
+ "Immortal",
207
+ "Nomad",
208
+ "Wu Jen"
209
+ ]
210
+ },
211
+ "modes": {
212
+ "type": "array",
213
+ "minItems": 1,
214
+ "uniqueItems": true,
215
+ "items": {
216
+ "type": "object",
217
+ "properties": {
218
+ "cost": {
219
+ "type": "object",
220
+ "properties": {
221
+ "min": {
222
+ "type": "integer"
223
+ },
224
+ "max": {
225
+ "type": "integer"
226
+ }
227
+ },
228
+ "required": [
229
+ "min",
230
+ "max"
231
+ ],
232
+ "additionalProperties": false
233
+ },
234
+ "concentration": {
235
+ "type": "object",
236
+ "properties": {
237
+ "duration": {
238
+ "type": "integer"
239
+ },
240
+ "unit": {
241
+ "type": "string",
242
+ "examples": [
243
+ "hr",
244
+ "min",
245
+ "rnd"
246
+ ]
247
+ }
248
+ },
249
+ "required": [
250
+ "duration",
251
+ "unit"
252
+ ],
253
+ "additionalProperties": false
254
+ },
255
+ "name": {
256
+ "type": "string"
257
+ },
258
+ "entries": {
259
+ "type": "array",
260
+ "items": {
261
+ "$ref": "entry.json"
262
+ }
263
+ },
264
+ "submodes": {
265
+ "type": "array",
266
+ "minItems": 1,
267
+ "uniqueItems": true,
268
+ "items": {
269
+ "type": "object",
270
+ "properties": {
271
+ "cost": {
272
+ "type": "object",
273
+ "properties": {
274
+ "min": {
275
+ "type": "integer"
276
+ },
277
+ "max": {
278
+ "type": "integer"
279
+ }
280
+ },
281
+ "required": [
282
+ "min",
283
+ "max"
284
+ ],
285
+ "additionalProperties": false
286
+ },
287
+ "name": {
288
+ "type": "string"
289
+ },
290
+ "entries": {
291
+ "type": "array",
292
+ "uniqueItems": true,
293
+ "items": {
294
+ "$ref": "entry.json"
295
+ }
296
+ }
297
+ },
298
+ "required": [
299
+ "cost",
300
+ "name",
301
+ "entries"
302
+ ],
303
+ "additionalProperties": false
304
+ }
305
+ }
306
+ },
307
+ "required": [
308
+ "name",
309
+ "entries"
310
+ ],
311
+ "additionalProperties": false
312
+ }
313
+ },
314
+ "entries": {
315
+ "type": "array",
316
+ "uniqueItems": true,
317
+ "items": {
318
+ "$ref": "entry.json"
319
+ }
320
+ },
321
+ "foundrySystem": {
322
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
323
+ },
324
+ "foundryActivities": {
325
+ "$ref": "util-foundry.json#/$defs/foundryActivitiesArray"
326
+ },
327
+ "foundryFlags": {
328
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
329
+ },
330
+ "foundryEffects": {
331
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
332
+ },
333
+ "foundryImg": {
334
+ "$ref": "util-foundry.json#/$defs/foundryImg"
335
+ },
336
+ "foundryAdvice": {
337
+ "$ref": "entry.json"
338
+ },
339
+ "_foundryMerge": {
340
+ "$ref": "util-foundry.json#/$defs/foundryMergeObject"
341
+ }
342
+ },
343
+ "additionalProperties": false,
344
+ "required": [
345
+ "name",
346
+ "source",
347
+ "type"
348
+ ]
349
+ },
350
+ {
351
+ "type": "object",
352
+ "properties": {
353
+ "name": {
354
+ "type": "string"
355
+ },
356
+ "source": {
357
+ "$ref": "util.json#/$defs/source"
358
+ },
359
+ "page": {
360
+ "$ref": "util.json#/$defs/page"
361
+ },
362
+ "type": {
363
+ "description": "- D: Discipline\n- T: Talent",
364
+ "type": "string",
365
+ "markdownDescription": "- D: Discipline\n- T: Talent",
366
+ "examples": [
367
+ "D",
368
+ "T"
369
+ ]
370
+ },
371
+ "focus": {
372
+ "type": "string"
373
+ },
374
+ "order": {
375
+ "type": "string",
376
+ "examples": [
377
+ "Avatar",
378
+ "Awakened",
379
+ "Immortal",
380
+ "Nomad",
381
+ "Wu Jen"
382
+ ]
383
+ },
384
+ "modes": {
385
+ "type": "array",
386
+ "minItems": 1,
387
+ "uniqueItems": true,
388
+ "items": {
389
+ "type": "object",
390
+ "properties": {
391
+ "cost": {
392
+ "type": "object",
393
+ "properties": {
394
+ "min": {
395
+ "type": "integer"
396
+ },
397
+ "max": {
398
+ "type": "integer"
399
+ }
400
+ },
401
+ "required": [
402
+ "min",
403
+ "max"
404
+ ],
405
+ "additionalProperties": false
406
+ },
407
+ "concentration": {
408
+ "type": "object",
409
+ "properties": {
410
+ "duration": {
411
+ "type": "integer"
412
+ },
413
+ "unit": {
414
+ "type": "string",
415
+ "examples": [
416
+ "hr",
417
+ "min",
418
+ "rnd"
419
+ ]
420
+ }
421
+ },
422
+ "required": [
423
+ "duration",
424
+ "unit"
425
+ ],
426
+ "additionalProperties": false
427
+ },
428
+ "name": {
429
+ "type": "string"
430
+ },
431
+ "entries": {
432
+ "type": "array",
433
+ "items": {
434
+ "$ref": "entry.json"
435
+ }
436
+ },
437
+ "submodes": {
438
+ "type": "array",
439
+ "minItems": 1,
440
+ "uniqueItems": true,
441
+ "items": {
442
+ "type": "object",
443
+ "properties": {
444
+ "cost": {
445
+ "type": "object",
446
+ "properties": {
447
+ "min": {
448
+ "type": "integer"
449
+ },
450
+ "max": {
451
+ "type": "integer"
452
+ }
453
+ },
454
+ "required": [
455
+ "min",
456
+ "max"
457
+ ],
458
+ "additionalProperties": false
459
+ },
460
+ "name": {
461
+ "type": "string"
462
+ },
463
+ "entries": {
464
+ "type": "array",
465
+ "uniqueItems": true,
466
+ "items": {
467
+ "$ref": "entry.json"
468
+ }
469
+ }
470
+ },
471
+ "required": [
472
+ "cost",
473
+ "name",
474
+ "entries"
475
+ ],
476
+ "additionalProperties": false
477
+ }
478
+ }
479
+ },
480
+ "required": [
481
+ "name",
482
+ "entries"
483
+ ],
484
+ "additionalProperties": false
485
+ }
486
+ },
487
+ "entries": {
488
+ "type": "array",
489
+ "uniqueItems": true,
490
+ "items": {
491
+ "$ref": "entry.json"
492
+ }
493
+ },
494
+ "foundrySystem": {
495
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
496
+ },
497
+ "foundryActivities": {
498
+ "$ref": "util-foundry.json#/$defs/foundryActivitiesArray"
499
+ },
500
+ "foundryFlags": {
501
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
502
+ },
503
+ "foundryEffects": {
504
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
505
+ },
506
+ "foundryImg": {
507
+ "$ref": "util-foundry.json#/$defs/foundryImg"
508
+ },
509
+ "foundryAdvice": {
510
+ "$ref": "entry.json"
511
+ },
512
+ "_foundryMerge": {
513
+ "$ref": "util-foundry.json#/$defs/foundryMergeObject"
514
+ },
515
+ "_copy": {
516
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
517
+ }
518
+ },
519
+ "additionalProperties": false,
520
+ "required": [
521
+ "_copy"
522
+ ]
523
+ }
524
+ ]
179
525
  }
180
526
  },
181
527
  "properties": {
528
+ "_meta": {
529
+ "$ref": "util.json#/$defs/metaBlock"
530
+ },
182
531
  "psionic": {
183
532
  "type": "array",
184
533
  "minItems": 1,
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.2.5",
4
+ "version": "1.3.0",
5
5
  "type": "object",
6
6
  "$defs": {
7
- "reward": {
7
+ "rewardData": {
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "name": {
@@ -95,16 +95,215 @@
95
95
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
96
96
  }
97
97
  },
98
- "required": [
99
- "name",
100
- "source",
101
- "type",
102
- "entries"
103
- ],
104
98
  "additionalProperties": false
99
+ },
100
+ "reward": {
101
+ "anyOf": [
102
+ {
103
+ "type": "object",
104
+ "properties": {
105
+ "name": {
106
+ "type": "string"
107
+ },
108
+ "source": {
109
+ "$ref": "util.json#/$defs/source"
110
+ },
111
+ "otherSources": {
112
+ "$ref": "util.json#/$defs/otherSources"
113
+ },
114
+ "referenceSources": {
115
+ "$ref": "util.json#/$defs/referenceSources"
116
+ },
117
+ "page": {
118
+ "$ref": "util.json#/$defs/page"
119
+ },
120
+ "legacy": {
121
+ "$ref": "util.json#/$defs/legacy"
122
+ },
123
+ "reprintedAs": {
124
+ "$ref": "util.json#/$defs/reprintedAs"
125
+ },
126
+ "type": {
127
+ "type": "string",
128
+ "examples": [
129
+ "Blessing",
130
+ "Boon",
131
+ "Charm",
132
+ "Curse",
133
+ "Draconic Gift",
134
+ "Inhabitation",
135
+ "Fragment of Suffering",
136
+ "Other",
137
+ "Piety Trait"
138
+ ]
139
+ },
140
+ "ability": {
141
+ "type": "object",
142
+ "properties": {
143
+ "entry": {
144
+ "$ref": "entry.json"
145
+ }
146
+ },
147
+ "required": [
148
+ "entry"
149
+ ],
150
+ "additionalProperties": false
151
+ },
152
+ "rarity": {
153
+ "$ref": "util.json#/$defs/rarity"
154
+ },
155
+ "additionalSpells": {
156
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
157
+ },
158
+ "entries": {
159
+ "type": "array",
160
+ "uniqueItems": true,
161
+ "items": {
162
+ "$ref": "entry.json"
163
+ }
164
+ },
165
+ "hasFluff": {
166
+ "type": "boolean"
167
+ },
168
+ "hasFluffImages": {
169
+ "type": "boolean"
170
+ },
171
+ "foundrySystem": {
172
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
173
+ },
174
+ "foundryActivities": {
175
+ "$ref": "util-foundry.json#/$defs/foundryActivitiesArray"
176
+ },
177
+ "foundryFlags": {
178
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
179
+ },
180
+ "foundryEffects": {
181
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
182
+ },
183
+ "foundryImg": {
184
+ "$ref": "util-foundry.json#/$defs/foundryImg"
185
+ },
186
+ "foundryAdvice": {
187
+ "$ref": "entry.json"
188
+ },
189
+ "_foundryMerge": {
190
+ "$ref": "util-foundry.json#/$defs/foundryMergeObject"
191
+ }
192
+ },
193
+ "additionalProperties": false,
194
+ "required": [
195
+ "name",
196
+ "source",
197
+ "type",
198
+ "entries"
199
+ ]
200
+ },
201
+ {
202
+ "type": "object",
203
+ "properties": {
204
+ "name": {
205
+ "type": "string"
206
+ },
207
+ "source": {
208
+ "$ref": "util.json#/$defs/source"
209
+ },
210
+ "otherSources": {
211
+ "$ref": "util.json#/$defs/otherSources"
212
+ },
213
+ "referenceSources": {
214
+ "$ref": "util.json#/$defs/referenceSources"
215
+ },
216
+ "page": {
217
+ "$ref": "util.json#/$defs/page"
218
+ },
219
+ "legacy": {
220
+ "$ref": "util.json#/$defs/legacy"
221
+ },
222
+ "reprintedAs": {
223
+ "$ref": "util.json#/$defs/reprintedAs"
224
+ },
225
+ "type": {
226
+ "type": "string",
227
+ "examples": [
228
+ "Blessing",
229
+ "Boon",
230
+ "Charm",
231
+ "Curse",
232
+ "Draconic Gift",
233
+ "Inhabitation",
234
+ "Fragment of Suffering",
235
+ "Other",
236
+ "Piety Trait"
237
+ ]
238
+ },
239
+ "ability": {
240
+ "type": "object",
241
+ "properties": {
242
+ "entry": {
243
+ "$ref": "entry.json"
244
+ }
245
+ },
246
+ "required": [
247
+ "entry"
248
+ ],
249
+ "additionalProperties": false
250
+ },
251
+ "rarity": {
252
+ "$ref": "util.json#/$defs/rarity"
253
+ },
254
+ "additionalSpells": {
255
+ "$ref": "util-additionalspells.json#/$defs/additionalSpellsArray"
256
+ },
257
+ "entries": {
258
+ "type": "array",
259
+ "uniqueItems": true,
260
+ "items": {
261
+ "$ref": "entry.json"
262
+ }
263
+ },
264
+ "hasFluff": {
265
+ "type": "boolean"
266
+ },
267
+ "hasFluffImages": {
268
+ "type": "boolean"
269
+ },
270
+ "foundrySystem": {
271
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
272
+ },
273
+ "foundryActivities": {
274
+ "$ref": "util-foundry.json#/$defs/foundryActivitiesArray"
275
+ },
276
+ "foundryFlags": {
277
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
278
+ },
279
+ "foundryEffects": {
280
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
281
+ },
282
+ "foundryImg": {
283
+ "$ref": "util-foundry.json#/$defs/foundryImg"
284
+ },
285
+ "foundryAdvice": {
286
+ "$ref": "entry.json"
287
+ },
288
+ "_foundryMerge": {
289
+ "$ref": "util-foundry.json#/$defs/foundryMergeObject"
290
+ },
291
+ "_copy": {
292
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
293
+ }
294
+ },
295
+ "additionalProperties": false,
296
+ "required": [
297
+ "_copy"
298
+ ]
299
+ }
300
+ ]
105
301
  }
106
302
  },
107
303
  "properties": {
304
+ "_meta": {
305
+ "$ref": "util.json#/$defs/metaBlock"
306
+ },
108
307
  "reward": {
109
308
  "type": "array",
110
309
  "minItems": 1,
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "senses.json",
4
- "version": "1.0.5",
4
+ "version": "1.1.0",
5
5
  "type": "object",
6
6
  "$defs": {
7
- "sense": {
7
+ "senseData": {
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "name": {
@@ -26,15 +26,76 @@
26
26
  }
27
27
  }
28
28
  },
29
- "required": [
30
- "name",
31
- "source",
32
- "entries"
33
- ],
34
29
  "additionalProperties": false
30
+ },
31
+ "sense": {
32
+ "anyOf": [
33
+ {
34
+ "type": "object",
35
+ "properties": {
36
+ "name": {
37
+ "type": "string"
38
+ },
39
+ "source": {
40
+ "$ref": "util.json#/$defs/source"
41
+ },
42
+ "page": {
43
+ "$ref": "util.json#/$defs/page"
44
+ },
45
+ "reprintedAs": {
46
+ "$ref": "util.json#/$defs/reprintedAs"
47
+ },
48
+ "entries": {
49
+ "type": "array",
50
+ "items": {
51
+ "$ref": "entry.json"
52
+ }
53
+ }
54
+ },
55
+ "additionalProperties": false,
56
+ "required": [
57
+ "name",
58
+ "source",
59
+ "entries"
60
+ ]
61
+ },
62
+ {
63
+ "type": "object",
64
+ "properties": {
65
+ "name": {
66
+ "type": "string"
67
+ },
68
+ "source": {
69
+ "$ref": "util.json#/$defs/source"
70
+ },
71
+ "page": {
72
+ "$ref": "util.json#/$defs/page"
73
+ },
74
+ "reprintedAs": {
75
+ "$ref": "util.json#/$defs/reprintedAs"
76
+ },
77
+ "entries": {
78
+ "type": "array",
79
+ "items": {
80
+ "$ref": "entry.json"
81
+ }
82
+ },
83
+ "_copy": {
84
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
85
+ }
86
+ },
87
+ "additionalProperties": false,
88
+ "required": [
89
+ "_copy"
90
+ ]
91
+ }
92
+ ]
35
93
  }
36
94
  },
37
95
  "properties": {
96
+ "_meta": {
97
+ "$ref": "util.json#/$defs/metaBlock"
98
+ },
38
99
  "sense": {
39
100
  "type": "array",
40
101
  "minItems": 1,