5etools-utils 0.2.2 → 0.3.0

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.
Files changed (281) hide show
  1. package/package.json +3 -2
  2. package/schema/brew/actions.json +109 -0
  3. package/schema/brew/adventure/adventure.json +12 -0
  4. package/schema/brew/adventures.json +249 -0
  5. package/schema/brew/backgrounds.json +425 -0
  6. package/schema/brew/bestiary/bestiary.json +3766 -0
  7. package/schema/brew/bestiary/fluff-bestiary.json +15 -0
  8. package/schema/brew/bestiary/foundry.json +15 -0
  9. package/schema/brew/bestiary/legendarygroups.json +202 -0
  10. package/schema/brew/bestiary/traits.json +85 -0
  11. package/schema/brew/book/book.json +12 -0
  12. package/schema/brew/books.json +137 -0
  13. package/schema/brew/charcreationoptions.json +96 -0
  14. package/schema/brew/class/class.json +2059 -0
  15. package/schema/brew/class/foundry.json +373 -0
  16. package/schema/brew/conditionsdiseases.json +103 -0
  17. package/schema/brew/cultsboons.json +196 -0
  18. package/schema/brew/deities.json +482 -0
  19. package/schema/brew/encounters.json +99 -0
  20. package/schema/brew/entry.json +3538 -0
  21. package/schema/brew/feats.json +215 -0
  22. package/schema/brew/fluff-backgrounds.json +15 -0
  23. package/schema/brew/fluff-charcreationoptions.json +43 -0
  24. package/schema/brew/fluff-conditionsdiseases.json +43 -0
  25. package/schema/brew/fluff-feats.json +15 -0
  26. package/schema/brew/fluff-items.json +15 -0
  27. package/schema/brew/fluff-languages.json +42 -0
  28. package/schema/brew/fluff-objects.json +15 -0
  29. package/schema/brew/fluff-races.json +214 -0
  30. package/schema/brew/fluff-recipes.json +42 -0
  31. package/schema/brew/fluff-vehicles.json +63 -0
  32. package/schema/brew/foundry-actions.json +15 -0
  33. package/schema/brew/foundry-backgrounds.json +47 -0
  34. package/schema/brew/foundry-feats.json +15 -0
  35. package/schema/brew/foundry-items.json +57 -0
  36. package/schema/brew/foundry-optionalfeatures.json +15 -0
  37. package/schema/brew/foundry-psionics.json +50 -0
  38. package/schema/brew/foundry-races.json +52 -0
  39. package/schema/brew/foundry-rewards.json +15 -0
  40. package/schema/brew/foundry-vehicles.json +15 -0
  41. package/schema/brew/generated/bookref-quick.json +72 -0
  42. package/schema/brew/homebrew.json +564 -0
  43. package/schema/brew/items-base.json +460 -0
  44. package/schema/brew/items-shared.json +295 -0
  45. package/schema/brew/items.json +1866 -0
  46. package/schema/brew/languages.json +127 -0
  47. package/schema/brew/loot.json +510 -0
  48. package/schema/brew/magicvariants.json +387 -0
  49. package/schema/brew/makebrew-creature.json +40 -0
  50. package/schema/brew/makecards.json +43 -0
  51. package/schema/brew/monsterfeatures.json +53 -0
  52. package/schema/brew/msbcr.json +60 -0
  53. package/schema/brew/names.json +91 -0
  54. package/schema/brew/objects.json +172 -0
  55. package/schema/brew/optionalfeatures.json +139 -0
  56. package/schema/brew/psionics.json +185 -0
  57. package/schema/brew/races.json +1799 -0
  58. package/schema/brew/recipes.json +191 -0
  59. package/schema/brew/renderdemo.json +16 -0
  60. package/schema/brew/rewards.json +102 -0
  61. package/schema/brew/senses.json +54 -0
  62. package/schema/brew/skills.json +54 -0
  63. package/schema/brew/spells/fluff-spells.json +15 -0
  64. package/schema/brew/spells/foundry.json +15 -0
  65. package/schema/brew/spells/roll20.json +112 -0
  66. package/schema/brew/spells/spells.json +1841 -0
  67. package/schema/brew/tables.json +202 -0
  68. package/schema/brew/trapshazards.json +249 -0
  69. package/schema/brew/util.json +3867 -0
  70. package/schema/brew/variantrules.json +74 -0
  71. package/schema/brew/vehicles.json +854 -0
  72. package/schema/brew-fast/actions.json +109 -0
  73. package/schema/brew-fast/adventure/adventure.json +12 -0
  74. package/schema/brew-fast/adventures.json +249 -0
  75. package/schema/brew-fast/backgrounds.json +425 -0
  76. package/schema/brew-fast/bestiary/bestiary.json +3766 -0
  77. package/schema/brew-fast/bestiary/fluff-bestiary.json +15 -0
  78. package/schema/brew-fast/bestiary/foundry.json +15 -0
  79. package/schema/brew-fast/bestiary/legendarygroups.json +202 -0
  80. package/schema/brew-fast/bestiary/traits.json +85 -0
  81. package/schema/brew-fast/book/book.json +12 -0
  82. package/schema/brew-fast/books.json +137 -0
  83. package/schema/brew-fast/charcreationoptions.json +96 -0
  84. package/schema/brew-fast/class/class.json +2059 -0
  85. package/schema/brew-fast/class/foundry.json +373 -0
  86. package/schema/brew-fast/conditionsdiseases.json +103 -0
  87. package/schema/brew-fast/cultsboons.json +196 -0
  88. package/schema/brew-fast/deities.json +482 -0
  89. package/schema/brew-fast/encounters.json +99 -0
  90. package/schema/brew-fast/entry.json +3538 -0
  91. package/schema/brew-fast/feats.json +215 -0
  92. package/schema/brew-fast/fluff-backgrounds.json +15 -0
  93. package/schema/brew-fast/fluff-charcreationoptions.json +43 -0
  94. package/schema/brew-fast/fluff-conditionsdiseases.json +43 -0
  95. package/schema/brew-fast/fluff-feats.json +15 -0
  96. package/schema/brew-fast/fluff-items.json +15 -0
  97. package/schema/brew-fast/fluff-languages.json +42 -0
  98. package/schema/brew-fast/fluff-objects.json +15 -0
  99. package/schema/brew-fast/fluff-races.json +214 -0
  100. package/schema/brew-fast/fluff-recipes.json +42 -0
  101. package/schema/brew-fast/fluff-vehicles.json +63 -0
  102. package/schema/brew-fast/foundry-actions.json +15 -0
  103. package/schema/brew-fast/foundry-backgrounds.json +47 -0
  104. package/schema/brew-fast/foundry-feats.json +15 -0
  105. package/schema/brew-fast/foundry-items.json +57 -0
  106. package/schema/brew-fast/foundry-optionalfeatures.json +15 -0
  107. package/schema/brew-fast/foundry-psionics.json +50 -0
  108. package/schema/brew-fast/foundry-races.json +52 -0
  109. package/schema/brew-fast/foundry-rewards.json +15 -0
  110. package/schema/brew-fast/foundry-vehicles.json +15 -0
  111. package/schema/brew-fast/generated/bookref-quick.json +72 -0
  112. package/schema/brew-fast/homebrew.json +562 -0
  113. package/schema/brew-fast/items-base.json +460 -0
  114. package/schema/brew-fast/items-shared.json +295 -0
  115. package/schema/brew-fast/items.json +1866 -0
  116. package/schema/brew-fast/languages.json +127 -0
  117. package/schema/brew-fast/loot.json +510 -0
  118. package/schema/brew-fast/magicvariants.json +387 -0
  119. package/schema/brew-fast/makebrew-creature.json +40 -0
  120. package/schema/brew-fast/makecards.json +43 -0
  121. package/schema/brew-fast/monsterfeatures.json +53 -0
  122. package/schema/brew-fast/msbcr.json +60 -0
  123. package/schema/brew-fast/names.json +91 -0
  124. package/schema/brew-fast/objects.json +172 -0
  125. package/schema/brew-fast/optionalfeatures.json +139 -0
  126. package/schema/brew-fast/psionics.json +185 -0
  127. package/schema/brew-fast/races.json +1799 -0
  128. package/schema/brew-fast/recipes.json +191 -0
  129. package/schema/brew-fast/renderdemo.json +16 -0
  130. package/schema/brew-fast/rewards.json +102 -0
  131. package/schema/brew-fast/senses.json +54 -0
  132. package/schema/brew-fast/skills.json +54 -0
  133. package/schema/brew-fast/spells/fluff-spells.json +15 -0
  134. package/schema/brew-fast/spells/foundry.json +15 -0
  135. package/schema/brew-fast/spells/roll20.json +112 -0
  136. package/schema/brew-fast/spells/spells.json +1841 -0
  137. package/schema/brew-fast/tables.json +202 -0
  138. package/schema/brew-fast/trapshazards.json +249 -0
  139. package/schema/brew-fast/util.json +3867 -0
  140. package/schema/brew-fast/variantrules.json +74 -0
  141. package/schema/brew-fast/vehicles.json +854 -0
  142. package/schema/site/actions.json +97 -0
  143. package/schema/site/adventure/adventure.json +12 -0
  144. package/schema/site/adventures.json +211 -0
  145. package/schema/site/backgrounds.json +306 -0
  146. package/schema/site/bestiary/bestiary.json +3537 -0
  147. package/schema/site/bestiary/fluff-bestiary.json +15 -0
  148. package/schema/site/bestiary/foundry.json +15 -0
  149. package/schema/site/bestiary/legendarygroups.json +202 -0
  150. package/schema/site/bestiary/traits.json +85 -0
  151. package/schema/site/book/book.json +12 -0
  152. package/schema/site/books.json +137 -0
  153. package/schema/site/charcreationoptions.json +80 -0
  154. package/schema/site/class/class.json +1792 -0
  155. package/schema/site/class/foundry.json +373 -0
  156. package/schema/site/conditionsdiseases.json +82 -0
  157. package/schema/site/cultsboons.json +172 -0
  158. package/schema/site/deities.json +461 -0
  159. package/schema/site/encounters.json +99 -0
  160. package/schema/site/entry.json +3471 -0
  161. package/schema/site/feats.json +199 -0
  162. package/schema/site/fluff-backgrounds.json +15 -0
  163. package/schema/site/fluff-charcreationoptions.json +43 -0
  164. package/schema/site/fluff-conditionsdiseases.json +43 -0
  165. package/schema/site/fluff-feats.json +15 -0
  166. package/schema/site/fluff-items.json +15 -0
  167. package/schema/site/fluff-languages.json +42 -0
  168. package/schema/site/fluff-objects.json +15 -0
  169. package/schema/site/fluff-races.json +214 -0
  170. package/schema/site/fluff-recipes.json +42 -0
  171. package/schema/site/fluff-vehicles.json +63 -0
  172. package/schema/site/foundry-actions.json +15 -0
  173. package/schema/site/foundry-backgrounds.json +47 -0
  174. package/schema/site/foundry-feats.json +15 -0
  175. package/schema/site/foundry-items.json +57 -0
  176. package/schema/site/foundry-optionalfeatures.json +15 -0
  177. package/schema/site/foundry-psionics.json +50 -0
  178. package/schema/site/foundry-races.json +52 -0
  179. package/schema/site/foundry-rewards.json +15 -0
  180. package/schema/site/foundry-vehicles.json +15 -0
  181. package/schema/site/generated/bookref-quick.json +72 -0
  182. package/schema/site/homebrew.json +564 -0
  183. package/schema/site/items-base.json +425 -0
  184. package/schema/site/items-shared.json +259 -0
  185. package/schema/site/items.json +1722 -0
  186. package/schema/site/languages.json +120 -0
  187. package/schema/site/loot.json +510 -0
  188. package/schema/site/magicvariants.json +355 -0
  189. package/schema/site/makebrew-creature.json +39 -0
  190. package/schema/site/makecards.json +43 -0
  191. package/schema/site/monsterfeatures.json +53 -0
  192. package/schema/site/msbcr.json +60 -0
  193. package/schema/site/names.json +91 -0
  194. package/schema/site/objects.json +165 -0
  195. package/schema/site/optionalfeatures.json +127 -0
  196. package/schema/site/psionics.json +173 -0
  197. package/schema/site/races.json +1708 -0
  198. package/schema/site/recipes.json +185 -0
  199. package/schema/site/renderdemo.json +16 -0
  200. package/schema/site/rewards.json +90 -0
  201. package/schema/site/senses.json +54 -0
  202. package/schema/site/skills.json +54 -0
  203. package/schema/site/spells/fluff-spells.json +15 -0
  204. package/schema/site/spells/foundry.json +15 -0
  205. package/schema/site/spells/roll20.json +112 -0
  206. package/schema/site/spells/spells.json +1238 -0
  207. package/schema/site/tables.json +185 -0
  208. package/schema/site/trapshazards.json +227 -0
  209. package/schema/site/util.json +3857 -0
  210. package/schema/site/variantrules.json +71 -0
  211. package/schema/site/vehicles.json +807 -0
  212. package/schema/site-fast/actions.json +97 -0
  213. package/schema/site-fast/adventure/adventure.json +12 -0
  214. package/schema/site-fast/adventures.json +211 -0
  215. package/schema/site-fast/backgrounds.json +306 -0
  216. package/schema/site-fast/bestiary/bestiary.json +3537 -0
  217. package/schema/site-fast/bestiary/fluff-bestiary.json +15 -0
  218. package/schema/site-fast/bestiary/foundry.json +15 -0
  219. package/schema/site-fast/bestiary/legendarygroups.json +202 -0
  220. package/schema/site-fast/bestiary/traits.json +85 -0
  221. package/schema/site-fast/book/book.json +12 -0
  222. package/schema/site-fast/books.json +137 -0
  223. package/schema/site-fast/charcreationoptions.json +80 -0
  224. package/schema/site-fast/class/class.json +1792 -0
  225. package/schema/site-fast/class/foundry.json +373 -0
  226. package/schema/site-fast/conditionsdiseases.json +82 -0
  227. package/schema/site-fast/cultsboons.json +172 -0
  228. package/schema/site-fast/deities.json +461 -0
  229. package/schema/site-fast/encounters.json +99 -0
  230. package/schema/site-fast/entry.json +3471 -0
  231. package/schema/site-fast/feats.json +199 -0
  232. package/schema/site-fast/fluff-backgrounds.json +15 -0
  233. package/schema/site-fast/fluff-charcreationoptions.json +43 -0
  234. package/schema/site-fast/fluff-conditionsdiseases.json +43 -0
  235. package/schema/site-fast/fluff-feats.json +15 -0
  236. package/schema/site-fast/fluff-items.json +15 -0
  237. package/schema/site-fast/fluff-languages.json +42 -0
  238. package/schema/site-fast/fluff-objects.json +15 -0
  239. package/schema/site-fast/fluff-races.json +214 -0
  240. package/schema/site-fast/fluff-recipes.json +42 -0
  241. package/schema/site-fast/fluff-vehicles.json +63 -0
  242. package/schema/site-fast/foundry-actions.json +15 -0
  243. package/schema/site-fast/foundry-backgrounds.json +47 -0
  244. package/schema/site-fast/foundry-feats.json +15 -0
  245. package/schema/site-fast/foundry-items.json +57 -0
  246. package/schema/site-fast/foundry-optionalfeatures.json +15 -0
  247. package/schema/site-fast/foundry-psionics.json +50 -0
  248. package/schema/site-fast/foundry-races.json +52 -0
  249. package/schema/site-fast/foundry-rewards.json +15 -0
  250. package/schema/site-fast/foundry-vehicles.json +15 -0
  251. package/schema/site-fast/generated/bookref-quick.json +72 -0
  252. package/schema/site-fast/homebrew.json +562 -0
  253. package/schema/site-fast/items-base.json +425 -0
  254. package/schema/site-fast/items-shared.json +259 -0
  255. package/schema/site-fast/items.json +1722 -0
  256. package/schema/site-fast/languages.json +120 -0
  257. package/schema/site-fast/loot.json +510 -0
  258. package/schema/site-fast/magicvariants.json +355 -0
  259. package/schema/site-fast/makebrew-creature.json +39 -0
  260. package/schema/site-fast/makecards.json +43 -0
  261. package/schema/site-fast/monsterfeatures.json +53 -0
  262. package/schema/site-fast/msbcr.json +60 -0
  263. package/schema/site-fast/names.json +91 -0
  264. package/schema/site-fast/objects.json +165 -0
  265. package/schema/site-fast/optionalfeatures.json +127 -0
  266. package/schema/site-fast/psionics.json +173 -0
  267. package/schema/site-fast/races.json +1708 -0
  268. package/schema/site-fast/recipes.json +185 -0
  269. package/schema/site-fast/renderdemo.json +16 -0
  270. package/schema/site-fast/rewards.json +90 -0
  271. package/schema/site-fast/senses.json +54 -0
  272. package/schema/site-fast/skills.json +54 -0
  273. package/schema/site-fast/spells/fluff-spells.json +15 -0
  274. package/schema/site-fast/spells/foundry.json +15 -0
  275. package/schema/site-fast/spells/roll20.json +112 -0
  276. package/schema/site-fast/spells/spells.json +1238 -0
  277. package/schema/site-fast/tables.json +185 -0
  278. package/schema/site-fast/trapshazards.json +227 -0
  279. package/schema/site-fast/util.json +3857 -0
  280. package/schema/site-fast/variantrules.json +71 -0
  281. package/schema/site-fast/vehicles.json +807 -0
