action enode_get_chargers { label: "List Chargers" provider: enode method: GET path: "/chargers" encoding: json input: { type: "object" properties: { "field[]": { type: "array" items: { type: "string" enum: ["chargeState", "location"] } } } additionalProperties: false } output: { type: "array" items: { type: "object" additionalProperties: true } } }