[
  {
    "type": "application",
    "subtype": "json",
    "fullName": "application/json",
    "extensions": [
      "json"
    ],
    "description": "JSON data"
  },
  {
    "type": "application",
    "subtype": "ld+json",
    "fullName": "application/ld+json",
    "extensions": [
      "jsonld"
    ],
    "description": "JSON-LD (Linked Data) document"
  },
  {
    "type": "application",
    "subtype": "manifest+json",
    "fullName": "application/manifest+json",
    "extensions": [
      "webmanifest"
    ],
    "description": "Web App Manifest"
  },
  {
    "type": "application",
    "subtype": "xml",
    "fullName": "application/xml",
    "extensions": [
      "xml",
      "xsd",
      "xsl"
    ],
    "description": "XML document"
  },
  {
    "type": "application",
    "subtype": "xhtml+xml",
    "fullName": "application/xhtml+xml",
    "extensions": [
      "xhtml",
      "xht"
    ],
    "description": "XHTML document"
  },
  {
    "type": "application",
    "subtype": "atom+xml",
    "fullName": "application/atom+xml",
    "extensions": [
      "atom"
    ],
    "description": "Atom syndication feed"
  },
  {
    "type": "application",
    "subtype": "rss+xml",
    "fullName": "application/rss+xml",
    "extensions": [
      "rss"
    ],
    "description": "RSS syndication feed"
  },
  {
    "type": "application",
    "subtype": "javascript",
    "fullName": "application/javascript",
    "extensions": [
      "js",
      "mjs"
    ],
    "description": "JavaScript program (legacy; prefer text/javascript)"
  },
  {
    "type": "application",
    "subtype": "ecmascript",
    "fullName": "application/ecmascript",
    "extensions": [
      "es"
    ],
    "description": "ECMAScript program"
  },
  {
    "type": "application",
    "subtype": "wasm",
    "fullName": "application/wasm",
    "extensions": [
      "wasm"
    ],
    "description": "WebAssembly binary"
  },
  {
    "type": "application",
    "subtype": "pdf",
    "fullName": "application/pdf",
    "extensions": [
      "pdf"
    ],
    "description": "Portable Document Format"
  },
  {
    "type": "application",
    "subtype": "zip",
    "fullName": "application/zip",
    "extensions": [
      "zip"
    ],
    "description": "ZIP archive"
  },
  {
    "type": "application",
    "subtype": "x-7z-compressed",
    "fullName": "application/x-7z-compressed",
    "extensions": [
      "7z"
    ],
    "description": "7-Zip archive"
  },
  {
    "type": "application",
    "subtype": "x-tar",
    "fullName": "application/x-tar",
    "extensions": [
      "tar"
    ],
    "description": "Tar archive"
  },
  {
    "type": "application",
    "subtype": "gzip",
    "fullName": "application/gzip",
    "extensions": [
      "gz"
    ],
    "description": "Gzip compressed file"
  },
  {
    "type": "application",
    "subtype": "x-bzip2",
    "fullName": "application/x-bzip2",
    "extensions": [
      "bz2"
    ],
    "description": "Bzip2 compressed file"
  },
  {
    "type": "application",
    "subtype": "x-xz",
    "fullName": "application/x-xz",
    "extensions": [
      "xz"
    ],
    "description": "XZ compressed file"
  },
  {
    "type": "application",
    "subtype": "x-rar-compressed",
    "fullName": "application/x-rar-compressed",
    "extensions": [
      "rar"
    ],
    "description": "RAR archive"
  },
  {
    "type": "application",
    "subtype": "octet-stream",
    "fullName": "application/octet-stream",
    "extensions": [
      "bin"
    ],
    "description": "Arbitrary binary data"
  },
  {
    "type": "application",
    "subtype": "x-www-form-urlencoded",
    "fullName": "application/x-www-form-urlencoded",
    "extensions": [],
    "description": "URL-encoded form data"
  },
  {
    "type": "application",
    "subtype": "vnd.api+json",
    "fullName": "application/vnd.api+json",
    "extensions": [],
    "description": "JSON:API document"
  },
  {
    "type": "application",
    "subtype": "problem+json",
    "fullName": "application/problem+json",
    "extensions": [],
    "description": "RFC 7807 problem details (JSON)"
  },
  {
    "type": "application",
    "subtype": "problem+xml",
    "fullName": "application/problem+xml",
    "extensions": [],
    "description": "RFC 7807 problem details (XML)"
  },
  {
    "type": "application",
    "subtype": "merge-patch+json",
    "fullName": "application/merge-patch+json",
    "extensions": [],
    "description": "JSON merge patch (RFC 7396)"
  },
  {
    "type": "application",
    "subtype": "json-patch+json",
    "fullName": "application/json-patch+json",
    "extensions": [],
    "description": "JSON Patch (RFC 6902)"
  },
  {
    "type": "application",
    "subtype": "jose",
    "fullName": "application/jose",
    "extensions": [],
    "description": "JOSE compact serialization"
  },
  {
    "type": "application",
    "subtype": "jwt",
    "fullName": "application/jwt",
    "extensions": [],
    "description": "JSON Web Token"
  },
  {
    "type": "application",
    "subtype": "sql",
    "fullName": "application/sql",
    "extensions": [
      "sql"
    ],
    "description": "SQL script"
  },
  {
    "type": "application",
    "subtype": "yaml",
    "fullName": "application/yaml",
    "extensions": [
      "yaml",
      "yml"
    ],
    "description": "YAML document"
  },
  {
    "type": "application",
    "subtype": "toml",
    "fullName": "application/toml",
    "extensions": [
      "toml"
    ],
    "description": "TOML document"
  },
  {
    "type": "application",
    "subtype": "msword",
    "fullName": "application/msword",
    "extensions": [
      "doc"
    ],
    "description": "Microsoft Word (legacy)"
  },
  {
    "type": "application",
    "subtype": "vnd.openxmlformats-officedocument.wordprocessingml.document",
    "fullName": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
    "extensions": [
      "docx"
    ],
    "description": "Microsoft Word (OOXML)"
  },
  {
    "type": "application",
    "subtype": "vnd.ms-excel",
    "fullName": "application/vnd.ms-excel",
    "extensions": [
      "xls"
    ],
    "description": "Microsoft Excel (legacy)"
  },
  {
    "type": "application",
    "subtype": "vnd.openxmlformats-officedocument.spreadsheetml.sheet",
    "fullName": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
    "extensions": [
      "xlsx"
    ],
    "description": "Microsoft Excel (OOXML)"
  },
  {
    "type": "application",
    "subtype": "vnd.ms-powerpoint",
    "fullName": "application/vnd.ms-powerpoint",
    "extensions": [
      "ppt"
    ],
    "description": "Microsoft PowerPoint (legacy)"
  },
  {
    "type": "application",
    "subtype": "vnd.openxmlformats-officedocument.presentationml.presentation",
    "fullName": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
    "extensions": [
      "pptx"
    ],
    "description": "Microsoft PowerPoint (OOXML)"
  },
  {
    "type": "application",
    "subtype": "vnd.oasis.opendocument.text",
    "fullName": "application/vnd.oasis.opendocument.text",
    "extensions": [
      "odt"
    ],
    "description": "OpenDocument Text"
  },
  {
    "type": "application",
    "subtype": "vnd.oasis.opendocument.spreadsheet",
    "fullName": "application/vnd.oasis.opendocument.spreadsheet",
    "extensions": [
      "ods"
    ],
    "description": "OpenDocument Spreadsheet"
  },
  {
    "type": "application",
    "subtype": "vnd.oasis.opendocument.presentation",
    "fullName": "application/vnd.oasis.opendocument.presentation",
    "extensions": [
      "odp"
    ],
    "description": "OpenDocument Presentation"
  },
  {
    "type": "application",
    "subtype": "epub+zip",
    "fullName": "application/epub+zip",
    "extensions": [
      "epub"
    ],
    "description": "EPUB ebook"
  },
  {
    "type": "application",
    "subtype": "x-mobipocket-ebook",
    "fullName": "application/x-mobipocket-ebook",
    "extensions": [
      "mobi"
    ],
    "description": "Mobipocket ebook"
  },
  {
    "type": "application",
    "subtype": "vnd.amazon.ebook",
    "fullName": "application/vnd.amazon.ebook",
    "extensions": [
      "azw"
    ],
    "description": "Kindle ebook"
  },
  {
    "type": "application",
    "subtype": "x-shockwave-flash",
    "fullName": "application/x-shockwave-flash",
    "extensions": [
      "swf"
    ],
    "description": "Adobe Flash"
  },
  {
    "type": "application",
    "subtype": "x-debian-package",
    "fullName": "application/x-debian-package",
    "extensions": [
      "deb"
    ],
    "description": "Debian package"
  },
  {
    "type": "application",
    "subtype": "x-rpm",
    "fullName": "application/x-rpm",
    "extensions": [
      "rpm"
    ],
    "description": "RPM package"
  },
  {
    "type": "application",
    "subtype": "x-msdownload",
    "fullName": "application/x-msdownload",
    "extensions": [
      "exe",
      "dll"
    ],
    "description": "Microsoft executable"
  },
  {
    "type": "application",
    "subtype": "vnd.android.package-archive",
    "fullName": "application/vnd.android.package-archive",
    "extensions": [
      "apk"
    ],
    "description": "Android package"
  },
  {
    "type": "application",
    "subtype": "vnd.apple.installer+xml",
    "fullName": "application/vnd.apple.installer+xml",
    "extensions": [
      "mpkg"
    ],
    "description": "Apple installer package"
  },
  {
    "type": "application",
    "subtype": "vnd.apple.pkpass",
    "fullName": "application/vnd.apple.pkpass",
    "extensions": [
      "pkpass"
    ],
    "description": "Apple Wallet pass"
  },
  {
    "type": "application",
    "subtype": "x-apple-diskimage",
    "fullName": "application/x-apple-diskimage",
    "extensions": [
      "dmg"
    ],
    "description": "Apple disk image"
  },
  {
    "type": "application",
    "subtype": "x-iso9660-image",
    "fullName": "application/x-iso9660-image",
    "extensions": [
      "iso"
    ],
    "description": "ISO 9660 disk image"
  },
  {
    "type": "application",
    "subtype": "vnd.google-earth.kml+xml",
    "fullName": "application/vnd.google-earth.kml+xml",
    "extensions": [
      "kml"
    ],
    "description": "Google Earth KML"
  },
  {
    "type": "application",
    "subtype": "vnd.google-earth.kmz",
    "fullName": "application/vnd.google-earth.kmz",
    "extensions": [
      "kmz"
    ],
    "description": "Google Earth KMZ (compressed KML)"
  },
  {
    "type": "application",
    "subtype": "gpx+xml",
    "fullName": "application/gpx+xml",
    "extensions": [
      "gpx"
    ],
    "description": "GPS Exchange Format"
  },
  {
    "type": "application",
    "subtype": "geo+json",
    "fullName": "application/geo+json",
    "extensions": [
      "geojson"
    ],
    "description": "GeoJSON"
  },
  {
    "type": "application",
    "subtype": "x-protobuf",
    "fullName": "application/x-protobuf",
    "extensions": [
      "proto"
    ],
    "description": "Protocol Buffers binary"
  },
  {
    "type": "application",
    "subtype": "grpc",
    "fullName": "application/grpc",
    "extensions": [],
    "description": "gRPC over HTTP/2"
  },
  {
    "type": "application",
    "subtype": "grpc-web",
    "fullName": "application/grpc-web",
    "extensions": [],
    "description": "gRPC-Web"
  },
  {
    "type": "application",
    "subtype": "x-protobuf-text",
    "fullName": "application/x-protobuf-text",
    "extensions": [
      "txtpb"
    ],
    "description": "Protocol Buffers text format"
  },
  {
    "type": "application",
    "subtype": "vnd.ms-fontobject",
    "fullName": "application/vnd.ms-fontobject",
    "extensions": [
      "eot"
    ],
    "description": "Embedded OpenType font"
  },
  {
    "type": "application",
    "subtype": "x-font-ttf",
    "fullName": "application/x-font-ttf",
    "extensions": [
      "ttf"
    ],
    "description": "TrueType font (deprecated; use font/ttf)"
  },
  {
    "type": "application",
    "subtype": "x-font-otf",
    "fullName": "application/x-font-otf",
    "extensions": [
      "otf"
    ],
    "description": "OpenType font (deprecated; use font/otf)"
  },
  {
    "type": "application",
    "subtype": "x-httpd-php",
    "fullName": "application/x-httpd-php",
    "extensions": [
      "php"
    ],
    "description": "PHP source"
  },
  {
    "type": "application",
    "subtype": "x-yaml",
    "fullName": "application/x-yaml",
    "extensions": [
      "yaml",
      "yml"
    ],
    "description": "YAML document (legacy)"
  },
  {
    "type": "application",
    "subtype": "hal+json",
    "fullName": "application/hal+json",
    "extensions": [],
    "description": "HAL+JSON hypermedia"
  },
  {
    "type": "application",
    "subtype": "vnd.ms-cab-compressed",
    "fullName": "application/vnd.ms-cab-compressed",
    "extensions": [
      "cab"
    ],
    "description": "Microsoft Cabinet archive"
  },
  {
    "type": "application",
    "subtype": "x-bittorrent",
    "fullName": "application/x-bittorrent",
    "extensions": [
      "torrent"
    ],
    "description": "BitTorrent file"
  },
  {
    "type": "application",
    "subtype": "vnd.tcpdump.pcap",
    "fullName": "application/vnd.tcpdump.pcap",
    "extensions": [
      "pcap"
    ],
    "description": "Packet capture"
  },
  {
    "type": "application",
    "subtype": "x-sh",
    "fullName": "application/x-sh",
    "extensions": [
      "sh"
    ],
    "description": "Bourne shell script"
  },
  {
    "type": "application",
    "subtype": "x-csh",
    "fullName": "application/x-csh",
    "extensions": [
      "csh"
    ],
    "description": "C-Shell script"
  },
  {
    "type": "application",
    "subtype": "vnd.mozilla.xul+xml",
    "fullName": "application/vnd.mozilla.xul+xml",
    "extensions": [
      "xul"
    ],
    "description": "Mozilla XUL"
  },
  {
    "type": "application",
    "subtype": "x-pkcs12",
    "fullName": "application/x-pkcs12",
    "extensions": [
      "p12",
      "pfx"
    ],
    "description": "PKCS #12 archive"
  },
  {
    "type": "application",
    "subtype": "pkix-cert",
    "fullName": "application/pkix-cert",
    "extensions": [
      "cer"
    ],
    "description": "X.509 certificate"
  },
  {
    "type": "application",
    "subtype": "x-x509-ca-cert",
    "fullName": "application/x-x509-ca-cert",
    "extensions": [
      "crt",
      "der"
    ],
    "description": "X.509 CA certificate"
  },
  {
    "type": "application",
    "subtype": "vnd.dart",
    "fullName": "application/vnd.dart",
    "extensions": [
      "dart"
    ],
    "description": "Dart source"
  },
  {
    "type": "text",
    "subtype": "plain",
    "fullName": "text/plain",
    "extensions": [
      "txt",
      "log",
      "ini",
      "cfg"
    ],
    "description": "Plain text"
  },
  {
    "type": "text",
    "subtype": "html",
    "fullName": "text/html",
    "extensions": [
      "html",
      "htm"
    ],
    "description": "HTML document"
  },
  {
    "type": "text",
    "subtype": "css",
    "fullName": "text/css",
    "extensions": [
      "css"
    ],
    "description": "Cascading Style Sheets"
  },
  {
    "type": "text",
    "subtype": "javascript",
    "fullName": "text/javascript",
    "extensions": [
      "js",
      "mjs"
    ],
    "description": "JavaScript program"
  },
  {
    "type": "text",
    "subtype": "csv",
    "fullName": "text/csv",
    "extensions": [
      "csv"
    ],
    "description": "Comma-separated values"
  },
  {
    "type": "text",
    "subtype": "tab-separated-values",
    "fullName": "text/tab-separated-values",
    "extensions": [
      "tsv"
    ],
    "description": "Tab-separated values"
  },
  {
    "type": "text",
    "subtype": "markdown",
    "fullName": "text/markdown",
    "extensions": [
      "md",
      "markdown"
    ],
    "description": "Markdown document"
  },
  {
    "type": "text",
    "subtype": "xml",
    "fullName": "text/xml",
    "extensions": [
      "xml"
    ],
    "description": "XML document (text)"
  },
  {
    "type": "text",
    "subtype": "x-yaml",
    "fullName": "text/x-yaml",
    "extensions": [
      "yaml",
      "yml"
    ],
    "description": "YAML document (text)"
  },
  {
    "type": "text",
    "subtype": "calendar",
    "fullName": "text/calendar",
    "extensions": [
      "ics"
    ],
    "description": "iCalendar file"
  },
  {
    "type": "text",
    "subtype": "vcard",
    "fullName": "text/vcard",
    "extensions": [
      "vcf"
    ],
    "description": "vCard contact"
  },
  {
    "type": "text",
    "subtype": "vtt",
    "fullName": "text/vtt",
    "extensions": [
      "vtt"
    ],
    "description": "WebVTT captions"
  },
  {
    "type": "text",
    "subtype": "event-stream",
    "fullName": "text/event-stream",
    "extensions": [],
    "description": "Server-Sent Events stream"
  },
  {
    "type": "text",
    "subtype": "x-c",
    "fullName": "text/x-c",
    "extensions": [
      "c",
      "h"
    ],
    "description": "C source"
  },
  {
    "type": "text",
    "subtype": "x-python",
    "fullName": "text/x-python",
    "extensions": [
      "py"
    ],
    "description": "Python source"
  },
  {
    "type": "text",
    "subtype": "x-go",
    "fullName": "text/x-go",
    "extensions": [
      "go"
    ],
    "description": "Go source"
  },
  {
    "type": "text",
    "subtype": "x-rust",
    "fullName": "text/x-rust",
    "extensions": [
      "rs"
    ],
    "description": "Rust source"
  },
  {
    "type": "text",
    "subtype": "x-shellscript",
    "fullName": "text/x-shellscript",
    "extensions": [
      "sh"
    ],
    "description": "Shell script"
  },
  {
    "type": "text",
    "subtype": "x-typescript",
    "fullName": "text/x-typescript",
    "extensions": [
      "ts",
      "tsx"
    ],
    "description": "TypeScript source"
  },
  {
    "type": "image",
    "subtype": "png",
    "fullName": "image/png",
    "extensions": [
      "png"
    ],
    "description": "PNG image"
  },
  {
    "type": "image",
    "subtype": "jpeg",
    "fullName": "image/jpeg",
    "extensions": [
      "jpg",
      "jpeg",
      "jpe"
    ],
    "description": "JPEG image"
  },
  {
    "type": "image",
    "subtype": "gif",
    "fullName": "image/gif",
    "extensions": [
      "gif"
    ],
    "description": "GIF image"
  },
  {
    "type": "image",
    "subtype": "webp",
    "fullName": "image/webp",
    "extensions": [
      "webp"
    ],
    "description": "WebP image"
  },
  {
    "type": "image",
    "subtype": "avif",
    "fullName": "image/avif",
    "extensions": [
      "avif"
    ],
    "description": "AVIF image"
  },
  {
    "type": "image",
    "subtype": "svg+xml",
    "fullName": "image/svg+xml",
    "extensions": [
      "svg"
    ],
    "description": "SVG vector image"
  },
  {
    "type": "image",
    "subtype": "vnd.microsoft.icon",
    "fullName": "image/vnd.microsoft.icon",
    "extensions": [
      "ico"
    ],
    "description": "Windows icon"
  },
  {
    "type": "image",
    "subtype": "x-icon",
    "fullName": "image/x-icon",
    "extensions": [
      "ico"
    ],
    "description": "Icon (legacy)"
  },
  {
    "type": "image",
    "subtype": "tiff",
    "fullName": "image/tiff",
    "extensions": [
      "tif",
      "tiff"
    ],
    "description": "TIFF image"
  },
  {
    "type": "image",
    "subtype": "bmp",
    "fullName": "image/bmp",
    "extensions": [
      "bmp"
    ],
    "description": "Windows Bitmap"
  },
  {
    "type": "image",
    "subtype": "heic",
    "fullName": "image/heic",
    "extensions": [
      "heic"
    ],
    "description": "High Efficiency Image File"
  },
  {
    "type": "image",
    "subtype": "heif",
    "fullName": "image/heif",
    "extensions": [
      "heif"
    ],
    "description": "High Efficiency Image Format"
  },
  {
    "type": "image",
    "subtype": "apng",
    "fullName": "image/apng",
    "extensions": [
      "apng"
    ],
    "description": "Animated PNG"
  },
  {
    "type": "image",
    "subtype": "jxl",
    "fullName": "image/jxl",
    "extensions": [
      "jxl"
    ],
    "description": "JPEG XL image"
  },
  {
    "type": "image",
    "subtype": "vnd.adobe.photoshop",
    "fullName": "image/vnd.adobe.photoshop",
    "extensions": [
      "psd"
    ],
    "description": "Photoshop document"
  },
  {
    "type": "audio",
    "subtype": "mpeg",
    "fullName": "audio/mpeg",
    "extensions": [
      "mp3"
    ],
    "description": "MP3 audio"
  },
  {
    "type": "audio",
    "subtype": "mp4",
    "fullName": "audio/mp4",
    "extensions": [
      "m4a",
      "mp4a"
    ],
    "description": "MP4 audio"
  },
  {
    "type": "audio",
    "subtype": "aac",
    "fullName": "audio/aac",
    "extensions": [
      "aac"
    ],
    "description": "AAC audio"
  },
  {
    "type": "audio",
    "subtype": "ogg",
    "fullName": "audio/ogg",
    "extensions": [
      "ogg",
      "oga"
    ],
    "description": "Ogg audio"
  },
  {
    "type": "audio",
    "subtype": "opus",
    "fullName": "audio/opus",
    "extensions": [
      "opus"
    ],
    "description": "Opus audio"
  },
  {
    "type": "audio",
    "subtype": "wav",
    "fullName": "audio/wav",
    "extensions": [
      "wav"
    ],
    "description": "Waveform audio"
  },
  {
    "type": "audio",
    "subtype": "webm",
    "fullName": "audio/webm",
    "extensions": [
      "weba"
    ],
    "description": "WebM audio"
  },
  {
    "type": "audio",
    "subtype": "flac",
    "fullName": "audio/flac",
    "extensions": [
      "flac"
    ],
    "description": "FLAC lossless audio"
  },
  {
    "type": "audio",
    "subtype": "midi",
    "fullName": "audio/midi",
    "extensions": [
      "mid",
      "midi"
    ],
    "description": "MIDI"
  },
  {
    "type": "audio",
    "subtype": "x-ms-wma",
    "fullName": "audio/x-ms-wma",
    "extensions": [
      "wma"
    ],
    "description": "Windows Media Audio"
  },
  {
    "type": "video",
    "subtype": "mp4",
    "fullName": "video/mp4",
    "extensions": [
      "mp4",
      "m4v"
    ],
    "description": "MPEG-4 video"
  },
  {
    "type": "video",
    "subtype": "webm",
    "fullName": "video/webm",
    "extensions": [
      "webm"
    ],
    "description": "WebM video"
  },
  {
    "type": "video",
    "subtype": "ogg",
    "fullName": "video/ogg",
    "extensions": [
      "ogv"
    ],
    "description": "Ogg video"
  },
  {
    "type": "video",
    "subtype": "mpeg",
    "fullName": "video/mpeg",
    "extensions": [
      "mpeg",
      "mpg"
    ],
    "description": "MPEG video"
  },
  {
    "type": "video",
    "subtype": "quicktime",
    "fullName": "video/quicktime",
    "extensions": [
      "mov",
      "qt"
    ],
    "description": "QuickTime movie"
  },
  {
    "type": "video",
    "subtype": "x-msvideo",
    "fullName": "video/x-msvideo",
    "extensions": [
      "avi"
    ],
    "description": "AVI video"
  },
  {
    "type": "video",
    "subtype": "x-ms-wmv",
    "fullName": "video/x-ms-wmv",
    "extensions": [
      "wmv"
    ],
    "description": "Windows Media Video"
  },
  {
    "type": "video",
    "subtype": "x-matroska",
    "fullName": "video/x-matroska",
    "extensions": [
      "mkv"
    ],
    "description": "Matroska video"
  },
  {
    "type": "video",
    "subtype": "3gpp",
    "fullName": "video/3gpp",
    "extensions": [
      "3gp"
    ],
    "description": "3GPP video"
  },
  {
    "type": "video",
    "subtype": "3gpp2",
    "fullName": "video/3gpp2",
    "extensions": [
      "3g2"
    ],
    "description": "3GPP2 video"
  },
  {
    "type": "video",
    "subtype": "mp2t",
    "fullName": "video/mp2t",
    "extensions": [
      "ts"
    ],
    "description": "MPEG-2 Transport Stream"
  },
  {
    "type": "font",
    "subtype": "woff",
    "fullName": "font/woff",
    "extensions": [
      "woff"
    ],
    "description": "Web Open Font Format"
  },
  {
    "type": "font",
    "subtype": "woff2",
    "fullName": "font/woff2",
    "extensions": [
      "woff2"
    ],
    "description": "Web Open Font Format 2"
  },
  {
    "type": "font",
    "subtype": "ttf",
    "fullName": "font/ttf",
    "extensions": [
      "ttf"
    ],
    "description": "TrueType font"
  },
  {
    "type": "font",
    "subtype": "otf",
    "fullName": "font/otf",
    "extensions": [
      "otf"
    ],
    "description": "OpenType font"
  },
  {
    "type": "font",
    "subtype": "collection",
    "fullName": "font/collection",
    "extensions": [
      "ttc"
    ],
    "description": "TrueType collection"
  },
  {
    "type": "multipart",
    "subtype": "form-data",
    "fullName": "multipart/form-data",
    "extensions": [],
    "description": "Form data with file uploads"
  },
  {
    "type": "multipart",
    "subtype": "mixed",
    "fullName": "multipart/mixed",
    "extensions": [],
    "description": "Mixed multipart payload"
  },
  {
    "type": "multipart",
    "subtype": "alternative",
    "fullName": "multipart/alternative",
    "extensions": [],
    "description": "Alternative representations of the same content"
  },
  {
    "type": "multipart",
    "subtype": "byteranges",
    "fullName": "multipart/byteranges",
    "extensions": [],
    "description": "Multipart byte-range response"
  },
  {
    "type": "multipart",
    "subtype": "related",
    "fullName": "multipart/related",
    "extensions": [],
    "description": "Related body parts (e.g., HTML email with images)"
  },
  {
    "type": "message",
    "subtype": "http",
    "fullName": "message/http",
    "extensions": [],
    "description": "HTTP message"
  },
  {
    "type": "message",
    "subtype": "rfc822",
    "fullName": "message/rfc822",
    "extensions": [
      "eml"
    ],
    "description": "Email message"
  }
]
