5etools-utils 0.12.67 → 0.12.69

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 (43) hide show
  1. package/package.json +1 -1
  2. package/schema/brew/bestiary/bestiary.json +13 -1
  3. package/schema/brew/items-base.json +3 -3
  4. package/schema/brew/items-shared.json +66 -33
  5. package/schema/brew/items.json +6 -6
  6. package/schema/brew/magicvariants.json +9 -9
  7. package/schema/brew/trapshazards.json +7 -3
  8. package/schema/brew/util.json +1 -1
  9. package/schema/brew-fast/bestiary/bestiary.json +13 -1
  10. package/schema/brew-fast/items-base.json +3 -3
  11. package/schema/brew-fast/items-shared.json +66 -33
  12. package/schema/brew-fast/items.json +6 -6
  13. package/schema/brew-fast/magicvariants.json +9 -9
  14. package/schema/brew-fast/trapshazards.json +7 -3
  15. package/schema/brew-fast/util.json +1 -1
  16. package/schema/site/bestiary/bestiary.json +13 -1
  17. package/schema/site/items-base.json +3 -3
  18. package/schema/site/items-shared.json +66 -33
  19. package/schema/site/items.json +6 -6
  20. package/schema/site/magicvariants.json +9 -9
  21. package/schema/site/trapshazards.json +7 -3
  22. package/schema/site/util.json +1 -1
  23. package/schema/site-fast/bestiary/bestiary.json +13 -1
  24. package/schema/site-fast/items-base.json +3 -3
  25. package/schema/site-fast/items-shared.json +66 -33
  26. package/schema/site-fast/items.json +6 -6
  27. package/schema/site-fast/magicvariants.json +9 -9
  28. package/schema/site-fast/trapshazards.json +7 -3
  29. package/schema/site-fast/util.json +1 -1
  30. package/schema/ua/bestiary/bestiary.json +13 -1
  31. package/schema/ua/items-base.json +3 -3
  32. package/schema/ua/items-shared.json +66 -33
  33. package/schema/ua/items.json +6 -6
  34. package/schema/ua/magicvariants.json +9 -9
  35. package/schema/ua/trapshazards.json +7 -3
  36. package/schema/ua/util.json +1 -1
  37. package/schema/ua-fast/bestiary/bestiary.json +13 -1
  38. package/schema/ua-fast/items-base.json +3 -3
  39. package/schema/ua-fast/items-shared.json +66 -33
  40. package/schema/ua-fast/items.json +6 -6
  41. package/schema/ua-fast/magicvariants.json +9 -9
  42. package/schema/ua-fast/trapshazards.json +7 -3
  43. package/schema/ua-fast/util.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.12.67",
3
+ "version": "0.12.69",
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.46",
3
+ "version": "1.21.47",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -1320,6 +1320,10 @@
1320
1320
  "description": "The class which can summon this creature; e.g. for those granted by some TCE class features.",
1321
1321
  "type": "string"
1322
1322
  },
1323
+ "summonedScaleByPlayerLevel": {
1324
+ "description": "If this creature should be scalable by summoning/owning player level.",
1325
+ "const": true
1326
+ },
1323
1327
  "_isCopy": {
1324
1328
  "description": "An internal flag indicating this creature is a copy of another, and is a temporary/placeholder entry which will be factored out using the \"_copy\" format at a later date.",
1325
1329
  "type": "boolean"
@@ -2642,6 +2646,10 @@
2642
2646
  "description": "The class which can summon this creature; e.g. for those granted by some TCE class features.",
2643
2647
  "type": "string"
2644
2648
  },
2649
+ "summonedScaleByPlayerLevel": {
2650
+ "description": "If this creature should be scalable by summoning/owning player level.",
2651
+ "const": true
2652
+ },
2645
2653
  "_isCopy": {
2646
2654
  "description": "An internal flag indicating this creature is a copy of another, and is a temporary/placeholder entry which will be factored out using the \"_copy\" format at a later date.",
2647
2655
  "type": "boolean"
@@ -3969,6 +3977,10 @@
3969
3977
  "description": "The class which can summon this creature; e.g. for those granted by some TCE class features.",
3970
3978
  "type": "string"
3971
3979
  },
