when running an external action, Spotfire performs validation of user input (min/max for numeric values) and parameters retrieved from the data (such as min/max length of arrays) To further improve usability and robustness it would be helpful if the runtime validation was extended to cover more validation settings supported by Swagger/OAS 2.0, such as:
- unique values for arrays
- min/max length, pattern (reg exp) for strings
- man/max for numeric values (when part of a dataview)