NonEmptyAmountString
Digits with optional decimal part
Pattern:
^(\d+(\.\d+)?|\.\d+)$Example:
{ "title": "Example", "value": "100.00" }Last modified on January 21, 2026
Digits with optional decimal part
^(\d+(\.\d+)?|\.\d+)${ "title": "Example", "value": "100.00" }