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