windmill icon indicating copy to clipboard operation
windmill copied to clipboard

Support "recursive" object definition in the jsonschema UI builder

Open rubenfiszel opened this issue 2 years ago • 1 comments

Most payload have deeply nested structure and we should not assume the input is a flat object, so the UI builder should offer a convenient interface to define deeply nested object's jsonschema.

rubenfiszel avatar Jul 17 '22 17:07 rubenfiszel

I have made some progress with this one. The set of changes is growing so I think it would be nice to discuss it with the team to get earlier feedback on style and design.

The code is on my exploration branch: https://github.com/axelbdt/windmill/tree/recursive_schema_ui_expoloration

Screenshot from 2023-03-23 16-00-50 Screenshot from 2023-03-23 16-00-59

axelbdt avatar Mar 23 '23 15:03 axelbdt

Done

rubenfiszel avatar Jun 06 '23 08:06 rubenfiszel