{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "bricks://controls/button",
  "schemaVersion": "2.4",
  "title": "Button Control",
  "description": "UI-only control, no stored value",
  "type": "null",
  "controlProperties": [
    "type",
    "label",
    "hasRequired"
  ]
}