name | data type | description |
---|---|---|
type | string | |
wildcardSubtype | boolean | |
subtype | string | |
wildcardType | boolean | |
parameters | map of string |
Example
{ "type" : "...", "wildcardSubtype" : true, "subtype" : "...", "wildcardType" : true, "parameters" : { "property1" : "...", "property2" : "..." } }