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