D&D 5e Class
$schema: http://json-schema.org/draft-07/schema#
$id: Class.schema.json
JSON Schema for D&D 5e Character Class.
$comment: version 0.1.1
Type: object
Properties
- name
required
- path: /properties/name
- Type:
string
- level
required
- path: /properties/level
- Type:
integer
- Range: ≥ 1
- subtype
- path: /properties/subtype
- Type:
string
- hit_die
- path: /properties/hit_die
- Type:
integer
- Enum Values:
1
2
4
6
8
10
12
20
- spellcasting
- path: /properties/spellcasting
- Type:
string
- Enum Values:
- "”
- “str”
- “dex”
- “con”
- “int”
- “wis”
- “cha”
- features
- path: /properties/features
- Type:
array
- source
Generated with json-schema-md-doc