3980
+ "summonedScaleByPlayerLevel": {
3981
+ "description": "If this creature should be scalable by summoning/owning player level.",
3982
+ "const": true
3983
+ },
3972
3984
  "_isCopy": {
3973
3985
  "description": "An internal flag indicating this creature is a copy of another, and is a temporary/placeholder entry which will be factored out using the \"_copy\" format at a later date.",
3974
3986
  "type": "boolean"
@@ -221,7 +221,7 @@
221
221
  }
222
222
  },
223
223
  "property": {
224
- "$ref": "items-shared.json#/$defs/itemProperty"
224
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
225
225
  },
226
226
  "range": {
227
227
  "type": "string"
@@ -570,7 +570,7 @@
570
570
  }
571
571
  },
572
572
  "property": {
573
- "$ref": "items-shared.json#/$defs/itemProperty"
573
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
574
574
  },
575
575
  "range": {
576
576
  "type": "string"
@@ -923,7 +923,7 @@
923
923
  }
924
924
  },
925
925
  "property": {
926
- "$ref": "items-shared.json#/$defs/itemProperty"
926
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
927
927
  },
928
928
  "range": {
929
929
  "type": "string"
@@ -3,7 +3,7 @@
3
3
  "$id": "items-shared.json",
4
4
  "title": "Shared Item Schema",
5
5
  "description": "Shared item definitions to be used in item schemas.",
6
- "version": "1.1.5",
6
+ "version": "1.1.6",
7
7
  "$defs": {
8
8
  "_itemModifySpeedEqual": {
9
9
  "type": "string",
@@ -235,41 +235,74 @@
235
235
  ]
236
236
  },
237
237
  "itemProperty": {
238
- "type": "array",
239
238
  "description": "2H: Two-Handed\n2H|XPHB: Two-Handed\nA: Ammunition\nA|XPHB: Ammunition\nAF|DMG: Ammunition (futuristic)\nAF|XDMG: Ammunition (futuristic)\nBF|DMG: Burst Fire\nBF|XDMG: Burst Fire\nER|TDCSR: Extended Reach\nF: Finesse\nF|XPHB: Finesse\nH: Heavy\nH|XPHB: Heavy\nL: Light\nL|XPHB: Light\nLD: Loading\nLD|XPHB: Loading\nOTH: Other\nR: Reach\nR|XPHB: Reach\nRLD: Reload\nRLD|XDMG: Reload\nS: Special\nT: Thrown\nT|XPHB: Thrown\nV: Versatile\nV|XPHB: Versatile\nVst|TDCSR: Vestige of Divergence",
239
+ "type": "string",
240
+ "examples": [
241
+ "2H",
242
+ "2H|XPHB",
243
+ "A",
244
+ "A|XPHB",
245
+ "AF|DMG",
246
+ "AF|XDMG",
247
+ "BF|DMG",
248
+ "BF|XDMG",
249
+ "ER|TDCSR",
250
+ "F",
251
+ "F|XPHB",
252
+ "H",
253
+ "H|XPHB",
254
+ "L",
255
+ "L|XPHB",
256
+ "LD",
257
+ "LD|XPHB",
258
+ "OTH",
259
+ "R",
260
+ "R|XPHB",
261
+ "RLD",
262
+ "RLD|XDMG",
263
+ "S",
264
+ "T",
265
+ "T|XPHB",
266
+ "V",
267
+ "V|XPHB",
268
+ "Vst|TDCSR"
269
+ ]
270
+ },
271
+ "itemPropertyArray": {
272
+ "type": "array",
273
+ "items": {
274
+ "$ref": "#/$defs/itemProperty"
275
+ },
276
+ "minItems": 1,
277
+ "uniqueItems": true
278
+ },
279
+ "itemPropertyOrWrapperArray": {
280
+ "type": "array",
240
281
  "items": {
241
- "type": "string",
242
- "examples": [
243
- "2H",
244
- "2H|XPHB",
245
- "A",
246
- "A|XPHB",
247
- "AF|DMG",
248
- "AF|XDMG",
249
- "BF|DMG",
250
- "BF|XDMG",
251
- "ER|TDCSR",
252
- "F",
253
- "F|XPHB",
254
- "H",
255
- "H|XPHB",
256
- "L",
257
- "L|XPHB",
258
- "LD",
259
- "LD|XPHB",
260
- "OTH",
261
- "R",
262
- "R|XPHB",
263
- "RLD",
264
- "RLD|XDMG",
265
- "S",
266
- "T",
267
- "T|XPHB",
268
- "V",
269
- "V|XPHB",
270
- "Vst|TDCSR"
282
+ "oneOf": [
283
+ {
284
+ "$ref": "#/$defs/itemProperty"
285
+ },
286
+ {
287
+ "type": "object",
288
+ "properties": {
289
+ "uid": {
290
+ "$ref": "#/$defs/itemProperty"
291
+ },
292
+ "note": {
293
+ "type": "string"
294
+ }
295
+ },
296
+ "required": [
297
+ "uid"
298
+ ],
299
+ "minProperties": 2,
300
+ "additionalProperties": false
301
+ }
271
302
  ]
272
- }
303
+ },
304
+ "minItems": 1,
305
+ "uniqueItems": true
273
306
  },
274
307
  "itemScfType": {
275
308
  "type": "string",
@@ -69,7 +69,7 @@
69
69
  }
70
70
  },
