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