{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Studio Basket Date Time Facet",
  "name": "DateTimeFacet",
  "description": "Studio Basket Date Time Facet configuration options",
  "type": "object",
  "definitions": {
    "options": {
      "type": "object",
      "description": "Customise options relating to how the date time facet renders",
      "properties": {
        "allowCustomTime": {
          "type": "boolean",
          "description": "Enable the custom time toggle"
        }
      }
    }
  }
}
