5etools-utils 0.14.3 → 0.14.5

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 (61) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/bestiary/bestiary.json +10 -1
  3. package/schema/brew/class/class.json +10 -10
  4. package/schema/brew/class/foundry.json +12 -0
  5. package/schema/brew/entry.json +4 -1
  6. package/schema/brew/foundry-backgrounds.json +3 -0
  7. package/schema/brew/foundry-items.json +3 -0
  8. package/schema/brew/foundry-psionics.json +3 -0
  9. package/schema/brew/foundry-races.json +15 -0
  10. package/schema/brew/util-foundry.json +10 -1
  11. package/schema/brew/util.json +6 -1
  12. package/schema/brew-fast/bestiary/bestiary.json +10 -1
  13. package/schema/brew-fast/class/class.json +10 -10
  14. package/schema/brew-fast/class/foundry.json +12 -0
  15. package/schema/brew-fast/entry.json +4 -1
  16. package/schema/brew-fast/foundry-backgrounds.json +3 -0
  17. package/schema/brew-fast/foundry-items.json +3 -0
  18. package/schema/brew-fast/foundry-psionics.json +3 -0
  19. package/schema/brew-fast/foundry-races.json +15 -0
  20. package/schema/brew-fast/util-foundry.json +10 -1
  21. package/schema/brew-fast/util.json +6 -1
  22. package/schema/site/bestiary/bestiary.json +10 -1
  23. package/schema/site/class/class.json +10 -10
  24. package/schema/site/class/foundry.json +12 -0
  25. package/schema/site/entry.json +4 -1
  26. package/schema/site/foundry-backgrounds.json +3 -0
  27. package/schema/site/foundry-items.json +3 -0
  28. package/schema/site/foundry-psionics.json +3 -0
  29. package/schema/site/foundry-races.json +15 -0
  30. package/schema/site/util-foundry.json +10 -1
  31. package/schema/site/util.json +6 -1
  32. package/schema/site-fast/bestiary/bestiary.json +10 -1
  33. package/schema/site-fast/class/class.json +10 -10
  34. package/schema/site-fast/class/foundry.json +12 -0
  35. package/schema/site-fast/entry.json +4 -1
  36. package/schema/site-fast/foundry-backgrounds.json +3 -0
  37. package/schema/site-fast/foundry-items.json +3 -0
  38. package/schema/site-fast/foundry-psionics.json +3 -0
  39. package/schema/site-fast/foundry-races.json +15 -0
  40. package/schema/site-fast/util-foundry.json +10 -1
  41. package/schema/site-fast/util.json +6 -1
  42. package/schema/ua/bestiary/bestiary.json +10 -1
  43. package/schema/ua/class/class.json +10 -10
  44. package/schema/ua/class/foundry.json +12 -0
  45. package/schema/ua/entry.json +4 -1
  46. package/schema/ua/foundry-backgrounds.json +3 -0
  47. package/schema/ua/foundry-items.json +3 -0
  48. package/schema/ua/foundry-psionics.json +3 -0
  49. package/schema/ua/foundry-races.json +15 -0
  50. package/schema/ua/util-foundry.json +10 -1
  51. package/schema/ua/util.json +6 -1
  52. package/schema/ua-fast/bestiary/bestiary.json +10 -1
  53. package/schema/ua-fast/class/class.json +10 -10
  54. package/schema/ua-fast/class/foundry.json +12 -0
  55. package/schema/ua-fast/entry.json +4 -1
  56. package/schema/ua-fast/foundry-backgrounds.json +3 -0
  57. package/schema/ua-fast/foundry-items.json +3 -0
  58. package/schema/ua-fast/foundry-psionics.json +3 -0
  59. package/schema/ua-fast/foundry-races.json +15 -0
  60. package/schema/ua-fast/util-foundry.json +10 -1
  61. package/schema/ua-fast/util.json +6 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.14.3",
3
+ "version": "0.14.5",
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": "1.21.53",
3
+ "version": "1.21.54",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -274,6 +274,9 @@
274
274
  "reprintedAs": {
275
275
  "$ref": "../util.json#/$defs/reprintedAs"
276
276
  },
