MediaType Data Type

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

Example

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