5etools-utils 0.14.38 → 0.14.40

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.14.38",
3
+ "version": "0.14.40",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "foundry-items.json",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
8
8
  "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
9
9
  },
10
+ "baseitem": {
11
+ "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
12
+ },
10
13
  "item": {
11
14
  "type": "array",
12
15
  "minItems": 1,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.11.5",
3
+ "version": "1.11.6",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -627,6 +627,9 @@
627
627
  "foundryMagicvariant": {
628
628
  "$ref": "foundry-items.json#/properties/magicvariant"
629
629
  },
630
+ "foundryBaseitem": {
631
+ "$ref": "foundry-items.json#/properties/baseitem"
632
+ },
630
633
  "itemGroup": {
631
634
  "$ref": "items.json#/properties/itemGroup"
632
635
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.6.17",
4
+ "version": "1.6.18",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -187,6 +187,12 @@
187
187
  "$ref": "entry.json"
188
188
  }
189
189
  },
190
+ "additionalEntries": {
191
+ "type": "array",
192
+ "items": {
193
+ "$ref": "entry.json"
194
+ }
195
+ },
190
196
  "property": {
191
197
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
192
198
  },
@@ -392,6 +398,9 @@
392
398
  "legacy": {
393
399
  "$ref": "util.json#/$defs/legacy"
394
400
  },
401
+ "additionalSources": {
402
+ "$ref": "util.json#/$defs/additionalSources"
403
+ },
395
404
  "otherSources": {
396
405
  "$ref": "util.json#/$defs/otherSources"
397
406
  },
@@ -574,6 +583,12 @@
574
583
  "$ref": "entry.json"
575
584
  }
576
585
  },
586
+ "additionalEntries": {
587
+ "type": "array",
588
+ "items": {
589
+ "$ref": "entry.json"
590
+ }
591
+ },
577
592
  "property": {
578
593
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
579
594
  },
@@ -779,6 +794,9 @@
779
794
  "legacy": {
780
795
  "$ref": "util.json#/$defs/legacy"
781
796
  },
797
+ "additionalSources": {
798
+ "$ref": "util.json#/$defs/additionalSources"
799
+ },
782
800
  "otherSources": {
783
801
  "$ref": "util.json#/$defs/otherSources"
784
802
  },
@@ -965,6 +983,12 @@
965
983
  "$ref": "entry.json"
966
984
  }
967
985
  },
986
+ "additionalEntries": {
987
+ "type": "array",
988
+ "items": {
989
+ "$ref": "entry.json"
990
+ }
991
+ },
968
992
  "property": {
969
993
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
970
994
  },
@@ -1170,6 +1194,9 @@
1170
1194
  "legacy": {
1171
1195
  "$ref": "util.json#/$defs/legacy"
1172
1196
  },
1197
+ "additionalSources": {
1198
+ "$ref": "util.json#/$defs/additionalSources"
1199
+ },
1173
1200
  "otherSources": {
1174
1201
  "$ref": "util.json#/$defs/otherSources"
1175
1202
  },
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "foundry-items.json",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
8
8
  "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
9
9
  },
10
+ "baseitem": {
11
+ "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
12
+ },
10
13
  "item": {
11
14
  "type": "array",
12
15
  "minItems": 1,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.11.5",
3
+ "version": "1.11.6",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -625,6 +625,9 @@
625
625
  "foundryMagicvariant": {
626
626
  "$ref": "foundry-items.json#/properties/magicvariant"
627
627
  },
628
+ "foundryBaseitem": {
629
+ "$ref": "foundry-items.json#/properties/baseitem"
630
+ },
628
631
  "itemGroup": {
629
632
  "$ref": "items.json#/properties/itemGroup"
630
633
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.6.17",
4
+ "version": "1.6.18",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -187,6 +187,12 @@
187
187
  "$ref": "entry.json"
188
188
  }
189
189
  },
190
+ "additionalEntries": {
191
+ "type": "array",
192
+ "items": {
193
+ "$ref": "entry.json"
194
+ }
195
+ },
190
196
  "property": {
191
197
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
192
198
  },
@@ -392,6 +398,9 @@
392
398
  "legacy": {
393
399
  "$ref": "util.json#/$defs/legacy"
394
400
  },
401
+ "additionalSources": {
402
+ "$ref": "util.json#/$defs/additionalSources"
403
+ },
395
404
  "otherSources": {
396
405
  "$ref": "util.json#/$defs/otherSources"
397
406
  },
@@ -574,6 +583,12 @@
574
583
  "$ref": "entry.json"
575
584
  }
576
585
  },
586
+ "additionalEntries": {
587
+ "type": "array",
588
+ "items": {
589
+ "$ref": "entry.json"
590
+ }
591
+ },
577
592
  "property": {
578
593
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
579
594
  },
@@ -779,6 +794,9 @@
779
794
  "legacy": {
780
795
  "$ref": "util.json#/$defs/legacy"
781
796
  },
797
+ "additionalSources": {
798
+ "$ref": "util.json#/$defs/additionalSources"
799
+ },
782
800
  "otherSources": {
783
801
  "$ref": "util.json#/$defs/otherSources"
784
802
  },
@@ -965,6 +983,12 @@
965
983
  "$ref": "entry.json"
966
984
  }
967
985
  },
986
+ "additionalEntries": {
987
+ "type": "array",
988
+ "items": {
989
+ "$ref": "entry.json"
990
+ }
991
+ },
968
992
  "property": {
969
993
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
970
994
  },
@@ -1170,6 +1194,9 @@
1170
1194
  "legacy": {
1171
1195
  "$ref": "util.json#/$defs/legacy"
1172
1196
  },
1197
+ "additionalSources": {
1198
+ "$ref": "util.json#/$defs/additionalSources"
1199
+ },
1173
1200
  "otherSources": {
1174
1201
  "$ref": "util.json#/$defs/otherSources"
1175
1202
  },
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "foundry-items.json",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
8
8
  "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
9
9
  },
10
+ "baseitem": {
11
+ "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
12
+ },
10
13
  "item": {
11
14
  "type": "array",
12
15
  "minItems": 1,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.11.5",
3
+ "version": "1.11.6",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -627,6 +627,9 @@
627
627
  "foundryMagicvariant": {
628
628
  "$ref": "foundry-items.json#/properties/magicvariant"
629
629
  },
630
+ "foundryBaseitem": {
631
+ "$ref": "foundry-items.json#/properties/baseitem"
632
+ },
630
633
  "itemGroup": {
631
634
  "$ref": "items.json#/properties/itemGroup"
632
635
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.6.17",
4
+ "version": "1.6.18",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -225,6 +225,12 @@
225
225
  "$ref": "entry.json"
226
226
  }
227
227
  },
228
+ "additionalEntries": {
229
+ "type": "array",
230
+ "items": {
231
+ "$ref": "entry.json"
232
+ }
233
+ },
228
234
  "property": {
229
235
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
230
236
  },
@@ -430,6 +436,9 @@
430
436
  "legacy": {
431
437
  "$ref": "util.json#/$defs/legacy"
432
438
  },
439
+ "additionalSources": {
440
+ "$ref": "util.json#/$defs/additionalSources"
441
+ },
433
442
  "otherSources": {
434
443
  "$ref": "util.json#/$defs/otherSources"
435
444
  },
@@ -573,6 +582,12 @@
573
582
  "$ref": "entry.json"
574
583
  }
575
584
  },
585
+ "additionalEntries": {
586
+ "type": "array",
587
+ "items": {
588
+ "$ref": "entry.json"
589
+ }
590
+ },
576
591
  "property": {
577
592
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
578
593
  },
@@ -778,6 +793,9 @@
778
793
  "legacy": {
779
794
  "$ref": "util.json#/$defs/legacy"
780
795
  },
796
+ "additionalSources": {
797
+ "$ref": "util.json#/$defs/additionalSources"
798
+ },
781
799
  "otherSources": {
782
800
  "$ref": "util.json#/$defs/otherSources"
783
801
  },
@@ -925,6 +943,12 @@
925
943
  "$ref": "entry.json"
926
944
  }
927
945
  },
946
+ "additionalEntries": {
947
+ "type": "array",
948
+ "items": {
949
+ "$ref": "entry.json"
950
+ }
951
+ },
928
952
  "property": {
929
953
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
930
954
  },
@@ -1130,6 +1154,9 @@
1130
1154
  "legacy": {
1131
1155
  "$ref": "util.json#/$defs/legacy"
1132
1156
  },
1157
+ "additionalSources": {
1158
+ "$ref": "util.json#/$defs/additionalSources"
1159
+ },
1133
1160
  "otherSources": {
1134
1161
  "$ref": "util.json#/$defs/otherSources"
1135
1162
  },
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "foundry-items.json",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
8
8
  "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
