Property |
Type |
Explanation |
description |
String |
A simple description of the media type. This usally matches the sub-type. E.g. "javascript" for "text/javasript". |
extensions |
Array |
All of the extension resources for this type given as an array of extension objects without the types array included.
|
media_type |
String |
The internet media type that this type object represents given in the standard {primary-type}/{sub-type} format. |
uri |
String |
The direct URI to this specific type resource on the TypicalMIME API. The specific URI for any resource is subject to change and should be treated as an opaque value that should only be used programmatically.
|