D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

MediaType Data Type

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

Example

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