BeatUI Documentation

Edit JSON Schema (JSON)

Mode: all — all: prune any extras; failing: prune only when invalid; off: keep extras
{
  "name": "Ada Lovelace",
  "age": 28,
  "isActive": true,
  "address": {
    "street": "12 Analytical St",
    "city": "London"
  },
  "tags": [
    "math",
    "computing"
  ]
}