{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "BattleMapLayer.schema.json",
  "title": "BattleMapLayer",
  "x-merge": "Map",
  "type": "string",
  "enum": [
    "token",
    "object",
    "map",
    "dm",
    "wall",
    "floor",
    "light"
  ]
}
