action edrv_get_location { label: "getLocation" description: "Get a location's data" provider: edrv method: GET path: "/v1/location/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } include_chargestations: { type: "boolean" } include_organization: { type: "boolean" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }