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