{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Studio Basket Pricing Facet",
  "name": "PricingFacet",
  "description": "Studio Basket Pricing Facet configuration options",
  "type": "object",
  "definitions": {
    "options": {
      "type": "object",
      "description": "Customise options relating to how the pricing facet renders",
      "properties": {
        "hide": {
          "type": "boolean",
          "description": "Always hide pricing options"
        }
      }
    }
  }
}
