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