action edrv_post_connectors { label: "postConnectors" description: "Create a new connector" provider: edrv method: POST path: "/v1/connectors" encoding: json input: { type: "object" properties: { chargestation: { type: "string" } format: { type: "string" } power: { type: "integer" } power_type: { type: "string" } rate: { type: "string" } type: { type: "string" } } } output: { type: "object" properties: { message: { type: "string" } ok: { type: "boolean" } result: { type: "object" } } } }