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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.15.17",
3
+ "version": "0.15.18",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "charcreationoptions.json",
4
- "version": "1.2.8",
4
+ "version": "1.3.0",
5
5
  "title": "Character Creation Options",
6
6
  "type": "object",
7
7
  "$defs": {
@@ -18,7 +18,7 @@
18
18
  "SG"
19
19
  ]
20
20
  },
21
- "charoption": {
21
+ "charoptionData": {
22
22
  "type": "object",
23
23
  "properties": {
24
24
  "name": {
@@ -85,16 +85,167 @@
85
85
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
86
86
  }
87
87
  },
88
- "required": [
89
- "name",
90
- "entries",
91
- "source",
92
- "optionType"
93
- ],
94
88
  "additionalProperties": false
89
+ },
90
+ "charoption": {
91
+ "anyOf": [
92
+ {
93
+ "type": "object",
94
+ "properties": {
95
+ "name": {
96
+ "type": "string"
97
+ },
98
+ "entries": {
99
+ "type": "array",
100
+ "items": {
101
+ "$ref": "entry.json"
102
+ }
103
+ },
104
+ "source": {
105
+ "$ref": "util.json#/$defs/source"
106
+ },
107
+ "page": {
108
+ "$ref": "util.json#/$defs/page"
109
+ },
110
+ "optionType": {
111
+ "$comment": "Note that this field supports arbitrary strings for homebrew usage.",
112
+ "type": "array",
113
+ "items": {
114
+ "$ref": "#/$defs/optionType"
115
+ }
116
+ },
117
+ "otherSources": {
118
+ "$ref": "util.json#/$defs/otherSources"
119
+ },
120
+ "referenceSources": {
121
+ "$ref": "util.json#/$defs/referenceSources"
122
+ },
123
+ "hasFluff": {
124
+ "type": "boolean"
125
+ },
126
+ "hasFluffImages": {
127
+ "type": "boolean"
128
+ },
129
+ "prerequisite": {
130
+ "$ref": "util.json#/$defs/prerequisite"
131
+ },
132
+ "fluff": {
133
+ "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
134
+ "$ref": "util.json#/$defs/fluffObject",
135
+ "markdownDescription": "This is intended to be used for Homebrew only - site data should include a fluff file per source"
136
+ },
137
+ "foundrySystem": {
138
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
139
+ },
140
+ "foundryActivities": {
141
+ "$ref": "util-foundry.json#/$defs/foundryActivitiesArray"
142
+ },
143
+ "foundryFlags": {
144
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
145
+ },
146
+ "foundryEffects": {
147
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
148
+ },
149
+ "foundryImg": {
150
+ "$ref": "util-foundry.json#/$defs/foundryImg"
151
+ },
152
+ "foundryAdvice": {
153
+ "$ref": "entry.json"
154
+ },
155
+ "_foundryMerge": {
156
+ "$ref": "util-foundry.json#/$defs/foundryMergeObject"
157
+ }
158
+ },
159
+ "additionalProperties": false,
160
+ "required": [
161
+ "name",
162
+ "source",
163
+ "entries",
164
+ "optionType"
165
+ ]
166
+ },
167
+ {
168
+ "type": "object",
169
+ "properties": {
170
+ "name": {
171
+ "type": "string"
172
+ },
173
+ "entries": {
174
+ "type": "array",
175
+ "items": {
176
+ "$ref": "entry.json"
177
+ }
178
+ },
179
+ "source": {
180
+ "$ref": "util.json#/$defs/source"
181
+ },
182
+ "page": {
183
+ "$ref": "util.json#/$defs/page"
184
+ },
185
+ "optionType": {
186
+ "$comment": "Note that this field supports arbitrary strings for homebrew usage.",
187
+ "type": "array",
188
+ "items": {
189
+ "$ref": "#/$defs/optionType"
190
+ }
191
+ },
192
+ "otherSources": {
193
+ "$ref": "util.json#/$defs/otherSources"
194
+ },
195
+ "referenceSources": {
196
+ "$ref": "util.json#/$defs/referenceSources"
197
+ },
198
+ "hasFluff": {
199
+ "type": "boolean"
200
+ },
201
+ "hasFluffImages": {
202
+ "type": "boolean"
203
+ },
204
+ "prerequisite": {
205
+ "$ref": "util.json#/$defs/prerequisite"
206
+ },
207
+ "fluff": {
208
+ "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
209
+ "$ref": "util.json#/$defs/fluffObject",
210
+ "markdownDescription": "This is intended to be used for Homebrew only - site data should include a fluff file per source"
211
+ },
212
+ "foundrySystem": {
213
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
214
+ },
215
+ "foundryActivities": {
216
+ "$ref": "util-foundry.json#/$defs/foundryActivitiesArray"
217
+ },
218
+ "foundryFlags": {
219
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
220
+ },
221
+ "foundryEffects": {
222
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
223
+ },
224
+ "foundryImg": {
225
+ "$ref": "util-foundry.json#/$defs/foundryImg"
226
+ },
227
+ "foundryAdvice": {
228
+ "$ref": "entry.json"
229
+ },
230
+ "_foundryMerge": {
231
+ "$ref": "util-foundry.json#/$defs/foundryMergeObject"
232
+ },
233
+ "_copy": {
234
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
235
+ }
236
+ },
237
+ "additionalProperties": false,
238
+ "required": [
239
+ "_copy"
240
+ ]
241
+ }
242
+ ]
95
243
  }
96
244
  },
