Commits
Click on a commit to change the comparison rangefix: allow List attributes to use regex parameter
Add support for List attributes to accept regex validation via
parameters.regex syntax. List attributes can now use TextAttributeParameters
which includes regex support.
Changes:
- Added List to parameter class mapping
- Created ListAttributeSchema with regex reconciliation
- Updated validation to allow TextAttributeParameters for List
- Added tests for List with regex parameter
Fixes #7717