20 lines
518 B
JSON
20 lines
518 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "/common/search.json",
|
|
"description": "Search plugin configurations\nhttps://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Search/",
|
|
"type": "object",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "/search/insight.json"
|
|
},
|
|
{
|
|
"$ref": "/search/baidu.json"
|
|
},
|
|
{
|
|
"$ref": "/search/google_cse.json"
|
|
},
|
|
{
|
|
"$ref": "/search/algolia.json"
|
|
}
|
|
]
|
|
} |