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": "languages.json",
4
- "version": "1.1.18",
4
+ "version": "1.2.0",
5
5
  "type": "object",
6
6
  "$defs": {
7
- "language": {
7
+ "languageData": {
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "name": {
@@ -90,14 +90,203 @@
90
90
  "$ref": "entry.json"
91
91
  }
92
92
  },
93
- "required": [
94
- "name",
95
- "source"
96
- ],
97
93
  "additionalProperties": false
94
+ },
95
+ "language": {
96
+ "anyOf": [
97
+ {
98
+ "type": "object",
99
+ "properties": {
100
+ "name": {
101
+ "type": "string"
102
+ },
103
+ "entries": {
104
+ "type": "array",
105
+ "items": {
106
+ "$ref": "entry.json"
107
+ }
108
+ },
109
+ "source": {
110
+ "$ref": "util.json#/$defs/source"
111
+ },
112
+ "page": {
113
+ "$ref": "util.json#/$defs/page"
114
+ },
115
+ "legacy": {
116
+ "$ref": "util.json#/$defs/legacy"
117
+ },
118
+ "otherSources": {
119
+ "$ref": "util.json#/$defs/otherSources"
120
+ },
121
+ "referenceSources": {
122
+ "$ref": "util.json#/$defs/referenceSources"
123
+ },
124
+ "reprintedAs": {
125
+ "$ref": "util.json#/$defs/reprintedAs"
126
+ },
127
+ "typicalSpeakers": {
128
+ "type": "array",
129
+ "items": {
130
+ "type": "string"
131
+ }
132
+ },
133
+ "origin": {
134
+ "type": "string"
135
+ },
136
+ "script": {
137
+ "type": "string"
138
+ },
139
+ "type": {
140
+ "type": "string",
141
+ "enum": [
142
+ "standard",
143
+ "rare",
144
+ "exotic",
145
+ "secret"
146
+ ]
147
+ },
148
+ "additionalSources": {
149
+ "$ref": "util.json#/$defs/additionalSources"
150
+ },
151
+ "dialects": {
152
+ "type": "array",
153
+ "items": {
154
+ "type": "string"
155
+ }
156
+ },
157
+ "fonts": {
158
+ "description": "A list of direct URLs to font files.",
159
+ "type": "array",
160
+ "items": {
161
+ "type": "string"
162
+ },
163
+ "markdownDescription": "A list of direct URLs to font files."
164
+ },
165
+ "hasFluff": {
166
+ "type": "boolean"
167
+ },
168
+ "hasFluffImages": {
169
+ "type": "boolean"
170
+ },
171
+ "fluff": {
172
+ "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
173
+ "$ref": "util.json#/$defs/fluffObject",
174
+ "markdownDescription": "This is intended to be used for Homebrew only - site data should include a fluff file per source"
175
+ },
176
+ "foundryImg": {
177
+ "$ref": "util-foundry.json#/$defs/foundryImg"
178
+ },
179
+ "foundryAdvice": {
180
+ "$ref": "entry.json"
181
+ }
182
+ },
183
+ "additionalProperties": false,
184
+ "required": [
185
+ "name",
186
+ "source"
187
+ ]
188
+ },
189
+ {
190
+ "type": "object",
191
+ "properties": {
192
+ "name": {
193
+ "type": "string"
194
+ },
195
+ "entries": {
196
+ "type": "array",
197
+ "items": {
198
+ "$ref": "entry.json"
199
+ }
200
+ },
201
+ "source": {
202
+ "$ref": "util.json#/$defs/source"
203
+ },
204
+ "page": {
205
+ "$ref": "util.json#/$defs/page"
206
+ },
207
+ "legacy": {
208
+ "$ref": "util.json#/$defs/legacy"
209
+ },
210
+ "otherSources": {
211
+ "$ref": "util.json#/$defs/otherSources"
212
+ },
213
+ "referenceSources": {
214
+ "$ref": "util.json#/$defs/referenceSources"
215
+ },
216
+ "reprintedAs": {
217
+ "$ref": "util.json#/$defs/reprintedAs"
218
+ },
219
+ "typicalSpeakers": {
220
+ "type": "array",
221
+ "items": {
222
+ "type": "string"
223
+ }
224
+ },
225
+ "origin": {
226
+ "type": "string"
227
+ },
228
+ "script": {
229
+ "type": "string"
230
+ },
231
+ "type": {
232
+ "type": "string",
233
+ "enum": [
234
+ "standard",
235
+ "rare",
236
+ "exotic",
237
+ "secret"
238
+ ]
239
+ },
240
+ "additionalSources": {
241
+ "$ref": "util.json#/$defs/additionalSources"
242
+ },
243
+ "dialects": {
244
+ "type": "array",
245
+ "items": {
246
+ "type": "string"
247
+ }
248
+ },
249
+ "fonts": {
250
+ "description": "A list of direct URLs to font files.",
251
+ "type": "array",
252
+ "items": {
253
+ "type": "string"
254
+ },
255
+ "markdownDescription": "A list of direct URLs to font files."
256
+ },
257
+ "hasFluff": {
258
+ "type": "boolean"
259
+ },
260
+ "hasFluffImages": {
261
+ "type": "boolean"
262
+ },
263
+ "fluff": {
264
+ "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
265
+ "$ref": "util.json#/$defs/fluffObject",
266
+ "markdownDescription": "This is intended to be used for Homebrew only - site data should include a fluff file per source"
267
+ },
268
+ "foundryImg": {
269
+ "$ref": "util-foundry.json#/$defs/foundryImg"
270
+ },
271
+ "foundryAdvice": {
272
+ "$ref": "entry.json"
273
+ },
274
+ "_copy": {
275
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
276
+ }
277
+ },
278
+ "additionalProperties": false,
279
+ "required": [
280
+ "_copy"
281
+ ]
282
+ }
283
+ ]
98
284
  }
99
285
  },
