{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "bricks://controls/datepicker",
  "schemaVersion": "2.3",
  "title": "Datepicker Control",
  "description": "Date/time string",
  "type": "string",
  "controlProperties": [
    "type",
    "label",
    "default"
  ]
}