StringOption
StringOption
The StringOption data object type is used to define an open-ended string value based on an optional subset of valid characters.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"valueIsReadonly": false,
"defaultValue": "string",
"validCharacters": "string"
}
string
defaultValue
Required
The default value.
string
validCharacters
Optional
The string containing the set of valid characters.
If a string option is not specified, all strings are allowed.