{
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "/search/insight.json",
    "description": "Enable Insight search\nhttps://ppoffice.github.io/hexo-theme-icarus/Plugins/Search/insight-search-plugin/",
    "type": "object",
    "properties": {
        "type": {
            "type": "string",
            "const": "insight"
        }
    },
    "required": [
        "type"
    ]
}