-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathedmunds_cars.json
23 lines (23 loc) · 930 Bytes
/
edmunds_cars.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"schema_version": "v1",
"name_for_model": "edmunds_cars",
"name_for_human": "Edmunds Cars",
"description_for_model": "When a user provides a car's make, model and year, this will lookup the Edmunds.com official review. A user can also ask for a sample of vehicles available near their zipcode it will return a list of vins.",
"description_for_human": "Use Edmunds to get trusted car reviews and local new and used vehicle listings.",
"auth": {
"type": "service_http",
"instructions": "",
"authorization_type": "bearer",
"verification_tokens": {
"openai": "06fa75452268414c84d1aa203ee78913"
},
"custom_auth_header": null
},
"api": {
"type": "openapi",
"url": "https://api.edmunds.com/openapi.yaml"
},
"logo_url": "https://api.edmunds.com/logo.png",
"contact_email": "bigdataeng@edmunds.com",
"legal_info_url": "https://www.edmunds.com/about/visitor-agreement.html"
}