action enode_get_charginglocations_charginglocationid { label: "Get Charging Location" provider: enode method: GET path: "/charging-locations/{chargingLocationId}" encoding: json input: { type: "object" properties: { chargingLocationId: { type: "string" } } required: ["chargingLocationId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }