{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Studio Basket Question Facet",
  "name": "QuestionFacet",
  "description": "Studio Basket Questions Facet configuration options",
  "type": "object",
  "definitions": {
    "options": {
      "type": "object",
      "description": "Customise options relating to how the question facet renders",
      "properties": {
        "questions": {
          "type": "array",
          "description": "List of questions that you want to ask"
        },
        "hide": {
          "type": "boolean",
          "description": "Always hide questions"
        },
        "disableAllRequired": {
          "type": "boolean",
          "description": "Sets all questions to be non-required."
        },
        "disableRequired": {
          "type": "array",
          "description": "List of questions that will be non-required."
        }
      }
    }
  }
}