71
71
  "property": {
72
- "$ref": "items-shared.json#/$defs/itemProperty"
72
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
73
73
  },
74
74
  "range": {
75
75
  "type": "string"
@@ -586,7 +586,7 @@
586
586
  }
587
587
  },
588
588
  "property": {
589
- "$ref": "items-shared.json#/$defs/itemProperty"
589
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
590
590
  },
591
591
  "range": {
592
592
  "type": "string"
@@ -1105,7 +1105,7 @@
1105
1105
  }
1106
1106
  },
1107
1107
  "property": {
1108
- "$ref": "items-shared.json#/$defs/itemProperty"
1108
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
1109
1109
  },
1110
1110
  "range": {
1111
1111
  "type": "string"
@@ -1622,7 +1622,7 @@
1622
1622
  }
1623
1623
  },
1624
1624
  "property": {
1625
- "$ref": "items-shared.json#/$defs/itemProperty"
1625
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
1626
1626
  },
1627
1627
  "range": {
1628
1628
  "type": "string"
@@ -2146,7 +2146,7 @@
2146
2146
  }
2147
2147
  },
2148
2148
  "property": {
2149
- "$ref": "items-shared.json#/$defs/itemProperty"
2149
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
2150
2150
  },
2151
2151
  "range": {
2152
2152
  "type": "string"
@@ -2667,7 +2667,7 @@
2667
2667
  }
2668
2668
  },
2669
2669
  "property": {
2670
- "$ref": "items-shared.json#/$defs/itemProperty"
2670
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
2671
2671
  },
2672
2672
  "range": {
2673
2673
  "type": "string"
@@ -152,15 +152,15 @@
152
152
  },
153
153
  "property": {
154
154
  "description": "Generally this should be omitted, as the properties of the base item will be used.",
155
- "$ref": "items-shared.json#/$defs/itemProperty"
155
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
156
156
  },
157
157
  "propertyAdd": {
158
158
  "description": "Additional properties to grant the specific variant, if not already present on the base item.",
159
- "$ref": "items-shared.json#/$defs/itemProperty"
159
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
160
160
  },
161
161
  "propertyRemove": {
162
162
  "description": "Properties to remove from the specific variant, if present on the base item.",
163
- "$ref": "items-shared.json#/$defs/itemProperty"
163
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
164
164
  },
165
165
  "range": {
166
166
  "type": "string"
@@ -755,15 +755,15 @@
755
755
  },
756
756
  "property": {
757
757
  "description": "Generally this should be omitted, as the properties of the base item will be used.",
758
- "$ref": "items-shared.json#/$defs/itemProperty"
758
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
759
759
  },
760
760
  "propertyAdd": {
761
761
  "description": "Additional properties to grant the specific variant, if not already present on the base item.",
762
- "$ref": "items-shared.json#/$defs/itemProperty"
762
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
763
763
  },
764
764
  "propertyRemove": {
765
765
  "description": "Properties to remove from the specific variant, if present on the base item.",
766
- "$ref": "items-shared.json#/$defs/itemProperty"
766
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
767
767
  },
768
768
  "range": {
769
769
  "type": "string"
@@ -1367,15 +1367,15 @@
1367
1367
  },
1368
1368
  "property": {
1369
1369
  "description": "Generally this should be omitted, as the properties of the base item will be used.",
1370
- "$ref": "items-shared.json#/$defs/itemProperty"
1370
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
1371
1371
  },
