D&D 5e Race
$schema: http://json-schema.org/draft-07/schema#
$id: Race.schema.json
JSON Schema for D&D 5e Creature Race.
$comment: version 0.1.1
Type: object
Properties
- name
required
- path: /properties/name
- Type:
string
- Examples:
- “Dragonborn”
- subtype
- path: /properties/subtype
- Type:
string
- Examples:
- “Silver”
- size
- path: /properties/size
- Type:
string
- Enum Values:
- “Tiny”
- “Small”
- “Medium”
- “Large”
- “Huge”
- “Gargantuan”
- Default: “Medium”
- traits
- path: /properties/traits
- Type:
array
- actions
- path: /properties/actions
- Special actions gained by race/race-subtype.
- Type:
array
- senses
- source
Generated with json-schema-md-doc