name | data type | constraints | description |
---|---|---|---|
name | string | ||
type | ParameterType | ||
regex | string | ||
mandatory | boolean | required | |
default | string | ||
choices | array of string |
Example
{ "name" : "...", "type" : "date", "regex" : "...", "mandatory" : true, "default" : "...", "choices" : [ "...", "..." ] }