100
286
  "properties": {
287
+ "_meta": {
288
+ "$ref": "util.json#/$defs/metaBlock"
289
+ },
101
290
  "language": {
102
291
  "type": "array",
103
292
  "uniqueItems": true,
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "objects.json",
4
- "version": "1.3.13",
4
+ "version": "1.4.0",
5
5
  "type": "object",
6
6
  "$defs": {
7
- "object": {
7
+ "objectData": {
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "name": {
@@ -184,17 +184,394 @@
184
184
  "$ref": "util-foundry.json#/$defs/foundryTokenSubjectScale"
185
185
  }
186
186
  },
187
- "additionalProperties": false,
188
- "required": [
189
- "name",
190
- "source",
191
- "size",
192
- "objectType",
193
- "hp"
187
+ "additionalProperties": false
188
+ },
189
+ "object": {
190
+ "anyOf": [
191
+ {
192
+ "type": "object",
193
+ "properties": {
194
+ "name": {
195
+ "type": "string"
196
+ },
197
+ "source": {
198
+ "$ref": "util.json#/$defs/source"
199
+ },
200
+ "page": {
201
+ "$ref": "util.json#/$defs/page"
202
+ },
203
+ "reprintedAs": {
204
+ "$ref": "util.json#/$defs/reprintedAs"
205
+ },
206
+ "size": {
207
+ "type": "array",
208
+ "items": {
209
+ "$ref": "util.json#/$defs/size"
210
+ },
211
+ "uniqueItems": true
212
+ },
213
+ "creatureType": {
214
+ "$ref": "util.json#/$defs/creatureType"
215
+ },
216
+ "objectType": {
217
+ "type": "string",
218
+ "description": "- G: Generic\n- SW: Siege Weapon\n- U: Unknown",
219
+ "enum": [
220
+ "GEN",
221
+ "SW",
222
+ "U"
223
+ ],
224
+ "markdownDescription": "- G: Generic\n- SW: Siege Weapon\n- U: Unknown"
225
+ },
226
+ "str": {
227
+ "type": "integer"
228
+ },
229
+ "dex": {
230
+ "type": "integer"
231
+ },
232
+ "con": {
233
+ "type": "integer"
234
+ },
235
+ "int": {
236
+ "type": "integer"
237
+ },
238
+ "wis": {
239
+ "type": "integer"
240
+ },
241
+ "cha": {
242
+ "type": "integer"
243
+ },
244
+ "ac": {
245
+ "oneOf": [
246
+ {
247
+ "type": "integer"
248
+ },
249
+ {
250
+ "type": "object",
251
+ "properties": {
252
+ "special": {
253
+ "type": "string"
254
+ }
255
+ },
256
+ "required": [
257
+ "special"
258
+ ],
259
+ "additionalProperties": false
260
+ }
261
+ ]
262
+ },
263
+ "hp": {
264
+ "oneOf": [
265
+ {
266
+ "type": "integer"
267
+ },
268
+ {
269
+ "type": "object",
270
+ "properties": {
271
+ "special": {
272
+ "type": "string"
273
+ }
274
+ },
275
+ "required": [
276
+ "special"
277
+ ],
278
+ "additionalProperties": false
279
+ }
280
+ ]
281
+ },
282
+ "speed": {
283
+ "$ref": "util.json#/$defs/speed"
284
+ },
285
+ "senses": {
286
+ "type": "array",
287
+ "items": {
288
+ "type": "string"
289
+ }
290
+ },
291
+ "resist": {
292
+ "$ref": "util.json#/$defs/damageResistArray"
293
+ },
294
+ "conditionImmune": {
295
+ "$ref": "util.json#/$defs/conditionImmunityArray"
296
+ },
297
+ "immune": {
298
+ "$ref": "util.json#/$defs/damageImmunityArray"
299
+ },
300
+ "vulnerable": {
301
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
302
+ },
303
+ "entries": {
304
+ "type": "array",
305
+ "items": {
306
+ "$ref": "entry.json"
307
+ }
308
+ },
309
+ "actionEntries": {
310
+ "type": "array",
311
+ "description": "Actions available with the object, like firing a siege weapon. Uses the normal entries data.",
312
+ "items": {
313
+ "$ref": "entry.json"
314
+ },
315
+ "markdownDescription": "Actions available with the object, like firing a siege weapon. Uses the normal entries data."
316
+ },
317
+ "token": {
318
+ "$ref": "util-token.json#/$defs/token"
319
+ },
320
+ "tokenCredit": {
321
+ "type": "string"
322
+ },
323
+ "tokenCustom": {
324
+ "const": true
325
+ },
326
+ "foundryTokenScale": {
327
+ "$ref": "util-foundry.json#/$defs/foundryTokenScale"
328
+ },
329
+ "altArt": {
330
+ "$ref": "util-token.json#/$defs/altArt"
331
+ },
332
+ "isNpc": {
333
+ "type": "boolean"
334
+ },
335
+ "hasToken": {
336
+ "type": "boolean"
337
+ },
338
+ "hasFluff": {
339
+ "const": true
340
+ },
341
+ "hasFluffImages": {
342
+ "const": true
343
+ },
344
+ "fluff": {
345
+ "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
346
+ "$ref": "util.json#/$defs/fluffObject",
347
+ "markdownDescription": "This is intended to be used for Homebrew only - site data should include a fluff file per source"
348
+ },
349
+ "foundryImg": {
350
+ "$ref": "util-foundry.json#/$defs/foundryImg"
351
+ },
352
+ "foundryAdvice": {
353
+ "$ref": "entry.json"
354
+ },
355
+ "tokenUrl": {
356
+ "$ref": "util-token.json#/$defs/tokenUrl"
357
+ },
358
+ "tokenHref": {
359
+ "$ref": "util-token.json#/$defs/tokenHref"
360
+ },
361
+ "tokenHref3d": {
362
+ "$ref": "util-token.json#/$defs/tokenHref"
363
+ },
364
+ "foundryTokenSubjectHref": {
365
+ "$ref": "util-token.json#/$defs/tokenHref"
366
+ },
367
+ "foundryTokenSubjectScale": {
368
+ "$ref": "util-foundry.json#/$defs/foundryTokenSubjectScale"
369
+ }
370
+ },
371
+ "additionalProperties": false,
372
+ "required": [
373
+ "name",
374
+ "source",
375
+ "size",
376
+ "objectType",
377
+ "hp"
378
+ ]
379
+ },
380
+ {
381
+ "type": "object",
382
+ "properties": {
383
+ "name": {
384
+ "type": "string"
385
+ },
386
+ "source": {
387
+ "$ref": "util.json#/$defs/source"
388
+ },
389
+ "page": {
390
+ "$ref": "util.json#/$defs/page"
391
+ },
392
+ "reprintedAs": {
393
+ "$ref": "util.json#/$defs/reprintedAs"
394
+ },
395
+ "size": {
396
+ "type": "array",
397
+ "items": {
398
+ "$ref": "util.json#/$defs/size"
399
+ },
400
+ "uniqueItems": true
401
+ },
402
+ "creatureType": {
403
+ "$ref": "util.json#/$defs/creatureType"
404
+ },
405
+ "objectType": {
406
+ "type": "string",
407
+ "description": "- G: Generic\n- SW: Siege Weapon\n- U: Unknown",
408
+ "enum": [
409
+ "GEN",
410
+ "SW",
411
+ "U"
412
+ ],
413
+ "markdownDescription": "- G: Generic\n- SW: Siege Weapon\n- U: Unknown"
414
+ },
415
+ "str": {
416
+ "type": "integer"
417
+ },
418
+ "dex": {
419
+ "type": "integer"
420
+ },
421
+ "con": {
422
+ "type": "integer"
423
+ },
424
+ "int": {
425
+ "type": "integer"
426
+ },
427
+ "wis": {
428
+ "type": "integer"
429
+ },
430
+ "cha": {
431
+ "type": "integer"
432
+ },
433
+ "ac": {
434
+ "oneOf": [
435
+ {
436
+ "type": "integer"
437
+ },
438
+ {
439
+ "type": "object",
440
+ "properties": {
441
+ "special": {
442
+ "type": "string"
443
+ }
444
+ },
445
+ "required": [
446
+ "special"
447
+ ],
448
+ "additionalProperties": false
449
+ }
450
+ ]
451
+ },
452
+ "hp": {
453
+ "oneOf": [
454
+ {
455
+ "type": "integer"
456
+ },
457
+ {
458
+ "type": "object",
459
+ "properties": {
460
+ "special": {
461
+ "type": "string"
462
+ }
463
+ },
464
+ "required": [
465
+ "special"
466
+ ],
467
+ "additionalProperties": false
468
+ }
469
+ ]
470
+ },
471
+ "speed": {
472
+ "$ref": "util.json#/$defs/speed"
473
+ },
474
+ "senses": {
475
+ "type": "array",
476
+ "items": {
477
+ "type": "string"
478
+ }
479
+ },
480
+ "resist": {
481
+ "$ref": "util.json#/$defs/damageResistArray"
482
+ },
483
+ "conditionImmune": {
484
+ "$ref": "util.json#/$defs/conditionImmunityArray"
485
+ },
486
+ "immune": {
487
+ "$ref": "util.json#/$defs/damageImmunityArray"
488
+ },
489
+ "vulnerable": {
490
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
491
+ },
492
+ "entries": {
493
+ "type": "array",
494
+ "items": {
495
+ "$ref": "entry.json"
496
+ }
497
+ },
498
+ "actionEntries": {
499
+ "type": "array",
500
+ "description": "Actions available with the object, like firing a siege weapon. Uses the normal entries data.",
501
+ "items": {
502
+ "$ref": "entry.json"
503
+ },
504
+ "markdownDescription": "Actions available with the object, like firing a siege weapon. Uses the normal entries data."
505
+ },
506
+ "token": {
507
+ "$ref": "util-token.json#/$defs/token"
508
+ },
509
+ "tokenCredit": {
510
+ "type": "string"
511
+ },
512
+ "tokenCustom": {
513
+ "const": true
514
+ },
515
+ "foundryTokenScale": {
516
+ "$ref": "util-foundry.json#/$defs/foundryTokenScale"
517
+ },
518
+ "altArt": {
519
+ "$ref": "util-token.json#/$defs/altArt"
520
+ },
521
+ "isNpc": {
522
+ "type": "boolean"
523
+ },
524
+ "hasToken": {
525
+ "type": "boolean"
526
+ },
527
+ "hasFluff": {
528
+ "const": true
529
+ },
530
+ "hasFluffImages": {
531
+ "const": true
532
+ },
533
+ "fluff": {
534
+ "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
535
+ "$ref": "util.json#/$defs/fluffObject",
536
+ "markdownDescription": "This is intended to be used for Homebrew only - site data should include a fluff file per source"
537
+ },
538
+ "foundryImg": {
539
+ "$ref": "util-foundry.json#/$defs/foundryImg"
540
+ },
541
+ "foundryAdvice": {
542
+ "$ref": "entry.json"
543
+ },
544
+ "tokenUrl": {
545
+ "$ref": "util-token.json#/$defs/tokenUrl"
546
+ },
547
+ "tokenHref": {
548
+ "$ref": "util-token.json#/$defs/tokenHref"
549
+ },
550
+ "tokenHref3d": {
551
+ "$ref": "util-token.json#/$defs/tokenHref"
552
+ },
553
+ "foundryTokenSubjectHref": {
554
+ "$ref": "util-token.json#/$defs/tokenHref"
555
+ },
556
+ "foundryTokenSubjectScale": {
557
+ "$ref": "util-foundry.json#/$defs/foundryTokenSubjectScale"
558
+ },
559
+ "_copy": {
560
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
561
+ }
562
+ },
563
+ "additionalProperties": false,
564
+ "required": [
565
+ "_copy"
566
+ ]
567
+ }
194
568
  ]
195
569
  }
196
570
  },
197
571
  "properties": {
572
+ "_meta": {
573
+ "$ref": "util.json#/$defs/metaBlock"
574
+ },
198
575
  "object": {
199
576
  "type": "array",
200
577
  "uniqueItems": true,
@@ -204,5 +581,8 @@
204
581
  }
205
582
  }
206
583
  },
584
+ "required": [
585
+ "object"
586
+ ],
207
587
  "additionalProperties": false
208
588
  }