KaotoIO / kaoto

The UI of the Kaoto project
https://kaoto.io
Apache License 2.0
33 stars 24 forks source link

Provide missing property validation for required expressions #705

Open apupier opened 8 months ago

apupier commented 8 months ago

Please describe the feature that you want to propose

For instance, for setBody, the expression is required, there is no validation error when there are none (whicbh is the case when we are adding a new setBody node)

https://github.com/apache/camel/blob/1bcab0700cd94057fec3f42ae77cfb4f17670abc/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/setBody.json#L18

image

igarashitm commented 8 months ago

expression validation requires a bit more work - #712