1372
1372
  "propertyAdd": {
1373
1373
  "description": "Additional properties to grant the specific variant, if not already present on the base item.",
1374
- "$ref": "items-shared.json#/$defs/itemProperty"
1374
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
1375
1375
  },
1376
1376
  "propertyRemove": {
1377
1377
  "description": "Properties to remove from the specific variant, if present on the base item.",
1378
- "$ref": "items-shared.json#/$defs/itemProperty"
1378
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
1379
1379
  },
1380
1380
  "range": {
1381
1381
  "type": "string"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "trapshazards.json",
4
- "version": "1.4.2",
4
+ "version": "1.4.3",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_trapHazardTier": {
@@ -91,11 +91,12 @@
91
91
  },
92
92
  "trapHazType": {
93
93
  "type": "string",
94
- "description": "MAG: Magical Trap\nMECH: Mechanical Trap\nTRP: Trap",
94
+ "description": "HAUNT: Haunted Trap\nMAG: Magical Trap\nMECH: Mechanical Trap\nTRP: Trap",
95
95
  "enum": [
96
96
  "MECH",
97
97
  "MAG",
98
- "TRP"
98
+ "TRP",
99
+ "HAUNT"
99
100
  ]
100
101
  },
101
102
  "source": {
@@ -125,6 +126,9 @@
125
126
  "rating": {
126
127
  "$ref": "#/$defs/_trapHazardRating"
127
128
  },
129
+ "hauntBonus": {
130
+ "type": "string"
131
+ },
128
132
  "srd": {
129
133
  "$ref": "util.json#/$defs/srd"
130
134
  },
@@ -1984,7 +1984,7 @@
1984
1984
  "itemProperty": {
1985
1985
  "oneOf": [
1986
1986
  {
1987
- "$ref": "items-shared.json#/$defs/itemProperty"
1987
+ "$ref": "items-shared.json#/$defs/itemPropertyArray"
1988
1988
  },
1989
1989
  {
1990
1990
  "type": "null"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.46",
3
+ "version": "1.21.47",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -1320,6 +1320,10 @@
1320
1320
  "description": "The class which can summon this creature; e.g. for those granted by some TCE class features.",
1321
1321
  "type": "string"
1322
1322
  },
1323
+ "summonedScaleByPlayerLevel": {
1324
+ "description": "If this creature should be scalable by summoning/owning player level.",
1325
+ "const": true
1326
+ },
1323
1327
  "_isCopy": {
1324
1328
  "description": "An internal flag indicating this creature is a copy of another, and is a temporary/placeholder entry which will be factored out using the \"_copy\" format at a later date.",
1325
1329
  "type": "boolean"
@@ -2642,6 +2646,10 @@
2642
2646
  "description": "The class which can summon this creature; e.g. for those granted by some TCE class features.",
2643
2647
  "type": "string"
2644
2648
  },
2649
+ "summonedScaleByPlayerLevel": {
2650
+ "description": "If this creature should be scalable by summoning/owning player level.",
2651
+ "const": true
2652
+ },
2645
2653
  "_isCopy": {
2646
2654
  "description": "An internal flag indicating this creature is a copy of another, and is a temporary/placeholder entry which will be factored out using the \"_copy\" format at a later date.",
2647
2655
  "type": "boolean"
@@ -3969,6 +3977,10 @@
3969
3977
  "description": "The class which can summon this creature; e.g. for those granted by some TCE class features.",
3970
3978
  "type": "string"
3971
3979
  },
3980
+ "summonedScaleByPlayerLevel": {
3981
+ "description": "If this creature should be scalable by summoning/owning player level.",
3982
+ "const": true
3983
+ },
3972
3984
  "_isCopy": {
3973
3985
  "description": "An internal flag indicating this creature is a copy of another, and is a temporary/placeholder entry which will be factored out using the \"_copy\" format at a later date.",
3974
3986
  "type": "boolean"
@@ -221,7 +221,7 @@
221
221
  }
222
222
  },
223
223
  "property": {
224
- "$ref": "items-shared.json#/$defs/itemProperty"
224
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
225
225
  },
226
226
  "range": {
227
227
  "type": "string"
@@ -570,7 +570,7 @@
570
570
  }
571
571
  },
572
572
  "property": {
573
- "$ref": "items-shared.json#/$defs/itemProperty"
573
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
574
574
  },
575
575
  "range": {
576
576
  "type": "string"
@@ -923,7 +923,7 @@
923
923
  }
924
924
  },
