kaoto icon indicating copy to clipboard operation
kaoto copied to clipboard

Validate dataformat

Open igarashitm opened this issue 1 year ago • 0 comments

Please describe the feature that you want to propose

marshal/unmarshal step requires a dataformat to be specified, and if specified dataformat type specific validation is required, meaning dynamically determine the dataformat schema. Also note that dataformat types comes directly under marshal/unmarshal, so it needs to iterate all dataformat types and see if there's one of them. Make the model validation https://github.com/KaotoIO/kaoto-next/blob/main/packages/ui/src/models/visualization/flows/support/model-validation.service.ts#L15 pluggable and add dataformat validation.

igarashitm avatar Jan 23 '24 12:01 igarashitm