95 lines
2.1 KiB
JSON
95 lines
2.1 KiB
JSON
{
|
|
"data": [
|
|
{
|
|
"recordType": "engine",
|
|
"identifier": "get",
|
|
"base": {
|
|
"name": "Get Engine",
|
|
"urls": {
|
|
"search": {
|
|
"base": "https://example.com",
|
|
"params": [
|
|
{
|
|
"name": "config",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"name": "is_enterprise",
|
|
"value": "false"
|
|
},
|
|
{
|
|
"name": "is_enterprise",
|
|
"enterpriseValue": "true"
|
|
}
|
|
],
|
|
"searchTermParamName": "search"
|
|
},
|
|
"suggestions": {
|
|
"base": "https://example.com",
|
|
"params": [
|
|
{
|
|
"name": "config",
|
|
"value": "1"
|
|
},
|
|
{
|
|
"name": "is_enterprise",
|
|
"enterpriseValue": "yes"
|
|
}
|
|
],
|
|
"searchTermParamName": "suggest"
|
|
}
|
|
}
|
|
},
|
|
"variants": [
|
|
{
|
|
"environment": { "allRegionsAndLocales": true }
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"recordType": "engine",
|
|
"identifier": "post",
|
|
"base": {
|
|
"name": "Post Engine",
|
|
"urls": {
|
|
"search": {
|
|
"base": "https://example.com",
|
|
"method": "POST",
|
|
"params": [
|
|
{
|
|
"name": "config",
|
|
"value": "1"
|
|
}
|
|
],
|
|
"searchTermParamName": "search"
|
|
},
|
|
"suggestions": {
|
|
"base": "https://example.com",
|
|
"method": "POST",
|
|
"params": [
|
|
{
|
|
"name": "config",
|
|
"value": "1"
|
|
}
|
|
],
|
|
"searchTermParamName": "suggest"
|
|
}
|
|
}
|
|
},
|
|
"variants": [
|
|
{
|
|
"environment": { "allRegionsAndLocales": true }
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"recordType": "defaultEngines",
|
|
"globalDefault": "get",
|
|
"specificDefaults": []
|
|
},
|
|
{
|
|
"recordType": "engineOrders",
|
|
"orders": []
|
|
}
|
|
]
|
|
}
|