MediaType Data Type

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

Example

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