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

17 lines
381 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",
"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"
2019-12-25 01:24:34 +00:00
}
]
}