YAML
MIMEタイプ - YAML
MIMEタイプ(Multipurpose Internet Mail Extensions)は、ファイルの種類とコンテンツ形式を識別するための2部構成の識別子です。元々は1996年にRFC 2045で電子メールの添付ファイル形式を指定するために定義されましたが、現在ではHTTP通信、HTML文書、オペレーティングシステムなど幅広い場面で使用されています。IANAが公式レジストリを管理しており、application、audio、image、text、videoなど11のトップレベルカテゴリに1000種類以上のMIMEタイプが登録されています。
インターネット
ファイル形式
IANA
RFC
ウェブ標準
HTTP
- code: "application/json"
slug: "application-json"
name: "JSON"
description: "JavaScript Object Notation形式のデータを表すMIMEタイプです。"
category: "アプリケーション"
- code: "application/xml"
slug: "application-xml"
name: "XML"
description: "Extensible Markup Language形式のデータを表すMIMEタイプです。"
category: "アプリケーション"
- code: "application/pdf"
slug: "application-pdf"
name: "PDF"
description: "Portable Document Format形式の文書を表すMIMEタイプです。"
category: "アプリケーション"
- code: "application/zip"
slug: "application-zip"
name: "ZIP圧縮ファイル"
description: "ZIP形式で圧縮されたアーカイブファイルを表すMIMEタイプです。"
category: "アプリケーション"
- code: "application/gzip"
slug: "application-gzip"
name: "GZIP圧縮ファイル"
description: "GZIP形式で圧縮されたファイルを表すMIMEタイプです。"
category: "アプリケーション"
- code: "application/octet-stream"
slug: "application-octet-stream"
name: "バイナリデータ"
description: "任意のバイナリデータを表す汎用的なMIMEタイプです。"
category: "アプリケーション"
- code: "application/javascript"
slug: "application-javascript"
name: "JavaScript"
description: "JavaScriptコードを表すMIMEタイプです。"
category: "アプリケーション"
- code: "application/ld+json"
slug: "application-ld-json"
name: "JSON-LD"
description: "JSON-LD(Linked Data)形式のデータを表すMIMEタイプです。"
category: "アプリケーション"
- code: "application/x-www-form-urlencoded"
slug: "application-x-www-form-urlencoded"
name: "URLエンコードフォームデータ"
description: "HTMLフォームから送信されるURLエンコードされたデータを表すMIMEタイプです。"
category: "アプリケーション"
- code: "application/vnd.ms-excel"
slug: "application-vnd-ms-excel"
name: "Microsoft Excel(旧形式)"
description: "Microsoft Excelの旧形式(.xls)を表すMIMEタイプです。"
category: "アプリケーション"
- code: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
slug: "application-vnd-openxmlformats-spreadsheetml-sheet"
name: "Microsoft Excel(現行形式)"
description: "Microsoft Excelの現行形式(.xlsx)を表すMIMEタイプです。"
category: "アプリケーション"
- code: "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
slug: "application-vnd-openxmlformats-wordprocessingml-document"
name: "Microsoft Word(現行形式)"
description: "Microsoft Wordの現行形式(.docx)を表すMIMEタイプです。"
category: "アプリケーション"
- code: "audio/mpeg"
slug: "audio-mpeg"
name: "MP3音声"
description: "MPEG Audio Layer III(MP3)形式の音声を表すMIMEタイプです。"
category: "音声"
- code: "audio/ogg"
slug: "audio-ogg"
name: "Ogg音声"
description: "Ogg Vorbis形式の音声を表すMIMEタイプです。"
category: "音声"
- code: "audio/wav"
slug: "audio-wav"
name: "WAV音声"
description: "Waveform Audio File Format形式の音声を表すMIMEタイプです。"
category: "音声"
- code: "audio/webm"
slug: "audio-webm"
name: "WebM音声"
description: "WebM形式の音声を表すMIMEタイプです。"
category: "音声"
- code: "font/woff"
slug: "font-woff"
name: "WOFFフォント"
description: "Web Open Font Format形式のフォントを表すMIMEタイプです。"
category: "フォント"
- code: "font/woff2"
slug: "font-woff2"
name: "WOFF2フォント"
description: "Web Open Font Format 2.0形式のフォントを表すMIMEタイプです。"
category: "フォント"
- code: "image/jpeg"
slug: "image-jpeg"
name: "JPEG画像"
description: "JPEG形式の画像を表すMIMEタイプです。"
category: "画像"
- code: "image/png"
slug: "image-png"
name: "PNG画像"
description: "Portable Network Graphics形式の画像を表すMIMEタイプです。"
category: "画像"
- code: "image/gif"
slug: "image-gif"
name: "GIF画像"
description: "Graphics Interchange Format形式の画像を表すMIMEタイプです。"
category: "画像"
- code: "image/webp"
slug: "image-webp"
name: "WebP画像"
description: "WebP形式の画像を表すMIMEタイプです。"
category: "画像"
- code: "image/svg+xml"
slug: "image-svg-xml"
name: "SVG画像"
description: "Scalable Vector Graphics形式の画像を表すMIMEタイプです。"
category: "画像"
- code: "image/avif"
slug: "image-avif"
name: "AVIF画像"
description: "AV1 Image File Format形式の画像を表すMIMEタイプです。"
category: "画像"
- code: "multipart/form-data"
slug: "multipart-form-data"
name: "マルチパートフォームデータ"
description: "ファイルアップロードを含むHTMLフォームデータを表すMIMEタイプです。"
category: "マルチパート"
- code: "text/plain"
slug: "text-plain"
name: "プレーンテキスト"
description: "書式なしのプレーンテキストを表すMIMEタイプです。"
category: "テキスト"
- code: "text/html"
slug: "text-html"
name: "HTML文書"
description: "HyperText Markup Language形式の文書を表すMIMEタイプです。"
category: "テキスト"
- code: "text/css"
slug: "text-css"
name: "CSSスタイルシート"
description: "Cascading Style Sheets形式のスタイルシートを表すMIMEタイプです。"
category: "テキスト"
- code: "text/csv"
slug: "text-csv"
name: "CSV形式データ"
description: "カンマ区切り値形式のデータを表すMIMEタイプです。"
category: "テキスト"
- code: "text/markdown"
slug: "text-markdown"
name: "Markdown文書"
description: "Markdown形式のテキストを表すMIMEタイプです。"
category: "テキスト"
- code: "video/mp4"
slug: "video-mp4"
name: "MP4動画"
description: "MPEG-4 Part 14形式の動画を表すMIMEタイプです。"
category: "動画"
- code: "video/webm"
slug: "video-webm"
name: "WebM動画"
description: "WebM形式の動画を表すMIMEタイプです。"
category: "動画"
- code: "video/ogg"
slug: "video-ogg"
name: "Ogg動画"
description: "Ogg Theora形式の動画を表すMIMEタイプです。"
category: "動画"