action edrv_get_vehicle { label: "getVehicle" description: "Get a vehicle's data" provider: edrv method: GET path: "/v1/vehicles/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }