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