5etools-utils 0.12.48 → 0.12.49

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.12.48",
3
+ "version": "0.12.49",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.4",
3
+ "version": "2.12.5",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -1567,7 +1567,7 @@
1567
1567
  "type": "object",
1568
1568
  "properties": {
1569
1569
  "additionalFromBackground": {
1570
- "type": "boolean"
1570
+ "const": true
1571
1571
  },
1572
1572
  "default": {
1573
1573
  "type": "array",
@@ -1591,6 +1591,9 @@
1591
1591
  {
1592
1592
  "type": "object",
1593
1593
  "properties": {
1594
+ "additionalFromBackground": {
1595
+ "const": true
1596
+ },
1594
1597
  "entries": {
1595
1598
  "type": "array",
1596
1599
  "items": {
@@ -1874,7 +1877,7 @@
1874
1877
  "type": "object",
1875
1878
  "properties": {
1876
1879
  "additionalFromBackground": {
1877
- "type": "boolean"
1880
+ "const": true
1878
1881
  },
1879
1882
  "default": {
1880
1883
  "type": "array",
@@ -1898,6 +1901,9 @@
1898
1901
  {
1899
1902
  "type": "object",
1900
1903
  "properties": {
1904
+ "additionalFromBackground": {
1905
+ "const": true
1906
+ },
1901
1907
  "entries": {
1902
1908
  "type": "array",
1903
1909
  "items": {
@@ -2184,7 +2190,7 @@
2184
2190
  "type": "object",
2185
2191
  "properties": {
2186
2192
  "additionalFromBackground": {
2187
- "type": "boolean"
2193
+ "const": true
2188
2194
  },
2189
2195
  "default": {
2190
2196
  "type": "array",
@@ -2208,6 +2214,9 @@
2208
2214
  {
2209
2215
  "type": "object",
2210
2216
  "properties": {
2217
+ "additionalFromBackground": {
2218
+ "const": true
2219
+ },
2211
2220
  "entries": {
2212
2221
  "type": "array",
2213
2222
  "items": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.7.5",
4
+ "version": "1.7.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "featData": {
@@ -129,6 +129,9 @@
129
129
  "hasFluffImages": {
130
130
  "const": true
131
131
  },
132
+ "_versions": {
133
+ "$ref": "util-copy.json#/$defs/versionsArray"
134
+ },
132
135
  "fluff": {
133
136
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
134
137
  "$ref": "util.json#/$defs/fluffObject"
@@ -275,6 +278,9 @@
275
278
  "hasFluffImages": {
276
279
  "const": true
277
280
  },
281
+ "_versions": {
282
+ "$ref": "util-copy.json#/$defs/versionsArray"
283
+ },
278
284
  "fluff": {
279
285
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
280
286
  "$ref": "util.json#/$defs/fluffObject"
@@ -424,6 +430,9 @@
424
430
  "hasFluffImages": {
425
431
  "const": true
426
432
  },
433
+ "_versions": {
434
+ "$ref": "util-copy.json#/$defs/versionsArray"
435
+ },
427
436
  "fluff": {
428
437
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
429
438
  "$ref": "util.json#/$defs/fluffObject"
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-foundry.json",
4
4
  "title": "Util: Foundry",
5
- "version": "1.0.4",
5
+ "version": "1.0.5",
6
6
  "$defs": {
7
7
  "entryDataObject": {
8
8
  "description": "Additional \"5etools-type\" data to be stored on the entry.",
@@ -49,6 +49,9 @@
49
49
  },
50
50
  "senses": {
51
51
  "$ref": "util.json#/$defs/sensesArray"
52
+ },
53
+ "additionalSpells": {
54
+ "$ref": "util.json#/$defs/additionalSpellsArray"
52
55
  }
53
56
  },
54
57
  "additionalProperties": false
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.4",
3
+ "version": "2.12.5",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -1567,7 +1567,7 @@
1567
1567
  "type": "object",
1568
1568
  "properties": {
1569
1569
  "additionalFromBackground": {
1570
- "type": "boolean"
1570
+ "const": true
1571
1571
  },
1572
1572
  "default": {
1573
1573
  "type": "array",
@@ -1591,6 +1591,9 @@
1591
1591
  {
1592
1592
  "type": "object",
1593
1593
  "properties": {
1594
+ "additionalFromBackground": {
1595
+ "const": true
1596
+ },
1594
1597
  "entries": {
1595
1598
  "type": "array",
1596
1599
  "items": {
@@ -1874,7 +1877,7 @@
1874
1877
  "type": "object",
1875
1878
  "properties": {
1876
1879
  "additionalFromBackground": {
1877
- "type": "boolean"
1880
+ "const": true
1878
1881
  },
1879
1882
  "default": {
1880
1883
  "type": "array",
@@ -1898,6 +1901,9 @@
1898
1901
  {
1899
1902
  "type": "object",
1900
1903
  "properties": {
1904
+ "additionalFromBackground": {
1905
+ "const": true
1906
+ },
1901
1907
  "entries": {
1902
1908
  "type": "array",
1903
1909
  "items": {
@@ -2184,7 +2190,7 @@
2184
2190
  "type": "object",
2185
2191
  "properties": {
2186
2192
  "additionalFromBackground": {
2187
- "type": "boolean"
2193
+ "const": true
2188
2194
  },
2189
2195
  "default": {
2190
2196
  "type": "array",
@@ -2208,6 +2214,9 @@
2208
2214
  {
2209
2215
  "type": "object",
2210
2216
  "properties": {
2217
+ "additionalFromBackground": {
2218
+ "const": true
2219
+ },
2211
2220
  "entries": {
2212
2221
  "type": "array",
2213
2222
  "items": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.7.5",
4
+ "version": "1.7.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "featData": {
@@ -129,6 +129,9 @@
129
129
  "hasFluffImages": {
130
130
  "const": true
131
131
  },
132
+ "_versions": {
133
+ "$ref": "util-copy.json#/$defs/versionsArray"
134
+ },
132
135
  "fluff": {
133
136
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
134
137
  "$ref": "util.json#/$defs/fluffObject"
@@ -275,6 +278,9 @@
275
278
  "hasFluffImages": {
276
279
  "const": true
277
280
  },
281
+ "_versions": {
282
+ "$ref": "util-copy.json#/$defs/versionsArray"
283
+ },
278
284
  "fluff": {
279
285
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
280
286
  "$ref": "util.json#/$defs/fluffObject"
@@ -424,6 +430,9 @@
424
430
  "hasFluffImages": {
425
431
  "const": true
426
432
  },
433
+ "_versions": {
434
+ "$ref": "util-copy.json#/$defs/versionsArray"
435
+ },
427
436
  "fluff": {
428
437
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
429
438
  "$ref": "util.json#/$defs/fluffObject"
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-foundry.json",
4
4
  "title": "Util: Foundry",
5
- "version": "1.0.4",
5
+ "version": "1.0.5",
6
6
  "$defs": {
7
7
  "entryDataObject": {
8
8
  "description": "Additional \"5etools-type\" data to be stored on the entry.",
@@ -49,6 +49,9 @@
49
49
  },
50
50
  "senses": {
51
51
  "$ref": "util.json#/$defs/sensesArray"
52
+ },
53
+ "additionalSpells": {
54
+ "$ref": "util.json#/$defs/additionalSpellsArray"
52
55
  }
53
56
  },
54
57
  "additionalProperties": false
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.4",
3
+ "version": "2.12.5",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -1270,7 +1270,7 @@
1270
1270
  "type": "object",
1271
1271
  "properties": {
1272
1272
  "additionalFromBackground": {
1273
- "type": "boolean"
1273
+ "const": true
1274
1274
  },
1275
1275
  "default": {
1276
1276
  "type": "array",
@@ -1294,6 +1294,9 @@
1294
1294
  {
1295
1295
  "type": "object",
1296
1296
  "properties": {
1297
+ "additionalFromBackground": {
1298
+ "const": true
1299
+ },
1297
1300
  "entries": {
1298
1301
  "type": "array",
1299
1302
  "items": {
@@ -1548,7 +1551,7 @@
1548
1551
  "type": "object",
1549
1552
  "properties": {
1550
1553
  "additionalFromBackground": {
1551
- "type": "boolean"
1554
+ "const": true
1552
1555
  },
1553
1556
  "default": {
1554
1557
  "type": "array",
@@ -1572,6 +1575,9 @@
1572
1575
  {
1573
1576
  "type": "object",
1574
1577
  "properties": {
1578
+ "additionalFromBackground": {
1579
+ "const": true
1580
+ },
1575
1581
  "entries": {
1576
1582
  "type": "array",
1577
1583
  "items": {
@@ -1829,7 +1835,7 @@
1829
1835
  "type": "object",
1830
1836
  "properties": {
1831
1837
  "additionalFromBackground": {
1832
- "type": "boolean"
1838
+ "const": true
1833
1839
  },
1834
1840
  "default": {
1835
1841
  "type": "array",
@@ -1853,6 +1859,9 @@
1853
1859
  {
1854
1860
  "type": "object",
1855
1861
  "properties": {
1862
+ "additionalFromBackground": {
1863
+ "const": true
1864
+ },
1856
1865
  "entries": {
1857
1866
  "type": "array",
1858
1867
  "items": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.7.5",
4
+ "version": "1.7.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "featData": {
@@ -128,6 +128,9 @@
128
128
  },
129
129
  "hasFluffImages": {
130
130
  "const": true
131
+ },
132
+ "_versions": {
133
+ "$ref": "util-copy.json#/$defs/versionsArray"
131
134
  }
132
135
  },
133
136
  "additionalProperties": false
@@ -258,6 +261,9 @@
258
261
  },
259
262
  "hasFluffImages": {
260
263
  "const": true
264
+ },
265
+ "_versions": {
266
+ "$ref": "util-copy.json#/$defs/versionsArray"
261
267
  }
262
268
  },
263
269
  "additionalProperties": false,
@@ -392,6 +398,9 @@
392
398
  "hasFluffImages": {
393
399
  "const": true
394
400
  },
401
+ "_versions": {
402
+ "$ref": "util-copy.json#/$defs/versionsArray"
403
+ },
395
404
  "_copy": {
396
405
  "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
397
406
  }
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-foundry.json",
4
4
  "title": "Util: Foundry",
5
- "version": "1.0.4",
5
+ "version": "1.0.5",
6
6
  "$defs": {
7
7
  "entryDataObject": {
8
8
  "description": "Additional \"5etools-type\" data to be stored on the entry.",
@@ -49,6 +49,9 @@
49
49
  },
50
50
  "senses": {
51
51
  "$ref": "util.json#/$defs/sensesArray"
52
+ },
53
+ "additionalSpells": {
54
+ "$ref": "util.json#/$defs/additionalSpellsArray"
52
55
  }
53
56
  },
54
57
  "additionalProperties": false
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.4",
3
+ "version": "2.12.5",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -1270,7 +1270,7 @@
1270
1270
  "type": "object",
1271
1271
  "properties": {
1272
1272
  "additionalFromBackground": {
1273
- "type": "boolean"
1273
+ "const": true
1274
1274
  },
1275
1275
  "default": {
1276
1276
  "type": "array",
@@ -1294,6 +1294,9 @@
1294
1294
  {
1295
1295
  "type": "object",
1296
1296
  "properties": {
1297
+ "additionalFromBackground": {
1298
+ "const": true
1299
+ },
1297
1300
  "entries": {
1298
1301
  "type": "array",
1299
1302
  "items": {
@@ -1548,7 +1551,7 @@
1548
1551
  "type": "object",
1549
1552
  "properties": {
1550
1553
  "additionalFromBackground": {
1551
- "type": "boolean"
1554
+ "const": true
1552
1555
  },
1553
1556
  "default": {
1554
1557
  "type": "array",
@@ -1572,6 +1575,9 @@
1572
1575
  {
1573
1576
  "type": "object",
1574
1577
  "properties": {
1578
+ "additionalFromBackground": {
1579
+ "const": true
1580
+ },
1575
1581
  "entries": {
1576
1582
  "type": "array",
1577
1583
  "items": {
@@ -1829,7 +1835,7 @@
1829
1835
  "type": "object",
1830
1836
  "properties": {
1831
1837
  "additionalFromBackground": {
1832
- "type": "boolean"
1838
+ "const": true
1833
1839
  },
1834
1840
  "default": {
1835
1841
  "type": "array",
@@ -1853,6 +1859,9 @@
1853
1859
  {
1854
1860
  "type": "object",
1855
1861
  "properties": {
1862
+ "additionalFromBackground": {
1863
+ "const": true
1864
+ },
1856
1865
  "entries": {
1857
1866
  "type": "array",
1858
1867
  "items": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.7.5",
4
+ "version": "1.7.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "featData": {
@@ -128,6 +128,9 @@
128
128
  },
129
129
  "hasFluffImages": {
130
130
  "const": true
131
+ },
132
+ "_versions": {
133
+ "$ref": "util-copy.json#/$defs/versionsArray"
131
134
  }
132
135
  },
133
136
  "additionalProperties": false
@@ -258,6 +261,9 @@
258
261
  },
259
262
  "hasFluffImages": {
260
263
  "const": true
264
+ },
265
+ "_versions": {
266
+ "$ref": "util-copy.json#/$defs/versionsArray"
261
267
  }
262
268
  },
263
269
  "additionalProperties": false,
@@ -392,6 +398,9 @@
392
398
  "hasFluffImages": {
393
399
  "const": true
394
400
  },
401
+ "_versions": {
402
+ "$ref": "util-copy.json#/$defs/versionsArray"
403
+ },
395
404
  "_copy": {
396
405
  "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
397
406
  }
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-foundry.json",
4
4
  "title": "Util: Foundry",
5
- "version": "1.0.4",
5
+ "version": "1.0.5",
6
6
  "$defs": {
7
7
  "entryDataObject": {
8
8
  "description": "Additional \"5etools-type\" data to be stored on the entry.",
@@ -49,6 +49,9 @@
49
49
  },
50
50
  "senses": {
51
51
  "$ref": "util.json#/$defs/sensesArray"
52
+ },
53
+ "additionalSpells": {
54
+ "$ref": "util.json#/$defs/additionalSpellsArray"
52
55
  }
53
56
  },
54
57
  "additionalProperties": false
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.4",
3
+ "version": "2.12.5",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -1342,7 +1342,7 @@
1342
1342
  "type": "object",
1343
1343
  "properties": {
1344
1344
  "additionalFromBackground": {
1345
- "type": "boolean"
1345
+ "const": true
1346
1346
  },
1347
1347
  "default": {
1348
1348
  "type": "array",
@@ -1366,6 +1366,9 @@
1366
1366
  {
1367
1367
  "type": "object",
1368
1368
  "properties": {
1369
+ "additionalFromBackground": {
1370
+ "const": true
1371
+ },
1369
1372
  "entries": {
1370
1373
  "type": "array",
1371
1374
  "items": {
@@ -1629,7 +1632,7 @@
1629
1632
  "type": "object",
1630
1633
  "properties": {
1631
1634
  "additionalFromBackground": {
1632
- "type": "boolean"
1635
+ "const": true
1633
1636
  },
1634
1637
  "default": {
1635
1638
  "type": "array",
@@ -1653,6 +1656,9 @@
1653
1656
  {
1654
1657
  "type": "object",
1655
1658
  "properties": {
1659
+ "additionalFromBackground": {
1660
+ "const": true
1661
+ },
1656
1662
  "entries": {
1657
1663
  "type": "array",
1658
1664
  "items": {
@@ -1919,7 +1925,7 @@
1919
1925
  "type": "object",
1920
1926
  "properties": {
1921
1927
  "additionalFromBackground": {
1922
- "type": "boolean"
1928
+ "const": true
1923
1929
  },
1924
1930
  "default": {
1925
1931
  "type": "array",
@@ -1943,6 +1949,9 @@
1943
1949
  {
1944
1950
  "type": "object",
1945
1951
  "properties": {
1952
+ "additionalFromBackground": {
1953
+ "const": true
1954
+ },
1946
1955
  "entries": {
1947
1956
  "type": "array",
1948
1957
  "items": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.7.5",
4
+ "version": "1.7.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "featData": {
@@ -128,6 +128,9 @@
128
128
  },
129
129
  "hasFluffImages": {
130
130
  "const": true
131
+ },
132
+ "_versions": {
133
+ "$ref": "util-copy.json#/$defs/versionsArray"
131
134
  }
132
135
  },
133
136
  "additionalProperties": false
@@ -258,6 +261,9 @@
258
261
  },
259
262
  "hasFluffImages": {
260
263
  "const": true
264
+ },
265
+ "_versions": {
266
+ "$ref": "util-copy.json#/$defs/versionsArray"
261
267
  }
262
268
  },
263
269
  "additionalProperties": false,
@@ -392,6 +398,9 @@
392
398
  "hasFluffImages": {
393
399
  "const": true
394
400
  },
401
+ "_versions": {
402
+ "$ref": "util-copy.json#/$defs/versionsArray"
403
+ },
395
404
  "_copy": {
396
405
  "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
397
406
  }
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-foundry.json",
4
4
  "title": "Util: Foundry",
5
- "version": "1.0.4",
5
+ "version": "1.0.5",
6
6
  "$defs": {
7
7
  "entryDataObject": {
8
8
  "description": "Additional \"5etools-type\" data to be stored on the entry.",
@@ -49,6 +49,9 @@
49
49
  },
50
50
  "senses": {
51
51
  "$ref": "util.json#/$defs/sensesArray"
52
+ },
53
+ "additionalSpells": {
54
+ "$ref": "util.json#/$defs/additionalSpellsArray"
52
55
  }
53
56
  },
54
57
  "additionalProperties": false
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.4",
3
+ "version": "2.12.5",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -1342,7 +1342,7 @@
1342
1342
  "type": "object",
1343
1343
  "properties": {
1344
1344
  "additionalFromBackground": {
1345
- "type": "boolean"
1345
+ "const": true
1346
1346
  },
1347
1347
  "default": {
1348
1348
  "type": "array",
@@ -1366,6 +1366,9 @@
1366
1366
  {
1367
1367
  "type": "object",
1368
1368
  "properties": {
1369
+ "additionalFromBackground": {
1370
+ "const": true
1371
+ },
1369
1372
  "entries": {
1370
1373
  "type": "array",
1371
1374
  "items": {
@@ -1629,7 +1632,7 @@
1629
1632
  "type": "object",
1630
1633
  "properties": {
1631
1634
  "additionalFromBackground": {
1632
- "type": "boolean"
1635
+ "const": true
1633
1636
  },
1634
1637
  "default": {
1635
1638
  "type": "array",
@@ -1653,6 +1656,9 @@
1653
1656
  {
1654
1657
  "type": "object",
1655
1658
  "properties": {
1659
+ "additionalFromBackground": {
1660
+ "const": true
1661
+ },
1656
1662
  "entries": {
1657
1663
  "type": "array",
1658
1664
  "items": {
@@ -1919,7 +1925,7 @@
1919
1925
  "type": "object",
1920
1926
  "properties": {
1921
1927
  "additionalFromBackground": {
1922
- "type": "boolean"
1928
+ "const": true
1923
1929
  },
1924
1930
  "default": {
1925
1931
  "type": "array",
@@ -1943,6 +1949,9 @@
1943
1949
  {
1944
1950
  "type": "object",
1945
1951
  "properties": {
1952
+ "additionalFromBackground": {
1953
+ "const": true
1954
+ },
1946
1955
  "entries": {
1947
1956
  "type": "array",
1948
1957
  "items": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.7.5",
4
+ "version": "1.7.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "featData": {
@@ -128,6 +128,9 @@
128
128
  },
129
129
  "hasFluffImages": {
130
130
  "const": true
131
+ },
132
+ "_versions": {
133
+ "$ref": "util-copy.json#/$defs/versionsArray"
131
134
  }
132
135
  },
133
136
  "additionalProperties": false
@@ -258,6 +261,9 @@
258
261
  },
259
262
  "hasFluffImages": {
260
263
  "const": true
264
+ },
265
+ "_versions": {
266
+ "$ref": "util-copy.json#/$defs/versionsArray"
261
267
  }
262
268
  },
263
269
  "additionalProperties": false,
@@ -392,6 +398,9 @@
392
398
  "hasFluffImages": {
393
399
  "const": true
394
400
  },
401
+ "_versions": {
402
+ "$ref": "util-copy.json#/$defs/versionsArray"
403
+ },
395
404
  "_copy": {
396
405
  "$ref": "util-copy.json#/$defs/copyBlock_copy_generic"
397
406
  }
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-foundry.json",
4
4
  "title": "Util: Foundry",
5
- "version": "1.0.4",
5
+ "version": "1.0.5",
6
6
  "$defs": {
7
7
  "entryDataObject": {
8
8
  "description": "Additional \"5etools-type\" data to be stored on the entry.",
@@ -49,6 +49,9 @@
49
49
  },
50
50
  "senses": {
51
51
  "$ref": "util.json#/$defs/sensesArray"
52
+ },
53
+ "additionalSpells": {
54
+ "$ref": "util.json#/$defs/additionalSpellsArray"
52
55
  }
53
56
  },
54
57
  "additionalProperties": false