ErrorResolverUserInputData
ErrorResolverUserInputData
Corresponds to one property entered by the user
JSON Example
{
"data_type": "string",
"property_name": "string",
"property_value": "string"
}
string
data_type
Required
The datatype of the given property. Useful for data validation
Possible values are : TEXT, NUMBER, PASSWORD,
string
property_name
Required
Name of the property supplied by the user
string
property_value
Optional
The value associated with the above property