MediaType Data Type

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

Example

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