MediaType Data Type

Properties
name data type description
subtype string
type string
wildcardSubtype boolean
wildcardType boolean
parameters map of string

Example

{
  "subtype" : "...",
  "type" : "...",
  "wildcardSubtype" : true,
  "wildcardType" : true,
  "parameters" : {
    "property1" : "...",
    "property2" : "..."
  }
}