{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Studio Basket Date Facet",
  "name": "DateFacet",
  "description": "Studio Basket Date Facet configuration options",
  "type": "object",
  "definitions": {
    "options": {
      "type": "object",
      "description": "Customise options relating to how the date facet renders",
      "properties": {
        "allowCustomDuration": {
          "type": "boolean",
          "description": "Do you want to let staff drag out custom durations"
        },
        "singleClickNext": {
          "type": "boolean",
          "description": "When clicking a single time - don't make the user click 'Proceed' just move on"
        }
      }
    }
  }
}