925
925
  "property": {
926
- "$ref": "items-shared.json#/$defs/itemProperty"
926
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
927
927
  },
928
928
  "range": {
929
929
  "type": "string"
@@ -3,7 +3,7 @@
3
3
  "$id": "items-shared.json",
4
4
  "title": "Shared Item Schema",
5
5
  "description": "Shared item definitions to be used in item schemas.",
6
- "version": "1.1.5",
6
+ "version": "1.1.6",
7
7
  "$defs": {
8
8
  "_itemModifySpeedEqual": {
9
9
  "type": "string",
@@ -235,41 +235,74 @@
235
235
  ]
236
236
  },
237
237
  "itemProperty": {
238
- "type": "array",
239
238
  "description": "2H: Two-Handed\n2H|XPHB: Two-Handed\nA: Ammunition\nA|XPHB: Ammunition\nAF|DMG: Ammunition (futuristic)\nAF|XDMG: Ammunition (futuristic)\nBF|DMG: Burst Fire\nBF|XDMG: Burst Fire\nER|TDCSR: Extended Reach\nF: Finesse\nF|XPHB: Finesse\nH: Heavy\nH|XPHB: Heavy\nL: Light\nL|XPHB: Light\nLD: Loading\nLD|XPHB: Loading\nOTH: Other\nR: Reach\nR|XPHB: Reach\nRLD: Reload\nRLD|XDMG: Reload\nS: Special\nT: Thrown\nT|XPHB: Thrown\nV: Versatile\nV|XPHB: Versatile\nVst|TDCSR: Vestige of Divergence",
239
+ "type": "string",
240
+ "examples": [
241
+ "2H",
242
+ "2H|XPHB",
243
+ "A",
244
+ "A|XPHB",
245
+ "AF|DMG",
246
+ "AF|XDMG",
247
+ "BF|DMG",
248
+ "BF|XDMG",
249
+ "ER|TDCSR",
250
+ "F",
251
+ "F|XPHB",
252
+ "H",
253
+ "H|XPHB",
254
+ "L",
255
+ "L|XPHB",
256
+ "LD",
257
+ "LD|XPHB",
258
+ "OTH",
259
+ "R",
260
+ "R|XPHB",
261
+ "RLD",
262
+ "RLD|XDMG",
263
+ "S",
264
+ "T",
265
+ "T|XPHB",
266
+ "V",
267
+ "V|XPHB",
268
+ "Vst|TDCSR"
269
+ ]
270
+ },
271
+ "itemPropertyArray": {
272
+ "type": "array",
273
+ "items": {
274
+ "$ref": "#/$defs/itemProperty"
275
+ },
276
+ "minItems": 1,
277
+ "uniqueItems": true
278
+ },
279
+ "itemPropertyOrWrapperArray": {
280
+ "type": "array",
240
281
  "items": {
241
- "type": "string",
242
- "examples": [
243
- "2H",
244
- "2H|XPHB",
245
- "A",
246
- "A|XPHB",
247
- "AF|DMG",
248
- "AF|XDMG",
249
- "BF|DMG",
250
- "BF|XDMG",
251
- "ER|TDCSR",
252
- "F",
253
- "F|XPHB",
254
- "H",
255
- "H|XPHB",
256
- "L",
257
- "L|XPHB",
258
- "LD",
259
- "LD|XPHB",
260
- "OTH",
261
- "R",
262
- "R|XPHB",
263
- "RLD",
264
- "RLD|XDMG",
265
- "S",
266
- "T",
267
- "T|XPHB",
268
- "V",
269
- "V|XPHB",
270
- "Vst|TDCSR"
282
+ "oneOf": [
283
+ {
284
+ "$ref": "#/$defs/itemProperty"
285
+ },
286
+ {
287
+ "type": "object",
288
+ "properties": {
289
+ "uid": {
290
+ "$ref": "#/$defs/itemProperty"
291
+ },
292
+ "note": {
293
+ "type": "string"
294
+ }
295
+ },
296
+ "required": [
297
+ "uid"
298
+ ],
299
+ "minProperties": 2,
300
+ "additionalProperties": false
301
+ }
271
302
  ]
272
- }
303
+ },
304
+ "minItems": 1,
305
+ "uniqueItems": true
273
306
  },
274
307
  "itemScfType": {
275
308
  "type": "string",
@@ -69,7 +69,7 @@
69
69
  }
70
70
  },
