action edrv_get_configuration { label: "getConfiguration" description: "Get one Configuration data" provider: edrv method: GET path: "/v1/configurations/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }