Mapper input is not validating the JSON value correct, it's treating the empty array([]) value as invalid. As soon as I type empty array as value to any key, input field becomes invalid and the save button grays out.
How has this been tested?
Manually
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build/CI related changes
[ ] Documentation related changes
[ ] Other... Please describe:
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
Mapper input is not validating the JSON value correct, it's treating the empty array([]) value as invalid. As soon as I type empty array as value to any key, input field becomes invalid and the save button grays out.
How has this been tested?
Manually
Types of changes
Checklist: