Hi, I think it is a very good idea to have (all?) information about model, docs etc. together in the catalog.jar!
I try to use the information provided in the catalog for an UI. But the semantics are not always clear for me. Is there a description of the JSON-schema like documents? I would like to know which children an element could have (for example in spring xml representation). If I take for example the aggregate.json, then there are some properties of kind=expression, which seems to be children in XML like correlationExpression. Also there are others of type=element which also could be children - for example optimisticLockRetryPolicy. But also there is an other with kind=element - outputs - which is not a possible children. And are the possible children of this elements always in the oneOf arrays? I am a little bit confused. Thanks, Marc