dnd5e_json_schemas Documentation
Visit the GitHub project @ BrianWendt/dnd5e_json_schema
$comment: package version 0.1.3
definitions
- path: /definitions/Character
-
D&D 5e Character
- $ref: Character.schema.json
- JSON Schema for D&D 5e Character data. Extends Creature.schema.json
Samples may be found on GitHub
- path: /definitions/Class
-
D&D 5e Class
- $ref: Class.schema.json
- JSON Schema for D&D 5e Character Class.
- path: /definitions/Creature
-
D&D 5e Creature
- $ref: Creature.schema.json
- JSON Schema for D&D 5e Creature data. Some data, such as ability score modifiers, are not included because they are extrapolated.
Samples may be found on GitHub
- path: /definitions/Monster
-
JSON Schema for D&D 5e Monster.
- $ref: Monster.schema.json
- This schema describes a Monster. Extends Creature.schema.json
- path: /definitions/Race
-
D&D 5e Race
- $ref: Race.schema.json
- JSON Schema for D&D 5e Creature Race.
- path: /definitions/Spell
- $ref: Spell.schema.json
- This schema describes a 5e spell.
Samples may be found at https://github.com/BrianWendt/dnd5e_json_schema/tree/master/samples/Spell/
- path: /definitions/action
-
JSON Schema for D&D 5e Creature action.
- $ref: action.schema.json
- This schema describes an action the creature/character may use.
- path: /definitions/damage_type
-
JSON Schema for D&D 5e Damage Type.
- $ref: damage_type.schema.json
- This schema describes a string value of a Damage Type.
- path: /definitions/dice
-
JSON Schema for dice.
- $ref: dice.schema.json
- This schema describes a the dice, by number of sides, used in D&D.
- path: /definitions/conditions
-
JSON Schema for D&D 5e conditions.
- $ref: conditions.schema.json
- This schema describes a list of conditions.
- path: /definitions/equipment
-
JSON Schema for D&D 5e equiment.
- $ref: equipment.schema.json
- This schema describes an equipment item. The schema extends item.schema.json
- path: /definitions/feat
-
JSON Schema for D&D 5e feat.
- $ref: feat.schema.json
- This schema describes a character feat.
- path: /definitions/feature
-
JSON Schema for D&D 5e feature.
- $ref: feature.schema.json
- This schema describes a character feature.
- path: /definitions/image
-
JSON Schema for images.
- $ref: image.schema.json
- This schema describes an image asset.
- path: /definitions/item
-
JSON Schema for D&D 5e physical item.
- $ref: item.schema.json
- This schema describes physical item.
- path: /definitions/senses
-
JSON Schema for D&D 5e senses.
- $ref: senses.schema.json
- This schema describes a list of senses. Passive Perception should not be included as it is a standard sense.
- path: /definitions/source
- $ref: source.schema.json
- This schema describes the source of the data.
- path: /definitions/tag
- $ref: tag.schema.json
- This schema describes a generic tag.
- path: /definitions/weapon
-
JSON Schema for D&D 5e weapon.
- $ref: weapon.schema.json
- This schema describes a weapon. Extends item.schema.json
Generated with json-schema-md-doc