9
9
  },
10
+ "baseitem": {
11
+ "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
12
+ },
10
13
  "item": {
11
14
  "type": "array",
12
15
  "minItems": 1,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.11.5",
3
+ "version": "1.11.6",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -625,6 +625,9 @@
625
625
  "foundryMagicvariant": {
626
626
  "$ref": "foundry-items.json#/properties/magicvariant"
627
627
  },
628
+ "foundryBaseitem": {
629
+ "$ref": "foundry-items.json#/properties/baseitem"
630
+ },
628
631
  "itemGroup": {
629
632
  "$ref": "items.json#/properties/itemGroup"
630
633
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.6.17",
4
+ "version": "1.6.18",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -225,6 +225,12 @@
225
225
  "$ref": "entry.json"
226
226
  }
227
227
  },
228
+ "additionalEntries": {
229
+ "type": "array",
230
+ "items": {
231
+ "$ref": "entry.json"
232
+ }
233
+ },
228
234
  "property": {
229
235
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
230
236
  },
@@ -430,6 +436,9 @@
430
436
  "legacy": {
431
437
  "$ref": "util.json#/$defs/legacy"
432
438
  },
439
+ "additionalSources": {
440
+ "$ref": "util.json#/$defs/additionalSources"
441
+ },
433
442
  "otherSources": {
434
443
  "$ref": "util.json#/$defs/otherSources"
435
444
  },
@@ -573,6 +582,12 @@
573
582
  "$ref": "entry.json"
574
583
  }
575
584
  },
585
+ "additionalEntries": {
586
+ "type": "array",
587
+ "items": {
588
+ "$ref": "entry.json"
589
+ }
590
+ },
576
591
  "property": {
577
592
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
578
593
  },
@@ -778,6 +793,9 @@
778
793
  "legacy": {
779
794
  "$ref": "util.json#/$defs/legacy"
780
795
  },
796
+ "additionalSources": {
797
+ "$ref": "util.json#/$defs/additionalSources"
798
+ },
781
799
  "otherSources": {
782
800
  "$ref": "util.json#/$defs/otherSources"
783
801
  },
@@ -925,6 +943,12 @@
925
943
  "$ref": "entry.json"
926
944
  }
927
945
  },
946
+ "additionalEntries": {
947
+ "type": "array",
948
+ "items": {
949
+ "$ref": "entry.json"
950
+ }
951
+ },
928
952
  "property": {
929
953
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
930
954
  },
@@ -1130,6 +1154,9 @@
1130
1154
  "legacy": {
1131
1155
  "$ref": "util.json#/$defs/legacy"
1132
1156
  },
1157
+ "additionalSources": {
1158
+ "$ref": "util.json#/$defs/additionalSources"
1159
+ },
1133
1160
  "otherSources": {
1134
1161
  "$ref": "util.json#/$defs/otherSources"
1135
1162
  },
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "foundry-items.json",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
8
8
  "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
9
9
  },
10
+ "baseitem": {
11
+ "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
12
+ },
10
13
  "item": {
11
14
  "type": "array",
12
15
  "minItems": 1,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.11.5",
3
+ "version": "1.11.6",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -627,6 +627,9 @@
627
627
  "foundryMagicvariant": {
628
628
  "$ref": "foundry-items.json#/properties/magicvariant"
629
629
  },
630
+ "foundryBaseitem": {
631
+ "$ref": "foundry-items.json#/properties/baseitem"
632
+ },
630
633
  "itemGroup": {
631
634
  "$ref": "items.json#/properties/itemGroup"
632
635
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.6.17",
4
+ "version": "1.6.18",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -189,6 +189,12 @@
189
189
  "$ref": "entry.json"
190
190
  }
191
191
  },
192
+ "additionalEntries": {
193
+ "type": "array",
194
+ "items": {
195
+ "$ref": "entry.json"
196
+ }
197
+ },
192
198
  "property": {
193
199
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
194
200
  },
@@ -394,6 +400,9 @@
394
400
  "legacy": {
395
401
  "$ref": "util.json#/$defs/legacy"
396
402
  },
403
+ "additionalSources": {
404
+ "$ref": "util.json#/$defs/additionalSources"
405
+ },
397
406
  "otherSources": {
398
407
  "$ref": "util.json#/$defs/otherSources"
399
408
  },
@@ -528,6 +537,12 @@
528
537
  "$ref": "entry.json"
529
538
  }
530
539
  },
