dnd5e_json_schema

JSON Schema for D&D 5e Damage Type.

$schema: http://json-schema.org/draft-07/schema#

$id: damage_type.schema.json

This schema describes a string value of a Damage Type.

$comment: version 0.1.1

Type: string

Examples:

  1. “none”
  2. “Piercing”
  3. “Slashing”
  4. “Bludgeoning”
  5. “Acid”
  6. “Cold”
  7. “Fire”
  8. “Force”
  9. “Lightning”
  10. “Necrotic”
  11. “Poison”
  12. “Psychic”
  13. “Radiant”
  14. “Thunder” Default: “none”

Generated with json-schema-md-doc