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