|
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "/common/search.json",
|
|
"description": "Search plugin configurations",
|
|
"type": "object",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "/search/insight.json"
|
|
},
|
|
{
|
|
"$ref": "/search/baidu.json"
|
|
},
|
|
{
|
|
"$ref": "/search/google_cse.json"
|
|
}
|
|
]
|
|
} |