This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.1.0", | |
"info": { | |
"title": "Vehicle Performance API (Early Test)", | |
"version": "1.0.0", | |
"description": "Fetch equipment summary tables from the Scania VP backend. During early testing, supply the Authorization bearer token in the request body as 'authToken'." | |
}, | |
"servers": [ | |
{ "url": "https://vehicleperformance-bff.apivp.cs.scania.com" } | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schema_version": "v1", | |
"name_for_human": "Vehicle Performance API", | |
"name_for_model": "vehicle_performance_api", | |
"description_for_human": "Fetch equipment summary tables.", | |
"description_for_model": "Calls the Vehicle Performance endpoint.", | |
"auth": { "type": "none" }, | |
"api": { | |
"type": "openapi", | |
"url": "https://gist.githubusercontent.com/quaspar/cbc6528374634302703e2f4e64dbd554/raw/cb0519f91094d1b72930705d3f26f007dbe7202d/schema.json", |