{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "/search/insight.json",
  "description": "Enable Insight search",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "const": "insight"
    },
    "index_pages": {
      "type": "boolean",
      "description": "Whether to include pages in the search results",
      "default": true,
      "nullable": true
    }
  },
  "required": ["type"]
}
