{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Studio Basket Person Facet",
  "name": "PersonFacet",
  "description": "Studio Basket Person Facet configuration options",
  "type": "object",
  "definitions": {
    "options": {
      "type": "object",
      "description": "Customise options relating to how the person facet renders",
      "properties": {
        "addMultipleStaff": {
          "type": "boolean",
          "description": "Always show the ability to add multiple staff to an appointment"
        },
        "addGlobalStaff": {
          "type": "boolean",
          "description": "Always show the ability to add staff from other offices/companies"
        }
      }
    }
  }
}
