{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Studio Basket Confirm Facet",
  "name": "ConfirmFacet",
  "description": "Studio Basket Confirm Facet configuration options",
  "type": "object",
  "definitions": {
    "options": {
      "type": "object",
      "description": "Customise options relating to how the confirm facet renders",
      "properties": {
        "addToBasket": {
            "type": "boolean",
            "description": "Always show an 'Add to Basket' link"
          }
        }
    }
  }
}
