{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Studio Basket Journeys",
  "name": "BasketJourney",
  "description": "Studio Basket Journey options",
  "type": "object",
  "definitions": {
    "options": {
      "type": "object",
      "description": "Customise options relating to how the appointment location facet renders",
      "properties": {
        "useForMove": {
          "type": "boolean",
          "description": "If true, the journey will always be used for moving bookings"
        },
        "showStepSummary": {
          "type": "boolean",
          "description": "If true, the journey's guide will show each step's summary below the step's name."
        },
        "allowSectionJump": {
          "type": "boolean",
          "description": "Is the user allowed to jump around steps"
        },
        "autoSkipSteps": {
          "type": "boolean",
          "description": "Automatically skip steps that are filled in or don't need validating"
        }
      }
    }
  }
}
