JSON Schema for D&D 5e Creature action.
$schema: http://json-schema.org/draft-07/schema#
$id: action.schema.json
This schema describes an action the creature/character may use.
$comment: version 0.1.1
Type: object
Properties
- name
required
- path: /properties/name
- Type:
string
- description
required
- path: /properties/description
- Type:
string
- attack_bonus
- path: /properties/attack_bonus
- Type:
integer
- Default:
0
- damage_dice
- damage_bonus
- path: /properties/damage_bonus
- Type:
integer
- Default:
0
- legendary
- path: /properties/legendary
- Type:
boolean
- Default: false
- reaction
- path: /properties/reaction
- Type:
boolean
- Default: false
- source
Generated with json-schema-md-doc