{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Studio Basket Resources Facet",
  "name": "ResourceFacet",
  "description": "Studio Basket Resources Facet configuration options",
  "type": "object",
  "definitions": {
    "options": {
      "type": "object",
      "description": "Customise options relating to how the resource facet renders",
      "properties": {
        "addMultipleResources": {
          "type": "boolean",
          "description": "Always show the ability to add multiple resources to an appointment"
        },
        "addGlobalResources": {
          "type": "boolean",
          "description": "Always show the ability to add resources from other offices/companies"
        },
        "groupBy": {
          "type": "string",
          "description": "Allows you to select resource by a group, options include 'first_word' and 'group'"
        }        
      }
    }
  }
}
