camunda / connectors

Camunda Connectors
https://docs.camunda.io/docs/components/integration-framework/connectors/out-of-the-box-connectors/available-connectors-overview/
Apache License 2.0
37 stars 36 forks source link

Modify the template generator to have a unified output for the scan method #2693

Closed markfarkas-camunda closed 3 weeks ago

markfarkas-camunda commented 1 month ago

Epic: https://github.com/camunda/product-hub/issues/2049

What should we do?

Right now the scan method will provide slightly different data format in case of OpenAPI and Postman. We should have the same OperationParseResult for the scan methods in both projects.

Why should we do it?

We should have a unified output to be able toread it in web-modeler BE and later transform it to JSON for the web-modeler FE.