# DecimalString

Positive numeric value encoded as a string.

**string**decimal

Positive numeric value encoded as a string.

**Possible values:** Value must match regular expression `^[0-9]+(?:\.[0-9]+)?$`

**Example:<!-- -->&#x20;**`3.5`

DecimalString

```
"3.5"
```
