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
wildcardSubtype boolean required boolean
wildcardType boolean required boolean
parameters map of string  
type string  
subtype string  

Example

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