allowed Pattern
A regular expression used to validate the parameter value. For example, for `String`
types with values restricted to numbers, you can specify the following: `AllowedPattern=^\d+$`
A regular expression used to validate the parameter value. For example, for `String`
types with values restricted to numbers, you can specify the following: `AllowedPattern=^\d+$`