71
71
  "property": {
72
- "$ref": "items-shared.json#/$defs/itemProperty"
72
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
73
73
  },
74
74
  "range": {
75
75
  "type": "string"
@@ -586,7 +586,7 @@
586
586
  }
587
587
  },
588
588
  "property": {
589
- "$ref": "items-shared.json#/$defs/itemProperty"
589
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
590
590
  },
591
591
  "range": {
592
592
  "type": "string"
@@ -1105,7 +1105,7 @@
1105
1105
  }
1106
1106
  },
1107
1107
  "property": {
1108
- "$ref": "items-shared.json#/$defs/itemProperty"
1108
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
1109
1109
  },
1110
1110
  "range": {
1111
1111
  "type": "string"
@@ -1622,7 +1622,7 @@
1622
1622
  }
1623
1623
  },
1624
1624
  "property": {
1625
- "$ref": "items-shared.json#/$defs/itemProperty"
1625
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
1626
1626
  },
1627
1627
  "range": {
1628
1628
  "type": "string"
@@ -2146,7 +2146,7 @@
2146
2146
  }
2147
2147
  },
2148
2148
  "property": {
2149
- "$ref": "items-shared.json#/$defs/itemProperty"
2149
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
2150
2150
  },
2151
2151
  "range": {
2152
2152
  "type": "string"
@@ -2667,7 +2667,7 @@
2667
2667
  }
2668
2668
  },
2669
2669
  "property": {
2670
- "$ref": "items-shared.json#/$defs/itemProperty"
2670
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
2671
2671
  },
2672
2672
  "range": {
2673
2673
  "type": "string"
@@ -152,15 +152,15 @@
152
152
  },
153
153
  "property": {
154
154
  "description": "Generally this should be omitted, as the properties of the base item will be used.",
155
- "$ref": "items-shared.json#/$defs/itemProperty"
155
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
156
156
  },
157
157
  "propertyAdd": {
158
158
  "description": "Additional properties to grant the specific variant, if not already present on the base item.",
159
- "$ref": "items-shared.json#/$defs/itemProperty"
159
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
160
160
  },
161
161
  "propertyRemove": {
162
162
  "description": "Properties to remove from the specific variant, if present on the base item.",
163
- "$ref": "items-shared.json#/$defs/itemProperty"
163
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
164
164
  },
165
165
  "range": {
166
166
  "type": "string"
@@ -755,15 +755,15 @@
755
755
  },
756
756
  "property": {
757
757
  "description": "Generally this should be omitted, as the properties of the base item will be used.",
758
- "$ref": "items-shared.json#/$defs/itemProperty"
758
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
759
759
  },
760
760
  "propertyAdd": {
761
761
  "description": "Additional properties to grant the specific variant, if not already present on the base item.",
762
- "$ref": "items-shared.json#/$defs/itemProperty"
762
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
763
763
  },
764
764
  "propertyRemove": {
765
765
  "description": "Properties to remove from the specific variant, if present on the base item.",
766
- "$ref": "items-shared.json#/$defs/itemProperty"
766
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
767
767
  },
768
768
  "range": {
769
769
  "type": "string"
@@ -1367,15 +1367,15 @@
1367
1367
  },
1368
1368
  "property": {
1369
1369
  "description": "Generally this should be omitted, as the properties of the base item will be used.",
1370
- "$ref": "items-shared.json#/$defs/itemProperty"
1370
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
1371
1371
  },
1372
1372
  "propertyAdd": {
1373
1373
  "description": "Additional properties to grant the specific variant, if not already present on the base item.",
1374
- "$ref": "items-shared.json#/$defs/itemProperty"
1374
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
1375
1375
  },
1376
1376
  "propertyRemove": {
1377
1377
  "description": "Properties to remove from the specific variant, if present on the base item.",
1378
- "$ref": "items-shared.json#/$defs/itemProperty"
1378
+ "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
1379
1379
  },
1380
1380
  "range": {
1381
1381
  "type": "string"