action obono_get_dep { label: "getDEP" description: "Generates a DEP file." provider: obono method: GET path: "/registrierkassen/{registrierkasseUuid}/dep" encoding: json input: { type: "object" properties: { registrierkasseUuid: { type: "string" } } required: ["registrierkasseUuid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }