5etools-utils 0.9.63 → 0.9.65
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/decks.json +28 -1
- package/schema/brew/items.json +1219 -55
- package/schema/brew-fast/decks.json +28 -1
- package/schema/brew-fast/items.json +1219 -55
- package/schema/site/decks.json +28 -1
- package/schema/site/items.json +1129 -55
- package/schema/site-fast/decks.json +28 -1
- package/schema/site-fast/items.json +1129 -55
- package/schema/ua/decks.json +28 -1
- package/schema/ua/items.json +1135 -55
- package/schema/ua-fast/decks.json +28 -1
- package/schema/ua-fast/items.json +1135 -55
package/package.json
CHANGED
package/schema/brew/decks.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "decks.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -65,6 +65,9 @@
|
|
|
65
65
|
"back": {
|
|
66
66
|
"$ref": "entry.json#/$defs/entryImage"
|
|
67
67
|
},
|
|
68
|
+
"creditBack": {
|
|
69
|
+
"type": "string"
|
|
70
|
+
},
|
|
68
71
|
"hasCardArt": {
|
|
69
72
|
"description": "A hint used by filters, determining whether or not this deck should be filtered out by default.",
|
|
70
73
|
"type": "boolean"
|
|
@@ -135,6 +138,9 @@
|
|
|
135
138
|
"back": {
|
|
136
139
|
"$ref": "entry.json#/$defs/entryImage"
|
|
137
140
|
},
|
|
141
|
+
"creditBack": {
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
138
144
|
"hasCardArt": {
|
|
139
145
|
"description": "A hint used by filters, determining whether or not this deck should be filtered out by default.",
|
|
140
146
|
"type": "boolean"
|
|
@@ -208,6 +214,9 @@
|
|
|
208
214
|
"back": {
|
|
209
215
|
"$ref": "entry.json#/$defs/entryImage"
|
|
210
216
|
},
|
|
217
|
+
"creditBack": {
|
|
218
|
+
"type": "string"
|
|
219
|
+
},
|
|
211
220
|
"hasCardArt": {
|
|
212
221
|
"description": "A hint used by filters, determining whether or not this deck should be filtered out by default.",
|
|
213
222
|
"type": "boolean"
|
|
@@ -256,9 +265,15 @@
|
|
|
256
265
|
"face": {
|
|
257
266
|
"$ref": "entry.json#/$defs/entryImage"
|
|
258
267
|
},
|
|
268
|
+
"creditFace": {
|
|
269
|
+
"type": "string"
|
|
270
|
+
},
|
|
259
271
|
"back": {
|
|
260
272
|
"$ref": "entry.json#/$defs/entryImage"
|
|
261
273
|
},
|
|
274
|
+
"creditBack": {
|
|
275
|
+
"type": "string"
|
|
276
|
+
},
|
|
262
277
|
"suit": {
|
|
263
278
|
"type": "string"
|
|
264
279
|
},
|
|
@@ -306,9 +321,15 @@
|
|
|
306
321
|
"face": {
|
|
307
322
|
"$ref": "entry.json#/$defs/entryImage"
|
|
308
323
|
},
|
|
324
|
+
"creditFace": {
|
|
325
|
+
"type": "string"
|
|
326
|
+
},
|
|
309
327
|
"back": {
|
|
310
328
|
"$ref": "entry.json#/$defs/entryImage"
|
|
311
329
|
},
|
|
330
|
+
"creditBack": {
|
|
331
|
+
"type": "string"
|
|
332
|
+
},
|
|
312
333
|
"suit": {
|
|
313
334
|
"type": "string"
|
|
314
335
|
},
|
|
@@ -359,9 +380,15 @@
|
|
|
359
380
|
"face": {
|
|
360
381
|
"$ref": "entry.json#/$defs/entryImage"
|
|
361
382
|
},
|
|
383
|
+
"creditFace": {
|
|
384
|
+
"type": "string"
|
|
385
|
+
},
|
|
362
386
|
"back": {
|
|
363
387
|
"$ref": "entry.json#/$defs/entryImage"
|
|
364
388
|
},
|
|
389
|
+
"creditBack": {
|
|
390
|
+
"type": "string"
|
|
391
|
+
},
|
|
365
392
|
"suit": {
|
|
366
393
|
"type": "string"
|
|
367
394
|
},
|