@@ -0,0 +1,3471 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "entry.json",
4
+ "title": "Entry",
5
+ "description": "A recursively renderable object.",
6
+ "version": "1.8.3",
7
+ "$defs": {
8
+ "_arrayOfSpell": {
9
+ "type": "array",
10
+ "uniqueItems": true,
11
+ "items": {
12
+ "oneOf": [
13
+ {
14
+ "type": "string"
15
+ },
16
+ {
17
+ "type": "object",
18
+ "properties": {
19
+ "entry": {
20
+ "type": "string"
21
+ },
22
+ "hidden": {
23
+ "type": "boolean"
24
+ }
25
+ },
26
+ "required": [
27
+ "entry",
28
+ "hidden"
29
+ ]
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ "_entryDataStyle": {
35
+ "type": "string",
36
+ "enum": [
37
+ "inset"
38
+ ]
39
+ },
40
+ "mediaHref": {
41
+ "oneOf": [
42
+ {
43
+ "type": "object",
44
+ "properties": {
45
+ "type": {
46
+ "const": "internal"
47
+ },
48
+ "path": {
49
+ "type": "string"
50
+ }
51
+ },
52
+ "required": [
53
+ "path"
54
+ ],
55
+ "additionalProperties": false
56
+ },
57
+ {
58
+ "type": "object",
59
+ "properties": {
60
+ "type": {
61
+ "const": "external"
62
+ },
63
+ "url": {
64
+ "$ref": "util.json#/$defs/url"
65
+ }
66
+ },
67
+ "required": [
68
+ "url"
69
+ ],
70
+ "additionalProperties": false
71
+ }
72
+ ]
73
+ },
74
+ "entry": {
75
+ "type": "object",
76
+ "properties": {
77
+ "name": {
78
+ "type": "string"
79
+ },
80
+ "type": {
81
+ "type": "string"
82
+ },
83
+ "source": {
84
+ "type": "string"
85
+ },
86
+ "page": {
87
+ "$ref": "util.json#/$defs/page"
88
+ },
89
+ "srd": {
90
+ "$ref": "util.json#/$defs/srd"
91
+ },
92
+ "basicRules": {
93
+ "$ref": "util.json#/$defs/basicRules"
94
+ },
95
+ "data": {
96
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
97
+ "type": "object"
98
+ },
99
+ "id": {
100
+ "type": "string"
101
+ }
102
+ },
103
+ "required": [
104
+ "type"
105
+ ]
106
+ },
107
+ "entrySection": {
108
+ "type": "object",
109
+ "properties": {
110
+ "name": {
111
+ "type": "string"
112
+ },
113
+ "type": {
114
+ "type": "string",
115
+ "const": "section"
116
+ },
117
+ "source": {
118
+ "type": "string"
119
+ },
120
+ "page": {
121
+ "$ref": "util.json#/$defs/page"
122
+ },
123
+ "srd": {
124
+ "$ref": "util.json#/$defs/srd"
125
+ },
126
+ "basicRules": {
127
+ "$ref": "util.json#/$defs/basicRules"
128
+ },
129
+ "data": {
130
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
131
+ "type": "object"
132
+ },
133
+ "id": {
134
+ "type": "string"
135
+ },
136
+ "alias": {
137
+ "$ref": "util.json#/$defs/alias"
138
+ },
139
+ "entries": {
140
+ "type": "array",
141
+ "items": {
142
+ "$ref": "#"
143
+ }
144
+ },
145
+ "style": {
146
+ "type": "string"
147
+ }
148
+ },
149
+ "required": [
150
+ "type",
151
+ "entries"
152
+ ],
153
+ "additionalProperties": false
154
+ },
155
+ "entryEntries": {
156
+ "type": "object",
157
+ "properties": {
158
+ "name": {
159
+ "type": "string"
160
+ },
161
+ "type": {
162
+ "type": "string",
163
+ "const": "entries"
164
+ },
165
+ "source": {
166
+ "type": "string"
167
+ },
168
+ "page": {
169
+ "$ref": "util.json#/$defs/page"
170
+ },
171
+ "srd": {
172
+ "$ref": "util.json#/$defs/srd"
173
+ },
174
+ "basicRules": {
175
+ "$ref": "util.json#/$defs/basicRules"
176
+ },
177
+ "data": {
178
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
179
+ "type": "object"
180
+ },
181
+ "id": {
182
+ "type": "string"
183
+ },
184
+ "entries": {
185
+ "type": "array",
186
+ "items": {
187
+ "$ref": "#"
188
+ }
189
+ },
190
+ "alias": {
191
+ "$ref": "util.json#/$defs/alias"
192
+ },
193
+ "style": {
194
+ "type": "string"
195
+ }
196
+ },
197
+ "required": [
198
+ "type",
199
+ "entries"
200
+ ],
201
+ "additionalProperties": false
202
+ },
203
+ "entryQuote": {
204
+ "type": "object",
205
+ "properties": {
206
+ "name": {
207
+ "type": "string"
208
+ },
209
+ "type": {
210
+ "type": "string",
211
+ "const": "quote"
212
+ },
213
+ "source": {
214
+ "type": "string"
215
+ },
216
+ "page": {
217
+ "$ref": "util.json#/$defs/page"
218
+ },
219
+ "srd": {
220
+ "$ref": "util.json#/$defs/srd"
221
+ },
222
+ "basicRules": {
223
+ "$ref": "util.json#/$defs/basicRules"
224
+ },
225
+ "data": {
226
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
227
+ "type": "object"
228
+ },
229
+ "id": {
230
+ "type": "string"
231
+ },
232
+ "entries": {
233
+ "type": "array",
234
+ "items": {
235
+ "$ref": "#"
236
+ }
237
+ },
238
+ "by": {
239
+ "type": "string"
240
+ },
241
+ "from": {
242
+ "type": "string"
243
+ },
244
+ "skipMarks": {
245
+ "description": "If the automatically-inserted quotation marks should be skipped.",
246
+ "type": "boolean"
247
+ },
248
+ "skipItalics": {
249
+ "type": "boolean"
250
+ }
251
+ },
252
+ "required": [
253
+ "type",
254
+ "entries"
255
+ ],
256
+ "additionalProperties": false
257
+ },
258
+ "entryInlineEntries": {
259
+ "type": "object",
260
+ "properties": {
261
+ "name": {
262
+ "type": "string"
263
+ },
264
+ "type": {
265
+ "type": "string",
266
+ "const": "inline"
267
+ },
268
+ "source": {
269
+ "type": "string"
270
+ },
271
+ "page": {
272
+ "$ref": "util.json#/$defs/page"
273
+ },
274
+ "srd": {
275
+ "$ref": "util.json#/$defs/srd"
276
+ },
277
+ "basicRules": {
278
+ "$ref": "util.json#/$defs/basicRules"
279
+ },
280
+ "data": {
281
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
282
+ "type": "object"
283
+ },
284
+ "id": {
285
+ "type": "string"
286
+ },
287
+ "entries": {
288
+ "type": "array",
289
+ "items": {
290
+ "$ref": "#"
291
+ }
292
+ }
293
+ },
294
+ "required": [
295
+ "type",
296
+ "entries"
297
+ ],
298
+ "additionalProperties": false
299
+ },
300
+ "entryEntriesInlineEntries": {
301
+ "type": "object",
302
+ "properties": {
303
+ "name": {
304
+ "type": "string"
305
+ },
306
+ "type": {
307
+ "type": "string",
308
+ "const": "inlineBlock"
309
+ },
310
+ "source": {
311
+ "type": "string"
312
+ },
313
+ "page": {
314
+ "$ref": "util.json#/$defs/page"
315
+ },
316
+ "srd": {
317
+ "$ref": "util.json#/$defs/srd"
318
+ },
319
+ "basicRules": {
320
+ "$ref": "util.json#/$defs/basicRules"
321
+ },
322
+ "data": {
323
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
324
+ "type": "object"
325
+ },
326
+ "id": {
327
+ "type": "string"
328
+ },
329
+ "entries": {
330
+ "type": "array",
331
+ "items": {
332
+ "$ref": "#"
333
+ }
334
+ }
335
+ },
336
+ "required": [
337
+ "type",
338
+ "entries"
339
+ ],
340
+ "additionalProperties": false
341
+ },
342
+ "entryOptions": {
343
+ "type": "object",
344
+ "properties": {
345
+ "name": {
346
+ "type": "string"
347
+ },
348
+ "type": {
349
+ "type": "string",
350
+ "const": "options"
351
+ },
352
+ "source": {
353
+ "type": "string"
354
+ },
355
+ "page": {
356
+ "$ref": "util.json#/$defs/page"
357
+ },
358
+ "srd": {
359
+ "$ref": "util.json#/$defs/srd"
360
+ },
361
+ "basicRules": {
362
+ "$ref": "util.json#/$defs/basicRules"
363
+ },
364
+ "data": {
365
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
366
+ "type": "object"
367
+ },
368
+ "id": {
369
+ "type": "string"
370
+ },
371
+ "count": {
372
+ "description": "Used to specify how many of the listed options can be chosen as e.g. permanent character features. Leave blank for transient choices.",
373
+ "type": "integer"
374
+ },
375
+ "style": {
376
+ "type": "string"
377
+ },
378
+ "entries": {
379
+ "type": "array",
380
+ "items": {
381
+ "$ref": "#"
382
+ }
383
+ }
384
+ },
385
+ "required": [
386
+ "type",
387
+ "entries"
388
+ ],
389
+ "additionalProperties": false
390
+ },
391
+ "entryTable": {
392
+ "type": "object",
393
+ "properties": {
394
+ "name": {
395
+ "type": "string"
396
+ },
397
+ "type": {
398
+ "type": "string",
399
+ "const": "table"
400
+ },
401
+ "source": {
402
+ "type": "string"
403
+ },
404
+ "page": {
405
+ "$ref": "util.json#/$defs/page"
406
+ },
407
+ "srd": {
408
+ "$ref": "util.json#/$defs/srd"
409
+ },
410
+ "basicRules": {
411
+ "$ref": "util.json#/$defs/basicRules"
412
+ },
413
+ "data": {
414
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
415
+ "type": "object"
416
+ },
417
+ "id": {
418
+ "type": "string"
419
+ },
420
+ "caption": {
421
+ "type": "string"
422
+ },
423
+ "isStriped": {
424
+ "type": "boolean"
425
+ },
426
+ "isNameGenerator": {
427
+ "type": "boolean",
428
+ "description": "Uses the result rolled to construct a name from multiple columns, such as Prefix, Given, Family, Suffix names etc."
429
+ },
430
+ "style": {
431
+ "type": "string"
432
+ },
433
+ "colLabels": {
434
+ "type": "array",
435
+ "items": {
436
+ "type": "string"
437
+ }
438
+ },
439
+ "colStyles": {
440
+ "type": "array",
441
+ "items": {
442
+ "type": "string"
443
+ }
444
+ },
445
+ "rowLabels": {
446
+ "type": "array",
447
+ "items": {
448
+ "type": "string"
449
+ }
450
+ },
451
+ "rowStyles": {
452
+ "type": "array",
453
+ "items": {
454
+ "type": "string"
455
+ }
456
+ },
457
+ "rows": {
458
+ "type": "array",
459
+ "items": {
460
+ "anyOf": [
461
+ {
462
+ "type": "array",
463
+ "items": {
464
+ "$ref": "#"
465
+ }
466
+ },
467
+ {
468
+ "$ref": "#/$defs/entryTableRow"
469
+ }
470
+ ]
471
+ }
472
+ },
473
+ "footnotes": {
474
+ "type": "array",
475
+ "items": {
476
+ "$ref": "#"
477
+ }
478
+ }
479
+ },
480
+ "required": [
481
+ "type",
482
+ "rows"
483
+ ],
484
+ "additionalProperties": false
485
+ },
486
+ "entryTableGroup": {
487
+ "description": "Used to group related tables together; has no effect on rendering.",
488
+ "type": "object",
489
+ "properties": {
490
+ "name": {
491
+ "type": "string"
492
+ },
493
+ "type": {
494
+ "type": "string",
495
+ "const": "tableGroup"
496
+ },
497
+ "source": {
498
+ "type": "string"
499
+ },
500
+ "page": {
501
+ "$ref": "util.json#/$defs/page"
502
+ },
503
+ "srd": {
504
+ "$ref": "util.json#/$defs/srd"
505
+ },
506
+ "basicRules": {
507
+ "$ref": "util.json#/$defs/basicRules"
508
+ },
509
+ "data": {
510
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
511
+ "type": "object"
512
+ },
513
+ "id": {
514
+ "type": "string"
515
+ },
516
+ "tables": {
517
+ "type": "array",
518
+ "items": {
519
+ "$ref": "#/$defs/entryTable"
520
+ }
521
+ }
522
+ },
523
+ "required": [
524
+ "type",
525
+ "tables"
526
+ ],
527
+ "additionalProperties": false
528
+ },
529
+ "entryTableRow": {
530
+ "type": "object",
531
+ "properties": {
532
+ "name": {
533
+ "type": "string"
534
+ },
535
+ "type": {
536
+ "type": "string",
537
+ "const": "row"
538
+ },
539
+ "source": {
540
+ "type": "string"
541
+ },
542
+ "page": {
543
+ "$ref": "util.json#/$defs/page"
544
+ },
545
+ "srd": {
546
+ "$ref": "util.json#/$defs/srd"
547
+ },
548
+ "basicRules": {
549
+ "$ref": "util.json#/$defs/basicRules"
550
+ },
551
+ "data": {
552
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
553
+ "type": "object"
554
+ },
555
+ "id": {
556
+ "type": "string"
557
+ },
558
+ "style": {
559
+ "type": "string"
560
+ },
561
+ "row": {
562
+ "type": "array",
563
+ "items": {
564
+ "$ref": "#"
565
+ }
566
+ }
567
+ },
568
+ "required": [
569
+ "type",
570
+ "row"
571
+ ],
572
+ "additionalProperties": false
573
+ },
574
+ "entryTableCell": {
575
+ "type": "object",
576
+ "properties": {
577
+ "name": {
578
+ "type": "string"
579
+ },
580
+ "type": {
581
+ "type": "string",
582
+ "const": "cell"
583
+ },
584
+ "source": {
585
+ "type": "string"
586
+ },
587
+ "page": {
588
+ "$ref": "util.json#/$defs/page"
589
+ },
590
+ "srd": {
591
+ "$ref": "util.json#/$defs/srd"
592
+ },
593
+ "basicRules": {
594
+ "$ref": "util.json#/$defs/basicRules"
595
+ },
596
+ "data": {
597
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
598
+ "type": "object"
599
+ },
600
+ "id": {
601
+ "type": "string"
602
+ },
603
+ "width": {
604
+ "type": "integer"
605
+ },
606
+ "roll": {
607
+ "oneOf": [
608
+ {
609
+ "type": "object",
610
+ "properties": {
611
+ "min": {
612
+ "type": "integer"
613
+ },
614
+ "max": {
615
+ "type": "integer"
616
+ },
617
+ "pad": {
618
+ "type": "boolean"
619
+ }
620
+ },
621
+ "required": [
622
+ "min",
623
+ "max"
624
+ ],
625
+ "additionalProperties": false
626
+ },
627
+ {
628
+ "type": "object",
629
+ "properties": {
630
+ "exact": {
631
+ "type": "integer"
632
+ },
633
+ "pad": {
634
+ "type": "boolean"
635
+ }
636
+ },
637
+ "required": [
638
+ "exact"
639
+ ],
640
+ "additionalProperties": false
641
+ }
642
+ ]
643
+ },
644
+ "entry": {
645
+ "$ref": "#"
646
+ }
647
+ },
648
+ "required": [
649
+ "type"
650
+ ],
651
+ "additionalProperties": false
652
+ },
653
+ "entryList": {
654
+ "type": "object",
655
+ "properties": {
656
+ "name": {
657
+ "type": "string"
658
+ },
659
+ "type": {
660
+ "type": "string",
661
+ "const": "list"
662
+ },
663
+ "source": {
664
+ "type": "string"
665
+ },
666
+ "page": {
667
+ "$ref": "util.json#/$defs/page"
668
+ },
669
+ "srd": {
670
+ "$ref": "util.json#/$defs/srd"
671
+ },
672
+ "basicRules": {
673
+ "$ref": "util.json#/$defs/basicRules"
674
+ },
675
+ "data": {
676
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
677
+ "type": "object"
678
+ },
679
+ "id": {
680
+ "type": "string"
681
+ },
682
+ "columns": {
683
+ "description": "Number of columns the content should be split into. Note that the full value is only displayed on wide screens, and screens below certain widths will see an appropriately reduced number of columns.",
684
+ "type": "integer"
685
+ },
686
+ "style": {
687
+ "type": "string",
688
+ "description": "Formatting to be applied to the list; not providing a style results in a simple bullet point list.\n list-decimal: decimal numbering 1. 2. 3. etc \n list-hang: a list with the bullets removed and a full indentation \n list-hang-notitle: a list with no bullets that indents all lines but the first\n list-lower-roman: lowercase roman numeral numbering i, ii, iii, iv, etc.\n list-name: a bulleted list with all text in bold\n list-no-bullets: a list with the bullets removed and reduced indentation",
689
+ "enum": [
690
+ "list-decimal",
691
+ "list-hang",
692
+ "list-hang-notitle",
693
+ "list-lower-roman",
694
+ "list-name",
695
+ "list-no-bullets"
696
+ ]
697
+ },
698
+ "items": {
699
+ "type": "array",
700
+ "items": {
701
+ "$ref": "#"
702
+ }
703
+ }
704
+ },
705
+ "required": [
706
+ "type",
707
+ "items"
708
+ ],
709
+ "additionalProperties": false
710
+ },
711
+ "entryBonus": {
712
+ "type": "object",
713
+ "properties": {
714
+ "name": {
715
+ "type": "string"
716
+ },
717
+ "type": {
718
+ "type": "string",
719
+ "const": "bonus"
720
+ },
721
+ "source": {
722
+ "type": "string"
723
+ },
724
+ "page": {
725
+ "$ref": "util.json#/$defs/page"
726
+ },
727
+ "srd": {
728
+ "$ref": "util.json#/$defs/srd"
729
+ },
730
+ "basicRules": {
731
+ "$ref": "util.json#/$defs/basicRules"
732
+ },
733
+ "data": {
734
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
735
+ "type": "object"
736
+ },
737
+ "id": {
738
+ "type": "string"
739
+ },
740
+ "value": {
741
+ "type": "integer"
742
+ }
743
+ },
744
+ "required": [
745
+ "type",
746
+ "value"
747
+ ],
748
+ "additionalProperties": false
749
+ },
750
+ "entryBonusSpeed": {
751
+ "type": "object",
752
+ "properties": {
753
+ "name": {
754
+ "type": "string"
755
+ },
756
+ "type": {
757
+ "type": "string",
758
+ "const": "bonusSpeed"
759
+ },
760
+ "source": {
761
+ "type": "string"
762
+ },
763
+ "page": {
764
+ "$ref": "util.json#/$defs/page"
765
+ },
766
+ "srd": {
767
+ "$ref": "util.json#/$defs/srd"
768
+ },
769
+ "basicRules": {
770
+ "$ref": "util.json#/$defs/basicRules"
771
+ },
772
+ "data": {
773
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
774
+ "type": "object"
775
+ },
776
+ "id": {
777
+ "type": "string"
778
+ },
779
+ "value": {
780
+ "type": "integer"
781
+ }
782
+ },
783
+ "required": [
784
+ "type",
785
+ "value"
786
+ ],
787
+ "additionalProperties": false
788
+ },
789
+ "entryDice": {
790
+ "type": "object",
791
+ "properties": {
792
+ "name": {
793
+ "type": "string"
794
+ },
795
+ "type": {
796
+ "type": "string",
797
+ "const": "dice"
798
+ },
799
+ "source": {
800
+ "type": "string"
801
+ },
802
+ "page": {
803
+ "$ref": "util.json#/$defs/page"
804
+ },
805
+ "srd": {
806
+ "$ref": "util.json#/$defs/srd"
807
+ },
808
+ "basicRules": {
809
+ "$ref": "util.json#/$defs/basicRules"
810
+ },
811
+ "data": {
812
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
813
+ "type": "object"
814
+ },
815
+ "id": {
816
+ "type": "string"
817
+ },
818
+ "toRoll": {
819
+ "type": "array",
820
+ "items": {
821
+ "type": "object",
822
+ "properties": {
823
+ "number": {
824
+ "type": "integer"
825
+ },
826
+ "faces": {
827
+ "type": "integer"
828
+ },
829
+ "modifier": {
830
+ "description": "(Warning: unused)",
831
+ "type": "integer"
832
+ },
833
+ "hideModifier": {
834
+ "description": "(Warning: unused)",
835
+ "type": "boolean"
836
+ }
837
+ },
838
+ "required": [
839
+ "number",
840
+ "faces"
841
+ ]
842
+ }
843
+ },
844
+ "rollable": {
845
+ "type": "boolean"
846
+ }
847
+ },
848
+ "required": [
849
+ "type"
850
+ ],
851
+ "additionalProperties": false
852
+ },
853
+ "entryAbilityDc": {
854
+ "type": "object",
855
+ "properties": {
856
+ "name": {
857
+ "type": "string"
858
+ },
859
+ "type": {
860
+ "type": "string",
861
+ "const": "abilityDc"
862
+ },
863
+ "source": {
864
+ "type": "string"
865
+ },
866
+ "page": {
867
+ "$ref": "util.json#/$defs/page"
868
+ },
869
+ "srd": {
870
+ "$ref": "util.json#/$defs/srd"
871
+ },
872
+ "basicRules": {
873
+ "$ref": "util.json#/$defs/basicRules"
874
+ },
875
+ "data": {
876
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
877
+ "type": "object"
878
+ },
879
+ "id": {
880
+ "type": "string"
881
+ },
882
+ "attributes": {
883
+ "type": "array",
884
+ "items": {
885
+ "type": "string",
886
+ "enum": [
887
+ "str",
888
+ "dex",
889
+ "con",
890
+ "int",
891
+ "wis",
892
+ "cha",
893
+ "spellcasting"
894
+ ]
895
+ }
896
+ }
897
+ },
898
+ "required": [
899
+ "type",
900
+ "name",
901
+ "attributes"
902
+ ],
903
+ "additionalProperties": false
904
+ },
905
+ "entryAbilityAttackMod": {
906
+ "type": "object",
907
+ "properties": {
908
+ "name": {
909
+ "type": "string"
910
+ },
911
+ "type": {
912
+ "type": "string",
913
+ "const": "abilityAttackMod"
914
+ },
915
+ "source": {
916
+ "type": "string"
917
+ },
918
+ "page": {
919
+ "$ref": "util.json#/$defs/page"
920
+ },
921
+ "srd": {
922
+ "$ref": "util.json#/$defs/srd"
923
+ },
924
+ "basicRules": {
925
+ "$ref": "util.json#/$defs/basicRules"
926
+ },
927
+ "data": {
928
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
929
+ "type": "object"
930
+ },
931
+ "id": {
932
+ "type": "string"
933
+ },
934
+ "attributes": {
935
+ "type": "array",
936
+ "items": {
937
+ "type": "string",
938
+ "enum": [
939
+ "str",
940
+ "dex",
941
+ "con",
942
+ "int",
943
+ "wis",
944
+ "cha",
945
+ "spellcasting"
946
+ ]
947
+ }
948
+ }
949
+ },
950
+ "required": [
951
+ "type",
952
+ "name",
953
+ "attributes"
954
+ ],
955
+ "additionalProperties": false
956
+ },
957
+ "abilityGeneric": {
958
+ "type": "object",
959
+ "properties": {
960
+ "name": {
961
+ "type": "string"
962
+ },
963
+ "type": {
964
+ "type": "string",
965
+ "const": "abilityGeneric"
966
+ },
967
+ "source": {
968
+ "type": "string"
969
+ },
970
+ "page": {
971
+ "$ref": "util.json#/$defs/page"
972
+ },
973
+ "srd": {
974
+ "$ref": "util.json#/$defs/srd"
975
+ },
976
+ "basicRules": {
977
+ "$ref": "util.json#/$defs/basicRules"
978
+ },
979
+ "data": {
980
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
981
+ "type": "object"
982
+ },
983
+ "id": {
984
+ "type": "string"
985
+ },
986
+ "text": {
987
+ "type": "string"
988
+ },
989
+ "attributes": {
990
+ "type": "array",
991
+ "items": {
992
+ "type": "string",
993
+ "enum": [
994
+ "str",
995
+ "dex",
996
+ "con",
997
+ "int",
998
+ "wis",
999
+ "cha"
1000
+ ]
1001
+ }
1002
+ }
1003
+ },
1004
+ "required": [
1005
+ "type",
1006
+ "text"
1007
+ ],
1008
+ "additionalProperties": false
1009
+ },
1010
+ "entryLink": {
1011
+ "type": "object",
1012
+ "properties": {
1013
+ "name": {
1014
+ "type": "string"
1015
+ },
1016
+ "type": {
1017
+ "type": "string",
1018
+ "const": "link"
1019
+ },
1020
+ "source": {
1021
+ "type": "string"
1022
+ },
1023
+ "page": {
1024
+ "$ref": "util.json#/$defs/page"
1025
+ },
1026
+ "srd": {
1027
+ "$ref": "util.json#/$defs/srd"
1028
+ },
1029
+ "basicRules": {
1030
+ "$ref": "util.json#/$defs/basicRules"
1031
+ },
1032
+ "data": {
1033
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1034
+ "type": "object"
1035
+ },
1036
+ "id": {
1037
+ "type": "string"
1038
+ },
1039
+ "text": {
1040
+ "type": "string"
1041
+ },
1042
+ "href": {
1043
+ "oneOf": [
1044
+ {
1045
+ "type": "object",
1046
+ "properties": {
1047
+ "type": {
1048
+ "const": "internal"
1049
+ },
1050
+ "path": {
1051
+ "type": "string"
1052
+ },
1053
+ "hash": {
1054
+ "type": "string"
1055
+ },
1056
+ "hashPreEncoded": {
1057
+ "type": "boolean"
1058
+ },
1059
+ "subhashes": {
1060
+ "type": "array",
1061
+ "items": {
1062
+ "oneOf": [
1063
+ {
1064
+ "type": "object",
1065
+ "properties": {
1066
+ "key": {
1067
+ "type": "string"
1068
+ },
1069
+ "values": {
1070
+ "type": "array",
1071
+ "items": {
1072
+ "type": "string"
1073
+ }
1074
+ },
1075
+ "preEncoded": {
1076
+ "type": "boolean"
1077
+ }
1078
+ },
1079
+ "required": [
1080
+ "key",
1081
+ "values"
1082
+ ],
1083
+ "additionalProperties": false
1084
+ },
1085
+ {
1086
+ "type": "object",
1087
+ "properties": {
1088
+ "key": {
1089
+ "type": "string"
1090
+ },
1091
+ "value": {
1092
+ "type": "string"
1093
+ },
1094
+ "preEncoded": {
1095
+ "type": "boolean"
1096
+ }
1097
+ },
1098
+ "required": [
1099
+ "key",
1100
+ "value"
1101
+ ],
1102
+ "additionalProperties": false
1103
+ }
1104
+ ]
1105
+ }
1106
+ },
1107
+ "hover": {
1108
+ "type": "object",
1109
+ "properties": {
1110
+ "page": {
1111
+ "$ref": "util.json#/$defs/page"
1112
+ },
1113
+ "source": {
1114
+ "type": "string"
1115
+ },
1116
+ "hash": {
1117
+ "description": "Optional; overrides the href hash for hover handlers.",
1118
+ "type": "string"
1119
+ },
1120
+ "hashPreEncoded": {
1121
+ "type": "boolean"
1122
+ }
1123
+ },
1124
+ "additionalProperties": false,
1125
+ "required": [
1126
+ "page",
1127
+ "source"
1128
+ ]
1129
+ }
1130
+ },
1131
+ "required": [
1132
+ "path"
1133
+ ],
1134
+ "additionalProperties": false
1135
+ },
1136
+ {
1137
+ "type": "object",
1138
+ "properties": {
1139
+ "type": {
1140
+ "const": "external"
1141
+ },
1142
+ "url": {
1143
+ "$ref": "util.json#/$defs/url"
1144
+ }
1145
+ },
1146
+ "required": [
1147
+ "url"
1148
+ ],
1149
+ "additionalProperties": false
1150
+ }
1151
+ ]
1152
+ }
1153
+ },
1154
+ "required": [
1155
+ "type",
1156
+ "text",
1157
+ "href"
1158
+ ],
1159
+ "additionalProperties": false
1160
+ },
1161
+ "entryOptFeature": {
1162
+ "description": "For e.g. Eldritch Invocations which require prerequisite text",
1163
+ "type": "object",
1164
+ "properties": {
1165
+ "name": {
1166
+ "type": "string"
1167
+ },
1168
+ "type": {
1169
+ "type": "string",
1170
+ "const": "optfeature"
1171
+ },
1172
+ "source": {
1173
+ "type": "string"
1174
+ },
1175
+ "page": {
1176
+ "$ref": "util.json#/$defs/page"
1177
+ },
1178
+ "srd": {
1179
+ "$ref": "util.json#/$defs/srd"
1180
+ },
1181
+ "basicRules": {
1182
+ "$ref": "util.json#/$defs/basicRules"
1183
+ },
1184
+ "data": {
1185
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1186
+ "type": "object"
1187
+ },
1188
+ "id": {
1189
+ "type": "string"
1190
+ },
1191
+ "prerequisite": {
1192
+ "type": "string"
1193
+ },
1194
+ "entries": {
1195
+ "type": "array",
1196
+ "items": {
1197
+ "$ref": "#"
1198
+ }
1199
+ }
1200
+ },
1201
+ "required": [
1202
+ "type",
1203
+ "name"
1204
+ ],
1205
+ "additionalProperties": false
1206
+ },
1207
+ "entryInset": {
1208
+ "type": "object",
1209
+ "properties": {
1210
+ "name": {
1211
+ "type": "string"
1212
+ },
1213
+ "type": {
1214
+ "type": "string",
1215
+ "const": "inset"
1216
+ },
1217
+ "source": {
1218
+ "type": "string"
1219
+ },
1220
+ "page": {
1221
+ "$ref": "util.json#/$defs/page"
1222
+ },
1223
+ "srd": {
1224
+ "$ref": "util.json#/$defs/srd"
1225
+ },
1226
+ "basicRules": {
1227
+ "$ref": "util.json#/$defs/basicRules"
1228
+ },
1229
+ "data": {
1230
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1231
+ "type": "object"
1232
+ },
1233
+ "id": {
1234
+ "type": "string"
1235
+ },
1236
+ "entries": {
1237
+ "type": "array",
1238
+ "items": {
1239
+ "$ref": "#"
1240
+ }
1241
+ },
1242
+ "style": {
1243
+ "type": "string"
1244
+ }
1245
+ },
1246
+ "required": [
1247
+ "type",
1248
+ "entries"
1249
+ ],
1250
+ "additionalProperties": false
1251
+ },
1252
+ "entryInsetReadaloud": {
1253
+ "type": "object",
1254
+ "properties": {
1255
+ "name": {
1256
+ "type": "string"
1257
+ },
1258
+ "type": {
1259
+ "type": "string",
1260
+ "const": "insetReadaloud"
1261
+ },
1262
+ "source": {
1263
+ "type": "string"
1264
+ },
1265
+ "page": {
1266
+ "$ref": "util.json#/$defs/page"
1267
+ },
1268
+ "srd": {
1269
+ "$ref": "util.json#/$defs/srd"
1270
+ },
1271
+ "basicRules": {
1272
+ "$ref": "util.json#/$defs/basicRules"
1273
+ },
1274
+ "data": {
1275
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1276
+ "type": "object"
1277
+ },
1278
+ "id": {
1279
+ "type": "string"
1280
+ },
1281
+ "entries": {
1282
+ "type": "array",
1283
+ "items": {
1284
+ "$ref": "#"
1285
+ }
1286
+ },
1287
+ "style": {
1288
+ "type": "string"
1289
+ }
1290
+ },
1291
+ "required": [
1292
+ "type",
1293
+ "entries"
1294
+ ],
1295
+ "additionalProperties": false
1296
+ },
1297
+ "entryVariant": {
1298
+ "type": "object",
1299
+ "properties": {
1300
+ "name": {
1301
+ "type": "string"
1302
+ },
1303
+ "type": {
1304
+ "type": "string",
1305
+ "const": "variant"
1306
+ },
1307
+ "source": {
1308
+ "type": "string"
1309
+ },
1310
+ "page": {
1311
+ "$ref": "util.json#/$defs/page"
1312
+ },
1313
+ "srd": {
1314
+ "$ref": "util.json#/$defs/srd"
1315
+ },
1316
+ "basicRules": {
1317
+ "$ref": "util.json#/$defs/basicRules"
1318
+ },
1319
+ "data": {
1320
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1321
+ "type": "object"
1322
+ },
1323
+ "id": {
1324
+ "type": "string"
1325
+ },
1326
+ "entries": {
1327
+ "type": "array",
1328
+ "items": {
1329
+ "$ref": "#"
1330
+ }
1331
+ }
1332
+ },
1333
+ "required": [
1334
+ "type",
1335
+ "name",
1336
+ "entries"
1337
+ ],
1338
+ "additionalProperties": false
1339
+ },
1340
+ "entryVariantInner": {
1341
+ "type": "object",
1342
+ "properties": {
1343
+ "name": {
1344
+ "type": "string"
1345
+ },
1346
+ "type": {
1347
+ "type": "string",
1348
+ "const": "variantInner"
1349
+ },
1350
+ "source": {
1351
+ "type": "string"
1352
+ },
1353
+ "page": {
1354
+ "$ref": "util.json#/$defs/page"
1355
+ },
1356
+ "srd": {
1357
+ "$ref": "util.json#/$defs/srd"
1358
+ },
1359
+ "basicRules": {
1360
+ "$ref": "util.json#/$defs/basicRules"
1361
+ },
1362
+ "data": {
1363
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1364
+ "type": "object"
1365
+ },
1366
+ "id": {
1367
+ "type": "string"
1368
+ },
1369
+ "entries": {
1370
+ "type": "array",
1371
+ "items": {
1372
+ "$ref": "#"
1373
+ }
1374
+ }
1375
+ },
1376
+ "required": [
1377
+ "type",
1378
+ "name",
1379
+ "entries"
1380
+ ],
1381
+ "additionalProperties": false
1382
+ },
1383
+ "entryVariantSub": {
1384
+ "type": "object",
1385
+ "properties": {
1386
+ "name": {
1387
+ "type": "string"
1388
+ },
1389
+ "type": {
1390
+ "type": "string",
1391
+ "const": "variantSub"
1392
+ },
1393
+ "source": {
1394
+ "type": "string"
1395
+ },
1396
+ "page": {
1397
+ "$ref": "util.json#/$defs/page"
1398
+ },
1399
+ "srd": {
1400
+ "$ref": "util.json#/$defs/srd"
1401
+ },
1402
+ "basicRules": {
1403
+ "$ref": "util.json#/$defs/basicRules"
1404
+ },
1405
+ "data": {
1406
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1407
+ "type": "object"
1408
+ },
1409
+ "id": {
1410
+ "type": "string"
1411
+ },
1412
+ "entries": {
1413
+ "type": "array",
1414
+ "items": {
1415
+ "$ref": "#"
1416
+ }
1417
+ }
1418
+ },
1419
+ "required": [
1420
+ "type",
1421
+ "name",
1422
+ "entries"
1423
+ ],
1424
+ "additionalProperties": false
1425
+ },
1426
+ "entryItem": {
1427
+ "oneOf": [
1428
+ {
1429
+ "type": "object",
1430
+ "properties": {
1431
+ "name": {
1432
+ "type": "string"
1433
+ },
1434
+ "type": {
1435
+ "type": "string",
1436
+ "const": "item"
1437
+ },
1438
+ "source": {
1439
+ "type": "string"
1440
+ },
1441
+ "page": {
1442
+ "$ref": "util.json#/$defs/page"
1443
+ },
1444
+ "srd": {
1445
+ "$ref": "util.json#/$defs/srd"
1446
+ },
1447
+ "basicRules": {
1448
+ "$ref": "util.json#/$defs/basicRules"
1449
+ },
1450
+ "data": {
1451
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1452
+ "type": "object"
1453
+ },
1454
+ "id": {
1455
+ "type": "string"
1456
+ },
1457
+ "style": {
1458
+ "type": "string"
1459
+ },
1460
+ "entry": {
1461
+ "$ref": "#"
1462
+ },
1463
+ "nameDot": {
1464
+ "const": false
1465
+ }
1466
+ },
1467
+ "required": [
1468
+ "type",
1469
+ "entry"
1470
+ ],
1471
+ "additionalProperties": false
1472
+ },
1473
+ {
1474
+ "type": "object",
1475
+ "properties": {
1476
+ "name": {
1477
+ "type": "string"
1478
+ },
1479
+ "type": {
1480
+ "type": "string",
1481
+ "const": "item"
1482
+ },
1483
+ "source": {
1484
+ "type": "string"
1485
+ },
1486
+ "page": {
1487
+ "$ref": "util.json#/$defs/page"
1488
+ },
1489
+ "srd": {
1490
+ "$ref": "util.json#/$defs/srd"
1491
+ },
1492
+ "basicRules": {
1493
+ "$ref": "util.json#/$defs/basicRules"
1494
+ },
1495
+ "data": {
1496
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1497
+ "type": "object"
1498
+ },
1499
+ "id": {
1500
+ "type": "string"
1501
+ },
1502
+ "style": {
1503
+ "type": "string"
1504
+ },
1505
+ "entries": {
1506
+ "type": "array",
1507
+ "items": {
1508
+ "$ref": "#"
1509
+ }
1510
+ },
1511
+ "nameDot": {
1512
+ "const": false
1513
+ }
1514
+ },
1515
+ "required": [
1516
+ "type",
1517
+ "entries"
1518
+ ],
1519
+ "additionalProperties": false
1520
+ }
1521
+ ]
1522
+ },
1523
+ "entryItemSub": {
1524
+ "type": "object",
1525
+ "properties": {
1526
+ "name": {
1527
+ "type": "string"
1528
+ },
1529
+ "type": {
1530
+ "type": "string",
1531
+ "const": "itemSub"
1532
+ },
1533
+ "source": {
1534
+ "type": "string"
1535
+ },
1536
+ "page": {
1537
+ "$ref": "util.json#/$defs/page"
1538
+ },
1539
+ "srd": {
1540
+ "$ref": "util.json#/$defs/srd"
1541
+ },
1542
+ "basicRules": {
1543
+ "$ref": "util.json#/$defs/basicRules"
1544
+ },
1545
+ "data": {
1546
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1547
+ "type": "object"
1548
+ },
1549
+ "id": {
1550
+ "type": "string"
1551
+ },
1552
+ "entry": {
1553
+ "$ref": "#"
1554
+ },
1555
+ "nameDot": {
1556
+ "const": false
1557
+ }
1558
+ },
1559
+ "required": [
1560
+ "type",
1561
+ "name",
1562
+ "entry"
1563
+ ],
1564
+ "additionalProperties": false
1565
+ },
1566
+ "entryItemSpell": {
1567
+ "type": "object",
1568
+ "properties": {
1569
+ "name": {
1570
+ "type": "string"
1571
+ },
1572
+ "type": {
1573
+ "type": "string",
1574
+ "const": "itemSpell"
1575
+ },
1576
+ "source": {
1577
+ "type": "string"
1578
+ },
1579
+ "page": {
1580
+ "$ref": "util.json#/$defs/page"
1581
+ },
1582
+ "srd": {
1583
+ "$ref": "util.json#/$defs/srd"
1584
+ },
1585
+ "basicRules": {
1586
+ "$ref": "util.json#/$defs/basicRules"
1587
+ },
1588
+ "data": {
1589
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1590
+ "type": "object"
1591
+ },
1592
+ "id": {
1593
+ "type": "string"
1594
+ },
1595
+ "entry": {
1596
+ "$ref": "#"
1597
+ }
1598
+ },
1599
+ "required": [
1600
+ "type",
1601
+ "name",
1602
+ "entry"
1603
+ ],
1604
+ "additionalProperties": false
1605
+ },
1606
+ "entryImage": {
1607
+ "type": "object",
1608
+ "properties": {
1609
+ "name": {
1610
+ "type": "string"
1611
+ },
1612
+ "type": {
1613
+ "type": "string",
1614
+ "const": "image"
1615
+ },
1616
+ "source": {
1617
+ "type": "string"
1618
+ },
1619
+ "page": {
1620
+ "$ref": "util.json#/$defs/page"
1621
+ },
1622
+ "srd": {
1623
+ "$ref": "util.json#/$defs/srd"
1624
+ },
1625
+ "basicRules": {
1626
+ "$ref": "util.json#/$defs/basicRules"
1627
+ },
1628
+ "data": {
1629
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1630
+ "type": "object"
1631
+ },
1632
+ "id": {
1633
+ "type": "string"
1634
+ },
1635
+ "href": {
1636
+ "$ref": "#/$defs/mediaHref"
1637
+ },
1638
+ "hrefThumbnail": {
1639
+ "title": "A thumbnail image used in rare cases, e.g. when loading a wall of maps to choose from in the DM Screen.",
1640
+ "$ref": "#/$defs/mediaHref"
1641
+ },
1642
+ "title": {
1643
+ "type": "string"
1644
+ },
1645
+ "altText": {
1646
+ "description": "For accessibility purposes",
1647
+ "type": "string"
1648
+ },
1649
+ "imageType": {
1650
+ "type": "string",
1651
+ "enum": [
1652
+ "map",
1653
+ "mapPlayer"
1654
+ ]
1655
+ },
1656
+ "grid": {
1657
+ "type": "object",
1658
+ "properties": {
1659
+ "type": {
1660
+ "type": "string",
1661
+ "enum": [
1662
+ "none",
1663
+ "square",
1664
+ "hexRowsOdd",
1665
+ "hexRowsEven",
1666
+ "hexColsOdd",
1667
+ "hexColsEven"
1668
+ ]
1669
+ },
1670
+ "size": {
1671
+ "type": "integer"
1672
+ },
1673
+ "offsetX": {
1674
+ "type": "integer"
1675
+ },
1676
+ "offsetY": {
1677
+ "type": "integer"
1678
+ },
1679
+ "scale": {
1680
+ "description": "Map image scaling. Where possible, avoid using this, and use size/offset instead.",
1681
+ "type": "number"
1682
+ }
1683
+ },
1684
+ "additionalProperties": false
1685
+ },
1686
+ "mapRegions": {
1687
+ "type": "array",
1688
+ "items": {
1689
+ "type": "object",
1690
+ "properties": {
1691
+ "area": {
1692
+ "type": "string"
1693
+ },
1694
+ "points": {
1695
+ "type": "array",
1696
+ "items": {
1697
+ "type": "array",
1698
+ "items": {
1699
+ "type": "integer"
1700
+ },
1701
+ "maxItems": 2,
1702
+ "minItems": 2
1703
+ },
1704
+ "uniqueItems": true
1705
+ }
1706
+ },
1707
+ "additionalProperties": false
1708
+ }
1709
+ },
1710
+ "mapParent": {
1711
+ "description": "Note that the order of transformations is: scale, then offset.",
1712
+ "type": "object",
1713
+ "properties": {
1714
+ "id": {
1715
+ "type": "string"
1716
+ },
1717
+ "offsetX": {
1718
+ "description": "The X position of this map within the parent map. Defaults to 0.",
1719
+ "type": "integer"
1720
+ },
1721
+ "offsetY": {
1722
+ "description": "The Y position of this map within the parent map. Defaults to 0.",
1723
+ "type": "integer"
1724
+ },
1725
+ "scaleX": {
1726
+ "description": "X scaling required for this map to match the parent map. Defaults to 1.",
1727
+ "type": "number",
1728
+ "exclusiveMinimum": 0
1729
+ },
1730
+ "scaleY": {
1731
+ "description": "Y scaling required for this map to match the parent map. Defaults to 1.",
1732
+ "type": "number",
1733
+ "exclusiveMinimum": 0
1734
+ },
1735
+ "autoScale": {
1736
+ "description": "If the X/Y scaling for this map should be based on the size ratio between the two. This is often used a placeholder for maps requiring future manual adjustment.",
1737
+ "type": "boolean"
1738
+ }
1739
+ },
1740
+ "additionalProperties": false
1741
+ },
1742
+ "mapName": {
1743
+ "type": "string"
1744
+ },
1745
+ "width": {
1746
+ "type": "integer"
1747
+ },
1748
+ "height": {
1749
+ "type": "integer"
1750
+ },
1751
+ "maxWidth": {
1752
+ "description": "Specify the max desired display width of the images, as opposed to \"width\" which should only be used for the _real_ width. Assumes pixels by default.",
1753
+ "type": "integer"
1754
+ },
1755
+ "maxHeight": {
1756
+ "description": "As per \"maxWidth\"",
1757
+ "type": "integer"
1758
+ },
1759
+ "maxWidthUnits": {
1760
+ "type": "string"
1761
+ },
1762
+ "maxHeightUnits": {
1763
+ "type": "string"
1764
+ },
1765
+ "style": {
1766
+ "enum": [
1767
+ "comic-speaker-left",
1768
+ "comic-speaker-right",
1769
+ "deity-symbol"
1770
+ ]
1771
+ }
1772
+ },
1773
+ "required": [
1774
+ "type",
1775
+ "href"
1776
+ ],
1777
+ "additionalProperties": false
1778
+ },
1779
+ "entryGallery": {
1780
+ "type": "object",
1781
+ "properties": {
1782
+ "name": {
1783
+ "type": "string"
1784
+ },
1785
+ "type": {
1786
+ "type": "string",
1787
+ "const": "gallery"
1788
+ },
1789
+ "source": {
1790
+ "type": "string"
1791
+ },
1792
+ "page": {
1793
+ "$ref": "util.json#/$defs/page"
1794
+ },
1795
+ "srd": {
1796
+ "$ref": "util.json#/$defs/srd"
1797
+ },
1798
+ "basicRules": {
1799
+ "$ref": "util.json#/$defs/basicRules"
1800
+ },
1801
+ "data": {
1802
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1803
+ "type": "object"
1804
+ },
1805
+ "id": {
1806
+ "type": "string"
1807
+ },
1808
+ "images": {
1809
+ "type": "array",
1810
+ "items": {
1811
+ "$ref": "#/$defs/entryImage"
1812
+ }
1813
+ }
1814
+ },
1815
+ "required": [
1816
+ "type",
1817
+ "images"
1818
+ ],
1819
+ "additionalProperties": false
1820
+ },
1821
+ "entryActions": {
1822
+ "type": "object",
1823
+ "properties": {
1824
+ "name": {
1825
+ "type": "string"
1826
+ },
1827
+ "type": {
1828
+ "type": "string",
1829
+ "const": "actions"
1830
+ },
1831
+ "source": {
1832
+ "type": "string"
1833
+ },
1834
+ "page": {
1835
+ "$ref": "util.json#/$defs/page"
1836
+ },
1837
+ "srd": {
1838
+ "$ref": "util.json#/$defs/srd"
1839
+ },
1840
+ "basicRules": {
1841
+ "$ref": "util.json#/$defs/basicRules"
1842
+ },
1843
+ "data": {
1844
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1845
+ "type": "object"
1846
+ },
1847
+ "id": {
1848
+ "type": "string"
1849
+ },
1850
+ "entries": {
1851
+ "type": "array",
1852
+ "items": {
1853
+ "$ref": "#"
1854
+ }
1855
+ }
1856
+ },
1857
+ "required": [
1858
+ "type",
1859
+ "name",
1860
+ "entries"
1861
+ ],
1862
+ "additionalProperties": false
1863
+ },
1864
+ "entryAttack": {
1865
+ "type": "object",
1866
+ "properties": {
1867
+ "name": {
1868
+ "type": "string"
1869
+ },
1870
+ "type": {
1871
+ "type": "string",
1872
+ "const": "attack"
1873
+ },
1874
+ "source": {
1875
+ "type": "string"
1876
+ },
1877
+ "page": {
1878
+ "$ref": "util.json#/$defs/page"
1879
+ },
1880
+ "srd": {
1881
+ "$ref": "util.json#/$defs/srd"
1882
+ },
1883
+ "basicRules": {
1884
+ "$ref": "util.json#/$defs/basicRules"
1885
+ },
1886
+ "data": {
1887
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1888
+ "type": "object"
1889
+ },
1890
+ "id": {
1891
+ "type": "string"
1892
+ },
1893
+ "attackType": {
1894
+ "type": "string",
1895
+ "description": "MW: Melee Weapon\n RW: Ranged Weapon",
1896
+ "enum": [
1897
+ "MW",
1898
+ "RW"
1899
+ ]
1900
+ },
1901
+ "attackEntries": {
1902
+ "type": "array",
1903
+ "items": {
1904
+ "$ref": "#"
1905
+ }
1906
+ },
1907
+ "hitEntries": {
1908
+ "type": "array",
1909
+ "items": {
1910
+ "$ref": "#"
1911
+ }
1912
+ }
1913
+ },
1914
+ "required": [
1915
+ "type",
1916
+ "attackType",
1917
+ "attackEntries",
1918
+ "hitEntries"
1919
+ ],
1920
+ "additionalProperties": false
1921
+ },
1922
+ "entryFlowchart": {
1923
+ "type": "object",
1924
+ "properties": {
1925
+ "name": {
1926
+ "type": "string"
1927
+ },
1928
+ "type": {
1929
+ "type": "string",
1930
+ "const": "flowchart"
1931
+ },
1932
+ "source": {
1933
+ "type": "string"
1934
+ },
1935
+ "page": {
1936
+ "$ref": "util.json#/$defs/page"
1937
+ },
1938
+ "srd": {
1939
+ "$ref": "util.json#/$defs/srd"
1940
+ },
1941
+ "basicRules": {
1942
+ "$ref": "util.json#/$defs/basicRules"
1943
+ },
1944
+ "data": {
1945
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1946
+ "type": "object"
1947
+ },
1948
+ "id": {
1949
+ "type": "string"
1950
+ },
1951
+ "blocks": {
1952
+ "type": "array",
1953
+ "items": {
1954
+ "$ref": "#/$defs/entry"
1955
+ }
1956
+ }
1957
+ },
1958
+ "required": [
1959
+ "type",
1960
+ "blocks"
1961
+ ],
1962
+ "additionalProperties": false
1963
+ },
1964
+ "entryFlowBlock": {
1965
+ "type": "object",
1966
+ "properties": {
1967
+ "name": {
1968
+ "type": "string"
1969
+ },
1970
+ "type": {
1971
+ "type": "string",
1972
+ "const": "flowBlock"
1973
+ },
1974
+ "source": {
1975
+ "type": "string"
1976
+ },
1977
+ "page": {
1978
+ "$ref": "util.json#/$defs/page"
1979
+ },
1980
+ "srd": {
1981
+ "$ref": "util.json#/$defs/srd"
1982
+ },
1983
+ "basicRules": {
1984
+ "$ref": "util.json#/$defs/basicRules"
1985
+ },
1986
+ "data": {
1987
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
1988
+ "type": "object"
1989
+ },
1990
+ "id": {
1991
+ "type": "string"
1992
+ },
1993
+ "entries": {
1994
+ "type": "array",
1995
+ "items": {
1996
+ "$ref": "#/$defs/entry"
1997
+ }
1998
+ }
1999
+ },
2000
+ "required": [
2001
+ "type"
2002
+ ],
2003
+ "additionalProperties": false
2004
+ },
2005
+ "entryIngredient": {
2006
+ "type": "object",
2007
+ "properties": {
2008
+ "name": {
2009
+ "type": "string"
2010
+ },
2011
+ "type": {
2012
+ "type": "string",
2013
+ "const": "ingredient"
2014
+ },
2015
+ "source": {
2016
+ "type": "string"
2017
+ },
2018
+ "page": {
2019
+ "$ref": "util.json#/$defs/page"
2020
+ },
2021
+ "srd": {
2022
+ "$ref": "util.json#/$defs/srd"
2023
+ },
2024
+ "basicRules": {
2025
+ "$ref": "util.json#/$defs/basicRules"
2026
+ },
2027
+ "data": {
2028
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
2029
+ "type": "object"
2030
+ },
2031
+ "id": {
2032
+ "type": "string"
2033
+ },
2034
+ "entry": {
2035
+ "$ref": "#"
2036
+ }
2037
+ },
2038
+ "required": [
2039
+ "type",
2040
+ "entry"
2041
+ ],
2042
+ "patternProperties": {
2043
+ "^amount\\d+$": {
2044
+ "type": "number"
2045
+ }
2046
+ },
2047
+ "additionalProperties": false
2048
+ },
2049
+ "entryStatblockInline": {
2050
+ "anyOf": [
2051
+ {
2052
+ "type": "object",
2053
+ "properties": {
2054
+ "type": {
2055
+ "const": "statblockInline"
2056
+ },
2057
+ "dataType": {
2058
+ "const": "monster"
2059
+ },
2060
+ "data": {
2061
+ "$ref": "bestiary/bestiary.json#/$defs/creature"
2062
+ },
2063
+ "style": {
2064
+ "$ref": "#/$defs/_entryDataStyle"
2065
+ },
2066
+ "collapsed": {
2067
+ "const": true
2068
+ }
2069
+ },
2070
+ "required": [
2071
+ "type",
2072
+ "dataType",
2073
+ "data"
2074
+ ],
2075
+ "additionalProperties": false
2076
+ },
2077
+ {
2078
+ "type": "object",
2079
+ "properties": {
2080
+ "type": {
2081
+ "const": "statblockInline"
2082
+ },
2083
+ "dataType": {
2084
+ "const": "legendaryGroup"
2085
+ },
2086
+ "data": {
2087
+ "$ref": "bestiary/legendarygroups.json#/$defs/legendaryGroup"
2088
+ },
2089
+ "style": {
2090
+ "$ref": "#/$defs/_entryDataStyle"
2091
+ },
2092
+ "collapsed": {
2093
+ "const": true
2094
+ }
2095
+ },
2096
+ "required": [
2097
+ "type",
2098
+ "dataType",
2099
+ "data"
2100
+ ],
2101
+ "additionalProperties": false
2102
+ },
2103
+ {
2104
+ "type": "object",
2105
+ "properties": {
2106
+ "type": {
2107
+ "const": "statblockInline"
2108
+ },
2109
+ "dataType": {
2110
+ "const": "spell"
2111
+ },
2112
+ "data": {
2113
+ "$ref": "spells/spells.json#/$defs/spell"
2114
+ },
2115
+ "style": {
2116
+ "$ref": "#/$defs/_entryDataStyle"
2117
+ },
2118
+ "collapsed": {
2119
+ "const": true
2120
+ }
2121
+ },
2122
+ "required": [
2123
+ "type",
2124
+ "dataType",
2125
+ "data"
2126
+ ],
2127
+ "additionalProperties": false
2128
+ },
2129
+ {
2130
+ "type": "object",
2131
+ "properties": {
2132
+ "type": {
2133
+ "const": "statblockInline"
2134
+ },
2135
+ "dataType": {
2136
+ "const": "action"
2137
+ },
2138
+ "data": {
2139
+ "$ref": "actions.json#/$defs/action"
2140
+ },
2141
+ "style": {
2142
+ "$ref": "#/$defs/_entryDataStyle"
2143
+ },
2144
+ "collapsed": {
2145
+ "const": true
2146
+ }
2147
+ },
2148
+ "required": [
2149
+ "type",
2150
+ "dataType",
2151
+ "data"
2152
+ ],
2153
+ "additionalProperties": false
2154
+ },
2155
+ {
2156
+ "type": "object",
2157
+ "properties": {
2158
+ "type": {
2159
+ "const": "statblockInline"
2160
+ },
2161
+ "dataType": {
2162
+ "const": "item"
2163
+ },
2164
+ "data": {
2165
+ "$ref": "items.json#/$defs/item"
2166
+ },
2167
+ "style": {
2168
+ "$ref": "#/$defs/_entryDataStyle"
2169
+ },
2170
+ "collapsed": {
2171
+ "const": true
2172
+ }
2173
+ },
2174
+ "required": [
2175
+ "type",
2176
+ "dataType",
2177
+ "data"
2178
+ ],
2179
+ "additionalProperties": false
2180
+ },
2181
+ {
2182
+ "type": "object",
2183
+ "properties": {
2184
+ "type": {
2185
+ "const": "statblockInline"
2186
+ },
2187
+ "dataType": {
2188
+ "const": "background"
2189
+ },
2190
+ "data": {
2191
+ "$ref": "backgrounds.json#/$defs/background"
2192
+ },
2193
+ "style": {
2194
+ "$ref": "#/$defs/_entryDataStyle"
2195
+ },
2196
+ "collapsed": {
2197
+ "const": true
2198
+ }
2199
+ },
2200
+ "required": [
2201
+ "type",
2202
+ "dataType",
2203
+ "data"
2204
+ ],
2205
+ "additionalProperties": false
2206
+ },
2207
+ {
2208
+ "type": "object",
2209
+ "properties": {
2210
+ "type": {
2211
+ "const": "statblockInline"
2212
+ },
2213
+ "dataType": {
2214
+ "const": "charoption"
2215
+ },
2216
+ "data": {
2217
+ "$ref": "charcreationoptions.json#/$defs/charoption"
2218
+ },
2219
+ "style": {
2220
+ "$ref": "#/$defs/_entryDataStyle"
2221
+ },
2222
+ "collapsed": {
2223
+ "const": true
2224
+ }
2225
+ },
2226
+ "required": [
2227
+ "type",
2228
+ "dataType",
2229
+ "data"
2230
+ ],
2231
+ "additionalProperties": false
2232
+ },
2233
+ {
2234
+ "type": "object",
2235
+ "properties": {
2236
+ "type": {
2237
+ "const": "statblockInline"
2238
+ },
2239
+ "dataType": {
2240
+ "const": "condition"
2241
+ },
2242
+ "data": {
2243
+ "$ref": "conditionsdiseases.json#/$defs/conditionDisease"
2244
+ },
2245
+ "style": {
2246
+ "$ref": "#/$defs/_entryDataStyle"
2247
+ },
2248
+ "collapsed": {
2249
+ "const": true
2250
+ }
2251
+ },
2252
+ "required": [
2253
+ "type",
2254
+ "dataType",
2255
+ "data"
2256
+ ],
2257
+ "additionalProperties": false
2258
+ },
2259
+ {
2260
+ "type": "object",
2261
+ "properties": {
2262
+ "type": {
2263
+ "const": "statblockInline"
2264
+ },
2265
+ "dataType": {
2266
+ "const": "disease"
2267
+ },
2268
+ "data": {
2269
+ "$ref": "conditionsdiseases.json#/$defs/conditionDisease"
2270
+ },
2271
+ "style": {
2272
+ "$ref": "#/$defs/_entryDataStyle"
2273
+ },
2274
+ "collapsed": {
2275
+ "const": true
2276
+ }
2277
+ },
2278
+ "required": [
2279
+ "type",
2280
+ "dataType",
2281
+ "data"
2282
+ ],
2283
+ "additionalProperties": false
2284
+ },
2285
+ {
2286
+ "type": "object",
2287
+ "properties": {
2288
+ "type": {
2289
+ "const": "statblockInline"
2290
+ },
2291
+ "dataType": {
2292
+ "const": "status"
2293
+ },
2294
+ "data": {
2295
+ "$ref": "conditionsdiseases.json#/$defs/conditionDisease"
2296
+ },
2297
+ "style": {
2298
+ "$ref": "#/$defs/_entryDataStyle"
2299
+ },
2300
+ "collapsed": {
2301
+ "const": true
2302
+ }
2303
+ },
2304
+ "required": [
2305
+ "type",
2306
+ "dataType",
2307
+ "data"
2308
+ ],
2309
+ "additionalProperties": false
2310
+ },
2311
+ {
2312
+ "type": "object",
2313
+ "properties": {
2314
+ "type": {
2315
+ "const": "statblockInline"
2316
+ },
2317
+ "dataType": {
2318
+ "const": "cult"
2319
+ },
2320
+ "data": {
2321
+ "$ref": "cultsboons.json#/$defs/cult"
2322
+ },
2323
+ "style": {
2324
+ "$ref": "#/$defs/_entryDataStyle"
2325
+ },
2326
+ "collapsed": {
2327
+ "const": true
2328
+ }
2329
+ },
2330
+ "required": [
2331
+ "type",
2332
+ "dataType",
2333
+ "data"
2334
+ ],
2335
+ "additionalProperties": false
2336
+ },
2337
+ {
2338
+ "type": "object",
2339
+ "properties": {
2340
+ "type": {
2341
+ "const": "statblockInline"
2342
+ },
2343
+ "dataType": {
2344
+ "const": "boon"
2345
+ },
2346
+ "data": {
2347
+ "$ref": "cultsboons.json#/$defs/boon"
2348
+ },
2349
+ "style": {
2350
+ "$ref": "#/$defs/_entryDataStyle"
2351
+ },
2352
+ "collapsed": {
2353
+ "const": true
2354
+ }
2355
+ },
2356
+ "required": [
2357
+ "type",
2358
+ "dataType",
2359
+ "data"
2360
+ ],
2361
+ "additionalProperties": false
2362
+ },
2363
+ {
2364
+ "type": "object",
2365
+ "properties": {
2366
+ "type": {
2367
+ "const": "statblockInline"
2368
+ },
2369
+ "dataType": {
2370
+ "const": "deity"
2371
+ },
2372
+ "data": {
2373
+ "$ref": "deities.json#/$defs/deity"
2374
+ },
2375
+ "style": {
2376
+ "$ref": "#/$defs/_entryDataStyle"
2377
+ },
2378
+ "collapsed": {
2379
+ "const": true
2380
+ }
2381
+ },
2382
+ "required": [
2383
+ "type",
2384
+ "dataType",
2385
+ "data"
2386
+ ],
2387
+ "additionalProperties": false
2388
+ },
2389
+ {
2390
+ "type": "object",
2391
+ "properties": {
2392
+ "type": {
2393
+ "const": "statblockInline"
2394
+ },
2395
+ "dataType": {
2396
+ "const": "feat"
2397
+ },
2398
+ "data": {
2399
+ "$ref": "feats.json#/$defs/feat"
2400
+ },
2401
+ "style": {
2402
+ "$ref": "#/$defs/_entryDataStyle"
2403
+ },
2404
+ "collapsed": {
2405
+ "const": true
2406
+ }
2407
+ },
2408
+ "required": [
2409
+ "type",
2410
+ "dataType",
2411
+ "data"
2412
+ ],
2413
+ "additionalProperties": false
2414
+ },
2415
+ {
2416
+ "type": "object",
2417
+ "properties": {
2418
+ "type": {
2419
+ "const": "statblockInline"
2420
+ },
2421
+ "dataType": {
2422
+ "const": "language"
2423
+ },
2424
+ "data": {
2425
+ "$ref": "languages.json#/$defs/language"
2426
+ },
2427
+ "style": {
2428
+ "$ref": "#/$defs/_entryDataStyle"
2429
+ },
2430
+ "collapsed": {
2431
+ "const": true
2432
+ }
2433
+ },
2434
+ "required": [
2435
+ "type",
2436
+ "dataType",
2437
+ "data"
2438
+ ],
2439
+ "additionalProperties": false
2440
+ },
2441
+ {
2442
+ "type": "object",
2443
+ "properties": {
2444
+ "type": {
2445
+ "const": "statblockInline"
2446
+ },
2447
+ "dataType": {
2448
+ "const": "object"
2449
+ },
2450
+ "data": {
2451
+ "$ref": "objects.json#/$defs/object"
2452
+ },
2453
+ "style": {
2454
+ "$ref": "#/$defs/_entryDataStyle"
2455
+ },
2456
+ "collapsed": {
2457
+ "const": true
2458
+ }
2459
+ },
2460
+ "required": [
2461
+ "type",
2462
+ "dataType",
2463
+ "data"
2464
+ ],
2465
+ "additionalProperties": false
2466
+ },
2467
+ {
2468
+ "type": "object",
2469
+ "properties": {
2470
+ "type": {
2471
+ "const": "statblockInline"
2472
+ },
2473
+ "dataType": {
2474
+ "const": "optionalfeature"
2475
+ },
2476
+ "data": {
2477
+ "$ref": "optionalfeatures.json#/$defs/optionalfeature"
2478
+ },
2479
+ "style": {
2480
+ "$ref": "#/$defs/_entryDataStyle"
2481
+ },
2482
+ "collapsed": {
2483
+ "const": true
2484
+ }
2485
+ },
2486
+ "required": [
2487
+ "type",
2488
+ "dataType",
2489
+ "data"
2490
+ ],
2491
+ "additionalProperties": false
2492
+ },
2493
+ {
2494
+ "type": "object",
2495
+ "properties": {
2496
+ "type": {
2497
+ "const": "statblockInline"
2498
+ },
2499
+ "dataType": {
2500
+ "const": "psionic"
2501
+ },
2502
+ "data": {
2503
+ "$ref": "psionics.json#/$defs/psionic"
2504
+ },
2505
+ "style": {
2506
+ "$ref": "#/$defs/_entryDataStyle"
2507
+ },
2508
+ "collapsed": {
2509
+ "const": true
2510
+ }
2511
+ },
2512
+ "required": [
2513
+ "type",
2514
+ "dataType",
2515
+ "data"
2516
+ ],
2517
+ "additionalProperties": false
2518
+ },
2519
+ {
2520
+ "type": "object",
2521
+ "properties": {
2522
+ "type": {
2523
+ "const": "statblockInline"
2524
+ },
2525
+ "dataType": {
2526
+ "const": "race"
2527
+ },
2528
+ "data": {
2529
+ "$ref": "races.json#/$defs/race"
2530
+ },
2531
+ "style": {
2532
+ "$ref": "#/$defs/_entryDataStyle"
2533
+ },
2534
+ "collapsed": {
2535
+ "const": true
2536
+ }
2537
+ },
2538
+ "required": [
2539
+ "type",
2540
+ "dataType",
2541
+ "data"
2542
+ ],
2543
+ "additionalProperties": false
2544
+ },
2545
+ {
2546
+ "type": "object",
2547
+ "properties": {
2548
+ "type": {
2549
+ "const": "statblockInline"
2550
+ },
2551
+ "dataType": {
2552
+ "const": "recipe"
2553
+ },
2554
+ "data": {
2555
+ "$ref": "recipes.json#/$defs/recipe"
2556
+ },
2557
+ "style": {
2558
+ "$ref": "#/$defs/_entryDataStyle"
2559
+ },
2560
+ "collapsed": {
2561
+ "const": true
2562
+ }
2563
+ },
2564
+ "required": [
2565
+ "type",
2566
+ "dataType",
2567
+ "data"
2568
+ ],
2569
+ "additionalProperties": false
2570
+ },
2571
+ {
2572
+ "type": "object",
2573
+ "properties": {
2574
+ "type": {
2575
+ "const": "statblockInline"
2576
+ },
2577
+ "dataType": {
2578
+ "const": "reward"
2579
+ },
2580
+ "data": {
2581
+ "$ref": "rewards.json#/$defs/reward"
2582
+ },
2583
+ "style": {
2584
+ "$ref": "#/$defs/_entryDataStyle"
2585
+ },
2586
+ "collapsed": {
2587
+ "const": true
2588
+ }
2589
+ },
2590
+ "required": [
2591
+ "type",
2592
+ "dataType",
2593
+ "data"
2594
+ ],
2595
+ "additionalProperties": false
2596
+ },
2597
+ {
2598
+ "type": "object",
2599
+ "properties": {
2600
+ "type": {
2601
+ "const": "statblockInline"
2602
+ },
2603
+ "dataType": {
2604
+ "const": "table"
2605
+ },
2606
+ "data": {
2607
+ "$ref": "tables.json#/$defs/tableData"
2608
+ },
2609
+ "style": {
2610
+ "$ref": "#/$defs/_entryDataStyle"
2611
+ },
2612
+ "collapsed": {
2613
+ "const": true
2614
+ }
2615
+ },
2616
+ "required": [
2617
+ "type",
2618
+ "dataType",
2619
+ "data"
2620
+ ],
2621
+ "additionalProperties": false
2622
+ },
2623
+ {
2624
+ "type": "object",
2625
+ "properties": {
2626
+ "type": {
2627
+ "const": "statblockInline"
2628
+ },
2629
+ "dataType": {
2630
+ "const": "trap"
2631
+ },
2632
+ "data": {
2633
+ "$ref": "trapshazards.json#/$defs/trap"
2634
+ },
2635
+ "style": {
2636
+ "$ref": "#/$defs/_entryDataStyle"
2637
+ },
2638
+ "collapsed": {
2639
+ "const": true
2640
+ }
2641
+ },
2642
+ "required": [
2643
+ "type",
2644
+ "dataType",
2645
+ "data"
2646
+ ],
2647
+ "additionalProperties": false
2648
+ },
2649
+ {
2650
+ "type": "object",
2651
+ "properties": {
2652
+ "type": {
2653
+ "const": "statblockInline"
2654
+ },
2655
+ "dataType": {
2656
+ "const": "hazard"
2657
+ },
2658
+ "data": {
2659
+ "$ref": "trapshazards.json#/$defs/hazard"
2660
+ },
2661
+ "style": {
2662
+ "$ref": "#/$defs/_entryDataStyle"
2663
+ },
2664
+ "collapsed": {
2665
+ "const": true
2666
+ }
2667
+ },
2668
+ "required": [
2669
+ "type",
2670
+ "dataType",
2671
+ "data"
2672
+ ],
2673
+ "additionalProperties": false
2674
+ },
2675
+ {
2676
+ "type": "object",
2677
+ "properties": {
2678
+ "type": {
2679
+ "const": "statblockInline"
2680
+ },
2681
+ "dataType": {
2682
+ "const": "variantrule"
2683
+ },
2684
+ "data": {
2685
+ "$ref": "variantrules.json#/$defs/variantrule"
2686
+ },
2687
+ "style": {
2688
+ "$ref": "#/$defs/_entryDataStyle"
2689
+ },
2690
+ "collapsed": {
2691
+ "const": true
2692
+ }
2693
+ },
2694
+ "required": [
2695
+ "type",
2696
+ "dataType",
2697
+ "data"
2698
+ ],
2699
+ "additionalProperties": false
2700
+ },
2701
+ {
2702
+ "type": "object",
2703
+ "properties": {
2704
+ "type": {
2705
+ "const": "statblockInline"
2706
+ },
2707
+ "dataType": {
2708
+ "const": "vehicle"
2709
+ },
2710
+ "data": {
2711
+ "$ref": "vehicles.json#/$defs/vehicle"
2712
+ },
2713
+ "style": {
2714
+ "$ref": "#/$defs/_entryDataStyle"
2715
+ },
2716
+ "collapsed": {
2717
+ "const": true
2718
+ }
2719
+ },
2720
+ "required": [
2721
+ "type",
2722
+ "dataType",
2723
+ "data"
2724
+ ],
2725
+ "additionalProperties": false
2726
+ },
2727
+ {
2728
+ "type": "object",
2729
+ "properties": {
2730
+ "type": {
2731
+ "const": "statblockInline"
2732
+ },
2733
+ "dataType": {
2734
+ "const": "vehicleUpgrade"
2735
+ },
2736
+ "data": {
2737
+ "$ref": "vehicles.json#/$defs/vehicleUpgrade"
2738
+ },
2739
+ "style": {
2740
+ "$ref": "#/$defs/_entryDataStyle"
2741
+ },
2742
+ "collapsed": {
2743
+ "const": true
2744
+ }
2745
+ },
2746
+ "required": [
2747
+ "type",
2748
+ "dataType",
2749
+ "data"
2750
+ ],
2751
+ "additionalProperties": false
2752
+ },
2753
+ {
2754
+ "type": "object",
2755
+ "properties": {
2756
+ "type": {
2757
+ "const": "statblockInline"
2758
+ },
2759
+ "dataType": {
2760
+ "const": "skill"
2761
+ },
2762
+ "data": {
2763
+ "$ref": "skills.json#/$defs/skill"
2764
+ },
2765
+ "style": {
2766
+ "$ref": "#/$defs/_entryDataStyle"
2767
+ },
2768
+ "collapsed": {
2769
+ "const": true
2770
+ }
2771
+ },
2772
+ "required": [
2773
+ "type",
2774
+ "dataType",
2775
+ "data"
2776
+ ],
2777
+ "additionalProperties": false
2778
+ },
2779
+ {
2780
+ "type": "object",
2781
+ "properties": {
2782
+ "type": {
2783
+ "const": "statblockInline"
2784
+ },
2785
+ "dataType": {
2786
+ "const": "sense"
2787
+ },
2788
+ "data": {
2789
+ "$ref": "senses.json#/$defs/sense"
2790
+ },
2791
+ "style": {
2792
+ "$ref": "#/$defs/_entryDataStyle"
2793
+ },
2794
+ "collapsed": {
2795
+ "const": true
2796
+ }
2797
+ },
2798
+ "required": [
2799
+ "type",
2800
+ "dataType",
2801
+ "data"
2802
+ ],
2803
+ "additionalProperties": false
2804
+ }
2805
+ ]
2806
+ },
2807
+ "entryStatblock": {
2808
+ "oneOf": [
2809
+ {
2810
+ "type": "object",
2811
+ "properties": {
2812
+ "name": {
2813
+ "type": "string"
2814
+ },
2815
+ "type": {
2816
+ "type": "string",
2817
+ "const": "statblock"
2818
+ },
2819
+ "source": {
2820
+ "type": "string"
2821
+ },
2822
+ "page": {
2823
+ "$ref": "util.json#/$defs/page"
2824
+ },
2825
+ "srd": {
2826
+ "$ref": "util.json#/$defs/srd"
2827
+ },
2828
+ "basicRules": {
2829
+ "$ref": "util.json#/$defs/basicRules"
2830
+ },
2831
+ "data": {
2832
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
2833
+ "type": "object"
2834
+ },
2835
+ "id": {
2836
+ "type": "string"
2837
+ },
2838
+ "tag": {
2839
+ "$ref": "util.json#/$defs/tagNameStats"
2840
+ },
2841
+ "displayName": {
2842
+ "type": "string"
2843
+ },
2844
+ "hash": {
2845
+ "type": "string"
2846
+ },
2847
+ "style": {
2848
+ "$ref": "#/$defs/_entryDataStyle"
2849
+ },
2850
+ "collapsed": {
2851
+ "const": true
2852
+ }
2853
+ },
2854
+ "required": [
2855
+ "type",
2856
+ "tag",
2857
+ "name"
2858
+ ],
2859
+ "additionalProperties": false
2860
+ },
2861
+ {
2862
+ "type": "object",
2863
+ "properties": {
2864
+ "name": {
2865
+ "type": "string"
2866
+ },
2867
+ "type": {
2868
+ "type": "string",
2869
+ "const": "statblock"
2870
+ },
2871
+ "source": {
2872
+ "type": "string"
2873
+ },
2874
+ "page": {
2875
+ "$ref": "util.json#/$defs/page"
2876
+ },
2877
+ "srd": {
2878
+ "$ref": "util.json#/$defs/srd"
2879
+ },
2880
+ "basicRules": {
2881
+ "$ref": "util.json#/$defs/basicRules"
2882
+ },
2883
+ "data": {
2884
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
2885
+ "type": "object"
2886
+ },
2887
+ "id": {
2888
+ "type": "string"
2889
+ },
2890
+ "prop": {
2891
+ "$ref": "util.json#/$defs/propNameStats"
2892
+ },
2893
+ "displayName": {
2894
+ "type": "string"
2895
+ },
2896
+ "hash": {
2897
+ "type": "string"
2898
+ },
2899
+ "style": {
2900
+ "$ref": "#/$defs/_entryDataStyle"
2901
+ },
2902
+ "collapsed": {
2903
+ "const": true
2904
+ }
2905
+ },
2906
+ "required": [
2907
+ "type",
2908
+ "prop",
2909
+ "name",
2910
+ "source"
2911
+ ]
2912
+ }
2913
+ ]
2914
+ },
2915
+ "entryRefClassFeature": {
2916
+ "description": "For use in classes page content only.",
2917
+ "type": "object",
2918
+ "properties": {
2919
+ "type": {
2920
+ "const": "refClassFeature"
2921
+ },
2922
+ "classFeature": {
2923
+ "type": "string"
2924
+ }
2925
+ },
2926
+ "required": [
2927
+ "type",
2928
+ "classFeature"
2929
+ ]
2930
+ },
2931
+ "entryRefSubclassFeature": {
2932
+ "description": "For use in classes page content only.",
2933
+ "type": "object",
2934
+ "properties": {
2935
+ "type": {
2936
+ "const": "refSubclassFeature"
2937
+ },
2938
+ "subclassFeature": {
2939
+ "type": "string"
2940
+ }
2941
+ },
2942
+ "required": [
2943
+ "type",
2944
+ "subclassFeature"
2945
+ ]
2946
+ },
2947
+ "entryRefOptionalfeature": {
2948
+ "description": "For use in classes page content only.",
2949
+ "type": "object",
2950
+ "properties": {
2951
+ "type": {
2952
+ "const": "refOptionalfeature"
2953
+ },
2954
+ "optionalfeature": {
2955
+ "type": "string"
2956
+ },
2957
+ "name": {
2958
+ "type": "string"
2959
+ }
2960
+ },
2961
+ "required": [
2962
+ "type",
2963
+ "optionalfeature"
2964
+ ]
2965
+ },
2966
+ "entryHr": {
2967
+ "type": "object",
2968
+ "properties": {
2969
+ "type": {
2970
+ "const": "hr"
2971
+ }
2972
+ },
2973
+ "required": [
2974
+ "type"
2975
+ ]
2976
+ },
2977
+ "entrySpellcasting": {
2978
+ "type": "object",
2979
+ "properties": {
2980
+ "name": {
2981
+ "type": "string"
2982
+ },
2983
+ "type": {
2984
+ "type": "string"
2985
+ },
2986
+ "source": {
2987
+ "type": "string"
2988
+ },
2989
+ "page": {
2990
+ "$ref": "util.json#/$defs/page"
2991
+ },
2992
+ "srd": {
2993
+ "$ref": "util.json#/$defs/srd"
2994
+ },
2995
+ "basicRules": {
2996
+ "$ref": "util.json#/$defs/basicRules"
2997
+ },
2998
+ "data": {
2999
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
3000
+ "type": "object"
3001
+ },
3002
+ "id": {
3003
+ "type": "string"
3004
+ },
3005
+ "headerEntries": {
3006
+ "type": "array",
3007
+ "items": {
3008
+ "$ref": "#"
3009
+ }
3010
+ },
3011
+ "constant": {
3012
+ "$ref": "#/$defs/_arrayOfSpell"
3013
+ },
3014
+ "will": {
3015
+ "$ref": "#/$defs/_arrayOfSpell"
3016
+ },
3017
+ "ritual": {
3018
+ "$ref": "#/$defs/_arrayOfSpell"
3019
+ },
3020
+ "rest": {
3021
+ "$ref": "#/$defs/entrySpellcasting_frequency"
3022
+ },
3023
+ "daily": {
3024
+ "$ref": "#/$defs/entrySpellcasting_frequency"
3025
+ },
3026
+ "weekly": {
3027
+ "$ref": "#/$defs/entrySpellcasting_frequency"
3028
+ },
3029
+ "yearly": {
3030
+ "$ref": "#/$defs/entrySpellcasting_frequency"
3031
+ },
3032
+ "charges": {
3033
+ "$ref": "#/$defs/entrySpellcasting_frequency"
3034
+ },
3035
+ "spells": {
3036
+ "type": "object",
3037
+ "properties": {
3038
+ "0": {
3039
+ "type": "object",
3040
+ "properties": {
3041
+ "spells": {
3042
+ "type": "array",
3043
+ "uniqueItems": true,
3044
+ "items": {
3045
+ "type": "string"
3046
+ }
3047
+ }
3048
+ },
3049
+ "required": [
3050
+ "spells"
3051
+ ],
3052
+ "additionalProperties": false
3053
+ },
3054
+ "1": {
3055
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3056
+ },
3057
+ "2": {
3058
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3059
+ },
3060
+ "3": {
3061
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3062
+ },
3063
+ "4": {
3064
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3065
+ },
3066
+ "5": {
3067
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3068
+ },
3069
+ "6": {
3070
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3071
+ },
3072
+ "7": {
3073
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3074
+ },
3075
+ "8": {
3076
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3077
+ },
3078
+ "9": {
3079
+ "$ref": "#/$defs/entrySpellcasting_level1to9"
3080
+ }
3081
+ },
3082
+ "additionalProperties": false
3083
+ },
3084
+ "hidden": {
3085
+ "description": "Allows the above properties to be specified, but not rendered. Useful if e.g. a creature can only cast one spell, and this is rendered in the header line.",
3086
+ "type": "array",
3087
+ "items": {
3088
+ "type": "string",
3089
+ "enum": [
3090
+ "constant",
3091
+ "will",
3092
+ "rest",
3093
+ "daily",
3094
+ "weekly",
3095
+ "yearly",
3096
+ "ritual",
3097
+ "spells"
3098
+ ]
3099
+ }
3100
+ },
3101
+ "footerEntries": {
3102
+ "type": "array",
3103
+ "items": {
3104
+ "$ref": "#"
3105
+ }
3106
+ },
3107
+ "ability": {
3108
+ "type": "string",
3109
+ "enum": [
3110
+ "str",
3111
+ "dex",
3112
+ "con",
3113
+ "int",
3114
+ "wis",
3115
+ "cha"
3116
+ ]
3117
+ },
3118
+ "displayAs": {
3119
+ "description": "Implicitly \"trait\"",
3120
+ "type": "string",
3121
+ "enum": [
3122
+ "trait",
3123
+ "action"
3124
+ ]
3125
+ },
3126
+ "chargesItem": {
3127
+ "type": "string",
3128
+ "description": "The UID of an item which provides the charges required to cast any \"charges\" spells."
3129
+ }
3130
+ },
3131
+ "required": [
3132
+ "type",
3133
+ "name"
3134
+ ],
3135
+ "additionalProperties": false
3136
+ },
3137
+ "entrySpellcasting_level1to9": {
3138
+ "type": "object",
3139
+ "properties": {
3140
+ "lower": {
3141
+ "type": "number"
3142
+ },
3143
+ "slots": {
3144
+ "type": "number"
3145
+ },
3146
+ "spells": {
3147
+ "type": "array",
3148
+ "uniqueItems": true,
3149
+ "items": {
3150
+ "type": "string"
3151
+ }
3152
+ }
3153
+ },
3154
+ "required": [
3155
+ "spells"
3156
+ ],
3157
+ "additionalProperties": false
3158
+ },
3159
+ "entrySpellcasting_frequency": {
3160
+ "type": "object",
3161
+ "properties": {
3162
+ "1": {
3163
+ "$ref": "#/$defs/_arrayOfSpell"
3164
+ },
3165
+ "2": {
3166
+ "$ref": "#/$defs/_arrayOfSpell"
3167
+ },
3168
+ "3": {
3169
+ "$ref": "#/$defs/_arrayOfSpell"
3170
+ },
3171
+ "4": {
3172
+ "$ref": "#/$defs/_arrayOfSpell"
3173
+ },
3174
+ "5": {
3175
+ "$ref": "#/$defs/_arrayOfSpell"
3176
+ },
3177
+ "6": {
3178
+ "$ref": "#/$defs/_arrayOfSpell"
3179
+ },
3180
+ "7": {
3181
+ "$ref": "#/$defs/_arrayOfSpell"
3182
+ },
3183
+ "8": {
3184
+ "$ref": "#/$defs/_arrayOfSpell"
3185
+ },
3186
+ "9": {
3187
+ "$ref": "#/$defs/_arrayOfSpell"
3188
+ },
3189
+ "9e": {
3190
+ "$ref": "#/$defs/_arrayOfSpell"
3191
+ },
3192
+ "8e": {
3193
+ "$ref": "#/$defs/_arrayOfSpell"
3194
+ },
3195
+ "7e": {
3196
+ "$ref": "#/$defs/_arrayOfSpell"
3197
+ },
3198
+ "6e": {
3199
+ "$ref": "#/$defs/_arrayOfSpell"
3200
+ },
3201
+ "5e": {
3202
+ "$ref": "#/$defs/_arrayOfSpell"
3203
+ },
3204
+ "4e": {
3205
+ "$ref": "#/$defs/_arrayOfSpell"
3206
+ },
3207
+ "3e": {
3208
+ "$ref": "#/$defs/_arrayOfSpell"
3209
+ },
3210
+ "2e": {
3211
+ "$ref": "#/$defs/_arrayOfSpell"
3212
+ },
3213
+ "1e": {
3214
+ "$ref": "#/$defs/_arrayOfSpell"
3215
+ }
3216
+ },
3217
+ "additionalProperties": false
3218
+ },
3219
+ "entryWrapped": {
3220
+ "type": "object",
3221
+ "properties": {
3222
+ "name": {
3223
+ "type": "string"
3224
+ },
3225
+ "type": {
3226
+ "type": "string",
3227
+ "const": "wrapper"
3228
+ },
3229
+ "source": {
3230
+ "type": "string"
3231
+ },
3232
+ "page": {
3233
+ "$ref": "util.json#/$defs/page"
3234
+ },
3235
+ "srd": {
3236
+ "$ref": "util.json#/$defs/srd"
3237
+ },
3238
+ "basicRules": {
3239
+ "$ref": "util.json#/$defs/basicRules"
3240
+ },
3241
+ "data": {
3242
+ "description": "A generic object for storing special data for external use-cases. Keys prefixed with \"rd-\" should be added as \"data-\" HTML attributes when rendering to HTML.",
3243
+ "type": "object"
3244
+ },
3245
+ "id": {
3246
+ "type": "string"
3247
+ },
3248
+ "wrapped": {}
3249
+ },
3250
+ "required": [
3251
+ "type",
3252
+ "wrapped"
3253
+ ],
3254
+ "additionalProperties": false
3255
+ },
3256
+ "dataDamImmune": {
3257
+ "oneOf": [
3258
+ {
3259
+ "$ref": "util.json#/$defs/dataDamageType"
3260
+ },
3261
+ {
3262
+ "type": "object",
3263
+ "properties": {
3264
+ "special": {
3265
+ "type": "string"
3266
+ }
3267
+ },
3268
+ "additionalProperties": false,
3269
+ "required": [
3270
+ "special"
3271
+ ]
3272
+ },
3273
+ {
3274
+ "type": "object",
3275
+ "properties": {
3276
+ "preNote": {
3277
+ "type": "string"
3278
+ },
3279
+ "immune": {
3280
+ "type": "array",
3281
+ "items": {
3282
+ "$ref": "#/$defs/dataDamImmune"
3283
+ }
3284
+ },
3285
+ "note": {
3286
+ "type": "string"
3287
+ }
3288
+ },
3289
+ "additionalProperties": false,
3290
+ "required": [
3291
+ "immune"
3292
+ ]
3293
+ }
3294
+ ]
3295
+ },
3296
+ "dataCondImmune": {
3297
+ "oneOf": [
3298
+ {
3299
+ "$ref": "util.json#/$defs/dataCondition"
3300
+ },
3301
+ {
3302
+ "type": "object",
3303
+ "properties": {
3304
+ "special": {
3305
+ "type": "string"
3306
+ }
3307
+ },
3308
+ "additionalProperties": false,
3309
+ "required": [
3310
+ "special"
3311
+ ]
3312
+ },
3313
+ {
3314
+ "type": "object",
3315
+ "properties": {
3316
+ "preNote": {
3317
+ "type": "string"
3318
+ },
3319
+ "conditionImmune": {
3320
+ "type": "array",
3321
+ "items": {
3322
+ "$ref": "util.json#/$defs/dataCondition"
3323
+ }
3324
+ },
3325
+ "note": {
3326
+ "type": "string"
3327
+ }
3328
+ },
3329
+ "additionalProperties": false,
3330
+ "required": [
3331
+ "conditionImmune"
3332
+ ]
3333
+ }
3334
+ ]
3335
+ }
3336
+ },
3337
+ "anyOf": [
3338
+ {
3339
+ "$ref": "#/$defs/entrySection"
3340
+ },
3341
+ {
3342
+ "$ref": "#/$defs/entryEntries"
3343
+ },
3344
+ {
3345
+ "$ref": "#/$defs/entryQuote"
3346
+ },
3347
+ {
3348
+ "$ref": "#/$defs/entryInlineEntries"
3349
+ },
3350
+ {
3351
+ "$ref": "#/$defs/entryEntriesInlineEntries"
3352
+ },
3353
+ {
3354
+ "$ref": "#/$defs/entryOptions"
3355
+ },
3356
+ {
3357
+ "$ref": "#/$defs/entryTableGroup"
3358
+ },
3359
+ {
3360
+ "$ref": "#/$defs/entryTable"
3361
+ },
3362
+ {
3363
+ "$ref": "#/$defs/entryTableRow"
3364
+ },
3365
+ {
3366
+ "$ref": "#/$defs/entryTableCell"
3367
+ },
3368
+ {
3369
+ "$ref": "#/$defs/entryList"
3370
+ },
3371
+ {
3372
+ "$ref": "#/$defs/entryBonus"
3373
+ },
3374
+ {
3375
+ "$ref": "#/$defs/entryBonusSpeed"
3376
+ },
3377
+ {
3378
+ "$ref": "#/$defs/entryDice"
3379
+ },
3380
+ {
3381
+ "$ref": "#/$defs/entryAbilityDc"
3382
+ },
3383
+ {
3384
+ "$ref": "#/$defs/entryAbilityAttackMod"
3385
+ },
3386
+ {
3387
+ "$ref": "#/$defs/abilityGeneric"
3388
+ },
3389
+ {
3390
+ "$ref": "#/$defs/entryLink"
3391
+ },
3392
+ {
3393
+ "$ref": "#/$defs/entryOptFeature"
3394
+ },
3395
+ {
3396
+ "$ref": "#/$defs/entryInset"
3397
+ },
3398
+ {
3399
+ "$ref": "#/$defs/entryInsetReadaloud"
3400
+ },
3401
+ {
3402
+ "$ref": "#/$defs/entryVariant"
3403
+ },
3404
+ {
3405
+ "$ref": "#/$defs/entryVariantInner"
3406
+ },
3407
+ {
3408
+ "$ref": "#/$defs/entryVariantSub"
3409
+ },
3410
+ {
3411
+ "$ref": "#/$defs/entryItem"
3412
+ },
3413
+ {
3414
+ "$ref": "#/$defs/entryItemSub"
3415
+ },
3416
+ {
3417
+ "$ref": "#/$defs/entryItemSpell"
3418
+ },
3419
+ {
3420
+ "$ref": "#/$defs/entryImage"
3421
+ },
3422
+ {
3423
+ "$ref": "#/$defs/entryGallery"
3424
+ },
3425
+ {
3426
+ "$ref": "#/$defs/entryActions"
3427
+ },
3428
+ {
3429
+ "$ref": "#/$defs/entryAttack"
3430
+ },
3431
+ {
3432
+ "$ref": "#/$defs/entryStatblockInline"
3433
+ },
3434
+ {
3435
+ "$ref": "#/$defs/entryStatblock"
3436
+ },
3437
+ {
3438
+ "$ref": "#/$defs/entryRefClassFeature"
3439
+ },
3440
+ {
3441
+ "$ref": "#/$defs/entryRefSubclassFeature"
3442
+ },
3443
+ {
3444
+ "$ref": "#/$defs/entryRefOptionalfeature"
3445
+ },
3446
+ {
3447
+ "$ref": "#/$defs/entryHr"
3448
+ },
3449
+ {
3450
+ "$ref": "#/$defs/entrySpellcasting"
3451
+ },
3452
+ {
3453
+ "$ref": "#/$defs/entryFlowchart"
3454
+ },
3455
+ {
3456
+ "$ref": "#/$defs/entryFlowBlock"
3457
+ },
3458
+ {
3459
+ "$ref": "#/$defs/entryIngredient"
3460
+ },
3461
+ {
3462
+ "$ref": "#/$defs/entryWrapped"
3463
+ },
3464
+ {
3465
+ "type": "string"
3466
+ },
3467
+ {
3468
+ "type": "integer"
3469
+ }
3470
+ ]
3471
+ }