5etools-utils 0.10.7 → 0.10.8
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 +4 -4
- package/schema/brew/sources-5etools.json +5 -0
- package/schema/brew-fast/bestiary/bestiary.json +4 -4
- package/schema/brew-fast/sources-5etools.json +5 -0
- package/schema/site/bestiary/bestiary.json +1 -1
- package/schema/site/sources-5etools.json +5 -0
- package/schema/site-fast/bestiary/bestiary.json +1 -1
- package/schema/site-fast/sources-5etools.json +5 -0
- package/schema/ua/bestiary/bestiary.json +1 -1
- package/schema/ua/sources-5etools.json +5 -0
- package/schema/ua-fast/bestiary/bestiary.json +1 -1
- package/schema/ua-fast/sources-5etools.json +5 -0
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.26",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
},
|
|
211
211
|
"sidekickType": {
|
|
212
212
|
"type": "string",
|
|
213
|
-
"
|
|
213
|
+
"examples": [
|
|
214
214
|
"expert",
|
|
215
215
|
"spellcaster",
|
|
216
216
|
"warrior"
|
|
@@ -1377,7 +1377,7 @@
|
|
|
1377
1377
|
},
|
|
1378
1378
|
"sidekickType": {
|
|
1379
1379
|
"type": "string",
|
|
1380
|
-
"
|
|
1380
|
+
"examples": [
|
|
1381
1381
|
"expert",
|
|
1382
1382
|
"spellcaster",
|
|
1383
1383
|
"warrior"
|
|
@@ -2549,7 +2549,7 @@
|
|
|
2549
2549
|
},
|
|
2550
2550
|
"sidekickType": {
|
|
2551
2551
|
"type": "string",
|
|
2552
|
-
"
|
|
2552
|
+
"examples": [
|
|
2553
2553
|
"expert",
|
|
2554
2554
|
"spellcaster",
|
|
2555
2555
|
"warrior"
|
|
@@ -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.26",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
},
|
|
211
211
|
"sidekickType": {
|
|
212
212
|
"type": "string",
|
|
213
|
-
"
|
|
213
|
+
"examples": [
|
|
214
214
|
"expert",
|
|
215
215
|
"spellcaster",
|
|
216
216
|
"warrior"
|
|
@@ -1377,7 +1377,7 @@
|
|
|
1377
1377
|
},
|
|
1378
1378
|
"sidekickType": {
|
|
1379
1379
|
"type": "string",
|
|
1380
|
-
"
|
|
1380
|
+
"examples": [
|
|
1381
1381
|
"expert",
|
|
1382
1382
|
"spellcaster",
|
|
1383
1383
|
"warrior"
|
|
@@ -2549,7 +2549,7 @@
|
|
|
2549
2549
|
},
|
|
2550
2550
|
"sidekickType": {
|
|
2551
2551
|
"type": "string",
|
|
2552
|
-
"
|
|
2552
|
+
"examples": [
|
|
2553
2553
|
"expert",
|
|
2554
2554
|
"spellcaster",
|
|
2555
2555
|
"warrior"
|