5etools-utils 0.13.26 → 0.13.28
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/adventures.json +2 -1
- package/schema/brew/bestiary/bestiary.json +4 -28
- package/schema/brew/books.json +2 -1
- package/schema/brew/items-base.json +10 -1
- package/schema/brew/items.json +19 -1
- package/schema/brew/magicvariants.json +19 -1
- package/schema/brew/util.json +12 -1
- package/schema/brew-fast/adventures.json +2 -1
- package/schema/brew-fast/bestiary/bestiary.json +4 -28
- package/schema/brew-fast/books.json +2 -1
- package/schema/brew-fast/items-base.json +10 -1
- package/schema/brew-fast/items.json +19 -1
- package/schema/brew-fast/magicvariants.json +19 -1
- package/schema/brew-fast/util.json +12 -1
- package/schema/site/adventures.json +2 -1
- package/schema/site/bestiary/bestiary.json +4 -28
- package/schema/site/books.json +2 -1
- package/schema/site/items-base.json +10 -1
- package/schema/site/items.json +19 -1
- package/schema/site/magicvariants.json +19 -1
- package/schema/site/util.json +12 -1
- package/schema/site-fast/adventures.json +2 -1
- package/schema/site-fast/bestiary/bestiary.json +4 -28
- package/schema/site-fast/books.json +2 -1
- package/schema/site-fast/items-base.json +10 -1
- package/schema/site-fast/items.json +19 -1
- package/schema/site-fast/magicvariants.json +19 -1
- package/schema/site-fast/util.json +12 -1
- package/schema/ua/adventures.json +2 -1
- package/schema/ua/bestiary/bestiary.json +4 -28
- package/schema/ua/books.json +2 -1
- package/schema/ua/items-base.json +10 -1
- package/schema/ua/items.json +19 -1
- package/schema/ua/magicvariants.json +19 -1
- package/schema/ua/util.json +12 -1
- package/schema/ua-fast/adventures.json +2 -1
- package/schema/ua-fast/bestiary/bestiary.json +4 -28
- package/schema/ua-fast/books.json +2 -1
- package/schema/ua-fast/items-base.json +10 -1
- package/schema/ua-fast/items.json +19 -1
- package/schema/ua-fast/magicvariants.json +19 -1
- package/schema/ua-fast/util.json +12 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.28",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"supplement-alt",
|
|
38
38
|
"prerelease",
|
|
39
39
|
"homebrew",
|
|
40
|
+
"organised-play",
|
|
40
41
|
"other"
|
|
41
42
|
],
|
|
42
43
|
"markdownDescription": "The group under which this adventure should be listed in the navbar."
|
|
@@ -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.51",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -132,15 +132,7 @@
|
|
|
132
132
|
"$ref": "../util.json#/$defs/alias"
|
|
133
133
|
},
|
|
134
134
|
"group": {
|
|
135
|
-
"
|
|
136
|
-
"type": [
|
|
137
|
-
"null",
|
|
138
|
-
"array"
|
|
139
|
-
],
|
|
140
|
-
"items": {
|
|
141
|
-
"type": "string"
|
|
142
|
-
},
|
|
143
|
-
"markdownDescription": "A group name, indexed by search. E.g. searching "Lycanthrope" would otherwise fail to find anything.\nOnly works on the bestiary page, not in the full site search."
|
|
135
|
+
"$ref": "../util.json#/$defs/group"
|
|
144
136
|
},
|
|
145
137
|
"level": {
|
|
146
138
|
"description": "Used in sidekicks, which can have levels (and generally do not have alignment)",
|
|
@@ -1472,15 +1464,7 @@
|
|
|
1472
1464
|
"$ref": "../util.json#/$defs/alias"
|
|
1473
1465
|
},
|
|
1474
1466
|
"group": {
|
|
1475
|
-
"
|
|
1476
|
-
"type": [
|
|
1477
|
-
"null",
|
|
1478
|
-
"array"
|
|
1479
|
-
],
|
|
1480
|
-
"items": {
|
|
1481
|
-
"type": "string"
|
|
1482
|
-
},
|
|
1483
|
-
"markdownDescription": "A group name, indexed by search. E.g. searching "Lycanthrope" would otherwise fail to find anything.\nOnly works on the bestiary page, not in the full site search."
|
|
1467
|
+
"$ref": "../util.json#/$defs/group"
|
|
1484
1468
|
},
|
|
1485
1469
|
"level": {
|
|
1486
1470
|
"description": "Used in sidekicks, which can have levels (and generally do not have alignment)",
|
|
@@ -2817,15 +2801,7 @@
|
|
|
2817
2801
|
"$ref": "../util.json#/$defs/alias"
|
|
2818
2802
|
},
|
|
2819
2803
|
"group": {
|
|
2820
|
-
"
|
|
2821
|
-
"type": [
|
|
2822
|
-
"null",
|
|
2823
|
-
"array"
|
|
2824
|
-
],
|
|
2825
|
-
"items": {
|
|
2826
|
-
"type": "string"
|
|
2827
|
-
},
|
|
2828
|
-
"markdownDescription": "A group name, indexed by search. E.g. searching "Lycanthrope" would otherwise fail to find anything.\nOnly works on the bestiary page, not in the full site search."
|
|
2804
|
+
"$ref": "../util.json#/$defs/group"
|
|
2829
2805
|
},
|
|
2830
2806
|
"level": {
|
|
2831
2807
|
"description": "Used in sidekicks, which can have levels (and generally do not have alignment)",
|
package/schema/brew/books.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "books.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.16",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"book": {
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"prerelease",
|
|
39
39
|
"homebrew",
|
|
40
40
|
"screen",
|
|
41
|
+
"organised-play",
|
|
41
42
|
"recipe",
|
|
42
43
|
"other"
|
|
43
44
|
],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -106,6 +106,9 @@
|
|
|
106
106
|
"alias": {
|
|
107
107
|
"$ref": "util.json#/$defs/alias"
|
|
108
108
|
},
|
|
109
|
+
"group": {
|
|
110
|
+
"$ref": "util.json#/$defs/group"
|
|
111
|
+
},
|
|
109
112
|
"edition": {
|
|
110
113
|
"$ref": "util-edition.json#/$defs/edition"
|
|
111
114
|
},
|
|
@@ -481,6 +484,9 @@
|
|
|
481
484
|
"alias": {
|
|
482
485
|
"$ref": "util.json#/$defs/alias"
|
|
483
486
|
},
|
|
487
|
+
"group": {
|
|
488
|
+
"$ref": "util.json#/$defs/group"
|
|
489
|
+
},
|
|
484
490
|
"edition": {
|
|
485
491
|
"$ref": "util-edition.json#/$defs/edition"
|
|
486
492
|
},
|
|
@@ -860,6 +866,9 @@
|
|
|
860
866
|
"alias": {
|
|
861
867
|
"$ref": "util.json#/$defs/alias"
|
|
862
868
|
},
|
|
869
|
+
"group": {
|
|
870
|
+
"$ref": "util.json#/$defs/group"
|
|
871
|
+
},
|
|
863
872
|
"edition": {
|
|
864
873
|
"$ref": "util-edition.json#/$defs/edition"
|
|
865
874
|
},
|
package/schema/brew/items.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items.json",
|
|
4
|
-
"version": "1.14.
|
|
4
|
+
"version": "1.14.24",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"alias": {
|
|
14
14
|
"$ref": "util.json#/$defs/alias"
|
|
15
15
|
},
|
|
16
|
+
"group": {
|
|
17
|
+
"$ref": "util.json#/$defs/group"
|
|
18
|
+
},
|
|
16
19
|
"type": {
|
|
17
20
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
18
21
|
},
|
|
@@ -541,6 +544,9 @@
|
|
|
541
544
|
"alias": {
|
|
542
545
|
"$ref": "util.json#/$defs/alias"
|
|
543
546
|
},
|
|
547
|
+
"group": {
|
|
548
|
+
"$ref": "util.json#/$defs/group"
|
|
549
|
+
},
|
|
544
550
|
"type": {
|
|
545
551
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
546
552
|
},
|
|
@@ -1071,6 +1077,9 @@
|
|
|
1071
1077
|
"alias": {
|
|
1072
1078
|
"$ref": "util.json#/$defs/alias"
|
|
1073
1079
|
},
|
|
1080
|
+
"group": {
|
|
1081
|
+
"$ref": "util.json#/$defs/group"
|
|
1082
|
+
},
|
|
1074
1083
|
"type": {
|
|
1075
1084
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
1076
1085
|
},
|
|
@@ -1599,6 +1608,9 @@
|
|
|
1599
1608
|
"alias": {
|
|
1600
1609
|
"$ref": "util.json#/$defs/alias"
|
|
1601
1610
|
},
|
|
1611
|
+
"group": {
|
|
1612
|
+
"$ref": "util.json#/$defs/group"
|
|
1613
|
+
},
|
|
1602
1614
|
"type": {
|
|
1603
1615
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
1604
1616
|
},
|
|
@@ -2134,6 +2146,9 @@
|
|
|
2134
2146
|
"alias": {
|
|
2135
2147
|
"$ref": "util.json#/$defs/alias"
|
|
2136
2148
|
},
|
|
2149
|
+
"group": {
|
|
2150
|
+
"$ref": "util.json#/$defs/group"
|
|
2151
|
+
},
|
|
2137
2152
|
"type": {
|
|
2138
2153
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
2139
2154
|
},
|
|
@@ -2666,6 +2681,9 @@
|
|
|
2666
2681
|
"alias": {
|
|
2667
2682
|
"$ref": "util.json#/$defs/alias"
|
|
2668
2683
|
},
|
|
2684
|
+
"group": {
|
|
2685
|
+
"$ref": "util.json#/$defs/group"
|
|
2686
|
+
},
|
|
2669
2687
|
"type": {
|
|
2670
2688
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
2671
2689
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantDataBase": {
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"alias": {
|
|
14
14
|
"$ref": "util.json#/$defs/alias"
|
|
15
15
|
},
|
|
16
|
+
"group": {
|
|
17
|
+
"$ref": "util.json#/$defs/group"
|
|
18
|
+
},
|
|
16
19
|
"edition": {
|
|
17
20
|
"$ref": "util-edition.json#/$defs/edition"
|
|
18
21
|
},
|
|
@@ -625,6 +628,9 @@
|
|
|
625
628
|
"alias": {
|
|
626
629
|
"$ref": "util.json#/$defs/alias"
|
|
627
630
|
},
|
|
631
|
+
"group": {
|
|
632
|
+
"$ref": "util.json#/$defs/group"
|
|
633
|
+
},
|
|
628
634
|
"edition": {
|
|
629
635
|
"$ref": "util-edition.json#/$defs/edition"
|
|
630
636
|
},
|
|
@@ -1237,6 +1243,9 @@
|
|
|
1237
1243
|
"alias": {
|
|
1238
1244
|
"$ref": "util.json#/$defs/alias"
|
|
1239
1245
|
},
|
|
1246
|
+
"group": {
|
|
1247
|
+
"$ref": "util.json#/$defs/group"
|
|
1248
|
+
},
|
|
1240
1249
|
"edition": {
|
|
1241
1250
|
"$ref": "util-edition.json#/$defs/edition"
|
|
1242
1251
|
},
|
|
@@ -1855,6 +1864,9 @@
|
|
|
1855
1864
|
"alias": {
|
|
1856
1865
|
"$ref": "util.json#/$defs/alias"
|
|
1857
1866
|
},
|
|
1867
|
+
"group": {
|
|
1868
|
+
"$ref": "util.json#/$defs/group"
|
|
1869
|
+
},
|
|
1858
1870
|
"edition": {
|
|
1859
1871
|
"$ref": "util-edition.json#/$defs/edition"
|
|
1860
1872
|
},
|
|
@@ -2476,6 +2488,9 @@
|
|
|
2476
2488
|
"alias": {
|
|
2477
2489
|
"$ref": "util.json#/$defs/alias"
|
|
2478
2490
|
},
|
|
2491
|
+
"group": {
|
|
2492
|
+
"$ref": "util.json#/$defs/group"
|
|
2493
|
+
},
|
|
2479
2494
|
"edition": {
|
|
2480
2495
|
"$ref": "util-edition.json#/$defs/edition"
|
|
2481
2496
|
},
|
|
@@ -3095,6 +3110,9 @@
|
|
|
3095
3110
|
"alias": {
|
|
3096
3111
|
"$ref": "util.json#/$defs/alias"
|
|
3097
3112
|
},
|
|
3113
|
+
"group": {
|
|
3114
|
+
"$ref": "util.json#/$defs/group"
|
|
3115
|
+
},
|
|
3098
3116
|
"edition": {
|
|
3099
3117
|
"$ref": "util-edition.json#/$defs/edition"
|
|
3100
3118
|
},
|
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.26",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -157,6 +157,17 @@
|
|
|
157
157
|
"type": "string"
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
|
+
"group": {
|
|
161
|
+
"description": "A group name, indexed by page search. E.g. searching \"Lycanthrope\" would otherwise fail to find anything.\nOnly works on a given page, and not in Omnisearch.",
|
|
162
|
+
"type": [
|
|
163
|
+
"null",
|
|
164
|
+
"array"
|
|
165
|
+
],
|
|
166
|
+
"items": {
|
|
167
|
+
"type": "string"
|
|
168
|
+
},
|
|
169
|
+
"markdownDescription": "A group name, indexed by page search. E.g. searching "Lycanthrope" would otherwise fail to find anything.\nOnly works on a given page, and not in Omnisearch."
|
|
170
|
+
},
|
|
160
171
|
"reprintedAs": {
|
|
161
172
|
"type": "array",
|
|
162
173
|
"items": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.28",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"supplement-alt",
|
|
38
38
|
"prerelease",
|
|
39
39
|
"homebrew",
|
|
40
|
+
"organised-play",
|
|
40
41
|
"other"
|
|
41
42
|
],
|
|
42
43
|
"markdownDescription": "The group under which this adventure should be listed in the navbar."
|
|
@@ -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.51",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -132,15 +132,7 @@
|
|
|
132
132
|
"$ref": "../util.json#/$defs/alias"
|
|
133
133
|
},
|
|
134
134
|
"group": {
|
|
135
|
-
"
|
|
136
|
-
"type": [
|
|
137
|
-
"null",
|
|
138
|
-
"array"
|
|
139
|
-
],
|
|
140
|
-
"items": {
|
|
141
|
-
"type": "string"
|
|
142
|
-
},
|
|
143
|
-
"markdownDescription": "A group name, indexed by search. E.g. searching "Lycanthrope" would otherwise fail to find anything.\nOnly works on the bestiary page, not in the full site search."
|
|
135
|
+
"$ref": "../util.json#/$defs/group"
|
|
144
136
|
},
|
|
145
137
|
"level": {
|
|
146
138
|
"description": "Used in sidekicks, which can have levels (and generally do not have alignment)",
|
|
@@ -1472,15 +1464,7 @@
|
|
|
1472
1464
|
"$ref": "../util.json#/$defs/alias"
|
|
1473
1465
|
},
|
|
1474
1466
|
"group": {
|
|
1475
|
-
"
|
|
1476
|
-
"type": [
|
|
1477
|
-
"null",
|
|
1478
|
-
"array"
|
|
1479
|
-
],
|
|
1480
|
-
"items": {
|
|
1481
|
-
"type": "string"
|
|
1482
|
-
},
|
|
1483
|
-
"markdownDescription": "A group name, indexed by search. E.g. searching "Lycanthrope" would otherwise fail to find anything.\nOnly works on the bestiary page, not in the full site search."
|
|
1467
|
+
"$ref": "../util.json#/$defs/group"
|
|
1484
1468
|
},
|
|
1485
1469
|
"level": {
|
|
1486
1470
|
"description": "Used in sidekicks, which can have levels (and generally do not have alignment)",
|
|
@@ -2817,15 +2801,7 @@
|
|
|
2817
2801
|
"$ref": "../util.json#/$defs/alias"
|
|
2818
2802
|
},
|
|
2819
2803
|
"group": {
|
|
2820
|
-
"
|
|
2821
|
-
"type": [
|
|
2822
|
-
"null",
|
|
2823
|
-
"array"
|
|
2824
|
-
],
|
|
2825
|
-
"items": {
|
|
2826
|
-
"type": "string"
|
|
2827
|
-
},
|
|
2828
|
-
"markdownDescription": "A group name, indexed by search. E.g. searching "Lycanthrope" would otherwise fail to find anything.\nOnly works on the bestiary page, not in the full site search."
|
|
2804
|
+
"$ref": "../util.json#/$defs/group"
|
|
2829
2805
|
},
|
|
2830
2806
|
"level": {
|
|
2831
2807
|
"description": "Used in sidekicks, which can have levels (and generally do not have alignment)",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "books.json",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.16",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"book": {
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"prerelease",
|
|
39
39
|
"homebrew",
|
|
40
40
|
"screen",
|
|
41
|
+
"organised-play",
|
|
41
42
|
"recipe",
|
|
42
43
|
"other"
|
|
43
44
|
],
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items-base.json",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.13",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemLookupBase": {
|
|
@@ -106,6 +106,9 @@
|
|
|
106
106
|
"alias": {
|
|
107
107
|
"$ref": "util.json#/$defs/alias"
|
|
108
108
|
},
|
|
109
|
+
"group": {
|
|
110
|
+
"$ref": "util.json#/$defs/group"
|
|
111
|
+
},
|
|
109
112
|
"edition": {
|
|
110
113
|
"$ref": "util-edition.json#/$defs/edition"
|
|
111
114
|
},
|
|
@@ -481,6 +484,9 @@
|
|
|
481
484
|
"alias": {
|
|
482
485
|
"$ref": "util.json#/$defs/alias"
|
|
483
486
|
},
|
|
487
|
+
"group": {
|
|
488
|
+
"$ref": "util.json#/$defs/group"
|
|
489
|
+
},
|
|
484
490
|
"edition": {
|
|
485
491
|
"$ref": "util-edition.json#/$defs/edition"
|
|
486
492
|
},
|
|
@@ -860,6 +866,9 @@
|
|
|
860
866
|
"alias": {
|
|
861
867
|
"$ref": "util.json#/$defs/alias"
|
|
862
868
|
},
|
|
869
|
+
"group": {
|
|
870
|
+
"$ref": "util.json#/$defs/group"
|
|
871
|
+
},
|
|
863
872
|
"edition": {
|
|
864
873
|
"$ref": "util-edition.json#/$defs/edition"
|
|
865
874
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "items.json",
|
|
4
|
-
"version": "1.14.
|
|
4
|
+
"version": "1.14.24",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"itemData": {
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"alias": {
|
|
14
14
|
"$ref": "util.json#/$defs/alias"
|
|
15
15
|
},
|
|
16
|
+
"group": {
|
|
17
|
+
"$ref": "util.json#/$defs/group"
|
|
18
|
+
},
|
|
16
19
|
"type": {
|
|
17
20
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
18
21
|
},
|
|
@@ -541,6 +544,9 @@
|
|
|
541
544
|
"alias": {
|
|
542
545
|
"$ref": "util.json#/$defs/alias"
|
|
543
546
|
},
|
|
547
|
+
"group": {
|
|
548
|
+
"$ref": "util.json#/$defs/group"
|
|
549
|
+
},
|
|
544
550
|
"type": {
|
|
545
551
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
546
552
|
},
|
|
@@ -1071,6 +1077,9 @@
|
|
|
1071
1077
|
"alias": {
|
|
1072
1078
|
"$ref": "util.json#/$defs/alias"
|
|
1073
1079
|
},
|
|
1080
|
+
"group": {
|
|
1081
|
+
"$ref": "util.json#/$defs/group"
|
|
1082
|
+
},
|
|
1074
1083
|
"type": {
|
|
1075
1084
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
1076
1085
|
},
|
|
@@ -1599,6 +1608,9 @@
|
|
|
1599
1608
|
"alias": {
|
|
1600
1609
|
"$ref": "util.json#/$defs/alias"
|
|
1601
1610
|
},
|
|
1611
|
+
"group": {
|
|
1612
|
+
"$ref": "util.json#/$defs/group"
|
|
1613
|
+
},
|
|
1602
1614
|
"type": {
|
|
1603
1615
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
1604
1616
|
},
|
|
@@ -2134,6 +2146,9 @@
|
|
|
2134
2146
|
"alias": {
|
|
2135
2147
|
"$ref": "util.json#/$defs/alias"
|
|
2136
2148
|
},
|
|
2149
|
+
"group": {
|
|
2150
|
+
"$ref": "util.json#/$defs/group"
|
|
2151
|
+
},
|
|
2137
2152
|
"type": {
|
|
2138
2153
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
2139
2154
|
},
|
|
@@ -2666,6 +2681,9 @@
|
|
|
2666
2681
|
"alias": {
|
|
2667
2682
|
"$ref": "util.json#/$defs/alias"
|
|
2668
2683
|
},
|
|
2684
|
+
"group": {
|
|
2685
|
+
"$ref": "util.json#/$defs/group"
|
|
2686
|
+
},
|
|
2669
2687
|
"type": {
|
|
2670
2688
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
2671
2689
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.15",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_magicvariantDataBase": {
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"alias": {
|
|
14
14
|
"$ref": "util.json#/$defs/alias"
|
|
15
15
|
},
|
|
16
|
+
"group": {
|
|
17
|
+
"$ref": "util.json#/$defs/group"
|
|
18
|
+
},
|
|
16
19
|
"edition": {
|
|
17
20
|
"$ref": "util-edition.json#/$defs/edition"
|
|
18
21
|
},
|
|
@@ -625,6 +628,9 @@
|
|
|
625
628
|
"alias": {
|
|
626
629
|
"$ref": "util.json#/$defs/alias"
|
|
627
630
|
},
|
|
631
|
+
"group": {
|
|
632
|
+
"$ref": "util.json#/$defs/group"
|
|
633
|
+
},
|
|
628
634
|
"edition": {
|
|
629
635
|
"$ref": "util-edition.json#/$defs/edition"
|
|
630
636
|
},
|
|
@@ -1237,6 +1243,9 @@
|
|
|
1237
1243
|
"alias": {
|
|
1238
1244
|
"$ref": "util.json#/$defs/alias"
|
|
1239
1245
|
},
|
|
1246
|
+
"group": {
|
|
1247
|
+
"$ref": "util.json#/$defs/group"
|
|
1248
|
+
},
|
|
1240
1249
|
"edition": {
|
|
1241
1250
|
"$ref": "util-edition.json#/$defs/edition"
|
|
1242
1251
|
},
|
|
@@ -1855,6 +1864,9 @@
|
|
|
1855
1864
|
"alias": {
|
|
1856
1865
|
"$ref": "util.json#/$defs/alias"
|
|
1857
1866
|
},
|
|
1867
|
+
"group": {
|
|
1868
|
+
"$ref": "util.json#/$defs/group"
|
|
1869
|
+
},
|
|
1858
1870
|
"edition": {
|
|
1859
1871
|
"$ref": "util-edition.json#/$defs/edition"
|
|
1860
1872
|
},
|
|
@@ -2476,6 +2488,9 @@
|
|
|
2476
2488
|
"alias": {
|
|
2477
2489
|
"$ref": "util.json#/$defs/alias"
|
|
2478
2490
|
},
|
|
2491
|
+
"group": {
|
|
2492
|
+
"$ref": "util.json#/$defs/group"
|
|
2493
|
+
},
|
|
2479
2494
|
"edition": {
|
|
2480
2495
|
"$ref": "util-edition.json#/$defs/edition"
|
|
2481
2496
|
},
|
|
@@ -3095,6 +3110,9 @@
|
|
|
3095
3110
|
"alias": {
|
|
3096
3111
|
"$ref": "util.json#/$defs/alias"
|
|
3097
3112
|
},
|
|
3113
|
+
"group": {
|
|
3114
|
+
"$ref": "util.json#/$defs/group"
|
|
3115
|
+
},
|
|
3098
3116
|
"edition": {
|
|
3099
3117
|
"$ref": "util-edition.json#/$defs/edition"
|
|
3100
3118
|
},
|
|
@@ -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.26",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -157,6 +157,17 @@
|
|
|
157
157
|
"type": "string"
|
|
158
158
|
}
|
|
159
159
|
},
|
|
160
|
+
"group": {
|
|
161
|
+
"description": "A group name, indexed by page search. E.g. searching \"Lycanthrope\" would otherwise fail to find anything.\nOnly works on a given page, and not in Omnisearch.",
|
|
162
|
+
"type": [
|
|
163
|
+
"null",
|
|
164
|
+
"array"
|
|
165
|
+
],
|
|
166
|
+
"items": {
|
|
167
|
+
"type": "string"
|
|
168
|
+
},
|
|
169
|
+
"markdownDescription": "A group name, indexed by page search. E.g. searching "Lycanthrope" would otherwise fail to find anything.\nOnly works on a given page, and not in Omnisearch."
|
|
170
|
+
},
|
|
160
171
|
"reprintedAs": {
|
|
161
172
|
"type": "array",
|
|
162
173
|
"items": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "adventures.json",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.28",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"supplement-alt",
|
|
38
38
|
"prerelease",
|
|
39
39
|
"homebrew",
|
|
40
|
+
"organised-play",
|
|
40
41
|
"other"
|
|
41
42
|
],
|
|
42
43
|
"markdownDescription": "The group under which this adventure should be listed in the navbar."
|
|
@@ -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.51",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -132,15 +132,7 @@
|
|
|
132
132
|
"$ref": "../util.json#/$defs/alias"
|
|
133
133
|
},
|
|
134
134
|
"group": {
|
|
135
|
-
"
|
|
136
|
-
"type": [
|
|
137
|
-
"null",
|
|
138
|
-
"array"
|
|
139
|
-
],
|
|
140
|
-
"items": {
|
|
141
|
-
"type": "string"
|
|
142
|
-
},
|
|
143
|
-
"markdownDescription": "A group name, indexed by search. E.g. searching "Lycanthrope" would otherwise fail to find anything.\nOnly works on the bestiary page, not in the full site search."
|
|
135
|
+
"$ref": "../util.json#/$defs/group"
|
|
144
136
|
},
|
|
145
137
|
"level": {
|
|
146
138
|
"description": "Used in sidekicks, which can have levels (and generally do not have alignment)",
|
|
@@ -1509,15 +1501,7 @@
|
|
|
1509
1501
|
"$ref": "../util.json#/$defs/alias"
|
|
1510
1502
|
},
|
|
1511
1503
|
"group": {
|
|
1512
|
-
"
|
|
1513
|
-
"type": [
|
|
1514
|
-
"null",
|
|
1515
|
-
"array"
|
|
1516
|
-
],
|
|
1517
|
-
"items": {
|
|
1518
|
-
"type": "string"
|
|
1519
|
-
},
|
|
1520
|
-
"markdownDescription": "A group name, indexed by search. E.g. searching "Lycanthrope" would otherwise fail to find anything.\nOnly works on the bestiary page, not in the full site search."
|
|
1504
|
+
"$ref": "../util.json#/$defs/group"
|
|
1521
1505
|
},
|
|
1522
1506
|
"level": {
|
|
1523
1507
|
"description": "Used in sidekicks, which can have levels (and generally do not have alignment)",
|
|
@@ -2891,15 +2875,7 @@
|
|
|
2891
2875
|
"$ref": "../util.json#/$defs/alias"
|
|
2892
2876
|
},
|
|
2893
2877
|
"group": {
|
|
2894
|
-
"
|
|
2895
|
-
"type": [
|
|
2896
|
-
"null",
|
|
2897
|
-
"array"
|
|
2898
|
-
],
|
|
2899
|
-
"items": {
|
|
2900
|
-
"type": "string"
|
|
2901
|
-
},
|
|
2902
|
-
"markdownDescription": "A group name, indexed by search. E.g. searching "Lycanthrope" would otherwise fail to find anything.\nOnly works on the bestiary page, not in the full site search."
|
|
2878
|
+
"$ref": "../util.json#/$defs/group"
|
|
2903
2879
|
},
|
|
2904
2880
|
"level": {
|
|
2905
2881
|
"description": "Used in sidekicks, which can have levels (and generally do not have alignment)",
|