97
245
  "properties": {
246
+ "_meta": {
247
+ "$ref": "util.json#/$defs/metaBlock"
248
+ },
98
249
  "charoption": {
99
250
  "type": "array",
100
251
  "minItems": 1,
@@ -104,5 +255,8 @@
104
255
  }
105
256
  }
106
257
  },
258
+ "required": [
259
+ "charoption"
260
+ ],
107
261
  "additionalProperties": false
108
262
  }
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "cultsboons.json",
4
- "version": "1.2.3",
4
+ "version": "1.3.0",
5
5
  "type": "object",
6
6
  "$defs": {
7
- "cult": {
7
+ "cultData": {
8
8
  "type": "object",
9
9
  "properties": {
10
10
  "name": {
@@ -101,14 +101,222 @@
101
101
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
102
102
  }
103
103
  },
104
- "required": [
105
- "name",
106
- "source",
107
- "entries"
108
- ],
109
104
  "additionalProperties": false
110
105
  },
111
- "boon": {
106
+ "cult": {
107
+ "anyOf": [
108
+ {
109
+ "type": "object",
110
+ "properties": {
111
+ "name": {
112
+ "type": "string"
113
+ },
114
+ "source": {
115
+ "$ref": "util.json#/$defs/source"
116
+ },
117
+ "page": {
118
+ "$ref": "util.json#/$defs/page"
119
+ },
120
+ "otherSources": {
121
+ "$ref": "util.json#/$defs/otherSources"
122
+ },
123
+ "referenceSources": {
124
+ "$ref": "util.json#/$defs/referenceSources"
125
+ },
126
+ "reprintedAs": {
127
+ "$ref": "util.json#/$defs/reprintedAs"
128
+ },
129
+ "legacy": {
130
+ "$ref": "util.json#/$defs/legacy"
131
+ },
132
+ "type": {
133
+ "type": "string",
134
+ "examples": [
135
+ "Demonic",
136
+ "Diabolical",
137
+ "Elder Evil",
138
+ "Elemental"
139
+ ]
140
+ },
141
+ "goal": {
142
+ "type": "object",
143
+ "properties": {
144
+ "entry": {
145
+ "type": "string"
146
+ }
147
+ },
148
+ "required": [
149
+ "entry"
150
+ ],
151
+ "additionalProperties": false
152
+ },
153
+ "cultists": {
154
+ "type": "object",
155
+ "properties": {
156
+ "entry": {
157
+ "type": "string"
158
+ }
159
+ },
160
+ "required": [
161
+ "entry"
162
+ ],
163
+ "additionalProperties": false
164
+ },
165
+ "signatureSpells": {
166
+ "type": "object",
167
+ "properties": {
168
+ "entry": {
169
+ "type": "string"
170
+ }
171
+ },
172
+ "required": [
173
+ "entry"
174
+ ],
175
+ "additionalProperties": false
176
+ },
177
+ "entries": {
178
+ "type": "array",
179
+ "items": {
180
+ "$ref": "entry.json"
181
+ }
182
+ },
183
+ "foundrySystem": {
184
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
185
+ },
186
+ "foundryActivities": {
187
+ "$ref": "util-foundry.json#/$defs/foundryActivitiesArray"
188
+ },
189
+ "foundryFlags": {
190
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
191
+ },
192
+ "foundryEffects": {
193
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
194
+ },
195
+ "foundryImg": {
196
+ "$ref": "util-foundry.json#/$defs/foundryImg"
197
+ },
198
+ "foundryAdvice": {
199
+ "$ref": "entry.json"
200
+ },
201
+ "_foundryMerge": {
202
+ "$ref": "util-foundry.json#/$defs/foundryMergeObject"
203
+ }
204
+ },
205
+ "additionalProperties": false,
206
+ "required": [
207
+ "name",
208
+ "source",
209
+ "entries"
210
+ ]
211
+ },
212
+ {
213
+ "type": "object",
214
+ "properties": {
215
+ "name": {
216
+ "type": "string"
217
+ },
218
+ "source": {
219
+ "$ref": "util.json#/$defs/source"
220
+ },
221
+ "page": {
222
+ "$ref": "util.json#/$defs/page"
223
+ },
224
+ "otherSources": {
225
+ "$ref": "util.json#/$defs/otherSources"
226
+ },
227
+ "referenceSources": {
228
+ "$ref": "util.json#/$defs/referenceSources"
229
+ },
230
+ "reprintedAs": {
231
+ "$ref": "util.json#/$defs/reprintedAs"
232
+ },
233
+ "legacy": {
234
+ "$ref": "util.json#/$defs/legacy"
235
+ },
236
+ "type": {
237
+ "type": "string",
238
+ "examples": [
239
+ "Demonic",
240
+ "Diabolical",
241
+ "Elder Evil",
242
+ "Elemental"
243
+ ]
244
+ },
245
+ "goal": {
246
+ "type": "object",
247
+ "properties": {
248
+ "entry": {
249
+ "type": "string"
250
+ }
251
+ },
252
+ "required": [
253
+ "entry"
254
+ ],
255
+ "additionalProperties": false
256
+ },
257
+ "cultists": {
258
+ "type": "object",
259
+ "properties": {
260
+ "entry": {
261
+ "type": "string"
262
+ }
263
+ },
264
+ "required": [
265
+ "entry"
266
+ ],
267
+ "additionalProperties": false
268
+ },
269
+ "signatureSpells": {
270
+ "type": "object",
271
+ "properties": {
272
+ "entry": {
273
+ "type": "string"
274
+ }
275
+ },
276
+ "required": [
277
+ "entry"
278
+ ],
279
+ "additionalProperties": false
280
+ },
281
+ "entries": {
282
+ "type": "array",
283
+ "items": {
284
+ "$ref": "entry.json"
285
+ }
286
+ },
287
+ "foundrySystem": {
288
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
289
+ },
290
+ "foundryActivities": {
291
+ "$ref": "util-foundry.json#/$defs/foundryActivitiesArray"
292
+ },
293
+ "foundryFlags": {
294
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
295
+ },
296
+ "foundryEffects": {
297
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
298
+ },
299
+ "foundryImg": {
300
+ "$ref": "util-foundry.json#/$defs/foundryImg"
301
+ },
302
+ "foundryAdvice": {
303
+ "$ref": "entry.json"
304
+ },
305
+ "_foundryMerge": {
306
+ "$ref": "util-foundry.json#/$defs/foundryMergeObject"
307
+ },
308
+ "_copy": {
309
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
310
+ }
311
+ },
312
+ "additionalProperties": false,
313
+ "required": [
314
+ "_copy"
315
+ ]
316
+ }
317
+ ]
318
+ },
319
+ "boonData": {
112
320
  "type": "object",
113
321
  "properties": {
114
322
  "name": {
@@ -188,16 +396,193 @@
188
396
  "$ref": "util-foundry.json#/$defs/foundryMergeObject"
189
397
  }
190
398
  },
191
- "required": [
192
- "name",
193
- "source",
194
- "type",
195
- "entries"
196
- ],
197
399
  "additionalProperties": false
400
+ },
401
+ "boon": {
402
+ "anyOf": [
403
+ {
404
+ "type": "object",
405
+ "properties": {
406
+ "name": {
407
+ "type": "string"
408
+ },
409
+ "source": {
410
+ "$ref": "util.json#/$defs/source"
411
+ },
412
+ "page": {
413
+ "$ref": "util.json#/$defs/page"
414
+ },
415
+ "otherSources": {
416
+ "$ref": "util.json#/$defs/otherSources"
417
+ },
418
+ "referenceSources": {
419
+ "$ref": "util.json#/$defs/referenceSources"
420
+ },
421
+ "reprintedAs": {
422
+ "$ref": "util.json#/$defs/reprintedAs"
423
+ },
424
+ "type": {
425
+ "type": "string",
426
+ "examples": [
427
+ "Demonic"
428
+ ]
429
+ },
430
+ "ability": {
431
+ "type": "object",
432
+ "properties": {
433
+ "entry": {
434
+ "$ref": "entry.json"
435
+ }
436
+ },
437
+ "required": [
438
+ "entry"
439
+ ],
440
+ "additionalProperties": false
441
+ },
442
+ "signatureSpells": {
443
+ "type": "object",
444
+ "properties": {
445
+ "entry": {
446
+ "$ref": "entry.json"
447
+ }
448
+ },
449
+ "required": [
450
+ "entry"
451
+ ],
452
+ "additionalProperties": false
453
+ },
454
+ "entries": {
455
+ "type": "array",
456
+ "uniqueItems": true,
457
+ "items": {
458
+ "$ref": "entry.json"
459
+ }
460
+ },
461
+ "foundrySystem": {
462
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
463
+ },
464
+ "foundryActivities": {
465
+ "$ref": "util-foundry.json#/$defs/foundryActivitiesArray"
466
+ },
467
+ "foundryFlags": {
468
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
469
+ },
470
+ "foundryEffects": {
471
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
472
+ },
473
+ "foundryImg": {
474
+ "$ref": "util-foundry.json#/$defs/foundryImg"
475
+ },
476
+ "foundryAdvice": {
477
+ "$ref": "entry.json"
478
+ },
479
+ "_foundryMerge": {
480
+ "$ref": "util-foundry.json#/$defs/foundryMergeObject"
481
+ }
482
+ },
483
+ "additionalProperties": false,
484
+ "required": [
485
+ "name",
486
+ "source",
487
+ "type",
488
+ "entries"
489
+ ]
490
+ },
491
+ {
492
+ "type": "object",
493
+ "properties": {
494
+ "name": {
495
+ "type": "string"
496
+ },
497
+ "source": {
498
+ "$ref": "util.json#/$defs/source"
499
+ },
500
+ "page": {
501
+ "$ref": "util.json#/$defs/page"
502
+ },
503
+ "otherSources": {
504
+ "$ref": "util.json#/$defs/otherSources"
505
+ },
506
+ "referenceSources": {
507
+ "$ref": "util.json#/$defs/referenceSources"
508
+ },
509
+ "reprintedAs": {
510
+ "$ref": "util.json#/$defs/reprintedAs"
511
+ },
512
+ "type": {
513
+ "type": "string",
514
+ "examples": [
515
+ "Demonic"
516
+ ]
517
+ },
518
+ "ability": {
519
+ "type": "object",
520
+ "properties": {
521
+ "entry": {
522
+ "$ref": "entry.json"
523
+ }
524
+ },
525
+ "required": [
526
+ "entry"
527
+ ],
528
+ "additionalProperties": false
529
+ },
530
+ "signatureSpells": {
531
+ "type": "object",
532
+ "properties": {
533
+ "entry": {
534
+ "$ref": "entry.json"
535
+ }
536
+ },
537
+ "required": [
538
+ "entry"
539
+ ],
540
+ "additionalProperties": false
541
+ },
542
+ "entries": {
543
+ "type": "array",
544
+ "uniqueItems": true,
545
+ "items": {
546
+ "$ref": "entry.json"
547
+ }
548
+ },
549
+ "foundrySystem": {
550
+ "$ref": "util-foundry.json#/$defs/foundrySystemObject"
551
+ },
552
+ "foundryActivities": {
553
+ "$ref": "util-foundry.json#/$defs/foundryActivitiesArray"
554
+ },
555
+ "foundryFlags": {
556
+ "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
557
+ },
558
+ "foundryEffects": {
559
+ "$ref": "util-foundry.json#/$defs/foundryEffectsArray"
560
+ },
561
+ "foundryImg": {
562
+ "$ref": "util-foundry.json#/$defs/foundryImg"
563
+ },
564
+ "foundryAdvice": {
565
+ "$ref": "entry.json"
566
+ },
567
+ "_foundryMerge": {
568
+ "$ref": "util-foundry.json#/$defs/foundryMergeObject"
569
+ },
570
+ "_copy": {
571
+ "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
572
+ }
573
+ },
574
+ "additionalProperties": false,
575
+ "required": [
576
+ "_copy"
577
+ ]
578
+ }
579
+ ]
198
580
  }
199
581
  },
200
582
  "properties": {
583
+ "_meta": {
584
+ "$ref": "util.json#/$defs/metaBlock"
585
+ },
201
586
  "cult": {
202
587
  "type": "array",
203
588
  "minItems": 1,