2019-12-25 01:24:34 +00:00
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"$id": "/common/search.json",
|
2019-12-27 02:07:35 +00:00
|
|
|
"description": "Search plugin configurations\nhttps://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Search/",
|
2019-12-25 01:24:34 +00:00
|
|
|
"type": "object",
|
|
|
|
"oneOf": [
|
|
|
|
{
|
2019-12-25 05:35:34 +00:00
|
|
|
"$ref": "/search/insight.json"
|
2019-12-25 01:24:34 +00:00
|
|
|
},
|
|
|
|
{
|
2019-12-25 05:35:34 +00:00
|
|
|
"$ref": "/search/baidu.json"
|
2019-12-25 01:24:34 +00:00
|
|
|
},
|
|
|
|
{
|
2019-12-25 05:35:34 +00:00
|
|
|
"$ref": "/search/google_cse.json"
|
2020-03-09 06:45:43 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"$ref": "/search/algolia.json"
|
2019-12-25 01:24:34 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|