277
+ "isReprinted": {
278
+ "$ref": "../util.json#/$defs/isReprinted"
279
+ },
277
280
  "alignment": {
278
281
  "type": "array",
279
282
  "items": {
@@ -1609,6 +1612,9 @@
1609
1612
  "reprintedAs": {
1610
1613
  "$ref": "../util.json#/$defs/reprintedAs"
1611
1614
  },
1615
+ "isReprinted": {
1616
+ "$ref": "../util.json#/$defs/isReprinted"
1617
+ },
1612
1618
  "alignment": {
1613
1619
  "type": "array",
1614
1620
  "items": {
@@ -2949,6 +2955,9 @@
2949
2955
  "reprintedAs": {
2950
2956
  "$ref": "../util.json#/$defs/reprintedAs"
2951
2957
  },
2958
+ "isReprinted": {
2959
+ "$ref": "../util.json#/$defs/isReprinted"
2960
+ },
2952
2961
  "alignment": {
2953
2962
  "type": "array",
2954
2963
  "items": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.11",
3
+ "version": "2.12.12",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -769,7 +769,7 @@
769
769
  "$ref": "../util-edition.json#/$defs/edition"
770
770
  },
771
771
  "isReprinted": {
772
- "type": "boolean"
772
+ "$ref": "../util.json#/$defs/isReprinted"
773
773
  },
774
774
  "reprintedAs": {
775
775
  "$ref": "../util.json#/$defs/reprintedAs"
@@ -980,7 +980,7 @@
980
980
  "$ref": "../util-edition.json#/$defs/edition"
981
981
  },
982
982
  "isReprinted": {
983
- "type": "boolean"
983
+ "$ref": "../util.json#/$defs/isReprinted"
984
984
  },
985
985
  "reprintedAs": {
986
986
  "$ref": "../util.json#/$defs/reprintedAs"
@@ -1191,7 +1191,7 @@
1191
1191
  "$ref": "../util-edition.json#/$defs/edition"
1192
1192
  },
1193
1193
  "isReprinted": {
1194
- "type": "boolean"
1194
+ "$ref": "../util.json#/$defs/isReprinted"
1195
1195
  },
1196
1196
  "reprintedAs": {
1197
1197
  "$ref": "../util.json#/$defs/reprintedAs"
@@ -1471,7 +1471,7 @@
1471
1471
  "$ref": "../util-edition.json#/$defs/edition"
1472
1472
  },
1473
1473
  "isReprinted": {
1474
- "type": "boolean"
1474
+ "$ref": "../util.json#/$defs/isReprinted"
1475
1475
  },
1476
1476
  "reprintedAs": {
1477
1477
  "$ref": "../util.json#/$defs/reprintedAs"
@@ -1489,7 +1489,7 @@
1489
1489
  }
1490
1490
  },
1491
1491
  "isSidekick": {
1492
- "type": "boolean"
1492
+ "const": true
1493
1493
  },
1494
1494
  "hd": {
1495
1495
  "type": "object",
@@ -1776,7 +1776,7 @@
1776
1776
  "$ref": "../util-edition.json#/$defs/edition"
1777
1777
  },
1778
1778
  "isReprinted": {
1779
- "type": "boolean"
1779
+ "$ref": "../util.json#/$defs/isReprinted"
1780
1780
  },
1781
1781
  "reprintedAs": {
1782
1782
  "$ref": "../util.json#/$defs/reprintedAs"
@@ -1794,7 +1794,7 @@
1794
1794
  }
1795
1795
  },
1796
1796
  "isSidekick": {
1797
- "type": "boolean"
1797
+ "const": true
1798
1798
  },
1799
1799
  "hd": {
1800
1800
  "type": "object",
@@ -2084,7 +2084,7 @@
2084
2084
  "$ref": "../util-edition.json#/$defs/edition"
2085
2085
  },
2086
2086
  "isReprinted": {
2087
- "type": "boolean"
2087
+ "$ref": "../util.json#/$defs/isReprinted"
2088
2088
  },
2089
2089
  "reprintedAs": {
2090
2090
  "$ref": "../util.json#/$defs/reprintedAs"
@@ -2102,7 +2102,7 @@
2102
2102
  }
2103
2103
  },
2104
2104
  "isSidekick": {
2105
- "type": "boolean"
2105
+ "const": true
2106
2106
  },
2107
2107
  "hd": {
2108
2108
  "type": "object",
@@ -34,6 +34,9 @@
34
34
  "flags": {
35
35
  "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
36
36
  },
37
+ "advice": {
38
+ "$ref": "../entry.json"
39
+ },
37
40
  "img": {
38
41
  "type": "string"
39
42
  },
@@ -128,6 +131,9 @@
128
131
  "flags": {
129
132
  "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
130
133
  },
134
+ "advice": {
135
+ "$ref": "../entry.json"
136
+ },
131
137
  "img": {
132
138
  "type": "string"
133
139
  },
@@ -227,6 +233,9 @@
227
233
  "flags": {
228
234
  "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
229
235
  },
236
+ "advice": {
237
+ "$ref": "../entry.json"
238
+ },
230
239
  "img": {
231
240
  "type": "string"
232
241
  },
@@ -328,6 +337,9 @@
328
337
  "flags": {
329
338
  "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
330
339
  },
340
+ "advice": {
341
+ "$ref": "../entry.json"
342
+ },
331
343
  "img": {
332
344
  "type": "string"
333
345
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.9.14",
6
+ "version": "1.9.15",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -1877,6 +1877,9 @@
1877
1877
  "minItems": 1,
1878
1878
  "uniqueItems": true
1879
1879
  },
1880
+ "labelMapRegions": {
1881
+ "const": true
1882
+ },
1880
1883
  "mapParent": {
1881
1884
  "description": "Note that the order of transformations is: scale, then offset.",
1882
1885
  "type": "object",
@@ -42,6 +42,9 @@
42
42
  "flags": {
43
43
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
44
44
  },
45
+ "advice": {
46
+ "$ref": "entry.json"
47
+ },
45
48
  "img": {
46
49
  "type": "string"
47
50
  },
@@ -39,6 +39,9 @@
39
39
  "flags": {
40
40
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
41
41
  },
42
+ "advice": {
43
+ "$ref": "entry.json"
44
+ },
42
45
  "img": {
43
46
  "type": "string"
44
47
  },
@@ -45,6 +45,9 @@
45
45
  "flags": {
46
46
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
47
47
  },
48
+ "advice": {
49
+ "$ref": "entry.json"
50
+ },
48
51
  "img": {
49
52
  "type": "string"
50
53
  },
@@ -32,6 +32,9 @@
32
32
  "flags": {
33
33
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
34
34
  },
35
+ "advice": {
36
+ "$ref": "entry.json"
37
+ },
35
38
  "img": {
36
39
  "type": "string"
37
40
  },
@@ -86,6 +89,9 @@
86
89
  "flags": {
87
90
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
88
91
  },
92
+ "advice": {
93
+ "$ref": "entry.json"
94
+ },
89
95
  "img": {
90
96
  "type": "string"
91
97
  },
@@ -141,6 +147,9 @@
141
147
  "flags": {
142
148
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
143
149
  },
150
+ "advice": {
151
+ "$ref": "entry.json"
152
+ },
144
153
  "img": {
145
154
  "type": "string"
146
155
  },
@@ -199,6 +208,9 @@
199
208
  "flags": {
200
209
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
201
210
  },
211
+ "advice": {
212
+ "$ref": "entry.json"
213
+ },
202
214
  "img": {
203
215
  "type": "string"
204
216
  },
@@ -257,6 +269,9 @@
257
269
  "flags": {
258
270
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
259
271
  },
272
+ "advice": {
273
+ "$ref": "entry.json"
274
+ },
260
275
  "img": {
261
276
  "type": "string"
262
277
  },
@@ -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.1.3",
5
+ "version": "1.1.4",
6
6
  "$defs": {
7
7
  "entryDataObject": {
8
8
  "description": "Additional \"5etools-type\" data to be stored on the entry.",
@@ -1609,6 +1609,9 @@
1609
1609
  "flags": {
1610
1610
  "$ref": "#/$defs/foundryFlagsObject"
1611
1611
  },
1612
+ "advice": {
1613
+ "$ref": "entry.json"
1614
+ },
1612
1615
  "img": {
1613
1616
  "type": "string"
1614
1617
  },
@@ -1663,6 +1666,9 @@
1663
1666
  "flags": {
1664
1667
  "$ref": "#/$defs/foundryFlagsObject"
1665
1668
  },
1669
+ "advice": {
1670
+ "$ref": "entry.json"
1671
+ },
1666
1672
  "img": {
1667
1673
  "type": "string"
1668
1674
  },
@@ -1735,6 +1741,9 @@
1735
1741
  "flags": {
1736
1742
  "$ref": "#/$defs/foundryFlagsObject"
1737
1743
  },
1744
+ "advice": {
1745
+ "$ref": "entry.json"
1746
+ },
1738
1747
  "img": {
1739
1748
  "type": "string"
1740
1749
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.17.29",
6
+ "version": "1.17.30",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -205,6 +205,11 @@
205
205
  "uniqueItems": true,
206
206
  "minItems": 1
207
207
  },
208
+ "isReprinted": {
209
+ "description": "Prefer \"reprintedAs\", where available.",
210
+ "const": true,
211
+ "markdownDescription": "Prefer "reprintedAs", where available."
212
+ },
208
213
  "tagNameStats": {
209
214
  "type": "string",
210
215
  "enum": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.53",
3
+ "version": "1.21.54",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -274,6 +274,9 @@
274
274
  "reprintedAs": {
275
275
  "$ref": "../util.json#/$defs/reprintedAs"
276
276
  },
277
+ "isReprinted": {
278
+ "$ref": "../util.json#/$defs/isReprinted"
279
+ },
277
280
  "alignment": {
278
281
  "type": "array",
279
282
  "items": {
@@ -1609,6 +1612,9 @@
1609
1612
  "reprintedAs": {
1610
1613
  "$ref": "../util.json#/$defs/reprintedAs"
1611
1614
  },
1615
+ "isReprinted": {
1616
+ "$ref": "../util.json#/$defs/isReprinted"
1617
+ },
1612
1618
  "alignment": {
1613
1619
  "type": "array",
1614
1620
  "items": {
@@ -2949,6 +2955,9 @@
2949
2955
  "reprintedAs": {
2950
2956
  "$ref": "../util.json#/$defs/reprintedAs"
2951
2957
  },
2958
+ "isReprinted": {
2959
+ "$ref": "../util.json#/$defs/isReprinted"
2960
+ },
2952
2961
  "alignment": {
2953
2962
  "type": "array",
2954
2963
  "items": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "2.12.11",
3
+ "version": "2.12.12",
4
4
  "$id": "class.json",
5
5
  "type": "object",
6
6
  "$defs": {
@@ -769,7 +769,7 @@
769
769
  "$ref": "../util-edition.json#/$defs/edition"
770
770
  },
771
771
  "isReprinted": {
772
- "type": "boolean"
772
+ "$ref": "../util.json#/$defs/isReprinted"
773
773
  },
774
774
  "reprintedAs": {
775
775
  "$ref": "../util.json#/$defs/reprintedAs"
@@ -980,7 +980,7 @@
980
980
  "$ref": "../util-edition.json#/$defs/edition"
981
981
  },
982
982
  "isReprinted": {
983
- "type": "boolean"
983
+ "$ref": "../util.json#/$defs/isReprinted"
984
984
  },
985
985
  "reprintedAs": {
986
986
  "$ref": "../util.json#/$defs/reprintedAs"
@@ -1191,7 +1191,7 @@
1191
1191
  "$ref": "../util-edition.json#/$defs/edition"
1192
1192
  },
1193
1193
  "isReprinted": {
1194
- "type": "boolean"
1194
+ "$ref": "../util.json#/$defs/isReprinted"
1195
1195
  },
1196
1196
  "reprintedAs": {
1197
1197
  "$ref": "../util.json#/$defs/reprintedAs"
@@ -1471,7 +1471,7 @@
1471
1471
  "$ref": "../util-edition.json#/$defs/edition"
1472
1472
  },
1473
1473
  "isReprinted": {
1474
- "type": "boolean"
1474
+ "$ref": "../util.json#/$defs/isReprinted"
1475
1475
  },
1476
1476
  "reprintedAs": {
1477
1477
  "$ref": "../util.json#/$defs/reprintedAs"
@@ -1489,7 +1489,7 @@
1489
1489
  }
1490
1490
  },
1491
1491
  "isSidekick": {
1492
- "type": "boolean"
1492
+ "const": true
1493
1493
  },
1494
1494
  "hd": {
1495
1495
  "type": "object",
@@ -1776,7 +1776,7 @@
1776
1776
  "$ref": "../util-edition.json#/$defs/edition"
1777
1777
  },
1778
1778
  "isReprinted": {
1779
- "type": "boolean"
1779
+ "$ref": "../util.json#/$defs/isReprinted"
1780
1780
  },
1781
1781
  "reprintedAs": {
1782
1782
  "$ref": "../util.json#/$defs/reprintedAs"
@@ -1794,7 +1794,7 @@
1794
1794
  }
1795
1795
  },
1796
1796
  "isSidekick": {
1797
- "type": "boolean"
1797
+ "const": true
1798
1798
  },
1799
1799
  "hd": {
1800
1800
  "type": "object",
@@ -2084,7 +2084,7 @@
2084
2084
  "$ref": "../util-edition.json#/$defs/edition"
2085
2085
  },
2086
2086
  "isReprinted": {
2087
- "type": "boolean"
2087
+ "$ref": "../util.json#/$defs/isReprinted"
2088
2088
  },
2089
2089
  "reprintedAs": {
2090
2090
  "$ref": "../util.json#/$defs/reprintedAs"
@@ -2102,7 +2102,7 @@
2102
2102
  }
2103
2103
  },
2104
2104
  "isSidekick": {
2105
- "type": "boolean"
2105
+ "const": true
2106
2106
  },
2107
2107
  "hd": {
2108
2108
  "type": "object",
@@ -34,6 +34,9 @@
34
34
  "flags": {
35
35
  "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
36
36
  },
37
+ "advice": {
38
+ "$ref": "../entry.json"
39
+ },
37
40
  "img": {
38
41
  "type": "string"
39
42
  },
@@ -128,6 +131,9 @@
128
131
  "flags": {
129
132
  "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
130
133
  },
134
+ "advice": {
135
+ "$ref": "../entry.json"
136
+ },
131
137
  "img": {
132
138
  "type": "string"
133
139
  },
@@ -227,6 +233,9 @@
227
233
  "flags": {
228
234
  "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
229
235
  },
236
+ "advice": {
237
+ "$ref": "../entry.json"
238
+ },
230
239
  "img": {
231
240
  "type": "string"
232
241
  },
@@ -328,6 +337,9 @@
328
337
  "flags": {
329
338
  "$ref": "../util-foundry.json#/$defs/foundryFlagsObject"
330
339
  },
340
+ "advice": {
341
+ "$ref": "../entry.json"
342
+ },
331
343
  "img": {
332
344
  "type": "string"
333
345
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "entry.json",
4
4
  "title": "Entry",
5
5
  "description": "A recursively renderable object.",
6
- "version": "1.9.14",
6
+ "version": "1.9.15",
7
7
  "$defs": {
8
8
  "_arrayOfSpell": {
9
9
  "type": "array",
@@ -1877,6 +1877,9 @@
1877
1877
  "minItems": 1,
1878
1878
  "uniqueItems": true
1879
1879
  },
1880
+ "labelMapRegions": {
1881
+ "const": true
1882
+ },
1880
1883
  "mapParent": {
1881
1884
  "description": "Note that the order of transformations is: scale, then offset.",
1882
1885
  "type": "object",
@@ -42,6 +42,9 @@
42
42
  "flags": {
43
43
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
44
44
  },
45
+ "advice": {
46
+ "$ref": "entry.json"
47
+ },
45
48
  "img": {
46
49
  "type": "string"
47
50
  },
@@ -39,6 +39,9 @@
39
39
  "flags": {
40
40
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
41
41
  },
42
+ "advice": {
43
+ "$ref": "entry.json"
44
+ },
42
45
  "img": {
43
46
  "type": "string"
44
47
  },
@@ -45,6 +45,9 @@
45
45
  "flags": {
46
46
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
47
47
  },
48
+ "advice": {
49
+ "$ref": "entry.json"
50
+ },
48
51
  "img": {
49
52
  "type": "string"
50
53
  },
@@ -32,6 +32,9 @@
32
32
  "flags": {
33
33
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
34
34
  },
35
+ "advice": {
36
+ "$ref": "entry.json"
37
+ },
35
38
  "img": {
36
39
  "type": "string"
37
40
  },
@@ -86,6 +89,9 @@
86
89
  "flags": {
87
90
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
88
91
  },
92
+ "advice": {
93
+ "$ref": "entry.json"
94
+ },
89
95
  "img": {
90
96
  "type": "string"
91
97
  },
@@ -141,6 +147,9 @@
141
147
  "flags": {
142
148
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
143
149
  },
150
+ "advice": {
151
+ "$ref": "entry.json"
152
+ },
144
153
  "img": {
145
154
  "type": "string"
146
155
  },
@@ -199,6 +208,9 @@
199
208
  "flags": {
200
209
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
201
210
  },
211
+ "advice": {
212
+ "$ref": "entry.json"
213
+ },
202
214
  "img": {
203
215
  "type": "string"
204
216
  },
@@ -257,6 +269,9 @@
257
269
  "flags": {
258
270
  "$ref": "util-foundry.json#/$defs/foundryFlagsObject"
259
271
  },
272
+ "advice": {
273
+ "$ref": "entry.json"
274
+ },
260
275
  "img": {
261
276
  "type": "string"
262
277
  },
@@ -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.1.3",
5
+ "version": "1.1.4",
6
6
  "$defs": {
7
7
  "entryDataObject": {
8
8
  "description": "Additional \"5etools-type\" data to be stored on the entry.",
@@ -1609,6 +1609,9 @@
1609
1609
  "flags": {
1610
1610
  "$ref": "#/$defs/foundryFlagsObject"
1611
1611
  },
1612
+ "advice": {
1613
+ "$ref": "entry.json"
1614
+ },
1612
1615
  "img": {
1613
1616
  "type": "string"
1614
1617
  },
@@ -1663,6 +1666,9 @@
1663
1666
  "flags": {
1664
1667
  "$ref": "#/$defs/foundryFlagsObject"
1665
1668
  },
1669
+ "advice": {
1670
+ "$ref": "entry.json"
1671
+ },
1666
1672
  "img": {
1667
1673
  "type": "string"
1668
1674
  },
@@ -1735,6 +1741,9 @@
1735
1741
  "flags": {
1736
1742
  "$ref": "#/$defs/foundryFlagsObject"
1737
1743
  },
1744
+ "advice": {
1745
+ "$ref": "entry.json"
1746
+ },
1738
1747
  "img": {
1739
1748
  "type": "string"
1740
1749
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.17.29",
6
+ "version": "1.17.30",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -205,6 +205,11 @@
205
205
  "uniqueItems": true,
206
206
  "minItems": 1
207
207
  },
208
+ "isReprinted": {
209
+ "description": "Prefer \"reprintedAs\", where available.",
210
+ "const": true,
211
+ "markdownDescription": "Prefer "reprintedAs", where available."
212
+ },
208
213
  "tagNameStats": {
209
214
  "type": "string",
210
215
  "enum": [