MediaType Data Type

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

Example

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