5etools-utils 0.16.26 → 0.16.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 +4 -1
- package/schema/brew/books.json +4 -1
- package/schema/brew/corpus-shared.json +4 -1
- package/schema/brew/entry.json +7 -6
- package/schema/brew-fast/adventures.json +4 -1
- package/schema/brew-fast/books.json +4 -1
- package/schema/brew-fast/corpus-shared.json +4 -1
- package/schema/brew-fast/entry.json +7 -6
- package/schema/site/adventures.json +4 -1
- package/schema/site/books.json +4 -1
- package/schema/site/corpus-shared.json +4 -1
- package/schema/site/entry.json +7 -6
- package/schema/site-fast/adventures.json +4 -1
- package/schema/site-fast/books.json +4 -1
- package/schema/site-fast/corpus-shared.json +4 -1
- package/schema/site-fast/entry.json +7 -6
- package/schema/ua/adventures.json +4 -1
- package/schema/ua/books.json +4 -1
- package/schema/ua/corpus-shared.json +4 -1
- package/schema/ua/entry.json +7 -6
- package/schema/ua-fast/adventures.json +4 -1
- package/schema/ua-fast/books.json +4 -1
- package/schema/ua-fast/corpus-shared.json +4 -1
- package/schema/ua-fast/entry.json +7 -6
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.36",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -93,6 +93,9 @@
|
|
|
93
93
|
"cover": {
|
|
94
94
|
"$ref": "corpus-shared.json#/$defs/corpusCover"
|
|
95
95
|
},
|
|
96
|
+
"coverCredit": {
|
|
97
|
+
"$ref": "corpus-shared.json#/$defs/corpusCoverCredit"
|
|
98
|
+
},
|
|
96
99
|
"storyline": {
|
|
97
100
|
"type": "string",
|
|
98
101
|
"examples": [
|
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.21",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"book": {
|
|
@@ -60,6 +60,9 @@
|
|
|
60
60
|
"cover": {
|
|
61
61
|
"$ref": "corpus-shared.json#/$defs/corpusCover"
|
|
62
62
|
},
|
|
63
|
+
"coverCredit": {
|
|
64
|
+
"$ref": "corpus-shared.json#/$defs/corpusCoverCredit"
|
|
65
|
+
},
|
|
63
66
|
"contents": {
|
|
64
67
|
"$ref": "corpus-shared.json#/$defs/corpusContents"
|
|
65
68
|
}
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "corpus-shared.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"corpusCover": {
|
|
7
7
|
"description": "A link to an image. Preferred sizes are 300 x 300px or 600 x 600px.",
|
|
8
8
|
"$ref": "entry.json#/$defs/mediaHref",
|
|
9
9
|
"markdownDescription": "A link to an image. Preferred sizes are 300 x 300px or 600 x 600px."
|
|
10
10
|
},
|
|
11
|
+
"corpusCoverCredit": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
},
|
|
11
14
|
"corpusContents": {
|
|
12
15
|
"description": "The linked Table of Contents of the corpus.",
|
|
13
16
|
"type": "array",
|
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.
|
|
6
|
+
"version": "1.10.00",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -41,11 +41,12 @@
|
|
|
41
41
|
"_entryStatblockSlotSize": {
|
|
42
42
|
"type": "string",
|
|
43
43
|
"enum": [
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
44
|
+
"120",
|
|
45
|
+
"200",
|
|
46
|
+
"360",
|
|
47
|
+
"600",
|
|
48
|
+
"800",
|
|
49
|
+
"1000"
|
|
49
50
|
]
|
|
50
51
|
},
|
|
51
52
|
"_entryDataData": {
|
|
@@ -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.36",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -93,6 +93,9 @@
|
|
|
93
93
|
"cover": {
|
|
94
94
|
"$ref": "corpus-shared.json#/$defs/corpusCover"
|
|
95
95
|
},
|
|
96
|
+
"coverCredit": {
|
|
97
|
+
"$ref": "corpus-shared.json#/$defs/corpusCoverCredit"
|
|
98
|
+
},
|
|
96
99
|
"storyline": {
|
|
97
100
|
"type": "string",
|
|
98
101
|
"examples": [
|
|
@@ -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.21",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"book": {
|
|
@@ -60,6 +60,9 @@
|
|
|
60
60
|
"cover": {
|
|
61
61
|
"$ref": "corpus-shared.json#/$defs/corpusCover"
|
|
62
62
|
},
|
|
63
|
+
"coverCredit": {
|
|
64
|
+
"$ref": "corpus-shared.json#/$defs/corpusCoverCredit"
|
|
65
|
+
},
|
|
63
66
|
"contents": {
|
|
64
67
|
"$ref": "corpus-shared.json#/$defs/corpusContents"
|
|
65
68
|
}
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "corpus-shared.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"corpusCover": {
|
|
7
7
|
"description": "A link to an image. Preferred sizes are 300 x 300px or 600 x 600px.",
|
|
8
8
|
"$ref": "entry.json#/$defs/mediaHref",
|
|
9
9
|
"markdownDescription": "A link to an image. Preferred sizes are 300 x 300px or 600 x 600px."
|
|
10
10
|
},
|
|
11
|
+
"corpusCoverCredit": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
},
|
|
11
14
|
"corpusContents": {
|
|
12
15
|
"description": "The linked Table of Contents of the corpus.",
|
|
13
16
|
"type": "array",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.10.00",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -41,11 +41,12 @@
|
|
|
41
41
|
"_entryStatblockSlotSize": {
|
|
42
42
|
"type": "string",
|
|
43
43
|
"enum": [
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
44
|
+
"120",
|
|
45
|
+
"200",
|
|
46
|
+
"360",
|
|
47
|
+
"600",
|
|
48
|
+
"800",
|
|
49
|
+
"1000"
|
|
49
50
|
]
|
|
50
51
|
},
|
|
51
52
|
"_entryDataData": {
|
|
@@ -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.36",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -93,6 +93,9 @@
|
|
|
93
93
|
"cover": {
|
|
94
94
|
"$ref": "corpus-shared.json#/$defs/corpusCover"
|
|
95
95
|
},
|
|
96
|
+
"coverCredit": {
|
|
97
|
+
"$ref": "corpus-shared.json#/$defs/corpusCoverCredit"
|
|
98
|
+
},
|
|
96
99
|
"storyline": {
|
|
97
100
|
"type": "string",
|
|
98
101
|
"enum": [
|
package/schema/site/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.21",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"book": {
|
|
@@ -60,6 +60,9 @@
|
|
|
60
60
|
"cover": {
|
|
61
61
|
"$ref": "corpus-shared.json#/$defs/corpusCover"
|
|
62
62
|
},
|
|
63
|
+
"coverCredit": {
|
|
64
|
+
"$ref": "corpus-shared.json#/$defs/corpusCoverCredit"
|
|
65
|
+
},
|
|
63
66
|
"contents": {
|
|
64
67
|
"$ref": "corpus-shared.json#/$defs/corpusContents"
|
|
65
68
|
}
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "corpus-shared.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"corpusCover": {
|
|
7
7
|
"description": "A link to an image. Preferred sizes are 300 x 300px or 600 x 600px.",
|
|
8
8
|
"$ref": "entry.json#/$defs/mediaHref",
|
|
9
9
|
"markdownDescription": "A link to an image. Preferred sizes are 300 x 300px or 600 x 600px."
|
|
10
10
|
},
|
|
11
|
+
"corpusCoverCredit": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
},
|
|
11
14
|
"corpusContents": {
|
|
12
15
|
"description": "The linked Table of Contents of the corpus.",
|
|
13
16
|
"type": "array",
|
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.
|
|
6
|
+
"version": "1.10.00",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -41,11 +41,12 @@
|
|
|
41
41
|
"_entryStatblockSlotSize": {
|
|
42
42
|
"type": "string",
|
|
43
43
|
"enum": [
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
44
|
+
"120",
|
|
45
|
+
"200",
|
|
46
|
+
"360",
|
|
47
|
+
"600",
|
|
48
|
+
"800",
|
|
49
|
+
"1000"
|
|
49
50
|
]
|
|
50
51
|
},
|
|
51
52
|
"_entryDataData": {
|
|
@@ -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.36",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -93,6 +93,9 @@
|
|
|
93
93
|
"cover": {
|
|
94
94
|
"$ref": "corpus-shared.json#/$defs/corpusCover"
|
|
95
95
|
},
|
|
96
|
+
"coverCredit": {
|
|
97
|
+
"$ref": "corpus-shared.json#/$defs/corpusCoverCredit"
|
|
98
|
+
},
|
|
96
99
|
"storyline": {
|
|
97
100
|
"type": "string",
|
|
98
101
|
"enum": [
|
|
@@ -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.21",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"book": {
|
|
@@ -60,6 +60,9 @@
|
|
|
60
60
|
"cover": {
|
|
61
61
|
"$ref": "corpus-shared.json#/$defs/corpusCover"
|
|
62
62
|
},
|
|
63
|
+
"coverCredit": {
|
|
64
|
+
"$ref": "corpus-shared.json#/$defs/corpusCoverCredit"
|
|
65
|
+
},
|
|
63
66
|
"contents": {
|
|
64
67
|
"$ref": "corpus-shared.json#/$defs/corpusContents"
|
|
65
68
|
}
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "corpus-shared.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"corpusCover": {
|
|
7
7
|
"description": "A link to an image. Preferred sizes are 300 x 300px or 600 x 600px.",
|
|
8
8
|
"$ref": "entry.json#/$defs/mediaHref",
|
|
9
9
|
"markdownDescription": "A link to an image. Preferred sizes are 300 x 300px or 600 x 600px."
|
|
10
10
|
},
|
|
11
|
+
"corpusCoverCredit": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
},
|
|
11
14
|
"corpusContents": {
|
|
12
15
|
"description": "The linked Table of Contents of the corpus.",
|
|
13
16
|
"type": "array",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.10.00",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -41,11 +41,12 @@
|
|
|
41
41
|
"_entryStatblockSlotSize": {
|
|
42
42
|
"type": "string",
|
|
43
43
|
"enum": [
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
44
|
+
"120",
|
|
45
|
+
"200",
|
|
46
|
+
"360",
|
|
47
|
+
"600",
|
|
48
|
+
"800",
|
|
49
|
+
"1000"
|
|
49
50
|
]
|
|
50
51
|
},
|
|
51
52
|
"_entryDataData": {
|
|
@@ -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.36",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -93,6 +93,9 @@
|
|
|
93
93
|
"cover": {
|
|
94
94
|
"$ref": "corpus-shared.json#/$defs/corpusCover"
|
|
95
95
|
},
|
|
96
|
+
"coverCredit": {
|
|
97
|
+
"$ref": "corpus-shared.json#/$defs/corpusCoverCredit"
|
|
98
|
+
},
|
|
96
99
|
"storyline": {
|
|
97
100
|
"type": "string",
|
|
98
101
|
"enum": [
|
package/schema/ua/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.21",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"book": {
|
|
@@ -60,6 +60,9 @@
|
|
|
60
60
|
"cover": {
|
|
61
61
|
"$ref": "corpus-shared.json#/$defs/corpusCover"
|
|
62
62
|
},
|
|
63
|
+
"coverCredit": {
|
|
64
|
+
"$ref": "corpus-shared.json#/$defs/corpusCoverCredit"
|
|
65
|
+
},
|
|
63
66
|
"contents": {
|
|
64
67
|
"$ref": "corpus-shared.json#/$defs/corpusContents"
|
|
65
68
|
}
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "corpus-shared.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"corpusCover": {
|
|
7
7
|
"description": "A link to an image. Preferred sizes are 300 x 300px or 600 x 600px.",
|
|
8
8
|
"$ref": "entry.json#/$defs/mediaHref",
|
|
9
9
|
"markdownDescription": "A link to an image. Preferred sizes are 300 x 300px or 600 x 600px."
|
|
10
10
|
},
|
|
11
|
+
"corpusCoverCredit": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
},
|
|
11
14
|
"corpusContents": {
|
|
12
15
|
"description": "The linked Table of Contents of the corpus.",
|
|
13
16
|
"type": "array",
|
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.
|
|
6
|
+
"version": "1.10.00",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -41,11 +41,12 @@
|
|
|
41
41
|
"_entryStatblockSlotSize": {
|
|
42
42
|
"type": "string",
|
|
43
43
|
"enum": [
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
44
|
+
"120",
|
|
45
|
+
"200",
|
|
46
|
+
"360",
|
|
47
|
+
"600",
|
|
48
|
+
"800",
|
|
49
|
+
"1000"
|
|
49
50
|
]
|
|
50
51
|
},
|
|
51
52
|
"_entryDataData": {
|
|
@@ -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.36",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"adventure": {
|
|
@@ -93,6 +93,9 @@
|
|
|
93
93
|
"cover": {
|
|
94
94
|
"$ref": "corpus-shared.json#/$defs/corpusCover"
|
|
95
95
|
},
|
|
96
|
+
"coverCredit": {
|
|
97
|
+
"$ref": "corpus-shared.json#/$defs/corpusCoverCredit"
|
|
98
|
+
},
|
|
96
99
|
"storyline": {
|
|
97
100
|
"type": "string",
|
|
98
101
|
"enum": [
|
|
@@ -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.21",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"book": {
|
|
@@ -60,6 +60,9 @@
|
|
|
60
60
|
"cover": {
|
|
61
61
|
"$ref": "corpus-shared.json#/$defs/corpusCover"
|
|
62
62
|
},
|
|
63
|
+
"coverCredit": {
|
|
64
|
+
"$ref": "corpus-shared.json#/$defs/corpusCoverCredit"
|
|
65
|
+
},
|
|
63
66
|
"contents": {
|
|
64
67
|
"$ref": "corpus-shared.json#/$defs/corpusContents"
|
|
65
68
|
}
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "corpus-shared.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"$defs": {
|
|
6
6
|
"corpusCover": {
|
|
7
7
|
"description": "A link to an image. Preferred sizes are 300 x 300px or 600 x 600px.",
|
|
8
8
|
"$ref": "entry.json#/$defs/mediaHref",
|
|
9
9
|
"markdownDescription": "A link to an image. Preferred sizes are 300 x 300px or 600 x 600px."
|
|
10
10
|
},
|
|
11
|
+
"corpusCoverCredit": {
|
|
12
|
+
"type": "string"
|
|
13
|
+
},
|
|
11
14
|
"corpusContents": {
|
|
12
15
|
"description": "The linked Table of Contents of the corpus.",
|
|
13
16
|
"type": "array",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "entry.json",
|
|
4
4
|
"title": "Entry",
|
|
5
5
|
"description": "A recursively renderable object.",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.10.00",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"_arrayOfSpell": {
|
|
9
9
|
"type": "array",
|
|
@@ -41,11 +41,12 @@
|
|
|
41
41
|
"_entryStatblockSlotSize": {
|
|
42
42
|
"type": "string",
|
|
43
43
|
"enum": [
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
44
|
+
"120",
|
|
45
|
+
"200",
|
|
46
|
+
"360",
|
|
47
|
+
"600",
|
|
48
|
+
"800",
|
|
49
|
+
"1000"
|
|
49
50
|
]
|
|
50
51
|
},
|
|
51
52
|
"_entryDataData": {
|