-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema.json
431 lines (430 loc) · 10.9 KB
/
schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
{
"$schema": "http://json-schema.org/draft-07/schema#",
"version": "1.7.0",
"type": "object",
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
"properties": {
"_meta": {
"description": "Metadata for the included data arrays",
"type": "object",
"properties": {
"sources": {
"type": "array",
"items": {
"type": "object",
"description": "A set of properties describing a \"source.\" A source could be, for example, a homebrew PDF, book, or blog post.",
"properties": {
"json": {
"type": "string",
"description": "An identifying string, as seen in the JSON in \"source\" fields."
},
"abbreviation": {
"type": "string",
"description": "Abbreviated form of the source, to display on the site."
},
"color": {
"type": "string",
"description": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'"
},
"full": {
"type": "string",
"description": "Full title of the source, to display on the site."
},
"authors": {
"type": "array",
"description": "A list of authors who created the homebrew source.",
"items": {
"type": "string",
"description": "Author name."
}
},
"convertedBy": {
"type": "array",
"description": "An optional list of people who contributed to converting the source to 5etools format.",
"items": {
"type": "string",
"description": "Contributor name."
}
},
"dateReleased": {
"type": "string",
"format": "date",
"description": "The release date of the source, e.g. \"2000-01-31\". Dates myst be specified in precisely this format, with two digits given for both month and day."
},
"version": {
"type": "string",
"description": "The source version, e.g. \"1.2.3\"."
},
"url": {
"type": "string",
"description": "A direct link to the source, if available in web form or on a store."
},
"targetSchema": {
"type": "string",
"description": "The target schema version in 5etools, e.g. \"1.2.3\"."
}
},
"required": [
"json",
"abbreviation",
"full",
"version"
]
}
},
"skills": {
"type": "object",
"description": "Object keys are Skill names, which can referenced using {@skill <key>} (case sensitive)",
"patternProperties": {
".*": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"senses": {
"type": "object",
"description": "Object keys are Sense names, which can referenced using {@sense <key>} (case insensitive)",
"patternProperties": {
".*": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"spellSchools": {
"type": "object",
"description": "Object names are spell school abbreviations (e.g. `\"X\"`); values should be objects with `\"full\"`` (used in the main entry, e.g. \"Evocation\") and `\"short\"` (used in the list view, e.g. `\"Evoc.\"`) key/values.",
"patternProperties": {
".*": {
"type": "object",
"properties": {
"full": {
"type": "string"
},
"short": {
"type": "string"
},
"color": {
"type": "string",
"description": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'"
}
},
"required": [
"full",
"short"
]
}
}
},
"spellDistanceUnits": {
"type": "object",
"description": "Object names are spell distance units (e.g. `\"hectares\"`); values should be objects with optional `\"singular\"`` (singular form of the unit, e.g. \"foot\" for the singular of \"feet\"--if unspecified, a trailing \"s\" is removed from the plural version, if it exists, and the result is used as the singular form) and `\"feetPerUnit\"` (e.g. for a \"yards\" custom unit, this would be `3`, as there are three feet in a yard) key/values.",
"patternProperties": {
".*": {
"type": "object",
"properties": {
"feetPerUnit": {
"type": "number"
},
"singular": {
"type": "string"
}
},
"required": [
"feetPerUnit"
]
}
}
},
"optionalFeatureTypes": {
"type": "object",
"description": "Object names are optional feature \"type\" shorthands (e.g. \"EI\" for \"Eldritch Invocation\" which will be displayed in the list view as a sortable column",
"patternProperties": {
".*": {
"type": "string"
}
}
},
"psionicTypes": {
"type": "object",
"description": "Object names are psionic type abbreviations (e.g. `\"X\"`); values should be objects with `\"full\"`` (used in the main entry, e.g. \"Greater Discipline\") and `\"short\"` (used in the list view, e.g. `\"G. Discipline\"`) key/values.",
"patternProperties": {
".*": {
"type": "object",
"properties": {
"full": {
"type": "string"
},
"short": {
"type": "string"
},
"hasOrder": {
"description": "If this type has a psionic order.",
"type": "boolean"
},
"isAltDisplay": {
"description": "If this type should display its psionic type/order with the format \"Greater Discipline (Awakened)\" instead of the standard \"Awakened Greater Discipline\"",
"type": "boolean"
}
},
"required": [
"full",
"short"
]
}
}
},
"dateAdded": {
"type": "integer",
"description": "The epoch timestamp (in seconds) when the homebrew was added to the repository. Not guaranteed to be anywhere near accurate."
},
"dateLastModified": {
"type": "integer",
"description": "The epoch timestamp (in seconds) when the homebrew was last modified. Not guaranteed to be anywhere near accurate."
},
"currencyConversions": {
"type": "object",
"description": "Keys should be uniquely-named value conversion objects, and can be referenced from item entities as \"currencyConversion\": \"<MyKey>\". The currency conversion info will then be used when rendering the value of the item.",
"patternProperties": {
".*": {
"type": "array",
"items": {
"type": "object",
"properties": {
"coin": {
"type": "string",
"description": "Coin abbreviation, e.g. \"gp\""
},
"mult": {
"type": "number",
"description": "A multiplier for converting copper to this currency, e.g. \"0.01\" for standard gold pieces"
},
"isFallback": {
"type": "boolean",
"description": "If true, this currency will be used as a fallback when the copper value of the item is a fractional value (e.g. a single ball bearing is worth 0.1 cp; marking gold as the fallback currency would have this be converted to gold)."
}
},
"required": [
"coin",
"mult"
]
}
}
}
},
"dependencies": {
"description": "A map of `\"<data property>\": [\"<JsonSource1>\", ..., \"<JsonSourceN>\"]`. Entities from these sources can then be extended/referenced in this file.",
"type": "object",
"patternProperties": {
"^[a-zA-Z]+$": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"includes": {
"description": "Structure as per \"dependencies\". Additional sources to be included when loading the file.",
"type": "object",
"patternProperties": {
"^[a-zA-Z]+$": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"unlisted": {
"description": "If this homebrew file should be ignored/hidden by any indexer.",
"type": "boolean"
}
},
"required": [
"sources"
]
},
"makebrewCreatureTrait": {
"description": "Additional trait templates which can be used in the homebrew builder.",
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"source": {
"type": "string"
},
"entries": {
"type": "array"
}
},
"required": [
"name",
"source",
"entries"
]
}
},
"adventure": {
"type": "array"
},
"adventureData": {
"type": "array"
},
"book": {
"type": "array"
},
"bookData": {
"type": "array"
},
"class": {
"type": "array"
},
"subclass": {
"type": "array"
},
"spell": {
"type": "array"
},
"roll20Spell": {
"description": "Based on the Roll20 JSON data",
"type": "array"
},
"foundrySpell": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"description": "Used to link spells in the homebrew to this extra Foundry data",
"type": "string"
},
"source": {
"description": "Used to link spells in the homebrew to this extra Foundry data",
"type": "string"
},
"data": {
"description": "Foundry data",
"properties": {
"target.value": {
"type": "integer"
},
"target.units": {
"type": "string"
},
"target.type": {
"description": "From Foundry's `CONFIG.DND5E.targetTypes`",
"type": "string",
"enum": [
"none",
"self",
"creature",
"ally",
"enemy",
"object",
"space",
"radius",
"sphere",
"cylinder",
"cone",
"square",
"cube",
"line",
"wall"
]
}
}
}
},
"required": [
"name",
"source"
],
"additionalProperties": false
}
},
"item": {
"type": "array"
},
"itemGroup": {
"type": "array"
},
"baseitem": {
"type": "array"
},
"itemProperty": {
"type": "array"
},
"itemType": {
"type": "array"
},
"variant": {
"type": "array"
},
"background": {
"type": "array"
},
"condition": {
"type": "array"
},
"disease": {
"type": "array"
},
"deity": {
"type": "array"
},
"encounter": {
"type": "array"
},
"feat": {
"type": "array"
},
"object": {
"type": "array"
},
"psionic": {
"type": "array"
},
"race": {
"type": "array"
},
"reward": {
"type": "array"
},
"ship": {
"type": "array"
},
"table": {
"type": "array"
},
"trap": {
"type": "array"
},
"hazard": {
"type": "array"
},
"optionalfeature": {
"type": "array"
},
"variantrule": {
"type": "array"
},
"legendaryGroup": {
"type": "array"
},
"language": {
"type": "array"
},
"monster": {
"type": "array"
}
}
}