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