5etools-utils 0.14.4 → 0.14.6
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/bestiary/bestiary.json +10 -1
- package/schema/brew/class/class.json +10 -10
- package/schema/brew/entry.json +4 -1
- package/schema/brew/util.json +12 -1
- package/schema/brew-fast/bestiary/bestiary.json +10 -1
- package/schema/brew-fast/class/class.json +10 -10
- package/schema/brew-fast/entry.json +4 -1
- package/schema/brew-fast/util.json +12 -1
- package/schema/site/bestiary/bestiary.json +10 -1
- package/schema/site/class/class.json +10 -10
- package/schema/site/entry.json +4 -1
- package/schema/site/util.json +12 -1
- package/schema/site-fast/bestiary/bestiary.json +10 -1
- package/schema/site-fast/class/class.json +10 -10
- package/schema/site-fast/entry.json +4 -1
- package/schema/site-fast/util.json +12 -1
- package/schema/ua/bestiary/bestiary.json +10 -1
- package/schema/ua/class/class.json +10 -10
- package/schema/ua/entry.json +4 -1
- package/schema/ua/util.json +12 -1
- package/schema/ua-fast/bestiary/bestiary.json +10 -1
- package/schema/ua-fast/class/class.json +10 -10
- package/schema/ua-fast/entry.json +4 -1
- package/schema/ua-fast/util.json +12 -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.21.
|
|
3
|
+
"version": "1.21.54",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -274,6 +274,9 @@
|
|
|
274
274
|
"reprintedAs": {
|
|
275
275
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
276
276
|
},
|
|
277
|
+
"isReprinted": {
|
|
278
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
279
|
+
},
|
|
277
280
|
"alignment": {
|
|
278
281
|
"type": "array",
|
|
279
282
|
"items": {
|
|
@@ -1609,6 +1612,9 @@
|
|
|
1609
1612
|
"reprintedAs": {
|
|
1610
1613
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
1611
1614
|
},
|
|
1615
|
+
"isReprinted": {
|
|
1616
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1617
|
+
},
|
|
1612
1618
|
"alignment": {
|
|
1613
1619
|
"type": "array",
|
|
1614
1620
|
"items": {
|
|
@@ -2949,6 +2955,9 @@
|
|
|
2949
2955
|
"reprintedAs": {
|
|
2950
2956
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
2951
2957
|
},
|
|
2958
|
+
"isReprinted": {
|
|
2959
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
2960
|
+
},
|
|
2952
2961
|
"alignment": {
|
|
2953
2962
|
"type": "array",
|
|
2954
2963
|
"items": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.12",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
770
770
|
},
|
|
771
771
|
"isReprinted": {
|
|
772
|
-
"
|
|
772
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
773
773
|
},
|
|
774
774
|
"reprintedAs": {
|
|
775
775
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
981
981
|
},
|
|
982
982
|
"isReprinted": {
|
|
983
|
-
"
|
|
983
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
984
984
|
},
|
|
985
985
|
"reprintedAs": {
|
|
986
986
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1191,7 +1191,7 @@
|
|
|
1191
1191
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1192
1192
|
},
|
|
1193
1193
|
"isReprinted": {
|
|
1194
|
-
"
|
|
1194
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1195
1195
|
},
|
|
1196
1196
|
"reprintedAs": {
|
|
1197
1197
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1471,7 +1471,7 @@
|
|
|
1471
1471
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1472
1472
|
},
|
|
1473
1473
|
"isReprinted": {
|
|
1474
|
-
"
|
|
1474
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1475
1475
|
},
|
|
1476
1476
|
"reprintedAs": {
|
|
1477
1477
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
}
|
|
1490
1490
|
},
|
|
1491
1491
|
"isSidekick": {
|
|
1492
|
-
"
|
|
1492
|
+
"const": true
|
|
1493
1493
|
},
|
|
1494
1494
|
"hd": {
|
|
1495
1495
|
"type": "object",
|
|
@@ -1776,7 +1776,7 @@
|
|
|
1776
1776
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1777
1777
|
},
|
|
1778
1778
|
"isReprinted": {
|
|
1779
|
-
"
|
|
1779
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1780
1780
|
},
|
|
1781
1781
|
"reprintedAs": {
|
|
1782
1782
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1794,7 +1794,7 @@
|
|
|
1794
1794
|
}
|
|
1795
1795
|
},
|
|
1796
1796
|
"isSidekick": {
|
|
1797
|
-
"
|
|
1797
|
+
"const": true
|
|
1798
1798
|
},
|
|
1799
1799
|
"hd": {
|
|
1800
1800
|
"type": "object",
|
|
@@ -2084,7 +2084,7 @@
|
|
|
2084
2084
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
2085
2085
|
},
|
|
2086
2086
|
"isReprinted": {
|
|
2087
|
-
"
|
|
2087
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
2088
2088
|
},
|
|
2089
2089
|
"reprintedAs": {
|
|
2090
2090
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -2102,7 +2102,7 @@
|
|
|
2102
2102
|
}
|
|
2103
2103
|
},
|
|
2104
2104
|
"isSidekick": {
|
|
2105
|
-
"
|
|
2105
|
+
"const": true
|
|
2106
2106
|
},
|
|
2107
2107
|
"hd": {
|
|
2108
2108
|
"type": "object",
|
package/schema/brew/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1877,6 +1877,9 @@
|
|
|
1877
1877
|
"minItems": 1,
|
|
1878
1878
|
"uniqueItems": true
|
|
1879
1879
|
},
|
|
1880
|
+
"labelMapRegions": {
|
|
1881
|
+
"const": true
|
|
1882
|
+
},
|
|
1880
1883
|
"mapParent": {
|
|
1881
1884
|
"description": "Note that the order of transformations is: scale, then offset.",
|
|
1882
1885
|
"type": "object",
|
package/schema/brew/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.17.
|
|
6
|
+
"version": "1.17.31",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -205,6 +205,11 @@
|
|
|
205
205
|
"uniqueItems": true,
|
|
206
206
|
"minItems": 1
|
|
207
207
|
},
|
|
208
|
+
"isReprinted": {
|
|
209
|
+
"description": "Prefer \"reprintedAs\", where available.",
|
|
210
|
+
"const": true,
|
|
211
|
+
"markdownDescription": "Prefer "reprintedAs", where available."
|
|
212
|
+
},
|
|
208
213
|
"tagNameStats": {
|
|
209
214
|
"type": "string",
|
|
210
215
|
"enum": [
|
|
@@ -3243,6 +3248,9 @@
|
|
|
3243
3248
|
},
|
|
3244
3249
|
"quantity": {
|
|
3245
3250
|
"type": "integer"
|
|
3251
|
+
},
|
|
3252
|
+
"displayName": {
|
|
3253
|
+
"type": "string"
|
|
3246
3254
|
}
|
|
3247
3255
|
},
|
|
3248
3256
|
"required": [
|
|
@@ -3261,6 +3269,9 @@
|
|
|
3261
3269
|
},
|
|
3262
3270
|
"quantity": {
|
|
3263
3271
|
"type": "integer"
|
|
3272
|
+
},
|
|
3273
|
+
"displayName": {
|
|
3274
|
+
"type": "string"
|
|
3264
3275
|
}
|
|
3265
3276
|
},
|
|
3266
3277
|
"required": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.54",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -274,6 +274,9 @@
|
|
|
274
274
|
"reprintedAs": {
|
|
275
275
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
276
276
|
},
|
|
277
|
+
"isReprinted": {
|
|
278
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
279
|
+
},
|
|
277
280
|
"alignment": {
|
|
278
281
|
"type": "array",
|
|
279
282
|
"items": {
|
|
@@ -1609,6 +1612,9 @@
|
|
|
1609
1612
|
"reprintedAs": {
|
|
1610
1613
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
1611
1614
|
},
|
|
1615
|
+
"isReprinted": {
|
|
1616
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1617
|
+
},
|
|
1612
1618
|
"alignment": {
|
|
1613
1619
|
"type": "array",
|
|
1614
1620
|
"items": {
|
|
@@ -2949,6 +2955,9 @@
|
|
|
2949
2955
|
"reprintedAs": {
|
|
2950
2956
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
2951
2957
|
},
|
|
2958
|
+
"isReprinted": {
|
|
2959
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
2960
|
+
},
|
|
2952
2961
|
"alignment": {
|
|
2953
2962
|
"type": "array",
|
|
2954
2963
|
"items": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.12",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
770
770
|
},
|
|
771
771
|
"isReprinted": {
|
|
772
|
-
"
|
|
772
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
773
773
|
},
|
|
774
774
|
"reprintedAs": {
|
|
775
775
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
981
981
|
},
|
|
982
982
|
"isReprinted": {
|
|
983
|
-
"
|
|
983
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
984
984
|
},
|
|
985
985
|
"reprintedAs": {
|
|
986
986
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1191,7 +1191,7 @@
|
|
|
1191
1191
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1192
1192
|
},
|
|
1193
1193
|
"isReprinted": {
|
|
1194
|
-
"
|
|
1194
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1195
1195
|
},
|
|
1196
1196
|
"reprintedAs": {
|
|
1197
1197
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1471,7 +1471,7 @@
|
|
|
1471
1471
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1472
1472
|
},
|
|
1473
1473
|
"isReprinted": {
|
|
1474
|
-
"
|
|
1474
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1475
1475
|
},
|
|
1476
1476
|
"reprintedAs": {
|
|
1477
1477
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
}
|
|
1490
1490
|
},
|
|
1491
1491
|
"isSidekick": {
|
|
1492
|
-
"
|
|
1492
|
+
"const": true
|
|
1493
1493
|
},
|
|
1494
1494
|
"hd": {
|
|
1495
1495
|
"type": "object",
|
|
@@ -1776,7 +1776,7 @@
|
|
|
1776
1776
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1777
1777
|
},
|
|
1778
1778
|
"isReprinted": {
|
|
1779
|
-
"
|
|
1779
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1780
1780
|
},
|
|
1781
1781
|
"reprintedAs": {
|
|
1782
1782
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1794,7 +1794,7 @@
|
|
|
1794
1794
|
}
|
|
1795
1795
|
},
|
|
1796
1796
|
"isSidekick": {
|
|
1797
|
-
"
|
|
1797
|
+
"const": true
|
|
1798
1798
|
},
|
|
1799
1799
|
"hd": {
|
|
1800
1800
|
"type": "object",
|
|
@@ -2084,7 +2084,7 @@
|
|
|
2084
2084
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
2085
2085
|
},
|
|
2086
2086
|
"isReprinted": {
|
|
2087
|
-
"
|
|
2087
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
2088
2088
|
},
|
|
2089
2089
|
"reprintedAs": {
|
|
2090
2090
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -2102,7 +2102,7 @@
|
|
|
2102
2102
|
}
|
|
2103
2103
|
},
|
|
2104
2104
|
"isSidekick": {
|
|
2105
|
-
"
|
|
2105
|
+
"const": true
|
|
2106
2106
|
},
|
|
2107
2107
|
"hd": {
|
|
2108
2108
|
"type": "object",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1877,6 +1877,9 @@
|
|
|
1877
1877
|
"minItems": 1,
|
|
1878
1878
|
"uniqueItems": true
|
|
1879
1879
|
},
|
|
1880
|
+
"labelMapRegions": {
|
|
1881
|
+
"const": true
|
|
1882
|
+
},
|
|
1880
1883
|
"mapParent": {
|
|
1881
1884
|
"description": "Note that the order of transformations is: scale, then offset.",
|
|
1882
1885
|
"type": "object",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.17.
|
|
6
|
+
"version": "1.17.31",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -205,6 +205,11 @@
|
|
|
205
205
|
"uniqueItems": true,
|
|
206
206
|
"minItems": 1
|
|
207
207
|
},
|
|
208
|
+
"isReprinted": {
|
|
209
|
+
"description": "Prefer \"reprintedAs\", where available.",
|
|
210
|
+
"const": true,
|
|
211
|
+
"markdownDescription": "Prefer "reprintedAs", where available."
|
|
212
|
+
},
|
|
208
213
|
"tagNameStats": {
|
|
209
214
|
"type": "string",
|
|
210
215
|
"enum": [
|
|
@@ -3243,6 +3248,9 @@
|
|
|
3243
3248
|
},
|
|
3244
3249
|
"quantity": {
|
|
3245
3250
|
"type": "integer"
|
|
3251
|
+
},
|
|
3252
|
+
"displayName": {
|
|
3253
|
+
"type": "string"
|
|
3246
3254
|
}
|
|
3247
3255
|
},
|
|
3248
3256
|
"required": [
|
|
@@ -3261,6 +3269,9 @@
|
|
|
3261
3269
|
},
|
|
3262
3270
|
"quantity": {
|
|
3263
3271
|
"type": "integer"
|
|
3272
|
+
},
|
|
3273
|
+
"displayName": {
|
|
3274
|
+
"type": "string"
|
|
3264
3275
|
}
|
|
3265
3276
|
},
|
|
3266
3277
|
"required": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.54",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -274,6 +274,9 @@
|
|
|
274
274
|
"reprintedAs": {
|
|
275
275
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
276
276
|
},
|
|
277
|
+
"isReprinted": {
|
|
278
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
279
|
+
},
|
|
277
280
|
"alignment": {
|
|
278
281
|
"type": "array",
|
|
279
282
|
"items": {
|
|
@@ -1643,6 +1646,9 @@
|
|
|
1643
1646
|
"reprintedAs": {
|
|
1644
1647
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
1645
1648
|
},
|
|
1649
|
+
"isReprinted": {
|
|
1650
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1651
|
+
},
|
|
1646
1652
|
"alignment": {
|
|
1647
1653
|
"type": "array",
|
|
1648
1654
|
"items": {
|
|
@@ -3017,6 +3023,9 @@
|
|
|
3017
3023
|
"reprintedAs": {
|
|
3018
3024
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
3019
3025
|
},
|
|
3026
|
+
"isReprinted": {
|
|
3027
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
3028
|
+
},
|
|
3020
3029
|
"alignment": {
|
|
3021
3030
|
"type": "array",
|
|
3022
3031
|
"items": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.12",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
626
626
|
},
|
|
627
627
|
"isReprinted": {
|
|
628
|
-
"
|
|
628
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
629
629
|
},
|
|
630
630
|
"reprintedAs": {
|
|
631
631
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
804
804
|
},
|
|
805
805
|
"isReprinted": {
|
|
806
|
-
"
|
|
806
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
807
807
|
},
|
|
808
808
|
"reprintedAs": {
|
|
809
809
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
982
982
|
},
|
|
983
983
|
"isReprinted": {
|
|
984
|
-
"
|
|
984
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
985
985
|
},
|
|
986
986
|
"reprintedAs": {
|
|
987
987
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1229
1229
|
},
|
|
1230
1230
|
"isReprinted": {
|
|
1231
|
-
"
|
|
1231
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1232
1232
|
},
|
|
1233
1233
|
"reprintedAs": {
|
|
1234
1234
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
}
|
|
1247
1247
|
},
|
|
1248
1248
|
"isSidekick": {
|
|
1249
|
-
"
|
|
1249
|
+
"const": true
|
|
1250
1250
|
},
|
|
1251
1251
|
"hd": {
|
|
1252
1252
|
"type": "object",
|
|
@@ -1510,7 +1510,7 @@
|
|
|
1510
1510
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1511
1511
|
},
|
|
1512
1512
|
"isReprinted": {
|
|
1513
|
-
"
|
|
1513
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1514
1514
|
},
|
|
1515
1515
|
"reprintedAs": {
|
|
1516
1516
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1528,7 +1528,7 @@
|
|
|
1528
1528
|
}
|
|
1529
1529
|
},
|
|
1530
1530
|
"isSidekick": {
|
|
1531
|
-
"
|
|
1531
|
+
"const": true
|
|
1532
1532
|
},
|
|
1533
1533
|
"hd": {
|
|
1534
1534
|
"type": "object",
|
|
@@ -1795,7 +1795,7 @@
|
|
|
1795
1795
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1796
1796
|
},
|
|
1797
1797
|
"isReprinted": {
|
|
1798
|
-
"
|
|
1798
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1799
1799
|
},
|
|
1800
1800
|
"reprintedAs": {
|
|
1801
1801
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1813,7 +1813,7 @@
|
|
|
1813
1813
|
}
|
|
1814
1814
|
},
|
|
1815
1815
|
"isSidekick": {
|
|
1816
|
-
"
|
|
1816
|
+
"const": true
|
|
1817
1817
|
},
|
|
1818
1818
|
"hd": {
|
|
1819
1819
|
"type": "object",
|
package/schema/site/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -2241,6 +2241,9 @@
|
|
|
2241
2241
|
"minItems": 1,
|
|
2242
2242
|
"uniqueItems": true
|
|
2243
2243
|
},
|
|
2244
|
+
"labelMapRegions": {
|
|
2245
|
+
"const": true
|
|
2246
|
+
},
|
|
2244
2247
|
"mapParent": {
|
|
2245
2248
|
"description": "Note that the order of transformations is: scale, then offset.",
|
|
2246
2249
|
"type": "object",
|
package/schema/site/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.17.
|
|
6
|
+
"version": "1.17.31",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -187,6 +187,11 @@
|
|
|
187
187
|
"uniqueItems": true,
|
|
188
188
|
"minItems": 1
|
|
189
189
|
},
|
|
190
|
+
"isReprinted": {
|
|
191
|
+
"description": "Prefer \"reprintedAs\", where available.",
|
|
192
|
+
"const": true,
|
|
193
|
+
"markdownDescription": "Prefer "reprintedAs", where available."
|
|
194
|
+
},
|
|
190
195
|
"tagNameStats": {
|
|
191
196
|
"type": "string",
|
|
192
197
|
"enum": [
|
|
@@ -3185,6 +3190,9 @@
|
|
|
3185
3190
|
},
|
|
3186
3191
|
"quantity": {
|
|
3187
3192
|
"type": "integer"
|
|
3193
|
+
},
|
|
3194
|
+
"displayName": {
|
|
3195
|
+
"type": "string"
|
|
3188
3196
|
}
|
|
3189
3197
|
},
|
|
3190
3198
|
"required": [
|
|
@@ -3203,6 +3211,9 @@
|
|
|
3203
3211
|
},
|
|
3204
3212
|
"quantity": {
|
|
3205
3213
|
"type": "integer"
|
|
3214
|
+
},
|
|
3215
|
+
"displayName": {
|
|
3216
|
+
"type": "string"
|
|
3206
3217
|
}
|
|
3207
3218
|
},
|
|
3208
3219
|
"required": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.54",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -274,6 +274,9 @@
|
|
|
274
274
|
"reprintedAs": {
|
|
275
275
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
276
276
|
},
|
|
277
|
+
"isReprinted": {
|
|
278
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
279
|
+
},
|
|
277
280
|
"alignment": {
|
|
278
281
|
"type": "array",
|
|
279
282
|
"items": {
|
|
@@ -1643,6 +1646,9 @@
|
|
|
1643
1646
|
"reprintedAs": {
|
|
1644
1647
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
1645
1648
|
},
|
|
1649
|
+
"isReprinted": {
|
|
1650
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1651
|
+
},
|
|
1646
1652
|
"alignment": {
|
|
1647
1653
|
"type": "array",
|
|
1648
1654
|
"items": {
|
|
@@ -3017,6 +3023,9 @@
|
|
|
3017
3023
|
"reprintedAs": {
|
|
3018
3024
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
3019
3025
|
},
|
|
3026
|
+
"isReprinted": {
|
|
3027
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
3028
|
+
},
|
|
3020
3029
|
"alignment": {
|
|
3021
3030
|
"type": "array",
|
|
3022
3031
|
"items": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.12",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
626
626
|
},
|
|
627
627
|
"isReprinted": {
|
|
628
|
-
"
|
|
628
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
629
629
|
},
|
|
630
630
|
"reprintedAs": {
|
|
631
631
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
804
804
|
},
|
|
805
805
|
"isReprinted": {
|
|
806
|
-
"
|
|
806
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
807
807
|
},
|
|
808
808
|
"reprintedAs": {
|
|
809
809
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -981,7 +981,7 @@
|
|
|
981
981
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
982
982
|
},
|
|
983
983
|
"isReprinted": {
|
|
984
|
-
"
|
|
984
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
985
985
|
},
|
|
986
986
|
"reprintedAs": {
|
|
987
987
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1228,7 +1228,7 @@
|
|
|
1228
1228
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1229
1229
|
},
|
|
1230
1230
|
"isReprinted": {
|
|
1231
|
-
"
|
|
1231
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1232
1232
|
},
|
|
1233
1233
|
"reprintedAs": {
|
|
1234
1234
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1246,7 +1246,7 @@
|
|
|
1246
1246
|
}
|
|
1247
1247
|
},
|
|
1248
1248
|
"isSidekick": {
|
|
1249
|
-
"
|
|
1249
|
+
"const": true
|
|
1250
1250
|
},
|
|
1251
1251
|
"hd": {
|
|
1252
1252
|
"type": "object",
|
|
@@ -1510,7 +1510,7 @@
|
|
|
1510
1510
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1511
1511
|
},
|
|
1512
1512
|
"isReprinted": {
|
|
1513
|
-
"
|
|
1513
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1514
1514
|
},
|
|
1515
1515
|
"reprintedAs": {
|
|
1516
1516
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1528,7 +1528,7 @@
|
|
|
1528
1528
|
}
|
|
1529
1529
|
},
|
|
1530
1530
|
"isSidekick": {
|
|
1531
|
-
"
|
|
1531
|
+
"const": true
|
|
1532
1532
|
},
|
|
1533
1533
|
"hd": {
|
|
1534
1534
|
"type": "object",
|
|
@@ -1795,7 +1795,7 @@
|
|
|
1795
1795
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1796
1796
|
},
|
|
1797
1797
|
"isReprinted": {
|
|
1798
|
-
"
|
|
1798
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1799
1799
|
},
|
|
1800
1800
|
"reprintedAs": {
|
|
1801
1801
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1813,7 +1813,7 @@
|
|
|
1813
1813
|
}
|
|
1814
1814
|
},
|
|
1815
1815
|
"isSidekick": {
|
|
1816
|
-
"
|
|
1816
|
+
"const": true
|
|
1817
1817
|
},
|
|
1818
1818
|
"hd": {
|
|
1819
1819
|
"type": "object",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -2241,6 +2241,9 @@
|
|
|
2241
2241
|
"minItems": 1,
|
|
2242
2242
|
"uniqueItems": true
|
|
2243
2243
|
},
|
|
2244
|
+
"labelMapRegions": {
|
|
2245
|
+
"const": true
|
|
2246
|
+
},
|
|
2244
2247
|
"mapParent": {
|
|
2245
2248
|
"description": "Note that the order of transformations is: scale, then offset.",
|
|
2246
2249
|
"type": "object",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.17.
|
|
6
|
+
"version": "1.17.31",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -187,6 +187,11 @@
|
|
|
187
187
|
"uniqueItems": true,
|
|
188
188
|
"minItems": 1
|
|
189
189
|
},
|
|
190
|
+
"isReprinted": {
|
|
191
|
+
"description": "Prefer \"reprintedAs\", where available.",
|
|
192
|
+
"const": true,
|
|
193
|
+
"markdownDescription": "Prefer "reprintedAs", where available."
|
|
194
|
+
},
|
|
190
195
|
"tagNameStats": {
|
|
191
196
|
"type": "string",
|
|
192
197
|
"enum": [
|
|
@@ -3185,6 +3190,9 @@
|
|
|
3185
3190
|
},
|
|
3186
3191
|
"quantity": {
|
|
3187
3192
|
"type": "integer"
|
|
3193
|
+
},
|
|
3194
|
+
"displayName": {
|
|
3195
|
+
"type": "string"
|
|
3188
3196
|
}
|
|
3189
3197
|
},
|
|
3190
3198
|
"required": [
|
|
@@ -3203,6 +3211,9 @@
|
|
|
3203
3211
|
},
|
|
3204
3212
|
"quantity": {
|
|
3205
3213
|
"type": "integer"
|
|
3214
|
+
},
|
|
3215
|
+
"displayName": {
|
|
3216
|
+
"type": "string"
|
|
3206
3217
|
}
|
|
3207
3218
|
},
|
|
3208
3219
|
"required": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.54",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -274,6 +274,9 @@
|
|
|
274
274
|
"reprintedAs": {
|
|
275
275
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
276
276
|
},
|
|
277
|
+
"isReprinted": {
|
|
278
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
279
|
+
},
|
|
277
280
|
"alignment": {
|
|
278
281
|
"type": "array",
|
|
279
282
|
"items": {
|
|
@@ -1643,6 +1646,9 @@
|
|
|
1643
1646
|
"reprintedAs": {
|
|
1644
1647
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
1645
1648
|
},
|
|
1649
|
+
"isReprinted": {
|
|
1650
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1651
|
+
},
|
|
1646
1652
|
"alignment": {
|
|
1647
1653
|
"type": "array",
|
|
1648
1654
|
"items": {
|
|
@@ -3017,6 +3023,9 @@
|
|
|
3017
3023
|
"reprintedAs": {
|
|
3018
3024
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
3019
3025
|
},
|
|
3026
|
+
"isReprinted": {
|
|
3027
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
3028
|
+
},
|
|
3020
3029
|
"alignment": {
|
|
3021
3030
|
"type": "array",
|
|
3022
3031
|
"items": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.12",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
578
578
|
},
|
|
579
579
|
"isReprinted": {
|
|
580
|
-
"
|
|
580
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
581
581
|
},
|
|
582
582
|
"reprintedAs": {
|
|
583
583
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
771
771
|
},
|
|
772
772
|
"isReprinted": {
|
|
773
|
-
"
|
|
773
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
774
774
|
},
|
|
775
775
|
"reprintedAs": {
|
|
776
776
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -963,7 +963,7 @@
|
|
|
963
963
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
964
964
|
},
|
|
965
965
|
"isReprinted": {
|
|
966
|
-
"
|
|
966
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
967
967
|
},
|
|
968
968
|
"reprintedAs": {
|
|
969
969
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1225,7 +1225,7 @@
|
|
|
1225
1225
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1226
1226
|
},
|
|
1227
1227
|
"isReprinted": {
|
|
1228
|
-
"
|
|
1228
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1229
1229
|
},
|
|
1230
1230
|
"reprintedAs": {
|
|
1231
1231
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1243,7 +1243,7 @@
|
|
|
1243
1243
|
}
|
|
1244
1244
|
},
|
|
1245
1245
|
"isSidekick": {
|
|
1246
|
-
"
|
|
1246
|
+
"const": true
|
|
1247
1247
|
},
|
|
1248
1248
|
"hd": {
|
|
1249
1249
|
"type": "object",
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1506
1506
|
},
|
|
1507
1507
|
"isReprinted": {
|
|
1508
|
-
"
|
|
1508
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1509
1509
|
},
|
|
1510
1510
|
"reprintedAs": {
|
|
1511
1511
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
}
|
|
1524
1524
|
},
|
|
1525
1525
|
"isSidekick": {
|
|
1526
|
-
"
|
|
1526
|
+
"const": true
|
|
1527
1527
|
},
|
|
1528
1528
|
"hd": {
|
|
1529
1529
|
"type": "object",
|
|
@@ -1788,7 +1788,7 @@
|
|
|
1788
1788
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1789
1789
|
},
|
|
1790
1790
|
"isReprinted": {
|
|
1791
|
-
"
|
|
1791
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1792
1792
|
},
|
|
1793
1793
|
"reprintedAs": {
|
|
1794
1794
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1806,7 +1806,7 @@
|
|
|
1806
1806
|
}
|
|
1807
1807
|
},
|
|
1808
1808
|
"isSidekick": {
|
|
1809
|
-
"
|
|
1809
|
+
"const": true
|
|
1810
1810
|
},
|
|
1811
1811
|
"hd": {
|
|
1812
1812
|
"type": "object",
|
package/schema/ua/entry.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1844,6 +1844,9 @@
|
|
|
1844
1844
|
"minItems": 1,
|
|
1845
1845
|
"uniqueItems": true
|
|
1846
1846
|
},
|
|
1847
|
+
"labelMapRegions": {
|
|
1848
|
+
"const": true
|
|
1849
|
+
},
|
|
1847
1850
|
"mapParent": {
|
|
1848
1851
|
"description": "Note that the order of transformations is: scale, then offset.",
|
|
1849
1852
|
"type": "object",
|
package/schema/ua/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.17.
|
|
6
|
+
"version": "1.17.31",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -198,6 +198,11 @@
|
|
|
198
198
|
"uniqueItems": true,
|
|
199
199
|
"minItems": 1
|
|
200
200
|
},
|
|
201
|
+
"isReprinted": {
|
|
202
|
+
"description": "Prefer \"reprintedAs\", where available.",
|
|
203
|
+
"const": true,
|
|
204
|
+
"markdownDescription": "Prefer "reprintedAs", where available."
|
|
205
|
+
},
|
|
201
206
|
"tagNameStats": {
|
|
202
207
|
"type": "string",
|
|
203
208
|
"enum": [
|
|
@@ -3196,6 +3201,9 @@
|
|
|
3196
3201
|
},
|
|
3197
3202
|
"quantity": {
|
|
3198
3203
|
"type": "integer"
|
|
3204
|
+
},
|
|
3205
|
+
"displayName": {
|
|
3206
|
+
"type": "string"
|
|
3199
3207
|
}
|
|
3200
3208
|
},
|
|
3201
3209
|
"required": [
|
|
@@ -3214,6 +3222,9 @@
|
|
|
3214
3222
|
},
|
|
3215
3223
|
"quantity": {
|
|
3216
3224
|
"type": "integer"
|
|
3225
|
+
},
|
|
3226
|
+
"displayName": {
|
|
3227
|
+
"type": "string"
|
|
3217
3228
|
}
|
|
3218
3229
|
},
|
|
3219
3230
|
"required": [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.54",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -274,6 +274,9 @@
|
|
|
274
274
|
"reprintedAs": {
|
|
275
275
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
276
276
|
},
|
|
277
|
+
"isReprinted": {
|
|
278
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
279
|
+
},
|
|
277
280
|
"alignment": {
|
|
278
281
|
"type": "array",
|
|
279
282
|
"items": {
|
|
@@ -1643,6 +1646,9 @@
|
|
|
1643
1646
|
"reprintedAs": {
|
|
1644
1647
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
1645
1648
|
},
|
|
1649
|
+
"isReprinted": {
|
|
1650
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1651
|
+
},
|
|
1646
1652
|
"alignment": {
|
|
1647
1653
|
"type": "array",
|
|
1648
1654
|
"items": {
|
|
@@ -3017,6 +3023,9 @@
|
|
|
3017
3023
|
"reprintedAs": {
|
|
3018
3024
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
3019
3025
|
},
|
|
3026
|
+
"isReprinted": {
|
|
3027
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
3028
|
+
},
|
|
3020
3029
|
"alignment": {
|
|
3021
3030
|
"type": "array",
|
|
3022
3031
|
"items": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.12",
|
|
4
4
|
"$id": "class.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
578
578
|
},
|
|
579
579
|
"isReprinted": {
|
|
580
|
-
"
|
|
580
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
581
581
|
},
|
|
582
582
|
"reprintedAs": {
|
|
583
583
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
771
771
|
},
|
|
772
772
|
"isReprinted": {
|
|
773
|
-
"
|
|
773
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
774
774
|
},
|
|
775
775
|
"reprintedAs": {
|
|
776
776
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -963,7 +963,7 @@
|
|
|
963
963
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
964
964
|
},
|
|
965
965
|
"isReprinted": {
|
|
966
|
-
"
|
|
966
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
967
967
|
},
|
|
968
968
|
"reprintedAs": {
|
|
969
969
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1225,7 +1225,7 @@
|
|
|
1225
1225
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1226
1226
|
},
|
|
1227
1227
|
"isReprinted": {
|
|
1228
|
-
"
|
|
1228
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1229
1229
|
},
|
|
1230
1230
|
"reprintedAs": {
|
|
1231
1231
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1243,7 +1243,7 @@
|
|
|
1243
1243
|
}
|
|
1244
1244
|
},
|
|
1245
1245
|
"isSidekick": {
|
|
1246
|
-
"
|
|
1246
|
+
"const": true
|
|
1247
1247
|
},
|
|
1248
1248
|
"hd": {
|
|
1249
1249
|
"type": "object",
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1506
1506
|
},
|
|
1507
1507
|
"isReprinted": {
|
|
1508
|
-
"
|
|
1508
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1509
1509
|
},
|
|
1510
1510
|
"reprintedAs": {
|
|
1511
1511
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1523,7 +1523,7 @@
|
|
|
1523
1523
|
}
|
|
1524
1524
|
},
|
|
1525
1525
|
"isSidekick": {
|
|
1526
|
-
"
|
|
1526
|
+
"const": true
|
|
1527
1527
|
},
|
|
1528
1528
|
"hd": {
|
|
1529
1529
|
"type": "object",
|
|
@@ -1788,7 +1788,7 @@
|
|
|
1788
1788
|
"$ref": "../util-edition.json#/$defs/edition"
|
|
1789
1789
|
},
|
|
1790
1790
|
"isReprinted": {
|
|
1791
|
-
"
|
|
1791
|
+
"$ref": "../util.json#/$defs/isReprinted"
|
|
1792
1792
|
},
|
|
1793
1793
|
"reprintedAs": {
|
|
1794
1794
|
"$ref": "../util.json#/$defs/reprintedAs"
|
|
@@ -1806,7 +1806,7 @@
|
|
|
1806
1806
|
}
|
|
1807
1807
|
},
|
|
1808
1808
|
"isSidekick": {
|
|
1809
|
-
"
|
|
1809
|
+
"const": true
|
|
1810
1810
|
},
|
|
1811
1811
|
"hd": {
|
|
1812
1812
|
"type": "object",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.9.
|
|
6
|
+
"version": "1.9.15",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -1844,6 +1844,9 @@
|
|
|
1844
1844
|
"minItems": 1,
|
|
1845
1845
|
"uniqueItems": true
|
|
1846
1846
|
},
|
|
1847
|
+
"labelMapRegions": {
|
|
1848
|
+
"const": true
|
|
1849
|
+
},
|
|
1847
1850
|
"mapParent": {
|
|
1848
1851
|
"description": "Note that the order of transformations is: scale, then offset.",
|
|
1849
1852
|
"type": "object",
|
package/schema/ua-fast/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.17.
|
|
6
|
+
"version": "1.17.31",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -198,6 +198,11 @@
|
|
|
198
198
|
"uniqueItems": true,
|
|
199
199
|
"minItems": 1
|
|
200
200
|
},
|
|
201
|
+
"isReprinted": {
|
|
202
|
+
"description": "Prefer \"reprintedAs\", where available.",
|
|
203
|
+
"const": true,
|
|
204
|
+
"markdownDescription": "Prefer "reprintedAs", where available."
|
|
205
|
+
},
|
|
201
206
|
"tagNameStats": {
|
|
202
207
|
"type": "string",
|
|
203
208
|
"enum": [
|
|
@@ -3196,6 +3201,9 @@
|
|
|
3196
3201
|
},
|
|
3197
3202
|
"quantity": {
|
|
3198
3203
|
"type": "integer"
|
|
3204
|
+
},
|
|
3205
|
+
"displayName": {
|
|
3206
|
+
"type": "string"
|
|
3199
3207
|
}
|
|
3200
3208
|
},
|
|
3201
3209
|
"required": [
|
|
@@ -3214,6 +3222,9 @@
|
|
|
3214
3222
|
},
|
|
3215
3223
|
"quantity": {
|
|
3216
3224
|
"type": "integer"
|
|
3225
|
+
},
|
|
3226
|
+
"displayName": {
|
|
3227
|
+
"type": "string"
|
|
3217
3228
|
}
|
|
3218
3229
|
},
|
|
3219
3230
|
"required": [
|