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