{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "bricks://controls/textarea",
  "schemaVersion": "2.3",
  "title": "Textarea Control",
  "description": "Value schema for textarea control type",
  "type": "string",
  "controlProperties": [
    "type",
    "label",
    "tab",
    "group",
    "placeholder",
    "default"
  ]
}