5etools-utils 0.14.35 → 0.14.37
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 +34 -7
- package/schema/brew/bestiary/template.json +10 -1
- package/schema/brew/util.json +1 -1
- package/schema/brew-fast/bestiary/bestiary.json +34 -7
- package/schema/brew-fast/bestiary/template.json +10 -1
- package/schema/brew-fast/util.json +1 -1
- package/schema/site/bestiary/bestiary.json +34 -7
- package/schema/site/bestiary/template.json +10 -1
- package/schema/site/util.json +1 -1
- package/schema/site-fast/bestiary/bestiary.json +34 -7
- package/schema/site-fast/bestiary/template.json +10 -1
- package/schema/site-fast/util.json +1 -1
- package/schema/ua/bestiary/bestiary.json +34 -7
- package/schema/ua/bestiary/template.json +10 -1
- package/schema/ua/util.json +1 -1
- package/schema/ua-fast/bestiary/bestiary.json +34 -7
- package/schema/ua-fast/bestiary/template.json +10 -1
- package/schema/ua-fast/util.json +1 -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.59",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -197,6 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"prefix": {
|
|
199
199
|
"type": "string"
|
|
200
|
+
},
|
|
201
|
+
"prefixHidden": {
|
|
202
|
+
"const": true
|
|
200
203
|
}
|
|
201
204
|
},
|
|
202
205
|
"required": [
|
|
@@ -232,6 +235,9 @@
|
|
|
232
235
|
},
|
|
233
236
|
"prefix": {
|
|
234
237
|
"type": "string"
|
|
238
|
+
},
|
|
239
|
+
"prefixHidden": {
|
|
240
|
+
"const": true
|
|
235
241
|
}
|
|
236
242
|
},
|
|
237
243
|
"required": [
|
|
@@ -563,12 +569,15 @@
|
|
|
563
569
|
},
|
|
564
570
|
"quantity": {
|
|
565
571
|
"type": "integer"
|
|
572
|
+
},
|
|
573
|
+
"displayName": {
|
|
574
|
+
"type": "string"
|
|
566
575
|
}
|
|
567
576
|
},
|
|
568
577
|
"required": [
|
|
569
|
-
"item"
|
|
570
|
-
"quantity"
|
|
578
|
+
"item"
|
|
571
579
|
],
|
|
580
|
+
"minProperties": 2,
|
|
572
581
|
"additionalProperties": false
|
|
573
582
|
}
|
|
574
583
|
]
|
|
@@ -1542,6 +1551,9 @@
|
|
|
1542
1551
|
},
|
|
1543
1552
|
"prefix": {
|
|
1544
1553
|
"type": "string"
|
|
1554
|
+
},
|
|
1555
|
+
"prefixHidden": {
|
|
1556
|
+
"const": true
|
|
1545
1557
|
}
|
|
1546
1558
|
},
|
|
1547
1559
|
"required": [
|
|
@@ -1577,6 +1589,9 @@
|
|
|
1577
1589
|
},
|
|
1578
1590
|
"prefix": {
|
|
1579
1591
|
"type": "string"
|
|
1592
|
+
},
|
|
1593
|
+
"prefixHidden": {
|
|
1594
|
+
"const": true
|
|
1580
1595
|
}
|
|
1581
1596
|
},
|
|
1582
1597
|
"required": [
|
|
@@ -1908,12 +1923,15 @@
|
|
|
1908
1923
|
},
|
|
1909
1924
|
"quantity": {
|
|
1910
1925
|
"type": "integer"
|
|
1926
|
+
},
|
|
1927
|
+
"displayName": {
|
|
1928
|
+
"type": "string"
|
|
1911
1929
|
}
|
|
1912
1930
|
},
|
|
1913
1931
|
"required": [
|
|
1914
|
-
"item"
|
|
1915
|
-
"quantity"
|
|
1932
|
+
"item"
|
|
1916
1933
|
],
|
|
1934
|
+
"minProperties": 2,
|
|
1917
1935
|
"additionalProperties": false
|
|
1918
1936
|
}
|
|
1919
1937
|
]
|
|
@@ -2892,6 +2910,9 @@
|
|
|
2892
2910
|
},
|
|
2893
2911
|
"prefix": {
|
|
2894
2912
|
"type": "string"
|
|
2913
|
+
},
|
|
2914
|
+
"prefixHidden": {
|
|
2915
|
+
"const": true
|
|
2895
2916
|
}
|
|
2896
2917
|
},
|
|
2897
2918
|
"required": [
|
|
@@ -2927,6 +2948,9 @@
|
|
|
2927
2948
|
},
|
|
2928
2949
|
"prefix": {
|
|
2929
2950
|
"type": "string"
|
|
2951
|
+
},
|
|
2952
|
+
"prefixHidden": {
|
|
2953
|
+
"const": true
|
|
2930
2954
|
}
|
|
2931
2955
|
},
|
|
2932
2956
|
"required": [
|
|
@@ -3258,12 +3282,15 @@
|
|
|
3258
3282
|
},
|
|
3259
3283
|
"quantity": {
|
|
3260
3284
|
"type": "integer"
|
|
3285
|
+
},
|
|
3286
|
+
"displayName": {
|
|
3287
|
+
"type": "string"
|
|
3261
3288
|
}
|
|
3262
3289
|
},
|
|
3263
3290
|
"required": [
|
|
3264
|
-
"item"
|
|
3265
|
-
"quantity"
|
|
3291
|
+
"item"
|
|
3266
3292
|
],
|
|
3293
|
+
"minProperties": 2,
|
|
3267
3294
|
"additionalProperties": false
|
|
3268
3295
|
}
|
|
3269
3296
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"$id": "template.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -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
|
},
|
|
@@ -73,6 +76,9 @@
|
|
|
73
76
|
"name": {
|
|
74
77
|
"type": "string"
|
|
75
78
|
},
|
|
79
|
+
"alias": {
|
|
80
|
+
"$ref": "../util.json#/$defs/alias"
|
|
81
|
+
},
|
|
76
82
|
"source": {
|
|
77
83
|
"$ref": "../util.json#/$defs/source"
|
|
78
84
|
},
|
|
@@ -139,6 +145,9 @@
|
|
|
139
145
|
"name": {
|
|
140
146
|
"type": "string"
|
|
141
147
|
},
|
|
148
|
+
"alias": {
|
|
149
|
+
"$ref": "../util.json#/$defs/alias"
|
|
150
|
+
},
|
|
142
151
|
"source": {
|
|
143
152
|
"$ref": "../util.json#/$defs/source"
|
|
144
153
|
},
|
package/schema/brew/util.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.59",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -197,6 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"prefix": {
|
|
199
199
|
"type": "string"
|
|
200
|
+
},
|
|
201
|
+
"prefixHidden": {
|
|
202
|
+
"const": true
|
|
200
203
|
}
|
|
201
204
|
},
|
|
202
205
|
"required": [
|
|
@@ -232,6 +235,9 @@
|
|
|
232
235
|
},
|
|
233
236
|
"prefix": {
|
|
234
237
|
"type": "string"
|
|
238
|
+
},
|
|
239
|
+
"prefixHidden": {
|
|
240
|
+
"const": true
|
|
235
241
|
}
|
|
236
242
|
},
|
|
237
243
|
"required": [
|
|
@@ -563,12 +569,15 @@
|
|
|
563
569
|
},
|
|
564
570
|
"quantity": {
|
|
565
571
|
"type": "integer"
|
|
572
|
+
},
|
|
573
|
+
"displayName": {
|
|
574
|
+
"type": "string"
|
|
566
575
|
}
|
|
567
576
|
},
|
|
568
577
|
"required": [
|
|
569
|
-
"item"
|
|
570
|
-
"quantity"
|
|
578
|
+
"item"
|
|
571
579
|
],
|
|
580
|
+
"minProperties": 2,
|
|
572
581
|
"additionalProperties": false
|
|
573
582
|
}
|
|
574
583
|
]
|
|
@@ -1542,6 +1551,9 @@
|
|
|
1542
1551
|
},
|
|
1543
1552
|
"prefix": {
|
|
1544
1553
|
"type": "string"
|
|
1554
|
+
},
|
|
1555
|
+
"prefixHidden": {
|
|
1556
|
+
"const": true
|
|
1545
1557
|
}
|
|
1546
1558
|
},
|
|
1547
1559
|
"required": [
|
|
@@ -1577,6 +1589,9 @@
|
|
|
1577
1589
|
},
|
|
1578
1590
|
"prefix": {
|
|
1579
1591
|
"type": "string"
|
|
1592
|
+
},
|
|
1593
|
+
"prefixHidden": {
|
|
1594
|
+
"const": true
|
|
1580
1595
|
}
|
|
1581
1596
|
},
|
|
1582
1597
|
"required": [
|
|
@@ -1908,12 +1923,15 @@
|
|
|
1908
1923
|
},
|
|
1909
1924
|
"quantity": {
|
|
1910
1925
|
"type": "integer"
|
|
1926
|
+
},
|
|
1927
|
+
"displayName": {
|
|
1928
|
+
"type": "string"
|
|
1911
1929
|
}
|
|
1912
1930
|
},
|
|
1913
1931
|
"required": [
|
|
1914
|
-
"item"
|
|
1915
|
-
"quantity"
|
|
1932
|
+
"item"
|
|
1916
1933
|
],
|
|
1934
|
+
"minProperties": 2,
|
|
1917
1935
|
"additionalProperties": false
|
|
1918
1936
|
}
|
|
1919
1937
|
]
|
|
@@ -2892,6 +2910,9 @@
|
|
|
2892
2910
|
},
|
|
2893
2911
|
"prefix": {
|
|
2894
2912
|
"type": "string"
|
|
2913
|
+
},
|
|
2914
|
+
"prefixHidden": {
|
|
2915
|
+
"const": true
|
|
2895
2916
|
}
|
|
2896
2917
|
},
|
|
2897
2918
|
"required": [
|
|
@@ -2927,6 +2948,9 @@
|
|
|
2927
2948
|
},
|
|
2928
2949
|
"prefix": {
|
|
2929
2950
|
"type": "string"
|
|
2951
|
+
},
|
|
2952
|
+
"prefixHidden": {
|
|
2953
|
+
"const": true
|
|
2930
2954
|
}
|
|
2931
2955
|
},
|
|
2932
2956
|
"required": [
|
|
@@ -3258,12 +3282,15 @@
|
|
|
3258
3282
|
},
|
|
3259
3283
|
"quantity": {
|
|
3260
3284
|
"type": "integer"
|
|
3285
|
+
},
|
|
3286
|
+
"displayName": {
|
|
3287
|
+
"type": "string"
|
|
3261
3288
|
}
|
|
3262
3289
|
},
|
|
3263
3290
|
"required": [
|
|
3264
|
-
"item"
|
|
3265
|
-
"quantity"
|
|
3291
|
+
"item"
|
|
3266
3292
|
],
|
|
3293
|
+
"minProperties": 2,
|
|
3267
3294
|
"additionalProperties": false
|
|
3268
3295
|
}
|
|
3269
3296
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"$id": "template.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -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
|
},
|
|
@@ -73,6 +76,9 @@
|
|
|
73
76
|
"name": {
|
|
74
77
|
"type": "string"
|
|
75
78
|
},
|
|
79
|
+
"alias": {
|
|
80
|
+
"$ref": "../util.json#/$defs/alias"
|
|
81
|
+
},
|
|
76
82
|
"source": {
|
|
77
83
|
"$ref": "../util.json#/$defs/source"
|
|
78
84
|
},
|
|
@@ -139,6 +145,9 @@
|
|
|
139
145
|
"name": {
|
|
140
146
|
"type": "string"
|
|
141
147
|
},
|
|
148
|
+
"alias": {
|
|
149
|
+
"$ref": "../util.json#/$defs/alias"
|
|
150
|
+
},
|
|
142
151
|
"source": {
|
|
143
152
|
"$ref": "../util.json#/$defs/source"
|
|
144
153
|
},
|
|
@@ -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.59",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -197,6 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"prefix": {
|
|
199
199
|
"type": "string"
|
|
200
|
+
},
|
|
201
|
+
"prefixHidden": {
|
|
202
|
+
"const": true
|
|
200
203
|
}
|
|
201
204
|
},
|
|
202
205
|
"required": [
|
|
@@ -232,6 +235,9 @@
|
|
|
232
235
|
},
|
|
233
236
|
"prefix": {
|
|
234
237
|
"type": "string"
|
|
238
|
+
},
|
|
239
|
+
"prefixHidden": {
|
|
240
|
+
"const": true
|
|
235
241
|
}
|
|
236
242
|
},
|
|
237
243
|
"required": [
|
|
@@ -686,12 +692,15 @@
|
|
|
686
692
|
},
|
|
687
693
|
"quantity": {
|
|
688
694
|
"type": "integer"
|
|
695
|
+
},
|
|
696
|
+
"displayName": {
|
|
697
|
+
"type": "string"
|
|
689
698
|
}
|
|
690
699
|
},
|
|
691
700
|
"required": [
|
|
692
|
-
"item"
|
|
693
|
-
"quantity"
|
|
701
|
+
"item"
|
|
694
702
|
],
|
|
703
|
+
"minProperties": 2,
|
|
695
704
|
"additionalProperties": false
|
|
696
705
|
}
|
|
697
706
|
]
|
|
@@ -1573,6 +1582,9 @@
|
|
|
1573
1582
|
},
|
|
1574
1583
|
"prefix": {
|
|
1575
1584
|
"type": "string"
|
|
1585
|
+
},
|
|
1586
|
+
"prefixHidden": {
|
|
1587
|
+
"const": true
|
|
1576
1588
|
}
|
|
1577
1589
|
},
|
|
1578
1590
|
"required": [
|
|
@@ -1608,6 +1620,9 @@
|
|
|
1608
1620
|
},
|
|
1609
1621
|
"prefix": {
|
|
1610
1622
|
"type": "string"
|
|
1623
|
+
},
|
|
1624
|
+
"prefixHidden": {
|
|
1625
|
+
"const": true
|
|
1611
1626
|
}
|
|
1612
1627
|
},
|
|
1613
1628
|
"required": [
|
|
@@ -2062,12 +2077,15 @@
|
|
|
2062
2077
|
},
|
|
2063
2078
|
"quantity": {
|
|
2064
2079
|
"type": "integer"
|
|
2080
|
+
},
|
|
2081
|
+
"displayName": {
|
|
2082
|
+
"type": "string"
|
|
2065
2083
|
}
|
|
2066
2084
|
},
|
|
2067
2085
|
"required": [
|
|
2068
|
-
"item"
|
|
2069
|
-
"quantity"
|
|
2086
|
+
"item"
|
|
2070
2087
|
],
|
|
2088
|
+
"minProperties": 2,
|
|
2071
2089
|
"additionalProperties": false
|
|
2072
2090
|
}
|
|
2073
2091
|
]
|
|
@@ -2954,6 +2972,9 @@
|
|
|
2954
2972
|
},
|
|
2955
2973
|
"prefix": {
|
|
2956
2974
|
"type": "string"
|
|
2975
|
+
},
|
|
2976
|
+
"prefixHidden": {
|
|
2977
|
+
"const": true
|
|
2957
2978
|
}
|
|
2958
2979
|
},
|
|
2959
2980
|
"required": [
|
|
@@ -2989,6 +3010,9 @@
|
|
|
2989
3010
|
},
|
|
2990
3011
|
"prefix": {
|
|
2991
3012
|
"type": "string"
|
|
3013
|
+
},
|
|
3014
|
+
"prefixHidden": {
|
|
3015
|
+
"const": true
|
|
2992
3016
|
}
|
|
2993
3017
|
},
|
|
2994
3018
|
"required": [
|
|
@@ -3443,12 +3467,15 @@
|
|
|
3443
3467
|
},
|
|
3444
3468
|
"quantity": {
|
|
3445
3469
|
"type": "integer"
|
|
3470
|
+
},
|
|
3471
|
+
"displayName": {
|
|
3472
|
+
"type": "string"
|
|
3446
3473
|
}
|
|
3447
3474
|
},
|
|
3448
3475
|
"required": [
|
|
3449
|
-
"item"
|
|
3450
|
-
"quantity"
|
|
3476
|
+
"item"
|
|
3451
3477
|
],
|
|
3478
|
+
"minProperties": 2,
|
|
3452
3479
|
"additionalProperties": false
|
|
3453
3480
|
}
|
|
3454
3481
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"$id": "template.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -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
|
},
|
|
@@ -73,6 +76,9 @@
|
|
|
73
76
|
"name": {
|
|
74
77
|
"type": "string"
|
|
75
78
|
},
|
|
79
|
+
"alias": {
|
|
80
|
+
"$ref": "../util.json#/$defs/alias"
|
|
81
|
+
},
|
|
76
82
|
"source": {
|
|
77
83
|
"$ref": "../util.json#/$defs/source"
|
|
78
84
|
},
|
|
@@ -139,6 +145,9 @@
|
|
|
139
145
|
"name": {
|
|
140
146
|
"type": "string"
|
|
141
147
|
},
|
|
148
|
+
"alias": {
|
|
149
|
+
"$ref": "../util.json#/$defs/alias"
|
|
150
|
+
},
|
|
142
151
|
"source": {
|
|
143
152
|
"$ref": "../util.json#/$defs/source"
|
|
144
153
|
},
|
package/schema/site/util.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.59",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -197,6 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"prefix": {
|
|
199
199
|
"type": "string"
|
|
200
|
+
},
|
|
201
|
+
"prefixHidden": {
|
|
202
|
+
"const": true
|
|
200
203
|
}
|
|
201
204
|
},
|
|
202
205
|
"required": [
|
|
@@ -232,6 +235,9 @@
|
|
|
232
235
|
},
|
|
233
236
|
"prefix": {
|
|
234
237
|
"type": "string"
|
|
238
|
+
},
|
|
239
|
+
"prefixHidden": {
|
|
240
|
+
"const": true
|
|
235
241
|
}
|
|
236
242
|
},
|
|
237
243
|
"required": [
|
|
@@ -686,12 +692,15 @@
|
|
|
686
692
|
},
|
|
687
693
|
"quantity": {
|
|
688
694
|
"type": "integer"
|
|
695
|
+
},
|
|
696
|
+
"displayName": {
|
|
697
|
+
"type": "string"
|
|
689
698
|
}
|
|
690
699
|
},
|
|
691
700
|
"required": [
|
|
692
|
-
"item"
|
|
693
|
-
"quantity"
|
|
701
|
+
"item"
|
|
694
702
|
],
|
|
703
|
+
"minProperties": 2,
|
|
695
704
|
"additionalProperties": false
|
|
696
705
|
}
|
|
697
706
|
]
|
|
@@ -1573,6 +1582,9 @@
|
|
|
1573
1582
|
},
|
|
1574
1583
|
"prefix": {
|
|
1575
1584
|
"type": "string"
|
|
1585
|
+
},
|
|
1586
|
+
"prefixHidden": {
|
|
1587
|
+
"const": true
|
|
1576
1588
|
}
|
|
1577
1589
|
},
|
|
1578
1590
|
"required": [
|
|
@@ -1608,6 +1620,9 @@
|
|
|
1608
1620
|
},
|
|
1609
1621
|
"prefix": {
|
|
1610
1622
|
"type": "string"
|
|
1623
|
+
},
|
|
1624
|
+
"prefixHidden": {
|
|
1625
|
+
"const": true
|
|
1611
1626
|
}
|
|
1612
1627
|
},
|
|
1613
1628
|
"required": [
|
|
@@ -2062,12 +2077,15 @@
|
|
|
2062
2077
|
},
|
|
2063
2078
|
"quantity": {
|
|
2064
2079
|
"type": "integer"
|
|
2080
|
+
},
|
|
2081
|
+
"displayName": {
|
|
2082
|
+
"type": "string"
|
|
2065
2083
|
}
|
|
2066
2084
|
},
|
|
2067
2085
|
"required": [
|
|
2068
|
-
"item"
|
|
2069
|
-
"quantity"
|
|
2086
|
+
"item"
|
|
2070
2087
|
],
|
|
2088
|
+
"minProperties": 2,
|
|
2071
2089
|
"additionalProperties": false
|
|
2072
2090
|
}
|
|
2073
2091
|
]
|
|
@@ -2954,6 +2972,9 @@
|
|
|
2954
2972
|
},
|
|
2955
2973
|
"prefix": {
|
|
2956
2974
|
"type": "string"
|
|
2975
|
+
},
|
|
2976
|
+
"prefixHidden": {
|
|
2977
|
+
"const": true
|
|
2957
2978
|
}
|
|
2958
2979
|
},
|
|
2959
2980
|
"required": [
|
|
@@ -2989,6 +3010,9 @@
|
|
|
2989
3010
|
},
|
|
2990
3011
|
"prefix": {
|
|
2991
3012
|
"type": "string"
|
|
3013
|
+
},
|
|
3014
|
+
"prefixHidden": {
|
|
3015
|
+
"const": true
|
|
2992
3016
|
}
|
|
2993
3017
|
},
|
|
2994
3018
|
"required": [
|
|
@@ -3443,12 +3467,15 @@
|
|
|
3443
3467
|
},
|
|
3444
3468
|
"quantity": {
|
|
3445
3469
|
"type": "integer"
|
|
3470
|
+
},
|
|
3471
|
+
"displayName": {
|
|
3472
|
+
"type": "string"
|
|
3446
3473
|
}
|
|
3447
3474
|
},
|
|
3448
3475
|
"required": [
|
|
3449
|
-
"item"
|
|
3450
|
-
"quantity"
|
|
3476
|
+
"item"
|
|
3451
3477
|
],
|
|
3478
|
+
"minProperties": 2,
|
|
3452
3479
|
"additionalProperties": false
|
|
3453
3480
|
}
|
|
3454
3481
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"$id": "template.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -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
|
},
|
|
@@ -73,6 +76,9 @@
|
|
|
73
76
|
"name": {
|
|
74
77
|
"type": "string"
|
|
75
78
|
},
|
|
79
|
+
"alias": {
|
|
80
|
+
"$ref": "../util.json#/$defs/alias"
|
|
81
|
+
},
|
|
76
82
|
"source": {
|
|
77
83
|
"$ref": "../util.json#/$defs/source"
|
|
78
84
|
},
|
|
@@ -139,6 +145,9 @@
|
|
|
139
145
|
"name": {
|
|
140
146
|
"type": "string"
|
|
141
147
|
},
|
|
148
|
+
"alias": {
|
|
149
|
+
"$ref": "../util.json#/$defs/alias"
|
|
150
|
+
},
|
|
142
151
|
"source": {
|
|
143
152
|
"$ref": "../util.json#/$defs/source"
|
|
144
153
|
},
|
|
@@ -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.59",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -197,6 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"prefix": {
|
|
199
199
|
"type": "string"
|
|
200
|
+
},
|
|
201
|
+
"prefixHidden": {
|
|
202
|
+
"const": true
|
|
200
203
|
}
|
|
201
204
|
},
|
|
202
205
|
"required": [
|
|
@@ -232,6 +235,9 @@
|
|
|
232
235
|
},
|
|
233
236
|
"prefix": {
|
|
234
237
|
"type": "string"
|
|
238
|
+
},
|
|
239
|
+
"prefixHidden": {
|
|
240
|
+
"const": true
|
|
235
241
|
}
|
|
236
242
|
},
|
|
237
243
|
"required": [
|
|
@@ -686,12 +692,15 @@
|
|
|
686
692
|
},
|
|
687
693
|
"quantity": {
|
|
688
694
|
"type": "integer"
|
|
695
|
+
},
|
|
696
|
+
"displayName": {
|
|
697
|
+
"type": "string"
|
|
689
698
|
}
|
|
690
699
|
},
|
|
691
700
|
"required": [
|
|
692
|
-
"item"
|
|
693
|
-
"quantity"
|
|
701
|
+
"item"
|
|
694
702
|
],
|
|
703
|
+
"minProperties": 2,
|
|
695
704
|
"additionalProperties": false
|
|
696
705
|
}
|
|
697
706
|
]
|
|
@@ -1576,6 +1585,9 @@
|
|
|
1576
1585
|
},
|
|
1577
1586
|
"prefix": {
|
|
1578
1587
|
"type": "string"
|
|
1588
|
+
},
|
|
1589
|
+
"prefixHidden": {
|
|
1590
|
+
"const": true
|
|
1579
1591
|
}
|
|
1580
1592
|
},
|
|
1581
1593
|
"required": [
|
|
@@ -1611,6 +1623,9 @@
|
|
|
1611
1623
|
},
|
|
1612
1624
|
"prefix": {
|
|
1613
1625
|
"type": "string"
|
|
1626
|
+
},
|
|
1627
|
+
"prefixHidden": {
|
|
1628
|
+
"const": true
|
|
1614
1629
|
}
|
|
1615
1630
|
},
|
|
1616
1631
|
"required": [
|
|
@@ -2065,12 +2080,15 @@
|
|
|
2065
2080
|
},
|
|
2066
2081
|
"quantity": {
|
|
2067
2082
|
"type": "integer"
|
|
2083
|
+
},
|
|
2084
|
+
"displayName": {
|
|
2085
|
+
"type": "string"
|
|
2068
2086
|
}
|
|
2069
2087
|
},
|
|
2070
2088
|
"required": [
|
|
2071
|
-
"item"
|
|
2072
|
-
"quantity"
|
|
2089
|
+
"item"
|
|
2073
2090
|
],
|
|
2091
|
+
"minProperties": 2,
|
|
2074
2092
|
"additionalProperties": false
|
|
2075
2093
|
}
|
|
2076
2094
|
]
|
|
@@ -2960,6 +2978,9 @@
|
|
|
2960
2978
|
},
|
|
2961
2979
|
"prefix": {
|
|
2962
2980
|
"type": "string"
|
|
2981
|
+
},
|
|
2982
|
+
"prefixHidden": {
|
|
2983
|
+
"const": true
|
|
2963
2984
|
}
|
|
2964
2985
|
},
|
|
2965
2986
|
"required": [
|
|
@@ -2995,6 +3016,9 @@
|
|
|
2995
3016
|
},
|
|
2996
3017
|
"prefix": {
|
|
2997
3018
|
"type": "string"
|
|
3019
|
+
},
|
|
3020
|
+
"prefixHidden": {
|
|
3021
|
+
"const": true
|
|
2998
3022
|
}
|
|
2999
3023
|
},
|
|
3000
3024
|
"required": [
|
|
@@ -3449,12 +3473,15 @@
|
|
|
3449
3473
|
},
|
|
3450
3474
|
"quantity": {
|
|
3451
3475
|
"type": "integer"
|
|
3476
|
+
},
|
|
3477
|
+
"displayName": {
|
|
3478
|
+
"type": "string"
|
|
3452
3479
|
}
|
|
3453
3480
|
},
|
|
3454
3481
|
"required": [
|
|
3455
|
-
"item"
|
|
3456
|
-
"quantity"
|
|
3482
|
+
"item"
|
|
3457
3483
|
],
|
|
3484
|
+
"minProperties": 2,
|
|
3458
3485
|
"additionalProperties": false
|
|
3459
3486
|
}
|
|
3460
3487
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"$id": "template.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -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
|
},
|
|
@@ -73,6 +76,9 @@
|
|
|
73
76
|
"name": {
|
|
74
77
|
"type": "string"
|
|
75
78
|
},
|
|
79
|
+
"alias": {
|
|
80
|
+
"$ref": "../util.json#/$defs/alias"
|
|
81
|
+
},
|
|
76
82
|
"source": {
|
|
77
83
|
"$ref": "../util.json#/$defs/source"
|
|
78
84
|
},
|
|
@@ -139,6 +145,9 @@
|
|
|
139
145
|
"name": {
|
|
140
146
|
"type": "string"
|
|
141
147
|
},
|
|
148
|
+
"alias": {
|
|
149
|
+
"$ref": "../util.json#/$defs/alias"
|
|
150
|
+
},
|
|
142
151
|
"source": {
|
|
143
152
|
"$ref": "../util.json#/$defs/source"
|
|
144
153
|
},
|
package/schema/ua/util.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.59",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -197,6 +197,9 @@
|
|
|
197
197
|
},
|
|
198
198
|
"prefix": {
|
|
199
199
|
"type": "string"
|
|
200
|
+
},
|
|
201
|
+
"prefixHidden": {
|
|
202
|
+
"const": true
|
|
200
203
|
}
|
|
201
204
|
},
|
|
202
205
|
"required": [
|
|
@@ -232,6 +235,9 @@
|
|
|
232
235
|
},
|
|
233
236
|
"prefix": {
|
|
234
237
|
"type": "string"
|
|
238
|
+
},
|
|
239
|
+
"prefixHidden": {
|
|
240
|
+
"const": true
|
|
235
241
|
}
|
|
236
242
|
},
|
|
237
243
|
"required": [
|
|
@@ -686,12 +692,15 @@
|
|
|
686
692
|
},
|
|
687
693
|
"quantity": {
|
|
688
694
|
"type": "integer"
|
|
695
|
+
},
|
|
696
|
+
"displayName": {
|
|
697
|
+
"type": "string"
|
|
689
698
|
}
|
|
690
699
|
},
|
|
691
700
|
"required": [
|
|
692
|
-
"item"
|
|
693
|
-
"quantity"
|
|
701
|
+
"item"
|
|
694
702
|
],
|
|
703
|
+
"minProperties": 2,
|
|
695
704
|
"additionalProperties": false
|
|
696
705
|
}
|
|
697
706
|
]
|
|
@@ -1576,6 +1585,9 @@
|
|
|
1576
1585
|
},
|
|
1577
1586
|
"prefix": {
|
|
1578
1587
|
"type": "string"
|
|
1588
|
+
},
|
|
1589
|
+
"prefixHidden": {
|
|
1590
|
+
"const": true
|
|
1579
1591
|
}
|
|
1580
1592
|
},
|
|
1581
1593
|
"required": [
|
|
@@ -1611,6 +1623,9 @@
|
|
|
1611
1623
|
},
|
|
1612
1624
|
"prefix": {
|
|
1613
1625
|
"type": "string"
|
|
1626
|
+
},
|
|
1627
|
+
"prefixHidden": {
|
|
1628
|
+
"const": true
|
|
1614
1629
|
}
|
|
1615
1630
|
},
|
|
1616
1631
|
"required": [
|
|
@@ -2065,12 +2080,15 @@
|
|
|
2065
2080
|
},
|
|
2066
2081
|
"quantity": {
|
|
2067
2082
|
"type": "integer"
|
|
2083
|
+
},
|
|
2084
|
+
"displayName": {
|
|
2085
|
+
"type": "string"
|
|
2068
2086
|
}
|
|
2069
2087
|
},
|
|
2070
2088
|
"required": [
|
|
2071
|
-
"item"
|
|
2072
|
-
"quantity"
|
|
2089
|
+
"item"
|
|
2073
2090
|
],
|
|
2091
|
+
"minProperties": 2,
|
|
2074
2092
|
"additionalProperties": false
|
|
2075
2093
|
}
|
|
2076
2094
|
]
|
|
@@ -2960,6 +2978,9 @@
|
|
|
2960
2978
|
},
|
|
2961
2979
|
"prefix": {
|
|
2962
2980
|
"type": "string"
|
|
2981
|
+
},
|
|
2982
|
+
"prefixHidden": {
|
|
2983
|
+
"const": true
|
|
2963
2984
|
}
|
|
2964
2985
|
},
|
|
2965
2986
|
"required": [
|
|
@@ -2995,6 +3016,9 @@
|
|
|
2995
3016
|
},
|
|
2996
3017
|
"prefix": {
|
|
2997
3018
|
"type": "string"
|
|
3019
|
+
},
|
|
3020
|
+
"prefixHidden": {
|
|
3021
|
+
"const": true
|
|
2998
3022
|
}
|
|
2999
3023
|
},
|
|
3000
3024
|
"required": [
|
|
@@ -3449,12 +3473,15 @@
|
|
|
3449
3473
|
},
|
|
3450
3474
|
"quantity": {
|
|
3451
3475
|
"type": "integer"
|
|
3476
|
+
},
|
|
3477
|
+
"displayName": {
|
|
3478
|
+
"type": "string"
|
|
3452
3479
|
}
|
|
3453
3480
|
},
|
|
3454
3481
|
"required": [
|
|
3455
|
-
"item"
|
|
3456
|
-
"quantity"
|
|
3482
|
+
"item"
|
|
3457
3483
|
],
|
|
3484
|
+
"minProperties": 2,
|
|
3458
3485
|
"additionalProperties": false
|
|
3459
3486
|
}
|
|
3460
3487
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"$id": "template.json",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
@@ -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
|
},
|
|
@@ -73,6 +76,9 @@
|
|
|
73
76
|
"name": {
|
|
74
77
|
"type": "string"
|
|
75
78
|
},
|
|
79
|
+
"alias": {
|
|
80
|
+
"$ref": "../util.json#/$defs/alias"
|
|
81
|
+
},
|
|
76
82
|
"source": {
|
|
77
83
|
"$ref": "../util.json#/$defs/source"
|
|
78
84
|
},
|
|
@@ -139,6 +145,9 @@
|
|
|
139
145
|
"name": {
|
|
140
146
|
"type": "string"
|
|
141
147
|
},
|
|
148
|
+
"alias": {
|
|
149
|
+
"$ref": "../util.json#/$defs/alias"
|
|
150
|
+
},
|
|
142
151
|
"source": {
|
|
143
152
|
"$ref": "../util.json#/$defs/source"
|
|
144
153
|
},
|