5etools-utils 0.5.12 → 0.5.14
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 +52 -7
- package/schema/brew-fast/decks.json +52 -7
- package/schema/site/decks.json +52 -7
- package/schema/site-fast/decks.json +52 -7
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.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -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
|
"type": "string"
|
|
15
18
|
},
|
|
@@ -35,12 +38,15 @@
|
|
|
35
38
|
},
|
|
36
39
|
"count": {
|
|
37
40
|
"type": "integer"
|
|
41
|
+
},
|
|
42
|
+
"replacement": {
|
|
43
|
+
"const": true
|
|
38
44
|
}
|
|
39
45
|
},
|
|
40
46
|
"required": [
|
|
41
|
-
"uid"
|
|
42
|
-
"count"
|
|
47
|
+
"uid"
|
|
43
48
|
],
|
|
49
|
+
"minProperties": 2,
|
|
44
50
|
"additionalProperties": false
|
|
45
51
|
}
|
|
46
52
|
]
|
|
@@ -71,6 +77,9 @@
|
|
|
71
77
|
"name": {
|
|
72
78
|
"type": "string"
|
|
73
79
|
},
|
|
80
|
+
"alias": {
|
|
81
|
+
"$ref": "util.json#/$defs/alias"
|
|
82
|
+
},
|
|
74
83
|
"source": {
|
|
75
84
|
"type": "string"
|
|
76
85
|
},
|
|
@@ -96,12 +105,15 @@
|
|
|
96
105
|
},
|
|
97
106
|
"count": {
|
|
98
107
|
"type": "integer"
|
|
108
|
+
},
|
|
109
|
+
"replacement": {
|
|
110
|
+
"const": true
|
|
99
111
|
}
|
|
100
112
|
},
|
|
101
113
|
"required": [
|
|
102
|
-
"uid"
|
|
103
|
-
"count"
|
|
114
|
+
"uid"
|
|
104
115
|
],
|
|
116
|
+
"minProperties": 2,
|
|
105
117
|
"additionalProperties": false
|
|
106
118
|
}
|
|
107
119
|
]
|
|
@@ -135,6 +147,9 @@
|
|
|
135
147
|
"name": {
|
|
136
148
|
"type": "string"
|
|
137
149
|
},
|
|
150
|
+
"alias": {
|
|
151
|
+
"$ref": "util.json#/$defs/alias"
|
|
152
|
+
},
|
|
138
153
|
"source": {
|
|
139
154
|
"type": "string"
|
|
140
155
|
},
|
|
@@ -160,12 +175,15 @@
|
|
|
160
175
|
},
|
|
161
176
|
"count": {
|
|
162
177
|
"type": "integer"
|
|
178
|
+
},
|
|
179
|
+
"replacement": {
|
|
180
|
+
"const": true
|
|
163
181
|
}
|
|
164
182
|
},
|
|
165
183
|
"required": [
|
|
166
|
-
"uid"
|
|
167
|
-
"count"
|
|
184
|
+
"uid"
|
|
168
185
|
],
|
|
186
|
+
"minProperties": 2,
|
|
169
187
|
"additionalProperties": false
|
|
170
188
|
}
|
|
171
189
|
]
|
|
@@ -257,6 +275,9 @@
|
|
|
257
275
|
"name": {
|
|
258
276
|
"type": "string"
|
|
259
277
|
},
|
|
278
|
+
"alias": {
|
|
279
|
+
"$ref": "util.json#/$defs/alias"
|
|
280
|
+
},
|
|
260
281
|
"source": {
|
|
261
282
|
"type": "string"
|
|
262
283
|
},
|
|
@@ -278,11 +299,17 @@
|
|
|
278
299
|
"face": {
|
|
279
300
|
"$ref": "entry.json#/$defs/entryImage"
|
|
280
301
|
},
|
|
302
|
+
"back": {
|
|
303
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
304
|
+
},
|
|
281
305
|
"suit": {
|
|
282
306
|
"type": "string"
|
|
283
307
|
},
|
|
284
308
|
"value": {
|
|
285
309
|
"type": "integer"
|
|
310
|
+
},
|
|
311
|
+
"valueName": {
|
|
312
|
+
"type": "string"
|
|
286
313
|
}
|
|
287
314
|
},
|
|
288
315
|
"additionalProperties": false
|
|
@@ -295,6 +322,9 @@
|
|
|
295
322
|
"name": {
|
|
296
323
|
"type": "string"
|
|
297
324
|
},
|
|
325
|
+
"alias": {
|
|
326
|
+
"$ref": "util.json#/$defs/alias"
|
|
327
|
+
},
|
|
298
328
|
"source": {
|
|
299
329
|
"type": "string"
|
|
300
330
|
},
|
|
@@ -316,11 +346,17 @@
|
|
|
316
346
|
"face": {
|
|
317
347
|
"$ref": "entry.json#/$defs/entryImage"
|
|
318
348
|
},
|
|
349
|
+
"back": {
|
|
350
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
351
|
+
},
|
|
319
352
|
"suit": {
|
|
320
353
|
"type": "string"
|
|
321
354
|
},
|
|
322
355
|
"value": {
|
|
323
356
|
"type": "integer"
|
|
357
|
+
},
|
|
358
|
+
"valueName": {
|
|
359
|
+
"type": "string"
|
|
324
360
|
}
|
|
325
361
|
},
|
|
326
362
|
"additionalProperties": false,
|
|
@@ -336,6 +372,9 @@
|
|
|
336
372
|
"name": {
|
|
337
373
|
"type": "string"
|
|
338
374
|
},
|
|
375
|
+
"alias": {
|
|
376
|
+
"$ref": "util.json#/$defs/alias"
|
|
377
|
+
},
|
|
339
378
|
"source": {
|
|
340
379
|
"type": "string"
|
|
341
380
|
},
|
|
@@ -357,12 +396,18 @@
|
|
|
357
396
|
"face": {
|
|
358
397
|
"$ref": "entry.json#/$defs/entryImage"
|
|
359
398
|
},
|
|
399
|
+
"back": {
|
|
400
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
401
|
+
},
|
|
360
402
|
"suit": {
|
|
361
403
|
"type": "string"
|
|
362
404
|
},
|
|
363
405
|
"value": {
|
|
364
406
|
"type": "integer"
|
|
365
407
|
},
|
|
408
|
+
"valueName": {
|
|
409
|
+
"type": "string"
|
|
410
|
+
},
|
|
366
411
|
"_copy": {
|
|
367
412
|
"type": "object",
|
|
368
413
|
"properties": {
|
|
@@ -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.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -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
|
"type": "string"
|
|
15
18
|
},
|
|
@@ -35,12 +38,15 @@
|
|
|
35
38
|
},
|
|
36
39
|
"count": {
|
|
37
40
|
"type": "integer"
|
|
41
|
+
},
|
|
42
|
+
"replacement": {
|
|
43
|
+
"const": true
|
|
38
44
|
}
|
|
39
45
|
},
|
|
40
46
|
"required": [
|
|
41
|
-
"uid"
|
|
42
|
-
"count"
|
|
47
|
+
"uid"
|
|
43
48
|
],
|
|
49
|
+
"minProperties": 2,
|
|
44
50
|
"additionalProperties": false
|
|
45
51
|
}
|
|
46
52
|
]
|
|
@@ -71,6 +77,9 @@
|
|
|
71
77
|
"name": {
|
|
72
78
|
"type": "string"
|
|
73
79
|
},
|
|
80
|
+
"alias": {
|
|
81
|
+
"$ref": "util.json#/$defs/alias"
|
|
82
|
+
},
|
|
74
83
|
"source": {
|
|
75
84
|
"type": "string"
|
|
76
85
|
},
|
|
@@ -96,12 +105,15 @@
|
|
|
96
105
|
},
|
|
97
106
|
"count": {
|
|
98
107
|
"type": "integer"
|
|
108
|
+
},
|
|
109
|
+
"replacement": {
|
|
110
|
+
"const": true
|
|
99
111
|
}
|
|
100
112
|
},
|
|
101
113
|
"required": [
|
|
102
|
-
"uid"
|
|
103
|
-
"count"
|
|
114
|
+
"uid"
|
|
104
115
|
],
|
|
116
|
+
"minProperties": 2,
|
|
105
117
|
"additionalProperties": false
|
|
106
118
|
}
|
|
107
119
|
]
|
|
@@ -135,6 +147,9 @@
|
|
|
135
147
|
"name": {
|
|
136
148
|
"type": "string"
|
|
137
149
|
},
|
|
150
|
+
"alias": {
|
|
151
|
+
"$ref": "util.json#/$defs/alias"
|
|
152
|
+
},
|
|
138
153
|
"source": {
|
|
139
154
|
"type": "string"
|
|
140
155
|
},
|
|
@@ -160,12 +175,15 @@
|
|
|
160
175
|
},
|
|
161
176
|
"count": {
|
|
162
177
|
"type": "integer"
|
|
178
|
+
},
|
|
179
|
+
"replacement": {
|
|
180
|
+
"const": true
|
|
163
181
|
}
|
|
164
182
|
},
|
|
165
183
|
"required": [
|
|
166
|
-
"uid"
|
|
167
|
-
"count"
|
|
184
|
+
"uid"
|
|
168
185
|
],
|
|
186
|
+
"minProperties": 2,
|
|
169
187
|
"additionalProperties": false
|
|
170
188
|
}
|
|
171
189
|
]
|
|
@@ -257,6 +275,9 @@
|
|
|
257
275
|
"name": {
|
|
258
276
|
"type": "string"
|
|
259
277
|
},
|
|
278
|
+
"alias": {
|
|
279
|
+
"$ref": "util.json#/$defs/alias"
|
|
280
|
+
},
|
|
260
281
|
"source": {
|
|
261
282
|
"type": "string"
|
|
262
283
|
},
|
|
@@ -278,11 +299,17 @@
|
|
|
278
299
|
"face": {
|
|
279
300
|
"$ref": "entry.json#/$defs/entryImage"
|
|
280
301
|
},
|
|
302
|
+
"back": {
|
|
303
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
304
|
+
},
|
|
281
305
|
"suit": {
|
|
282
306
|
"type": "string"
|
|
283
307
|
},
|
|
284
308
|
"value": {
|
|
285
309
|
"type": "integer"
|
|
310
|
+
},
|
|
311
|
+
"valueName": {
|
|
312
|
+
"type": "string"
|
|
286
313
|
}
|
|
287
314
|
},
|
|
288
315
|
"additionalProperties": false
|
|
@@ -295,6 +322,9 @@
|
|
|
295
322
|
"name": {
|
|
296
323
|
"type": "string"
|
|
297
324
|
},
|
|
325
|
+
"alias": {
|
|
326
|
+
"$ref": "util.json#/$defs/alias"
|
|
327
|
+
},
|
|
298
328
|
"source": {
|
|
299
329
|
"type": "string"
|
|
300
330
|
},
|
|
@@ -316,11 +346,17 @@
|
|
|
316
346
|
"face": {
|
|
317
347
|
"$ref": "entry.json#/$defs/entryImage"
|
|
318
348
|
},
|
|
349
|
+
"back": {
|
|
350
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
351
|
+
},
|
|
319
352
|
"suit": {
|
|
320
353
|
"type": "string"
|
|
321
354
|
},
|
|
322
355
|
"value": {
|
|
323
356
|
"type": "integer"
|
|
357
|
+
},
|
|
358
|
+
"valueName": {
|
|
359
|
+
"type": "string"
|
|
324
360
|
}
|
|
325
361
|
},
|
|
326
362
|
"additionalProperties": false,
|
|
@@ -336,6 +372,9 @@
|
|
|
336
372
|
"name": {
|
|
337
373
|
"type": "string"
|
|
338
374
|
},
|
|
375
|
+
"alias": {
|
|
376
|
+
"$ref": "util.json#/$defs/alias"
|
|
377
|
+
},
|
|
339
378
|
"source": {
|
|
340
379
|
"type": "string"
|
|
341
380
|
},
|
|
@@ -357,12 +396,18 @@
|
|
|
357
396
|
"face": {
|
|
358
397
|
"$ref": "entry.json#/$defs/entryImage"
|
|
359
398
|
},
|
|
399
|
+
"back": {
|
|
400
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
401
|
+
},
|
|
360
402
|
"suit": {
|
|
361
403
|
"type": "string"
|
|
362
404
|
},
|
|
363
405
|
"value": {
|
|
364
406
|
"type": "integer"
|
|
365
407
|
},
|
|
408
|
+
"valueName": {
|
|
409
|
+
"type": "string"
|
|
410
|
+
},
|
|
366
411
|
"_copy": {
|
|
367
412
|
"type": "object",
|
|
368
413
|
"properties": {
|
package/schema/site/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.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -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
|
"type": "string"
|
|
15
18
|
},
|
|
@@ -35,12 +38,15 @@
|
|
|
35
38
|
},
|
|
36
39
|
"count": {
|
|
37
40
|
"type": "integer"
|
|
41
|
+
},
|
|
42
|
+
"replacement": {
|
|
43
|
+
"const": true
|
|
38
44
|
}
|
|
39
45
|
},
|
|
40
46
|
"required": [
|
|
41
|
-
"uid"
|
|
42
|
-
"count"
|
|
47
|
+
"uid"
|
|
43
48
|
],
|
|
49
|
+
"minProperties": 2,
|
|
44
50
|
"additionalProperties": false
|
|
45
51
|
}
|
|
46
52
|
]
|
|
@@ -71,6 +77,9 @@
|
|
|
71
77
|
"name": {
|
|
72
78
|
"type": "string"
|
|
73
79
|
},
|
|
80
|
+
"alias": {
|
|
81
|
+
"$ref": "util.json#/$defs/alias"
|
|
82
|
+
},
|
|
74
83
|
"source": {
|
|
75
84
|
"type": "string"
|
|
76
85
|
},
|
|
@@ -96,12 +105,15 @@
|
|
|
96
105
|
},
|
|
97
106
|
"count": {
|
|
98
107
|
"type": "integer"
|
|
108
|
+
},
|
|
109
|
+
"replacement": {
|
|
110
|
+
"const": true
|
|
99
111
|
}
|
|
100
112
|
},
|
|
101
113
|
"required": [
|
|
102
|
-
"uid"
|
|
103
|
-
"count"
|
|
114
|
+
"uid"
|
|
104
115
|
],
|
|
116
|
+
"minProperties": 2,
|
|
105
117
|
"additionalProperties": false
|
|
106
118
|
}
|
|
107
119
|
]
|
|
@@ -135,6 +147,9 @@
|
|
|
135
147
|
"name": {
|
|
136
148
|
"type": "string"
|
|
137
149
|
},
|
|
150
|
+
"alias": {
|
|
151
|
+
"$ref": "util.json#/$defs/alias"
|
|
152
|
+
},
|
|
138
153
|
"source": {
|
|
139
154
|
"type": "string"
|
|
140
155
|
},
|
|
@@ -160,12 +175,15 @@
|
|
|
160
175
|
},
|
|
161
176
|
"count": {
|
|
162
177
|
"type": "integer"
|
|
178
|
+
},
|
|
179
|
+
"replacement": {
|
|
180
|
+
"const": true
|
|
163
181
|
}
|
|
164
182
|
},
|
|
165
183
|
"required": [
|
|
166
|
-
"uid"
|
|
167
|
-
"count"
|
|
184
|
+
"uid"
|
|
168
185
|
],
|
|
186
|
+
"minProperties": 2,
|
|
169
187
|
"additionalProperties": false
|
|
170
188
|
}
|
|
171
189
|
]
|
|
@@ -257,6 +275,9 @@
|
|
|
257
275
|
"name": {
|
|
258
276
|
"type": "string"
|
|
259
277
|
},
|
|
278
|
+
"alias": {
|
|
279
|
+
"$ref": "util.json#/$defs/alias"
|
|
280
|
+
},
|
|
260
281
|
"source": {
|
|
261
282
|
"type": "string"
|
|
262
283
|
},
|
|
@@ -278,11 +299,17 @@
|
|
|
278
299
|
"face": {
|
|
279
300
|
"$ref": "entry.json#/$defs/entryImage"
|
|
280
301
|
},
|
|
302
|
+
"back": {
|
|
303
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
304
|
+
},
|
|
281
305
|
"suit": {
|
|
282
306
|
"type": "string"
|
|
283
307
|
},
|
|
284
308
|
"value": {
|
|
285
309
|
"type": "integer"
|
|
310
|
+
},
|
|
311
|
+
"valueName": {
|
|
312
|
+
"type": "string"
|
|
286
313
|
}
|
|
287
314
|
},
|
|
288
315
|
"additionalProperties": false
|
|
@@ -295,6 +322,9 @@
|
|
|
295
322
|
"name": {
|
|
296
323
|
"type": "string"
|
|
297
324
|
},
|
|
325
|
+
"alias": {
|
|
326
|
+
"$ref": "util.json#/$defs/alias"
|
|
327
|
+
},
|
|
298
328
|
"source": {
|
|
299
329
|
"type": "string"
|
|
300
330
|
},
|
|
@@ -316,11 +346,17 @@
|
|
|
316
346
|
"face": {
|
|
317
347
|
"$ref": "entry.json#/$defs/entryImage"
|
|
318
348
|
},
|
|
349
|
+
"back": {
|
|
350
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
351
|
+
},
|
|
319
352
|
"suit": {
|
|
320
353
|
"type": "string"
|
|
321
354
|
},
|
|
322
355
|
"value": {
|
|
323
356
|
"type": "integer"
|
|
357
|
+
},
|
|
358
|
+
"valueName": {
|
|
359
|
+
"type": "string"
|
|
324
360
|
}
|
|
325
361
|
},
|
|
326
362
|
"additionalProperties": false,
|
|
@@ -336,6 +372,9 @@
|
|
|
336
372
|
"name": {
|
|
337
373
|
"type": "string"
|
|
338
374
|
},
|
|
375
|
+
"alias": {
|
|
376
|
+
"$ref": "util.json#/$defs/alias"
|
|
377
|
+
},
|
|
339
378
|
"source": {
|
|
340
379
|
"type": "string"
|
|
341
380
|
},
|
|
@@ -357,12 +396,18 @@
|
|
|
357
396
|
"face": {
|
|
358
397
|
"$ref": "entry.json#/$defs/entryImage"
|
|
359
398
|
},
|
|
399
|
+
"back": {
|
|
400
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
401
|
+
},
|
|
360
402
|
"suit": {
|
|
361
403
|
"type": "string"
|
|
362
404
|
},
|
|
363
405
|
"value": {
|
|
364
406
|
"type": "integer"
|
|
365
407
|
},
|
|
408
|
+
"valueName": {
|
|
409
|
+
"type": "string"
|
|
410
|
+
},
|
|
366
411
|
"_copy": {
|
|
367
412
|
"type": "object",
|
|
368
413
|
"properties": {
|
|
@@ -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.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -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
|
"type": "string"
|
|
15
18
|
},
|
|
@@ -35,12 +38,15 @@
|
|
|
35
38
|
},
|
|
36
39
|
"count": {
|
|
37
40
|
"type": "integer"
|
|
41
|
+
},
|
|
42
|
+
"replacement": {
|
|
43
|
+
"const": true
|
|
38
44
|
}
|
|
39
45
|
},
|
|
40
46
|
"required": [
|
|
41
|
-
"uid"
|
|
42
|
-
"count"
|
|
47
|
+
"uid"
|
|
43
48
|
],
|
|
49
|
+
"minProperties": 2,
|
|
44
50
|
"additionalProperties": false
|
|
45
51
|
}
|
|
46
52
|
]
|
|
@@ -71,6 +77,9 @@
|
|
|
71
77
|
"name": {
|
|
72
78
|
"type": "string"
|
|
73
79
|
},
|
|
80
|
+
"alias": {
|
|
81
|
+
"$ref": "util.json#/$defs/alias"
|
|
82
|
+
},
|
|
74
83
|
"source": {
|
|
75
84
|
"type": "string"
|
|
76
85
|
},
|
|
@@ -96,12 +105,15 @@
|
|
|
96
105
|
},
|
|
97
106
|
"count": {
|
|
98
107
|
"type": "integer"
|
|
108
|
+
},
|
|
109
|
+
"replacement": {
|
|
110
|
+
"const": true
|
|
99
111
|
}
|
|
100
112
|
},
|
|
101
113
|
"required": [
|
|
102
|
-
"uid"
|
|
103
|
-
"count"
|
|
114
|
+
"uid"
|
|
104
115
|
],
|
|
116
|
+
"minProperties": 2,
|
|
105
117
|
"additionalProperties": false
|
|
106
118
|
}
|
|
107
119
|
]
|
|
@@ -135,6 +147,9 @@
|
|
|
135
147
|
"name": {
|
|
136
148
|
"type": "string"
|
|
137
149
|
},
|
|
150
|
+
"alias": {
|
|
151
|
+
"$ref": "util.json#/$defs/alias"
|
|
152
|
+
},
|
|
138
153
|
"source": {
|
|
139
154
|
"type": "string"
|
|
140
155
|
},
|
|
@@ -160,12 +175,15 @@
|
|
|
160
175
|
},
|
|
161
176
|
"count": {
|
|
162
177
|
"type": "integer"
|
|
178
|
+
},
|
|
179
|
+
"replacement": {
|
|
180
|
+
"const": true
|
|
163
181
|
}
|
|
164
182
|
},
|
|
165
183
|
"required": [
|
|
166
|
-
"uid"
|
|
167
|
-
"count"
|
|
184
|
+
"uid"
|
|
168
185
|
],
|
|
186
|
+
"minProperties": 2,
|
|
169
187
|
"additionalProperties": false
|
|
170
188
|
}
|
|
171
189
|
]
|
|
@@ -257,6 +275,9 @@
|
|
|
257
275
|
"name": {
|
|
258
276
|
"type": "string"
|
|
259
277
|
},
|
|
278
|
+
"alias": {
|
|
279
|
+
"$ref": "util.json#/$defs/alias"
|
|
280
|
+
},
|
|
260
281
|
"source": {
|
|
261
282
|
"type": "string"
|
|
262
283
|
},
|
|
@@ -278,11 +299,17 @@
|
|
|
278
299
|
"face": {
|
|
279
300
|
"$ref": "entry.json#/$defs/entryImage"
|
|
280
301
|
},
|
|
302
|
+
"back": {
|
|
303
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
304
|
+
},
|
|
281
305
|
"suit": {
|
|
282
306
|
"type": "string"
|
|
283
307
|
},
|
|
284
308
|
"value": {
|
|
285
309
|
"type": "integer"
|
|
310
|
+
},
|
|
311
|
+
"valueName": {
|
|
312
|
+
"type": "string"
|
|
286
313
|
}
|
|
287
314
|
},
|
|
288
315
|
"additionalProperties": false
|
|
@@ -295,6 +322,9 @@
|
|
|
295
322
|
"name": {
|
|
296
323
|
"type": "string"
|
|
297
324
|
},
|
|
325
|
+
"alias": {
|
|
326
|
+
"$ref": "util.json#/$defs/alias"
|
|
327
|
+
},
|
|
298
328
|
"source": {
|
|
299
329
|
"type": "string"
|
|
300
330
|
},
|
|
@@ -316,11 +346,17 @@
|
|
|
316
346
|
"face": {
|
|
317
347
|
"$ref": "entry.json#/$defs/entryImage"
|
|
318
348
|
},
|
|
349
|
+
"back": {
|
|
350
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
351
|
+
},
|
|
319
352
|
"suit": {
|
|
320
353
|
"type": "string"
|
|
321
354
|
},
|
|
322
355
|
"value": {
|
|
323
356
|
"type": "integer"
|
|
357
|
+
},
|
|
358
|
+
"valueName": {
|
|
359
|
+
"type": "string"
|
|
324
360
|
}
|
|
325
361
|
},
|
|
326
362
|
"additionalProperties": false,
|
|
@@ -336,6 +372,9 @@
|
|
|
336
372
|
"name": {
|
|
337
373
|
"type": "string"
|
|
338
374
|
},
|
|
375
|
+
"alias": {
|
|
376
|
+
"$ref": "util.json#/$defs/alias"
|
|
377
|
+
},
|
|
339
378
|
"source": {
|
|
340
379
|
"type": "string"
|
|
341
380
|
},
|
|
@@ -357,12 +396,18 @@
|
|
|
357
396
|
"face": {
|
|
358
397
|
"$ref": "entry.json#/$defs/entryImage"
|
|
359
398
|
},
|
|
399
|
+
"back": {
|
|
400
|
+
"$ref": "entry.json#/$defs/entryImage"
|
|
401
|
+
},
|
|
360
402
|
"suit": {
|
|
361
403
|
"type": "string"
|
|
362
404
|
},
|
|
363
405
|
"value": {
|
|
364
406
|
"type": "integer"
|
|
365
407
|
},
|
|
408
|
+
"valueName": {
|
|
409
|
+
"type": "string"
|
|
410
|
+
},
|
|
366
411
|
"_copy": {
|
|
367
412
|
"type": "object",
|
|
368
413
|
"properties": {
|