15 lines
401 B
JSON
15 lines
401 B
JSON
![]() |
{
|
||
|
"$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"
|
||
|
]
|
||
|
}
|