5etools-utils 0.12.46 → 0.12.48
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/homebrew.json +7 -2
- package/schema/brew/recipes.json +10 -4
- package/schema/brew/util-copy.json +24 -1
- package/schema/brew-fast/homebrew.json +7 -2
- package/schema/brew-fast/recipes.json +10 -4
- package/schema/brew-fast/util-copy.json +24 -1
- package/schema/site/homebrew.json +7 -2
- package/schema/site/recipes.json +10 -4
- package/schema/site/util-copy.json +24 -1
- package/schema/site-fast/homebrew.json +7 -2
- package/schema/site-fast/recipes.json +10 -4
- package/schema/site-fast/util-copy.json +24 -1
- package/schema/ua/homebrew.json +7 -2
- package/schema/ua/recipes.json +10 -4
- package/schema/ua/util-copy.json +24 -1
- package/schema/ua-fast/homebrew.json +7 -2
- package/schema/ua-fast/recipes.json +10 -4
- package/schema/ua-fast/util-copy.json +24 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.27",
|
|
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": {
|
|
@@ -296,12 +296,17 @@
|
|
|
296
296
|
"invalid",
|
|
297
297
|
"deprecated"
|
|
298
298
|
]
|
|
299
|
+
},
|
|
300
|
+
"edition": {
|
|
301
|
+
"description": "The rules edition this homebrew is compatible with. If ambiguous, \"classic\" should be specified.",
|
|
302
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
299
303
|
}
|
|
300
304
|
},
|
|
301
305
|
"required": [
|
|
302
306
|
"sources",
|
|
303
307
|
"dateAdded",
|
|
304
|
-
"dateLastModified"
|
|
308
|
+
"dateLastModified",
|
|
309
|
+
"edition"
|
|
305
310
|
],
|
|
306
311
|
"additionalProperties": false
|
|
307
312
|
},
|
package/schema/brew/recipes.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -177,11 +177,13 @@
|
|
|
177
177
|
"dessert",
|
|
178
178
|
"drink",
|
|
179
179
|
"entree",
|
|
180
|
+
"libation",
|
|
180
181
|
"pastry",
|
|
181
182
|
"salad",
|
|
182
183
|
"side",
|
|
183
184
|
"snack",
|
|
184
|
-
"soup"
|
|
185
|
+
"soup",
|
|
186
|
+
"sweet"
|
|
185
187
|
]
|
|
186
188
|
}
|
|
187
189
|
},
|
|
@@ -375,11 +377,13 @@
|
|
|
375
377
|
"dessert",
|
|
376
378
|
"drink",
|
|
377
379
|
"entree",
|
|
380
|
+
"libation",
|
|
378
381
|
"pastry",
|
|
379
382
|
"salad",
|
|
380
383
|
"side",
|
|
381
384
|
"snack",
|
|
382
|
-
"soup"
|
|
385
|
+
"soup",
|
|
386
|
+
"sweet"
|
|
383
387
|
]
|
|
384
388
|
}
|
|
385
389
|
},
|
|
@@ -577,11 +581,13 @@
|
|
|
577
581
|
"dessert",
|
|
578
582
|
"drink",
|
|
579
583
|
"entree",
|
|
584
|
+
"libation",
|
|
580
585
|
"pastry",
|
|
581
586
|
"salad",
|
|
582
587
|
"side",
|
|
583
588
|
"snack",
|
|
584
|
-
"soup"
|
|
589
|
+
"soup",
|
|
590
|
+
"sweet"
|
|
585
591
|
]
|
|
586
592
|
}
|
|
587
593
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.3",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -855,6 +855,29 @@
|
|
|
855
855
|
"scalar"
|
|
856
856
|
],
|
|
857
857
|
"additionalProperties": false
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"type": "object",
|
|
861
|
+
"properties": {
|
|
862
|
+
"mode": {
|
|
863
|
+
"const": "prefixSuffixStringProp"
|
|
864
|
+
},
|
|
865
|
+
"prop": {
|
|
866
|
+
"type": "string"
|
|
867
|
+
},
|
|
868
|
+
"prefix": {
|
|
869
|
+
"type": "string"
|
|
870
|
+
},
|
|
871
|
+
"suffix": {
|
|
872
|
+
"type": "string"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"required": [
|
|
876
|
+
"mode",
|
|
877
|
+
"prop"
|
|
878
|
+
],
|
|
879
|
+
"minProperties": 3,
|
|
880
|
+
"additionalProperties": false
|
|
858
881
|
}
|
|
859
882
|
]
|
|
860
883
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.27",
|
|
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": {
|
|
@@ -294,12 +294,17 @@
|
|
|
294
294
|
"invalid",
|
|
295
295
|
"deprecated"
|
|
296
296
|
]
|
|
297
|
+
},
|
|
298
|
+
"edition": {
|
|
299
|
+
"description": "The rules edition this homebrew is compatible with. If ambiguous, \"classic\" should be specified.",
|
|
300
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
297
301
|
}
|
|
298
302
|
},
|
|
299
303
|
"required": [
|
|
300
304
|
"sources",
|
|
301
305
|
"dateAdded",
|
|
302
|
-
"dateLastModified"
|
|
306
|
+
"dateLastModified",
|
|
307
|
+
"edition"
|
|
303
308
|
],
|
|
304
309
|
"additionalProperties": false
|
|
305
310
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -177,11 +177,13 @@
|
|
|
177
177
|
"dessert",
|
|
178
178
|
"drink",
|
|
179
179
|
"entree",
|
|
180
|
+
"libation",
|
|
180
181
|
"pastry",
|
|
181
182
|
"salad",
|
|
182
183
|
"side",
|
|
183
184
|
"snack",
|
|
184
|
-
"soup"
|
|
185
|
+
"soup",
|
|
186
|
+
"sweet"
|
|
185
187
|
]
|
|
186
188
|
}
|
|
187
189
|
},
|
|
@@ -375,11 +377,13 @@
|
|
|
375
377
|
"dessert",
|
|
376
378
|
"drink",
|
|
377
379
|
"entree",
|
|
380
|
+
"libation",
|
|
378
381
|
"pastry",
|
|
379
382
|
"salad",
|
|
380
383
|
"side",
|
|
381
384
|
"snack",
|
|
382
|
-
"soup"
|
|
385
|
+
"soup",
|
|
386
|
+
"sweet"
|
|
383
387
|
]
|
|
384
388
|
}
|
|
385
389
|
},
|
|
@@ -577,11 +581,13 @@
|
|
|
577
581
|
"dessert",
|
|
578
582
|
"drink",
|
|
579
583
|
"entree",
|
|
584
|
+
"libation",
|
|
580
585
|
"pastry",
|
|
581
586
|
"salad",
|
|
582
587
|
"side",
|
|
583
588
|
"snack",
|
|
584
|
-
"soup"
|
|
589
|
+
"soup",
|
|
590
|
+
"sweet"
|
|
585
591
|
]
|
|
586
592
|
}
|
|
587
593
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.3",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -855,6 +855,29 @@
|
|
|
855
855
|
"scalar"
|
|
856
856
|
],
|
|
857
857
|
"additionalProperties": false
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"type": "object",
|
|
861
|
+
"properties": {
|
|
862
|
+
"mode": {
|
|
863
|
+
"const": "prefixSuffixStringProp"
|
|
864
|
+
},
|
|
865
|
+
"prop": {
|
|
866
|
+
"type": "string"
|
|
867
|
+
},
|
|
868
|
+
"prefix": {
|
|
869
|
+
"type": "string"
|
|
870
|
+
},
|
|
871
|
+
"suffix": {
|
|
872
|
+
"type": "string"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"required": [
|
|
876
|
+
"mode",
|
|
877
|
+
"prop"
|
|
878
|
+
],
|
|
879
|
+
"minProperties": 3,
|
|
880
|
+
"additionalProperties": false
|
|
858
881
|
}
|
|
859
882
|
]
|
|
860
883
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.27",
|
|
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": {
|
|
@@ -296,12 +296,17 @@
|
|
|
296
296
|
"invalid",
|
|
297
297
|
"deprecated"
|
|
298
298
|
]
|
|
299
|
+
},
|
|
300
|
+
"edition": {
|
|
301
|
+
"description": "The rules edition this homebrew is compatible with. If ambiguous, \"classic\" should be specified.",
|
|
302
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
299
303
|
}
|
|
300
304
|
},
|
|
301
305
|
"required": [
|
|
302
306
|
"sources",
|
|
303
307
|
"dateAdded",
|
|
304
|
-
"dateLastModified"
|
|
308
|
+
"dateLastModified",
|
|
309
|
+
"edition"
|
|
305
310
|
],
|
|
306
311
|
"additionalProperties": false
|
|
307
312
|
},
|
package/schema/site/recipes.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -183,11 +183,13 @@
|
|
|
183
183
|
"dessert",
|
|
184
184
|
"drink",
|
|
185
185
|
"entree",
|
|
186
|
+
"libation",
|
|
186
187
|
"pastry",
|
|
187
188
|
"salad",
|
|
188
189
|
"side",
|
|
189
190
|
"snack",
|
|
190
|
-
"soup"
|
|
191
|
+
"soup",
|
|
192
|
+
"sweet"
|
|
191
193
|
]
|
|
192
194
|
}
|
|
193
195
|
},
|
|
@@ -381,11 +383,13 @@
|
|
|
381
383
|
"dessert",
|
|
382
384
|
"drink",
|
|
383
385
|
"entree",
|
|
386
|
+
"libation",
|
|
384
387
|
"pastry",
|
|
385
388
|
"salad",
|
|
386
389
|
"side",
|
|
387
390
|
"snack",
|
|
388
|
-
"soup"
|
|
391
|
+
"soup",
|
|
392
|
+
"sweet"
|
|
389
393
|
]
|
|
390
394
|
}
|
|
391
395
|
},
|
|
@@ -583,11 +587,13 @@
|
|
|
583
587
|
"dessert",
|
|
584
588
|
"drink",
|
|
585
589
|
"entree",
|
|
590
|
+
"libation",
|
|
586
591
|
"pastry",
|
|
587
592
|
"salad",
|
|
588
593
|
"side",
|
|
589
594
|
"snack",
|
|
590
|
-
"soup"
|
|
595
|
+
"soup",
|
|
596
|
+
"sweet"
|
|
591
597
|
]
|
|
592
598
|
}
|
|
593
599
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.3",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -855,6 +855,29 @@
|
|
|
855
855
|
"scalar"
|
|
856
856
|
],
|
|
857
857
|
"additionalProperties": false
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"type": "object",
|
|
861
|
+
"properties": {
|
|
862
|
+
"mode": {
|
|
863
|
+
"const": "prefixSuffixStringProp"
|
|
864
|
+
},
|
|
865
|
+
"prop": {
|
|
866
|
+
"type": "string"
|
|
867
|
+
},
|
|
868
|
+
"prefix": {
|
|
869
|
+
"type": "string"
|
|
870
|
+
},
|
|
871
|
+
"suffix": {
|
|
872
|
+
"type": "string"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"required": [
|
|
876
|
+
"mode",
|
|
877
|
+
"prop"
|
|
878
|
+
],
|
|
879
|
+
"minProperties": 3,
|
|
880
|
+
"additionalProperties": false
|
|
858
881
|
}
|
|
859
882
|
]
|
|
860
883
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.27",
|
|
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": {
|
|
@@ -294,12 +294,17 @@
|
|
|
294
294
|
"invalid",
|
|
295
295
|
"deprecated"
|
|
296
296
|
]
|
|
297
|
+
},
|
|
298
|
+
"edition": {
|
|
299
|
+
"description": "The rules edition this homebrew is compatible with. If ambiguous, \"classic\" should be specified.",
|
|
300
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
297
301
|
}
|
|
298
302
|
},
|
|
299
303
|
"required": [
|
|
300
304
|
"sources",
|
|
301
305
|
"dateAdded",
|
|
302
|
-
"dateLastModified"
|
|
306
|
+
"dateLastModified",
|
|
307
|
+
"edition"
|
|
303
308
|
],
|
|
304
309
|
"additionalProperties": false
|
|
305
310
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -183,11 +183,13 @@
|
|
|
183
183
|
"dessert",
|
|
184
184
|
"drink",
|
|
185
185
|
"entree",
|
|
186
|
+
"libation",
|
|
186
187
|
"pastry",
|
|
187
188
|
"salad",
|
|
188
189
|
"side",
|
|
189
190
|
"snack",
|
|
190
|
-
"soup"
|
|
191
|
+
"soup",
|
|
192
|
+
"sweet"
|
|
191
193
|
]
|
|
192
194
|
}
|
|
193
195
|
},
|
|
@@ -381,11 +383,13 @@
|
|
|
381
383
|
"dessert",
|
|
382
384
|
"drink",
|
|
383
385
|
"entree",
|
|
386
|
+
"libation",
|
|
384
387
|
"pastry",
|
|
385
388
|
"salad",
|
|
386
389
|
"side",
|
|
387
390
|
"snack",
|
|
388
|
-
"soup"
|
|
391
|
+
"soup",
|
|
392
|
+
"sweet"
|
|
389
393
|
]
|
|
390
394
|
}
|
|
391
395
|
},
|
|
@@ -583,11 +587,13 @@
|
|
|
583
587
|
"dessert",
|
|
584
588
|
"drink",
|
|
585
589
|
"entree",
|
|
590
|
+
"libation",
|
|
586
591
|
"pastry",
|
|
587
592
|
"salad",
|
|
588
593
|
"side",
|
|
589
594
|
"snack",
|
|
590
|
-
"soup"
|
|
595
|
+
"soup",
|
|
596
|
+
"sweet"
|
|
591
597
|
]
|
|
592
598
|
}
|
|
593
599
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.3",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -855,6 +855,29 @@
|
|
|
855
855
|
"scalar"
|
|
856
856
|
],
|
|
857
857
|
"additionalProperties": false
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"type": "object",
|
|
861
|
+
"properties": {
|
|
862
|
+
"mode": {
|
|
863
|
+
"const": "prefixSuffixStringProp"
|
|
864
|
+
},
|
|
865
|
+
"prop": {
|
|
866
|
+
"type": "string"
|
|
867
|
+
},
|
|
868
|
+
"prefix": {
|
|
869
|
+
"type": "string"
|
|
870
|
+
},
|
|
871
|
+
"suffix": {
|
|
872
|
+
"type": "string"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"required": [
|
|
876
|
+
"mode",
|
|
877
|
+
"prop"
|
|
878
|
+
],
|
|
879
|
+
"minProperties": 3,
|
|
880
|
+
"additionalProperties": false
|
|
858
881
|
}
|
|
859
882
|
]
|
|
860
883
|
},
|
package/schema/ua/homebrew.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.27",
|
|
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": {
|
|
@@ -296,12 +296,17 @@
|
|
|
296
296
|
"invalid",
|
|
297
297
|
"deprecated"
|
|
298
298
|
]
|
|
299
|
+
},
|
|
300
|
+
"edition": {
|
|
301
|
+
"description": "The rules edition this homebrew is compatible with. If ambiguous, \"classic\" should be specified.",
|
|
302
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
299
303
|
}
|
|
300
304
|
},
|
|
301
305
|
"required": [
|
|
302
306
|
"sources",
|
|
303
307
|
"dateAdded",
|
|
304
|
-
"dateLastModified"
|
|
308
|
+
"dateLastModified",
|
|
309
|
+
"edition"
|
|
305
310
|
],
|
|
306
311
|
"additionalProperties": false
|
|
307
312
|
},
|
package/schema/ua/recipes.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -172,11 +172,13 @@
|
|
|
172
172
|
"dessert",
|
|
173
173
|
"drink",
|
|
174
174
|
"entree",
|
|
175
|
+
"libation",
|
|
175
176
|
"pastry",
|
|
176
177
|
"salad",
|
|
177
178
|
"side",
|
|
178
179
|
"snack",
|
|
179
|
-
"soup"
|
|
180
|
+
"soup",
|
|
181
|
+
"sweet"
|
|
180
182
|
]
|
|
181
183
|
}
|
|
182
184
|
},
|
|
@@ -359,11 +361,13 @@
|
|
|
359
361
|
"dessert",
|
|
360
362
|
"drink",
|
|
361
363
|
"entree",
|
|
364
|
+
"libation",
|
|
362
365
|
"pastry",
|
|
363
366
|
"salad",
|
|
364
367
|
"side",
|
|
365
368
|
"snack",
|
|
366
|
-
"soup"
|
|
369
|
+
"soup",
|
|
370
|
+
"sweet"
|
|
367
371
|
]
|
|
368
372
|
}
|
|
369
373
|
},
|
|
@@ -550,11 +554,13 @@
|
|
|
550
554
|
"dessert",
|
|
551
555
|
"drink",
|
|
552
556
|
"entree",
|
|
557
|
+
"libation",
|
|
553
558
|
"pastry",
|
|
554
559
|
"salad",
|
|
555
560
|
"side",
|
|
556
561
|
"snack",
|
|
557
|
-
"soup"
|
|
562
|
+
"soup",
|
|
563
|
+
"sweet"
|
|
558
564
|
]
|
|
559
565
|
}
|
|
560
566
|
},
|
package/schema/ua/util-copy.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.3",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -855,6 +855,29 @@
|
|
|
855
855
|
"scalar"
|
|
856
856
|
],
|
|
857
857
|
"additionalProperties": false
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"type": "object",
|
|
861
|
+
"properties": {
|
|
862
|
+
"mode": {
|
|
863
|
+
"const": "prefixSuffixStringProp"
|
|
864
|
+
},
|
|
865
|
+
"prop": {
|
|
866
|
+
"type": "string"
|
|
867
|
+
},
|
|
868
|
+
"prefix": {
|
|
869
|
+
"type": "string"
|
|
870
|
+
},
|
|
871
|
+
"suffix": {
|
|
872
|
+
"type": "string"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"required": [
|
|
876
|
+
"mode",
|
|
877
|
+
"prop"
|
|
878
|
+
],
|
|
879
|
+
"minProperties": 3,
|
|
880
|
+
"additionalProperties": false
|
|
858
881
|
}
|
|
859
882
|
]
|
|
860
883
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.27",
|
|
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": {
|
|
@@ -294,12 +294,17 @@
|
|
|
294
294
|
"invalid",
|
|
295
295
|
"deprecated"
|
|
296
296
|
]
|
|
297
|
+
},
|
|
298
|
+
"edition": {
|
|
299
|
+
"description": "The rules edition this homebrew is compatible with. If ambiguous, \"classic\" should be specified.",
|
|
300
|
+
"$ref": "util-edition.json#/$defs/edition"
|
|
297
301
|
}
|
|
298
302
|
},
|
|
299
303
|
"required": [
|
|
300
304
|
"sources",
|
|
301
305
|
"dateAdded",
|
|
302
|
-
"dateLastModified"
|
|
306
|
+
"dateLastModified",
|
|
307
|
+
"edition"
|
|
303
308
|
],
|
|
304
309
|
"additionalProperties": false
|
|
305
310
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -172,11 +172,13 @@
|
|
|
172
172
|
"dessert",
|
|
173
173
|
"drink",
|
|
174
174
|
"entree",
|
|
175
|
+
"libation",
|
|
175
176
|
"pastry",
|
|
176
177
|
"salad",
|
|
177
178
|
"side",
|
|
178
179
|
"snack",
|
|
179
|
-
"soup"
|
|
180
|
+
"soup",
|
|
181
|
+
"sweet"
|
|
180
182
|
]
|
|
181
183
|
}
|
|
182
184
|
},
|
|
@@ -359,11 +361,13 @@
|
|
|
359
361
|
"dessert",
|
|
360
362
|
"drink",
|
|
361
363
|
"entree",
|
|
364
|
+
"libation",
|
|
362
365
|
"pastry",
|
|
363
366
|
"salad",
|
|
364
367
|
"side",
|
|
365
368
|
"snack",
|
|
366
|
-
"soup"
|
|
369
|
+
"soup",
|
|
370
|
+
"sweet"
|
|
367
371
|
]
|
|
368
372
|
}
|
|
369
373
|
},
|
|
@@ -550,11 +554,13 @@
|
|
|
550
554
|
"dessert",
|
|
551
555
|
"drink",
|
|
552
556
|
"entree",
|
|
557
|
+
"libation",
|
|
553
558
|
"pastry",
|
|
554
559
|
"salad",
|
|
555
560
|
"side",
|
|
556
561
|
"snack",
|
|
557
|
-
"soup"
|
|
562
|
+
"soup",
|
|
563
|
+
"sweet"
|
|
558
564
|
]
|
|
559
565
|
}
|
|
560
566
|
},
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-copy.json",
|
|
4
4
|
"title": "Util: Copy",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.3",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_mod_renameArr_rename": {
|
|
8
8
|
"type": "object",
|
|
@@ -855,6 +855,29 @@
|
|
|
855
855
|
"scalar"
|
|
856
856
|
],
|
|
857
857
|
"additionalProperties": false
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"type": "object",
|
|
861
|
+
"properties": {
|
|
862
|
+
"mode": {
|
|
863
|
+
"const": "prefixSuffixStringProp"
|
|
864
|
+
},
|
|
865
|
+
"prop": {
|
|
866
|
+
"type": "string"
|
|
867
|
+
},
|
|
868
|
+
"prefix": {
|
|
869
|
+
"type": "string"
|
|
870
|
+
},
|
|
871
|
+
"suffix": {
|
|
872
|
+
"type": "string"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"required": [
|
|
876
|
+
"mode",
|
|
877
|
+
"prop"
|
|
878
|
+
],
|
|
879
|
+
"minProperties": 3,
|
|
880
|
+
"additionalProperties": false
|
|
858
881
|
}
|
|
859
882
|
]
|
|
860
883
|
},
|