5etools-utils 0.9.38 → 0.9.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 +1 -1
- package/schema/brew/recipes.json +46 -13
- package/schema/brew-fast/recipes.json +46 -13
- package/schema/site/recipes.json +46 -13
- package/schema/site-fast/recipes.json +46 -13
- package/schema/ua/recipes.json +46 -13
- package/schema/ua-fast/recipes.json +46 -13
package/package.json
CHANGED
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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"source": {
|
|
14
17
|
"$ref": "util.json#/$defs/source"
|
|
15
18
|
},
|
|
@@ -95,11 +98,18 @@
|
|
|
95
98
|
"type": "string",
|
|
96
99
|
"examples": [
|
|
97
100
|
"Dwarven",
|
|
98
|
-
"Elven",
|
|
99
101
|
"Elixir/Ale",
|
|
100
|
-
"
|
|
102
|
+
"Elven",
|
|
101
103
|
"Halfling",
|
|
102
|
-
"
|
|
104
|
+
"Human",
|
|
105
|
+
"Uncommon Cuisine",
|
|
106
|
+
"Lost in Realmspace",
|
|
107
|
+
"Ravenloft",
|
|
108
|
+
"Sigil",
|
|
109
|
+
"Solamnia",
|
|
110
|
+
"The Feywild",
|
|
111
|
+
"The Rock of Bral",
|
|
112
|
+
"The Yawning Portal"
|
|
103
113
|
]
|
|
104
114
|
},
|
|
105
115
|
"diet": {
|
|
@@ -116,7 +126,8 @@
|
|
|
116
126
|
"items": {
|
|
117
127
|
"type": "string",
|
|
118
128
|
"enum": [
|
|
119
|
-
"alcohol"
|
|
129
|
+
"alcohol",
|
|
130
|
+
"feast"
|
|
120
131
|
]
|
|
121
132
|
}
|
|
122
133
|
},
|
|
@@ -185,6 +196,9 @@
|
|
|
185
196
|
"name": {
|
|
186
197
|
"type": "string"
|
|
187
198
|
},
|
|
199
|
+
"alias": {
|
|
200
|
+
"$ref": "util.json#/$defs/alias"
|
|
201
|
+
},
|
|
188
202
|
"source": {
|
|
189
203
|
"$ref": "util.json#/$defs/source"
|
|
190
204
|
},
|
|
@@ -270,11 +284,18 @@
|
|
|
270
284
|
"type": "string",
|
|
271
285
|
"examples": [
|
|
272
286
|
"Dwarven",
|
|
273
|
-
"Elven",
|
|
274
287
|
"Elixir/Ale",
|
|
275
|
-
"
|
|
288
|
+
"Elven",
|
|
276
289
|
"Halfling",
|
|
277
|
-
"
|
|
290
|
+
"Human",
|
|
291
|
+
"Uncommon Cuisine",
|
|
292
|
+
"Lost in Realmspace",
|
|
293
|
+
"Ravenloft",
|
|
294
|
+
"Sigil",
|
|
295
|
+
"Solamnia",
|
|
296
|
+
"The Feywild",
|
|
297
|
+
"The Rock of Bral",
|
|
298
|
+
"The Yawning Portal"
|
|
278
299
|
]
|
|
279
300
|
},
|
|
280
301
|
"diet": {
|
|
@@ -291,7 +312,8 @@
|
|
|
291
312
|
"items": {
|
|
292
313
|
"type": "string",
|
|
293
314
|
"enum": [
|
|
294
|
-
"alcohol"
|
|
315
|
+
"alcohol",
|
|
316
|
+
"feast"
|
|
295
317
|
]
|
|
296
318
|
}
|
|
297
319
|
},
|
|
@@ -364,6 +386,9 @@
|
|
|
364
386
|
"name": {
|
|
365
387
|
"type": "string"
|
|
366
388
|
},
|
|
389
|
+
"alias": {
|
|
390
|
+
"$ref": "util.json#/$defs/alias"
|
|
391
|
+
},
|
|
367
392
|
"source": {
|
|
368
393
|
"$ref": "util.json#/$defs/source"
|
|
369
394
|
},
|
|
@@ -449,11 +474,18 @@
|
|
|
449
474
|
"type": "string",
|
|
450
475
|
"examples": [
|
|
451
476
|
"Dwarven",
|
|
452
|
-
"Elven",
|
|
453
477
|
"Elixir/Ale",
|
|
454
|
-
"
|
|
478
|
+
"Elven",
|
|
455
479
|
"Halfling",
|
|
456
|
-
"
|
|
480
|
+
"Human",
|
|
481
|
+
"Uncommon Cuisine",
|
|
482
|
+
"Lost in Realmspace",
|
|
483
|
+
"Ravenloft",
|
|
484
|
+
"Sigil",
|
|
485
|
+
"Solamnia",
|
|
486
|
+
"The Feywild",
|
|
487
|
+
"The Rock of Bral",
|
|
488
|
+
"The Yawning Portal"
|
|
457
489
|
]
|
|
458
490
|
},
|
|
459
491
|
"diet": {
|
|
@@ -470,7 +502,8 @@
|
|
|
470
502
|
"items": {
|
|
471
503
|
"type": "string",
|
|
472
504
|
"enum": [
|
|
473
|
-
"alcohol"
|
|
505
|
+
"alcohol",
|
|
506
|
+
"feast"
|
|
474
507
|
]
|
|
475
508
|
}
|
|
476
509
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"source": {
|
|
14
17
|
"$ref": "util.json#/$defs/source"
|
|
15
18
|
},
|
|
@@ -95,11 +98,18 @@
|
|
|
95
98
|
"type": "string",
|
|
96
99
|
"examples": [
|
|
97
100
|
"Dwarven",
|
|
98
|
-
"Elven",
|
|
99
101
|
"Elixir/Ale",
|
|
100
|
-
"
|
|
102
|
+
"Elven",
|
|
101
103
|
"Halfling",
|
|
102
|
-
"
|
|
104
|
+
"Human",
|
|
105
|
+
"Uncommon Cuisine",
|
|
106
|
+
"Lost in Realmspace",
|
|
107
|
+
"Ravenloft",
|
|
108
|
+
"Sigil",
|
|
109
|
+
"Solamnia",
|
|
110
|
+
"The Feywild",
|
|
111
|
+
"The Rock of Bral",
|
|
112
|
+
"The Yawning Portal"
|
|
103
113
|
]
|
|
104
114
|
},
|
|
105
115
|
"diet": {
|
|
@@ -116,7 +126,8 @@
|
|
|
116
126
|
"items": {
|
|
117
127
|
"type": "string",
|
|
118
128
|
"enum": [
|
|
119
|
-
"alcohol"
|
|
129
|
+
"alcohol",
|
|
130
|
+
"feast"
|
|
120
131
|
]
|
|
121
132
|
}
|
|
122
133
|
},
|
|
@@ -185,6 +196,9 @@
|
|
|
185
196
|
"name": {
|
|
186
197
|
"type": "string"
|
|
187
198
|
},
|
|
199
|
+
"alias": {
|
|
200
|
+
"$ref": "util.json#/$defs/alias"
|
|
201
|
+
},
|
|
188
202
|
"source": {
|
|
189
203
|
"$ref": "util.json#/$defs/source"
|
|
190
204
|
},
|
|
@@ -270,11 +284,18 @@
|
|
|
270
284
|
"type": "string",
|
|
271
285
|
"examples": [
|
|
272
286
|
"Dwarven",
|
|
273
|
-
"Elven",
|
|
274
287
|
"Elixir/Ale",
|
|
275
|
-
"
|
|
288
|
+
"Elven",
|
|
276
289
|
"Halfling",
|
|
277
|
-
"
|
|
290
|
+
"Human",
|
|
291
|
+
"Uncommon Cuisine",
|
|
292
|
+
"Lost in Realmspace",
|
|
293
|
+
"Ravenloft",
|
|
294
|
+
"Sigil",
|
|
295
|
+
"Solamnia",
|
|
296
|
+
"The Feywild",
|
|
297
|
+
"The Rock of Bral",
|
|
298
|
+
"The Yawning Portal"
|
|
278
299
|
]
|
|
279
300
|
},
|
|
280
301
|
"diet": {
|
|
@@ -291,7 +312,8 @@
|
|
|
291
312
|
"items": {
|
|
292
313
|
"type": "string",
|
|
293
314
|
"enum": [
|
|
294
|
-
"alcohol"
|
|
315
|
+
"alcohol",
|
|
316
|
+
"feast"
|
|
295
317
|
]
|
|
296
318
|
}
|
|
297
319
|
},
|
|
@@ -364,6 +386,9 @@
|
|
|
364
386
|
"name": {
|
|
365
387
|
"type": "string"
|
|
366
388
|
},
|
|
389
|
+
"alias": {
|
|
390
|
+
"$ref": "util.json#/$defs/alias"
|
|
391
|
+
},
|
|
367
392
|
"source": {
|
|
368
393
|
"$ref": "util.json#/$defs/source"
|
|
369
394
|
},
|
|
@@ -449,11 +474,18 @@
|
|
|
449
474
|
"type": "string",
|
|
450
475
|
"examples": [
|
|
451
476
|
"Dwarven",
|
|
452
|
-
"Elven",
|
|
453
477
|
"Elixir/Ale",
|
|
454
|
-
"
|
|
478
|
+
"Elven",
|
|
455
479
|
"Halfling",
|
|
456
|
-
"
|
|
480
|
+
"Human",
|
|
481
|
+
"Uncommon Cuisine",
|
|
482
|
+
"Lost in Realmspace",
|
|
483
|
+
"Ravenloft",
|
|
484
|
+
"Sigil",
|
|
485
|
+
"Solamnia",
|
|
486
|
+
"The Feywild",
|
|
487
|
+
"The Rock of Bral",
|
|
488
|
+
"The Yawning Portal"
|
|
457
489
|
]
|
|
458
490
|
},
|
|
459
491
|
"diet": {
|
|
@@ -470,7 +502,8 @@
|
|
|
470
502
|
"items": {
|
|
471
503
|
"type": "string",
|
|
472
504
|
"enum": [
|
|
473
|
-
"alcohol"
|
|
505
|
+
"alcohol",
|
|
506
|
+
"feast"
|
|
474
507
|
]
|
|
475
508
|
}
|
|
476
509
|
},
|
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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"source": {
|
|
14
17
|
"$ref": "util.json#/$defs/source"
|
|
15
18
|
},
|
|
@@ -101,11 +104,18 @@
|
|
|
101
104
|
"type": "string",
|
|
102
105
|
"enum": [
|
|
103
106
|
"Dwarven",
|
|
104
|
-
"Elven",
|
|
105
107
|
"Elixir/Ale",
|
|
106
|
-
"
|
|
108
|
+
"Elven",
|
|
107
109
|
"Halfling",
|
|
108
|
-
"
|
|
110
|
+
"Human",
|
|
111
|
+
"Uncommon Cuisine",
|
|
112
|
+
"Lost in Realmspace",
|
|
113
|
+
"Ravenloft",
|
|
114
|
+
"Sigil",
|
|
115
|
+
"Solamnia",
|
|
116
|
+
"The Feywild",
|
|
117
|
+
"The Rock of Bral",
|
|
118
|
+
"The Yawning Portal"
|
|
109
119
|
]
|
|
110
120
|
},
|
|
111
121
|
"diet": {
|
|
@@ -122,7 +132,8 @@
|
|
|
122
132
|
"items": {
|
|
123
133
|
"type": "string",
|
|
124
134
|
"enum": [
|
|
125
|
-
"alcohol"
|
|
135
|
+
"alcohol",
|
|
136
|
+
"feast"
|
|
126
137
|
]
|
|
127
138
|
}
|
|
128
139
|
},
|
|
@@ -185,6 +196,9 @@
|
|
|
185
196
|
"name": {
|
|
186
197
|
"type": "string"
|
|
187
198
|
},
|
|
199
|
+
"alias": {
|
|
200
|
+
"$ref": "util.json#/$defs/alias"
|
|
201
|
+
},
|
|
188
202
|
"source": {
|
|
189
203
|
"$ref": "util.json#/$defs/source"
|
|
190
204
|
},
|
|
@@ -276,11 +290,18 @@
|
|
|
276
290
|
"type": "string",
|
|
277
291
|
"enum": [
|
|
278
292
|
"Dwarven",
|
|
279
|
-
"Elven",
|
|
280
293
|
"Elixir/Ale",
|
|
281
|
-
"
|
|
294
|
+
"Elven",
|
|
282
295
|
"Halfling",
|
|
283
|
-
"
|
|
296
|
+
"Human",
|
|
297
|
+
"Uncommon Cuisine",
|
|
298
|
+
"Lost in Realmspace",
|
|
299
|
+
"Ravenloft",
|
|
300
|
+
"Sigil",
|
|
301
|
+
"Solamnia",
|
|
302
|
+
"The Feywild",
|
|
303
|
+
"The Rock of Bral",
|
|
304
|
+
"The Yawning Portal"
|
|
284
305
|
]
|
|
285
306
|
},
|
|
286
307
|
"diet": {
|
|
@@ -297,7 +318,8 @@
|
|
|
297
318
|
"items": {
|
|
298
319
|
"type": "string",
|
|
299
320
|
"enum": [
|
|
300
|
-
"alcohol"
|
|
321
|
+
"alcohol",
|
|
322
|
+
"feast"
|
|
301
323
|
]
|
|
302
324
|
}
|
|
303
325
|
},
|
|
@@ -364,6 +386,9 @@
|
|
|
364
386
|
"name": {
|
|
365
387
|
"type": "string"
|
|
366
388
|
},
|
|
389
|
+
"alias": {
|
|
390
|
+
"$ref": "util.json#/$defs/alias"
|
|
391
|
+
},
|
|
367
392
|
"source": {
|
|
368
393
|
"$ref": "util.json#/$defs/source"
|
|
369
394
|
},
|
|
@@ -455,11 +480,18 @@
|
|
|
455
480
|
"type": "string",
|
|
456
481
|
"enum": [
|
|
457
482
|
"Dwarven",
|
|
458
|
-
"Elven",
|
|
459
483
|
"Elixir/Ale",
|
|
460
|
-
"
|
|
484
|
+
"Elven",
|
|
461
485
|
"Halfling",
|
|
462
|
-
"
|
|
486
|
+
"Human",
|
|
487
|
+
"Uncommon Cuisine",
|
|
488
|
+
"Lost in Realmspace",
|
|
489
|
+
"Ravenloft",
|
|
490
|
+
"Sigil",
|
|
491
|
+
"Solamnia",
|
|
492
|
+
"The Feywild",
|
|
493
|
+
"The Rock of Bral",
|
|
494
|
+
"The Yawning Portal"
|
|
463
495
|
]
|
|
464
496
|
},
|
|
465
497
|
"diet": {
|
|
@@ -476,7 +508,8 @@
|
|
|
476
508
|
"items": {
|
|
477
509
|
"type": "string",
|
|
478
510
|
"enum": [
|
|
479
|
-
"alcohol"
|
|
511
|
+
"alcohol",
|
|
512
|
+
"feast"
|
|
480
513
|
]
|
|
481
514
|
}
|
|
482
515
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"source": {
|
|
14
17
|
"$ref": "util.json#/$defs/source"
|
|
15
18
|
},
|
|
@@ -101,11 +104,18 @@
|
|
|
101
104
|
"type": "string",
|
|
102
105
|
"enum": [
|
|
103
106
|
"Dwarven",
|
|
104
|
-
"Elven",
|
|
105
107
|
"Elixir/Ale",
|
|
106
|
-
"
|
|
108
|
+
"Elven",
|
|
107
109
|
"Halfling",
|
|
108
|
-
"
|
|
110
|
+
"Human",
|
|
111
|
+
"Uncommon Cuisine",
|
|
112
|
+
"Lost in Realmspace",
|
|
113
|
+
"Ravenloft",
|
|
114
|
+
"Sigil",
|
|
115
|
+
"Solamnia",
|
|
116
|
+
"The Feywild",
|
|
117
|
+
"The Rock of Bral",
|
|
118
|
+
"The Yawning Portal"
|
|
109
119
|
]
|
|
110
120
|
},
|
|
111
121
|
"diet": {
|
|
@@ -122,7 +132,8 @@
|
|
|
122
132
|
"items": {
|
|
123
133
|
"type": "string",
|
|
124
134
|
"enum": [
|
|
125
|
-
"alcohol"
|
|
135
|
+
"alcohol",
|
|
136
|
+
"feast"
|
|
126
137
|
]
|
|
127
138
|
}
|
|
128
139
|
},
|
|
@@ -185,6 +196,9 @@
|
|
|
185
196
|
"name": {
|
|
186
197
|
"type": "string"
|
|
187
198
|
},
|
|
199
|
+
"alias": {
|
|
200
|
+
"$ref": "util.json#/$defs/alias"
|
|
201
|
+
},
|
|
188
202
|
"source": {
|
|
189
203
|
"$ref": "util.json#/$defs/source"
|
|
190
204
|
},
|
|
@@ -276,11 +290,18 @@
|
|
|
276
290
|
"type": "string",
|
|
277
291
|
"enum": [
|
|
278
292
|
"Dwarven",
|
|
279
|
-
"Elven",
|
|
280
293
|
"Elixir/Ale",
|
|
281
|
-
"
|
|
294
|
+
"Elven",
|
|
282
295
|
"Halfling",
|
|
283
|
-
"
|
|
296
|
+
"Human",
|
|
297
|
+
"Uncommon Cuisine",
|
|
298
|
+
"Lost in Realmspace",
|
|
299
|
+
"Ravenloft",
|
|
300
|
+
"Sigil",
|
|
301
|
+
"Solamnia",
|
|
302
|
+
"The Feywild",
|
|
303
|
+
"The Rock of Bral",
|
|
304
|
+
"The Yawning Portal"
|
|
284
305
|
]
|
|
285
306
|
},
|
|
286
307
|
"diet": {
|
|
@@ -297,7 +318,8 @@
|
|
|
297
318
|
"items": {
|
|
298
319
|
"type": "string",
|
|
299
320
|
"enum": [
|
|
300
|
-
"alcohol"
|
|
321
|
+
"alcohol",
|
|
322
|
+
"feast"
|
|
301
323
|
]
|
|
302
324
|
}
|
|
303
325
|
},
|
|
@@ -364,6 +386,9 @@
|
|
|
364
386
|
"name": {
|
|
365
387
|
"type": "string"
|
|
366
388
|
},
|
|
389
|
+
"alias": {
|
|
390
|
+
"$ref": "util.json#/$defs/alias"
|
|
391
|
+
},
|
|
367
392
|
"source": {
|
|
368
393
|
"$ref": "util.json#/$defs/source"
|
|
369
394
|
},
|
|
@@ -455,11 +480,18 @@
|
|
|
455
480
|
"type": "string",
|
|
456
481
|
"enum": [
|
|
457
482
|
"Dwarven",
|
|
458
|
-
"Elven",
|
|
459
483
|
"Elixir/Ale",
|
|
460
|
-
"
|
|
484
|
+
"Elven",
|
|
461
485
|
"Halfling",
|
|
462
|
-
"
|
|
486
|
+
"Human",
|
|
487
|
+
"Uncommon Cuisine",
|
|
488
|
+
"Lost in Realmspace",
|
|
489
|
+
"Ravenloft",
|
|
490
|
+
"Sigil",
|
|
491
|
+
"Solamnia",
|
|
492
|
+
"The Feywild",
|
|
493
|
+
"The Rock of Bral",
|
|
494
|
+
"The Yawning Portal"
|
|
463
495
|
]
|
|
464
496
|
},
|
|
465
497
|
"diet": {
|
|
@@ -476,7 +508,8 @@
|
|
|
476
508
|
"items": {
|
|
477
509
|
"type": "string",
|
|
478
510
|
"enum": [
|
|
479
|
-
"alcohol"
|
|
511
|
+
"alcohol",
|
|
512
|
+
"feast"
|
|
480
513
|
]
|
|
481
514
|
}
|
|
482
515
|
},
|
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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"source": {
|
|
14
17
|
"$ref": "util.json#/$defs/source"
|
|
15
18
|
},
|
|
@@ -90,11 +93,18 @@
|
|
|
90
93
|
"type": "string",
|
|
91
94
|
"enum": [
|
|
92
95
|
"Dwarven",
|
|
93
|
-
"Elven",
|
|
94
96
|
"Elixir/Ale",
|
|
95
|
-
"
|
|
97
|
+
"Elven",
|
|
96
98
|
"Halfling",
|
|
97
|
-
"
|
|
99
|
+
"Human",
|
|
100
|
+
"Uncommon Cuisine",
|
|
101
|
+
"Lost in Realmspace",
|
|
102
|
+
"Ravenloft",
|
|
103
|
+
"Sigil",
|
|
104
|
+
"Solamnia",
|
|
105
|
+
"The Feywild",
|
|
106
|
+
"The Rock of Bral",
|
|
107
|
+
"The Yawning Portal"
|
|
98
108
|
]
|
|
99
109
|
},
|
|
100
110
|
"diet": {
|
|
@@ -111,7 +121,8 @@
|
|
|
111
121
|
"items": {
|
|
112
122
|
"type": "string",
|
|
113
123
|
"enum": [
|
|
114
|
-
"alcohol"
|
|
124
|
+
"alcohol",
|
|
125
|
+
"feast"
|
|
115
126
|
]
|
|
116
127
|
}
|
|
117
128
|
},
|
|
@@ -174,6 +185,9 @@
|
|
|
174
185
|
"name": {
|
|
175
186
|
"type": "string"
|
|
176
187
|
},
|
|
188
|
+
"alias": {
|
|
189
|
+
"$ref": "util.json#/$defs/alias"
|
|
190
|
+
},
|
|
177
191
|
"source": {
|
|
178
192
|
"$ref": "util.json#/$defs/source"
|
|
179
193
|
},
|
|
@@ -254,11 +268,18 @@
|
|
|
254
268
|
"type": "string",
|
|
255
269
|
"enum": [
|
|
256
270
|
"Dwarven",
|
|
257
|
-
"Elven",
|
|
258
271
|
"Elixir/Ale",
|
|
259
|
-
"
|
|
272
|
+
"Elven",
|
|
260
273
|
"Halfling",
|
|
261
|
-
"
|
|
274
|
+
"Human",
|
|
275
|
+
"Uncommon Cuisine",
|
|
276
|
+
"Lost in Realmspace",
|
|
277
|
+
"Ravenloft",
|
|
278
|
+
"Sigil",
|
|
279
|
+
"Solamnia",
|
|
280
|
+
"The Feywild",
|
|
281
|
+
"The Rock of Bral",
|
|
282
|
+
"The Yawning Portal"
|
|
262
283
|
]
|
|
263
284
|
},
|
|
264
285
|
"diet": {
|
|
@@ -275,7 +296,8 @@
|
|
|
275
296
|
"items": {
|
|
276
297
|
"type": "string",
|
|
277
298
|
"enum": [
|
|
278
|
-
"alcohol"
|
|
299
|
+
"alcohol",
|
|
300
|
+
"feast"
|
|
279
301
|
]
|
|
280
302
|
}
|
|
281
303
|
},
|
|
@@ -342,6 +364,9 @@
|
|
|
342
364
|
"name": {
|
|
343
365
|
"type": "string"
|
|
344
366
|
},
|
|
367
|
+
"alias": {
|
|
368
|
+
"$ref": "util.json#/$defs/alias"
|
|
369
|
+
},
|
|
345
370
|
"source": {
|
|
346
371
|
"$ref": "util.json#/$defs/source"
|
|
347
372
|
},
|
|
@@ -422,11 +447,18 @@
|
|
|
422
447
|
"type": "string",
|
|
423
448
|
"enum": [
|
|
424
449
|
"Dwarven",
|
|
425
|
-
"Elven",
|
|
426
450
|
"Elixir/Ale",
|
|
427
|
-
"
|
|
451
|
+
"Elven",
|
|
428
452
|
"Halfling",
|
|
429
|
-
"
|
|
453
|
+
"Human",
|
|
454
|
+
"Uncommon Cuisine",
|
|
455
|
+
"Lost in Realmspace",
|
|
456
|
+
"Ravenloft",
|
|
457
|
+
"Sigil",
|
|
458
|
+
"Solamnia",
|
|
459
|
+
"The Feywild",
|
|
460
|
+
"The Rock of Bral",
|
|
461
|
+
"The Yawning Portal"
|
|
430
462
|
]
|
|
431
463
|
},
|
|
432
464
|
"diet": {
|
|
@@ -443,7 +475,8 @@
|
|
|
443
475
|
"items": {
|
|
444
476
|
"type": "string",
|
|
445
477
|
"enum": [
|
|
446
|
-
"alcohol"
|
|
478
|
+
"alcohol",
|
|
479
|
+
"feast"
|
|
447
480
|
]
|
|
448
481
|
}
|
|
449
482
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"name": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
+
"alias": {
|
|
14
|
+
"$ref": "util.json#/$defs/alias"
|
|
15
|
+
},
|
|
13
16
|
"source": {
|
|
14
17
|
"$ref": "util.json#/$defs/source"
|
|
15
18
|
},
|
|
@@ -90,11 +93,18 @@
|
|
|
90
93
|
"type": "string",
|
|
91
94
|
"enum": [
|
|
92
95
|
"Dwarven",
|
|
93
|
-
"Elven",
|
|
94
96
|
"Elixir/Ale",
|
|
95
|
-
"
|
|
97
|
+
"Elven",
|
|
96
98
|
"Halfling",
|
|
97
|
-
"
|
|
99
|
+
"Human",
|
|
100
|
+
"Uncommon Cuisine",
|
|
101
|
+
"Lost in Realmspace",
|
|
102
|
+
"Ravenloft",
|
|
103
|
+
"Sigil",
|
|
104
|
+
"Solamnia",
|
|
105
|
+
"The Feywild",
|
|
106
|
+
"The Rock of Bral",
|
|
107
|
+
"The Yawning Portal"
|
|
98
108
|
]
|
|
99
109
|
},
|
|
100
110
|
"diet": {
|
|
@@ -111,7 +121,8 @@
|
|
|
111
121
|
"items": {
|
|
112
122
|
"type": "string",
|
|
113
123
|
"enum": [
|
|
114
|
-
"alcohol"
|
|
124
|
+
"alcohol",
|
|
125
|
+
"feast"
|
|
115
126
|
]
|
|
116
127
|
}
|
|
117
128
|
},
|
|
@@ -174,6 +185,9 @@
|
|
|
174
185
|
"name": {
|
|
175
186
|
"type": "string"
|
|
176
187
|
},
|
|
188
|
+
"alias": {
|
|
189
|
+
"$ref": "util.json#/$defs/alias"
|
|
190
|
+
},
|
|
177
191
|
"source": {
|
|
178
192
|
"$ref": "util.json#/$defs/source"
|
|
179
193
|
},
|
|
@@ -254,11 +268,18 @@
|
|
|
254
268
|
"type": "string",
|
|
255
269
|
"enum": [
|
|
256
270
|
"Dwarven",
|
|
257
|
-
"Elven",
|
|
258
271
|
"Elixir/Ale",
|
|
259
|
-
"
|
|
272
|
+
"Elven",
|
|
260
273
|
"Halfling",
|
|
261
|
-
"
|
|
274
|
+
"Human",
|
|
275
|
+
"Uncommon Cuisine",
|
|
276
|
+
"Lost in Realmspace",
|
|
277
|
+
"Ravenloft",
|
|
278
|
+
"Sigil",
|
|
279
|
+
"Solamnia",
|
|
280
|
+
"The Feywild",
|
|
281
|
+
"The Rock of Bral",
|
|
282
|
+
"The Yawning Portal"
|
|
262
283
|
]
|
|
263
284
|
},
|
|
264
285
|
"diet": {
|
|
@@ -275,7 +296,8 @@
|
|
|
275
296
|
"items": {
|
|
276
297
|
"type": "string",
|
|
277
298
|
"enum": [
|
|
278
|
-
"alcohol"
|
|
299
|
+
"alcohol",
|
|
300
|
+
"feast"
|
|
279
301
|
]
|
|
280
302
|
}
|
|
281
303
|
},
|
|
@@ -342,6 +364,9 @@
|
|
|
342
364
|
"name": {
|
|
343
365
|
"type": "string"
|
|
344
366
|
},
|
|
367
|
+
"alias": {
|
|
368
|
+
"$ref": "util.json#/$defs/alias"
|
|
369
|
+
},
|
|
345
370
|
"source": {
|
|
346
371
|
"$ref": "util.json#/$defs/source"
|
|
347
372
|
},
|
|
@@ -422,11 +447,18 @@
|
|
|
422
447
|
"type": "string",
|
|
423
448
|
"enum": [
|
|
424
449
|
"Dwarven",
|
|
425
|
-
"Elven",
|
|
426
450
|
"Elixir/Ale",
|
|
427
|
-
"
|
|
451
|
+
"Elven",
|
|
428
452
|
"Halfling",
|
|
429
|
-
"
|
|
453
|
+
"Human",
|
|
454
|
+
"Uncommon Cuisine",
|
|
455
|
+
"Lost in Realmspace",
|
|
456
|
+
"Ravenloft",
|
|
457
|
+
"Sigil",
|
|
458
|
+
"Solamnia",
|
|
459
|
+
"The Feywild",
|
|
460
|
+
"The Rock of Bral",
|
|
461
|
+
"The Yawning Portal"
|
|
430
462
|
]
|
|
431
463
|
},
|
|
432
464
|
"diet": {
|
|
@@ -443,7 +475,8 @@
|
|
|
443
475
|
"items": {
|
|
444
476
|
"type": "string",
|
|
445
477
|
"enum": [
|
|
446
|
-
"alcohol"
|
|
478
|
+
"alcohol",
|
|
479
|
+
"feast"
|
|
447
480
|
]
|
|
448
481
|
}
|
|
449
482
|
},
|