hexo-theme-amane/include/schema/common/search.json

20 lines
518 B
JSON
Raw Normal View History

2019-12-25 01:24:34 +00:00
{
"$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/",
2019-12-25 01:24:34 +00:00
"type": "object",
"oneOf": [
{
"$ref": "/search/insight.json"
2019-12-25 01:24:34 +00:00
},
{
"$ref": "/search/baidu.json"
2019-12-25 01:24:34 +00:00
},
{
"$ref": "/search/google_cse.json"
},
{
"$ref": "/search/algolia.json"
2019-12-25 01:24:34 +00:00
}
]
}