ParameterInfo Data Type

Properties
name data type constraints description
name string  
type ParameterType  
regex string  
mandatory boolean required
default string  
choices array of string  

Example

{
  "name" : "...",
  "type" : "richText",
  "regex" : "...",
  "mandatory" : true,
  "default" : "...",
  "choices" : [ "...", "..." ]
}