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