5etools-utils 0.12.68 → 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.
- package/package.json +1 -1
- package/schema/brew/items-base.json +3 -3
- package/schema/brew/items-shared.json +66 -33
- package/schema/brew/items.json +6 -6
- package/schema/brew/magicvariants.json +9 -9
- package/schema/brew/util.json +1 -1
- package/schema/brew-fast/items-base.json +3 -3
- package/schema/brew-fast/items-shared.json +66 -33
- package/schema/brew-fast/items.json +6 -6
- package/schema/brew-fast/magicvariants.json +9 -9
- package/schema/brew-fast/util.json +1 -1
- package/schema/site/items-base.json +3 -3
- package/schema/site/items-shared.json +66 -33
- package/schema/site/items.json +6 -6
- package/schema/site/magicvariants.json +9 -9
- package/schema/site/util.json +1 -1
- package/schema/site-fast/items-base.json +3 -3
- package/schema/site-fast/items-shared.json +66 -33
- package/schema/site-fast/items.json +6 -6
- package/schema/site-fast/magicvariants.json +9 -9
- package/schema/site-fast/util.json +1 -1
- package/schema/ua/items-base.json +3 -3
- package/schema/ua/items-shared.json +66 -33
- package/schema/ua/items.json +6 -6
- package/schema/ua/magicvariants.json +9 -9
- package/schema/ua/util.json +1 -1
- package/schema/ua-fast/items-base.json +3 -3
- package/schema/ua-fast/items-shared.json +66 -33
- package/schema/ua-fast/items.json +6 -6
- package/schema/ua-fast/magicvariants.json +9 -9
- package/schema/ua-fast/util.json +1 -1
package/package.json
CHANGED
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
}
|
|
222
222
|
},
|
|
223
223
|
"property": {
|
|
224
|
-
"$ref": "items-shared.json#/$defs/
|
|
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/
|
|
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/
|
|
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.
|
|
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
|
-
"
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
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",
|
package/schema/brew/items.json
CHANGED
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"property": {
|
|
72
|
-
"$ref": "items-shared.json#/$defs/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
1378
|
+
"$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
|
|
1379
1379
|
},
|
|
1380
1380
|
"range": {
|
|
1381
1381
|
"type": "string"
|
package/schema/brew/util.json
CHANGED
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
}
|
|
222
222
|
},
|
|
223
223
|
"property": {
|
|
224
|
-
"$ref": "items-shared.json#/$defs/
|
|
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/
|
|
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/
|
|
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.
|
|
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
|
-
"
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
1378
|
+
"$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
|
|
1379
1379
|
},
|
|
1380
1380
|
"range": {
|
|
1381
1381
|
"type": "string"
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
}
|
|
224
224
|
},
|
|
225
225
|
"property": {
|
|
226
|
-
"$ref": "items-shared.json#/$defs/
|
|
226
|
+
"$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
|
|
227
227
|
},
|
|
228
228
|
"range": {
|
|
229
229
|
"type": "string"
|
|
@@ -532,7 +532,7 @@
|
|
|
532
532
|
}
|
|
533
533
|
},
|
|
534
534
|
"property": {
|
|
535
|
-
"$ref": "items-shared.json#/$defs/
|
|
535
|
+
"$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
|
|
536
536
|
},
|
|
537
537
|
"range": {
|
|
538
538
|
"type": "string"
|
|
@@ -845,7 +845,7 @@
|
|
|
845
845
|
}
|
|
846
846
|
},
|
|
847
847
|
"property": {
|
|
848
|
-
"$ref": "items-shared.json#/$defs/
|
|
848
|
+
"$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
|
|
849
849
|
},
|
|
850
850
|
"range": {
|
|
851
851
|
"type": "string"
|