Tauffer-Consulting / domino

User friendly and open source platform for workflow creation and monitoring
https://domino-workflows.io/
Apache License 2.0
144 stars 14 forks source link

Fix anyOf validation for optional arguments in array of objects. #265

Closed vinicvaz closed 6 months ago

vinicvaz commented 7 months ago

The validation for items in array of objects are forcing all items to be required. We should allow inner items of objects to be optional.

image image