540
+ "additionalEntries": {
541
+ "type": "array",
542
+ "items": {
543
+ "$ref": "entry.json"
544
+ }
545
+ },
531
546
  "property": {
532
547
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
533
548
  },
@@ -733,6 +748,9 @@
733
748
  "legacy": {
734
749
  "$ref": "util.json#/$defs/legacy"
735
750
  },
751
+ "additionalSources": {
752
+ "$ref": "util.json#/$defs/additionalSources"
753
+ },
736
754
  "otherSources": {
737
755
  "$ref": "util.json#/$defs/otherSources"
738
756
  },
@@ -871,6 +889,12 @@
871
889
  "$ref": "entry.json"
872
890
  }
873
891
  },
892
+ "additionalEntries": {
893
+ "type": "array",
894
+ "items": {
895
+ "$ref": "entry.json"
896
+ }
897
+ },
874
898
  "property": {
875
899
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
876
900
  },
@@ -1076,6 +1100,9 @@
1076
1100
  "legacy": {
1077
1101
  "$ref": "util.json#/$defs/legacy"
1078
1102
  },
1103
+ "additionalSources": {
1104
+ "$ref": "util.json#/$defs/additionalSources"
1105
+ },
1079
1106
  "otherSources": {
1080
1107
  "$ref": "util.json#/$defs/otherSources"
1081
1108
  },
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "foundry-items.json",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
8
8
  "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
9
9
  },
10
+ "baseitem": {
11
+ "$ref": "util-foundry.json#/$defs/foundrySideDataGenericArray"
12
+ },
10
13
  "item": {
11
14
  "type": "array",
12
15
  "minItems": 1,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.11.5",
3
+ "version": "1.11.6",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -625,6 +625,9 @@
625
625
  "foundryMagicvariant": {
626
626
  "$ref": "foundry-items.json#/properties/magicvariant"
627
627
  },
628
+ "foundryBaseitem": {
629
+ "$ref": "foundry-items.json#/properties/baseitem"
630
+ },
628
631
  "itemGroup": {
629
632
  "$ref": "items.json#/properties/itemGroup"
630
633
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.6.17",
4
+ "version": "1.6.18",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemLookupBase": {
@@ -189,6 +189,12 @@
189
189
  "$ref": "entry.json"
190
190
  }
191
191
  },
192
+ "additionalEntries": {
193
+ "type": "array",
194
+ "items": {
195
+ "$ref": "entry.json"
196
+ }
197
+ },
192
198
  "property": {
193
199
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
194
200
  },
@@ -394,6 +400,9 @@
394
400
  "legacy": {
395
401
  "$ref": "util.json#/$defs/legacy"
396
402
  },
403
+ "additionalSources": {
404
+ "$ref": "util.json#/$defs/additionalSources"
405
+ },
397
406
  "otherSources": {
398
407
  "$ref": "util.json#/$defs/otherSources"
399
408
  },
@@ -528,6 +537,12 @@
528
537
  "$ref": "entry.json"
529
538
  }
530
539
  },
540
+ "additionalEntries": {
541
+ "type": "array",
542
+ "items": {
543
+ "$ref": "entry.json"
544
+ }
545
+ },
531
546
  "property": {
532
547
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
533
548
  },
@@ -733,6 +748,9 @@
733
748
  "legacy": {
734
749
  "$ref": "util.json#/$defs/legacy"
735
750
  },
751
+ "additionalSources": {
752
+ "$ref": "util.json#/$defs/additionalSources"
753
+ },
736
754
  "otherSources": {
737
755
  "$ref": "util.json#/$defs/otherSources"
738
756
  },
@@ -871,6 +889,12 @@
871
889
  "$ref": "entry.json"
872
890
  }
873
891
  },
892
+ "additionalEntries": {
893
+ "type": "array",
894
+ "items": {
895
+ "$ref": "entry.json"
896
+ }
897
+ },
874
898
  "property": {
875
899
  "$ref": "items-shared.json#/$defs/itemPropertyOrWrapperArray"
876
900
  },
@@ -1076,6 +1100,9 @@
1076
1100
  "legacy": {
1077
1101
  "$ref": "util.json#/$defs/legacy"
1078
1102
  },
1103
+ "additionalSources": {
1104
+ "$ref": "util.json#/$defs/additionalSources"
1105
+ },
1079
1106
  "otherSources": {
1080
1107
  "$ref": "util.json#/$defs/otherSources"
1081
1108
  },