{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/fields/types/textArea/textArea.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/fields/types/textArea/textArea.schema.json",
  "title": "textarea",
  "description": "Multiple line text field",
  "allOf": [
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/_base/_base.schema.json"},
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/textArea/textArea.props.schema.json"}
  ],
  "required": ["type", "label"]
}
