Defining Spring Cloud Contracts in Open API
Working for startups is always an interesting experience. Currently, I’m a software engineer at Velo Payments. If you’ve ever worked for a startup, you’ll quickly see that you get to wear many hats.
One of the hats I get to wear is the creation of developer center (currently in the oven). In the very near future, Velo will be exposing a set of financial APIs to move money around the world. https://goo.gl/7s6aEt #DataIntegration #ML
DataWeave Tip #6: Empty JSON Object
#ICYMI: During the transformation to JSON, I do not often want null properties. It is easy to remove them by just using skipNullOn attribute. However, for empty objects, it is not that trivial, especially when you have to deal with many such cases within one transformation. In this article, I will show you how you can achieve this quick and easy.
Contract
Below you can see what we have as an input and what we expect. In our example we have complex.embedded.obj empty and contents’ array with two empty objects. I would like to to easily remove them from the output. https://goo.gl/BmS43A #DataIntegration #ML

