diff --git a/fluentd/Gemfile b/fluentd/Gemfile index f6a9b392f..673cb1f65 100644 --- a/fluentd/Gemfile +++ b/fluentd/Gemfile @@ -3,7 +3,7 @@ gem 'fluentd', ENV['FLUENTD_VERSION'], :source=>"https://rubygems.org" gem 'elasticsearch-transport' gem 'elasticsearch-api' gem 'elasticsearch' -gem 'fluent-plugin-kubernetes_metadata_filter', '2.7.1' +gem 'fluent-plugin-kubernetes_metadata_filter', '2.9.3' gem 'fluent-plugin-cloudwatch-logs' gem 'fluent-plugin-concat' gem 'fluent-plugin-detect-exceptions', "0.0.14" diff --git a/fluentd/Gemfile.lock b/fluentd/Gemfile.lock index c08e26894..c3153b144 100644 --- a/fluentd/Gemfile.lock +++ b/fluentd/Gemfile.lock @@ -63,9 +63,9 @@ GEM fluentd (>= 0.14.10, < 2) ltsv ruby-kafka (>= 0.7.8, < 2) - fluent-plugin-kubernetes_metadata_filter (2.7.1) - fluentd (>= 0.14.0, < 1.14) - kubeclient (< 5) + fluent-plugin-kubernetes_metadata_filter (2.9.3) + fluentd (>= 0.14.0, < 1.15) + kubeclient (>= 4.0.0, < 5.0.0) lru_redux fluent-plugin-label-router (0.2.4) fluentd (>= 0.14.10, < 2) @@ -123,9 +123,9 @@ GEM rest-client (~> 2.0) lru_redux (1.1.0) ltsv (0.1.2) - mime-types (3.3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2021.0901) + mime-types-data (3.2021.1115) msgpack (1.3.3) multi_json (1.15.0) multipart-post (2.1.1) @@ -180,7 +180,7 @@ DEPENDENCIES fluent-plugin-elasticsearch fluent-plugin-grafana-loki fluent-plugin-kafka - fluent-plugin-kubernetes_metadata_filter (= 2.7.1) + fluent-plugin-kubernetes_metadata_filter (= 2.9.3) fluent-plugin-label-router fluent-plugin-multi-format-parser fluent-plugin-prometheus diff --git a/fluentd/rh-manifest.txt b/fluentd/rh-manifest.txt index 4e52f057b..f8c52b5d0 100644 --- a/fluentd/rh-manifest.txt +++ b/fluentd/rh-manifest.txt @@ -37,7 +37,7 @@ rubygem-faraday 1.0.1 https://lostisland.github.io/faraday rubygem-ffi 1.11.3 https://github.com/ffi/ffi/wiki rubygem-fluent-mixin-config-placeholders 0.4.0 https://github.com/tagomoris/fluent-mixin-config-placeholders rubygem-fluent-plugin-elasticsearch 5.0.5 https://github.com/uken/fluent-plugin-elasticsearch -rubygem-fluent-plugin-kubernetes_metadata_filter 2.7.1 https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter +rubygem-fluent-plugin-kubernetes_metadata_filter 2.9.3 https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter rubygem-fluent-plugin-prometheus 1.7.3 https://github.com/fluent/fluent-plugin-prometheus rubygem-fluent-plugin-record-modifier 2.1.0 https://github.com/repeatedly/fluent-plugin-record-modifier rubygem-fluent-plugin-remote-syslog 1.1 https://github.com/docebo/fluent-plugin-remote-syslog @@ -49,8 +49,8 @@ rubygem-http-form_data 2.3.0 https://github.com/httprb/form_data.rb rubygem-http_parser.rb 0.6.0 http://github.com/tmm1/http_parser.rb rubygem-kubeclient 4.9.2 https://github.com/abonas/kubeclient rubygem-lru_redux 1.1.0 https://github.com/SamSaffron/lru_redux -rubygem-mime-types 3.3.1 https://github.com/mime-types/ruby-mime-types/ -rubygem-mime-types-data 3.2021.0901 https://github.com/mime-types/mime-types-data/ +rubygem-mime-types 3.4.1 https://github.com/mime-types/ruby-mime-types/ +rubygem-mime-types-data 3.2021.1115 https://github.com/mime-types/mime-types-data/ rubygem-msgpack 1.3.3 http://msgpack.org/ rubygem-multi_json 1.15.0 https://github.com/intridea/multi_json rubygem-multipart-post 2.1.1 https://github.com/nicksieger/multipart-post diff --git a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/.circleci/config.yml b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/.circleci/config.yml index 1a0635af4..24533a791 100644 --- a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/.circleci/config.yml +++ b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/.circleci/config.yml @@ -12,7 +12,7 @@ missingdeps: &missingdeps cat /etc/os-release printf "deb http://deb.debian.org/debian buster main\ndeb http://security.debian.org buster/updates main\ndeb-src http://security.debian.org buster/updates main" > /tmp/sources.list sudo cp /tmp/sources.list /etc/apt/sources.list - sudo apt-get update + sudo apt-get --allow-releaseinfo-change update sudo apt-get install cmake libicu-dev libssl-dev test: &test diff --git a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/Gemfile.lock b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/Gemfile.lock index 405bfa72b..9d1b4e41b 100644 --- a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/Gemfile.lock +++ b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/Gemfile.lock @@ -1,17 +1,17 @@ PATH remote: . specs: - fluent-plugin-kubernetes_metadata_filter (2.7.1) - fluentd (>= 0.14.0, < 1.14) - kubeclient (< 5) + fluent-plugin-kubernetes_metadata_filter (2.9.3) + fluentd (>= 0.14.0, < 1.15) + kubeclient (>= 4.0.0, < 5.0.0) lru_redux GEM remote: https://rubygems.org/ specs: - addressable (2.7.0) + addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - ast (2.4.1) + ast (2.4.2) bump (0.10.0) charlock_holmes (0.7.7) codeclimate-test-reporter (0.6.0) @@ -22,27 +22,27 @@ GEM github-linguist crack (0.4.5) rexml - docile (1.3.5) + docile (1.4.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) escape_utils (1.2.1) - ffi (1.15.1) + ffi (1.15.4) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake - fluentd (1.13.0) + fluentd (1.14.3) bundler cool.io (>= 1.4.5, < 2.0.0) - http_parser.rb (>= 0.5.1, < 0.7.0) + http_parser.rb (>= 0.5.1, < 0.9.0) msgpack (>= 1.3.1, < 2.0.0) serverengine (>= 2.2.2, < 3.0.0) sigdump (~> 0.2.2) - strptime (>= 0.2.2, < 1.0.0) + strptime (>= 0.2.4, < 1.0.0) tzinfo (>= 1.0, < 3.0) tzinfo-data (~> 1.0) webrick (>= 1.4.2, < 1.8.0) yajl-ruby (~> 1.0) - github-linguist (7.12.2) + github-linguist (7.17.0) charlock_holmes (~> 0.7.7) escape_utils (~> 1.2.0) mini_mime (~> 1.0) @@ -59,7 +59,7 @@ GEM http-form_data (2.3.0) http-parser (1.2.3) ffi-compiler (>= 1.0, < 2.0) - http_parser.rb (0.6.0) + http_parser.rb (0.8.0) jsonpath (1.1.0) multi_json kubeclient (4.9.2) @@ -68,43 +68,43 @@ GEM recursive-open-struct (~> 1.1, >= 1.1.1) rest-client (~> 2.0) lru_redux (1.1.0) - mime-types (3.3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2021.0225) - mini_mime (1.0.2) + mime-types-data (3.2021.1115) + mini_mime (1.1.2) minitest (4.7.5) msgpack (1.4.2) multi_json (1.15.0) netrc (0.11.0) - parallel (1.20.1) - parser (3.0.0.0) + parallel (1.21.0) + parser (3.0.2.0) ast (~> 2.4.1) - power_assert (1.2.0) + power_assert (2.0.1) public_suffix (4.0.6) rainbow (3.0.0) - rake (13.0.3) + rake (13.0.6) recursive-open-struct (1.1.3) - regexp_parser (2.0.3) + regexp_parser (2.1.1) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) rexml (3.2.5) - rr (1.2.1) - rubocop (1.8.1) + rr (3.0.8) + rubocop (1.22.3) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 1.2.0, < 2.0) + rubocop-ast (>= 1.12.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.0) - parser (>= 2.7.1.5) + rubocop-ast (1.12.0) + parser (>= 3.0.1.1) ruby-progressbar (1.11.0) - rugged (1.1.0) + rugged (1.2.0) serverengine (2.2.4) sigdump (~> 0.2.2) sigdump (0.2.4) @@ -113,7 +113,7 @@ GEM simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) - simplecov_json_formatter (0.1.2) + simplecov_json_formatter (0.1.3) strptime (0.2.5) test-unit (3.0.9) power_assert @@ -122,15 +122,15 @@ GEM test-unit (>= 2.5.2) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - tzinfo-data (1.2021.1) + tzinfo-data (1.2021.5) tzinfo (>= 1.0.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.7) - unicode-display_width (2.0.0) + unf_ext (0.0.8) + unicode-display_width (2.1.0) vcr (6.0.0) - webmock (3.11.1) - addressable (>= 2.3.6) + webmock (3.14.0) + addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) webrick (1.7.0) diff --git a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/README.md b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/README.md index 2ead4a90d..946fad157 100644 --- a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/README.md +++ b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/README.md @@ -45,8 +45,10 @@ This must used named capture groups for `container_name`, `pod_name` & `namespac * `cache_size` - size of the cache of Kubernetes metadata to reduce requests to the API server (default: `1000`) * `cache_ttl` - TTL in seconds of each cached element. Set to negative value to disable TTL eviction (default: `3600` - 1 hour) * `watch` - set up a watch on pods on the API server for updates to metadata (default: `true`) -* `de_dot` - replace dots in labels and annotations with configured `de_dot_separator`, required for ElasticSearch 2.x compatibility (default: `true`) +* `de_dot` - replace dots in labels and annotations with configured `de_dot_separator`, required for Datadog and ElasticSearch 2.x compatibility (default: `true`) * `de_dot_separator` - separator to use if `de_dot` is enabled (default: `_`) +* `de_slash` - replace slashes in labels and annotations with configured `de_slash_separator`, required for Datadog compatibility (default: `false`) +* `de_slash_separator` - separator to use if `de_slash` is enabled (default: `__`) * *DEPRECATED* `use_journal` - If false, messages are expected to be formatted and tagged as if read by the fluentd in\_tail plugin with wildcard filename. If true, messages are expected to be formatted as if read from the systemd journal. The `MESSAGE` field has the full message. The `CONTAINER_NAME` field has the encoded k8s metadata (see below). The `CONTAINER_ID_FULL` field has the full container uuid. This requires docker to use the `--log-driver=journald` log driver. If unset (the default), the plugin will use the `CONTAINER_NAME` and `CONTAINER_ID_FULL` fields if available, otherwise, will use the tag in the `tag_to_kubernetes_name_regexp` format. * `container_name_to_kubernetes_regexp` - The regular expression used to extract the k8s metadata encoded in the journal `CONTAINER_NAME` field default: See [code](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter/blob/master/lib/fluent/plugin/filter_kubernetes_metadata.rb#L68) @@ -74,7 +76,7 @@ payload. The following configuration options are removed: One way of preserving JSON logs can be through the [parser plugin](https://docs.fluentd.org/filter/parser) -**NOTE** As of this release, the use of `use_journal` is **DEPRECATED**. If this setting is not present, the plugin will +**NOTE** As of release v2.1.4, the use of `use_journal` is **DEPRECATED**. If this setting is not present, the plugin will attempt to figure out the source of the metadata fields from the following: - If `lookup_from_k8s_field true` (the default) and the following fields are present in the record: `docker.container_id`, `kubernetes.namespace_name`, `kubernetes.pod_name`, `kubernetes.container_name`, diff --git a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/fluent-plugin-kubernetes_metadata_filter.gemspec b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/fluent-plugin-kubernetes_metadata_filter.gemspec index 189f0804d..587e39423 100644 --- a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/fluent-plugin-kubernetes_metadata_filter.gemspec +++ b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/fluent-plugin-kubernetes_metadata_filter.gemspec @@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = 'fluent-plugin-kubernetes_metadata_filter' - gem.version = '2.7.1' + gem.version = '2.9.3' gem.authors = ['Jimmi Dyson'] gem.email = ['jimmidyson@gmail.com'] gem.description = 'Filter plugin to add Kubernetes metadata' @@ -17,8 +17,8 @@ Gem::Specification.new do |gem| gem.required_ruby_version = '>= 2.5.0' - gem.add_runtime_dependency 'fluentd', ['>= 0.14.0', '< 1.14'] - gem.add_runtime_dependency 'kubeclient', '< 5' + gem.add_runtime_dependency 'fluentd', ['>= 0.14.0', '< 1.15'] + gem.add_runtime_dependency 'kubeclient', ['>= 4.0.0', '< 5.0.0'] gem.add_runtime_dependency 'lru_redux' gem.add_development_dependency 'bump' diff --git a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/lib/fluent/plugin/filter_kubernetes_metadata.rb b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/lib/fluent/plugin/filter_kubernetes_metadata.rb index 6920c145e..bd7c6283c 100644 --- a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/lib/fluent/plugin/filter_kubernetes_metadata.rb +++ b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/lib/fluent/plugin/filter_kubernetes_metadata.rb @@ -51,13 +51,23 @@ class KubernetesMetadataFilter < Fluent::Plugin::Filter config_param :client_key, :string, default: nil config_param :ca_file, :string, default: nil config_param :verify_ssl, :bool, default: true - config_param :tag_to_kubernetes_name_regexp, - :string, - default: 'var\.log\.containers\.(?[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)_(?[^_]+)_(?.+)-(?[a-z0-9]{64})\.log$' + + REGEX_VAR_LOG_PODS = '(?var\.log\.pods)\.(?[^_]+)_(?[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)_(?[a-z0-9-]*)\.(?.+)\..*\.log$' + REGEX_VAR_LOG_CONTAINERS = '(?var\.log\.containers)\.(?[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)_(?[^_]+)_(?.+)-(?[a-z0-9]{64})\.log$' + + #tag_to_kubernetes_name_regexp which must include named capture groups: + # namespace - The namespace in which the pod is deployed + # pod_name - The pod name + # container_name - The name of the container + # pod_uuid (/var/log/pods) | docker_id (/var/log/containers) - Unique identifier used in caching of either pod_uuid or the container hash + config_param :tag_to_kubernetes_name_regexp, :string, default: "(#{REGEX_VAR_LOG_PODS}|#{REGEX_VAR_LOG_CONTAINERS})" + config_param :bearer_token_file, :string, default: nil config_param :secret_dir, :string, default: '/var/run/secrets/kubernetes.io/serviceaccount' config_param :de_dot, :bool, default: true config_param :de_dot_separator, :string, default: '_' + config_param :de_slash, :bool, default: false + config_param :de_slash_separator, :string, default: '__' # if reading from the journal, the record will contain the following fields in the following # format: # CONTAINER_NAME=k8s_$containername.$containerhash_$podname_$namespacename_$poduuid_$rand32bitashex @@ -98,15 +108,15 @@ class KubernetesMetadataFilter < Fluent::Plugin::Filter config_param :watch_retry_max_times, :integer, default: 10 def fetch_pod_metadata(namespace_name, pod_name) - log.trace("fetching pod metadata: #{namespace_name}/#{pod_name}") if log.trace? + log.trace("fetching pod metadata: #{namespace_name}/#{pod_name}") options = { resource_version: '0' # Fetch from API server cache instead of etcd quorum read } pod_object = @client.get_pod(pod_name, namespace_name, options) - log.trace("raw metadata for #{namespace_name}/#{pod_name}: #{pod_object}") if log.trace? + log.trace("raw metadata for #{namespace_name}/#{pod_name}: #{pod_object}") metadata = parse_pod_metadata(pod_object) @stats.bump(:pod_cache_api_updates) - log.trace("parsed metadata for #{namespace_name}/#{pod_name}: #{metadata}") if log.trace? + log.trace("parsed metadata for #{namespace_name}/#{pod_name}: #{metadata}") @cache[metadata['pod_id']] = metadata rescue StandardError => e @stats.bump(:pod_cache_api_nil_error) @@ -130,15 +140,15 @@ def dump_stats end def fetch_namespace_metadata(namespace_name) - log.trace("fetching namespace metadata: #{namespace_name}") if log.trace? + log.trace("fetching namespace metadata: #{namespace_name}") options = { resource_version: '0' # Fetch from API server cache instead of etcd quorum read } namespace_object = @client.get_namespace(namespace_name, nil, options) - log.trace("raw metadata for #{namespace_name}: #{namespace_object}") if log.trace? + log.trace("raw metadata for #{namespace_name}: #{namespace_object}") metadata = parse_namespace_metadata(namespace_object) @stats.bump(:namespace_cache_api_updates) - log.trace("parsed metadata for #{namespace_name}: #{metadata}") if log.trace? + log.trace("parsed metadata for #{namespace_name}: #{metadata}") @namespace_cache[metadata['namespace_id']] = metadata rescue StandardError => e @stats.bump(:namespace_cache_api_nil_error) @@ -154,10 +164,6 @@ def initialize def configure(conf) super - def log.trace? - level == Fluent::Log::LEVEL_TRACE - end - require 'kubeclient' require 'lru_redux' @stats = KubernetesMetadata::Stats.new @@ -166,6 +172,10 @@ def log.trace? raise Fluent::ConfigError, "Invalid de_dot_separator: cannot be or contain '.'" end + if @de_slash && @de_slash_separator.include?('/') + raise Fluent::ConfigError, "Invalid de_slash_separator: cannot be or contain '/'" + end + if @cache_ttl < 0 log.info 'Setting the cache TTL to :none because it was <= 0' @cache_ttl = :none @@ -181,6 +191,7 @@ def log.trace? @namespace_cache = LruRedux::TTL::ThreadSafeCache.new(@cache_size, @cache_ttl) @tag_to_kubernetes_name_regexp_compiled = Regexp.compile(@tag_to_kubernetes_name_regexp) + @container_name_to_kubernetes_regexp_compiled = Regexp.compile(@container_name_to_kubernetes_regexp) # Use Kubernetes default service account if we're in a pod. @@ -294,40 +305,47 @@ def log.trace? end end - def get_metadata_for_record(namespace_name, pod_name, container_name, container_id, create_time, batch_miss_cache) + def get_metadata_for_record(source, namespace_name, pod_name, container_name, cache_key, create_time, batch_miss_cache) metadata = { - 'docker' => { 'container_id' => container_id }, + 'docker' => { 'container_id' => "" }, 'kubernetes' => { 'container_name' => container_name, 'namespace_name' => namespace_name, 'pod_name' => pod_name } } + metadata['docker']['container_id'] = cache_key unless source == 'var.log.pods' + container_cache_key = container_name if present?(@kubernetes_url) - pod_metadata = get_pod_metadata(container_id, namespace_name, pod_name, create_time, batch_miss_cache) - - if (pod_metadata.include? 'containers') && (pod_metadata['containers'].include? container_id) && !@skip_container_metadata - metadata['kubernetes']['container_image'] = pod_metadata['containers'][container_id]['image'] - metadata['kubernetes']['container_image_id'] = pod_metadata['containers'][container_id]['image_id'] + pod_metadata = get_pod_metadata(cache_key, namespace_name, pod_name, create_time, batch_miss_cache) + if (pod_metadata.include? 'containers') && (pod_metadata['containers'].include? container_cache_key) && !@skip_container_metadata + metadata['kubernetes']['container_image'] = pod_metadata['containers'][container_cache_key]['image'] + metadata['kubernetes']['container_image_id'] = pod_metadata['containers'][container_cache_key]['image_id'] unless pod_metadata['containers'][container_cache_key]['image_id'].empty? + metadata['docker']['container_id'] = pod_metadata['containers'][container_cache_key]['containerID'] unless pod_metadata['containers'][container_cache_key]['containerID'].empty? end metadata['kubernetes'].merge!(pod_metadata) if pod_metadata metadata['kubernetes'].delete('containers') end + metadata.delete('docker') if metadata['docker'] && (metadata['docker']['container_id'].nil? || metadata['docker']['container_id'].empty?) metadata end def filter_stream(tag, es) return es if (es.respond_to?(:empty?) && es.empty?) || !es.is_a?(Fluent::EventStream) - new_es = Fluent::MultiEventStream.new tag_match_data = tag.match(@tag_to_kubernetes_name_regexp_compiled) unless @use_journal tag_metadata = nil batch_miss_cache = {} es.each do |time, record| if tag_match_data && tag_metadata.nil? - tag_metadata = get_metadata_for_record(tag_match_data['namespace'], tag_match_data['pod_name'], tag_match_data['container_name'], - tag_match_data['docker_id'], create_time_from_record(record, time), batch_miss_cache) + cache_key = if tag_match_data.names.include?('pod_uuid') && !tag_match_data['pod_uuid'].nil? + tag_match_data['pod_uuid'] + else + tag_match_data['docker_id'] + end + tag_metadata = get_metadata_for_record(tag_match_data['prefix'], tag_match_data['namespace'], tag_match_data['pod_name'], tag_match_data['container_name'], + cache_key, create_time_from_record(record, time), batch_miss_cache) end metadata = Marshal.load(Marshal.dump(tag_metadata)) if tag_metadata if (@use_journal || @use_journal.nil?) && @@ -340,12 +358,11 @@ def filter_stream(tag, es) record['kubernetes'].key?('pod_name') && record['kubernetes'].key?('container_name') && record['docker'].key?('container_id') && - (k_metadata = get_metadata_for_record(record['kubernetes']['namespace_name'], record['kubernetes']['pod_name'], + (k_metadata = get_metadata_for_record(tag_match_data['prefix'], record['kubernetes']['namespace_name'], record['kubernetes']['pod_name'], record['kubernetes']['container_name'], record['docker']['container_id'], create_time_from_record(record, time), batch_miss_cache)) metadata = k_metadata end - record = record.merge(metadata) if metadata new_es.add(time, record) end @@ -357,8 +374,8 @@ def get_metadata_for_journal_record(record, time, batch_miss_cache) metadata = nil if record.key?('CONTAINER_NAME') && record.key?('CONTAINER_ID_FULL') metadata = record['CONTAINER_NAME'].match(@container_name_to_kubernetes_regexp_compiled) do |match_data| - get_metadata_for_record(match_data['namespace'], match_data['pod_name'], match_data['container_name'], - record['CONTAINER_ID_FULL'], create_time_from_record(record, time), batch_miss_cache) + get_metadata_for_record(match_data['name_prefix'], match_data['namespace'], match_data['pod_name'], match_data['container_name'], + record['CONTAINER_ID_FULL'], create_time_from_record(record, time), batch_miss_cache) end unless metadata log.debug "Error: could not match CONTAINER_NAME from record #{record}" @@ -381,6 +398,16 @@ def de_dot!(h) end end + def de_slash!(h) + h.keys.each do |ref| + next unless h[ref] && ref =~ /\// + + v = h.delete(ref) + newref = ref.to_s.gsub('/', @de_slash_separator) + h[newref] = v + end + end + # copied from activesupport def present?(object) object.respond_to?(:empty?) ? !object.empty? : !!object diff --git a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/lib/fluent/plugin/kubernetes_metadata_cache_strategy.rb b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/lib/fluent/plugin/kubernetes_metadata_cache_strategy.rb index fd030a3d5..f7b6338be 100644 --- a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/lib/fluent/plugin/kubernetes_metadata_cache_strategy.rb +++ b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/lib/fluent/plugin/kubernetes_metadata_cache_strategy.rb @@ -24,8 +24,6 @@ def get_pod_metadata(key, namespace_name, pod_name, record_create_time, batch_mi metadata = {} ids = @id_cache[key] if ids.nil? - # FAST PATH - # Cache hit, fetch metadata from the cache @stats.bump(:id_cache_miss) return batch_miss_cache["#{namespace_name}_#{pod_name}"] if batch_miss_cache.key?("#{namespace_name}_#{pod_name}") @@ -65,7 +63,7 @@ def get_pod_metadata(key, namespace_name, pod_name, record_create_time, batch_mi @stats.bump(:id_cache_orphaned_record) end if @allow_orphans - log.trace("orphaning message for: #{namespace_name}/#{pod_name} ") if log.trace? + log.trace("orphaning message for: #{namespace_name}/#{pod_name} ") metadata = { 'orphaned_namespace' => namespace_name, 'namespace_name' => @orphaned_namespace_name, diff --git a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/lib/fluent/plugin/kubernetes_metadata_common.rb b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/lib/fluent/plugin/kubernetes_metadata_common.rb index 1542c393e..b4ec79796 100644 --- a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/lib/fluent/plugin/kubernetes_metadata_common.rb +++ b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/lib/fluent/plugin/kubernetes_metadata_common.rb @@ -47,6 +47,10 @@ def parse_namespace_metadata(namespace_object) de_dot!(labels) unless @skip_labels de_dot!(annotations) end + if @de_slash + de_slash!(labels) unless @skip_labels + de_slash!(annotations) + end kubernetes_metadata = { 'namespace_id' => namespace_object[:metadata][:uid], 'creation_timestamp' => namespace_object[:metadata][:creationTimestamp] @@ -65,14 +69,18 @@ def parse_pod_metadata(pod_object) de_dot!(labels) unless @skip_labels de_dot!(annotations) end + if @de_slash + de_slash!(labels) unless @skip_labels + de_slash!(annotations) + end # collect container information container_meta = {} begin pod_object[:status][:containerStatuses].each do |container_status| - # get plain container id (eg. docker://hash -> hash) - container_id = container_status[:containerID].sub(%r{^[-_a-zA-Z0-9]+://}, '') - container_meta[container_id] = if @skip_container_metadata + container_id = (container_status[:containerID]||"").sub(%r{^[-_a-zA-Z0-9]+://}, '') + key = container_status[:name] + container_meta[key] = if @skip_container_metadata { 'name' => container_status[:name] } @@ -80,12 +88,13 @@ def parse_pod_metadata(pod_object) { 'name' => container_status[:name], 'image' => container_status[:image], - 'image_id' => container_status[:imageID] + 'image_id' => container_status[:imageID], + :containerID => container_id } end - end - rescue StandardError - log.debug("parsing container meta information failed for: #{pod_object[:metadata][:namespace]}/#{pod_object[:metadata][:name]} ") + end if pod_object[:status] && pod_object[:status][:containerStatuses] + rescue StandardError=>e + log.warn("parsing container meta information failed for: #{pod_object[:metadata][:namespace]}/#{pod_object[:metadata][:name]}: #{e}") end kubernetes_metadata = { diff --git a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/cassettes/kubernetes_docker_metadata_dotted_labels.yml b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/cassettes/kubernetes_docker_metadata_dotted_slashed_labels.yml similarity index 100% rename from fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/cassettes/kubernetes_docker_metadata_dotted_labels.yml rename to fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/cassettes/kubernetes_docker_metadata_dotted_slashed_labels.yml diff --git a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/cassettes/kubernetes_get_pod_container_init.yml b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/cassettes/kubernetes_get_pod_container_init.yml new file mode 100644 index 000000000..d20138051 --- /dev/null +++ b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/cassettes/kubernetes_get_pod_container_init.yml @@ -0,0 +1,145 @@ +# +# Fluentd Kubernetes Metadata Filter Plugin - Enrich Fluentd events with +# Kubernetes metadata +# +# Copyright 2015 Red Hat, Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +--- +http_interactions: +- request: + method: get + uri: https://localhost:8443/api/v1/namespaces/default/pods/fabric8-console-controller-98rqc + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - "*/*; q=0.5, application/xml" + Accept-Encoding: + - gzip, deflate + User-Agent: + - Ruby + response: + status: + code: 200 + message: OK + headers: + Content-Type: + - application/json + Date: + - Fri, 08 May 2015 10:35:37 GMT + Transfer-Encoding: + - chunked + body: + encoding: UTF-8 + string: |- + { + "kind": "Pod", + "apiVersion": "v1", + "metadata": { + "name": "fabric8-console-controller-98rqc", + "generateName": "fabric8-console-controller-", + "namespace": "default", + "selfLink": "/api/v1/namespaces/default/pods/fabric8-console-controller-98rqc", + "uid": "c76927af-f563-11e4-b32d-54ee7527188d", + "resourceVersion": "122", + "creationTimestamp": "2015-05-08T09:22:42Z", + "labels": { + "component": "fabric8Console" + } + }, + "spec": { + "volumes": [ + { + "name": "openshift-cert-secrets", + "hostPath": null, + "emptyDir": null, + "gcePersistentDisk": null, + "gitRepo": null, + "secret": { + "secretName": "openshift-cert-secrets" + }, + "nfs": null, + "iscsi": null, + "glusterfs": null + } + ], + "containers": [ + { + "name": "fabric8-console-container", + "image": "fabric8/hawtio-kubernetes:latest", + "ports": [ + { + "containerPort": 9090, + "protocol": "TCP" + } + ], + "env": [ + { + "name": "OAUTH_CLIENT_ID", + "value": "fabric8-console" + }, + { + "name": "OAUTH_AUTHORIZE_URI", + "value": "https://localhost:8443/oauth/authorize" + } + ], + "resources": {}, + "volumeMounts": [ + { + "name": "openshift-cert-secrets", + "readOnly": true, + "mountPath": "/etc/secret-volume" + } + ], + "terminationMessagePath": "/dev/termination-log", + "imagePullPolicy": "IfNotPresent", + "capabilities": {} + } + ], + "restartPolicy": "Always", + "dnsPolicy": "ClusterFirst", + "nodeName": "jimmi-redhat.localnet" + }, + "status": { + "phase": "Running", + "Condition": [ + { + "type": "Ready", + "status": "True" + } + ], + "hostIP": "172.17.42.1", + "podIP": "172.17.0.8", + "containerStatuses": [ + { + "name": "fabric8-console-container", + "state": { + "waiting": { + "reason": "ContainerCreating" + } + }, + "lastState": {}, + "ready": true, + "restartCount": 0, + "image": "fabric8/hawtio-kubernetes:latest", + "imageID": "" + } + ] + } + } + http_version: + recorded_at: Fri, 08 May 2015 10:35:37 GMT +recorded_with: VCR 2.9.3 diff --git a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/plugin/test_cache_strategy.rb b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/plugin/test_cache_strategy.rb index 255273f8f..7f36f924a 100644 --- a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/plugin/test_cache_strategy.rb +++ b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/plugin/test_cache_strategy.rb @@ -44,7 +44,7 @@ def fetch_namespace_metadata(_namespace_name) def log logger = {} - def logger.trace? + def logger.on_trace true end diff --git a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/plugin/test_filter_kubernetes_metadata.rb b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/plugin/test_filter_kubernetes_metadata.rb index 3a097ecf8..37a1a09bf 100644 --- a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/plugin/test_filter_kubernetes_metadata.rb +++ b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/plugin/test_filter_kubernetes_metadata.rb @@ -28,7 +28,8 @@ class KubernetesMetadataFilterTest < Test::Unit::TestCase @time = Fluent::Engine.now end - DEFAULT_TAG = 'var.log.containers.fabric8-console-controller-98rqc_default_fabric8-console-container-49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459.log' + VAR_LOG_CONTAINER_TAG = 'var.log.containers.fabric8-console-controller-98rqc_default_fabric8-console-container-49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459.log' + VAR_LOG_POD_TAG = 'var.log.pods.default_fabric8-console-controller-98rqc_c76927af-f563-11e4-b32d-54ee7527188d.fabric8-console-container.0.log' def create_driver(conf = '') Test::Driver::Filter.new(Plugin::KubernetesMetadataFilter).configure(conf) @@ -45,7 +46,6 @@ def create_driver(conf = '') assert_equal('KubernetesMetadata::TestApiAdapter', d.instance.test_api_adapter) end - test 'kubernetes url' do VCR.use_cassette('valid_kubernetes_api_server') do d = create_driver(' @@ -138,7 +138,7 @@ def emit(msg = {}, config = ' cache_size 1 ', d: nil) d = create_driver(config) if d.nil? - d.run(default_tag: DEFAULT_TAG) do + d.run(default_tag: VAR_LOG_CONTAINER_TAG) do d.feed(@time, msg) end d.filtered.map(&:last) @@ -165,6 +165,76 @@ def emit_with_tag(tag, msg = {}, config = ' plugin.filter_stream('tag', Fluent::MultiEventStream.new) end + sub_test_case 'parsing_pod_metadata when container_status is missing from the pod status' do + test 'using the tag_to_kubernetes_name_regexp for /var/log/containers ' do + VCR.use_cassettes( + [ + { name: 'valid_kubernetes_api_server' }, + { name: 'kubernetes_get_api_v1' }, + { name: 'kubernetes_get_namespace_default' }, + { name: 'kubernetes_get_pod_container_init' } + ]) do + filtered = emit({}, " + kubernetes_url https://localhost:8443 + watch false + cache_size 1 + ") + expected_kube_metadata = { + 'docker' => { + 'container_id' => '49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459' + }, + 'kubernetes' => { + 'container_image'=>'fabric8/hawtio-kubernetes:latest', + 'container_name'=>'fabric8-console-container', + 'host' => 'jimmi-redhat.localnet', + 'pod_name' => 'fabric8-console-controller-98rqc', + 'namespace_id' => '898268c8-4a36-11e5-9d81-42010af0194c', + 'namespace_name' => 'default', + 'pod_id' => 'c76927af-f563-11e4-b32d-54ee7527188d', + 'pod_ip' => '172.17.0.8', + 'master_url' => 'https://localhost:8443', + 'labels' => { + 'component' => 'fabric8Console' + } + } + } + assert_equal(expected_kube_metadata, filtered[0]) + end + end + test 'using the tag_to_kubernetes_name_regexp for /var/log/pods' do + VCR.use_cassettes( + [ + { name: 'valid_kubernetes_api_server' }, + { name: 'kubernetes_get_api_v1' }, + { name: 'kubernetes_get_namespace_default' }, + { name: 'kubernetes_get_pod_container_init' } + ]) do + filtered = emit_with_tag(VAR_LOG_POD_TAG,{}, " + kubernetes_url https://localhost:8443 + watch false + cache_size 1 + ") + expected_kube_metadata = { + 'kubernetes' => { + 'container_image'=>'fabric8/hawtio-kubernetes:latest', + 'container_name'=>'fabric8-console-container', + 'host' => 'jimmi-redhat.localnet', + 'pod_name' => 'fabric8-console-controller-98rqc', + 'namespace_id' => '898268c8-4a36-11e5-9d81-42010af0194c', + 'namespace_name' => 'default', + 'pod_id' => 'c76927af-f563-11e4-b32d-54ee7527188d', + 'pod_ip' => '172.17.0.8', + 'master_url' => 'https://localhost:8443', + 'labels' => { + 'component' => 'fabric8Console' + } + } + } + assert_equal(expected_kube_metadata, filtered[0]) + end + end + end + test 'inability to connect to the api server handles exception and doensnt block pipeline' do VCR.use_cassettes([{ name: 'valid_kubernetes_api_server' }, { name: 'kubernetes_get_api_v1' }]) do driver = create_driver(' @@ -177,8 +247,8 @@ def emit_with_tag(tag, msg = {}, config = ' filtered = emit({ 'time' => '2015-05-08T09:22:01Z' }, '', d: driver) expected_kube_metadata = { 'time' => '2015-05-08T09:22:01Z', - 'docker' => { - 'container_id' => '49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459' + 'docker'=>{ + 'container_id'=>'49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459' }, 'kubernetes' => { 'pod_name' => 'fabric8-console-controller-98rqc', @@ -265,6 +335,7 @@ def emit_with_tag(tag, msg = {}, config = ' end test 'with docker & kubernetes metadata' do + VCR.use_cassettes([{ name: 'valid_kubernetes_api_server' }, { name: 'kubernetes_get_api_v1' }, { name: 'kubernetes_get_pod' }, { name: 'kubernetes_get_namespace_default' }]) do filtered = emit({ 'time' => '2015-05-08T09:22:01Z' }) expected_kube_metadata = { @@ -361,8 +432,8 @@ def emit_with_tag(tag, msg = {}, config = ' test 'with docker & kubernetes metadata but no configured api server' do filtered = emit({}, '') expected_kube_metadata = { - 'docker' => { - 'container_id' => '49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459' + 'docker'=>{ + 'container_id'=>'49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459' }, 'kubernetes' => { 'pod_name' => 'fabric8-console-controller-98rqc', @@ -383,8 +454,8 @@ def emit_with_tag(tag, msg = {}, config = ' stub_request(:any, 'https://localhost:8443/api/v1/namespaces/default').to_timeout filtered = emit expected_kube_metadata = { - 'docker' => { - 'container_id' => '49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459' + 'docker'=>{ + 'container_id'=>'49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459' }, 'kubernetes' => { 'pod_name' => 'fabric8-console-controller-98rqc', @@ -406,8 +477,8 @@ def emit_with_tag(tag, msg = {}, config = ' stub_request(:any, 'https://localhost:8443/api/v1/namespaces/default/pods/fabric8-console-controller.98rqc').to_timeout filtered = emit_with_tag('var.log.containers.fabric8-console-controller.98rqc_default_fabric8-console-container-49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459.log', {}, '') expected_kube_metadata = { - 'docker' => { - 'container_id' => '49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459' + 'docker'=>{ + 'container_id'=>'49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459' }, 'kubernetes' => { 'pod_name' => 'fabric8-console-controller.98rqc', @@ -432,13 +503,15 @@ def emit_with_tag(tag, msg = {}, config = ' assert_equal(msg, filtered[0]) end - test 'with kubernetes dotted labels, de_dot enabled' do + test 'with kubernetes dotted and slashed labels, de_dot and de_slash enabled' do VCR.use_cassettes([{ name: 'valid_kubernetes_api_server' }, { name: 'kubernetes_get_api_v1' }, - { name: 'kubernetes_docker_metadata_dotted_labels' }]) do + { name: 'kubernetes_docker_metadata_dotted_slashed_labels' }]) do filtered = emit({}, ' kubernetes_url https://localhost:8443 watch false cache_size 1 + de_dot true + de_slash true ') expected_kube_metadata = { 'docker' => { @@ -452,14 +525,14 @@ def emit_with_tag(tag, msg = {}, config = ' 'container_image_id' => 'docker://b2bd1a24a68356b2f30128e6e28e672c1ef92df0d9ec01ec0c7faea5d77d2303', 'namespace_id' => '898268c8-4a36-11e5-9d81-42010af0194c', 'namespace_labels' => { - 'kubernetes_io/namespacetest' => 'somevalue' + 'kubernetes_io__namespacetest' => 'somevalue' }, 'namespace_name' => 'default', 'pod_id' => 'c76927af-f563-11e4-b32d-54ee7527188d', 'pod_ip' => '172.17.0.8', 'master_url' => 'https://localhost:8443', 'labels' => { - 'kubernetes_io/test' => 'somevalue' + 'kubernetes_io__test' => 'somevalue' } } } @@ -467,14 +540,15 @@ def emit_with_tag(tag, msg = {}, config = ' end end - test 'with kubernetes dotted labels, de_dot disabled' do + test 'with kubernetes dotted and slashed labels, de_dot and de_slash disabled' do VCR.use_cassettes([{ name: 'valid_kubernetes_api_server' }, { name: 'kubernetes_get_api_v1' }, - { name: 'kubernetes_docker_metadata_dotted_labels' }]) do + { name: 'kubernetes_docker_metadata_dotted_slashed_labels' }]) do filtered = emit({}, ' kubernetes_url https://localhost:8443 watch false cache_size 1 de_dot false + de_slash false ') expected_kube_metadata = { 'docker' => { @@ -506,11 +580,21 @@ def emit_with_tag(tag, msg = {}, config = ' test 'invalid de_dot_separator config' do assert_raise Fluent::ConfigError do create_driver(' + de_dot true de_dot_separator contains. ') end end + test 'invalid de_slash_separator config' do + assert_raise Fluent::ConfigError do + create_driver(' + de_slash true + de_slash_separator contains/ + ') + end + end + test 'with records from journald and docker & kubernetes metadata' do # with use_journal true should ignore tags and use CONTAINER_NAME and CONTAINER_ID_FULL tag = 'var.log.containers.junk1_junk2_junk3-49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed450.log' @@ -686,7 +770,6 @@ def emit_with_tag(tag, msg = {}, config = ' test 'uses metadata from tag if use_journal false and lookup_from_k8s_field false' do # with use_journal unset, should still use the journal fields instead of tag fields - tag = 'var.log.containers.fabric8-console-controller-98rqc_default_fabric8-console-container-49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459.log' msg = { 'CONTAINER_NAME' => 'k8s_journald-container-name.db89db89_journald-pod-name_journald-namespace-name_c76927af-f563-11e4-b32d-54ee7527188d_89db89db', 'CONTAINER_ID_FULL' => '838350c64bacba968d39a30a50789b2795291fceca6ccbff55298671d46b0e3b', @@ -701,13 +784,13 @@ def emit_with_tag(tag, msg = {}, config = ' VCR.use_cassettes([{ name: 'valid_kubernetes_api_server' }, { name: 'kubernetes_get_api_v1' }, { name: 'kubernetes_get_pod' }, { name: 'kubernetes_get_namespace_default', options: { allow_playback_repeats: true } }, { name: 'metadata_from_tag_and_journald_fields' }]) do - es = emit_with_tag(tag, msg, ' + es = emit_with_tag(VAR_LOG_CONTAINER_TAG, msg, " kubernetes_url https://localhost:8443 watch false cache_size 1 lookup_from_k8s_field false use_journal false - ') + ") expected_kube_metadata = { 'docker' => { 'container_id' => '49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459' @@ -941,7 +1024,8 @@ def emit_with_tag(tag, msg = {}, config = ' end test 'processes all events when reading from MessagePackEventStream' do - VCR.use_cassettes([{ name: 'valid_kubernetes_api_server' }, { name: 'kubernetes_get_api_v1' }, + VCR.use_cassettes([{ name: 'valid_kubernetes_api_server' }, + { name: 'kubernetes_get_api_v1' }, { name: 'kubernetes_get_pod' }, { name: 'kubernetes_get_namespace_default' }]) do entries = [[@time, { 'time' => '2015-05-08T09:22:01Z' }], [@time, { 'time' => '2015-05-08T09:22:01Z' }]] @@ -954,7 +1038,7 @@ def emit_with_tag(tag, msg = {}, config = ' cache_size 1 ') d.run do - d.feed(DEFAULT_TAG, msgpack_stream) + d.feed(VAR_LOG_CONTAINER_TAG, msgpack_stream) end filtered = d.filtered.map(&:last) @@ -998,8 +1082,8 @@ def emit_with_tag(tag, msg = {}, config = ' skip_namespace_metadata true ') expected_kube_metadata = { - 'docker' => { - 'container_id' => '49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459' + 'docker'=>{ + 'container_id'=>'49095a2894da899d3b327c5fde1e056a81376cc9a8f8b09a195f2a92bceed459' }, 'kubernetes' => { 'host' => 'jimmi-redhat.localnet', diff --git a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/plugin/watch_test.rb b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/plugin/watch_test.rb index ee3b97c81..58f22ca8b 100644 --- a/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/plugin/watch_test.rb +++ b/fluentd/vendored_gem_src/fluent-plugin-kubernetes_metadata_filter/test/plugin/watch_test.rb @@ -69,6 +69,8 @@ def logger.info(message, error) def logger.error(message, error) end + def logger.warn(message) + end logger end end diff --git a/fluentd/vendored_gem_src/mime-types-data/Code-of-Conduct.md b/fluentd/vendored_gem_src/mime-types-data/Code-of-Conduct.md index 71298db3a..725c341d7 100644 --- a/fluentd/vendored_gem_src/mime-types-data/Code-of-Conduct.md +++ b/fluentd/vendored_gem_src/mime-types-data/Code-of-Conduct.md @@ -4,10 +4,10 @@ In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and -our community a harassment-free experience for everyone, regardless of age, -body size, disability, ethnicity, gender identity and expression, level of -experience, nationality, personal appearance, race, religion, or sexual -identity and orientation. +our community a harassment-free experience for everyone, regardless of age, body +size, disability, ethnicity, gender identity and expression, level of +experience, nationality, personal appearance, race, religion, or sexual identity +and orientation. ## Our Standards @@ -37,20 +37,20 @@ Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. +Project maintainers have the right and responsibility to remove, edit, or reject +comments, commits, code, wiki edits, issues, and other contributions that are +not aligned to this Code of Conduct, or to ban temporarily or permanently any +contributor for other behaviors that they deem inappropriate, threatening, +offensive, or harmful. ## Scope This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail -address, posting via an official social media account, or acting as an -appointed representative at an online or offline event. Representation of a -project may be further defined and clarified by project maintainers. +address, posting via an official social media account, or acting as an appointed +representative at an online or offline event. Representation of a project may be +further defined and clarified by project maintainers. ## Enforcement diff --git a/fluentd/vendored_gem_src/mime-types-data/Contributing.md b/fluentd/vendored_gem_src/mime-types-data/Contributing.md index 226a74a53..7a39e8fe3 100644 --- a/fluentd/vendored_gem_src/mime-types-data/Contributing.md +++ b/fluentd/vendored_gem_src/mime-types-data/Contributing.md @@ -1,7 +1,7 @@ ## Contributing Contributions to mime-types-data is encouraged in any form: a bug report, new -MIME type defintions, or additional code to help manage the MIME types. As with +MIME type definitions, or additional code to help manage the MIME types. As with many of my projects, I have a few suggestions for improving the chance of acceptance of your code contributions: @@ -26,12 +26,12 @@ other languages. The Ruby mime-types gem loads its data from files encoded in the `data` directory in this gem by loading `mime-types-data` and reading MIME::Types::Data::PATH. These files are compiled files from the collection of -data in the `types` directory. Pull requests that include changes to these -files will require amendment to revert these files. +data in the `types` directory. Pull requests that include changes to these files +will require amendment to revert these files. New or modified MIME types should be edited in the appropriate YAML file under -`types`. The format is as shown below for the `application/xml` MIME type -in `types/application.yml`. +`types`. The format is as shown below for the `application/xml` MIME type in +`types/application.yml`. ```yaml - !ruby/object:MIME::Type @@ -43,7 +43,7 @@ in `types/application.yml`. references: - IANA - RFC3023 - xrefs: !ruby/hash:MIME::Types::Container + xrefs: rfc: - rfc3023 registered: true @@ -51,10 +51,10 @@ in `types/application.yml`. There are other fields that can be added, matching the fields discussed in the documentation for MIME::Type. Pull requests for MIME types should just contain -the changes to the YAML files for the new or modified MIME types; I will -convert the YAML files to JSON prior to a new release. I would rather not have -to verify that the JSON matches the YAML changes, which is why it is not -necessary to convert for the pull request. +the changes to the YAML files for the new or modified MIME types; I will convert +the YAML files to JSON prior to a new release. I would rather not have to verify +that the JSON matches the YAML changes, which is why it is not necessary to +convert for the pull request. If you are making a change for a private fork, use `rake convert:yaml:json` to convert the YAML to JSON, or `rake convert:yaml:columnar` to convert it to the @@ -70,6 +70,21 @@ $ rake mime:iana $ rake mime:apache ``` +##### A Note on Provisional Types + +The file `types/provisional-standard-types.yaml` contains the provisionally +registered types from IANA. Per IANA, + +> This registry, unlike some other provisional IANA registries, is only for +> temporary use. Entries in this registry are either finalized and moved to the +> main media types registry or are abandoned and deleted. Entries in this +> registry are suitable for use for development and test purposes only. + +The provisional types file is rewritten when updated, so pull requests to +manually promote or customize provisional types (such as with extensions). It is +recommended that any updates required to the data be performed in your +application if you require provisional types. + ### Development Dependencies mime-types-data uses Ryan Davis’s {Hoe}[https://github.com/seattlerb/hoe] to @@ -132,10 +147,10 @@ Here's the most direct way to get your work merged into the project: The release process needs automation; as it includes generating code and committing to the repository, it is not clear how this will happen safely. -1. Review any outstanding issues or pull requests to see if anything needs to - be addressed. This is necessary because there is currently no automated - source for extensions for the thousands of MIME entries. (Suggestions and/or - pull requests for same would be deeply appreciated.) +1. Review any outstanding issues or pull requests to see if anything needs to be + addressed. This is necessary because there is currently no automated source + for extensions for the thousands of MIME entries. (Suggestions and/or pull + requests for same would be deeply appreciated.) 2. `bundle install` 3. `bundle exec rake mime:apache` 4. `bundle exec rake mime:iana` @@ -145,18 +160,18 @@ committing to the repository, it is not clear how this will happen safely. category.) 6. `bundle exec rake convert` 7. `bundle exec rake update:version` -8. Write up the changes in History.md. If any PRs have been merged, these - should be noted specifically. +8. Write up the changes in History.md. If any PRs have been merged, these should + be noted specifically. 9. Commit the changes and push to GitHub. 10. `bundle exec rake release VERSION=newversion` ### Automating the Release -If anyone wishes to provide suggestions on automation, this would be a -two-phase process: +If anyone wishes to provide suggestions on automation, this would be a two-phase +process: -1. A system would need to periodically create PRs to the GitHub repository - with the output of the following commands (steps 2, 3, and 4): +1. A system would need to periodically create PRs to the GitHub repository with + the output of the following commands (steps 2, 3, and 4): ```sh bundle install @@ -198,6 +213,7 @@ Thanks to everyone else who has contributed to mime-types: - Henrik Hodne - Jeremy Evans - John Gardner +- Jon Sneyers - Jonas Petersen - Juanito Fatas - Keerthi Siva diff --git a/fluentd/vendored_gem_src/mime-types-data/History.md b/fluentd/vendored_gem_src/mime-types-data/History.md index 9db01431d..803854054 100644 --- a/fluentd/vendored_gem_src/mime-types-data/History.md +++ b/fluentd/vendored_gem_src/mime-types-data/History.md @@ -2,11 +2,22 @@ +## 3.2021.1115 / 2021-11-15 + +- Updated the Apache and IANA media registry entries as of release date. + +- Added conversion utilities that support the `mini_mime` data format. These + have been ported from the [mini_mime] repository. [#47] + +- Added IANA provisional media registries. Added some notes to Contributing.md + about the transient nature of the provisional registration data. This was + triggered in part by a pull request by Jon Sneyers. Thanks! [#45], [#43] + ## 3.2021.0901 / 2021-09-01 - Updated the Apache and IANA media registry entries as of release date. -- Added file extension for WebVTT text format. [#46]. +- Added file extension for WebVTT text format. [#46] ## 3.2021.0704 / 2021-07-04 @@ -16,7 +27,7 @@ - Updated the Apache and IANA media registry entries as of release date. -- Added file extension for AVIF video format. [#40]. +- Added file extension for AVIF video format. [#40] ## 3.2021.0212 / 2021-02-12 @@ -31,47 +42,47 @@ - Updated the IANA media registry entries as of release date. -- Added `application/x-zip-compressed`. [#36]. +- Added `application/x-zip-compressed`. [#36] - Updated the contributing guide to include information about the release - process as described in [#18]. + process as described in [#18] -- Corrected a misspelling of Yoran Brondsema’s name. Sorry, Yoran. [#35]. +- Corrected a misspelling of Yoran Brondsema’s name. Sorry, Yoran. [#35] ## 3.2020.0512 / 2020-05-12 - Updated the IANA media registry entries as of release date. -- Added file extensions for HEIC image types. [#34]. +- Added file extensions for HEIC image types. [#34] ## 3.2020.0425 / 2020-04-25 - Updated the IANA media registry entries as of release date. - Added several RAW image types based on data from GNOME RAW Thumbnailer. - [#33] fixing [#32]. + [#33] fixing [#32] -- Added `audio/wav`. [#31]. +- Added `audio/wav`. [#31] -- Added a type for Smarttech notebook files. [#30]. +- Added a type for Smarttech notebook files. [#30] -- Added an alias for audio/m4a files. [#29]. +- Added an alias for audio/m4a files. [#29] -- Added application/x-ms-dos-executable. [#28]. +- Added application/x-ms-dos-executable. [#28] ## 3.2019.1009 / 2019-10-09 - Updated the IANA media registry entries as of release date. - Reordered the `.ai` extension so that it is not the preferred extension for - `application/pdf` [#24]. + `application/pdf` [#24] ## 3.2019.0904 / 2019-09-04 - Updated the IANA media registry entries as of release date. - Moved the `.ai` extension from `application/postscript` to `application/pdf`. - [#23] fixing [#22]. + [#23] fixing [#22] ## 3.2019.0331 / 2019-03-31 @@ -474,6 +485,10 @@ [#35]: https://github.com/mime-types/mime-types-data/pull/35 [#36]: https://github.com/mime-types/mime-types-data/pull/36 [#40]: https://github.com/mime-types/mime-types-data/pull/40 +[#43]: https://github.com/mime-types/mime-types-data/pull/43 +[#45]: https://github.com/mime-types/mime-types-data/pull/45 [#46]: https://github.com/mime-types/mime-types-data/pull/46 +[#47]: https://github.com/mime-types/mime-types-data/pull/47 [rmt]: https://github.com/mime-types/ruby-mime-types [code of conduct]: Code-of-Conduct.md +[mini_mime]: https://github.com/discourse/mini_mime/issues/41 diff --git a/fluentd/vendored_gem_src/mime-types-data/Licence.md b/fluentd/vendored_gem_src/mime-types-data/Licence.md index edb6d31b2..5a17d6363 100644 --- a/fluentd/vendored_gem_src/mime-types-data/Licence.md +++ b/fluentd/vendored_gem_src/mime-types-data/Licence.md @@ -1,6 +1,6 @@ ## Licence -- Copyright 2003–2020 Austin Ziegler and other contributors. +- Copyright 2003–2021 Austin Ziegler and other contributors. The software in this repository is made available under the MIT license. @@ -9,17 +9,16 @@ The software in this repository is made available under the MIT license. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies -of the Software, and to permit persons to whom the Software is furnished to do -so, subject to the following conditions: +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/fluentd/vendored_gem_src/mime-types-data/Manifest.txt b/fluentd/vendored_gem_src/mime-types-data/Manifest.txt index c244a4f1f..3e81b6911 100644 --- a/fluentd/vendored_gem_src/mime-types-data/Manifest.txt +++ b/fluentd/vendored_gem_src/mime-types-data/Manifest.txt @@ -5,6 +5,8 @@ Licence.md Manifest.txt README.md Rakefile +data/content_type_mime.db +data/ext_mime.db data/mime-types.json data/mime.content_type.column data/mime.docs.column @@ -26,6 +28,7 @@ types/image.yaml types/message.yaml types/model.yaml types/multipart.yaml +types/provisional-standard-types.yaml types/text.yaml types/video.yaml types/world.yaml diff --git a/fluentd/vendored_gem_src/mime-types-data/README.md b/fluentd/vendored_gem_src/mime-types-data/README.md index 7aea6ecc3..5b9b6a4b0 100644 --- a/fluentd/vendored_gem_src/mime-types-data/README.md +++ b/fluentd/vendored_gem_src/mime-types-data/README.md @@ -24,7 +24,7 @@ contributions. It conforms to RFCs 2045 and 2231. ### Data Formats Supported in this Registry -This registry contains the MIME media types in three formats: +This registry contains the MIME media types in four formats: - A YAML format matching the Ruby mime-types library objects (MIME::Type). This is the primary user-editable format for developers. It is _not_ @@ -38,6 +38,15 @@ This registry contains the MIME media types in three formats: substantially, resulting in a performance improvement at the cost of more complex code for loading the data on-demand. This is the default format for Ruby mime-types 3.0. +- An encoded text format for use with [`mini_mime`][] (as of 3.2021.1108). This + can be enabled with: + + ```ruby + MiniMime::Configuration.ext_db_path = + File.join(MIME::Types::Data::PATH, "ext_mime.db") + MiniMime::Configuration.content_type_db_path = + File.join(MIME::Types::Data::PATH, "content_type_mime.db") + ``` ## mime-types-data Modified Semantic Versioning @@ -61,3 +70,4 @@ the date of the data update: `SCHEMA.YEAR.MONTHDAY`. [registry]: https://www.iana.org/assignments/media-types/media-types.xhtml [semantic versioning]: http://semver.org/ +[`mini_mime`]: https://github.com/discourse/mini_mime diff --git a/fluentd/vendored_gem_src/mime-types-data/Rakefile b/fluentd/vendored_gem_src/mime-types-data/Rakefile index 929fb8131..f7f8c76ba 100644 --- a/fluentd/vendored_gem_src/mime-types-data/Rakefile +++ b/fluentd/vendored_gem_src/mime-types-data/Rakefile @@ -1,140 +1,135 @@ # frozen_string_literal: true -require 'rubygems' -require 'hoe' -require 'rake/clean' +require "rubygems" +require "hoe" +require "rake/clean" Hoe.plugin :doofus Hoe.plugin :gemspec2 Hoe.plugin :git Hoe.plugin :travis -Hoe.plugin :email unless ENV['CI'] or ENV['TRAVIS'] +Hoe.plugin :email unless ENV["CI"] || ENV["TRAVIS"] -Hoe.spec 'mime-types-data' do - developer('Austin Ziegler', 'halostatue@gmail.com') +Hoe.spec "mime-types-data" do + developer("Austin Ziegler", "halostatue@gmail.com") - require_ruby_version '>= 2.0' + require_ruby_version ">= 2.0" - self.history_file = 'History.md' - self.readme_file = 'README.md' + self.history_file = "History.md" + self.readme_file = "README.md" - license 'MIT' + license "MIT" - extra_dev_deps << [ 'nokogiri', '~> 1.6' ] - extra_dev_deps << [ 'hoe-doofus', '~> 1.0' ] - extra_dev_deps << [ 'hoe-gemspec2', '~> 1.1' ] - extra_dev_deps << [ 'hoe-git', '~> 1.6' ] - extra_dev_deps << [ 'hoe-rubygems', '~> 1.0' ] - extra_dev_deps << [ 'rake', '>= 10.0', '< 14' ] - extra_dev_deps << [ 'mime-types', '>= 3.2.1', '< 4' ] + extra_dev_deps << ["nokogiri", "~> 1.6"] + extra_dev_deps << ["hoe-doofus", "~> 1.0"] + extra_dev_deps << ["hoe-gemspec2", "~> 1.1"] + extra_dev_deps << ["hoe-git", "~> 1.6"] + extra_dev_deps << ["hoe-rubygems", "~> 1.0"] + extra_dev_deps << ["rake", ">= 10.0", "< 14"] + extra_dev_deps << ["mime-types", ">= 3.4.0", "< 4"] + extra_dev_deps << ["standardrb", "~> 1.0"] + extra_dev_deps << ["psych", "~> 3.0"] end -$LOAD_PATH.unshift 'lib' -$LOAD_PATH.unshift 'support' +$LOAD_PATH.unshift "lib" +$LOAD_PATH.unshift "support" def new_version version = - IO.read('lib/mime/types/data.rb').scan(/VERSION = '(\d\.\d{4}\.\d{4})'/).flatten.first + IO.read("lib/mime/types/data.rb").scan(/VERSION = ['"](\d\.\d{4}\.\d{4})['"]/).flatten.first major = Gem::Version.new(version).canonical_segments.first - minor = Date.today.strftime('%Y.%m%d') + minor = Date.today.strftime("%Y.%m%d") "#{major}.#{minor}" end def release_header - "#{new_version} / #{Date.today.strftime('%Y-%m-%d')}" + "#{new_version} / #{Date.today.strftime("%Y-%m-%d")}" end namespace :mime do - desc 'Download the current MIME type registrations from IANA.' - task :iana, [ :destination ] do |_, args| - require 'iana_registry' + desc "Download the current MIME type registrations from IANA." + task :iana, [:destination] do |_, args| + require "iana_registry" IANARegistry.download(to: args.destination) end - desc 'Download the current MIME type configuration from Apache.' - task :apache, [ :destination ] do |_, args| - require 'apache_mime_types' + desc "Download the current MIME type configuration from Apache." + task :apache, [:destination] do |_, args| + require "apache_mime_types" ApacheMIMETypes.download(to: args.destination) end end namespace :release do - task __pull: %w(mime:apache mime:iana convert) - task __prepare: %w(update:version update:history git:manifest) + task __pull: %w[mime:apache mime:iana convert] + task __prepare: %w[update:version update:history git:manifest] task :__commit do - history = IO.read('History.md') + history = IO.read("History.md") message = history.scan(%r{## (#{release_header}.+?)## \d\.\d{4}\.\d{4} /}m).flatten.first - IO.popen('git commit -a -F -', 'w') { |commit| + IO.popen("git commit -a -F -", "w") { |commit| commit.puts message } end - desc 'Prepare a new automatic release' + desc "Prepare a new automatic release" task automatic: :__pull do - if system('git diff --quiet --exit-code') == false - Rake::Task['release:__prepare'].invoke - Rake::Task['gemspec'].invoke - Rake::Task['release:__commit'].invoke + if system("git diff --quiet --exit-code") == false + Rake::Task["release:__prepare"].invoke + Rake::Task["gemspec"].invoke + Rake::Task["release:__commit"].invoke else - warn 'No changes detected.' + warn "No changes detected." end - -# file = IO.read('History.md') -# note = <<-NOTE -# - -# ## #{new_version} / #{Date.today.strftime('%Y-%m-%d')} - -# - Updated the IANA media registry entries as of release date. -# NOTE - -# updated = file.sub(/\n/, note) - -# IO.write('History.md', updated) end end namespace :convert do namespace :yaml do - desc 'Convert from YAML to JSON' - task :json, [ :source, :destination, :multiple_files ] => :support do |_, args| - require 'convert' + desc "Convert from YAML to JSON" + task :json, [:source, :destination, :multiple_files] => :support do |_, args| + require "convert" Convert.from_yaml_to_json(args) end - desc 'Convert from YAML to Columnar' - task :columnar, [ :source, :destination ] => :support do |_, args| - require 'convert/columnar' + desc "Convert from YAML to Columnar" + task :columnar, [:source, :destination] => :support do |_, args| + require "convert/columnar" Convert::Columnar.from_yaml_to_columnar(args) end + + desc "Convert from YAML to mini_mime db format" + task :mini_mime, [:source, :destination] => :support do |_, args| + require "convert/mini_mime_db" + Convert::MiniMimeDb.from_yaml_to_mini_mime(args) + end end namespace :json do - desc 'Convert from JSON to YAML' - task :yaml, [ :source, :destination, :multiple_files ] => :support do |_, args| - require 'convert' + desc "Convert from JSON to YAML" + task :yaml, [:source, :destination, :multiple_files] => :support do |_, args| + require "convert" Convert.from_json_to_yaml(args) end end end namespace :update do - desc 'Update the release version' + desc "Update the release version" task :version do - file = IO.read('lib/mime/types/data.rb') - updated = file.sub(/VERSION = '[^']+'/, "VERSION = '#{new_version}'") + file = IO.read("lib/mime/types/data.rb") + updated = file.sub(/VERSION = ['"][.0-9]+['"]/, %Q(VERSION = "#{new_version}")) - IO.write('lib/mime/types/data.rb', updated) + IO.write("lib/mime/types/data.rb", updated) end - desc 'Update the history file with automatic release notes' + desc "Update the history file with automatic release notes" task :history do - history = IO.read('History.md') + history = IO.read("History.md") - if history !~ /^## #{release_header}$/ + if !/^## #{release_header}$/.match?(history) note = <<-NOTE @@ -145,16 +140,16 @@ namespace :update do updated = history.sub(/\n/, note) - IO.write('History.md', updated) + IO.write("History.md", updated) end end end -desc 'Default conversion from YAML to JSON and Columnar' -task convert: [ 'convert:yaml:json', 'convert:yaml:columnar' ] +desc "Default conversion from YAML to JSON and Columnar" +task convert: ["convert:yaml:json", "convert:yaml:columnar", "convert:yaml:mini_mime"] -Rake::Task['gem'].prerequisites.unshift('convert') -Rake::Task['gem'].prerequisites.unshift('git:manifest') -Rake::Task['gem'].prerequisites.unshift('gemspec') +Rake::Task["gem"].prerequisites.unshift("convert") +Rake::Task["gem"].prerequisites.unshift("git:manifest") +Rake::Task["gem"].prerequisites.unshift("gemspec") # vim: syntax=ruby diff --git a/fluentd/vendored_gem_src/mime-types-data/data/content_type_mime.db b/fluentd/vendored_gem_src/mime-types-data/data/content_type_mime.db new file mode 100644 index 000000000..3a31bb430 --- /dev/null +++ b/fluentd/vendored_gem_src/mime-types-data/data/content_type_mime.db @@ -0,0 +1,878 @@ +ez application/andrew-inset base64 +aw application/applixware base64 +atom application/atom+xml 8bit +atomcat application/atomcat+xml 8bit +atomsvc application/atomsvc+xml 8bit +ccxml application/ccxml+xml base64 +cdmia application/cdmi-capability base64 +cdmic application/cdmi-container base64 +cdmid application/cdmi-domain base64 +cdmio application/cdmi-object base64 +cdmiq application/cdmi-queue base64 +cu application/cu-seeme base64 +davmount application/davmount+xml base64 +dcm application/dicom base64 +dbk application/docbook+xml base64 +dssc application/dssc+der base64 +xdssc application/dssc+xml base64 +ecma application/ecmascript base64 +emma application/emma+xml base64 +epub application/epub+zip base64 +exi application/exi base64 +pfr application/font-tdpfr base64 +gml application/gml+xml base64 +gpx application/gpx+xml base64 +gxf application/gxf base64 +gz application/gzip base64 +stk application/hyperstudio base64 +ink application/inkml+xml base64 +ipfix application/ipfix base64 +jar application/java-archive base64 +ser application/java-serialized-object base64 +js application/javascript 8bit +json application/json 8bit +jsonml application/jsonml+json base64 +lostxml application/lost+xml base64 +hqx application/mac-binhex40 8bit +mads application/mads+xml base64 +webmanifest application/manifest+json base64 +mrc application/marc base64 +mrcx application/marcxml+xml base64 +ma application/mathematica base64 +mathml application/mathml+xml base64 +mbox application/mbox base64 +mscml application/mediaservercontrol+xml base64 +metalink application/metalink+xml base64 +meta4 application/metalink4+xml base64 +mets application/mets+xml base64 +mods application/mods+xml base64 +m21 application/mp21 base64 +mp4 application/mp4 base64 +doc application/msword base64 +mxf application/mxf base64 +nc application/netcdf base64 +bin application/octet-stream base64 +oda application/oda base64 +opf application/oebps-package+xml base64 +ogx application/ogg base64 +omdoc application/omdoc+xml base64 +onepkg application/onenote base64 +oxps application/oxps base64 +xer application/patch-ops-error+xml base64 +pdf application/pdf base64 +asc application/pgp-signature base64 +prf application/pics-rules base64 +p10 application/pkcs10 base64 +p7m application/pkcs7-mime base64 +p7s application/pkcs7-signature base64 +p8 application/pkcs8 base64 +ac application/pkix-attr-cert base64 +cer application/pkix-cert base64 +crl application/pkix-crl base64 +pkipath application/pkix-pkipath base64 +pki application/pkixcmp base64 +pls application/pls+xml base64 +eps application/postscript 8bit +cw application/prs.cww base64 +rnd application/prs.nprend base64 +pskcxml application/pskc+xml base64 +rdf application/rdf+xml 8bit +rif application/reginfo+xml base64 +rnc application/relax-ng-compact-syntax base64 +rl application/resource-lists+xml base64 +rld application/resource-lists-diff+xml base64 +rs application/rls-services+xml base64 +gbr application/rpki-ghostbusters base64 +mft application/rpki-manifest base64 +roa application/rpki-roa base64 +rsd application/rsd+xml base64 +rss application/rss+xml base64 +rtf application/rtf base64 +sbml application/sbml+xml base64 +scq application/scvp-cv-request base64 +scs application/scvp-cv-response base64 +spq application/scvp-vp-request base64 +spp application/scvp-vp-response base64 +sdp application/sdp base64 +setpay application/set-payment-initiation base64 +setreg application/set-registration-initiation base64 +sgml application/sgml base64 +soc application/sgml-open-catalog base64 +shf application/shf+xml base64 +siv application/sieve base64 +smi application/smil+xml 8bit +rq application/sparql-query base64 +srx application/sparql-results+xml base64 +gram application/srgs base64 +grxml application/srgs+xml base64 +sru application/sru+xml base64 +ssdl application/ssdl+xml base64 +ssml application/ssml+xml base64 +tei application/tei+xml base64 +tfi application/thraud+xml base64 +tsd application/timestamped-data base64 +pwn application/vnd.3M.Post-it-Notes base64 +plb application/vnd.3gpp.pic-bw-large base64 +psb application/vnd.3gpp.pic-bw-small base64 +pvb application/vnd.3gpp.pic-bw-var base64 +sms application/vnd.3gpp.sms base64 +tcap application/vnd.3gpp2.tcap base64 +gph application/vnd.FloGraphIt base64 +zmm application/vnd.HandHeld-Entertainment+xml base64 +kne application/vnd.Kinar base64 +mwf application/vnd.MFER base64 +daf application/vnd.Mobius.DAF base64 +dis application/vnd.Mobius.DIS base64 +mbk application/vnd.Mobius.MBK base64 +mqy application/vnd.Mobius.MQY base64 +msl application/vnd.Mobius.MSL base64 +plc application/vnd.Mobius.PLC base64 +txf application/vnd.Mobius.TXF base64 +qxd application/vnd.Quark.QuarkXPress 8bit +twd application/vnd.SimTech-MindMapper base64 +aso application/vnd.accpac.simply.aso base64 +imp application/vnd.accpac.simply.imp base64 +acu application/vnd.acucobol base64 +atc application/vnd.acucorp 7bit +air application/vnd.adobe.air-application-installer-package+zip base64 +fcdt application/vnd.adobe.formscentral.fcdt base64 +fxp application/vnd.adobe.fxp base64 +xdp application/vnd.adobe.xdp+xml base64 +xfdf application/vnd.adobe.xfdf base64 +ahead application/vnd.ahead.space base64 +azf application/vnd.airzip.filesecure.azf base64 +azs application/vnd.airzip.filesecure.azs base64 +azw application/vnd.amazon.ebook base64 +acc application/vnd.americandynamics.acc base64 +ami application/vnd.amiga.ami base64 +apk application/vnd.android.package-archive base64 +cii application/vnd.anser-web-certificate-issue-initiation base64 +fti application/vnd.anser-web-funds-transfer-initiation base64 +atx application/vnd.antix.game-component base64 +mpkg application/vnd.apple.installer+xml base64 +m3u8 application/vnd.apple.mpegurl base64 +pkpass application/vnd.apple.pkpass base64 +swi application/vnd.aristanetworks.swi base64 +iota application/vnd.astraea-software.iota base64 +aep application/vnd.audiograph base64 +mpm application/vnd.blueice.multipass base64 +bmi application/vnd.bmi base64 +rep application/vnd.businessobjects base64 +cdxml application/vnd.chemdraw+xml base64 +mmd application/vnd.chipnuts.karaoke-mmd base64 +cdy application/vnd.cinderella base64 +cla application/vnd.claymore base64 +rp9 application/vnd.cloanto.rp9 base64 +c4d application/vnd.clonk.c4group base64 +c11amc application/vnd.cluetrust.cartomobile-config base64 +c11amz application/vnd.cluetrust.cartomobile-config-pkg base64 +csp application/vnd.commonspace base64 +cdbcmsg application/vnd.contact.cmsg base64 +cmc application/vnd.cosmocaller base64 +clkx application/vnd.crick.clicker base64 +clkk application/vnd.crick.clicker.keyboard base64 +clkp application/vnd.crick.clicker.palette base64 +clkt application/vnd.crick.clicker.template base64 +clkw application/vnd.crick.clicker.wordbank base64 +wbs application/vnd.criticaltools.wbs+xml base64 +pml application/vnd.ctc-posml base64 +ppd application/vnd.cups-ppd base64 +curl application/vnd.curl base64 +car application/vnd.curl.car base64 +pcurl application/vnd.curl.pcurl base64 +dart application/vnd.dart base64 +rdz application/vnd.data-vision.rdz base64 +uvd application/vnd.dece.data base64 +uvt application/vnd.dece.ttml+xml base64 +uvvx application/vnd.dece.unspecified base64 +uvvz application/vnd.dece.zip base64 +fe_launch application/vnd.denovo.fcselayout-link base64 +dna application/vnd.dna base64 +mlp application/vnd.dolby.mlp base64 +dpg application/vnd.dpgraph base64 +dfac application/vnd.dreamfactory base64 +kpxx application/vnd.ds-keypoint base64 +ait application/vnd.dvb.ait base64 +svc application/vnd.dvb.service base64 +geo application/vnd.dynageo base64 +mag application/vnd.ecowin.chart base64 +nml application/vnd.enliven base64 +esf application/vnd.epson.esf base64 +msf application/vnd.epson.msf base64 +qam application/vnd.epson.quickanime base64 +slt application/vnd.epson.salt base64 +ssf application/vnd.epson.ssf base64 +es3 application/vnd.eszigno3+xml base64 +ez2 application/vnd.ezpix-album base64 +ez3 application/vnd.ezpix-package base64 +fdf application/vnd.fdf base64 +mseed application/vnd.fdsn.mseed base64 +dataless application/vnd.fdsn.seed base64 +ftc application/vnd.fluxtime.clip base64 +frm application/vnd.framemaker base64 +fnc application/vnd.frogans.fnc base64 +ltf application/vnd.frogans.ltf base64 +fsc application/vnd.fsc.weblaunch 7bit +oas application/vnd.fujitsu.oasys base64 +oa2 application/vnd.fujitsu.oasys2 base64 +oa3 application/vnd.fujitsu.oasys3 base64 +fg5 application/vnd.fujitsu.oasysgp base64 +bh2 application/vnd.fujitsu.oasysprs base64 +ddd application/vnd.fujixerox.ddd base64 +xdw application/vnd.fujixerox.docuworks base64 +xbd application/vnd.fujixerox.docuworks.binder base64 +fzs application/vnd.fuzzysheet base64 +txd application/vnd.genomatix.tuxedo base64 +ggb application/vnd.geogebra.file base64 +ggt application/vnd.geogebra.tool base64 +gex application/vnd.geometry-explorer base64 +gxt application/vnd.geonext base64 +g2w application/vnd.geoplan base64 +g3w application/vnd.geospace base64 +gmx application/vnd.gmx base64 +kml application/vnd.google-earth.kml+xml 8bit +kmz application/vnd.google-earth.kmz 8bit +gqf application/vnd.grafeq base64 +gac application/vnd.groove-account base64 +ghf application/vnd.groove-help base64 +gim application/vnd.groove-identity-message base64 +grv application/vnd.groove-injector base64 +gtm application/vnd.groove-tool-message base64 +tpl application/vnd.groove-tool-template base64 +vcg application/vnd.groove-vcard base64 +hal application/vnd.hal+xml base64 +hbci application/vnd.hbci base64 +les application/vnd.hhe.lesson-player base64 +plt application/vnd.hp-HPGL base64 +pcl application/vnd.hp-PCL base64 +pclxl application/vnd.hp-PCLXL base64 +hpid application/vnd.hp-hpid base64 +hps application/vnd.hp-hps base64 +jlt application/vnd.hp-jlyt base64 +sfd-hdstx application/vnd.hydrostatix.sof-data base64 +mpy application/vnd.ibm.MiniPay base64 +emm application/vnd.ibm.electronic-media base64 +afp application/vnd.ibm.modcap base64 +irm application/vnd.ibm.rights-management base64 +sc application/vnd.ibm.secure-container base64 +icc application/vnd.iccprofile base64 +igl application/vnd.igloader base64 +ivp application/vnd.immervision-ivp base64 +ivu application/vnd.immervision-ivu base64 +igm application/vnd.insors.igm base64 +xpw application/vnd.intercon.formnet base64 +i2g application/vnd.intergeo base64 +qbo application/vnd.intu.qbo base64 +qfx application/vnd.intu.qfx base64 +rcprofile application/vnd.ipunplugged.rcprofile base64 +irp application/vnd.irepository.package+xml base64 +xpr application/vnd.is-xpr base64 +fcs application/vnd.isac.fcs base64 +jam application/vnd.jam base64 +rms application/vnd.jcp.javame.midlet-rms base64 +jisp application/vnd.jisp base64 +joda application/vnd.joost.joda-archive base64 +ktr application/vnd.kahootz base64 +karbon application/vnd.kde.karbon base64 +chrt application/vnd.kde.kchart base64 +kfo application/vnd.kde.kformula base64 +flw application/vnd.kde.kivio base64 +kon application/vnd.kde.kontour base64 +kpr application/vnd.kde.kpresenter base64 +ksp application/vnd.kde.kspread base64 +kwd application/vnd.kde.kword base64 +htke application/vnd.kenameaapp base64 +kia application/vnd.kidspiration base64 +skd application/vnd.koan base64 +sse application/vnd.kodak-descriptor base64 +lasxml application/vnd.las.las+xml base64 +lbd application/vnd.llamagraphics.life-balance.desktop base64 +lbe application/vnd.llamagraphics.life-balance.exchange+xml base64 +wks application/vnd.lotus-1-2-3 base64 +apr application/vnd.lotus-approach base64 +pre application/vnd.lotus-freelance base64 +nsf application/vnd.lotus-notes base64 +org application/vnd.lotus-organizer base64 +scm application/vnd.lotus-screencam base64 +lwp application/vnd.lotus-wordpro base64 +portpkg application/vnd.macports.portpkg base64 +mcd application/vnd.mcd base64 +mc1 application/vnd.medcalcdata base64 +cdkey application/vnd.mediastation.cdkey base64 +mfm application/vnd.mfmp base64 +flo application/vnd.micrografx.flo base64 +igx application/vnd.micrografx.igx base64 +mif application/vnd.mif base64 +mpn application/vnd.mophun.application base64 +mpc application/vnd.mophun.certificate base64 +xul application/vnd.mozilla.xul+xml base64 +cil application/vnd.ms-artgalry base64 +asf application/vnd.ms-asf base64 +cab application/vnd.ms-cab-compressed base64 +xls application/vnd.ms-excel base64 +xlam application/vnd.ms-excel.addin.macroEnabled.12 base64 +xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12 base64 +xlsm application/vnd.ms-excel.sheet.macroEnabled.12 base64 +xltm application/vnd.ms-excel.template.macroEnabled.12 base64 +eot application/vnd.ms-fontobject base64 +chm application/vnd.ms-htmlhelp base64 +ims application/vnd.ms-ims base64 +lrm application/vnd.ms-lrm base64 +thmx application/vnd.ms-officetheme base64 +msg application/vnd.ms-outlook base64 +cat application/vnd.ms-pki.seccat base64 +stl application/vnd.ms-pki.stl base64 +ppt application/vnd.ms-powerpoint base64 +ppam application/vnd.ms-powerpoint.addin.macroEnabled.12 base64 +pptm application/vnd.ms-powerpoint.presentation.macroEnabled.12 base64 +sldm application/vnd.ms-powerpoint.slide.macroEnabled.12 base64 +ppsm application/vnd.ms-powerpoint.slideshow.macroEnabled.12 base64 +potm application/vnd.ms-powerpoint.template.macroEnabled.12 base64 +mpp application/vnd.ms-project base64 +docm application/vnd.ms-word.document.macroEnabled.12 base64 +dotm application/vnd.ms-word.template.macroEnabled.12 base64 +wcm application/vnd.ms-works base64 +wpl application/vnd.ms-wpl base64 +xps application/vnd.ms-xpsdocument 8bit +mseq application/vnd.mseq base64 +mus application/vnd.musician base64 +msty application/vnd.muvee.style base64 +taglet application/vnd.mynfc base64 +ent application/vnd.nervana base64 +nlu application/vnd.neurolanguage.nlu base64 +nitf application/vnd.nitf base64 +nnd application/vnd.noblenet-directory base64 +nns application/vnd.noblenet-sealer base64 +nnw application/vnd.noblenet-web base64 +ngdat application/vnd.nokia.n-gage.data base64 +n-gage application/vnd.nokia.n-gage.symbian.install base64 +rpst application/vnd.nokia.radio-preset base64 +rpss application/vnd.nokia.radio-presets base64 +edm application/vnd.novadigm.EDM base64 +edx application/vnd.novadigm.EDX base64 +ext application/vnd.novadigm.EXT base64 +odc application/vnd.oasis.opendocument.chart base64 +odc application/vnd.oasis.opendocument.chart-template base64 +odb application/vnd.oasis.opendocument.database base64 +odf application/vnd.oasis.opendocument.formula base64 +odf application/vnd.oasis.opendocument.formula-template base64 +odg application/vnd.oasis.opendocument.graphics base64 +otg application/vnd.oasis.opendocument.graphics-template base64 +odi application/vnd.oasis.opendocument.image base64 +odi application/vnd.oasis.opendocument.image-template base64 +odp application/vnd.oasis.opendocument.presentation base64 +otp application/vnd.oasis.opendocument.presentation-template base64 +ods application/vnd.oasis.opendocument.spreadsheet base64 +ots application/vnd.oasis.opendocument.spreadsheet-template base64 +odt application/vnd.oasis.opendocument.text base64 +odm application/vnd.oasis.opendocument.text-master base64 +ott application/vnd.oasis.opendocument.text-template base64 +oth application/vnd.oasis.opendocument.text-web base64 +xo application/vnd.olpc-sugar base64 +dd2 application/vnd.oma.dd2+xml base64 +oxt application/vnd.openofficeorg.extension base64 +pptx application/vnd.openxmlformats-officedocument.presentationml.presentation base64 +sldx application/vnd.openxmlformats-officedocument.presentationml.slide base64 +ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow base64 +potx application/vnd.openxmlformats-officedocument.presentationml.template base64 +xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet base64 +xltx application/vnd.openxmlformats-officedocument.spreadsheetml.template base64 +docx application/vnd.openxmlformats-officedocument.wordprocessingml.document base64 +dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template base64 +mgp application/vnd.osgeo.mapguide.package base64 +dp application/vnd.osgi.dp base64 +esa application/vnd.osgi.subsystem base64 +prc application/vnd.palm base64 +paw application/vnd.pawaafile base64 +str application/vnd.pg.format base64 +ei6 application/vnd.pg.osasli base64 +efif application/vnd.picsel base64 +wg application/vnd.pmi.widget base64 +plf application/vnd.pocketlearn base64 +pbd application/vnd.powerbuilder6 base64 +box application/vnd.previewsystems.box base64 +mgz application/vnd.proteus.magazine base64 +qps application/vnd.publishare-delta-tree base64 +pti application/vnd.pvi.ptid1 base64 +bed application/vnd.realvnc.bed base64 +mxl application/vnd.recordare.musicxml base64 +musicxml application/vnd.recordare.musicxml+xml base64 +cryptonote application/vnd.rig.cryptonote base64 +cod application/vnd.rim.cod base64 +rm application/vnd.rn-realmedia base64 +rmvb application/vnd.rn-realmedia-vbr base64 +link66 application/vnd.route66.link66+xml base64 +st application/vnd.sailingtracker.track base64 +sdoc application/vnd.sealed.doc base64 +seml application/vnd.sealed.eml base64 +smht application/vnd.sealed.mht base64 +sppt application/vnd.sealed.ppt base64 +sxls application/vnd.sealed.xls base64 +stml application/vnd.sealedmedia.softseal.html base64 +spdf application/vnd.sealedmedia.softseal.pdf base64 +see application/vnd.seemail base64 +sema application/vnd.sema base64 +semd application/vnd.semd base64 +semf application/vnd.semf base64 +ifm application/vnd.shana.informed.formdata base64 +itp application/vnd.shana.informed.formtemplate base64 +iif application/vnd.shana.informed.interchange base64 +ipk application/vnd.shana.informed.package base64 +mmf application/vnd.smaf base64 +teacher application/vnd.smart.teacher base64 +sdkd application/vnd.solent.sdkm+xml base64 +dxp application/vnd.spotfire.dxp base64 +sfs application/vnd.spotfire.sfs base64 +sdc application/vnd.stardivision.calc base64 +sds application/vnd.stardivision.chart base64 +sda application/vnd.stardivision.draw base64 +sdd application/vnd.stardivision.impress base64 +sdf application/vnd.stardivision.math base64 +sdw application/vnd.stardivision.writer base64 +sgl application/vnd.stardivision.writer-global base64 +smzip application/vnd.stepmania.package base64 +sm application/vnd.stepmania.stepchart base64 +sxc application/vnd.sun.xml.calc base64 +stc application/vnd.sun.xml.calc.template base64 +sxd application/vnd.sun.xml.draw base64 +std application/vnd.sun.xml.draw.template base64 +sxi application/vnd.sun.xml.impress base64 +sti application/vnd.sun.xml.impress.template base64 +sxm application/vnd.sun.xml.math base64 +sxw application/vnd.sun.xml.writer base64 +sxg application/vnd.sun.xml.writer.global base64 +stw application/vnd.sun.xml.writer.template base64 +sus application/vnd.sus-calendar base64 +svd application/vnd.svd base64 +sis application/vnd.symbian.install base64 +xsm application/vnd.syncml+xml base64 +bdm application/vnd.syncml.dm+wbxml base64 +xdm application/vnd.syncml.dm+xml base64 +tao application/vnd.tao.intent-module-archive base64 +cap application/vnd.tcpdump.pcap base64 +tmo application/vnd.tmobile-livetv base64 +tpt application/vnd.trid.tpt base64 +mxs application/vnd.triscape.mxs base64 +tra application/vnd.trueapp base64 +ufd application/vnd.ufdl base64 +utz application/vnd.uiq.theme base64 +umj application/vnd.umajin base64 +unityweb application/vnd.unity base64 +uoml application/vnd.uoml+xml base64 +vcx application/vnd.vcx base64 +vsc application/vnd.vidsoft.vidconference 8bit +vsd application/vnd.visio base64 +vis application/vnd.visionary base64 +vsf application/vnd.vsf base64 +sic application/vnd.wap.sic base64 +slc application/vnd.wap.slc base64 +wbxml application/vnd.wap.wbxml base64 +wmlc application/vnd.wap.wmlc base64 +wmlsc application/vnd.wap.wmlscriptc base64 +wtb application/vnd.webturbo base64 +nbp application/vnd.wolfram.player base64 +wpd application/vnd.wordperfect base64 +wqd application/vnd.wqd base64 +stf application/vnd.wt.stf base64 +wv application/vnd.wv.csp+wbxml base64 +xar application/vnd.xara base64 +xfdl application/vnd.xfdl base64 +hvd application/vnd.yamaha.hv-dic base64 +hvs application/vnd.yamaha.hv-script base64 +hvp application/vnd.yamaha.hv-voice base64 +osf application/vnd.yamaha.openscoreformat base64 +osfpvg application/vnd.yamaha.openscoreformat.osfpvg+xml base64 +saf application/vnd.yamaha.smaf-audio base64 +spf application/vnd.yamaha.smaf-phrase base64 +cmp application/vnd.yellowriver-custom-menu base64 +zir application/vnd.zul base64 +zaz application/vnd.zzazz.deck+xml base64 +vxml application/voicexml+xml base64 +wasm application/wasm 8bit +wif application/watcherinfo+xml base64 +wgt application/widget base64 +wp5 application/wordperfect5.1 base64 +wsdl application/wsdl+xml base64 +wspolicy application/wspolicy+xml base64 +wk application/x-123 base64 +7z application/x-7z-compressed base64 +bck application/x-VMSBACKUP base64 +wz application/x-Wingz base64 +abw application/x-abiword base64 +ace application/x-ace-compressed base64 +dmg application/x-apple-diskimage base64 +aab application/x-authorware-bin base64 +aam application/x-authorware-map base64 +aas application/x-authorware-seg base64 +bcpio application/x-bcpio base64 +torrent application/x-bittorrent base64 +bleep application/x-bleeper base64 +blb application/x-blorb base64 +bz application/x-bzip base64 +boz application/x-bzip2 base64 +cb7 application/x-cbr base64 +vcd application/x-cdlink base64 +cfs application/x-cfs-compressed base64 +chat application/x-chat base64 +pgn application/x-chess-pgn base64 +crx application/x-chrome-extension base64 +z application/x-compressed base64 +nsc application/x-conference base64 +cpio application/x-cpio base64 +csh application/x-csh 8bit +csm application/x-cu-seeme base64 +deb application/x-debian-package base64 +dgc application/x-dgc-compressed base64 +dcr application/x-director base64 +wad application/x-doom base64 +ncx application/x-dtbncx+xml base64 +dtb application/x-dtbook+xml base64 +res application/x-dtbresource+xml base64 +dvi application/x-dvi base64 +evy application/x-envoy base64 +eva application/x-eva base64 +bdf application/x-font-bdf base64 +gsf application/x-font-ghostscript base64 +psf application/x-font-linux-psf base64 +pcf application/x-font-pcf base64 +snf application/x-font-snf base64 +afm application/x-font-type1 base64 +arc application/x-freearc base64 +spl application/x-futuresplash base64 +gca application/x-gca-compressed base64 +ulx application/x-glulx base64 +gnumeric application/x-gnumeric base64 +gramps application/x-gramps-xml base64 +gtar application/x-gtar base64 +hdf application/x-hdf base64 +hep application/x-hep base64 +rhtml application/x-html+ruby 8bit +phtml application/x-httpd-php 8bit +ibooks application/x-ibooks+zip base64 +ica application/x-ica base64 +imagemap application/x-imagemap 8bit +install application/x-install-instructions base64 +iso application/x-iso9660-image base64 +key application/x-iwork-keynote-sffkey base64 +numbers application/x-iwork-numbers-sffnumbers base64 +pages application/x-iwork-pages-sffpages base64 +jnlp application/x-java-jnlp-file base64 +ltx application/x-latex 8bit +cpt application/x-mac-compactpro base64 +mie application/x-mie base64 +mobi application/x-mobipocket-ebook base64 +application application/x-ms-application base64 +exe application/x-ms-dos-executable base64 +lnk application/x-ms-shortcut base64 +wmd application/x-ms-wmd base64 +wmz application/x-ms-wmz base64 +xbap application/x-ms-xbap base64 +mda application/x-msaccess base64 +obd application/x-msbinder base64 +crd application/x-mscardfile base64 +clp application/x-msclip base64 +cmd application/x-msdos-program base64 +exe application/x-msdownload base64 +m13 application/x-msmediaview base64 +emf application/x-msmetafile base64 +mny application/x-msmoney base64 +pub application/x-mspublisher base64 +scd application/x-msschedule base64 +trm application/x-msterminal base64 +wri application/x-mswrite base64 +pac application/x-ns-proxy-autoconfig base64 +nzb application/x-nzb base64 +oex application/x-opera-extension base64 +pm application/x-pagemaker base64 +pl application/x-perl 8bit +p12 application/x-pkcs12 base64 +p7b application/x-pkcs7-certificates base64 +p7r application/x-pkcs7-certreqresp base64 +py application/x-python 8bit +qtl application/x-quicktimeplayer base64 +rar application/x-rar-compressed base64 +ris application/x-research-info-systems base64 +rb application/x-ruby 8bit +sh application/x-sh 8bit +shar application/x-shar 8bit +swf application/x-shockwave-flash base64 +xap application/x-silverlight-app base64 +notebook application/x-smarttech-notebook base64 +sav application/x-spss base64 +sql application/x-sql base64 +sit application/x-stuffit base64 +sitx application/x-stuffitx base64 +srt application/x-subrip base64 +sv4cpio application/x-sv4cpio base64 +sv4crc application/x-sv4crc base64 +t3 application/x-t3vm-image base64 +gam application/x-tads base64 +tar application/x-tar base64 +tcl application/x-tcl 8bit +tex application/x-tex 8bit +tfm application/x-tex-tfm base64 +texinfo application/x-texinfo 8bit +obj application/x-tgif base64 +tbk application/x-toolbook base64 +ustar application/x-ustar base64 +src application/x-wais-source base64 +webapp application/x-web-app-manifest+json base64 +wp6 application/x-wordperfect6.1 base64 +crt application/x-x509-ca-cert base64 +fig application/x-xfig base64 +xlf application/x-xliff+xml base64 +xpi application/x-xpinstall base64 +xz application/x-xz base64 +z1 application/x-zmachine base64 +xaml application/xaml+xml base64 +xdf application/xcap-diff+xml base64 +xenc application/xenc+xml base64 +xht application/xhtml+xml 8bit +xml application/xml 8bit +dtd application/xml-dtd 8bit +xop application/xop+xml base64 +xpl application/xproc+xml base64 +xslt application/xslt+xml base64 +xspf application/xspf+xml base64 +mxml application/xv+xml base64 +yang application/yang base64 +yin application/yin+xml base64 +zip application/zip base64 +amr audio/AMR base64 +awb audio/AMR-WB base64 +evc audio/EVRC base64 +l16 audio/L16 base64 +smv audio/SMV base64 +adp audio/adpcm base64 +au audio/basic base64 +kar audio/midi base64 +mp4 audio/mp4 base64 +mpga audio/mpeg base64 +oga audio/ogg base64 +s3m audio/s3m base64 +sil audio/silk base64 +uva audio/vnd.dece.audio base64 +eol audio/vnd.digital-winds 7bit +dra audio/vnd.dra base64 +dts audio/vnd.dts base64 +dtshd audio/vnd.dts.hd base64 +plj audio/vnd.everad.plj base64 +lvp audio/vnd.lucent.voice base64 +pya audio/vnd.ms-playready.media.pya base64 +mxmf audio/vnd.nokia.mobile-xmf base64 +vbk audio/vnd.nortel.vbk base64 +ecelp4800 audio/vnd.nuera.ecelp4800 base64 +ecelp7470 audio/vnd.nuera.ecelp7470 base64 +ecelp9600 audio/vnd.nuera.ecelp9600 base64 +qcp audio/vnd.qcelp base64 +rip audio/vnd.rip base64 +smp3 audio/vnd.sealedmedia.softseal.mpeg base64 +wav audio/wav base64 +weba audio/webm base64 +aac audio/x-aac base64 +aif audio/x-aiff base64 +caf audio/x-caf base64 +flac audio/x-flac base64 +mka audio/x-matroska base64 +m3u audio/x-mpegurl base64 +wax audio/x-ms-wax base64 +wma audio/x-ms-wma base64 +wmv audio/x-ms-wmv base64 +ra audio/x-pn-realaudio base64 +rmp audio/x-pn-realaudio-plugin base64 +xm audio/xm base64 +cdx chemical/x-cdx base64 +cif chemical/x-cif base64 +cmdf chemical/x-cmdf base64 +cml chemical/x-cml base64 +csml chemical/x-csml base64 +ttc font/collection base64 +otf font/otf base64 +ttf font/ttf base64 +woff font/woff base64 +woff2 font/woff2 base64 +avif image/avif base64 +cgm image/cgm base64 +g3 image/g3fax base64 +gif image/gif base64 +heic image/heic base64 +heics image/heic-sequence base64 +heif image/heif base64 +heifs image/heif-sequence base64 +ief image/ief base64 +jp2 image/jp2 base64 +jpeg image/jpeg base64 +jpm image/jpm base64 +jpx image/jpx base64 +ktx image/ktx base64 +png image/png base64 +btif image/prs.btif base64 +sgi image/sgi base64 +svg image/svg+xml 8bit +tiff image/tiff base64 +psd image/vnd.adobe.photoshop base64 +uvg image/vnd.dece.graphic base64 +djvu image/vnd.djvu base64 +sub image/vnd.dvb.subtitle base64 +dwg image/vnd.dwg base64 +dxf image/vnd.dxf base64 +fbs image/vnd.fastbidsheet base64 +fpx image/vnd.fpx base64 +fst image/vnd.fst base64 +mmr image/vnd.fujixerox.edmics-mmr base64 +rlc image/vnd.fujixerox.edmics-rlc base64 +pgb image/vnd.globalgraphics.pgb base64 +ico image/vnd.microsoft.icon base64 +mdi image/vnd.ms-modi base64 +wdp image/vnd.ms-photo base64 +npx image/vnd.net-fpx base64 +wbmp image/vnd.wap.wbmp base64 +xif image/vnd.xiff base64 +webp image/webp base64 +3ds image/x-3ds base64 +dng image/x-adobe-dng base64 +bmp image/x-bmp base64 +cr2 image/x-canon-cr2 base64 +crw image/x-canon-crw base64 +ras image/x-cmu-raster base64 +cmx image/x-cmx base64 +xcfbz2 image/x-compressed-xcf base64 +erf image/x-epson-erf base64 +fh image/x-freehand base64 +raf image/x-fuji-raf base64 +3fr image/x-hasselblad-3fr base64 +k25 image/x-kodak-k25 base64 +kdc image/x-kodak-kdc base64 +mrw image/x-minolta-mrw base64 +sid image/x-mrsid-image base64 +nef image/x-nikon-nef base64 +orf image/x-olympus-orf base64 +psp image/x-paintshoppro base64 +raw image/x-panasonic-raw base64 +pcx image/x-pcx base64 +pef image/x-pentax-pef base64 +pct image/x-pict base64 +pnm image/x-portable-anymap base64 +pbm image/x-portable-bitmap base64 +pgm image/x-portable-graymap base64 +ppm image/x-portable-pixmap base64 +rgb image/x-rgb base64 +x3f image/x-sigma-x3f base64 +arw image/x-sony-arw base64 +sr2 image/x-sony-sr2 base64 +srf image/x-sony-srf base64 +tga image/x-targa base64 +dgn image/x-vnd.dgn base64 +xbm image/x-xbitmap 7bit +xcf image/x-xcf base64 +xpm image/x-xpixmap 8bit +xwd image/x-xwindowdump base64 +eml message/rfc822 8bit +igs model/iges base64 +msh model/mesh base64 +dae model/vnd.collada+xml base64 +dwf model/vnd.dwf base64 +gdl model/vnd.gdl base64 +gtw model/vnd.gtw base64 +mts model/vnd.mts base64 +x_b model/vnd.parasolid.transmit.binary base64 +x_t model/vnd.parasolid.transmit.text quoted-printable +vtu model/vnd.vtu base64 +wrl model/vrml base64 +x3db model/x3d+binary base64 +x3dv model/x3d+vrml base64 +x3d model/x3d+xml base64 +appcache text/cache-manifest quoted-printable +ics text/calendar quoted-printable +css text/css 8bit +csv text/csv 8bit +html text/html 8bit +markdown text/markdown quoted-printable +n3 text/n3 quoted-printable +txt text/plain quoted-printable +dsc text/prs.lines.tag quoted-printable +rtx text/richtext 8bit +sgml text/sgml quoted-printable +tsv text/tab-separated-values quoted-printable +t text/troff 8bit +ttl text/turtle quoted-printable +uri text/uri-list quoted-printable +vcard text/vcard quoted-printable +dcurl text/vnd.curl.dcurl quoted-printable +mcurl text/vnd.curl.mcurl quoted-printable +scurl text/vnd.curl.scurl quoted-printable +fly text/vnd.fly quoted-printable +flx text/vnd.fmi.flexstor quoted-printable +gv text/vnd.graphviz quoted-printable +3dml text/vnd.in3d.3dml quoted-printable +spot text/vnd.in3d.spot quoted-printable +ccc text/vnd.net2phone.commcenter.command quoted-printable +jad text/vnd.sun.j2me.app-descriptor 8bit +si text/vnd.wap.si quoted-printable +sl text/vnd.wap.sl quoted-printable +wml text/vnd.wap.wml quoted-printable +wmls text/vnd.wap.wmlscript quoted-printable +vtt text/vtt quoted-printable +asm text/x-asm quoted-printable +c text/x-c quoted-printable +coffee text/x-coffescript 8bit +htc text/x-component 8bit +f text/x-fortran quoted-printable +java text/x-java-source quoted-printable +nfo text/x-nfo quoted-printable +opml text/x-opml quoted-printable +p text/x-pascal quoted-printable +etx text/x-setext quoted-printable +sfv text/x-sfv quoted-printable +uu text/x-uuencode quoted-printable +vcs text/x-vcalendar 8bit +vcf text/x-vcard 8bit +yaml text/x-yaml 8bit +xml text/xml 8bit +3gp video/3gpp base64 +3g2 video/3gpp2 base64 +dv video/DV base64 +h261 video/H261 base64 +h263 video/H263 base64 +h264 video/H264 base64 +jpgv video/JPEG base64 +mj2 video/MJ2 base64 +ts video/MP2T base64 +mp4 video/mp4 base64 +mp2 video/mpeg base64 +ogg video/ogg base64 +qt video/quicktime base64 +uvh video/vnd.dece.hd base64 +uvm video/vnd.dece.mobile base64 +uvp video/vnd.dece.pd base64 +uvs video/vnd.dece.sd base64 +uvv video/vnd.dece.video base64 +dvb video/vnd.dvb.file base64 +fvt video/vnd.fvt base64 +mxu video/vnd.mpegurl 8bit +pyv video/vnd.ms-playready.media.pyv base64 +nim video/vnd.nokia.interleaved-multimedia base64 +mp4 video/vnd.objectvideo base64 +s11 video/vnd.sealed.mpeg1 base64 +smpg video/vnd.sealed.mpeg4 base64 +sswf video/vnd.sealed.swf base64 +smov video/vnd.sealedmedia.softseal.mov base64 +uvu video/vnd.uvvu.mp4 base64 +viv video/vnd.vivo base64 +dl video/x-dl base64 +fli video/x-fli base64 +flv video/x-flv base64 +gl video/x-gl base64 +ivf video/x-ivf base64 +mk3d video/x-matroska base64 +mng video/x-mng base64 +mjpg video/x-motion-jpeg base64 +asf video/x-ms-asf base64 +vob video/x-ms-vob base64 +wm video/x-ms-wm base64 +wmx video/x-ms-wmx base64 +wvx video/x-ms-wvx base64 +avi video/x-msvideo base64 +movie video/x-sgi-movie base64 +xyz x-chemical/x-xyz base64 +ice x-conference/x-cooltalk base64 diff --git a/fluentd/vendored_gem_src/mime-types-data/data/ext_mime.db b/fluentd/vendored_gem_src/mime-types-data/data/ext_mime.db new file mode 100644 index 000000000..92d6dcaec --- /dev/null +++ b/fluentd/vendored_gem_src/mime-types-data/data/ext_mime.db @@ -0,0 +1,1198 @@ +123 application/vnd.lotus-1-2-3 base64 +3dml text/vnd.in3d.3dml quoted-printable +3ds image/x-3ds base64 +3fr image/x-hasselblad-3fr base64 +3g2 video/3gpp2 base64 +3gp video/3gpp base64 +3gpp video/3gpp base64 +3gpp2 video/3gpp2 base64 +7z application/x-7z-compressed base64 +@dir application/x-director base64 +@dxr application/x-director base64 +aab application/x-authorware-bin base64 +aac audio/x-aac base64 +aam application/x-authorware-map base64 +aas application/x-authorware-seg base64 +abw application/x-abiword base64 +ac application/pkix-attr-cert base64 +acc application/vnd.americandynamics.acc base64 +ace application/x-ace-compressed base64 +acu application/vnd.acucobol base64 +acutc application/vnd.acucorp 7bit +adp audio/adpcm base64 +aep application/vnd.audiograph base64 +afm application/x-font-type1 base64 +afp application/vnd.ibm.modcap base64 +ahead application/vnd.ahead.space base64 +ai application/pdf base64 +aif audio/x-aiff base64 +aifc audio/x-aiff base64 +aiff audio/x-aiff base64 +air application/vnd.adobe.air-application-installer-package+zip base64 +ait application/vnd.dvb.ait base64 +ami application/vnd.amiga.ami base64 +amr audio/AMR base64 +ani application/octet-stream base64 +apk application/vnd.android.package-archive base64 +appcache text/cache-manifest quoted-printable +application application/x-ms-application base64 +apr application/vnd.lotus-approach base64 +arc application/x-freearc base64 +arw image/x-sony-arw base64 +asc application/pgp-signature base64 +asf application/vnd.ms-asf base64 +asm text/x-asm quoted-printable +aso application/vnd.accpac.simply.aso base64 +asx video/x-ms-asf base64 +atc application/vnd.acucorp 7bit +atom application/atom+xml 8bit +atomcat application/atomcat+xml 8bit +atomsvc application/atomsvc+xml 8bit +atx application/vnd.antix.game-component base64 +au audio/basic base64 +avi video/x-msvideo base64 +avif image/avif base64 +aw application/applixware base64 +awb audio/AMR-WB base64 +azf application/vnd.airzip.filesecure.azf base64 +azs application/vnd.airzip.filesecure.azs base64 +azw application/vnd.amazon.ebook base64 +bat application/x-msdos-program base64 +bck application/x-VMSBACKUP base64 +bcpio application/x-bcpio base64 +bdf application/x-font-bdf base64 +bdm application/vnd.syncml.dm+wbxml base64 +bed application/vnd.realvnc.bed base64 +bh2 application/vnd.fujitsu.oasysprs base64 +bin application/octet-stream base64 +bkm application/vnd.nervana base64 +blb application/x-blorb base64 +bleep application/x-bleeper base64 +blorb application/x-blorb base64 +bmi application/vnd.bmi base64 +bmp image/x-bmp base64 +book application/vnd.framemaker base64 +box application/vnd.previewsystems.box base64 +boz application/x-bzip2 base64 +bpd application/vnd.hbci base64 +bpk application/octet-stream base64 +btif image/prs.btif base64 +bz application/x-bzip base64 +bz2 application/x-bzip2 base64 +c text/plain quoted-printable +c11amc application/vnd.cluetrust.cartomobile-config base64 +c11amz application/vnd.cluetrust.cartomobile-config-pkg base64 +c4d application/vnd.clonk.c4group base64 +c4f application/vnd.clonk.c4group base64 +c4g application/vnd.clonk.c4group base64 +c4p application/vnd.clonk.c4group base64 +c4u application/vnd.clonk.c4group base64 +cab application/vnd.ms-cab-compressed base64 +caf audio/x-caf base64 +cap application/vnd.tcpdump.pcap base64 +car application/vnd.curl.car base64 +cat application/vnd.ms-pki.seccat base64 +cb7 application/x-cbr base64 +cba application/x-cbr base64 +cbr application/x-cbr base64 +cbt application/x-cbr base64 +cbz application/x-cbr base64 +cc text/plain quoted-printable +ccc text/vnd.net2phone.commcenter.command quoted-printable +cct application/x-director base64 +ccxml application/ccxml+xml base64 +cdbcmsg application/vnd.contact.cmsg base64 +cdf application/netcdf base64 +cdkey application/vnd.mediastation.cdkey base64 +cdmia application/cdmi-capability base64 +cdmic application/cdmi-container base64 +cdmid application/cdmi-domain base64 +cdmio application/cdmi-object base64 +cdmiq application/cdmi-queue base64 +cdx chemical/x-cdx base64 +cdxml application/vnd.chemdraw+xml base64 +cdy application/vnd.cinderella base64 +cer application/pkix-cert base64 +cfs application/x-cfs-compressed base64 +cgm image/cgm base64 +chat application/x-chat base64 +chm application/vnd.ms-htmlhelp base64 +chrt application/vnd.kde.kchart base64 +cif chemical/x-cif base64 +cii application/vnd.anser-web-certificate-issue-initiation base64 +cil application/vnd.ms-artgalry base64 +cla application/vnd.claymore base64 +class application/octet-stream base64 +clkk application/vnd.crick.clicker.keyboard base64 +clkp application/vnd.crick.clicker.palette base64 +clkt application/vnd.crick.clicker.template base64 +clkw application/vnd.crick.clicker.wordbank base64 +clkx application/vnd.crick.clicker base64 +clp application/x-msclip base64 +clpi video/MP2T base64 +cmc application/vnd.cosmocaller base64 +cmd application/x-msdos-program base64 +cmdf chemical/x-cmdf base64 +cml chemical/x-cml base64 +cmp application/vnd.yellowriver-custom-menu base64 +cmx image/x-cmx base64 +cod application/vnd.rim.cod base64 +coffee text/x-coffescript 8bit +com application/x-msdos-program base64 +conf text/plain quoted-printable +cpi video/MP2T base64 +cpio application/x-cpio base64 +cpp text/plain quoted-printable +cpt application/x-mac-compactpro base64 +cr2 image/x-canon-cr2 base64 +crd application/x-mscardfile base64 +crl application/pkix-crl base64 +crt application/x-x509-ca-cert base64 +crw image/x-canon-crw base64 +crx application/x-chrome-extension base64 +cryptonote application/vnd.rig.cryptonote base64 +csh application/x-csh 8bit +csm application/x-cu-seeme base64 +csml chemical/x-csml base64 +csp application/vnd.commonspace base64 +css text/css 8bit +cst application/x-director base64 +csv text/csv 8bit +cu application/cu-seeme base64 +curl application/vnd.curl base64 +cw application/prs.cww base64 +cww application/prs.cww base64 +cxt application/x-director base64 +cxx text/x-c quoted-printable +dae model/vnd.collada+xml base64 +daf application/vnd.Mobius.DAF base64 +dart application/vnd.dart base64 +dat text/plain quoted-printable +dataless application/vnd.fdsn.seed base64 +davmount application/davmount+xml base64 +dbk application/docbook+xml base64 +dcm application/dicom base64 +dcr application/x-director base64 +dcurl text/vnd.curl.dcurl quoted-printable +dd2 application/vnd.oma.dd2+xml base64 +ddd application/vnd.fujixerox.ddd base64 +deb application/x-debian-package base64 +def text/plain quoted-printable +deploy application/octet-stream base64 +der application/x-x509-ca-cert base64 +dfac application/vnd.dreamfactory base64 +dgc application/x-dgc-compressed base64 +dgn image/x-vnd.dgn base64 +dic text/x-c quoted-printable +dir application/x-director base64 +dis application/vnd.Mobius.DIS base64 +dist application/octet-stream base64 +distz application/octet-stream base64 +djv image/vnd.djvu base64 +djvu image/vnd.djvu base64 +dl video/x-dl base64 +dll application/octet-stream base64 +dmg application/x-apple-diskimage base64 +dmp application/vnd.tcpdump.pcap base64 +dms application/octet-stream base64 +dna application/vnd.dna base64 +dng image/x-adobe-dng base64 +doc application/msword base64 +docm application/vnd.ms-word.document.macroEnabled.12 base64 +docx application/vnd.openxmlformats-officedocument.wordprocessingml.document base64 +dot application/msword base64 +dotm application/vnd.ms-word.template.macroEnabled.12 base64 +dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template base64 +dp application/vnd.osgi.dp base64 +dpg application/vnd.dpgraph base64 +dra audio/vnd.dra base64 +dsc text/prs.lines.tag quoted-printable +dssc application/dssc+der base64 +dtb application/x-dtbook+xml base64 +dtd application/xml-dtd 8bit +dts audio/vnd.dts base64 +dtshd audio/vnd.dts.hd base64 +dump application/octet-stream base64 +dv video/DV base64 +dvb video/vnd.dvb.file base64 +dvi application/x-dvi base64 +dwf model/vnd.dwf base64 +dwg image/vnd.dwg base64 +dxf image/vnd.dxf base64 +dxp application/vnd.spotfire.dxp base64 +dxr application/x-director base64 +dylib application/octet-stream base64 +ecelp4800 audio/vnd.nuera.ecelp4800 base64 +ecelp7470 audio/vnd.nuera.ecelp7470 base64 +ecelp9600 audio/vnd.nuera.ecelp9600 base64 +ecma application/ecmascript base64 +edm application/vnd.novadigm.EDM base64 +edx application/vnd.novadigm.EDX base64 +efif application/vnd.picsel base64 +ei6 application/vnd.pg.osasli base64 +elc application/octet-stream base64 +emf application/x-msmetafile base64 +eml message/rfc822 8bit +emm application/vnd.ibm.electronic-media base64 +emma application/emma+xml base64 +emz application/x-msmetafile base64 +ent application/vnd.nervana base64 +entity application/vnd.nervana base64 +eol audio/vnd.digital-winds 7bit +eot application/vnd.ms-fontobject base64 +eps application/postscript 8bit +epub application/epub+zip base64 +erf image/x-epson-erf base64 +es application/ecmascript base64 +es3 application/vnd.eszigno3+xml base64 +esa application/vnd.osgi.subsystem base64 +esf application/vnd.epson.esf base64 +et3 application/vnd.eszigno3+xml base64 +etx text/x-setext quoted-printable +eva application/x-eva base64 +evc audio/EVRC base64 +evy application/x-envoy base64 +exe application/x-ms-dos-executable base64 +exi application/exi base64 +ext application/vnd.novadigm.EXT base64 +ez application/andrew-inset base64 +ez2 application/vnd.ezpix-album base64 +ez3 application/vnd.ezpix-package base64 +f text/x-fortran quoted-printable +f4a audio/mp4 base64 +f4b audio/mp4 base64 +f4p video/mp4 base64 +f4v video/mp4 base64 +f77 text/x-fortran quoted-printable +f90 text/x-fortran quoted-printable +fb application/vnd.framemaker base64 +fbdoc application/vnd.framemaker base64 +fbs image/vnd.fastbidsheet base64 +fcdt application/vnd.adobe.formscentral.fcdt base64 +fcs application/vnd.isac.fcs base64 +fdf application/vnd.fdf base64 +fe_launch application/vnd.denovo.fcselayout-link base64 +fg5 application/vnd.fujitsu.oasysgp base64 +fgd application/x-director base64 +fh image/x-freehand base64 +fh4 image/x-freehand base64 +fh5 image/x-freehand base64 +fh7 image/x-freehand base64 +fhc image/x-freehand base64 +fig application/x-xfig base64 +flac audio/x-flac base64 +fli video/x-fli base64 +flo application/vnd.micrografx.flo base64 +flv video/x-flv base64 +flw application/vnd.kde.kivio base64 +flx text/vnd.fmi.flexstor quoted-printable +fly text/vnd.fly quoted-printable +fm application/vnd.framemaker base64 +fnc application/vnd.frogans.fnc base64 +for text/x-fortran quoted-printable +fpx image/vnd.fpx base64 +frame application/vnd.framemaker base64 +frm application/vnd.framemaker base64 +fsc application/vnd.fsc.weblaunch 7bit +fst image/vnd.fst base64 +ftc application/vnd.fluxtime.clip base64 +fti application/vnd.anser-web-funds-transfer-initiation base64 +fvt video/vnd.fvt base64 +fxp application/vnd.adobe.fxp base64 +fxpl application/vnd.adobe.fxp base64 +fzs application/vnd.fuzzysheet base64 +g2w application/vnd.geoplan base64 +g3 image/g3fax base64 +g3w application/vnd.geospace base64 +gac application/vnd.groove-account base64 +gam application/x-tads base64 +gbr application/rpki-ghostbusters base64 +gca application/x-gca-compressed base64 +gdl model/vnd.gdl base64 +geo application/vnd.dynageo base64 +gex application/vnd.geometry-explorer base64 +ggb application/vnd.geogebra.file base64 +ggt application/vnd.geogebra.tool base64 +ghf application/vnd.groove-help base64 +gif image/gif base64 +gim application/vnd.groove-identity-message base64 +gl video/x-gl base64 +gml application/gml+xml base64 +gmx application/vnd.gmx base64 +gnumeric application/x-gnumeric base64 +gpg application/octet-stream base64 +gph application/vnd.FloGraphIt base64 +gpx application/gpx+xml base64 +gqf application/vnd.grafeq base64 +gqs application/vnd.grafeq base64 +gram application/srgs base64 +gramps application/x-gramps-xml base64 +gre application/vnd.geometry-explorer base64 +grv application/vnd.groove-injector base64 +grxml application/srgs+xml base64 +gsf application/x-font-ghostscript base64 +gtar application/x-gtar base64 +gtm application/vnd.groove-tool-message base64 +gtw model/vnd.gtw base64 +gv text/vnd.graphviz quoted-printable +gxf application/gxf base64 +gxt application/vnd.geonext base64 +gz application/gzip base64 +h text/plain quoted-printable +h261 video/H261 base64 +h263 video/H263 base64 +h264 video/H264 base64 +hal application/vnd.hal+xml base64 +hbc application/vnd.hbci base64 +hbci application/vnd.hbci base64 +hdf application/x-hdf base64 +heic image/heic base64 +heics image/heic-sequence base64 +heif image/heif base64 +heifs image/heif-sequence base64 +hep application/x-hep base64 +hh text/plain quoted-printable +hif image/heic base64 +hlp text/plain quoted-printable +hpgl application/vnd.hp-HPGL base64 +hpid application/vnd.hp-hpid base64 +hpp text/plain quoted-printable +hps application/vnd.hp-hps base64 +hqx application/mac-binhex40 8bit +htc text/x-component 8bit +htke application/vnd.kenameaapp base64 +htm text/html 8bit +html text/html 8bit +htmlx text/html 8bit +htx text/html 8bit +hvd application/vnd.yamaha.hv-dic base64 +hvp application/vnd.yamaha.hv-voice base64 +hvs application/vnd.yamaha.hv-script base64 +i2g application/vnd.intergeo base64 +ibooks application/x-ibooks+zip base64 +ica application/x-ica base64 +icc application/vnd.iccprofile base64 +ice x-conference/x-cooltalk base64 +icm application/vnd.iccprofile base64 +ico image/vnd.microsoft.icon base64 +ics text/calendar quoted-printable +ief image/ief base64 +ifb text/calendar quoted-printable +ifm application/vnd.shana.informed.formdata base64 +iges model/iges base64 +igl application/vnd.igloader base64 +igm application/vnd.insors.igm base64 +igs model/iges base64 +igx application/vnd.micrografx.igx base64 +iif application/vnd.shana.informed.interchange base64 +imagemap application/x-imagemap 8bit +imap application/x-imagemap 8bit +imp application/vnd.accpac.simply.imp base64 +ims application/vnd.ms-ims base64 +in text/plain quoted-printable +ink application/inkml+xml base64 +inkml application/inkml+xml base64 +install application/x-install-instructions base64 +iota application/vnd.astraea-software.iota base64 +ipa application/octet-stream base64 +ipfix application/ipfix base64 +ipk application/vnd.shana.informed.package base64 +irm application/vnd.ibm.rights-management base64 +irp application/vnd.irepository.package+xml base64 +iso application/x-iso9660-image base64 +itp application/vnd.shana.informed.formtemplate base64 +ivf video/x-ivf base64 +ivp application/vnd.immervision-ivp base64 +ivu application/vnd.immervision-ivu base64 +jad text/vnd.sun.j2me.app-descriptor 8bit +jam application/vnd.jam base64 +jar application/java-archive base64 +java text/x-java-source quoted-printable +jisp application/vnd.jisp base64 +jlt application/vnd.hp-jlyt base64 +jnlp application/x-java-jnlp-file base64 +joda application/vnd.joost.joda-archive base64 +jp2 image/jp2 base64 +jpe image/jpeg base64 +jpeg image/jpeg base64 +jpf image/jpx base64 +jpg image/jpeg base64 +jpg2 image/jp2 base64 +jpgm image/jpm base64 +jpgv video/JPEG base64 +jpm image/jpm base64 +jpx image/jpx base64 +js application/javascript 8bit +json application/json 8bit +jsonml application/jsonml+json base64 +k25 image/x-kodak-k25 base64 +kar audio/midi base64 +karbon application/vnd.kde.karbon base64 +kcm application/vnd.nervana base64 +kdc image/x-kodak-kdc base64 +key application/x-iwork-keynote-sffkey base64 +kfo application/vnd.kde.kformula base64 +kia application/vnd.kidspiration base64 +kml application/vnd.google-earth.kml+xml 8bit +kmz application/vnd.google-earth.kmz 8bit +kne application/vnd.Kinar base64 +knp application/vnd.Kinar base64 +kom application/vnd.hbci base64 +kon application/vnd.kde.kontour base64 +kpr application/vnd.kde.kpresenter base64 +kpt application/vnd.kde.kpresenter base64 +kpxx application/vnd.ds-keypoint base64 +ksp application/vnd.kde.kspread base64 +ktr application/vnd.kahootz base64 +ktx image/ktx base64 +ktz application/vnd.kahootz base64 +kwd application/vnd.kde.kword base64 +kwt application/vnd.kde.kword base64 +l16 audio/L16 base64 +lasxml application/vnd.las.las+xml base64 +latex application/x-latex 8bit +lbd application/vnd.llamagraphics.life-balance.desktop base64 +lbe application/vnd.llamagraphics.life-balance.exchange+xml base64 +les application/vnd.hhe.lesson-player base64 +lha application/octet-stream base64 +link66 application/vnd.route66.link66+xml base64 +list text/plain quoted-printable +list3820 application/vnd.ibm.modcap base64 +listafp application/vnd.ibm.modcap base64 +lnk application/x-ms-shortcut base64 +log text/plain quoted-printable +lostxml application/lost+xml base64 +lrf application/octet-stream base64 +lrm application/vnd.ms-lrm base64 +ltf application/vnd.frogans.ltf base64 +ltx application/x-latex 8bit +lvp audio/vnd.lucent.voice base64 +lwp application/vnd.lotus-wordpro base64 +lzh application/octet-stream base64 +m13 application/x-msmediaview base64 +m14 application/x-msmediaview base64 +m1v video/mpeg base64 +m21 application/mp21 base64 +m2a audio/mpeg base64 +m2ts video/MP2T base64 +m2v video/mpeg base64 +m3a audio/mpeg base64 +m3u audio/x-mpegurl base64 +m3u8 application/vnd.apple.mpegurl base64 +m4a audio/mp4 base64 +m4u video/vnd.mpegurl 8bit +m4v video/vnd.objectvideo base64 +ma application/mathematica base64 +mads application/mads+xml base64 +mag application/vnd.ecowin.chart base64 +maker application/vnd.framemaker base64 +man text/troff 8bit +manifest text/cache-manifest quoted-printable +mar application/octet-stream base64 +markdown text/markdown quoted-printable +mathml application/mathml+xml base64 +mb application/mathematica base64 +mbk application/vnd.Mobius.MBK base64 +mbox application/mbox base64 +mc1 application/vnd.medcalcdata base64 +mcd application/vnd.mcd base64 +mcurl text/vnd.curl.mcurl quoted-printable +md text/markdown quoted-printable +mda application/x-msaccess base64 +mdb application/x-msaccess base64 +mde application/x-msaccess base64 +mdf application/x-msaccess base64 +mdi image/vnd.ms-modi base64 +me text/troff 8bit +mesh model/mesh base64 +meta4 application/metalink4+xml base64 +metalink application/metalink+xml base64 +mets application/mets+xml base64 +mfm application/vnd.mfmp base64 +mft application/rpki-manifest base64 +mgp application/vnd.osgeo.mapguide.package base64 +mgz application/vnd.proteus.magazine base64 +mid audio/midi base64 +midi audio/midi base64 +mie application/x-mie base64 +mif application/vnd.mif base64 +mime message/rfc822 8bit +mj2 video/MJ2 base64 +mjp2 video/MJ2 base64 +mjpeg video/x-motion-jpeg base64 +mjpg video/x-motion-jpeg base64 +mjs application/javascript 8bit +mk3d video/x-matroska base64 +mka audio/x-matroska base64 +mkd text/markdown quoted-printable +mks video/x-matroska base64 +mkv video/x-matroska base64 +mlp application/vnd.dolby.mlp base64 +mmd application/vnd.chipnuts.karaoke-mmd base64 +mmf application/vnd.smaf base64 +mmr image/vnd.fujixerox.edmics-mmr base64 +mng video/x-mng base64 +mny application/x-msmoney base64 +mobi application/x-mobipocket-ebook base64 +mods application/mods+xml base64 +mov video/quicktime base64 +movie video/x-sgi-movie base64 +mp2 audio/mpeg base64 +mp21 application/mp21 base64 +mp2a audio/mpeg base64 +mp3 audio/mpeg base64 +mp3g video/mpeg base64 +mp4 application/mp4 base64 +mp4a audio/mp4 base64 +mp4s application/mp4 base64 +mp4v video/mp4 base64 +mpc application/vnd.mophun.certificate base64 +mpe video/mpeg base64 +mpeg video/mpeg base64 +mpg video/mpeg base64 +mpg4 application/mp4 base64 +mpga audio/mpeg base64 +mpkg application/vnd.apple.installer+xml base64 +mpl video/MP2T base64 +mpls video/MP2T base64 +mpm application/vnd.blueice.multipass base64 +mpn application/vnd.mophun.application base64 +mpp application/vnd.ms-project base64 +mpt application/vnd.ms-project base64 +mpy application/vnd.ibm.MiniPay base64 +mqy application/vnd.Mobius.MQY base64 +mrc application/marc base64 +mrcx application/marcxml+xml base64 +mrw image/x-minolta-mrw base64 +ms text/troff 8bit +mscml application/mediaservercontrol+xml base64 +mseed application/vnd.fdsn.mseed base64 +mseq application/vnd.mseq base64 +msf application/vnd.epson.msf base64 +msg application/vnd.ms-outlook base64 +msh model/mesh base64 +msi application/x-msdownload base64 +msl application/vnd.Mobius.MSL base64 +msty application/vnd.muvee.style base64 +mts model/vnd.mts base64 +mus application/vnd.musician base64 +musicxml application/vnd.recordare.musicxml+xml base64 +mvb application/x-msmediaview base64 +mwf application/vnd.MFER base64 +mxf application/mxf base64 +mxl application/vnd.recordare.musicxml base64 +mxmf audio/vnd.nokia.mobile-xmf base64 +mxml application/xv+xml base64 +mxs application/vnd.triscape.mxs base64 +mxu video/vnd.mpegurl 8bit +n-gage application/vnd.nokia.n-gage.symbian.install base64 +n3 text/n3 quoted-printable +nb application/mathematica base64 +nbp application/vnd.wolfram.player base64 +nc application/netcdf base64 +ncx application/x-dtbncx+xml base64 +nef image/x-nikon-nef base64 +nfo text/x-nfo quoted-printable +ngdat application/vnd.nokia.n-gage.data base64 +nim video/vnd.nokia.interleaved-multimedia base64 +nitf application/vnd.nitf base64 +nlu application/vnd.neurolanguage.nlu base64 +nml application/vnd.enliven base64 +nnd application/vnd.noblenet-directory base64 +nns application/vnd.noblenet-sealer base64 +nnw application/vnd.noblenet-web base64 +notebook application/x-smarttech-notebook base64 +npx image/vnd.net-fpx base64 +nsc application/x-conference base64 +nsf application/vnd.lotus-notes base64 +ntf application/vnd.nitf base64 +numbers application/x-iwork-numbers-sffnumbers base64 +nzb application/x-nzb base64 +oa2 application/vnd.fujitsu.oasys2 base64 +oa3 application/vnd.fujitsu.oasys3 base64 +oas application/vnd.fujitsu.oasys base64 +obd application/x-msbinder base64 +obj application/x-tgif base64 +oda application/oda base64 +odb application/vnd.oasis.opendocument.database base64 +odc application/vnd.oasis.opendocument.chart base64 +odf application/vnd.oasis.opendocument.formula base64 +odft application/vnd.oasis.opendocument.formula-template base64 +odg application/vnd.oasis.opendocument.graphics base64 +odi application/vnd.oasis.opendocument.image base64 +odm application/vnd.oasis.opendocument.text-master base64 +odp application/vnd.oasis.opendocument.presentation base64 +ods application/vnd.oasis.opendocument.spreadsheet base64 +odt application/vnd.oasis.opendocument.text base64 +oex application/x-opera-extension base64 +oga audio/ogg base64 +ogg audio/ogg base64 +ogv video/ogg base64 +ogx application/ogg base64 +omdoc application/omdoc+xml base64 +onepkg application/onenote base64 +onetmp application/onenote base64 +onetoc application/onenote base64 +onetoc2 application/onenote base64 +opf application/oebps-package+xml base64 +opml text/x-opml quoted-printable +oprc application/vnd.palm base64 +opus audio/ogg base64 +orf image/x-olympus-orf base64 +org application/vnd.lotus-organizer base64 +osf application/vnd.yamaha.openscoreformat base64 +osfpvg application/vnd.yamaha.openscoreformat.osfpvg+xml base64 +otc application/vnd.oasis.opendocument.chart-template base64 +otf font/otf base64 +otg application/vnd.oasis.opendocument.graphics-template base64 +oth application/vnd.oasis.opendocument.text-web base64 +oti application/vnd.oasis.opendocument.image-template base64 +otp application/vnd.oasis.opendocument.presentation-template base64 +ots application/vnd.oasis.opendocument.spreadsheet-template base64 +ott application/vnd.oasis.opendocument.text-template base64 +oxps application/oxps base64 +oxt application/vnd.openofficeorg.extension base64 +p text/x-pascal quoted-printable +p10 application/pkcs10 base64 +p12 application/x-pkcs12 base64 +p7b application/x-pkcs7-certificates base64 +p7c application/pkcs7-mime base64 +p7m application/pkcs7-mime base64 +p7r application/x-pkcs7-certreqresp base64 +p7s application/pkcs7-signature base64 +p8 application/pkcs8 base64 +pac application/x-ns-proxy-autoconfig base64 +pages application/x-iwork-pages-sffpages base64 +pas text/x-pascal quoted-printable +paw application/vnd.pawaafile base64 +pbd application/vnd.powerbuilder6 base64 +pbm image/x-portable-bitmap base64 +pcap application/vnd.tcpdump.pcap base64 +pcf application/x-font-pcf base64 +pcl application/vnd.hp-PCL base64 +pclxl application/vnd.hp-PCLXL base64 +pct image/x-pict base64 +pcurl application/vnd.curl.pcurl base64 +pcx image/x-pcx base64 +pdb application/vnd.palm base64 +pdf application/pdf base64 +pef image/x-pentax-pef base64 +pfa application/x-font-type1 base64 +pfb application/x-font-type1 base64 +pfm application/x-font-type1 base64 +pfr application/font-tdpfr base64 +pfx application/x-pkcs12 base64 +pgb image/vnd.globalgraphics.pgb base64 +pgm image/x-portable-graymap base64 +pgn application/x-chess-pgn base64 +pgp application/octet-stream base64 +php application/x-httpd-php 8bit +pht application/x-httpd-php 8bit +phtml application/x-httpd-php 8bit +pic image/x-pict base64 +pkd application/vnd.hbci base64 +pkg application/octet-stream base64 +pki application/pkixcmp base64 +pkipath application/pkix-pkipath base64 +pkpass application/vnd.apple.pkpass base64 +pl application/x-perl 8bit +plb application/vnd.3gpp.pic-bw-large base64 +plc application/vnd.Mobius.PLC base64 +plf application/vnd.pocketlearn base64 +plj audio/vnd.everad.plj base64 +pls application/pls+xml base64 +plt application/vnd.hp-HPGL base64 +pm application/x-pagemaker base64 +pm5 application/x-pagemaker base64 +pml application/vnd.ctc-posml base64 +png image/png base64 +pnm image/x-portable-anymap base64 +portpkg application/vnd.macports.portpkg base64 +pot application/vnd.ms-powerpoint base64 +potm application/vnd.ms-powerpoint.template.macroEnabled.12 base64 +potx application/vnd.openxmlformats-officedocument.presentationml.template base64 +ppam application/vnd.ms-powerpoint.addin.macroEnabled.12 base64 +ppd application/vnd.cups-ppd base64 +ppm image/x-portable-pixmap base64 +pps application/vnd.ms-powerpoint base64 +ppsm application/vnd.ms-powerpoint.slideshow.macroEnabled.12 base64 +ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow base64 +ppt application/vnd.ms-powerpoint base64 +pptm application/vnd.ms-powerpoint.presentation.macroEnabled.12 base64 +pptx application/vnd.openxmlformats-officedocument.presentationml.presentation base64 +pqa application/vnd.palm base64 +prc application/vnd.palm base64 +pre application/vnd.lotus-freelance base64 +prf application/pics-rules base64 +ps application/postscript 8bit +ps1 application/x-msdos-program base64 +psb application/vnd.3gpp.pic-bw-small base64 +psd image/vnd.adobe.photoshop base64 +psf application/x-font-linux-psf base64 +pskcxml application/pskc+xml base64 +psp image/x-paintshoppro base64 +pspimage image/x-paintshoppro base64 +pt5 application/x-pagemaker base64 +pti application/vnd.pvi.ptid1 base64 +ptid application/vnd.pvi.ptid1 base64 +pub application/x-mspublisher base64 +pvb application/vnd.3gpp.pic-bw-var base64 +pwn application/vnd.3M.Post-it-Notes base64 +py application/x-python 8bit +pya audio/vnd.ms-playready.media.pya base64 +pyv video/vnd.ms-playready.media.pyv base64 +qam application/vnd.epson.quickanime base64 +qbo application/vnd.intu.qbo base64 +qcp audio/vnd.qcelp base64 +qfx application/vnd.intu.qfx base64 +qps application/vnd.publishare-delta-tree base64 +qt video/quicktime base64 +qtl application/x-quicktimeplayer base64 +qwd application/vnd.Quark.QuarkXPress 8bit +qwt application/vnd.Quark.QuarkXPress 8bit +qxb application/vnd.Quark.QuarkXPress 8bit +qxd application/vnd.Quark.QuarkXPress 8bit +qxl application/vnd.Quark.QuarkXPress 8bit +qxt application/vnd.Quark.QuarkXPress 8bit +ra audio/x-pn-realaudio base64 +raf image/x-fuji-raf base64 +ram audio/x-pn-realaudio base64 +rar application/x-rar-compressed base64 +ras image/x-cmu-raster base64 +raw image/x-panasonic-raw base64 +rb application/x-ruby 8bit +rbw application/x-ruby 8bit +rcprofile application/vnd.ipunplugged.rcprofile base64 +rct application/prs.nprend base64 +rdf application/rdf+xml 8bit +rdz application/vnd.data-vision.rdz base64 +reg application/x-msdos-program base64 +rep application/vnd.businessobjects base64 +req application/vnd.nervana base64 +request application/vnd.nervana base64 +res application/x-dtbresource+xml base64 +rgb image/x-rgb base64 +rhtml application/x-html+ruby 8bit +rif application/reginfo+xml base64 +rip audio/vnd.rip base64 +ris application/x-research-info-systems base64 +rl application/resource-lists+xml base64 +rlc image/vnd.fujixerox.edmics-rlc base64 +rld application/resource-lists-diff+xml base64 +rm application/vnd.rn-realmedia base64 +rmi audio/midi base64 +rmp audio/x-pn-realaudio-plugin base64 +rms application/vnd.jcp.javame.midlet-rms base64 +rmvb application/vnd.rn-realmedia-vbr base64 +rnc application/relax-ng-compact-syntax base64 +rnd application/prs.nprend base64 +roa application/rpki-roa base64 +roff text/troff 8bit +rp9 application/vnd.cloanto.rp9 base64 +rpm audio/x-pn-realaudio-plugin base64 +rpss application/vnd.nokia.radio-presets base64 +rpst application/vnd.nokia.radio-preset base64 +rq application/sparql-query base64 +rs application/rls-services+xml base64 +rsd application/rsd+xml base64 +rss application/rss+xml base64 +rst text/plain quoted-printable +rtf application/rtf base64 +rtx text/richtext 8bit +s text/x-asm quoted-printable +s11 video/vnd.sealed.mpeg1 base64 +s14 video/vnd.sealed.mpeg4 base64 +s1a application/vnd.sealedmedia.softseal.pdf base64 +s1e application/vnd.sealed.xls base64 +s1h application/vnd.sealedmedia.softseal.html base64 +s1m audio/vnd.sealedmedia.softseal.mpeg base64 +s1p application/vnd.sealed.ppt base64 +s1q video/vnd.sealedmedia.softseal.mov base64 +s1w application/vnd.sealed.doc base64 +s3m audio/s3m base64 +saf application/vnd.yamaha.smaf-audio base64 +sav application/x-spss base64 +sbml application/sbml+xml base64 +sbs application/x-spss base64 +sc application/vnd.ibm.secure-container base64 +scd application/x-msschedule base64 +scm application/vnd.lotus-screencam base64 +scq application/scvp-cv-request base64 +scs application/scvp-cv-response base64 +scurl text/vnd.curl.scurl quoted-printable +sda application/vnd.stardivision.draw base64 +sdc application/vnd.stardivision.calc base64 +sdd application/vnd.stardivision.impress base64 +sdf application/vnd.Kinar base64 +sdkd application/vnd.solent.sdkm+xml base64 +sdkm application/vnd.solent.sdkm+xml base64 +sdo application/vnd.sealed.doc base64 +sdoc application/vnd.sealed.doc base64 +sdp application/sdp base64 +sds application/vnd.stardivision.chart base64 +sdw application/vnd.stardivision.writer base64 +see application/vnd.seemail base64 +seed application/vnd.fdsn.seed base64 +sem application/vnd.sealed.eml base64 +sema application/vnd.sema base64 +semd application/vnd.semd base64 +semf application/vnd.semf base64 +seml application/vnd.sealed.eml base64 +ser application/java-serialized-object base64 +setpay application/set-payment-initiation base64 +setreg application/set-registration-initiation base64 +sfd-hdstx application/vnd.hydrostatix.sof-data base64 +sfs application/vnd.spotfire.sfs base64 +sfv text/x-sfv quoted-printable +sgi image/sgi base64 +sgl application/vnd.stardivision.writer-global base64 +sgm text/sgml quoted-printable +sgml application/sgml base64 +sh application/x-sh 8bit +shar application/x-shar 8bit +shf application/shf+xml base64 +shtml text/html 8bit +si text/vnd.wap.si quoted-printable +sic application/vnd.wap.sic base64 +sid image/x-mrsid-image base64 +sig application/pgp-signature base64 +sil audio/silk base64 +silo model/mesh base64 +sis application/vnd.symbian.install base64 +sisx application/vnd.symbian.install base64 +sit application/x-stuffit base64 +sitx application/x-stuffitx base64 +siv application/sieve base64 +sj application/javascript 8bit +skd application/vnd.koan base64 +skm application/vnd.koan base64 +skp application/vnd.koan base64 +skt application/vnd.koan base64 +sl text/vnd.wap.sl quoted-printable +slc application/vnd.wap.slc base64 +sldm application/vnd.ms-powerpoint.slide.macroEnabled.12 base64 +sldx application/vnd.openxmlformats-officedocument.presentationml.slide base64 +slt application/vnd.epson.salt base64 +sm application/vnd.stepmania.stepchart base64 +smf application/vnd.stardivision.math base64 +smh application/vnd.sealed.mht base64 +smht application/vnd.sealed.mht base64 +smi application/smil+xml 8bit +smil application/smil+xml 8bit +smo video/vnd.sealedmedia.softseal.mov base64 +smov video/vnd.sealedmedia.softseal.mov base64 +smp audio/vnd.sealedmedia.softseal.mpeg base64 +smp3 audio/vnd.sealedmedia.softseal.mpeg base64 +smpg video/vnd.sealed.mpeg4 base64 +sms application/vnd.3gpp.sms base64 +smv audio/SMV base64 +smzip application/vnd.stepmania.package base64 +snd audio/basic base64 +snf application/x-font-snf base64 +so application/octet-stream base64 +soc application/sgml-open-catalog base64 +spc application/x-pkcs7-certificates base64 +spd application/vnd.sealedmedia.softseal.pdf base64 +spdf application/vnd.sealedmedia.softseal.pdf base64 +spf application/vnd.yamaha.smaf-phrase base64 +spl application/x-futuresplash base64 +spo application/x-spss base64 +spot text/vnd.in3d.spot quoted-printable +spp application/scvp-vp-response base64 +sppt application/vnd.sealed.ppt base64 +spq application/scvp-vp-request base64 +sps application/x-spss base64 +spx audio/ogg base64 +sql application/x-sql base64 +sr2 image/x-sony-sr2 base64 +src application/x-wais-source base64 +srf image/x-sony-srf base64 +srt application/x-subrip base64 +sru application/sru+xml base64 +srx application/sparql-results+xml base64 +ssdl application/ssdl+xml base64 +sse application/vnd.kodak-descriptor base64 +ssf application/vnd.epson.ssf base64 +ssml application/ssml+xml base64 +ssw video/vnd.sealed.swf base64 +sswf video/vnd.sealed.swf base64 +st application/vnd.sailingtracker.track base64 +stc application/vnd.sun.xml.calc.template base64 +std application/vnd.sun.xml.draw.template base64 +stf application/vnd.wt.stf base64 +sti application/vnd.sun.xml.impress.template base64 +stk application/hyperstudio base64 +stl application/vnd.ms-pki.stl base64 +stm application/vnd.sealedmedia.softseal.html base64 +stml application/vnd.sealedmedia.softseal.html base64 +str application/vnd.pg.format base64 +stw application/vnd.sun.xml.writer.template base64 +sub image/vnd.dvb.subtitle base64 +sus application/vnd.sus-calendar base64 +susp application/vnd.sus-calendar base64 +sv4cpio application/x-sv4cpio base64 +sv4crc application/x-sv4crc base64 +svc application/vnd.dvb.service base64 +svd application/vnd.svd base64 +svg image/svg+xml 8bit +svgz image/svg+xml 8bit +swa application/x-director base64 +swf application/x-shockwave-flash base64 +swi application/vnd.aristanetworks.swi base64 +sxc application/vnd.sun.xml.calc base64 +sxd application/vnd.sun.xml.draw base64 +sxg application/vnd.sun.xml.writer.global base64 +sxi application/vnd.sun.xml.impress base64 +sxl application/vnd.sealed.xls base64 +sxls application/vnd.sealed.xls base64 +sxm application/vnd.sun.xml.math base64 +sxw application/vnd.sun.xml.writer base64 +t text/troff 8bit +t3 application/x-t3vm-image base64 +taglet application/vnd.mynfc base64 +tao application/vnd.tao.intent-module-archive base64 +tar application/x-tar base64 +tbk application/x-toolbook base64 +tbz application/x-gtar base64 +tbz2 application/x-gtar base64 +tcap application/vnd.3gpp2.tcap base64 +tcl application/x-tcl 8bit +teacher application/vnd.smart.teacher base64 +tei application/tei+xml base64 +teicorpus application/tei+xml base64 +tex application/x-tex 8bit +texi application/x-texinfo 8bit +texinfo application/x-texinfo 8bit +text text/plain quoted-printable +textile text/plain quoted-printable +tfi application/thraud+xml base64 +tfm application/x-tex-tfm base64 +tga image/x-targa base64 +tgz application/x-gtar base64 +thmx application/vnd.ms-officetheme base64 +tif image/tiff base64 +tiff image/tiff base64 +tmo application/vnd.tmobile-livetv base64 +torrent application/x-bittorrent base64 +tpl application/vnd.groove-tool-template base64 +tpt application/vnd.trid.tpt base64 +tr text/troff 8bit +tra application/vnd.trueapp base64 +trm application/x-msterminal base64 +troff text/troff 8bit +ts video/MP2T base64 +tsd application/timestamped-data base64 +tsv text/tab-separated-values quoted-printable +ttc font/collection base64 +ttf font/ttf base64 +ttl text/turtle quoted-printable +twd application/vnd.SimTech-MindMapper base64 +twds application/vnd.SimTech-MindMapper base64 +txd application/vnd.genomatix.tuxedo base64 +txf application/vnd.Mobius.TXF base64 +txt text/plain quoted-printable +u32 application/x-authorware-bin base64 +udeb application/x-debian-package base64 +ufd application/vnd.ufdl base64 +ufdl application/vnd.ufdl base64 +ulx application/x-glulx base64 +umj application/vnd.umajin base64 +unityweb application/vnd.unity base64 +uoml application/vnd.uoml+xml base64 +upa application/vnd.hbci base64 +uri text/uri-list quoted-printable +uris text/uri-list quoted-printable +urls text/uri-list quoted-printable +ustar application/x-ustar base64 +utz application/vnd.uiq.theme base64 +uu text/x-uuencode quoted-printable +uva audio/vnd.dece.audio base64 +uvd application/vnd.dece.data base64 +uvf application/vnd.dece.data base64 +uvg image/vnd.dece.graphic base64 +uvh video/vnd.dece.hd base64 +uvi image/vnd.dece.graphic base64 +uvm video/vnd.dece.mobile base64 +uvp video/vnd.dece.pd base64 +uvs video/vnd.dece.sd base64 +uvt application/vnd.dece.ttml+xml base64 +uvu video/vnd.uvvu.mp4 base64 +uvv video/vnd.dece.video base64 +uvva audio/vnd.dece.audio base64 +uvvd application/vnd.dece.data base64 +uvvf application/vnd.dece.data base64 +uvvg image/vnd.dece.graphic base64 +uvvh video/vnd.dece.hd base64 +uvvi image/vnd.dece.graphic base64 +uvvm video/vnd.dece.mobile base64 +uvvp video/vnd.dece.pd base64 +uvvs video/vnd.dece.sd base64 +uvvt application/vnd.dece.ttml+xml base64 +uvvu video/vnd.uvvu.mp4 base64 +uvvv video/vnd.dece.video base64 +uvvx application/vnd.dece.unspecified base64 +uvvz application/vnd.dece.zip base64 +uvx application/vnd.dece.unspecified base64 +uvz application/vnd.dece.zip base64 +vbk audio/vnd.nortel.vbk base64 +vbs application/x-msdos-program base64 +vcard text/vcard quoted-printable +vcd application/x-cdlink base64 +vcf text/x-vcard 8bit +vcg application/vnd.groove-vcard base64 +vcs text/x-vcalendar 8bit +vcx application/vnd.vcx base64 +vis application/vnd.visionary base64 +viv video/vnd.vivo base64 +vivo video/vnd.vivo base64 +vob video/x-ms-vob base64 +vor application/vnd.stardivision.writer base64 +vox application/x-authorware-bin base64 +vrml model/vrml base64 +vsc application/vnd.vidsoft.vidconference 8bit +vsd application/vnd.visio base64 +vsf application/vnd.vsf base64 +vss application/vnd.visio base64 +vst application/vnd.visio base64 +vsw application/vnd.visio base64 +vtt text/vtt quoted-printable +vtu model/vnd.vtu base64 +vxml application/voicexml+xml base64 +w3d application/x-director base64 +wad application/x-doom base64 +wasm application/wasm 8bit +wav audio/wav base64 +wax audio/x-ms-wax base64 +wbmp image/vnd.wap.wbmp base64 +wbs application/vnd.criticaltools.wbs+xml base64 +wbxml application/vnd.wap.wbxml base64 +wcm application/vnd.ms-works base64 +wdb application/vnd.ms-works base64 +wdp image/vnd.ms-photo base64 +weba audio/webm base64 +webapp application/x-web-app-manifest+json base64 +webm audio/webm base64 +webmanifest application/manifest+json base64 +webp image/webp base64 +wg application/vnd.pmi.widget base64 +wgt application/widget base64 +wif application/watcherinfo+xml base64 +wk application/x-123 base64 +wks application/vnd.lotus-1-2-3 base64 +wkz application/x-Wingz base64 +wm video/x-ms-wm base64 +wma audio/x-ms-wma base64 +wmd application/x-ms-wmd base64 +wmf application/x-msmetafile base64 +wml text/vnd.wap.wml quoted-printable +wmlc application/vnd.wap.wmlc base64 +wmls text/vnd.wap.wmlscript quoted-printable +wmlsc application/vnd.wap.wmlscriptc base64 +wmv audio/x-ms-wmv base64 +wmx video/x-ms-wmx base64 +wmz application/x-ms-wmz base64 +woff font/woff base64 +woff2 font/woff2 base64 +wp application/wordperfect5.1 base64 +wp5 application/wordperfect5.1 base64 +wp6 application/x-wordperfect6.1 base64 +wpd application/vnd.wordperfect base64 +wpl application/vnd.ms-wpl base64 +wps application/vnd.ms-works base64 +wqd application/vnd.wqd base64 +wrd application/msword base64 +wri application/x-mswrite base64 +wrl model/vrml base64 +wsdl application/wsdl+xml base64 +wspolicy application/wspolicy+xml base64 +wtb application/vnd.webturbo base64 +wv application/vnd.wv.csp+wbxml base64 +wvx video/x-ms-wvx base64 +wz application/x-Wingz base64 +x32 application/x-authorware-bin base64 +x3d model/x3d+xml base64 +x3db model/x3d+binary base64 +x3dbz model/x3d+binary base64 +x3dv model/x3d+vrml base64 +x3dvz model/x3d+vrml base64 +x3dz model/x3d+xml base64 +x3f image/x-sigma-x3f base64 +x_b model/vnd.parasolid.transmit.binary base64 +x_t model/vnd.parasolid.transmit.text quoted-printable +xaml application/xaml+xml base64 +xap application/x-silverlight-app base64 +xar application/vnd.xara base64 +xbap application/x-ms-xbap base64 +xbd application/vnd.fujixerox.docuworks.binder base64 +xbm image/x-xbitmap 7bit +xcf image/x-xcf base64 +xcfbz2 image/x-compressed-xcf base64 +xcfgz image/x-compressed-xcf base64 +xdf application/xcap-diff+xml base64 +xdm application/vnd.syncml.dm+xml base64 +xdp application/vnd.adobe.xdp+xml base64 +xdssc application/dssc+xml base64 +xdw application/vnd.fujixerox.docuworks base64 +xenc application/xenc+xml base64 +xer application/patch-ops-error+xml base64 +xfdf application/vnd.adobe.xfdf base64 +xfdl application/vnd.xfdl base64 +xht application/xhtml+xml 8bit +xhtml application/xhtml+xml 8bit +xhvml application/xv+xml base64 +xif image/vnd.xiff base64 +xla application/vnd.ms-excel base64 +xlam application/vnd.ms-excel.addin.macroEnabled.12 base64 +xlc application/vnd.ms-excel base64 +xlf application/x-xliff+xml base64 +xlm application/vnd.ms-excel base64 +xls application/vnd.ms-excel base64 +xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12 base64 +xlsm application/vnd.ms-excel.sheet.macroEnabled.12 base64 +xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet base64 +xlt application/vnd.ms-excel base64 +xltm application/vnd.ms-excel.template.macroEnabled.12 base64 +xltx application/vnd.openxmlformats-officedocument.spreadsheetml.template base64 +xlw application/vnd.ms-excel base64 +xm audio/xm base64 +xml application/xml 8bit +xmt_bin model/vnd.parasolid.transmit.binary base64 +xmt_txt model/vnd.parasolid.transmit.text quoted-printable +xo application/vnd.olpc-sugar base64 +xop application/xop+xml base64 +xpi application/x-xpinstall base64 +xpl application/xproc+xml base64 +xpm image/x-xpixmap 8bit +xpr application/vnd.is-xpr base64 +xps application/vnd.ms-xpsdocument 8bit +xpw application/vnd.intercon.formnet base64 +xpx application/vnd.intercon.formnet base64 +xsd text/xml 8bit +xsl application/xml 8bit +xslt application/xslt+xml base64 +xsm application/vnd.syncml+xml base64 +xspf application/xspf+xml base64 +xul application/vnd.mozilla.xul+xml base64 +xvm application/xv+xml base64 +xvml application/xv+xml base64 +xwd image/x-xwindowdump base64 +xyz x-chemical/x-xyz base64 +xz application/x-xz base64 +yaml text/x-yaml 8bit +yang application/yang base64 +yin application/yin+xml base64 +yml text/x-yaml 8bit +z application/x-compressed base64 +z1 application/x-zmachine base64 +z2 application/x-zmachine base64 +z3 application/x-zmachine base64 +z4 application/x-zmachine base64 +z5 application/x-zmachine base64 +z6 application/x-zmachine base64 +z7 application/x-zmachine base64 +z8 application/x-zmachine base64 +zaz application/vnd.zzazz.deck+xml base64 +zip application/zip base64 +zir application/vnd.zul base64 +zirz application/vnd.zul base64 +zmm application/vnd.HandHeld-Entertainment+xml base64 diff --git a/fluentd/vendored_gem_src/mime-types-data/data/mime-types.json b/fluentd/vendored_gem_src/mime-types-data/data/mime-types.json index 92c4a806d..c79579106 100644 --- a/fluentd/vendored_gem_src/mime-types-data/data/mime-types.json +++ b/fluentd/vendored_gem_src/mime-types-data/data/mime-types.json @@ -1 +1 @@ -[{"content-type":"application/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["application/1d-interleaved-parityfec"]},"registered":true},{"content-type":"application/3gpdash-qoe-report+xml","encoding":"base64","xrefs":{"person":["Ozgur_Oyman","_3GPP"],"template":["application/3gpdash-qoe-report+xml"]},"registered":true},{"content-type":"application/3gpp-ims+xml","encoding":"base64","xrefs":{"person":["John_M_Meredith","_3GPP"],"template":["application/3gpp-ims+xml"]},"registered":true},{"content-type":"application/3gppHal+json","encoding":"base64","xrefs":{"person":["Ulrich_Wiehe","_3GPP"],"template":["application/3gppHal+json"]},"registered":true},{"content-type":"application/3gppHalForms+json","encoding":"base64","xrefs":{"person":["Ulrich_Wiehe","_3GPP"],"template":["application/3gppHalForms+json"]},"registered":true},{"content-type":"application/A2L","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/A2L"]},"registered":true},{"content-type":"application/acad","encoding":"base64","registered":false},{"content-type":"application/access","encoding":"base64","extensions":["mdf","mda","mdb","mde"],"obsolete":true,"use-instead":"application/x-msaccess","registered":false},{"content-type":"application/ace+cbor","encoding":"base64","xrefs":{"draft":["RFC-ietf-ace-oauth-authz-45"],"template":["application/ace+cbor"]},"registered":true},{"content-type":"application/activemessage","encoding":"base64","xrefs":{"person":["Ehud_Shapiro"],"template":["application/activemessage"]},"registered":true},{"content-type":"application/activity+json","encoding":"base64","xrefs":{"person":["Benjamin_Goering","W3C"],"template":["application/activity+json"]},"registered":true},{"content-type":"application/alto-costmap+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-costmap+json"]},"registered":true},{"content-type":"application/alto-costmapfilter+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-costmapfilter+json"]},"registered":true},{"content-type":"application/alto-directory+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-directory+json"]},"registered":true},{"content-type":"application/alto-endpointcost+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointcost+json"]},"registered":true},{"content-type":"application/alto-endpointcostparams+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointcostparams+json"]},"registered":true},{"content-type":"application/alto-endpointprop+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointprop+json"]},"registered":true},{"content-type":"application/alto-endpointpropparams+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointpropparams+json"]},"registered":true},{"content-type":"application/alto-error+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-error+json"]},"registered":true},{"content-type":"application/alto-networkmap+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-networkmap+json"]},"registered":true},{"content-type":"application/alto-networkmapfilter+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-networkmapfilter+json"]},"registered":true},{"content-type":"application/alto-updatestreamcontrol+json","encoding":"base64","xrefs":{"rfc":["rfc8895"],"template":["application/alto-updatestreamcontrol+json"]},"registered":true},{"content-type":"application/alto-updatestreamparams+json","encoding":"base64","xrefs":{"rfc":["rfc8895"],"template":["application/alto-updatestreamparams+json"]},"registered":true},{"content-type":"application/AML","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/AML"]},"registered":true},{"content-type":"application/andrew-inset","friendly":{"en":"Andrew Toolkit"},"encoding":"base64","extensions":["ez"],"xrefs":{"person":["Nathaniel_Borenstein"],"template":["application/andrew-inset"]},"registered":true},{"content-type":"application/appledouble","encoding":"base64","registered":false},{"content-type":"application/applefile","encoding":"base64","xrefs":{"person":["Patrik_Faltstrom"],"template":["application/applefile"]},"registered":true},{"content-type":"application/applixware","friendly":{"en":"Applixware"},"encoding":"base64","extensions":["aw"],"registered":false},{"content-type":"application/ATF","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ATF"]},"registered":true},{"content-type":"application/ATFX","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ATFX"]},"registered":true},{"content-type":"application/atom+xml","friendly":{"en":"Atom Syndication Format"},"encoding":"8bit","extensions":["atom"],"xrefs":{"rfc":["rfc4287","rfc5023"],"template":["application/atom+xml"]},"registered":true},{"content-type":"application/atomcat+xml","friendly":{"en":"Atom Publishing Protocol"},"encoding":"8bit","extensions":["atomcat"],"xrefs":{"rfc":["rfc5023"],"template":["application/atomcat+xml"]},"registered":true},{"content-type":"application/atomdeleted+xml","encoding":"8bit","xrefs":{"rfc":["rfc6721"],"template":["application/atomdeleted+xml"]},"registered":true},{"content-type":"application/atomicmail","encoding":"base64","xrefs":{"person":["Nathaniel_Borenstein"],"template":["application/atomicmail"]},"registered":true},{"content-type":"application/atomsvc+xml","friendly":{"en":"Atom Publishing Protocol Service Document"},"encoding":"8bit","extensions":["atomsvc"],"xrefs":{"rfc":["rfc5023"],"template":["application/atomsvc+xml"]},"registered":true},{"content-type":"application/atsc-dwd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-dwd+xml"]},"registered":true},{"content-type":"application/atsc-dynamic-event-message","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-dynamic-event-message"]},"registered":true},{"content-type":"application/atsc-held+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-held+xml"]},"registered":true},{"content-type":"application/atsc-rdt+json","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-rdt+json"]},"registered":true},{"content-type":"application/atsc-rsat+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-rsat+xml"]},"registered":true},{"content-type":"application/ATXML","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ATXML"]},"registered":true},{"content-type":"application/auth-policy+xml","encoding":"8bit","xrefs":{"rfc":["rfc4745"],"template":["application/auth-policy+xml"]},"registered":true},{"content-type":"application/bacnet-xdd+zip","encoding":"base64","xrefs":{"person":["ASHRAE","Dave_Robin"],"template":["application/bacnet-xdd+zip"]},"registered":true},{"content-type":"application/batch-SMTP","encoding":"base64","xrefs":{"rfc":["rfc2442"],"template":["application/batch-SMTP"]},"registered":true},{"content-type":"application/beep+xml","encoding":"base64","xrefs":{"rfc":["rfc3080"],"template":["application/beep+xml"]},"registered":true},{"content-type":"application/bleeper","encoding":"base64","extensions":["bleep"],"obsolete":true,"use-instead":"application/x-bleeper","registered":false},{"content-type":"application/calendar+json","encoding":"base64","xrefs":{"rfc":["rfc7265"],"template":["application/calendar+json"]},"registered":true},{"content-type":"application/calendar+xml","encoding":"base64","xrefs":{"rfc":["rfc6321"],"template":["application/calendar+xml"]},"registered":true},{"content-type":"application/call-completion","encoding":"base64","xrefs":{"rfc":["rfc6910"],"template":["application/call-completion"]},"registered":true},{"content-type":"application/cals-1840","encoding":"base64","xrefs":{"rfc":["rfc1895"],"template":["application/CALS-1840"]},"registered":true},{"content-type":"application/cals1840","encoding":"base64","obsolete":true,"use-instead":"application/cals-1840","registered":false},{"content-type":"application/cap+xml","encoding":"base64","xrefs":{"draft":["RFC-ietf-ecrit-data-only-ea-22"],"template":["application/cap+xml"]},"registered":true},{"content-type":"application/captive+json","encoding":"base64","xrefs":{"rfc":["rfc8908"],"template":["application/captive+json"]},"registered":true},{"content-type":"application/cbor","encoding":"base64","xrefs":{"rfc":["rfc8949"],"template":["application/cbor"]},"registered":true},{"content-type":"application/cbor-seq","encoding":"base64","xrefs":{"rfc":["rfc8742"],"template":["application/cbor-seq"]},"registered":true},{"content-type":"application/cccex","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/cccex"]},"registered":true},{"content-type":"application/ccmp+xml","encoding":"base64","xrefs":{"rfc":["rfc6503"],"template":["application/ccmp+xml"]},"registered":true},{"content-type":"application/ccxml+xml","friendly":{"en":"Voice Browser Call Control"},"encoding":"base64","extensions":["ccxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/ccxml+xml"]},"registered":true},{"content-type":"application/CDFX+XML","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/CDFX+XML"]},"registered":true},{"content-type":"application/cdmi-capability","friendly":{"en":"Cloud Data Management Interface (CDMI) - Capability"},"encoding":"base64","extensions":["cdmia"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-capability"]},"registered":true},{"content-type":"application/cdmi-container","friendly":{"en":"Cloud Data Management Interface (CDMI) - Contaimer"},"encoding":"base64","extensions":["cdmic"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-container"]},"registered":true},{"content-type":"application/cdmi-domain","friendly":{"en":"Cloud Data Management Interface (CDMI) - Domain"},"encoding":"base64","extensions":["cdmid"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-domain"]},"registered":true},{"content-type":"application/cdmi-object","friendly":{"en":"Cloud Data Management Interface (CDMI) - Object"},"encoding":"base64","extensions":["cdmio"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-object"]},"registered":true},{"content-type":"application/cdmi-queue","friendly":{"en":"Cloud Data Management Interface (CDMI) - Queue"},"encoding":"base64","extensions":["cdmiq"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-queue"]},"registered":true},{"content-type":"application/cdni","encoding":"base64","xrefs":{"rfc":["rfc7736"],"template":["application/cdni"]},"registered":true},{"content-type":"application/CEA","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/CEA"]},"registered":true},{"content-type":"application/cea-2018+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/cea-2018+xml"]},"registered":true},{"content-type":"application/cellml+xml","encoding":"base64","xrefs":{"rfc":["rfc4708"],"template":["application/cellml+xml"]},"registered":true},{"content-type":"application/cfw","encoding":"base64","xrefs":{"rfc":["rfc6230"],"template":["application/cfw"]},"registered":true},{"content-type":"application/clariscad","encoding":"base64","registered":false},{"content-type":"application/clr","encoding":"base64","xrefs":{"person":["Andy_Miller","IMS_Global"],"template":["application/clr"]},"registered":true},{"content-type":"application/clue+xml","encoding":"base64","xrefs":{"rfc":["rfc8847"],"template":["application/clue+xml"]},"registered":true},{"content-type":"application/clue_info+xml","encoding":"base64","xrefs":{"rfc":["rfc8846"],"template":["application/clue_info+xml"]},"registered":true},{"content-type":"application/cms","encoding":"base64","xrefs":{"rfc":["rfc7193"],"template":["application/cms"]},"registered":true},{"content-type":"application/cnrp+xml","encoding":"base64","xrefs":{"rfc":["rfc3367"],"template":["application/cnrp+xml"]},"registered":true},{"content-type":"application/coap-group+json","encoding":"base64","xrefs":{"rfc":["rfc7390"],"template":["application/coap-group+json"]},"registered":true},{"content-type":"application/coap-payload","encoding":"base64","xrefs":{"rfc":["rfc8075"],"template":["application/coap-payload"]},"registered":true},{"content-type":"application/commonground","encoding":"base64","xrefs":{"person":["David_Glazer"],"template":["application/commonground"]},"registered":true},{"content-type":"application/conference-info+xml","encoding":"base64","xrefs":{"rfc":["rfc4575"],"template":["application/conference-info+xml"]},"registered":true},{"content-type":"application/cose","encoding":"base64","xrefs":{"draft":["RFC-ietf-cose-rfc8152bis-struct-15"],"template":["application/cose"]},"registered":true},{"content-type":"application/cose-key","encoding":"base64","xrefs":{"draft":["RFC-ietf-cose-rfc8152bis-struct-15"],"template":["application/cose-key"]},"registered":true},{"content-type":"application/cose-key-set","encoding":"base64","xrefs":{"draft":["RFC-ietf-cose-rfc8152bis-struct-15"],"template":["application/cose-key-set"]},"registered":true},{"content-type":"application/cpl+xml","encoding":"base64","xrefs":{"rfc":["rfc3880"],"template":["application/cpl+xml"]},"registered":true},{"content-type":"application/csrattrs","encoding":"base64","xrefs":{"rfc":["rfc7030"],"template":["application/csrattrs"]},"registered":true},{"content-type":"application/csta+xml","encoding":"base64","xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/csta+xml"]},"registered":true},{"content-type":"application/CSTAdata+xml","encoding":"base64","xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/CSTAdata+xml"]},"registered":true},{"content-type":"application/csvm+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/csvm+json"]},"registered":true},{"content-type":"application/cu-seeme","friendly":{"en":"CU-SeeMe"},"encoding":"base64","extensions":["cu"],"registered":false},{"content-type":"application/cwt","encoding":"base64","xrefs":{"rfc":["rfc8392"],"template":["application/cwt"]},"registered":true},{"content-type":"application/cybercash","encoding":"base64","xrefs":{"person":["Donald_E._Eastlake_3rd"],"template":["application/cybercash"]},"registered":true},{"content-type":"application/dash+xml","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","Thomas_Stockhammer"],"template":["application/dash+xml"]},"registered":true},{"content-type":"application/dashdelta","encoding":"base64","xrefs":{"person":["David_Furbeck"],"template":["application/dashdelta"]},"registered":true},{"content-type":"application/davmount+xml","friendly":{"en":"Web Distributed Authoring and Versioning"},"encoding":"base64","extensions":["davmount"],"xrefs":{"rfc":["rfc4709"],"template":["application/davmount+xml"]},"registered":true},{"content-type":"application/dca-rft","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/dca-rft"]},"registered":true},{"content-type":"application/DCD","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/DCD"]},"registered":true},{"content-type":"application/dec-dx","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/dec-dx"]},"registered":true},{"content-type":"application/dialog-info+xml","encoding":"base64","xrefs":{"rfc":["rfc4235"],"template":["application/dialog-info+xml"]},"registered":true},{"content-type":"application/dicom","encoding":"base64","extensions":["dcm"],"xrefs":{"rfc":["rfc3240"],"template":["application/dicom"]},"registered":true},{"content-type":"application/dicom+json","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","David_Clunie"],"template":["application/dicom+json"]},"registered":true},{"content-type":"application/dicom+xml","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","David_Clunie"],"template":["application/dicom+xml"]},"registered":true},{"content-type":"application/DII","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/DII"]},"registered":true},{"content-type":"application/DIT","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/DIT"]},"registered":true},{"content-type":"application/dns","encoding":"base64","xrefs":{"rfc":["rfc4027"],"template":["application/dns"]},"registered":true},{"content-type":"application/dns+json","encoding":"base64","xrefs":{"rfc":["rfc8427"],"template":["application/dns+json"]},"registered":true},{"content-type":"application/dns-message","encoding":"base64","xrefs":{"rfc":["rfc8484"],"template":["application/dns-message"]},"registered":true},{"content-type":"application/docbook+xml","encoding":"base64","extensions":["dbk"],"registered":false},{"content-type":"application/dots+cbor","encoding":"base64","xrefs":{"draft":["RFC-ietf-dots-rfc8782-bis-08"],"template":["application/dots+cbor"]},"registered":true},{"content-type":"application/drafting","encoding":"base64","registered":false},{"content-type":"application/dskpp+xml","encoding":"base64","xrefs":{"rfc":["rfc6063"],"template":["application/dskpp+xml"]},"registered":true},{"content-type":"application/dssc+der","friendly":{"en":"Data Structure for the Security Suitability of Cryptographic Algorithms"},"encoding":"base64","extensions":["dssc"],"xrefs":{"rfc":["rfc5698"],"template":["application/dssc+der"]},"registered":true},{"content-type":"application/dssc+xml","friendly":{"en":"Data Structure for the Security Suitability of Cryptographic Algorithms"},"encoding":"base64","extensions":["xdssc"],"xrefs":{"rfc":["rfc5698"],"template":["application/dssc+xml"]},"registered":true},{"content-type":"application/dvcs","encoding":"base64","xrefs":{"rfc":["rfc3029"],"template":["application/dvcs"]},"registered":true},{"content-type":"application/dxf","encoding":"base64","registered":false},{"content-type":"application/ecmascript","friendly":{"en":"ECMAScript"},"encoding":"base64","extensions":["ecma","es"],"xrefs":{"rfc":["rfc4329"],"template":["application/ecmascript"]},"registered":true},{"content-type":"application/EDI-consent","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDI-consent"]},"registered":true},{"content-type":"application/EDI-X12","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDI-X12"]},"registered":true},{"content-type":"application/EDIFACT","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDIFACT"]},"registered":true},{"content-type":"application/efi","encoding":"base64","xrefs":{"person":["Samer_El-Haj-Mahmoud","UEFI_Forum"],"template":["application/efi"]},"registered":true},{"content-type":"application/elm+json","encoding":"base64","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["application/elm+json"]},"registered":true},{"content-type":"application/elm+xml","encoding":"base64","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["application/elm+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.cap+xml","encoding":"base64","xrefs":{"rfc":["rfc8876"],"template":["application/EmergencyCallData.cap+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.Comment+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.Comment+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.Control+xml","encoding":"base64","xrefs":{"rfc":["rfc8147"],"template":["application/EmergencyCallData.Control+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.DeviceInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.DeviceInfo+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.eCall.MSD","encoding":"base64","xrefs":{"rfc":["rfc8147"],"template":["application/EmergencyCallData.eCall.MSD"]},"registered":true},{"content-type":"application/EmergencyCallData.ProviderInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.ProviderInfo+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.ServiceInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.ServiceInfo+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.SubscriberInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.SubscriberInfo+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.VEDS+xml","encoding":"base64","xrefs":{"rfc":["rfc8148"],"template":["application/EmergencyCallData.VEDS+xml"]},"registered":true},{"content-type":"application/emma+xml","friendly":{"en":"Extensible MultiModal Annotation"},"encoding":"base64","extensions":["emma"],"xrefs":{"person":["ISO-IEC_JTC1","W3C"],"uri":["http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration"],"template":["application/emma+xml"]},"registered":true},{"content-type":"application/emotionml+xml","encoding":"base64","xrefs":{"person":["Kazuyuki_Ashimura","W3C"],"template":["application/emotionml+xml"]},"registered":true},{"content-type":"application/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["application/encaprtp"]},"registered":true},{"content-type":"application/epp+xml","encoding":"base64","xrefs":{"rfc":["rfc5730"],"template":["application/epp+xml"]},"registered":true},{"content-type":"application/epub+zip","friendly":{"en":"Electronic Publication"},"encoding":"base64","extensions":["epub"],"xrefs":{"person":["International_Digital_Publishing_Forum","William_McCoy"],"template":["application/epub+zip"]},"registered":true},{"content-type":"application/eshop","encoding":"base64","xrefs":{"person":["Steve_Katz"],"template":["application/eshop"]},"registered":true},{"content-type":"application/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["application/example"]},"registered":true},{"content-type":"application/excel","encoding":"base64","extensions":["xls","xlt"],"obsolete":true,"use-instead":"application/vnd.ms-excel","registered":false},{"content-type":"application/exi","friendly":{"en":"Efficient XML Interchange"},"encoding":"base64","extensions":["exi"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2009/CR-exi-20091208/#mediaTypeRegistration"],"template":["application/exi"]},"registered":true},{"content-type":"application/expect-ct-report+json","encoding":"base64","xrefs":{"draft":["RFC-ietf-httpbis-expect-ct-08"],"template":["application/expect-ct-report+json"]},"registered":true},{"content-type":"application/express","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["application/express"]},"registered":true},{"content-type":"application/fastinfoset","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1_SC6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/fastinfoset"]},"registered":true},{"content-type":"application/fastsoap","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1_SC6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/fastsoap"]},"registered":true},{"content-type":"application/fdt+xml","encoding":"base64","xrefs":{"rfc":["rfc6726"],"template":["application/fdt+xml"]},"registered":true},{"content-type":"application/fhir+json","encoding":"base64","xrefs":{"person":["Grahame_Grieve","HL7"],"template":["application/fhir+json"]},"registered":true},{"content-type":"application/fhir+xml","encoding":"base64","xrefs":{"person":["Grahame_Grieve","HL7"],"template":["application/fhir+xml"]},"registered":true},{"content-type":"application/fits","encoding":"base64","xrefs":{"rfc":["rfc4047"],"template":["application/fits"]},"registered":true},{"content-type":"application/flexfec","encoding":"base64","xrefs":{"rfc":["rfc8627"],"template":["application/flexfec"]},"registered":true},{"content-type":"application/font-sfnt","encoding":"base64","extensions":["otf","ttf"],"obsolete":true,"use-instead":"font/sfnt","xrefs":{"person":["ISO-IEC_JTC1","Levantovsky"],"rfc":["rfc8081"],"template":["application/font-sfnt"],"notes":["- DEPRECATED in favor of font/sfnt"]},"registered":true},{"content-type":"application/font-tdpfr","friendly":{"en":"Portable Font Resource"},"encoding":"base64","extensions":["pfr"],"xrefs":{"rfc":["rfc3073"],"template":["application/font-tdpfr"]},"registered":true},{"content-type":"application/font-woff","friendly":{"en":"Web Open Font Format"},"encoding":"base64","extensions":["woff","woff2"],"obsolete":true,"use-instead":"font/woff","xrefs":{"person":["W3C"],"rfc":["rfc8081"],"template":["application/font-woff"],"notes":["- DEPRECATED in favor of font/woff"]},"registered":true},{"content-type":"application/fractals","encoding":"base64","registered":false},{"content-type":"application/framework-attributes+xml","encoding":"base64","xrefs":{"rfc":["rfc6230"],"template":["application/framework-attributes+xml"]},"registered":true},{"content-type":"application/futuresplash","encoding":"base64","extensions":["spl"],"obsolete":true,"use-instead":"application/x-futuresplash","registered":false},{"content-type":"application/geo+json","encoding":"base64","xrefs":{"rfc":["rfc7946"],"template":["application/geo+json"]},"registered":true},{"content-type":"application/geo+json-seq","encoding":"base64","xrefs":{"rfc":["rfc8142"],"template":["application/geo+json-seq"]},"registered":true},{"content-type":"application/geopackage+sqlite3","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geopackage+sqlite3"]},"registered":true},{"content-type":"application/geoxacml+xml","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geoxacml+xml"]},"registered":true},{"content-type":"application/ghostview","encoding":"base64","obsolete":true,"use-instead":"application/x-ghostview","registered":false},{"content-type":"application/gltf-buffer","encoding":"base64","xrefs":{"person":["Khronos","Saurabh_Bhatia"],"template":["application/gltf-buffer"]},"registered":true},{"content-type":"application/gml+xml","encoding":"base64","extensions":["gml"],"xrefs":{"person":["Clemens_Portele","OGC"],"template":["application/gml+xml"]},"registered":true},{"content-type":"application/gpx+xml","encoding":"base64","extensions":["gpx"],"registered":false},{"content-type":"application/gxf","encoding":"base64","extensions":["gxf"],"registered":false},{"content-type":"application/gzip","encoding":"base64","extensions":["gz"],"xrefs":{"rfc":["rfc6713"],"template":["application/gzip"]},"registered":true},{"content-type":"application/H224","encoding":"base64","xrefs":{"rfc":["rfc4573"],"template":["application/H224"]},"registered":true},{"content-type":"application/held+xml","encoding":"base64","xrefs":{"rfc":["rfc5985"],"template":["application/held+xml"]},"registered":true},{"content-type":"application/hep","encoding":"base64","extensions":["hep"],"obsolete":true,"use-instead":"application/x-hep","registered":false},{"content-type":"application/http","encoding":"base64","xrefs":{"rfc":["rfc7230"],"template":["application/http"]},"registered":true},{"content-type":"application/hyperstudio","friendly":{"en":"Hyperstudio"},"encoding":"base64","extensions":["stk"],"xrefs":{"person":["Michael_Domino"],"template":["application/hyperstudio"]},"registered":true},{"content-type":"application/i-deas","encoding":"base64","registered":false},{"content-type":"application/ibe-key-request+xml","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-key-request+xml"]},"registered":true},{"content-type":"application/ibe-pkg-reply+xml","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-pkg-reply+xml"]},"registered":true},{"content-type":"application/ibe-pp-data","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-pp-data"]},"registered":true},{"content-type":"application/iges","encoding":"base64","xrefs":{"person":["Curtis_Parks"],"template":["application/iges"]},"registered":true},{"content-type":"application/im-iscomposing+xml","encoding":"base64","xrefs":{"rfc":["rfc3994"],"template":["application/im-iscomposing+xml"]},"registered":true},{"content-type":"application/imagemap","encoding":"8bit","extensions":["imagemap","imap"],"obsolete":true,"use-instead":"application/x-imagemap","registered":false},{"content-type":"application/index","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index"]},"registered":true},{"content-type":"application/index.cmd","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.cmd"]},"registered":true},{"content-type":"application/index.obj","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.obj"]},"registered":true},{"content-type":"application/index.response","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.response"]},"registered":true},{"content-type":"application/index.vnd","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.vnd"]},"registered":true},{"content-type":"application/inkml+xml","encoding":"base64","extensions":["ink","inkml"],"xrefs":{"person":["Kazuyuki_Ashimura"],"template":["application/inkml+xml"]},"registered":true},{"content-type":"application/iotp","encoding":"base64","xrefs":{"rfc":["rfc2935"],"template":["application/IOTP"]},"registered":true},{"content-type":"application/ipfix","friendly":{"en":"Internet Protocol Flow Information Export"},"encoding":"base64","extensions":["ipfix"],"xrefs":{"rfc":["rfc5655"],"template":["application/ipfix"]},"registered":true},{"content-type":"application/ipp","encoding":"base64","xrefs":{"rfc":["rfc8010"],"template":["application/ipp"]},"registered":true},{"content-type":"application/isup","encoding":"base64","xrefs":{"rfc":["rfc3204"],"template":["application/ISUP"]},"registered":true},{"content-type":"application/its+xml","encoding":"base64","xrefs":{"person":["ITS-IG-W3C","W3C"],"template":["application/its+xml"]},"registered":true},{"content-type":"application/java-archive","friendly":{"en":"Java Archive"},"encoding":"base64","extensions":["jar"],"registered":false},{"content-type":"application/java-serialized-object","friendly":{"en":"Java Serialized Object"},"encoding":"base64","extensions":["ser"],"registered":false},{"content-type":"application/java-vm","friendly":{"en":"Java Bytecode File"},"encoding":"base64","extensions":["class"],"registered":false},{"content-type":"application/javascript","friendly":{"en":"JavaScript"},"encoding":"8bit","extensions":["js","mjs","sj"],"xrefs":{"rfc":["rfc4329"],"template":["application/javascript"]},"registered":true},{"content-type":"application/jf2feed+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/jf2feed+json"]},"registered":true},{"content-type":"application/jose","encoding":"base64","xrefs":{"rfc":["rfc7515"],"template":["application/jose"]},"registered":true},{"content-type":"application/jose+json","encoding":"base64","xrefs":{"rfc":["rfc7515"],"template":["application/jose+json"]},"registered":true},{"content-type":"application/jrd+json","encoding":"base64","xrefs":{"rfc":["rfc7033"],"template":["application/jrd+json"]},"registered":true},{"content-type":"application/jscalendar+json","encoding":"base64","xrefs":{"rfc":["rfc8984"],"template":["application/jscalendar+json"]},"registered":true},{"content-type":"application/json","friendly":{"en":"JavaScript Object Notation (JSON)"},"encoding":"8bit","extensions":["json"],"xrefs":{"rfc":["rfc8259"],"template":["application/json"]},"registered":true},{"content-type":"application/json-patch+json","encoding":"base64","xrefs":{"rfc":["rfc6902"],"template":["application/json-patch+json"]},"registered":true},{"content-type":"application/json-seq","encoding":"base64","xrefs":{"rfc":["rfc7464"],"template":["application/json-seq"]},"registered":true},{"content-type":"application/jsonml+json","encoding":"base64","extensions":["jsonml"],"registered":false},{"content-type":"application/jwk+json","encoding":"base64","xrefs":{"rfc":["rfc7517"],"template":["application/jwk+json"]},"registered":true},{"content-type":"application/jwk-set+json","encoding":"base64","xrefs":{"rfc":["rfc7517"],"template":["application/jwk-set+json"]},"registered":true},{"content-type":"application/jwt","encoding":"base64","xrefs":{"rfc":["rfc7519"],"template":["application/jwt"]},"registered":true},{"content-type":"application/kpml-request+xml","encoding":"base64","xrefs":{"rfc":["rfc4730"],"template":["application/kpml-request+xml"]},"registered":true},{"content-type":"application/kpml-response+xml","encoding":"base64","xrefs":{"rfc":["rfc4730"],"template":["application/kpml-response+xml"]},"registered":true},{"content-type":"application/ld+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/ld+json"]},"registered":true},{"content-type":"application/lgr+xml","encoding":"base64","xrefs":{"rfc":["rfc7940"],"template":["application/lgr+xml"]},"registered":true},{"content-type":"application/link-format","encoding":"base64","xrefs":{"rfc":["rfc6690"],"template":["application/link-format"]},"registered":true},{"content-type":"application/load-control+xml","encoding":"base64","xrefs":{"rfc":["rfc7200"],"template":["application/load-control+xml"]},"registered":true},{"content-type":"application/lost+xml","encoding":"base64","extensions":["lostxml"],"xrefs":{"rfc":["rfc5222"],"template":["application/lost+xml"]},"registered":true},{"content-type":"application/lostsync+xml","encoding":"base64","xrefs":{"rfc":["rfc6739"],"template":["application/lostsync+xml"]},"registered":true},{"content-type":"application/lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false},{"content-type":"application/lpf+zip","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/lpf+zip"]},"registered":true},{"content-type":"application/LXF","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/LXF"]},"registered":true},{"content-type":"application/mac-binhex40","friendly":{"en":"Macintosh BinHex 4.0"},"encoding":"8bit","extensions":["hqx"],"xrefs":{"person":["Patrik_Faltstrom"],"template":["application/mac-binhex40"]},"registered":true},{"content-type":"application/mac-compactpro","friendly":{"en":"Compact Pro"},"encoding":"base64","extensions":["cpt"],"obsolete":true,"use-instead":"application/x-mac-compactpro","registered":false},{"content-type":"application/macbinary","encoding":"base64","registered":false},{"content-type":"application/macwriteii","encoding":"base64","xrefs":{"person":["Paul_Lindner"],"template":["application/macwriteii"]},"registered":true},{"content-type":"application/mads+xml","friendly":{"en":"Metadata Authority Description Schema"},"encoding":"base64","extensions":["mads"],"xrefs":{"rfc":["rfc6207"],"template":["application/mads+xml"]},"registered":true},{"content-type":"application/manifest+json","encoding":"base64","extensions":["webmanifest"],"xrefs":{"person":["Marcos_Caceres","W3C"],"template":["application/manifest+json"]},"registered":true},{"content-type":"application/marc","friendly":{"en":"MARC Formats"},"encoding":"base64","extensions":["mrc"],"xrefs":{"rfc":["rfc2220"],"template":["application/marc"]},"registered":true},{"content-type":"application/marcxml+xml","friendly":{"en":"MARC21 XML Schema"},"encoding":"base64","extensions":["mrcx"],"xrefs":{"rfc":["rfc6207"],"template":["application/marcxml+xml"]},"registered":true},{"content-type":"application/mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":"application/vnd.mcd","registered":false},{"content-type":"application/mathematica","friendly":{"en":"Mathematica Notebooks"},"encoding":"base64","extensions":["ma","mb","nb"],"xrefs":{"person":["Wolfram"],"template":["application/mathematica"]},"registered":true},{"content-type":"application/mathematica-old","encoding":"base64","obsolete":true,"use-instead":"application/x-mathematica-old","registered":false},{"content-type":"application/mathml+xml","friendly":{"en":"Mathematical Markup Language"},"encoding":"base64","extensions":["mathml"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"],"template":["application/mathml+xml"]},"registered":true},{"content-type":"application/mathml-content+xml","encoding":"base64","xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"],"template":["application/mathml-content+xml"]},"registered":true},{"content-type":"application/mathml-presentation+xml","encoding":"base64","xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"],"template":["application/mathml-presentation+xml"]},"registered":true},{"content-type":"application/mbms-associated-procedure-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-associated-procedure-description+xml"]},"registered":true},{"content-type":"application/mbms-deregister+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-deregister+xml"]},"registered":true},{"content-type":"application/mbms-envelope+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-envelope+xml"]},"registered":true},{"content-type":"application/mbms-msk+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-msk+xml"]},"registered":true},{"content-type":"application/mbms-msk-response+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-msk-response+xml"]},"registered":true},{"content-type":"application/mbms-protection-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-protection-description+xml"]},"registered":true},{"content-type":"application/mbms-reception-report+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-reception-report+xml"]},"registered":true},{"content-type":"application/mbms-register+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-register+xml"]},"registered":true},{"content-type":"application/mbms-register-response+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-register-response+xml"]},"registered":true},{"content-type":"application/mbms-schedule+xml","encoding":"base64","xrefs":{"person":["Eric_Turcotte","_3GPP"],"template":["application/mbms-schedule+xml"]},"registered":true},{"content-type":"application/mbms-user-service-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-user-service-description+xml"]},"registered":true},{"content-type":"application/mbox","friendly":{"en":"Mbox database files"},"encoding":"base64","extensions":["mbox"],"xrefs":{"rfc":["rfc4155"],"template":["application/mbox"]},"registered":true},{"content-type":"application/media-policy-dataset+xml","encoding":"base64","xrefs":{"rfc":["rfc6796"],"template":["application/media-policy-dataset+xml"]},"registered":true},{"content-type":"application/media_control+xml","encoding":"base64","xrefs":{"rfc":["rfc5168"],"template":["application/media_control+xml"]},"registered":true},{"content-type":"application/mediaservercontrol+xml","friendly":{"en":"Media Server Control Markup Language"},"encoding":"base64","extensions":["mscml"],"xrefs":{"rfc":["rfc5022"],"template":["application/mediaservercontrol+xml"]},"registered":true},{"content-type":"application/merge-patch+json","encoding":"base64","xrefs":{"rfc":["rfc7396"],"template":["application/merge-patch+json"]},"registered":true},{"content-type":"application/metalink+xml","encoding":"base64","extensions":["metalink"],"registered":false},{"content-type":"application/metalink4+xml","friendly":{"en":"Metalink"},"encoding":"base64","extensions":["meta4"],"xrefs":{"rfc":["rfc5854"],"template":["application/metalink4+xml"]},"registered":true},{"content-type":"application/mets+xml","friendly":{"en":"Metadata Encoding and Transmission Standard"},"encoding":"base64","extensions":["mets"],"xrefs":{"rfc":["rfc6207"],"template":["application/mets+xml"]},"registered":true},{"content-type":"application/MF4","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/MF4"]},"registered":true},{"content-type":"application/mikey","encoding":"base64","xrefs":{"rfc":["rfc3830"],"template":["application/mikey"]},"registered":true},{"content-type":"application/mipc","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/mipc"]},"registered":true},{"content-type":"application/missing-blocks+cbor-seq","encoding":"base64","xrefs":{"draft":["RFC-ietf-core-new-block-14"],"template":["application/missing-blocks+cbor-seq"]},"registered":true},{"content-type":"application/mmt-aei+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/mmt-aei+xml"]},"registered":true},{"content-type":"application/mmt-usd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/mmt-usd+xml"]},"registered":true},{"content-type":"application/mods+xml","friendly":{"en":"Metadata Object Description Schema"},"encoding":"base64","extensions":["mods"],"xrefs":{"rfc":["rfc6207"],"template":["application/mods+xml"]},"registered":true},{"content-type":"application/moss-keys","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/moss-keys"]},"registered":true},{"content-type":"application/moss-signature","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/moss-signature"]},"registered":true},{"content-type":"application/mosskey-data","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/mosskey-data"]},"registered":true},{"content-type":"application/mosskey-request","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/mosskey-request"]},"registered":true},{"content-type":"application/mp21","friendly":{"en":"MPEG-21"},"encoding":"base64","extensions":["m21","mp21"],"xrefs":{"rfc":["rfc6381"],"person":["David_Singer"],"template":["application/mp21"]},"registered":true},{"content-type":"application/mp4","friendly":{"en":"MPEG4"},"encoding":"base64","extensions":["mp4","mpg4","mp4s"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["application/mp4"]},"registered":true},{"content-type":"application/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640"],"template":["application/mpeg4-generic"]},"registered":true},{"content-type":"application/mpeg4-iod","encoding":"base64","xrefs":{"rfc":["rfc4337"],"template":["application/mpeg4-iod"]},"registered":true},{"content-type":"application/mpeg4-iod-xmt","encoding":"base64","xrefs":{"rfc":["rfc4337"],"template":["application/mpeg4-iod-xmt"]},"registered":true},{"content-type":"application/mrb-consumer+xml","encoding":"base64","xrefs":{"rfc":["rfc6917"],"template":["application/mrb-consumer+xml"]},"registered":true},{"content-type":"application/mrb-publish+xml","encoding":"base64","xrefs":{"rfc":["rfc6917"],"template":["application/mrb-publish+xml"]},"registered":true},{"content-type":"application/msc-ivr+xml","encoding":"base64","xrefs":{"rfc":["rfc6231"],"template":["application/msc-ivr+xml"]},"registered":true},{"content-type":"application/msc-mixer+xml","encoding":"base64","xrefs":{"rfc":["rfc6505"],"template":["application/msc-mixer+xml"]},"registered":true},{"content-type":"application/msword","friendly":{"en":"Microsoft Word"},"encoding":"base64","extensions":["doc","dot","wrd"],"xrefs":{"person":["Paul_Lindner"],"template":["application/msword"]},"registered":true},{"content-type":"application/mud+json","encoding":"base64","xrefs":{"rfc":["rfc8520"],"template":["application/mud+json"]},"registered":true},{"content-type":"application/multipart-core","encoding":"base64","xrefs":{"rfc":["rfc8710"],"template":["application/multipart-core"]},"registered":true},{"content-type":"application/mxf","friendly":{"en":"Material Exchange Format"},"encoding":"base64","extensions":["mxf"],"xrefs":{"rfc":["rfc4539"],"template":["application/mxf"]},"registered":true},{"content-type":"application/n-quads","encoding":"base64","xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["application/n-quads"]},"registered":true},{"content-type":"application/n-triples","encoding":"base64","xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["application/n-triples"]},"registered":true},{"content-type":"application/nasdata","encoding":"base64","xrefs":{"rfc":["rfc4707"],"template":["application/nasdata"]},"registered":true},{"content-type":"application/netcdf","encoding":"base64","extensions":["nc","cdf"],"registered":false},{"content-type":"application/news-checkgroups","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-checkgroups"]},"registered":true},{"content-type":"application/news-groupinfo","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-groupinfo"]},"registered":true},{"content-type":"application/news-message-id","encoding":"base64","obsolete":true,"registered":false},{"content-type":"application/news-transmission","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-transmission"]},"registered":true},{"content-type":"application/nlsml+xml","encoding":"base64","xrefs":{"rfc":["rfc6787"],"template":["application/nlsml+xml"]},"registered":true},{"content-type":"application/node","encoding":"base64","xrefs":{"person":["Node.js_TSC"],"template":["application/node"]},"registered":true},{"content-type":"application/nss","encoding":"base64","xrefs":{"person":["Michael_Hammer"],"template":["application/nss"]},"registered":true},{"content-type":"application/oauth-authz-req+jwt","encoding":"base64","xrefs":{"draft":["RFC-ietf-oauth-jwsreq-34"],"template":["application/oauth-authz-req+jwt"]},"registered":true},{"content-type":"application/ocsp-request","encoding":"base64","xrefs":{"rfc":["rfc6960"],"template":["application/ocsp-request"]},"registered":true},{"content-type":"application/ocsp-response","encoding":"base64","xrefs":{"rfc":["rfc6960"],"template":["application/ocsp-response"]},"registered":true},{"content-type":"application/octet-stream","friendly":{"en":"Binary Data"},"encoding":"base64","extensions":["bin","dms","lha","lzh","class","ani","pgp","gpg","so","dll","dylib","bpk","deploy","dist","distz","dump","elc","lrf","mar","pkg","ipa"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["application/octet-stream"]},"registered":true},{"content-type":"application/oda","friendly":{"en":"Office Document Architecture"},"encoding":"base64","extensions":["oda"],"xrefs":{"rfc":["rfc1494"],"template":["application/ODA"]},"registered":true},{"content-type":"application/odm+xml","encoding":"base64","xrefs":{"person":["CDISC","Sam_Hume"],"template":["application/odm+xml"]},"registered":true},{"content-type":"application/ODX","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ODX"]},"registered":true},{"content-type":"application/oebps-package+xml","friendly":{"en":"Open eBook Publication Structure"},"encoding":"base64","extensions":["opf"],"xrefs":{"rfc":["rfc4839"],"template":["application/oebps-package+xml"]},"registered":true},{"content-type":"application/ogg","friendly":{"en":"Ogg"},"encoding":"base64","extensions":["ogx"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["application/ogg"]},"registered":true},{"content-type":"application/omdoc+xml","encoding":"base64","extensions":["omdoc"],"registered":false},{"content-type":"application/onenote","friendly":{"en":"Microsoft OneNote"},"encoding":"base64","extensions":["onepkg","onetmp","onetoc","onetoc2"],"registered":false},{"content-type":"application/opc-nodeset+xml","encoding":"base64","xrefs":{"person":["OPC_Foundation"],"template":["application/opc-nodeset+xml"]},"registered":true},{"content-type":"application/oscore","encoding":"base64","xrefs":{"rfc":["rfc8613"],"template":["application/oscore"]},"registered":true},{"content-type":"application/oxps","encoding":"base64","extensions":["oxps"],"xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/oxps"]},"registered":true},{"content-type":"application/p21","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["application/p21"]},"registered":true},{"content-type":"application/p21+zip","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["application/p21+zip"]},"registered":true},{"content-type":"application/p2p-overlay+xml","encoding":"base64","xrefs":{"rfc":["rfc6940"],"template":["application/p2p-overlay+xml"]},"registered":true},{"content-type":"application/parityfec","encoding":"base64","xrefs":{"rfc":["rfc3009"],"template":["application/parityfec"]},"registered":true},{"content-type":"application/passport","encoding":"base64","xrefs":{"rfc":["rfc8225"],"template":["application/passport"]},"registered":true},{"content-type":"application/patch-ops-error+xml","friendly":{"en":"XML Patch Framework"},"encoding":"base64","extensions":["xer"],"xrefs":{"rfc":["rfc5261"],"template":["application/patch-ops-error+xml"]},"registered":true},{"content-type":"application/pdf","friendly":{"en":"Adobe Portable Document Format"},"encoding":"base64","extensions":["pdf","ai"],"xrefs":{"rfc":["rfc8118"],"template":["application/pdf"]},"registered":true},{"content-type":"application/PDX","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/PDX"]},"registered":true},{"content-type":"application/pem-certificate-chain","encoding":"base64","xrefs":{"rfc":["rfc8555"],"template":["application/pem-certificate-chain"]},"registered":true},{"content-type":"application/pgp-encrypted","friendly":{"en":"Pretty Good Privacy"},"encoding":"7bit","extensions":["pgp","gpg"],"xrefs":{"rfc":["rfc3156"],"template":["application/pgp-encrypted"]},"registered":true},{"content-type":"application/pgp-keys","encoding":"7bit","xrefs":{"rfc":["rfc3156"],"template":["application/pgp-keys"]},"registered":true,"signature":true},{"content-type":"application/pgp-signature","friendly":{"en":"Pretty Good Privacy - Signature"},"encoding":"base64","extensions":["asc","sig"],"xrefs":{"rfc":["rfc3156"],"template":["application/pgp-signature"]},"registered":true,"signature":true},{"content-type":"application/pics-rules","friendly":{"en":"PICSRules"},"encoding":"base64","extensions":["prf"],"registered":false},{"content-type":"application/pidf+xml","encoding":"base64","xrefs":{"rfc":["rfc3863"],"template":["application/pidf+xml"]},"registered":true},{"content-type":"application/pidf-diff+xml","encoding":"base64","xrefs":{"rfc":["rfc5262"],"template":["application/pidf-diff+xml"]},"registered":true},{"content-type":"application/pkcs10","friendly":{"en":"PKCS #10 - Certification Request Standard"},"encoding":"base64","extensions":["p10"],"xrefs":{"rfc":["rfc5967"],"template":["application/pkcs10"]},"registered":true,"signature":true},{"content-type":"application/pkcs12","encoding":"base64","xrefs":{"person":["IETF"],"template":["application/pkcs12"]},"registered":true},{"content-type":"application/pkcs7-mime","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard"},"encoding":"base64","extensions":["p7m","p7c"],"xrefs":{"rfc":["rfc7114","rfc8551"],"template":["application/pkcs7-mime"]},"registered":true,"signature":true},{"content-type":"application/pkcs7-signature","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard"},"encoding":"base64","extensions":["p7s"],"xrefs":{"rfc":["rfc8551"],"template":["application/pkcs7-signature"]},"registered":true,"signature":true},{"content-type":"application/pkcs8","friendly":{"en":"PKCS #8 - Private-Key Information Syntax Standard"},"encoding":"base64","extensions":["p8"],"xrefs":{"rfc":["rfc5958"],"template":["application/pkcs8"]},"registered":true},{"content-type":"application/pkcs8-encrypted","encoding":"base64","xrefs":{"rfc":["rfc8351"],"template":["application/pkcs8-encrypted"]},"registered":true},{"content-type":"application/pkix-attr-cert","friendly":{"en":"Attribute Certificate"},"encoding":"base64","extensions":["ac"],"xrefs":{"rfc":["rfc5877"],"template":["application/pkix-attr-cert"]},"registered":true},{"content-type":"application/pkix-cert","friendly":{"en":"Internet Public Key Infrastructure - Certificate"},"encoding":"base64","extensions":["cer"],"xrefs":{"rfc":["rfc2585"],"template":["application/pkix-cert"]},"registered":true},{"content-type":"application/pkix-crl","friendly":{"en":"Internet Public Key Infrastructure - Certificate Revocation Lists"},"encoding":"base64","extensions":["crl"],"xrefs":{"rfc":["rfc2585"],"template":["application/pkix-crl"]},"registered":true},{"content-type":"application/pkix-pkipath","friendly":{"en":"Internet Public Key Infrastructure - Certification Path"},"encoding":"base64","extensions":["pkipath"],"xrefs":{"rfc":["rfc6066"],"template":["application/pkix-pkipath"]},"registered":true},{"content-type":"application/pkixcmp","friendly":{"en":"Internet Public Key Infrastructure - Certificate Management Protocole"},"encoding":"base64","extensions":["pki"],"xrefs":{"rfc":["rfc2510"],"template":["application/pkixcmp"]},"registered":true},{"content-type":"application/pls+xml","friendly":{"en":"Pronunciation Lexicon Specification"},"encoding":"base64","extensions":["pls"],"xrefs":{"rfc":["rfc4267"],"template":["application/pls+xml"]},"registered":true},{"content-type":"application/poc-settings+xml","encoding":"base64","xrefs":{"rfc":["rfc4354"],"template":["application/poc-settings+xml"]},"registered":true},{"content-type":"application/postscript","friendly":{"en":"PostScript"},"encoding":"8bit","extensions":["eps","ps","ai"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["application/postscript"]},"registered":true},{"content-type":"application/powerpoint","encoding":"base64","extensions":["ppt","pps","pot"],"registered":false},{"content-type":"application/ppsp-tracker+json","encoding":"base64","xrefs":{"rfc":["rfc7846"],"template":["application/ppsp-tracker+json"]},"registered":true},{"content-type":"application/pro_eng","encoding":"base64","registered":false},{"content-type":"application/problem+json","encoding":"base64","xrefs":{"rfc":["rfc7807"],"template":["application/problem+json"]},"registered":true},{"content-type":"application/problem+xml","encoding":"base64","xrefs":{"rfc":["rfc7807"],"template":["application/problem+xml"]},"registered":true},{"content-type":"application/provenance+xml","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/provenance+xml"]},"registered":true},{"content-type":"application/prs.alvestrand.titrax-sheet","encoding":"base64","xrefs":{"person":["Harald_T._Alvestrand"],"template":["application/prs.alvestrand.titrax-sheet"]},"registered":true},{"content-type":"application/prs.cww","friendly":{"en":"CU-Writer"},"encoding":"base64","extensions":["cw","cww"],"xrefs":{"person":["Khemchart_Rungchavalnont"],"template":["application/prs.cww"]},"registered":true},{"content-type":"application/prs.cyn","encoding":"base64","xrefs":{"person":["Cynthia_Revström"],"template":["application/prs.cyn"]},"registered":true},{"content-type":"application/prs.hpub+zip","encoding":"base64","xrefs":{"person":["Giulio_Zambon"],"template":["application/prs.hpub+zip"]},"registered":true},{"content-type":"application/prs.nprend","encoding":"base64","extensions":["rnd","rct"],"xrefs":{"person":["Jay_Doggett"],"template":["application/prs.nprend"]},"registered":true},{"content-type":"application/prs.plucker","encoding":"base64","xrefs":{"person":["Bill_Janssen"],"template":["application/prs.plucker"]},"registered":true},{"content-type":"application/prs.rdf-xml-crypt","encoding":"base64","xrefs":{"person":["Toby_Inkster"],"template":["application/prs.rdf-xml-crypt"]},"registered":true},{"content-type":"application/prs.xsf+xml","encoding":"base64","xrefs":{"person":["Maik_Stührenberg"],"template":["application/prs.xsf+xml"]},"registered":true},{"content-type":"application/pskc+xml","friendly":{"en":"Portable Symmetric Key Container"},"encoding":"base64","extensions":["pskcxml"],"xrefs":{"rfc":["rfc6030"],"template":["application/pskc+xml"]},"registered":true},{"content-type":"application/pvd+json","encoding":"base64","xrefs":{"rfc":["rfc8801"],"template":["application/pvd+json"]},"registered":true},{"content-type":"application/qsig","encoding":"base64","xrefs":{"rfc":["rfc3204"],"template":["application/QSIG"]},"registered":true},{"content-type":"application/quicktimeplayer","encoding":"base64","extensions":["qtl"],"obsolete":true,"use-instead":"application/x-quicktimeplayer","registered":false},{"content-type":"application/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["application/raptorfec"]},"registered":true},{"content-type":"application/rdap+json","encoding":"base64","xrefs":{"rfc":["rfc9083"],"template":["application/rdap+json"]},"registered":true},{"content-type":"application/rdf+xml","friendly":{"en":"Resource Description Framework"},"encoding":"8bit","extensions":["rdf"],"xrefs":{"rfc":["rfc3870"],"template":["application/rdf+xml"]},"registered":true},{"content-type":"application/reginfo+xml","friendly":{"en":"IMS Networks"},"encoding":"base64","extensions":["rif"],"xrefs":{"rfc":["rfc3680"],"template":["application/reginfo+xml"]},"registered":true},{"content-type":"application/relax-ng-compact-syntax","friendly":{"en":"Relax NG Compact Syntax"},"encoding":"base64","extensions":["rnc"],"xrefs":{"uri":["http://www.jtc1sc34.org/repository/0661.pdf"],"template":["application/relax-ng-compact-syntax"]},"registered":true},{"content-type":"application/remote-printing","encoding":"base64","xrefs":{"rfc":["rfc1486"],"person":["Marshall_Rose"],"template":["application/remote-printing"]},"registered":true},{"content-type":"application/remote_printing","encoding":"base64","obsolete":true,"use-instead":"application/remote-printing","registered":false},{"content-type":"application/reputon+json","encoding":"base64","xrefs":{"rfc":["rfc7071"],"template":["application/reputon+json"]},"registered":true},{"content-type":"application/resource-lists+xml","friendly":{"en":"XML Resource Lists"},"encoding":"base64","extensions":["rl"],"xrefs":{"rfc":["rfc4826"],"template":["application/resource-lists+xml"]},"registered":true},{"content-type":"application/resource-lists-diff+xml","friendly":{"en":"XML Resource Lists Diff"},"encoding":"base64","extensions":["rld"],"xrefs":{"rfc":["rfc5362"],"template":["application/resource-lists-diff+xml"]},"registered":true},{"content-type":"application/rfc+xml","encoding":"base64","xrefs":{"rfc":["rfc7991"],"template":["application/rfc+xml"]},"registered":true},{"content-type":"application/riscos","encoding":"base64","xrefs":{"person":["Nick_Smith"],"template":["application/riscos"]},"registered":true},{"content-type":"application/rlmi+xml","encoding":"base64","xrefs":{"rfc":["rfc4662"],"template":["application/rlmi+xml"]},"registered":true},{"content-type":"application/rls-services+xml","friendly":{"en":"XML Resource Lists"},"encoding":"base64","extensions":["rs"],"xrefs":{"rfc":["rfc4826"],"template":["application/rls-services+xml"]},"registered":true},{"content-type":"application/route-apd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/route-apd+xml"]},"registered":true},{"content-type":"application/route-s-tsid+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/route-s-tsid+xml"]},"registered":true},{"content-type":"application/route-usd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/route-usd+xml"]},"registered":true},{"content-type":"application/rpki-ghostbusters","encoding":"base64","extensions":["gbr"],"xrefs":{"rfc":["rfc6493"],"template":["application/rpki-ghostbusters"]},"registered":true},{"content-type":"application/rpki-manifest","encoding":"base64","extensions":["mft"],"xrefs":{"rfc":["rfc6481"],"template":["application/rpki-manifest"]},"registered":true},{"content-type":"application/rpki-publication","encoding":"base64","xrefs":{"rfc":["rfc8181"],"template":["application/rpki-publication"]},"registered":true},{"content-type":"application/rpki-roa","encoding":"base64","extensions":["roa"],"xrefs":{"rfc":["rfc6481"],"template":["application/rpki-roa"]},"registered":true},{"content-type":"application/rpki-updown","encoding":"base64","xrefs":{"rfc":["rfc6492"],"template":["application/rpki-updown"]},"registered":true},{"content-type":"application/rsd+xml","friendly":{"en":"Really Simple Discovery"},"encoding":"base64","extensions":["rsd"],"registered":false},{"content-type":"application/rss+xml","friendly":{"en":"RSS - Really Simple Syndication"},"encoding":"base64","extensions":["rss"],"registered":false},{"content-type":"application/rtf","friendly":{"en":"Rich Text Format"},"encoding":"base64","extensions":["rtf"],"xrefs":{"person":["Paul_Lindner"],"template":["application/rtf"]},"registered":true},{"content-type":"application/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["application/rtploopback"]},"registered":true},{"content-type":"application/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["application/rtx"]},"registered":true},{"content-type":"application/samlassertion+xml","encoding":"base64","xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlassertion+xml"]},"registered":true},{"content-type":"application/samlmetadata+xml","encoding":"base64","xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlmetadata+xml"]},"registered":true},{"content-type":"application/sarif+json","encoding":"base64","xrefs":{"person":["Laurence_J._Golding","Michael_C._Fanning","OASIS"],"template":["application/sarif+json"]},"registered":true},{"content-type":"application/sarif-external-properties+json","encoding":"base64","xrefs":{"person":["David_Keaton","Michael_C._Fanning","OASIS"],"template":["application/sarif-external-properties+json"]},"registered":true},{"content-type":"application/sbe","encoding":"base64","xrefs":{"person":["Donald_L._Mendelson","FIX_Trading_Community"],"template":["application/sbe"]},"registered":true},{"content-type":"application/sbml+xml","friendly":{"en":"Systems Biology Markup Language"},"encoding":"base64","extensions":["sbml"],"xrefs":{"rfc":["rfc3823"],"template":["application/sbml+xml"]},"registered":true},{"content-type":"application/scaip+xml","encoding":"base64","xrefs":{"person":["Oskar_Jonsson","SIS"],"template":["application/scaip+xml"]},"registered":true},{"content-type":"application/scim+json","encoding":"base64","xrefs":{"rfc":["rfc7644"],"template":["application/scim+json"]},"registered":true},{"content-type":"application/scvp-cv-request","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Request"},"encoding":"base64","extensions":["scq"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-cv-request"]},"registered":true},{"content-type":"application/scvp-cv-response","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Response"},"encoding":"base64","extensions":["scs"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-cv-response"]},"registered":true},{"content-type":"application/scvp-vp-request","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Policies - Request"},"encoding":"base64","extensions":["spq"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-vp-request"]},"registered":true},{"content-type":"application/scvp-vp-response","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Policies - Response"},"encoding":"base64","extensions":["spp"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-vp-response"]},"registered":true},{"content-type":"application/sdp","friendly":{"en":"Session Description Protocol"},"encoding":"base64","extensions":["sdp"],"xrefs":{"rfc":["rfc8866"],"template":["application/sdp"]},"registered":true},{"content-type":"application/secevent+jwt","encoding":"base64","xrefs":{"rfc":["rfc8417"],"template":["application/secevent+jwt"]},"registered":true},{"content-type":"application/senml+cbor","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml+cbor"]},"registered":true},{"content-type":"application/senml+json","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml+json"]},"registered":true},{"content-type":"application/senml+xml","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml+xml"]},"registered":true},{"content-type":"application/senml-etch+cbor","encoding":"base64","xrefs":{"rfc":["rfc8790"],"template":["application/senml-etch+cbor"]},"registered":true},{"content-type":"application/senml-etch+json","encoding":"base64","xrefs":{"rfc":["rfc8790"],"template":["application/senml-etch+json"]},"registered":true},{"content-type":"application/senml-exi","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml-exi"]},"registered":true},{"content-type":"application/sensml+cbor","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml+cbor"]},"registered":true},{"content-type":"application/sensml+json","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml+json"]},"registered":true},{"content-type":"application/sensml+xml","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml+xml"]},"registered":true},{"content-type":"application/sensml-exi","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml-exi"]},"registered":true},{"content-type":"application/sep+xml","encoding":"base64","xrefs":{"person":["Robby_Simpson","ZigBee"],"template":["application/sep+xml"]},"registered":true},{"content-type":"application/sep-exi","encoding":"base64","xrefs":{"person":["Robby_Simpson","ZigBee"],"template":["application/sep-exi"]},"registered":true},{"content-type":"application/session-info","encoding":"base64","xrefs":{"person":["Frederic_Firmin","_3GPP"],"template":["application/session-info"]},"registered":true},{"content-type":"application/set","encoding":"base64","registered":false},{"content-type":"application/set-payment","encoding":"base64","xrefs":{"person":["Brian_Korver"],"template":["application/set-payment"]},"registered":true},{"content-type":"application/set-payment-initiation","friendly":{"en":"Secure Electronic Transaction - Payment"},"encoding":"base64","extensions":["setpay"],"xrefs":{"person":["Brian_Korver"],"template":["application/set-payment-initiation"]},"registered":true},{"content-type":"application/set-registration","encoding":"base64","xrefs":{"person":["Brian_Korver"],"template":["application/set-registration"]},"registered":true},{"content-type":"application/set-registration-initiation","friendly":{"en":"Secure Electronic Transaction - Registration"},"encoding":"base64","extensions":["setreg"],"xrefs":{"person":["Brian_Korver"],"template":["application/set-registration-initiation"]},"registered":true},{"content-type":"application/sgml","encoding":"base64","extensions":["sgml"],"xrefs":{"rfc":["rfc1874"],"template":["application/SGML"]},"registered":true},{"content-type":"application/sgml-open-catalog","encoding":"base64","extensions":["soc"],"xrefs":{"person":["Paul_Grosso"],"template":["application/sgml-open-catalog"]},"registered":true},{"content-type":"application/shf+xml","friendly":{"en":"S Hexdump Format"},"encoding":"base64","extensions":["shf"],"xrefs":{"rfc":["rfc4194"],"template":["application/shf+xml"]},"registered":true},{"content-type":"application/sieve","encoding":"base64","extensions":["siv"],"xrefs":{"rfc":["rfc5228"],"template":["application/sieve"]},"registered":true},{"content-type":"application/simple-filter+xml","encoding":"base64","xrefs":{"rfc":["rfc4661"],"template":["application/simple-filter+xml"]},"registered":true},{"content-type":"application/simple-message-summary","encoding":"base64","xrefs":{"rfc":["rfc3842"],"template":["application/simple-message-summary"]},"registered":true},{"content-type":"application/simpleSymbolContainer","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/simpleSymbolContainer"]},"registered":true},{"content-type":"application/sipc","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/sipc"]},"registered":true},{"content-type":"application/SLA","encoding":"base64","registered":false},{"content-type":"application/slate","encoding":"base64","xrefs":{"person":["Terry_Crowley"],"template":["application/slate"]},"registered":true},{"content-type":"application/smil","encoding":"8bit","extensions":["smi","smil"],"obsolete":true,"use-instead":"application/smil+xml","xrefs":{"rfc":["rfc4536"],"template":["application/smil"],"notes":["- OBSOLETED in favor of application/smil+xml"]},"registered":true},{"content-type":"application/smil+xml","friendly":{"en":"Synchronized Multimedia Integration Language"},"encoding":"8bit","extensions":["smi","smil"],"xrefs":{"rfc":["rfc4536"],"template":["application/smil+xml"]},"registered":true},{"content-type":"application/smpte336m","encoding":"base64","xrefs":{"rfc":["rfc6597"],"template":["application/smpte336m"]},"registered":true},{"content-type":"application/soap+fastinfoset","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1_SC6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/soap+fastinfoset"]},"registered":true},{"content-type":"application/soap+xml","encoding":"base64","xrefs":{"rfc":["rfc3902"],"template":["application/soap+xml"]},"registered":true},{"content-type":"application/solids","encoding":"base64","registered":false},{"content-type":"application/sparql-query","friendly":{"en":"SPARQL - Query"},"encoding":"base64","extensions":["rq"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-rdf-sparql-query-20070614/#mediaType"],"template":["application/sparql-query"]},"registered":true},{"content-type":"application/sparql-results+xml","friendly":{"en":"SPARQL - Results"},"encoding":"base64","extensions":["srx"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-rdf-sparql-XMLres-20070925/#mime"],"template":["application/sparql-results+xml"]},"registered":true},{"content-type":"application/spirits-event+xml","encoding":"base64","xrefs":{"rfc":["rfc3910"],"template":["application/spirits-event+xml"]},"registered":true},{"content-type":"application/sql","encoding":"base64","xrefs":{"rfc":["rfc6922"],"template":["application/sql"]},"registered":true},{"content-type":"application/srgs","friendly":{"en":"Speech Recognition Grammar Specification"},"encoding":"base64","extensions":["gram"],"xrefs":{"rfc":["rfc4267"],"template":["application/srgs"]},"registered":true},{"content-type":"application/srgs+xml","friendly":{"en":"Speech Recognition Grammar Specification - XML"},"encoding":"base64","extensions":["grxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/srgs+xml"]},"registered":true},{"content-type":"application/sru+xml","friendly":{"en":"Search/Retrieve via URL Response Format"},"encoding":"base64","extensions":["sru"],"xrefs":{"rfc":["rfc6207"],"template":["application/sru+xml"]},"registered":true},{"content-type":"application/ssdl+xml","encoding":"base64","extensions":["ssdl"],"registered":false},{"content-type":"application/ssml+xml","friendly":{"en":"Speech Synthesis Markup Language"},"encoding":"base64","extensions":["ssml"],"xrefs":{"rfc":["rfc4267"],"template":["application/ssml+xml"]},"registered":true},{"content-type":"application/STEP","encoding":"base64","registered":false},{"content-type":"application/stix+json","encoding":"base64","xrefs":{"person":["Chet_Ensign","OASIS"],"template":["application/stix+json"]},"registered":true},{"content-type":"application/swid+xml","encoding":"base64","xrefs":{"person":["David_Waltermire","ISO-IEC_JTC1","Ron_Brill"],"template":["application/swid+xml"]},"registered":true},{"content-type":"application/tamp-apex-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-apex-update"]},"registered":true},{"content-type":"application/tamp-apex-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-apex-update-confirm"]},"registered":true},{"content-type":"application/tamp-community-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-community-update"]},"registered":true},{"content-type":"application/tamp-community-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-community-update-confirm"]},"registered":true},{"content-type":"application/tamp-error","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-error"]},"registered":true},{"content-type":"application/tamp-sequence-adjust","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-sequence-adjust"]},"registered":true},{"content-type":"application/tamp-sequence-adjust-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-sequence-adjust-confirm"]},"registered":true},{"content-type":"application/tamp-status-query","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-status-query"]},"registered":true},{"content-type":"application/tamp-status-response","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-status-response"]},"registered":true},{"content-type":"application/tamp-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-update"]},"registered":true},{"content-type":"application/tamp-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-update-confirm"]},"registered":true},{"content-type":"application/taxii+json","encoding":"base64","xrefs":{"person":["Chet_Ensign","OASIS"],"template":["application/taxii+json"]},"registered":true},{"content-type":"application/td+json","encoding":"base64","xrefs":{"person":["Matthias_Kovatsch","W3C"],"template":["application/td+json"]},"registered":true},{"content-type":"application/tei+xml","friendly":{"en":"Text Encoding and Interchange"},"encoding":"base64","extensions":["tei","teicorpus"],"xrefs":{"rfc":["rfc6129"],"template":["application/tei+xml"]},"registered":true},{"content-type":"application/TETRA_ISI","encoding":"base64","xrefs":{"person":["ETSI","Miguel_Angel_Reina_Ortega"],"template":["application/TETRA_ISI"]},"registered":true},{"content-type":"application/thraud+xml","friendly":{"en":"Sharing Transaction Fraud Data"},"encoding":"base64","extensions":["tfi"],"xrefs":{"rfc":["rfc5941"],"template":["application/thraud+xml"]},"registered":true},{"content-type":"application/timestamp-query","encoding":"base64","xrefs":{"rfc":["rfc3161"],"template":["application/timestamp-query"]},"registered":true},{"content-type":"application/timestamp-reply","encoding":"base64","xrefs":{"rfc":["rfc3161"],"template":["application/timestamp-reply"]},"registered":true},{"content-type":"application/timestamped-data","friendly":{"en":"Time Stamped Data Envelope"},"encoding":"base64","extensions":["tsd"],"xrefs":{"rfc":["rfc5955"],"template":["application/timestamped-data"]},"registered":true},{"content-type":"application/tlsrpt+gzip","encoding":"base64","xrefs":{"rfc":["rfc8460"],"template":["application/tlsrpt+gzip"]},"registered":true},{"content-type":"application/tlsrpt+json","encoding":"base64","xrefs":{"rfc":["rfc8460"],"template":["application/tlsrpt+json"]},"registered":true},{"content-type":"application/tnauthlist","encoding":"base64","xrefs":{"rfc":["rfc8226"],"template":["application/tnauthlist"]},"registered":true},{"content-type":"application/toolbook","encoding":"base64","extensions":["tbk"],"obsolete":true,"use-instead":"application/x-toolbook","registered":false},{"content-type":"application/trickle-ice-sdpfrag","encoding":"base64","xrefs":{"rfc":["rfc8840"],"template":["application/trickle-ice-sdpfrag"]},"registered":true},{"content-type":"application/trig","encoding":"base64","xrefs":{"person":["W3C","W3C_RDF_Working_Group"],"template":["application/trig"]},"registered":true},{"content-type":"application/ttml+xml","encoding":"base64","xrefs":{"person":["W3C","W3C_Timed_Text_Working_Group"],"template":["application/ttml+xml"]},"registered":true},{"content-type":"application/tve-trigger","encoding":"base64","xrefs":{"person":["Linda_Welsh"],"template":["application/tve-trigger"]},"registered":true},{"content-type":"application/tzif","encoding":"base64","xrefs":{"rfc":["rfc8536"],"template":["application/tzif"]},"registered":true},{"content-type":"application/tzif-leap","encoding":"base64","xrefs":{"rfc":["rfc8536"],"template":["application/tzif-leap"]},"registered":true},{"content-type":"application/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["application/ulpfec"]},"registered":true},{"content-type":"application/urc-grpsheet+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC1"],"template":["application/urc-grpsheet+xml"]},"registered":true},{"content-type":"application/urc-ressheet+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC1"],"template":["application/urc-ressheet+xml"]},"registered":true},{"content-type":"application/urc-targetdesc+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC1"],"template":["application/urc-targetdesc+xml"]},"registered":true},{"content-type":"application/urc-uisocketdesc+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/urc-uisocketdesc+xml"]},"registered":true},{"content-type":"application/vcard+json","encoding":"base64","xrefs":{"rfc":["rfc7095"],"template":["application/vcard+json"]},"registered":true},{"content-type":"application/vcard+xml","encoding":"base64","xrefs":{"rfc":["rfc6351"],"template":["application/vcard+xml"]},"registered":true},{"content-type":"application/vda","encoding":"base64","registered":false},{"content-type":"application/vemmi","encoding":"base64","xrefs":{"rfc":["rfc2122"],"template":["application/vemmi"]},"registered":true},{"content-type":"application/VMSBACKUP","encoding":"base64","extensions":["bck"],"obsolete":true,"use-instead":"application/x-VMSBACKUP","registered":false},{"content-type":"application/vnd.1000minds.decision-model+xml","encoding":"base64","xrefs":{"person":["Franz_Ombler"],"template":["application/vnd.1000minds.decision-model+xml"]},"registered":true},{"content-type":"application/vnd.3gpp-prose+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp-prose+xml"]},"registered":true},{"content-type":"application/vnd.3gpp-prose-pc3ch+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp-prose-pc3ch+xml"]},"registered":true},{"content-type":"application/vnd.3gpp-v2x-local-service-information","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp-v2x-local-service-information"]},"registered":true},{"content-type":"application/vnd.3gpp.5gnas","encoding":"base64","xrefs":{"person":["Jones_Lu_Yunjie","_3GPP"],"template":["application/vnd.3gpp.5gnas"]},"registered":true},{"content-type":"application/vnd.3gpp.access-transfer-events+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.access-transfer-events+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.bsf+xml","encoding":"base64","xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.bsf+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.GMOP+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.GMOP+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.gtpc","encoding":"base64","xrefs":{"person":["Yang_Yong","_3GPP"],"template":["application/vnd.3gpp.gtpc"]},"registered":true},{"content-type":"application/vnd.3gpp.interworking-data","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.interworking-data"]},"registered":true},{"content-type":"application/vnd.3gpp.lpp","encoding":"base64","xrefs":{"person":["Jones_Lu_Yunjie","_3GPP"],"template":["application/vnd.3gpp.lpp"]},"registered":true},{"content-type":"application/vnd.3gpp.mc-signalling-ear","encoding":"base64","xrefs":{"person":["Tim_Woodward"],"template":["application/vnd.3gpp.mc-signalling-ear"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-affiliation-command+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-affiliation-command+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-payload","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-payload"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-service-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-service-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-signalling","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-signalling"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-ue-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-ue-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-user-profile+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-user-profile+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-affiliation-command+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-affiliation-command+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-floor-request+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-floor-request+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-location-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-location-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-mbms-usage-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-mbms-usage-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-service-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-service-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-signed+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-signed+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-ue-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-ue-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-ue-init-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-ue-init-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-user-profile+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-user-profile+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-affiliation-command+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-affiliation-command+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-affiliation-info+xml","encoding":"base64","obsolete":true,"use-instead":"application/vnd.3gpp.mcvideo-info+xml","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-affiliation-info+xml"],"notes":["- OBSOLETED in favor of application/vnd.3gpp.mcvideo-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-location-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-location-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-mbms-usage-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-mbms-usage-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-service-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-service-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-transmission-request+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-transmission-request+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-ue-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-ue-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-user-profile+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-user-profile+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mid-call+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mid-call+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.ngap","encoding":"base64","xrefs":{"person":["Yang_Yong","_3GPP"],"template":["application/vnd.3gpp.ngap"]},"registered":true},{"content-type":"application/vnd.3gpp.pfcp","encoding":"base64","xrefs":{"person":["Bruno_Landais","_3GPP"],"template":["application/vnd.3gpp.pfcp"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-large","friendly":{"en":"3rd Generation Partnership Project - Pic Large"},"encoding":"base64","extensions":["plb"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-large"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-small","friendly":{"en":"3rd Generation Partnership Project - Pic Small"},"encoding":"base64","extensions":["psb"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-small"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-var","friendly":{"en":"3rd Generation Partnership Project - Pic Var"},"encoding":"base64","extensions":["pvb"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-var"]},"registered":true},{"content-type":"application/vnd.3gpp.s1ap","encoding":"base64","xrefs":{"person":["Yang_Yong","_3GPP"],"template":["application/vnd.3gpp.s1ap"]},"registered":true},{"content-type":"application/vnd.3gpp.sms","encoding":"base64","extensions":["sms"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.sms"]},"registered":true},{"content-type":"application/vnd.3gpp.sms+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.sms+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.srvcc-ext+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.srvcc-ext+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.SRVCC-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.SRVCC-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.state-and-event-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.state-and-event-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.ussd+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.ussd+xml"]},"registered":true},{"content-type":"application/vnd.3gpp2.bcmcsinfo+xml","encoding":"base64","xrefs":{"person":["Andy_Dryden"],"template":["application/vnd.3gpp2.bcmcsinfo+xml"]},"registered":true},{"content-type":"application/vnd.3gpp2.sms","encoding":"base64","xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.sms"]},"registered":true},{"content-type":"application/vnd.3gpp2.tcap","friendly":{"en":"3rd Generation Partnership Project - Transaction Capabilities Application Part"},"encoding":"base64","extensions":["tcap"],"xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.tcap"]},"registered":true},{"content-type":"application/vnd.3lightssoftware.imagescal","encoding":"base64","xrefs":{"person":["Gus_Asadi"],"template":["application/vnd.3lightssoftware.imagescal"]},"registered":true},{"content-type":"application/vnd.3M.Post-it-Notes","friendly":{"en":"3M Post It Notes"},"encoding":"base64","extensions":["pwn"],"xrefs":{"person":["Michael_OBrien"],"template":["application/vnd.3M.Post-it-Notes"]},"registered":true},{"content-type":"application/vnd.accpac.simply.aso","friendly":{"en":"Simply Accounting"},"encoding":"base64","extensions":["aso"],"xrefs":{"person":["Steve_Leow"],"template":["application/vnd.accpac.simply.aso"]},"registered":true},{"content-type":"application/vnd.accpac.simply.imp","friendly":{"en":"Simply Accounting - Data Import"},"encoding":"base64","extensions":["imp"],"xrefs":{"person":["Steve_Leow"],"template":["application/vnd.accpac.simply.imp"]},"registered":true},{"content-type":"application/vnd.acucobol","friendly":{"en":"ACU Cobol"},"encoding":"base64","extensions":["acu"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd.acucobol"]},"registered":true},{"content-type":"application/vnd.acucorp","friendly":{"en":"ACU Cobol"},"encoding":"7bit","extensions":["atc","acutc"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd.acucorp"]},"registered":true},{"content-type":"application/vnd.adobe.air-application-installer-package+zip","friendly":{"en":"Adobe AIR Application"},"encoding":"base64","extensions":["air"],"registered":false},{"content-type":"application/vnd.adobe.flash.movie","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.adobe.flash.movie"]},"registered":true},{"content-type":"application/vnd.adobe.formscentral.fcdt","encoding":"base64","extensions":["fcdt"],"xrefs":{"person":["Chris_Solc"],"template":["application/vnd.adobe.formscentral.fcdt"]},"registered":true},{"content-type":"application/vnd.adobe.fxp","friendly":{"en":"Adobe Flex Project"},"encoding":"base64","extensions":["fxp","fxpl"],"xrefs":{"person":["Robert_Brambley","Steven_Heintz"],"template":["application/vnd.adobe.fxp"]},"registered":true},{"content-type":"application/vnd.adobe.partial-upload","encoding":"base64","xrefs":{"person":["Tapani_Otala"],"template":["application/vnd.adobe.partial-upload"]},"registered":true},{"content-type":"application/vnd.adobe.xdp+xml","friendly":{"en":"Adobe XML Data Package"},"encoding":"base64","extensions":["xdp"],"xrefs":{"person":["John_Brinkman"],"template":["application/vnd.adobe.xdp+xml"]},"registered":true},{"content-type":"application/vnd.adobe.xfdf","friendly":{"en":"Adobe XML Forms Data Format"},"encoding":"base64","extensions":["xfdf"],"xrefs":{"person":["Roberto_Perelman"],"template":["application/vnd.adobe.xfdf"]},"registered":true},{"content-type":"application/vnd.aether.imp","encoding":"base64","xrefs":{"person":["Jay_Moskowitz"],"template":["application/vnd.aether.imp"]},"registered":true},{"content-type":"application/vnd.afpc.afplinedata","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.afplinedata"]},"registered":true},{"content-type":"application/vnd.afpc.afplinedata-pagedef","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.afplinedata-pagedef"]},"registered":true},{"content-type":"application/vnd.afpc.cmoca-cmresource","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.cmoca-cmresource"]},"registered":true},{"content-type":"application/vnd.afpc.foca-charset","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.foca-charset"]},"registered":true},{"content-type":"application/vnd.afpc.foca-codedfont","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.foca-codedfont"]},"registered":true},{"content-type":"application/vnd.afpc.foca-codepage","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.foca-codepage"]},"registered":true},{"content-type":"application/vnd.afpc.modca","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca"]},"registered":true},{"content-type":"application/vnd.afpc.modca-cmtable","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-cmtable"]},"registered":true},{"content-type":"application/vnd.afpc.modca-formdef","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-formdef"]},"registered":true},{"content-type":"application/vnd.afpc.modca-mediummap","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-mediummap"]},"registered":true},{"content-type":"application/vnd.afpc.modca-objectcontainer","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-objectcontainer"]},"registered":true},{"content-type":"application/vnd.afpc.modca-overlay","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-overlay"]},"registered":true},{"content-type":"application/vnd.afpc.modca-pagesegment","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-pagesegment"]},"registered":true},{"content-type":"application/vnd.ah-barcode","encoding":"base64","xrefs":{"person":["Katsuhiko_Ichinose"],"template":["application/vnd.ah-barcode"]},"registered":true},{"content-type":"application/vnd.ahead.space","friendly":{"en":"Ahead AIR Application"},"encoding":"base64","extensions":["ahead"],"xrefs":{"person":["Tor_Kristensen"],"template":["application/vnd.ahead.space"]},"registered":true},{"content-type":"application/vnd.airzip.filesecure.azf","friendly":{"en":"AirZip FileSECURE"},"encoding":"base64","extensions":["azf"],"xrefs":{"person":["Daniel_Mould","Gary_Clueit"],"template":["application/vnd.airzip.filesecure.azf"]},"registered":true},{"content-type":"application/vnd.airzip.filesecure.azs","friendly":{"en":"AirZip FileSECURE"},"encoding":"base64","extensions":["azs"],"xrefs":{"person":["Daniel_Mould","Gary_Clueit"],"template":["application/vnd.airzip.filesecure.azs"]},"registered":true},{"content-type":"application/vnd.amadeus+json","encoding":"base64","xrefs":{"person":["Patrick_Brosse"],"template":["application/vnd.amadeus+json"]},"registered":true},{"content-type":"application/vnd.amazon.ebook","friendly":{"en":"Amazon Kindle eBook format"},"encoding":"base64","extensions":["azw"],"registered":false},{"content-type":"application/vnd.amazon.mobi8-ebook","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.amazon.mobi8-ebook"]},"registered":true},{"content-type":"application/vnd.americandynamics.acc","friendly":{"en":"Active Content Compression"},"encoding":"base64","extensions":["acc"],"xrefs":{"person":["Gary_Sands"],"template":["application/vnd.americandynamics.acc"]},"registered":true},{"content-type":"application/vnd.amiga.ami","friendly":{"en":"AmigaDE"},"encoding":"base64","extensions":["ami"],"xrefs":{"person":["Kevin_Blumberg"],"template":["application/vnd.amiga.ami"]},"registered":true},{"content-type":"application/vnd.amundsen.maze+xml","encoding":"base64","xrefs":{"person":["Mike_Amundsen"],"template":["application/vnd.amundsen.maze+xml"]},"registered":true},{"content-type":"application/vnd.android.ota","encoding":"base64","xrefs":{"person":["Greg_Kaiser"],"template":["application/vnd.android.ota"]},"registered":true},{"content-type":"application/vnd.android.package-archive","friendly":{"en":"Android Package Archive"},"encoding":"base64","extensions":["apk"],"registered":false},{"content-type":"application/vnd.anki","encoding":"base64","xrefs":{"person":["Kerrick_Staley"],"template":["application/vnd.anki"]},"registered":true},{"content-type":"application/vnd.anser-web-certificate-issue-initiation","friendly":{"en":"ANSER-WEB Terminal Client - Certificate Issue"},"encoding":"base64","extensions":["cii"],"xrefs":{"person":["Hiroyoshi_Mori"],"template":["application/vnd.anser-web-certificate-issue-initiation"]},"registered":true},{"content-type":"application/vnd.anser-web-funds-transfer-initiation","friendly":{"en":"ANSER-WEB Terminal Client - Web Funds Transfer"},"encoding":"base64","extensions":["fti"],"registered":false},{"content-type":"application/vnd.antix.game-component","friendly":{"en":"Antix Game Player"},"encoding":"base64","extensions":["atx"],"xrefs":{"person":["Daniel_Shelton"],"template":["application/vnd.antix.game-component"]},"registered":true},{"content-type":"application/vnd.apache.arrow.file","encoding":"base64","xrefs":{"person":["Apache_Arrow_Project"],"template":["application/vnd.apache.arrow.file"]},"registered":true},{"content-type":"application/vnd.apache.arrow.stream","encoding":"base64","xrefs":{"person":["Apache_Arrow_Project"],"template":["application/vnd.apache.arrow.stream"]},"registered":true},{"content-type":"application/vnd.apache.thrift.binary","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.binary"]},"registered":true},{"content-type":"application/vnd.apache.thrift.compact","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.compact"]},"registered":true},{"content-type":"application/vnd.apache.thrift.json","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.json"]},"registered":true},{"content-type":"application/vnd.api+json","encoding":"base64","xrefs":{"person":["Steve_Klabnik"],"template":["application/vnd.api+json"]},"registered":true},{"content-type":"application/vnd.aplextor.warrp+json","encoding":"base64","xrefs":{"person":["Oleg_Uryutin"],"template":["application/vnd.aplextor.warrp+json"]},"registered":true},{"content-type":"application/vnd.apothekende.reservation+json","encoding":"base64","xrefs":{"person":["Adrian_Föder"],"template":["application/vnd.apothekende.reservation+json"]},"registered":true},{"content-type":"application/vnd.apple.installer+xml","friendly":{"en":"Apple Installer Package"},"encoding":"base64","extensions":["mpkg"],"xrefs":{"person":["Peter_Bierman"],"template":["application/vnd.apple.installer+xml"]},"registered":true},{"content-type":"application/vnd.apple.keynote","encoding":"base64","xrefs":{"person":["Manichandra_Sajjanapu"],"template":["application/vnd.apple.keynote"]},"registered":true},{"content-type":"application/vnd.apple.mpegurl","friendly":{"en":"Multimedia Playlist Unicode"},"encoding":"base64","extensions":["m3u8"],"xrefs":{"rfc":["rfc8216"],"template":["application/vnd.apple.mpegurl"]},"registered":true},{"content-type":"application/vnd.apple.numbers","encoding":"base64","xrefs":{"person":["Manichandra_Sajjanapu"],"template":["application/vnd.apple.numbers"]},"registered":true},{"content-type":"application/vnd.apple.pages","encoding":"base64","xrefs":{"person":["Manichandra_Sajjanapu"],"template":["application/vnd.apple.pages"]},"registered":true},{"content-type":"application/vnd.apple.pkpass","encoding":"base64","extensions":["pkpass"],"registered":false},{"content-type":"application/vnd.arastra.swi","encoding":"base64","obsolete":true,"use-instead":"application/vnd.aristanetworks.swi","xrefs":{"person":["Bill_Fenner"],"template":["application/vnd.arastra.swi"],"notes":["- OBSOLETED in favor of application/vnd.aristanetworks.swi"]},"registered":true},{"content-type":"application/vnd.aristanetworks.swi","friendly":{"en":"Arista Networks Software Image"},"encoding":"base64","extensions":["swi"],"xrefs":{"person":["Bill_Fenner"],"template":["application/vnd.aristanetworks.swi"]},"registered":true},{"content-type":"application/vnd.artisan+json","encoding":"base64","xrefs":{"person":["Brad_Turner"],"template":["application/vnd.artisan+json"]},"registered":true},{"content-type":"application/vnd.artsquare","encoding":"base64","xrefs":{"person":["Christopher_Smith"],"template":["application/vnd.artsquare"]},"registered":true},{"content-type":"application/vnd.astraea-software.iota","encoding":"base64","extensions":["iota"],"xrefs":{"person":["Christopher_Snazell"],"template":["application/vnd.astraea-software.iota"]},"registered":true},{"content-type":"application/vnd.audiograph","friendly":{"en":"Audiograph"},"encoding":"base64","extensions":["aep"],"xrefs":{"person":["Horia_Cristian_Slusanschi"],"template":["application/vnd.audiograph"]},"registered":true},{"content-type":"application/vnd.autopackage","encoding":"base64","xrefs":{"person":["Mike_Hearn"],"template":["application/vnd.autopackage"]},"registered":true},{"content-type":"application/vnd.avalon+json","encoding":"base64","xrefs":{"person":["Ben_Hinman"],"template":["application/vnd.avalon+json"]},"registered":true},{"content-type":"application/vnd.avistar+xml","encoding":"base64","xrefs":{"person":["Vladimir_Vysotsky"],"template":["application/vnd.avistar+xml"]},"registered":true},{"content-type":"application/vnd.balsamiq.bmml+xml","encoding":"base64","xrefs":{"person":["Giacomo_Guilizzoni"],"template":["application/vnd.balsamiq.bmml+xml"]},"registered":true},{"content-type":"application/vnd.balsamiq.bmpr","encoding":"base64","xrefs":{"person":["Giacomo_Guilizzoni"],"template":["application/vnd.balsamiq.bmpr"]},"registered":true},{"content-type":"application/vnd.banana-accounting","encoding":"base64","xrefs":{"person":["José_Del_Romano"],"template":["application/vnd.banana-accounting"]},"registered":true},{"content-type":"application/vnd.bbf.usp.error","encoding":"base64","xrefs":{"person":["Broadband_Forum"],"template":["application/vnd.bbf.usp.error"]},"registered":true},{"content-type":"application/vnd.bbf.usp.msg","encoding":"base64","xrefs":{"person":["Broadband_Forum"],"template":["application/vnd.bbf.usp.msg"]},"registered":true},{"content-type":"application/vnd.bbf.usp.msg+json","encoding":"base64","xrefs":{"person":["Broadband_Forum"],"template":["application/vnd.bbf.usp.msg+json"]},"registered":true},{"content-type":"application/vnd.bekitzur-stech+json","encoding":"base64","xrefs":{"person":["Jegulsky"],"template":["application/vnd.bekitzur-stech+json"]},"registered":true},{"content-type":"application/vnd.bint.med-content","encoding":"base64","xrefs":{"person":["Heinz-Peter_Schütz"],"template":["application/vnd.bint.med-content"]},"registered":true},{"content-type":"application/vnd.biopax.rdf+xml","encoding":"base64","xrefs":{"person":["Pathway_Commons"],"template":["application/vnd.biopax.rdf+xml"]},"registered":true},{"content-type":"application/vnd.blink-idb-value-wrapper","encoding":"base64","xrefs":{"person":["Victor_Costan"],"template":["application/vnd.blink-idb-value-wrapper"]},"registered":true},{"content-type":"application/vnd.blueice.multipass","friendly":{"en":"Blueice Research Multipass"},"encoding":"base64","extensions":["mpm"],"xrefs":{"person":["Thomas_Holmstrom"],"template":["application/vnd.blueice.multipass"]},"registered":true},{"content-type":"application/vnd.bluetooth.ep.oob","encoding":"base64","xrefs":{"person":["Mike_Foley"],"template":["application/vnd.bluetooth.ep.oob"]},"registered":true},{"content-type":"application/vnd.bluetooth.le.oob","encoding":"base64","xrefs":{"person":["Mark_Powell"],"template":["application/vnd.bluetooth.le.oob"]},"registered":true},{"content-type":"application/vnd.bmi","friendly":{"en":"BMI Drawing Data Interchange"},"encoding":"base64","extensions":["bmi"],"xrefs":{"person":["Tadashi_Gotoh"],"template":["application/vnd.bmi"]},"registered":true},{"content-type":"application/vnd.bpf","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.bpf"]},"registered":true},{"content-type":"application/vnd.bpf3","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.bpf3"]},"registered":true},{"content-type":"application/vnd.businessobjects","friendly":{"en":"BusinessObjects"},"encoding":"base64","extensions":["rep"],"xrefs":{"person":["Philippe_Imoucha"],"template":["application/vnd.businessobjects"]},"registered":true},{"content-type":"application/vnd.byu.uapi+json","encoding":"base64","xrefs":{"person":["Brent_Moore"],"template":["application/vnd.byu.uapi+json"]},"registered":true},{"content-type":"application/vnd.cab-jscript","encoding":"base64","xrefs":{"person":["Joerg_Falkenberg"],"template":["application/vnd.cab-jscript"]},"registered":true},{"content-type":"application/vnd.canon-cpdl","encoding":"base64","xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-cpdl"]},"registered":true},{"content-type":"application/vnd.canon-lips","encoding":"base64","xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-lips"]},"registered":true},{"content-type":"application/vnd.capasystems-pg+json","encoding":"base64","xrefs":{"person":["Yüksel_Aydemir"],"template":["application/vnd.capasystems-pg+json"]},"registered":true},{"content-type":"application/vnd.cendio.thinlinc.clientconf","encoding":"base64","xrefs":{"person":["Peter_Astrand"],"template":["application/vnd.cendio.thinlinc.clientconf"]},"registered":true},{"content-type":"application/vnd.century-systems.tcp_stream","encoding":"base64","xrefs":{"person":["Shuji_Fujii"],"template":["application/vnd.century-systems.tcp_stream"]},"registered":true},{"content-type":"application/vnd.chemdraw+xml","friendly":{"en":"CambridgeSoft Chem Draw"},"encoding":"base64","extensions":["cdxml"],"xrefs":{"person":["Glenn_Howes"],"template":["application/vnd.chemdraw+xml"]},"registered":true},{"content-type":"application/vnd.chess-pgn","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.chess-pgn"]},"registered":true},{"content-type":"application/vnd.chipnuts.karaoke-mmd","friendly":{"en":"Karaoke on Chipnuts Chipsets"},"encoding":"base64","extensions":["mmd"],"xrefs":{"person":["Chunyun_Xiong"],"template":["application/vnd.chipnuts.karaoke-mmd"]},"registered":true},{"content-type":"application/vnd.ciedi","encoding":"base64","xrefs":{"person":["Hidekazu_Enjo"],"template":["application/vnd.ciedi"]},"registered":true},{"content-type":"application/vnd.cinderella","friendly":{"en":"Interactive Geometry Software Cinderella"},"encoding":"base64","extensions":["cdy"],"xrefs":{"person":["Ulrich_Kortenkamp"],"template":["application/vnd.cinderella"]},"registered":true},{"content-type":"application/vnd.cirpack.isdn-ext","encoding":"base64","xrefs":{"person":["Pascal_Mayeux"],"template":["application/vnd.cirpack.isdn-ext"]},"registered":true},{"content-type":"application/vnd.citationstyles.style+xml","encoding":"base64","xrefs":{"person":["Rintze_M._Zelle"],"template":["application/vnd.citationstyles.style+xml"]},"registered":true},{"content-type":"application/vnd.claymore","friendly":{"en":"Claymore Data Files"},"encoding":"base64","extensions":["cla"],"xrefs":{"person":["Ray_Simpson"],"template":["application/vnd.claymore"]},"registered":true},{"content-type":"application/vnd.cloanto.rp9","friendly":{"en":"RetroPlatform Player"},"encoding":"base64","extensions":["rp9"],"xrefs":{"person":["Mike_Labatt"],"template":["application/vnd.cloanto.rp9"]},"registered":true},{"content-type":"application/vnd.clonk.c4group","friendly":{"en":"Clonk Game"},"encoding":"base64","extensions":["c4d","c4f","c4g","c4p","c4u"],"xrefs":{"person":["Guenther_Brammer"],"template":["application/vnd.clonk.c4group"]},"registered":true},{"content-type":"application/vnd.cluetrust.cartomobile-config","friendly":{"en":"ClueTrust CartoMobile - Config"},"encoding":"base64","extensions":["c11amc"],"xrefs":{"person":["Gaige_Paulsen"],"template":["application/vnd.cluetrust.cartomobile-config"]},"registered":true},{"content-type":"application/vnd.cluetrust.cartomobile-config-pkg","friendly":{"en":"ClueTrust CartoMobile - Config Package"},"encoding":"base64","extensions":["c11amz"],"xrefs":{"person":["Gaige_Paulsen"],"template":["application/vnd.cluetrust.cartomobile-config-pkg"]},"registered":true},{"content-type":"application/vnd.coffeescript","encoding":"base64","xrefs":{"person":["Devyn_Collier_Johnson"],"template":["application/vnd.coffeescript"]},"registered":true},{"content-type":"application/vnd.collabio.xodocuments.document","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.document"]},"registered":true},{"content-type":"application/vnd.collabio.xodocuments.document-template","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.document-template"]},"registered":true},{"content-type":"application/vnd.collabio.xodocuments.presentation","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.presentation"]},"registered":true},{"content-type":"application/vnd.collabio.xodocuments.presentation-template","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.presentation-template"]},"registered":true},{"content-type":"application/vnd.collabio.xodocuments.spreadsheet","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.spreadsheet"]},"registered":true},{"content-type":"application/vnd.collabio.xodocuments.spreadsheet-template","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.spreadsheet-template"]},"registered":true},{"content-type":"application/vnd.collection+json","encoding":"base64","xrefs":{"person":["Mike_Amundsen"],"template":["application/vnd.collection+json"]},"registered":true},{"content-type":"application/vnd.collection.doc+json","encoding":"base64","xrefs":{"person":["Irakli_Nadareishvili"],"template":["application/vnd.collection.doc+json"]},"registered":true},{"content-type":"application/vnd.collection.next+json","encoding":"base64","xrefs":{"person":["Ioseb_Dzmanashvili"],"template":["application/vnd.collection.next+json"]},"registered":true},{"content-type":"application/vnd.comicbook+zip","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.comicbook+zip"]},"registered":true},{"content-type":"application/vnd.comicbook-rar","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.comicbook-rar"]},"registered":true},{"content-type":"application/vnd.commerce-battelle","encoding":"base64","xrefs":{"person":["David_Applebaum"],"template":["application/vnd.commerce-battelle"]},"registered":true},{"content-type":"application/vnd.commonspace","friendly":{"en":"Sixth Floor Media - CommonSpace"},"encoding":"base64","extensions":["csp"],"xrefs":{"person":["Ravinder_Chandhok"],"template":["application/vnd.commonspace"]},"registered":true},{"content-type":"application/vnd.contact.cmsg","friendly":{"en":"CIM Database"},"encoding":"base64","extensions":["cdbcmsg"],"xrefs":{"person":["Frank_Patz"],"template":["application/vnd.contact.cmsg"]},"registered":true},{"content-type":"application/vnd.coreos.ignition+json","encoding":"base64","xrefs":{"person":["Alex_Crawford"],"template":["application/vnd.coreos.ignition+json"]},"registered":true},{"content-type":"application/vnd.cosmocaller","friendly":{"en":"CosmoCaller"},"encoding":"base64","extensions":["cmc"],"xrefs":{"person":["Steve_Dellutri"],"template":["application/vnd.cosmocaller"]},"registered":true},{"content-type":"application/vnd.crick.clicker","friendly":{"en":"CrickSoftware - Clicker"},"encoding":"base64","extensions":["clkx"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker"]},"registered":true},{"content-type":"application/vnd.crick.clicker.keyboard","friendly":{"en":"CrickSoftware - Clicker - Keyboard"},"encoding":"base64","extensions":["clkk"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.keyboard"]},"registered":true},{"content-type":"application/vnd.crick.clicker.palette","friendly":{"en":"CrickSoftware - Clicker - Palette"},"encoding":"base64","extensions":["clkp"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.palette"]},"registered":true},{"content-type":"application/vnd.crick.clicker.template","friendly":{"en":"CrickSoftware - Clicker - Template"},"encoding":"base64","extensions":["clkt"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.template"]},"registered":true},{"content-type":"application/vnd.crick.clicker.wordbank","friendly":{"en":"CrickSoftware - Clicker - Wordbank"},"encoding":"base64","extensions":["clkw"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.wordbank"]},"registered":true},{"content-type":"application/vnd.criticaltools.wbs+xml","friendly":{"en":"Critical Tools - PERT Chart EXPERT"},"encoding":"base64","extensions":["wbs"],"xrefs":{"person":["Jim_Spiller"],"template":["application/vnd.criticaltools.wbs+xml"]},"registered":true},{"content-type":"application/vnd.cryptii.pipe+json","encoding":"base64","xrefs":{"person":["Fränz_Friederes"],"template":["application/vnd.cryptii.pipe+json"]},"registered":true},{"content-type":"application/vnd.crypto-shade-file","encoding":"base64","xrefs":{"person":["Connor_Horman"],"template":["application/vnd.crypto-shade-file"]},"registered":true},{"content-type":"application/vnd.cryptomator.encrypted","encoding":"base64","xrefs":{"person":["Sebastian_Stenzel"],"template":["application/vnd.cryptomator.encrypted"]},"registered":true},{"content-type":"application/vnd.cryptomator.vault","encoding":"base64","xrefs":{"person":["Sebastian_Stenzel"],"template":["application/vnd.cryptomator.vault"]},"registered":true},{"content-type":"application/vnd.ctc-posml","friendly":{"en":"PosML"},"encoding":"base64","extensions":["pml"],"xrefs":{"person":["Bayard_Kohlhepp"],"template":["application/vnd.ctc-posml"]},"registered":true},{"content-type":"application/vnd.ctct.ws+xml","encoding":"base64","xrefs":{"person":["Jim_Ancona"],"template":["application/vnd.ctct.ws+xml"]},"registered":true},{"content-type":"application/vnd.cups-pdf","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-pdf"]},"registered":true},{"content-type":"application/vnd.cups-postscript","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-postscript"]},"registered":true},{"content-type":"application/vnd.cups-ppd","friendly":{"en":"Adobe PostScript Printer Description File Format"},"encoding":"base64","extensions":["ppd"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-ppd"]},"registered":true},{"content-type":"application/vnd.cups-raster","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raster"]},"registered":true},{"content-type":"application/vnd.cups-raw","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raw"]},"registered":true},{"content-type":"application/vnd.curl","encoding":"base64","extensions":["curl"],"xrefs":{"person":["Robert_Byrnes"],"template":["application/vnd.curl"]},"registered":true},{"content-type":"application/vnd.curl.car","friendly":{"en":"CURL Applet"},"encoding":"base64","extensions":["car"],"registered":false},{"content-type":"application/vnd.curl.pcurl","friendly":{"en":"CURL Applet"},"encoding":"base64","extensions":["pcurl"],"registered":false},{"content-type":"application/vnd.cyan.dean.root+xml","encoding":"base64","xrefs":{"person":["Matt_Kern"],"template":["application/vnd.cyan.dean.root+xml"]},"registered":true},{"content-type":"application/vnd.cybank","encoding":"base64","xrefs":{"person":["Nor_Helmee"],"template":["application/vnd.cybank"]},"registered":true},{"content-type":"application/vnd.cyclonedx+json","encoding":"base64","xrefs":{"person":["Patrick_Dwyer"],"template":["application/vnd.cyclonedx+json"]},"registered":true},{"content-type":"application/vnd.cyclonedx+xml","encoding":"base64","xrefs":{"person":["Patrick_Dwyer"],"template":["application/vnd.cyclonedx+xml"]},"registered":true},{"content-type":"application/vnd.d2l.coursepackage1p0+zip","encoding":"base64","xrefs":{"person":["Viktor_Haag"],"template":["application/vnd.d2l.coursepackage1p0+zip"]},"registered":true},{"content-type":"application/vnd.d3m-dataset","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.d3m-dataset"]},"registered":true},{"content-type":"application/vnd.d3m-problem","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.d3m-problem"]},"registered":true},{"content-type":"application/vnd.dart","encoding":"base64","extensions":["dart"],"xrefs":{"person":["Anders_Sandholm"],"template":["application/vnd.dart"]},"registered":true},{"content-type":"application/vnd.data-vision.rdz","friendly":{"en":"RemoteDocs R-Viewer"},"encoding":"base64","extensions":["rdz"],"xrefs":{"person":["James_Fields"],"template":["application/vnd.data-vision.rdz"]},"registered":true},{"content-type":"application/vnd.datapackage+json","encoding":"base64","xrefs":{"person":["Paul_Walsh"],"template":["application/vnd.datapackage+json"]},"registered":true},{"content-type":"application/vnd.dataresource+json","encoding":"base64","xrefs":{"person":["Paul_Walsh"],"template":["application/vnd.dataresource+json"]},"registered":true},{"content-type":"application/vnd.dbf","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.dbf"]},"registered":true},{"content-type":"application/vnd.debian.binary-package","encoding":"base64","xrefs":{"person":["Charles_Plessy"],"template":["application/vnd.debian.binary-package"]},"registered":true},{"content-type":"application/vnd.dece.data","encoding":"base64","extensions":["uvd","uvf","uvvd","uvvf"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.data"]},"registered":true},{"content-type":"application/vnd.dece.ttml+xml","encoding":"base64","extensions":["uvt","uvvt"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.ttml+xml"]},"registered":true},{"content-type":"application/vnd.dece.unspecified","encoding":"base64","extensions":["uvvx","uvx"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.unspecified"]},"registered":true},{"content-type":"application/vnd.dece.zip","encoding":"base64","extensions":["uvvz","uvz"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.zip"]},"registered":true},{"content-type":"application/vnd.denovo.fcselayout-link","friendly":{"en":"FCS Express Layout Link"},"encoding":"base64","extensions":["fe_launch"],"xrefs":{"person":["Michael_Dixon"],"template":["application/vnd.denovo.fcselayout-link"]},"registered":true},{"content-type":"application/vnd.desmume.movie","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.desmume.movie"]},"registered":true},{"content-type":"application/vnd.dir-bi.plate-dl-nosuffix","encoding":"base64","xrefs":{"person":["Yamanaka"],"template":["application/vnd.dir-bi.plate-dl-nosuffix"]},"registered":true},{"content-type":"application/vnd.dm.delegation+xml","encoding":"base64","xrefs":{"person":["Axel_Ferrazzini"],"template":["application/vnd.dm.delegation+xml"]},"registered":true},{"content-type":"application/vnd.dna","friendly":{"en":"New Moon Liftoff/DNA"},"encoding":"base64","extensions":["dna"],"xrefs":{"person":["Meredith_Searcy"],"template":["application/vnd.dna"]},"registered":true},{"content-type":"application/vnd.document+json","encoding":"base64","xrefs":{"person":["Tom_Christie"],"template":["application/vnd.document+json"]},"registered":true},{"content-type":"application/vnd.dolby.mlp","friendly":{"en":"Dolby Meridian Lossless Packing"},"encoding":"base64","extensions":["mlp"],"registered":false},{"content-type":"application/vnd.dolby.mobile.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["application/vnd.dolby.mobile.1"]},"registered":true},{"content-type":"application/vnd.dolby.mobile.2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["application/vnd.dolby.mobile.2"]},"registered":true},{"content-type":"application/vnd.doremir.scorecloud-binary-document","encoding":"base64","xrefs":{"person":["Erik_Ronström"],"template":["application/vnd.doremir.scorecloud-binary-document"]},"registered":true},{"content-type":"application/vnd.dpgraph","friendly":{"en":"DPGraph"},"encoding":"base64","extensions":["dpg"],"xrefs":{"person":["David_Parker"],"template":["application/vnd.dpgraph"]},"registered":true},{"content-type":"application/vnd.dreamfactory","friendly":{"en":"DreamFactory"},"encoding":"base64","extensions":["dfac"],"xrefs":{"person":["William_C._Appleton"],"template":["application/vnd.dreamfactory"]},"registered":true},{"content-type":"application/vnd.drive+json","encoding":"base64","xrefs":{"person":["Keith_Kester"],"template":["application/vnd.drive+json"]},"registered":true},{"content-type":"application/vnd.ds-keypoint","encoding":"base64","extensions":["kpxx"],"registered":false},{"content-type":"application/vnd.dtg.local","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local"]},"registered":true},{"content-type":"application/vnd.dtg.local.flash","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.flash"]},"registered":true},{"content-type":"application/vnd.dtg.local.html","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.html"]},"registered":true},{"content-type":"application/vnd.dvb.ait","friendly":{"en":"Digital Video Broadcasting"},"encoding":"base64","extensions":["ait"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.ait"]},"registered":true},{"content-type":"application/vnd.dvb.dvbisl+xml","encoding":"base64","xrefs":{"person":["Emily_DUBS"],"template":["application/vnd.dvb.dvbisl+xml"]},"registered":true},{"content-type":"application/vnd.dvb.dvbj","encoding":"base64","xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.dvbj"]},"registered":true},{"content-type":"application/vnd.dvb.esgcontainer","encoding":"base64","xrefs":{"person":["Joerg_Heuer"],"template":["application/vnd.dvb.esgcontainer"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcdftnotifaccess","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.ipdcdftnotifaccess"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgaccess","encoding":"base64","xrefs":{"person":["Joerg_Heuer"],"template":["application/vnd.dvb.ipdcesgaccess"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgaccess2","encoding":"base64","xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgaccess2"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgpdd","encoding":"base64","xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgpdd"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcroaming","encoding":"base64","xrefs":{"person":["Yiling_Xu"],"template":["application/vnd.dvb.ipdcroaming"]},"registered":true},{"content-type":"application/vnd.dvb.iptv.alfec-base","encoding":"base64","xrefs":{"person":["Jean-Baptiste_Henry"],"template":["application/vnd.dvb.iptv.alfec-base"]},"registered":true},{"content-type":"application/vnd.dvb.iptv.alfec-enhancement","encoding":"base64","xrefs":{"person":["Jean-Baptiste_Henry"],"template":["application/vnd.dvb.iptv.alfec-enhancement"]},"registered":true},{"content-type":"application/vnd.dvb.notif-aggregate-root+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-aggregate-root+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-container+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-container+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-generic+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-generic+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-msglist+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-msglist+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-registration-request+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-registration-request+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-registration-response+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-registration-response+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-init+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-init+xml"]},"registered":true},{"content-type":"application/vnd.dvb.pfr","encoding":"base64","xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.pfr"]},"registered":true},{"content-type":"application/vnd.dvb.service","friendly":{"en":"Digital Video Broadcasting"},"encoding":"base64","extensions":["svc"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.service"]},"registered":true},{"content-type":"application/vnd.dxr","encoding":"base64","xrefs":{"person":["Michael_Duffy"],"template":["application/vnd.dxr"]},"registered":true},{"content-type":"application/vnd.dynageo","friendly":{"en":"DynaGeo"},"encoding":"base64","extensions":["geo"],"xrefs":{"person":["Roland_Mechling"],"template":["application/vnd.dynageo"]},"registered":true},{"content-type":"application/vnd.dzr","encoding":"base64","xrefs":{"person":["Carl_Anderson"],"template":["application/vnd.dzr"]},"registered":true},{"content-type":"application/vnd.easykaraoke.cdgdownload","encoding":"base64","xrefs":{"person":["Iain_Downs"],"template":["application/vnd.easykaraoke.cdgdownload"]},"registered":true},{"content-type":"application/vnd.ecdis-update","encoding":"base64","xrefs":{"person":["Gert_Buettgenbach"],"template":["application/vnd.ecdis-update"]},"registered":true},{"content-type":"application/vnd.ecip.rlp","encoding":"base64","xrefs":{"person":["Wei_Tang"],"template":["application/vnd.ecip.rlp"]},"registered":true},{"content-type":"application/vnd.ecowin.chart","friendly":{"en":"EcoWin Chart"},"encoding":"base64","extensions":["mag"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.chart"]},"registered":true},{"content-type":"application/vnd.ecowin.filerequest","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.filerequest"]},"registered":true},{"content-type":"application/vnd.ecowin.fileupdate","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.fileupdate"]},"registered":true},{"content-type":"application/vnd.ecowin.series","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.series"]},"registered":true},{"content-type":"application/vnd.ecowin.seriesrequest","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesrequest"]},"registered":true},{"content-type":"application/vnd.ecowin.seriesupdate","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesupdate"]},"registered":true},{"content-type":"application/vnd.efi.img","encoding":"base64","xrefs":{"person":["Fu_Siyuan","UEFI_Forum"],"template":["application/vnd.efi.img"]},"registered":true},{"content-type":"application/vnd.efi.iso","encoding":"base64","xrefs":{"person":["Fu_Siyuan","UEFI_Forum"],"template":["application/vnd.efi.iso"]},"registered":true},{"content-type":"application/vnd.emclient.accessrequest+xml","encoding":"base64","xrefs":{"person":["Filip_Navara"],"template":["application/vnd.emclient.accessrequest+xml"]},"registered":true},{"content-type":"application/vnd.enliven","friendly":{"en":"Enliven Viewer"},"encoding":"base64","extensions":["nml"],"xrefs":{"person":["Paul_Santinelli_Jr."],"template":["application/vnd.enliven"]},"registered":true},{"content-type":"application/vnd.enphase.envoy","encoding":"base64","xrefs":{"person":["Chris_Eich"],"template":["application/vnd.enphase.envoy"]},"registered":true},{"content-type":"application/vnd.eprints.data+xml","encoding":"base64","xrefs":{"person":["Tim_Brody"],"template":["application/vnd.eprints.data+xml"]},"registered":true},{"content-type":"application/vnd.epson.esf","friendly":{"en":"QUASS Stream Player"},"encoding":"base64","extensions":["esf"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.esf"]},"registered":true},{"content-type":"application/vnd.epson.msf","friendly":{"en":"QUASS Stream Player"},"encoding":"base64","extensions":["msf"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.msf"]},"registered":true},{"content-type":"application/vnd.epson.quickanime","friendly":{"en":"QuickAnime Player"},"encoding":"base64","extensions":["qam"],"xrefs":{"person":["Yu_Gu"],"template":["application/vnd.epson.quickanime"]},"registered":true},{"content-type":"application/vnd.epson.salt","friendly":{"en":"SimpleAnimeLite Player"},"encoding":"base64","extensions":["slt"],"xrefs":{"person":["Yasuhito_Nagatomo"],"template":["application/vnd.epson.salt"]},"registered":true},{"content-type":"application/vnd.epson.ssf","friendly":{"en":"QUASS Stream Player"},"encoding":"base64","extensions":["ssf"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.ssf"]},"registered":true},{"content-type":"application/vnd.ericsson.quickcall","encoding":"base64","xrefs":{"person":["Paul_Tidwell"],"template":["application/vnd.ericsson.quickcall"]},"registered":true},{"content-type":"application/vnd.espass-espass+zip","encoding":"base64","xrefs":{"person":["Marcus_Ligi_Büschleb"],"template":["application/vnd.espass-espass+zip"]},"registered":true},{"content-type":"application/vnd.eszigno3+xml","friendly":{"en":"MICROSEC e-Szign¢"},"encoding":"base64","extensions":["es3","et3"],"xrefs":{"person":["Szilveszter_Tóth"],"template":["application/vnd.eszigno3+xml"]},"registered":true},{"content-type":"application/vnd.etsi.aoc+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.aoc+xml"]},"registered":true},{"content-type":"application/vnd.etsi.asic-e+zip","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.asic-e+zip"]},"registered":true},{"content-type":"application/vnd.etsi.asic-s+zip","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.asic-s+zip"]},"registered":true},{"content-type":"application/vnd.etsi.cug+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.cug+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvcommand+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvcommand+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvdiscovery+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvdiscovery+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvprofile+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvprofile+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-bc+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-bc+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-cod+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-cod+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-npvr+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-npvr+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvservice+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvservice+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsync+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvsync+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvueprofile+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvueprofile+xml"]},"registered":true},{"content-type":"application/vnd.etsi.mcid+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.mcid+xml"]},"registered":true},{"content-type":"application/vnd.etsi.mheg5","encoding":"base64","xrefs":{"person":["Ian_Medland","Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.mheg5"]},"registered":true},{"content-type":"application/vnd.etsi.overload-control-policy-dataset+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.overload-control-policy-dataset+xml"]},"registered":true},{"content-type":"application/vnd.etsi.pstn+xml","encoding":"base64","xrefs":{"person":["Jiwan_Han","Thomas_Belling"],"template":["application/vnd.etsi.pstn+xml"]},"registered":true},{"content-type":"application/vnd.etsi.sci+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.sci+xml"]},"registered":true},{"content-type":"application/vnd.etsi.simservs+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.simservs+xml"]},"registered":true},{"content-type":"application/vnd.etsi.timestamp-token","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.timestamp-token"]},"registered":true},{"content-type":"application/vnd.etsi.tsl+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.tsl+xml"]},"registered":true},{"content-type":"application/vnd.etsi.tsl.der","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.tsl.der"]},"registered":true},{"content-type":"application/vnd.eudora.data","encoding":"base64","xrefs":{"person":["Pete_Resnick"],"template":["application/vnd.eudora.data"]},"registered":true},{"content-type":"application/vnd.evolv.ecig.profile","encoding":"base64","xrefs":{"person":["James_Bellinger"],"template":["application/vnd.evolv.ecig.profile"]},"registered":true},{"content-type":"application/vnd.evolv.ecig.settings","encoding":"base64","xrefs":{"person":["James_Bellinger"],"template":["application/vnd.evolv.ecig.settings"]},"registered":true},{"content-type":"application/vnd.evolv.ecig.theme","encoding":"base64","xrefs":{"person":["James_Bellinger"],"template":["application/vnd.evolv.ecig.theme"]},"registered":true},{"content-type":"application/vnd.exstream-empower+zip","encoding":"base64","xrefs":{"person":["Bill_Kidwell"],"template":["application/vnd.exstream-empower+zip"]},"registered":true},{"content-type":"application/vnd.exstream-package","encoding":"base64","xrefs":{"person":["Bill_Kidwell"],"template":["application/vnd.exstream-package"]},"registered":true},{"content-type":"application/vnd.ezpix-album","friendly":{"en":"EZPix Secure Photo Album"},"encoding":"base64","extensions":["ez2"],"xrefs":{"person":["ElectronicZombieCorp"],"template":["application/vnd.ezpix-album"]},"registered":true},{"content-type":"application/vnd.ezpix-package","friendly":{"en":"EZPix Secure Photo Album"},"encoding":"base64","extensions":["ez3"],"xrefs":{"person":["ElectronicZombieCorp"],"template":["application/vnd.ezpix-package"]},"registered":true},{"content-type":"application/vnd.f-secure.mobile","encoding":"base64","xrefs":{"person":["Samu_Sarivaara"],"template":["application/vnd.f-secure.mobile"]},"registered":true},{"content-type":"application/vnd.fastcopy-disk-image","encoding":"base64","xrefs":{"person":["Thomas_Huth"],"template":["application/vnd.fastcopy-disk-image"]},"registered":true},{"content-type":"application/vnd.fdf","friendly":{"en":"Forms Data Format"},"encoding":"base64","extensions":["fdf"],"xrefs":{"person":["Steve_Zilles"],"template":["application/vnd.fdf"]},"registered":true},{"content-type":"application/vnd.fdsn.mseed","encoding":"base64","extensions":["mseed"],"xrefs":{"person":["Chad_Trabant"],"template":["application/vnd.fdsn.mseed"]},"registered":true},{"content-type":"application/vnd.fdsn.seed","friendly":{"en":"Digital Siesmograph Networks - SEED Datafiles"},"encoding":"base64","extensions":["dataless","seed"],"xrefs":{"person":["Chad_Trabant"],"template":["application/vnd.fdsn.seed"]},"registered":true},{"content-type":"application/vnd.ffsns","encoding":"base64","xrefs":{"person":["Holstage"],"template":["application/vnd.ffsns"]},"registered":true},{"content-type":"application/vnd.ficlab.flb+zip","encoding":"base64","xrefs":{"person":["Steve_Gilberd"],"template":["application/vnd.ficlab.flb+zip"]},"registered":true},{"content-type":"application/vnd.filmit.zfc","encoding":"base64","xrefs":{"person":["Harms_Moeller"],"template":["application/vnd.filmit.zfc"]},"registered":true},{"content-type":"application/vnd.fints","encoding":"base64","xrefs":{"person":["Ingo_Hammann"],"template":["application/vnd.fints"]},"registered":true},{"content-type":"application/vnd.firemonkeys.cloudcell","encoding":"base64","xrefs":{"person":["Alex_Dubov"],"template":["application/vnd.firemonkeys.cloudcell"]},"registered":true},{"content-type":"application/vnd.FloGraphIt","friendly":{"en":"NpGraphIt"},"encoding":"base64","extensions":["gph"],"xrefs":{"person":["Dick_Floersch"],"template":["application/vnd.FloGraphIt"]},"registered":true},{"content-type":"application/vnd.fluxtime.clip","friendly":{"en":"FluxTime Clip"},"encoding":"base64","extensions":["ftc"],"xrefs":{"person":["Marc_Winter"],"template":["application/vnd.fluxtime.clip"]},"registered":true},{"content-type":"application/vnd.font-fontforge-sfd","encoding":"base64","xrefs":{"person":["George_Williams"],"template":["application/vnd.font-fontforge-sfd"]},"registered":true},{"content-type":"application/vnd.framemaker","friendly":{"en":"FrameMaker Normal Format"},"encoding":"base64","extensions":["frm","maker","frame","fm","fb","book","fbdoc"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd.framemaker"]},"registered":true},{"content-type":"application/vnd.frogans.fnc","friendly":{"en":"Frogans Player"},"encoding":"base64","extensions":["fnc"],"obsolete":true,"xrefs":{"person":["Alexis_Tamas","OP3FT"],"template":["application/vnd.frogans.fnc"],"notes":["- OBSOLETE"]},"registered":true},{"content-type":"application/vnd.frogans.ltf","friendly":{"en":"Frogans Player"},"encoding":"base64","extensions":["ltf"],"obsolete":true,"xrefs":{"person":["Alexis_Tamas","OP3FT"],"template":["application/vnd.frogans.ltf"],"notes":["- OBSOLETE"]},"registered":true},{"content-type":"application/vnd.fsc.weblaunch","friendly":{"en":"Friendly Software Corporation"},"encoding":"7bit","extensions":["fsc"],"xrefs":{"person":["Derek_Smith"],"template":["application/vnd.fsc.weblaunch"]},"registered":true},{"content-type":"application/vnd.fujifilm.fb.docuworks","encoding":"base64","xrefs":{"person":["Kazuya_Iimura"],"template":["application/vnd.fujifilm.fb.docuworks"]},"registered":true},{"content-type":"application/vnd.fujifilm.fb.docuworks.binder","encoding":"base64","xrefs":{"person":["Kazuya_Iimura"],"template":["application/vnd.fujifilm.fb.docuworks.binder"]},"registered":true},{"content-type":"application/vnd.fujifilm.fb.docuworks.container","encoding":"base64","xrefs":{"person":["Kazuya_Iimura"],"template":["application/vnd.fujifilm.fb.docuworks.container"]},"registered":true},{"content-type":"application/vnd.fujifilm.fb.jfi+xml","encoding":"base64","xrefs":{"person":["Keitaro_Ishida"],"template":["application/vnd.fujifilm.fb.jfi+xml"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["oas"],"xrefs":{"person":["Nobukazu_Togashi"],"template":["application/vnd.fujitsu.oasys"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys2","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["oa2"],"xrefs":{"person":["Nobukazu_Togashi"],"template":["application/vnd.fujitsu.oasys2"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys3","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["oa3"],"xrefs":{"person":["Seiji_Okudaira"],"template":["application/vnd.fujitsu.oasys3"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasysgp","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["fg5"],"xrefs":{"person":["Masahiko_Sugimoto"],"template":["application/vnd.fujitsu.oasysgp"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasysprs","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["bh2"],"xrefs":{"person":["Masumi_Ogita"],"template":["application/vnd.fujitsu.oasysprs"]},"registered":true},{"content-type":"application/vnd.fujixerox.ART-EX","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART-EX"]},"registered":true},{"content-type":"application/vnd.fujixerox.ART4","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART4"]},"registered":true},{"content-type":"application/vnd.fujixerox.ddd","friendly":{"en":"Fujitsu - Xerox 2D CAD Data"},"encoding":"base64","extensions":["ddd"],"xrefs":{"person":["Masanori_Onda"],"template":["application/vnd.fujixerox.ddd"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks","friendly":{"en":"Fujitsu - Xerox DocuWorks"},"encoding":"base64","extensions":["xdw"],"xrefs":{"person":["Takatomo_Wakibayashi"],"template":["application/vnd.fujixerox.docuworks"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks.binder","friendly":{"en":"Fujitsu - Xerox DocuWorks Binder"},"encoding":"base64","extensions":["xbd"],"xrefs":{"person":["Takashi_Matsumoto"],"template":["application/vnd.fujixerox.docuworks.binder"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks.container","encoding":"base64","xrefs":{"person":["Kiyoshi_Tashiro"],"template":["application/vnd.fujixerox.docuworks.container"]},"registered":true},{"content-type":"application/vnd.fujixerox.HBPL","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.HBPL"]},"registered":true},{"content-type":"application/vnd.fut-misnet","encoding":"base64","xrefs":{"person":["Jann_Pruulman"],"template":["application/vnd.fut-misnet"]},"registered":true},{"content-type":"application/vnd.futoin+cbor","encoding":"base64","xrefs":{"person":["Andrey_Galkin"],"template":["application/vnd.futoin+cbor"]},"registered":true},{"content-type":"application/vnd.futoin+json","encoding":"base64","xrefs":{"person":["Andrey_Galkin"],"template":["application/vnd.futoin+json"]},"registered":true},{"content-type":"application/vnd.fuzzysheet","friendly":{"en":"FuzzySheet"},"encoding":"base64","extensions":["fzs"],"xrefs":{"person":["Simon_Birtwistle"],"template":["application/vnd.fuzzysheet"]},"registered":true},{"content-type":"application/vnd.genomatix.tuxedo","friendly":{"en":"Genomatix Tuxedo Framework"},"encoding":"base64","extensions":["txd"],"xrefs":{"person":["Torben_Frey"],"template":["application/vnd.genomatix.tuxedo"]},"registered":true},{"content-type":"application/vnd.gentics.grd+json","encoding":"base64","xrefs":{"person":["Philipp_Gortan"],"template":["application/vnd.gentics.grd+json"]},"registered":true},{"content-type":"application/vnd.geo+json","encoding":"base64","obsolete":true,"use-instead":"application/geo+json)","xrefs":{"rfc":["rfc7946"],"person":["Sean_Gillies"],"template":["application/vnd.geo+json"],"notes":["(OBSOLETED by in favor of application/geo+json)"]},"registered":true},{"content-type":"application/vnd.geocube+xml","encoding":"8bit","obsolete":true,"xrefs":{"person":["Francois_Pirsch"],"template":["application/vnd.geocube+xml"],"notes":["- OBSOLETED by request"]},"registered":true},{"content-type":"application/vnd.geogebra.file","friendly":{"en":"GeoGebra"},"encoding":"base64","extensions":["ggb"],"xrefs":{"person":["GeoGebra","Yves_Kreis"],"template":["application/vnd.geogebra.file"]},"registered":true},{"content-type":"application/vnd.geogebra.slides","encoding":"base64","xrefs":{"person":["GeoGebra","Markus_Hohenwarter","Michael_Borcherds"],"template":["application/vnd.geogebra.slides"]},"registered":true},{"content-type":"application/vnd.geogebra.tool","friendly":{"en":"GeoGebra"},"encoding":"base64","extensions":["ggt"],"xrefs":{"person":["GeoGebra","Yves_Kreis"],"template":["application/vnd.geogebra.tool"]},"registered":true},{"content-type":"application/vnd.geometry-explorer","friendly":{"en":"GeoMetry Explorer"},"encoding":"base64","extensions":["gex","gre"],"xrefs":{"person":["Michael_Hvidsten"],"template":["application/vnd.geometry-explorer"]},"registered":true},{"content-type":"application/vnd.geonext","friendly":{"en":"GEONExT and JSXGraph"},"encoding":"base64","extensions":["gxt"],"xrefs":{"person":["Matthias_Ehmann"],"template":["application/vnd.geonext"]},"registered":true},{"content-type":"application/vnd.geoplan","friendly":{"en":"GeoplanW"},"encoding":"base64","extensions":["g2w"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geoplan"]},"registered":true},{"content-type":"application/vnd.geospace","friendly":{"en":"GeospacW"},"encoding":"base64","extensions":["g3w"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geospace"]},"registered":true},{"content-type":"application/vnd.gerber","encoding":"base64","xrefs":{"person":["Thomas_Weyn"],"template":["application/vnd.gerber"]},"registered":true},{"content-type":"application/vnd.globalplatform.card-content-mgt","encoding":"base64","xrefs":{"person":["Gil_Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt"]},"registered":true},{"content-type":"application/vnd.globalplatform.card-content-mgt-response","encoding":"base64","xrefs":{"person":["Gil_Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt-response"]},"registered":true},{"content-type":"application/vnd.gmx","friendly":{"en":"GameMaker ActiveX"},"encoding":"base64","extensions":["gmx"],"obsolete":true,"xrefs":{"person":["Christian_V._Sciberras"],"template":["application/vnd.gmx"],"notes":["- DEPRECATED"]},"registered":true},{"content-type":"application/vnd.google-earth.kml+xml","friendly":{"en":"Google Earth - KML"},"encoding":"8bit","extensions":["kml"],"xrefs":{"person":["Michael_Ashbridge"],"template":["application/vnd.google-earth.kml+xml"]},"registered":true},{"content-type":"application/vnd.google-earth.kmz","friendly":{"en":"Google Earth - Zipped KML"},"encoding":"8bit","extensions":["kmz"],"xrefs":{"person":["Michael_Ashbridge"],"template":["application/vnd.google-earth.kmz"]},"registered":true},{"content-type":"application/vnd.gov.sk.e-form+xml","encoding":"base64","xrefs":{"person":["Peter_Biro","Stefan_Szilva"],"template":["application/vnd.gov.sk.e-form+xml"]},"registered":true},{"content-type":"application/vnd.gov.sk.e-form+zip","encoding":"base64","xrefs":{"person":["Peter_Biro","Stefan_Szilva"],"template":["application/vnd.gov.sk.e-form+zip"]},"registered":true},{"content-type":"application/vnd.gov.sk.xmldatacontainer+xml","encoding":"base64","xrefs":{"person":["Peter_Biro","Stefan_Szilva"],"template":["application/vnd.gov.sk.xmldatacontainer+xml"]},"registered":true},{"content-type":"application/vnd.grafeq","friendly":{"en":"GrafEq"},"encoding":"base64","extensions":["gqf","gqs"],"xrefs":{"person":["Jeff_Tupper"],"template":["application/vnd.grafeq"]},"registered":true},{"content-type":"application/vnd.gridmp","encoding":"base64","xrefs":{"person":["Jeff_Lawson"],"template":["application/vnd.gridmp"]},"registered":true},{"content-type":"application/vnd.groove-account","friendly":{"en":"Groove - Account"},"encoding":"base64","extensions":["gac"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-account"]},"registered":true},{"content-type":"application/vnd.groove-help","friendly":{"en":"Groove - Help"},"encoding":"base64","extensions":["ghf"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-help"]},"registered":true},{"content-type":"application/vnd.groove-identity-message","friendly":{"en":"Groove - Identity Message"},"encoding":"base64","extensions":["gim"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-identity-message"]},"registered":true},{"content-type":"application/vnd.groove-injector","friendly":{"en":"Groove - Injector"},"encoding":"base64","extensions":["grv"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-injector"]},"registered":true},{"content-type":"application/vnd.groove-tool-message","friendly":{"en":"Groove - Tool Message"},"encoding":"base64","extensions":["gtm"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-tool-message"]},"registered":true},{"content-type":"application/vnd.groove-tool-template","friendly":{"en":"Groove - Tool Template"},"encoding":"base64","extensions":["tpl"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-tool-template"]},"registered":true},{"content-type":"application/vnd.groove-vcard","friendly":{"en":"Groove - Vcard"},"encoding":"base64","extensions":["vcg"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-vcard"]},"registered":true},{"content-type":"application/vnd.hal+json","encoding":"base64","xrefs":{"person":["Mike_Kelly"],"template":["application/vnd.hal+json"]},"registered":true},{"content-type":"application/vnd.hal+xml","friendly":{"en":"Hypertext Application Language"},"encoding":"base64","extensions":["hal"],"xrefs":{"person":["Mike_Kelly"],"template":["application/vnd.hal+xml"]},"registered":true},{"content-type":"application/vnd.HandHeld-Entertainment+xml","friendly":{"en":"ZVUE Media Manager"},"encoding":"base64","extensions":["zmm"],"xrefs":{"person":["Eric_Hamilton"],"template":["application/vnd.HandHeld-Entertainment+xml"]},"registered":true},{"content-type":"application/vnd.hbci","friendly":{"en":"Homebanking Computer Interface (HBCI)"},"encoding":"base64","extensions":["hbci","hbc","kom","upa","pkd","bpd"],"xrefs":{"person":["Ingo_Hammann"],"template":["application/vnd.hbci"]},"registered":true},{"content-type":"application/vnd.hc+json","encoding":"base64","xrefs":{"person":["Jan_Schütze"],"template":["application/vnd.hc+json"]},"registered":true},{"content-type":"application/vnd.hcl-bireports","encoding":"base64","xrefs":{"person":["Doug_R._Serres"],"template":["application/vnd.hcl-bireports"]},"registered":true},{"content-type":"application/vnd.hdt","encoding":"base64","xrefs":{"person":["Javier_D._Fernández"],"template":["application/vnd.hdt"]},"registered":true},{"content-type":"application/vnd.heroku+json","encoding":"base64","xrefs":{"person":["Wesley_Beary"],"template":["application/vnd.heroku+json"]},"registered":true},{"content-type":"application/vnd.hhe.lesson-player","friendly":{"en":"Archipelago Lesson Player"},"encoding":"base64","extensions":["les"],"xrefs":{"person":["Randy_Jones"],"template":["application/vnd.hhe.lesson-player"]},"registered":true},{"content-type":"application/vnd.hp-HPGL","friendly":{"en":"HP-GL/2 and HP RTL"},"encoding":"base64","extensions":["plt","hpgl"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-HPGL"]},"registered":true},{"content-type":"application/vnd.hp-hpid","friendly":{"en":"Hewlett Packard Instant Delivery"},"encoding":"base64","extensions":["hpid"],"xrefs":{"person":["Aloke_Gupta"],"template":["application/vnd.hp-hpid"]},"registered":true},{"content-type":"application/vnd.hp-hps","friendly":{"en":"Hewlett-Packard's WebPrintSmart"},"encoding":"base64","extensions":["hps"],"xrefs":{"person":["Steve_Aubrey"],"template":["application/vnd.hp-hps"]},"registered":true},{"content-type":"application/vnd.hp-jlyt","friendly":{"en":"HP Indigo Digital Press - Job Layout Languate"},"encoding":"base64","extensions":["jlt"],"xrefs":{"person":["Amir_Gaash"],"template":["application/vnd.hp-jlyt"]},"registered":true},{"content-type":"application/vnd.hp-PCL","friendly":{"en":"HP Printer Command Language"},"encoding":"base64","extensions":["pcl"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-PCL"]},"registered":true},{"content-type":"application/vnd.hp-PCLXL","friendly":{"en":"PCL 6 Enhanced (Formely PCL XL)"},"encoding":"base64","extensions":["pclxl"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-PCLXL"]},"registered":true},{"content-type":"application/vnd.httphone","encoding":"base64","xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.httphone"]},"registered":true},{"content-type":"application/vnd.hydrostatix.sof-data","friendly":{"en":"Hydrostatix Master Suite"},"encoding":"base64","extensions":["sfd-hdstx"],"xrefs":{"person":["Allen_Gillam"],"template":["application/vnd.hydrostatix.sof-data"]},"registered":true},{"content-type":"application/vnd.hyper+json","encoding":"base64","xrefs":{"person":["Irakli_Nadareishvili"],"template":["application/vnd.hyper+json"]},"registered":true},{"content-type":"application/vnd.hyper-item+json","encoding":"base64","xrefs":{"person":["Mario_Demuth"],"template":["application/vnd.hyper-item+json"]},"registered":true},{"content-type":"application/vnd.hyperdrive+json","encoding":"base64","xrefs":{"person":["Daniel_Sims"],"template":["application/vnd.hyperdrive+json"]},"registered":true},{"content-type":"application/vnd.hzn-3d-crossword","friendly":{"en":"3D Crossword Plugin"},"encoding":"base64","xrefs":{"person":["James_Minnis"],"template":["application/vnd.hzn-3d-crossword"]},"registered":true},{"content-type":"application/vnd.ibm.afplinedata","encoding":"base64","obsolete":true,"use-instead":"vnd.afpc.afplinedata","xrefs":{"person":["Roger_Buis"],"template":["application/vnd.ibm.afplinedata"],"notes":["- OBSOLETED in favor of vnd.afpc.afplinedata"]},"registered":true},{"content-type":"application/vnd.ibm.electronic-media","encoding":"base64","extensions":["emm"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.electronic-media"]},"registered":true},{"content-type":"application/vnd.ibm.MiniPay","friendly":{"en":"MiniPay"},"encoding":"base64","extensions":["mpy"],"xrefs":{"person":["Amir_Herzberg"],"template":["application/vnd.ibm.MiniPay"]},"registered":true},{"content-type":"application/vnd.ibm.modcap","friendly":{"en":"MO:DCA-P"},"encoding":"base64","extensions":["afp","list3820","listafp"],"obsolete":true,"use-instead":"application/vnd.afpc.modca","xrefs":{"person":["Reinhard_Hohensee"],"template":["application/vnd.ibm.modcap"],"notes":["- OBSOLETED in favor of application/vnd.afpc.modca"]},"registered":true},{"content-type":"application/vnd.ibm.rights-management","friendly":{"en":"IBM DB2 Rights Manager"},"encoding":"base64","extensions":["irm"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.rights-management"]},"registered":true},{"content-type":"application/vnd.ibm.secure-container","friendly":{"en":"IBM Electronic Media Management System - Secure Container"},"encoding":"base64","extensions":["sc"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.secure-container"]},"registered":true},{"content-type":"application/vnd.iccprofile","friendly":{"en":"ICC profile"},"encoding":"base64","extensions":["icc","icm"],"xrefs":{"person":["Phil_Green"],"template":["application/vnd.iccprofile"]},"registered":true},{"content-type":"application/vnd.ieee.1905","encoding":"base64","xrefs":{"person":["Purva_R_Rajkotia"],"template":["application/vnd.ieee.1905"]},"registered":true},{"content-type":"application/vnd.igloader","friendly":{"en":"igLoader"},"encoding":"base64","extensions":["igl"],"xrefs":{"person":["Tim_Fisher"],"template":["application/vnd.igloader"]},"registered":true},{"content-type":"application/vnd.imagemeter.folder+zip","encoding":"base64","xrefs":{"person":["Dirk_Farin"],"template":["application/vnd.imagemeter.folder+zip"]},"registered":true},{"content-type":"application/vnd.imagemeter.image+zip","encoding":"base64","xrefs":{"person":["Dirk_Farin"],"template":["application/vnd.imagemeter.image+zip"]},"registered":true},{"content-type":"application/vnd.immervision-ivp","friendly":{"en":"ImmerVision PURE Players"},"encoding":"base64","extensions":["ivp"],"xrefs":{"person":["Mathieu_Villegas"],"template":["application/vnd.immervision-ivp"]},"registered":true},{"content-type":"application/vnd.immervision-ivu","friendly":{"en":"ImmerVision PURE Players"},"encoding":"base64","extensions":["ivu"],"xrefs":{"person":["Mathieu_Villegas"],"template":["application/vnd.immervision-ivu"]},"registered":true},{"content-type":"application/vnd.ims.imsccv1p1","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p1"]},"registered":true},{"content-type":"application/vnd.ims.imsccv1p2","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p2"]},"registered":true},{"content-type":"application/vnd.ims.imsccv1p3","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p3"]},"registered":true},{"content-type":"application/vnd.ims.lis.v2.result+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lis.v2.result+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolconsumerprofile+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolconsumerprofile+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolproxy+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolproxy+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolproxy.id+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolproxy.id+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolsettings+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolsettings+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolsettings.simple+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolsettings.simple+json"]},"registered":true},{"content-type":"application/vnd.informedcontrol.rms+xml","encoding":"base64","xrefs":{"person":["Mark_Wahl"],"template":["application/vnd.informedcontrol.rms+xml"]},"registered":true},{"content-type":"application/vnd.informix-visionary","encoding":"base64","obsolete":true,"use-instead":"application/vnd.visionary","xrefs":{"person":["Christopher_Gales"],"template":["application/vnd.informix-visionary"],"notes":["- OBSOLETED in favor of application/vnd.visionary"]},"registered":true},{"content-type":"application/vnd.infotech.project","encoding":"base64","xrefs":{"person":["Charles_Engelke"],"template":["application/vnd.infotech.project"]},"registered":true},{"content-type":"application/vnd.infotech.project+xml","encoding":"base64","xrefs":{"person":["Charles_Engelke"],"template":["application/vnd.infotech.project+xml"]},"registered":true},{"content-type":"application/vnd.innopath.wamp.notification","encoding":"base64","xrefs":{"person":["Takanori_Sudo"],"template":["application/vnd.innopath.wamp.notification"]},"registered":true},{"content-type":"application/vnd.insors.igm","friendly":{"en":"IOCOM Visimeet"},"encoding":"base64","extensions":["igm"],"xrefs":{"person":["Jon_Swanson"],"template":["application/vnd.insors.igm"]},"registered":true},{"content-type":"application/vnd.intercon.formnet","friendly":{"en":"Intercon FormNet"},"encoding":"base64","extensions":["xpw","xpx"],"xrefs":{"person":["Tom_Gurak"],"template":["application/vnd.intercon.formnet"]},"registered":true},{"content-type":"application/vnd.intergeo","friendly":{"en":"Interactive Geometry Software"},"encoding":"base64","extensions":["i2g"],"xrefs":{"person":["Yves_Kreis_2"],"template":["application/vnd.intergeo"]},"registered":true},{"content-type":"application/vnd.intertrust.digibox","encoding":"base64","xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.digibox"]},"registered":true},{"content-type":"application/vnd.intertrust.nncp","encoding":"base64","xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.nncp"]},"registered":true},{"content-type":"application/vnd.intu.qbo","friendly":{"en":"Open Financial Exchange"},"encoding":"base64","extensions":["qbo"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qbo"]},"registered":true},{"content-type":"application/vnd.intu.qfx","friendly":{"en":"Quicken"},"encoding":"base64","extensions":["qfx"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qfx"]},"registered":true},{"content-type":"application/vnd.iptc.g2.catalogitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.catalogitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.conceptitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.conceptitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.knowledgeitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.knowledgeitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.newsitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.newsmessage+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsmessage+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.packageitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.packageitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.planningitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.planningitem+xml"]},"registered":true},{"content-type":"application/vnd.ipunplugged.rcprofile","friendly":{"en":"IP Unplugged Roaming Client"},"encoding":"base64","extensions":["rcprofile"],"xrefs":{"person":["Per_Ersson"],"template":["application/vnd.ipunplugged.rcprofile"]},"registered":true},{"content-type":"application/vnd.irepository.package+xml","friendly":{"en":"iRepository / Lucidoc Editor"},"encoding":"base64","extensions":["irp"],"xrefs":{"person":["Martin_Knowles"],"template":["application/vnd.irepository.package+xml"]},"registered":true},{"content-type":"application/vnd.is-xpr","friendly":{"en":"Express by Infoseek"},"encoding":"base64","extensions":["xpr"],"xrefs":{"person":["Satish_Navarajan"],"template":["application/vnd.is-xpr"]},"registered":true},{"content-type":"application/vnd.isac.fcs","friendly":{"en":"International Society for Advancement of Cytometry"},"encoding":"base64","extensions":["fcs"],"xrefs":{"person":["Ryan_Brinkman"],"template":["application/vnd.isac.fcs"]},"registered":true},{"content-type":"application/vnd.iso11783-10+zip","encoding":"base64","xrefs":{"person":["Frank_Wiebeler"],"template":["application/vnd.iso11783-10+zip"]},"registered":true},{"content-type":"application/vnd.jam","friendly":{"en":"Lightspeed Audio Lab"},"encoding":"base64","extensions":["jam"],"xrefs":{"person":["Brijesh_Kumar"],"template":["application/vnd.jam"]},"registered":true},{"content-type":"application/vnd.japannet-directory-service","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-directory-service"]},"registered":true},{"content-type":"application/vnd.japannet-jpnstore-wakeup","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-jpnstore-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-payment-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-payment-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-registration","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-registration"]},"registered":true},{"content-type":"application/vnd.japannet-registration-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-registration-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-setstore-wakeup","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-setstore-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-verification","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-verification"]},"registered":true},{"content-type":"application/vnd.japannet-verification-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-verification-wakeup"]},"registered":true},{"content-type":"application/vnd.jcp.javame.midlet-rms","friendly":{"en":"Mobile Information Device Profile"},"encoding":"base64","extensions":["rms"],"xrefs":{"person":["Mikhail_Gorshenev"],"template":["application/vnd.jcp.javame.midlet-rms"]},"registered":true},{"content-type":"application/vnd.jisp","friendly":{"en":"RhymBox"},"encoding":"base64","extensions":["jisp"],"xrefs":{"person":["Sebastiaan_Deckers"],"template":["application/vnd.jisp"]},"registered":true},{"content-type":"application/vnd.joost.joda-archive","friendly":{"en":"Joda Archive"},"encoding":"base64","extensions":["joda"],"xrefs":{"person":["Joost"],"template":["application/vnd.joost.joda-archive"]},"registered":true},{"content-type":"application/vnd.jsk.isdn-ngn","encoding":"base64","xrefs":{"person":["Yokoyama_Kiyonobu"],"template":["application/vnd.jsk.isdn-ngn"]},"registered":true},{"content-type":"application/vnd.kahootz","friendly":{"en":"Kahootz"},"encoding":"base64","extensions":["ktr","ktz"],"xrefs":{"person":["Tim_Macdonald"],"template":["application/vnd.kahootz"]},"registered":true},{"content-type":"application/vnd.kde.karbon","friendly":{"en":"KDE KOffice Office Suite - Karbon"},"encoding":"base64","extensions":["karbon"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.karbon"]},"registered":true},{"content-type":"application/vnd.kde.kchart","friendly":{"en":"KDE KOffice Office Suite - KChart"},"encoding":"base64","extensions":["chrt"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kchart"]},"registered":true},{"content-type":"application/vnd.kde.kformula","friendly":{"en":"KDE KOffice Office Suite - Kformula"},"encoding":"base64","extensions":["kfo"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kformula"]},"registered":true},{"content-type":"application/vnd.kde.kivio","friendly":{"en":"KDE KOffice Office Suite - Kivio"},"encoding":"base64","extensions":["flw"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kivio"]},"registered":true},{"content-type":"application/vnd.kde.kontour","friendly":{"en":"KDE KOffice Office Suite - Kontour"},"encoding":"base64","extensions":["kon"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kontour"]},"registered":true},{"content-type":"application/vnd.kde.kpresenter","friendly":{"en":"KDE KOffice Office Suite - Kpresenter"},"encoding":"base64","extensions":["kpr","kpt"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kpresenter"]},"registered":true},{"content-type":"application/vnd.kde.kspread","friendly":{"en":"KDE KOffice Office Suite - Kspread"},"encoding":"base64","extensions":["ksp"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kspread"]},"registered":true},{"content-type":"application/vnd.kde.kword","friendly":{"en":"KDE KOffice Office Suite - Kword"},"encoding":"base64","extensions":["kwd","kwt"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kword"]},"registered":true},{"content-type":"application/vnd.kenameaapp","friendly":{"en":"Kenamea App"},"encoding":"base64","extensions":["htke"],"xrefs":{"person":["Dirk_DiGiorgio-Haag"],"template":["application/vnd.kenameaapp"]},"registered":true},{"content-type":"application/vnd.kidspiration","friendly":{"en":"Kidspiration"},"encoding":"base64","extensions":["kia"],"xrefs":{"person":["Jack_Bennett"],"template":["application/vnd.kidspiration"]},"registered":true},{"content-type":"application/vnd.Kinar","friendly":{"en":"Kinar Applications"},"encoding":"base64","extensions":["kne","knp","sdf"],"xrefs":{"person":["Hemant_Thakkar"],"template":["application/vnd.Kinar"]},"registered":true},{"content-type":"application/vnd.koan","friendly":{"en":"SSEYO Koan Play File"},"encoding":"base64","extensions":["skd","skm","skp","skt"],"xrefs":{"person":["Pete_Cole"],"template":["application/vnd.koan"]},"registered":true},{"content-type":"application/vnd.kodak-descriptor","friendly":{"en":"Kodak Storyshare"},"encoding":"base64","extensions":["sse"],"xrefs":{"person":["Michael_J._Donahue"],"template":["application/vnd.kodak-descriptor"]},"registered":true},{"content-type":"application/vnd.las","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.las"]},"registered":true},{"content-type":"application/vnd.las.las+json","encoding":"base64","xrefs":{"person":["Rob_Bailey"],"template":["application/vnd.las.las+json"]},"registered":true},{"content-type":"application/vnd.las.las+xml","friendly":{"en":"Laser App Enterprise"},"encoding":"base64","extensions":["lasxml"],"xrefs":{"person":["Rob_Bailey"],"template":["application/vnd.las.las+xml"]},"registered":true},{"content-type":"application/vnd.laszip","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.laszip"]},"registered":true},{"content-type":"application/vnd.leap+json","encoding":"base64","xrefs":{"person":["Mark_C_Fralick"],"template":["application/vnd.leap+json"]},"registered":true},{"content-type":"application/vnd.liberty-request+xml","encoding":"base64","xrefs":{"person":["Brett_McDowell"],"template":["application/vnd.liberty-request+xml"]},"registered":true},{"content-type":"application/vnd.llamagraphics.life-balance.desktop","friendly":{"en":"Life Balance - Desktop Edition"},"encoding":"base64","extensions":["lbd"],"xrefs":{"person":["Catherine_E._White"],"template":["application/vnd.llamagraphics.life-balance.desktop"]},"registered":true},{"content-type":"application/vnd.llamagraphics.life-balance.exchange+xml","friendly":{"en":"Life Balance - Exchange Format"},"encoding":"base64","extensions":["lbe"],"xrefs":{"person":["Catherine_E._White"],"template":["application/vnd.llamagraphics.life-balance.exchange+xml"]},"registered":true},{"content-type":"application/vnd.logipipe.circuit+zip","encoding":"base64","xrefs":{"person":["Victor_Kuchynsky"],"template":["application/vnd.logipipe.circuit+zip"]},"registered":true},{"content-type":"application/vnd.loom","encoding":"base64","xrefs":{"person":["Sten_Linnarsson"],"template":["application/vnd.loom"]},"registered":true},{"content-type":"application/vnd.lotus-1-2-3","friendly":{"en":"Lotus 1-2-3"},"encoding":"base64","extensions":["wks","123"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-1-2-3"]},"registered":true},{"content-type":"application/vnd.lotus-approach","friendly":{"en":"Lotus Approach"},"encoding":"base64","extensions":["apr"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-approach"]},"registered":true},{"content-type":"application/vnd.lotus-freelance","friendly":{"en":"Lotus Freelance"},"encoding":"base64","extensions":["pre"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-freelance"]},"registered":true},{"content-type":"application/vnd.lotus-notes","friendly":{"en":"Lotus Notes"},"encoding":"base64","extensions":["nsf"],"xrefs":{"person":["Michael_Laramie"],"template":["application/vnd.lotus-notes"]},"registered":true},{"content-type":"application/vnd.lotus-organizer","friendly":{"en":"Lotus Organizer"},"encoding":"base64","extensions":["org"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-organizer"]},"registered":true},{"content-type":"application/vnd.lotus-screencam","friendly":{"en":"Lotus Screencam"},"encoding":"base64","extensions":["scm"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-screencam"]},"registered":true},{"content-type":"application/vnd.lotus-wordpro","friendly":{"en":"Lotus Wordpro"},"encoding":"base64","extensions":["lwp"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-wordpro"]},"registered":true},{"content-type":"application/vnd.macports.portpkg","friendly":{"en":"MacPorts Port System"},"encoding":"base64","extensions":["portpkg"],"xrefs":{"person":["James_Berry"],"template":["application/vnd.macports.portpkg"]},"registered":true},{"content-type":"application/vnd.mapbox-vector-tile","encoding":"base64","xrefs":{"person":["Blake_Thompson"],"template":["application/vnd.mapbox-vector-tile"]},"registered":true},{"content-type":"application/vnd.marlin.drm.actiontoken+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.actiontoken+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.conftoken+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.conftoken+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.license+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.license+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.mdcf","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.mdcf"]},"registered":true},{"content-type":"application/vnd.mason+json","encoding":"base64","xrefs":{"person":["Jorn_Wildt"],"template":["application/vnd.mason+json"]},"registered":true},{"content-type":"application/vnd.maxmind.maxmind-db","encoding":"base64","xrefs":{"person":["William_Stevenson"],"template":["application/vnd.maxmind.maxmind-db"]},"registered":true},{"content-type":"application/vnd.mcd","friendly":{"en":"Micro CADAM Helix D&D"},"encoding":"base64","extensions":["mcd"],"xrefs":{"person":["Tadashi_Gotoh"],"template":["application/vnd.mcd"]},"registered":true},{"content-type":"application/vnd.medcalcdata","friendly":{"en":"MedCalc"},"encoding":"base64","extensions":["mc1"],"xrefs":{"person":["Frank_Schoonjans"],"template":["application/vnd.medcalcdata"]},"registered":true},{"content-type":"application/vnd.mediastation.cdkey","friendly":{"en":"MediaRemote"},"encoding":"base64","extensions":["cdkey"],"xrefs":{"person":["Henry_Flurry"],"template":["application/vnd.mediastation.cdkey"]},"registered":true},{"content-type":"application/vnd.meridian-slingshot","encoding":"base64","xrefs":{"person":["Eric_Wedel"],"template":["application/vnd.meridian-slingshot"]},"registered":true},{"content-type":"application/vnd.MFER","friendly":{"en":"Medical Waveform Encoding Format"},"encoding":"base64","extensions":["mwf"],"xrefs":{"person":["Masaaki_Hirai"],"template":["application/vnd.MFER"]},"registered":true},{"content-type":"application/vnd.mfmp","friendly":{"en":"Melody Format for Mobile Platform"},"encoding":"base64","extensions":["mfm"],"xrefs":{"person":["Yukari_Ikeda"],"template":["application/vnd.mfmp"]},"registered":true},{"content-type":"application/vnd.micro+json","encoding":"base64","xrefs":{"person":["Dali_Zheng"],"template":["application/vnd.micro+json"]},"registered":true},{"content-type":"application/vnd.micrografx.flo","friendly":{"en":"Micrografx"},"encoding":"base64","extensions":["flo"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx.flo"]},"registered":true},{"content-type":"application/vnd.micrografx.igx","friendly":{"en":"Micrografx iGrafx Professional"},"encoding":"base64","extensions":["igx"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx.igx"]},"registered":true},{"content-type":"application/vnd.microsoft.portable-executable","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.microsoft.portable-executable"]},"registered":true},{"content-type":"application/vnd.microsoft.windows.thumbnail-cache","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.microsoft.windows.thumbnail-cache"]},"registered":true},{"content-type":"application/vnd.miele+json","encoding":"base64","xrefs":{"person":["Nils_Langhammer"],"template":["application/vnd.miele+json"]},"registered":true},{"content-type":"application/vnd.mif","friendly":{"en":"FrameMaker Interchange Format"},"encoding":"base64","extensions":["mif"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd.mif"]},"registered":true},{"content-type":"application/vnd.minisoft-hp3000-save","encoding":"base64","xrefs":{"person":["Chris_Bartram"],"template":["application/vnd.minisoft-hp3000-save"]},"registered":true},{"content-type":"application/vnd.mitsubishi.misty-guard.trustweb","encoding":"base64","xrefs":{"person":["Tanaka"],"template":["application/vnd.mitsubishi.misty-guard.trustweb"]},"registered":true},{"content-type":"application/vnd.Mobius.DAF","friendly":{"en":"Mobius Management Systems - UniversalArchive"},"encoding":"base64","extensions":["daf"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.DAF"]},"registered":true},{"content-type":"application/vnd.Mobius.DIS","friendly":{"en":"Mobius Management Systems - Distribution Database"},"encoding":"base64","extensions":["dis"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.DIS"]},"registered":true},{"content-type":"application/vnd.Mobius.MBK","friendly":{"en":"Mobius Management Systems - Basket file"},"encoding":"base64","extensions":["mbk"],"xrefs":{"person":["Alex_Devasia"],"template":["application/vnd.Mobius.MBK"]},"registered":true},{"content-type":"application/vnd.Mobius.MQY","friendly":{"en":"Mobius Management Systems - Query File"},"encoding":"base64","extensions":["mqy"],"xrefs":{"person":["Alex_Devasia"],"template":["application/vnd.Mobius.MQY"]},"registered":true},{"content-type":"application/vnd.Mobius.MSL","friendly":{"en":"Mobius Management Systems - Script Language"},"encoding":"base64","extensions":["msl"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.MSL"]},"registered":true},{"content-type":"application/vnd.Mobius.PLC","friendly":{"en":"Mobius Management Systems - Policy Definition Language File"},"encoding":"base64","extensions":["plc"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.PLC"]},"registered":true},{"content-type":"application/vnd.Mobius.TXF","friendly":{"en":"Mobius Management Systems - Topic Index File"},"encoding":"base64","extensions":["txf"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.TXF"]},"registered":true},{"content-type":"application/vnd.mophun.application","friendly":{"en":"Mophun VM"},"encoding":"base64","extensions":["mpn"],"xrefs":{"person":["Bjorn_Wennerstrom"],"template":["application/vnd.mophun.application"]},"registered":true},{"content-type":"application/vnd.mophun.certificate","friendly":{"en":"Mophun Certificate"},"encoding":"base64","extensions":["mpc"],"xrefs":{"person":["Bjorn_Wennerstrom"],"template":["application/vnd.mophun.certificate"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.adsi","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.adsi"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.fis","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.fis"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.gotap","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.gotap"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.kmr","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.kmr"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.ttc","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.ttc"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.wem","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.wem"]},"registered":true},{"content-type":"application/vnd.motorola.iprm","encoding":"base64","xrefs":{"person":["Rafie_Shamsaasef"],"template":["application/vnd.motorola.iprm"]},"registered":true},{"content-type":"application/vnd.mozilla.xul+xml","friendly":{"en":"XUL - XML User Interface Language"},"encoding":"base64","extensions":["xul"],"xrefs":{"person":["Braden_N_McDaniel"],"template":["application/vnd.mozilla.xul+xml"]},"registered":true},{"content-type":"application/vnd.ms-3mfdocument","encoding":"base64","xrefs":{"person":["Shawn_Maloney"],"template":["application/vnd.ms-3mfdocument"]},"registered":true},{"content-type":"application/vnd.ms-artgalry","friendly":{"en":"Microsoft Artgalry"},"encoding":"base64","extensions":["cil"],"xrefs":{"person":["Dean_Slawson"],"template":["application/vnd.ms-artgalry"]},"registered":true},{"content-type":"application/vnd.ms-asf","encoding":"base64","extensions":["asf"],"xrefs":{"person":["Eric_Fleischman"],"template":["application/vnd.ms-asf"]},"registered":true},{"content-type":"application/vnd.ms-cab-compressed","friendly":{"en":"Microsoft Cabinet File"},"encoding":"base64","extensions":["cab"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-cab-compressed"]},"registered":true},{"content-type":"application/vnd.ms-excel","friendly":{"en":"Microsoft Excel"},"encoding":"base64","extensions":["xls","xlt","xla","xlc","xlm","xlw"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-excel"]},"registered":true},{"content-type":"application/vnd.ms-excel.addin.macroEnabled.12","friendly":{"en":"Microsoft Excel - Add-In File"},"encoding":"base64","extensions":["xlam"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.addin.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.sheet.binary.macroEnabled.12","friendly":{"en":"Microsoft Excel - Binary Workbook"},"encoding":"base64","extensions":["xlsb"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.sheet.binary.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.sheet.macroEnabled.12","friendly":{"en":"Microsoft Excel - Macro-Enabled Workbook"},"encoding":"base64","extensions":["xlsm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.sheet.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.template.macroEnabled.12","friendly":{"en":"Microsoft Excel - Macro-Enabled Template File"},"encoding":"base64","extensions":["xltm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-fontobject","friendly":{"en":"Microsoft Embedded OpenType"},"encoding":"base64","extensions":["eot"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-fontobject"]},"registered":true},{"content-type":"application/vnd.ms-htmlhelp","friendly":{"en":"Microsoft Html Help File"},"encoding":"base64","extensions":["chm"],"xrefs":{"person":["Anatoly_Techtonik"],"template":["application/vnd.ms-htmlhelp"]},"registered":true},{"content-type":"application/vnd.ms-ims","friendly":{"en":"Microsoft Class Server"},"encoding":"base64","extensions":["ims"],"xrefs":{"person":["Eric_Ledoux"],"template":["application/vnd.ms-ims"]},"registered":true},{"content-type":"application/vnd.ms-lrm","friendly":{"en":"Microsoft Learning Resource Module"},"encoding":"base64","extensions":["lrm"],"xrefs":{"person":["Eric_Ledoux"],"template":["application/vnd.ms-lrm"]},"registered":true},{"content-type":"application/vnd.ms-office.activeX+xml","encoding":"base64","xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-office.activeX+xml"]},"registered":true},{"content-type":"application/vnd.ms-officetheme","friendly":{"en":"Microsoft Office System Release Theme"},"encoding":"base64","extensions":["thmx"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-officetheme"]},"registered":true},{"content-type":"application/vnd.ms-outlook","encoding":"base64","extensions":["msg"],"registered":false},{"content-type":"application/vnd.ms-pki.seccat","friendly":{"en":"Microsoft Trust UI Provider - Security Catalog"},"encoding":"base64","extensions":["cat"],"registered":false},{"content-type":"application/vnd.ms-pki.stl","friendly":{"en":"Microsoft Trust UI Provider - Certificate Trust Link"},"encoding":"base64","extensions":["stl"],"registered":false},{"content-type":"application/vnd.ms-playready.initiator+xml","encoding":"base64","xrefs":{"person":["Daniel_Schneider"],"template":["application/vnd.ms-playready.initiator+xml"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint","friendly":{"en":"Microsoft PowerPoint"},"encoding":"base64","extensions":["ppt","pps","pot"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-powerpoint"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.addin.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Add-in file"},"encoding":"base64","extensions":["ppam"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.addin.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.presentation.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Macro-Enabled Presentation File"},"encoding":"base64","extensions":["pptm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.presentation.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.slide.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Macro-Enabled Open XML Slide"},"encoding":"base64","extensions":["sldm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.slide.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.slideshow.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Macro-Enabled Slide Show File"},"encoding":"base64","extensions":["ppsm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.slideshow.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.template.macroEnabled.12","friendly":{"en":"Micosoft PowerPoint - Macro-Enabled Template File"},"encoding":"base64","extensions":["potm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-PrintDeviceCapabilities+xml","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-PrintDeviceCapabilities+xml"]},"registered":true},{"content-type":"application/vnd.ms-PrintSchemaTicket+xml","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-PrintSchemaTicket+xml"]},"registered":true},{"content-type":"application/vnd.ms-project","friendly":{"en":"Microsoft Project"},"encoding":"base64","extensions":["mpp","mpt"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-project"]},"registered":true},{"content-type":"application/vnd.ms-tnef","encoding":"base64","xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-tnef"]},"registered":true},{"content-type":"application/vnd.ms-windows.devicepairing","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.devicepairing"]},"registered":true},{"content-type":"application/vnd.ms-windows.nwprinting.oob","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.nwprinting.oob"]},"registered":true},{"content-type":"application/vnd.ms-windows.printerpairing","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.printerpairing"]},"registered":true},{"content-type":"application/vnd.ms-windows.wsd.oob","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.wsd.oob"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.lic-chlg-req","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-chlg-req"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.lic-resp","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-resp"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.meter-chlg-req","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-chlg-req"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.meter-resp","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-resp"]},"registered":true},{"content-type":"application/vnd.ms-word.document.macroEnabled.12","friendly":{"en":"Micosoft Word - Macro-Enabled Document"},"encoding":"base64","extensions":["docm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-word.document.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-word.template.macroEnabled.12","friendly":{"en":"Micosoft Word - Macro-Enabled Template"},"encoding":"base64","extensions":["dotm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-word.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-works","friendly":{"en":"Microsoft Works"},"encoding":"base64","extensions":["wcm","wdb","wks","wps"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-works"]},"registered":true},{"content-type":"application/vnd.ms-wpl","friendly":{"en":"Microsoft Windows Media Player Playlist"},"encoding":"base64","extensions":["wpl"],"xrefs":{"person":["Dan_Plastina"],"template":["application/vnd.ms-wpl"]},"registered":true},{"content-type":"application/vnd.ms-xpsdocument","friendly":{"en":"Microsoft XML Paper Specification"},"encoding":"8bit","extensions":["xps"],"xrefs":{"person":["Jesse_McGatha"],"template":["application/vnd.ms-xpsdocument"]},"registered":true},{"content-type":"application/vnd.msa-disk-image","encoding":"base64","xrefs":{"person":["Thomas_Huth"],"template":["application/vnd.msa-disk-image"]},"registered":true},{"content-type":"application/vnd.mseq","friendly":{"en":"3GPP MSEQ File"},"encoding":"base64","extensions":["mseq"],"xrefs":{"person":["Gwenael_Le_Bodic"],"template":["application/vnd.mseq"]},"registered":true},{"content-type":"application/vnd.msign","encoding":"base64","xrefs":{"person":["Malte_Borcherding"],"template":["application/vnd.msign"]},"registered":true},{"content-type":"application/vnd.multiad.creator","encoding":"base64","xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator"]},"registered":true},{"content-type":"application/vnd.multiad.creator.cif","encoding":"base64","xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator.cif"]},"registered":true},{"content-type":"application/vnd.music-niff","encoding":"base64","xrefs":{"person":["Tim_Butler"],"template":["application/vnd.music-niff"]},"registered":true},{"content-type":"application/vnd.musician","friendly":{"en":"MUsical Score Interpreted Code Invented for the ASCII designation of Notation"},"encoding":"base64","extensions":["mus"],"xrefs":{"person":["Greg_Adams"],"template":["application/vnd.musician"]},"registered":true},{"content-type":"application/vnd.muvee.style","friendly":{"en":"Muvee Automatic Video Editing"},"encoding":"base64","extensions":["msty"],"xrefs":{"person":["Chandrashekhara_Anantharamu"],"template":["application/vnd.muvee.style"]},"registered":true},{"content-type":"application/vnd.mynfc","encoding":"base64","extensions":["taglet"],"xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.mynfc"]},"registered":true},{"content-type":"application/vnd.ncd.control","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.control"]},"registered":true},{"content-type":"application/vnd.ncd.reference","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.reference"]},"registered":true},{"content-type":"application/vnd.nearst.inv+json","encoding":"base64","xrefs":{"person":["Thomas_Schoffelen"],"template":["application/vnd.nearst.inv+json"]},"registered":true},{"content-type":"application/vnd.nebumind.line","encoding":"base64","xrefs":{"person":["Andreas_Molzer"],"template":["application/vnd.nebumind.line"]},"registered":true},{"content-type":"application/vnd.nervana","encoding":"base64","extensions":["ent","entity","req","request","bkm","kcm"],"xrefs":{"person":["Steve_Judkins"],"template":["application/vnd.nervana"]},"registered":true},{"content-type":"application/vnd.netfpx","encoding":"base64","xrefs":{"person":["Andy_Mutz"],"template":["application/vnd.netfpx"]},"registered":true},{"content-type":"application/vnd.neurolanguage.nlu","friendly":{"en":"neuroLanguage"},"encoding":"base64","extensions":["nlu"],"xrefs":{"person":["Dan_DuFeu"],"template":["application/vnd.neurolanguage.nlu"]},"registered":true},{"content-type":"application/vnd.nimn","encoding":"base64","xrefs":{"person":["Amit_Kumar_Gupta"],"template":["application/vnd.nimn"]},"registered":true},{"content-type":"application/vnd.nintendo.nitro.rom","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.nintendo.nitro.rom"]},"registered":true},{"content-type":"application/vnd.nintendo.snes.rom","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.nintendo.snes.rom"]},"registered":true},{"content-type":"application/vnd.nitf","encoding":"base64","extensions":["nitf","ntf"],"xrefs":{"person":["Steve_Rogan"],"template":["application/vnd.nitf"]},"registered":true},{"content-type":"application/vnd.noblenet-directory","friendly":{"en":"NobleNet Directory"},"encoding":"base64","extensions":["nnd"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-directory"]},"registered":true},{"content-type":"application/vnd.noblenet-sealer","friendly":{"en":"NobleNet Sealer"},"encoding":"base64","extensions":["nns"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-sealer"]},"registered":true},{"content-type":"application/vnd.noblenet-web","friendly":{"en":"NobleNet Web"},"encoding":"base64","extensions":["nnw"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-web"]},"registered":true},{"content-type":"application/vnd.nokia.catalogs","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.catalogs"]},"registered":true},{"content-type":"application/vnd.nokia.conml+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.conml+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+xml"]},"registered":true},{"content-type":"application/vnd.nokia.iptv.config+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iptv.config+xml"]},"registered":true},{"content-type":"application/vnd.nokia.iSDS-radio-presets","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iSDS-radio-presets"]},"registered":true},{"content-type":"application/vnd.nokia.landmark+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.landmark+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+xml"]},"registered":true},{"content-type":"application/vnd.nokia.landmarkcollection+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmarkcollection+xml"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.ac+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.ac+xml"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.data","friendly":{"en":"N-Gage Game Data"},"encoding":"base64","extensions":["ngdat"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.data"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.symbian.install","friendly":{"en":"N-Gage Game Installer"},"encoding":"base64","extensions":["n-gage"],"obsolete":true,"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.symbian.install"],"notes":["- OBSOLETE; no replacement given"]},"registered":true},{"content-type":"application/vnd.nokia.ncd","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.ncd"]},"registered":true},{"content-type":"application/vnd.nokia.ncd+xml","encoding":"base64","obsolete":true,"use-instead":"application/vnd.nokia.ncd","registered":true},{"content-type":"application/vnd.nokia.pcd+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.pcd+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+xml"]},"registered":true},{"content-type":"application/vnd.nokia.radio-preset","friendly":{"en":"Nokia Radio Application - Preset"},"encoding":"base64","extensions":["rpst"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.radio-preset"]},"registered":true},{"content-type":"application/vnd.nokia.radio-presets","friendly":{"en":"Nokia Radio Application - Preset"},"encoding":"base64","extensions":["rpss"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.radio-presets"]},"registered":true},{"content-type":"application/vnd.novadigm.EDM","friendly":{"en":"Novadigm's RADIA and EDM products"},"encoding":"base64","extensions":["edm"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EDM"]},"registered":true},{"content-type":"application/vnd.novadigm.EDX","friendly":{"en":"Novadigm's RADIA and EDM products"},"encoding":"base64","extensions":["edx"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EDX"]},"registered":true},{"content-type":"application/vnd.novadigm.EXT","friendly":{"en":"Novadigm's RADIA and EDM products"},"encoding":"base64","extensions":["ext"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EXT"]},"registered":true},{"content-type":"application/vnd.ntt-local.content-share","encoding":"base64","xrefs":{"person":["Akinori_Taya"],"template":["application/vnd.ntt-local.content-share"]},"registered":true},{"content-type":"application/vnd.ntt-local.file-transfer","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.file-transfer"]},"registered":true},{"content-type":"application/vnd.ntt-local.ogw_remote-access","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.ogw_remote-access"]},"registered":true},{"content-type":"application/vnd.ntt-local.sip-ta_remote","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.sip-ta_remote"]},"registered":true},{"content-type":"application/vnd.ntt-local.sip-ta_tcp_stream","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.sip-ta_tcp_stream"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.chart","friendly":{"en":"OpenDocument Chart"},"encoding":"base64","extensions":["odc"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.chart"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.chart-template","friendly":{"en":"OpenDocument Chart Template"},"encoding":"base64","extensions":["odc","otc"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.chart-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.database","friendly":{"en":"OpenDocument Database"},"encoding":"base64","extensions":["odb"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.database"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.formula","friendly":{"en":"OpenDocument Formula"},"encoding":"base64","extensions":["odf"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.formula"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.formula-template","friendly":{"en":"OpenDocument Formula Template"},"encoding":"base64","extensions":["odf","odft"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.formula-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.graphics","friendly":{"en":"OpenDocument Graphics"},"encoding":"base64","extensions":["odg"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.graphics"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.graphics-template","friendly":{"en":"OpenDocument Graphics Template"},"encoding":"base64","extensions":["otg"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.graphics-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.image","friendly":{"en":"OpenDocument Image"},"encoding":"base64","extensions":["odi"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.image"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.image-template","friendly":{"en":"OpenDocument Image Template"},"encoding":"base64","extensions":["odi","oti"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.image-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.presentation","friendly":{"en":"OpenDocument Presentation"},"encoding":"base64","extensions":["odp"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.presentation"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.presentation-template","friendly":{"en":"OpenDocument Presentation Template"},"encoding":"base64","extensions":["otp"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.presentation-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.spreadsheet","friendly":{"en":"OpenDocument Spreadsheet"},"encoding":"base64","extensions":["ods"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.spreadsheet"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.spreadsheet-template","friendly":{"en":"OpenDocument Spreadsheet Template"},"encoding":"base64","extensions":["ots"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.spreadsheet-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text","friendly":{"en":"OpenDocument Text"},"encoding":"base64","extensions":["odt"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-master","friendly":{"en":"OpenDocument Text Master"},"encoding":"base64","extensions":["odm"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-master"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-template","friendly":{"en":"OpenDocument Text Template"},"encoding":"base64","extensions":["ott"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-web","friendly":{"en":"Open Document Text Web"},"encoding":"base64","extensions":["oth"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-web"]},"registered":true},{"content-type":"application/vnd.obn","encoding":"base64","xrefs":{"person":["Matthias_Hessling"],"template":["application/vnd.obn"]},"registered":true},{"content-type":"application/vnd.ocf+cbor","encoding":"base64","xrefs":{"person":["Michael_Koster"],"template":["application/vnd.ocf+cbor"]},"registered":true},{"content-type":"application/vnd.oci.image.manifest.v1+json","encoding":"base64","xrefs":{"person":["Steven_Lasker"],"template":["application/vnd.oci.image.manifest.v1+json"]},"registered":true},{"content-type":"application/vnd.oftn.l10n+json","encoding":"base64","xrefs":{"person":["Eli_Grey"],"template":["application/vnd.oftn.l10n+json"]},"registered":true},{"content-type":"application/vnd.oipf.contentaccessdownload+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.contentaccessdownload+xml"]},"registered":true},{"content-type":"application/vnd.oipf.contentaccessstreaming+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.contentaccessstreaming+xml"]},"registered":true},{"content-type":"application/vnd.oipf.cspg-hexbinary","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.cspg-hexbinary"]},"registered":true},{"content-type":"application/vnd.oipf.dae.svg+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.dae.svg+xml"]},"registered":true},{"content-type":"application/vnd.oipf.dae.xhtml+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.dae.xhtml+xml"]},"registered":true},{"content-type":"application/vnd.oipf.mippvcontrolmessage+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.mippvcontrolmessage+xml"]},"registered":true},{"content-type":"application/vnd.oipf.pae.gem","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.pae.gem"]},"registered":true},{"content-type":"application/vnd.oipf.spdiscovery+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.spdiscovery+xml"]},"registered":true},{"content-type":"application/vnd.oipf.spdlist+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.spdlist+xml"]},"registered":true},{"content-type":"application/vnd.oipf.ueprofile+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.ueprofile+xml"]},"registered":true},{"content-type":"application/vnd.oipf.userprofile+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.userprofile+xml"]},"registered":true},{"content-type":"application/vnd.olpc-sugar","friendly":{"en":"Sugar Linux Application Bundle"},"encoding":"base64","extensions":["xo"],"xrefs":{"person":["John_Palmieri"],"template":["application/vnd.olpc-sugar"]},"registered":true},{"content-type":"application/vnd.oma-scws-config","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-config"]},"registered":true},{"content-type":"application/vnd.oma-scws-http-request","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-request"]},"registered":true},{"content-type":"application/vnd.oma-scws-http-response","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-response"]},"registered":true},{"content-type":"application/vnd.oma.bcast.associated-procedure-parameter+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.associated-procedure-parameter+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.drm-trigger+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.drm-trigger+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.imd+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.imd+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.ltkm","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.ltkm"]},"registered":true},{"content-type":"application/vnd.oma.bcast.notification+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.notification+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.provisioningtrigger","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.provisioningtrigger"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgboot","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgboot"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgdd+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgdd+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgdu","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgdu"]},"registered":true},{"content-type":"application/vnd.oma.bcast.simple-symbol-container","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.simple-symbol-container"]},"registered":true},{"content-type":"application/vnd.oma.bcast.smartcard-trigger+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.smartcard-trigger+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sprov+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sprov+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.stkm","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.stkm"]},"registered":true},{"content-type":"application/vnd.oma.cab-address-book+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-address-book+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-feature-handler+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-feature-handler+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-pcc+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-pcc+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-subs-invite+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-subs-invite+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-user-prefs+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-user-prefs+xml"]},"registered":true},{"content-type":"application/vnd.oma.dcd","encoding":"base64","xrefs":{"person":["Avi_Primo","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcd"]},"registered":true},{"content-type":"application/vnd.oma.dcdc","encoding":"base64","xrefs":{"person":["Avi_Primo","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcdc"]},"registered":true},{"content-type":"application/vnd.oma.dd2+xml","friendly":{"en":"OMA Download Agents"},"encoding":"base64","extensions":["dd2"],"xrefs":{"person":["Jun_Sato","Open_Mobile_Alliance_BAC_DLDRM_Working_Group"],"template":["application/vnd.oma.dd2+xml"]},"registered":true},{"content-type":"application/vnd.oma.drm.risd+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.drm.risd+xml"]},"registered":true},{"content-type":"application/vnd.oma.group-usage-list+xml","encoding":"base64","xrefs":{"person":["OMA_Presence_and_Availability_PAG_Working_Group","Sean_Kelley"],"template":["application/vnd.oma.group-usage-list+xml"]},"registered":true},{"content-type":"application/vnd.oma.lwm2m+cbor","encoding":"base64","xrefs":{"person":["John_Mudge","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.lwm2m+cbor"]},"registered":true},{"content-type":"application/vnd.oma.lwm2m+json","encoding":"base64","xrefs":{"person":["John_Mudge","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.lwm2m+json"]},"registered":true},{"content-type":"application/vnd.oma.lwm2m+tlv","encoding":"base64","xrefs":{"person":["John_Mudge","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.lwm2m+tlv"]},"registered":true},{"content-type":"application/vnd.oma.pal+xml","encoding":"base64","xrefs":{"person":["Brian_McColgan","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.pal+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.detailed-progress-report+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.detailed-progress-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.final-report+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.final-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.groups+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group","Sean_Kelley"],"template":["application/vnd.oma.poc.groups+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.invocation-descriptor+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.invocation-descriptor+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.optimized-progress-report+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.optimized-progress-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.push","encoding":"base64","xrefs":{"person":["Bryan_Sullivan","OMA"],"template":["application/vnd.oma.push"]},"registered":true},{"content-type":"application/vnd.oma.scidm.messages+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Wenjun_Zeng"],"template":["application/vnd.oma.scidm.messages+xml"]},"registered":true},{"content-type":"application/vnd.oma.xcap-directory+xml","encoding":"base64","xrefs":{"person":["OMA_Presence_and_Availability_PAG_Working_Group","Sean_Kelley"],"template":["application/vnd.oma.xcap-directory+xml"]},"registered":true},{"content-type":"application/vnd.omads-email+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-email+xml"]},"registered":true},{"content-type":"application/vnd.omads-file+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-file+xml"]},"registered":true},{"content-type":"application/vnd.omads-folder+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-folder+xml"]},"registered":true},{"content-type":"application/vnd.omaloc-supl-init","encoding":"base64","xrefs":{"person":["Julien_Grange"],"template":["application/vnd.omaloc-supl-init"]},"registered":true},{"content-type":"application/vnd.onepager","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepager"]},"registered":true},{"content-type":"application/vnd.onepagertamp","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertamp"]},"registered":true},{"content-type":"application/vnd.onepagertamx","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertamx"]},"registered":true},{"content-type":"application/vnd.onepagertat","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertat"]},"registered":true},{"content-type":"application/vnd.onepagertatp","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertatp"]},"registered":true},{"content-type":"application/vnd.onepagertatx","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertatx"]},"registered":true},{"content-type":"application/vnd.openblox.game+xml","encoding":"base64","xrefs":{"person":["Mark_Otaris"],"template":["application/vnd.openblox.game+xml"]},"registered":true},{"content-type":"application/vnd.openblox.game-binary","encoding":"base64","xrefs":{"person":["Mark_Otaris"],"template":["application/vnd.openblox.game-binary"]},"registered":true},{"content-type":"application/vnd.openeye.oeb","encoding":"base64","xrefs":{"person":["Craig_Bruce"],"template":["application/vnd.openeye.oeb"]},"registered":true},{"content-type":"application/vnd.openofficeorg.extension","friendly":{"en":"Open Office Extension"},"encoding":"base64","extensions":["oxt"],"registered":true},{"content-type":"application/vnd.openstreetmap.data+xml","encoding":"base64","xrefs":{"person":["Paul_Norman"],"template":["application/vnd.openstreetmap.data+xml"]},"registered":true},{"content-type":"application/vnd.opentimestamps.ots","encoding":"base64","xrefs":{"person":["Peter_Todd"],"template":["application/vnd.opentimestamps.ots"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.custom-properties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.custom-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.customXmlProperties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.customXmlProperties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawing+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawing+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.chart+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.chart+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.extended-properties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.extended-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.comments+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presentation","friendly":{"en":"Microsoft Office - OOXML - Presentation"},"encoding":"base64","extensions":["pptx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presentation"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presProps+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presProps+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slide","friendly":{"en":"Microsoft Office - OOXML - Presentation (Slide)"},"encoding":"base64","extensions":["sldx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slide"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slide+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slide+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideshow","friendly":{"en":"Microsoft Office - OOXML - Presentation (Slideshow)"},"encoding":"base64","extensions":["ppsx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideshow"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.tags+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.tags+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.template","friendly":{"en":"Microsoft Office - OOXML - Presentation Template"},"encoding":"base64","extensions":["potx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","friendly":{"en":"Microsoft Office - OOXML - Spreadsheet"},"encoding":"base64","extensions":["xlsx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.template","friendly":{"en":"Microsoft Office - OOXML - Spreadsheet Teplate"},"encoding":"base64","extensions":["xltx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.theme+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.theme+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.themeOverride+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.themeOverride+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.vmlDrawing","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.vmlDrawing"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document","friendly":{"en":"Microsoft Office - OOXML - Word Document"},"encoding":"base64","extensions":["docx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.template","friendly":{"en":"Microsoft Office - OOXML - Word Document Template"},"encoding":"base64","extensions":["dotx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.core-properties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.core-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.relationships+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.relationships+xml"]},"registered":true},{"content-type":"application/vnd.oracle.resource+json","encoding":"base64","xrefs":{"person":["Ning_Dong"],"template":["application/vnd.oracle.resource+json"]},"registered":true},{"content-type":"application/vnd.orange.indata","encoding":"base64","xrefs":{"person":["CHATRAS_Bruno"],"template":["application/vnd.orange.indata"]},"registered":true},{"content-type":"application/vnd.osa.netdeploy","encoding":"base64","xrefs":{"person":["Steven_Klos"],"template":["application/vnd.osa.netdeploy"]},"registered":true},{"content-type":"application/vnd.osgeo.mapguide.package","friendly":{"en":"MapGuide DBXML"},"encoding":"base64","extensions":["mgp"],"xrefs":{"person":["Jason_Birch"],"template":["application/vnd.osgeo.mapguide.package"]},"registered":true},{"content-type":"application/vnd.osgi.bundle","encoding":"base64","xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.bundle"]},"registered":true},{"content-type":"application/vnd.osgi.dp","friendly":{"en":"OSGi Deployment Package"},"encoding":"base64","extensions":["dp"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.dp"]},"registered":true},{"content-type":"application/vnd.osgi.subsystem","encoding":"base64","extensions":["esa"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.subsystem"]},"registered":true},{"content-type":"application/vnd.otps.ct-kip+xml","encoding":"base64","xrefs":{"person":["Magnus_Nystrom"],"template":["application/vnd.otps.ct-kip+xml"]},"registered":true},{"content-type":"application/vnd.oxli.countgraph","encoding":"base64","xrefs":{"person":["C._Titus_Brown"],"template":["application/vnd.oxli.countgraph"]},"registered":true},{"content-type":"application/vnd.pagerduty+json","encoding":"base64","xrefs":{"person":["Steve_Rice"],"template":["application/vnd.pagerduty+json"]},"registered":true},{"content-type":"application/vnd.palm","friendly":{"en":"PalmOS Data"},"encoding":"base64","extensions":["prc","pdb","pqa","oprc"],"xrefs":{"person":["Gavin_Peacock"],"template":["application/vnd.palm"]},"registered":true},{"content-type":"application/vnd.panoply","encoding":"base64","xrefs":{"person":["Natarajan_Balasundara"],"template":["application/vnd.panoply"]},"registered":true},{"content-type":"application/vnd.paos.xml","encoding":"base64","xrefs":{"person":["John_Kemp"],"template":["application/vnd.paos.xml"]},"registered":true},{"content-type":"application/vnd.patentdive","encoding":"base64","xrefs":{"person":["Christian_Trosclair"],"template":["application/vnd.patentdive"]},"registered":true},{"content-type":"application/vnd.patientecommsdoc","encoding":"base64","xrefs":{"person":["Andrew_David_Kendall"],"template":["application/vnd.patientecommsdoc"]},"registered":true},{"content-type":"application/vnd.pawaafile","friendly":{"en":"PawaaFILE"},"encoding":"base64","extensions":["paw"],"xrefs":{"person":["Prakash_Baskaran"],"template":["application/vnd.pawaafile"]},"registered":true},{"content-type":"application/vnd.pcos","encoding":"base64","xrefs":{"person":["Slawomir_Lisznianski"],"template":["application/vnd.pcos"]},"registered":true},{"content-type":"application/vnd.pg.format","friendly":{"en":"Proprietary P&G Standard Reporting System"},"encoding":"base64","extensions":["str"],"xrefs":{"person":["April_Gandert"],"template":["application/vnd.pg.format"]},"registered":true},{"content-type":"application/vnd.pg.osasli","friendly":{"en":"Proprietary P&G Standard Reporting System"},"encoding":"base64","extensions":["ei6"],"xrefs":{"person":["April_Gandert"],"template":["application/vnd.pg.osasli"]},"registered":true},{"content-type":"application/vnd.piaccess.application-licence","encoding":"base64","xrefs":{"person":["Lucas_Maneos"],"template":["application/vnd.piaccess.application-licence"]},"registered":true},{"content-type":"application/vnd.picsel","friendly":{"en":"Pcsel eFIF File"},"encoding":"base64","extensions":["efif"],"xrefs":{"person":["Giuseppe_Naccarato"],"template":["application/vnd.picsel"]},"registered":true},{"content-type":"application/vnd.pmi.widget","friendly":{"en":"Qualcomm's Plaza Mobile Internet"},"encoding":"base64","extensions":["wg"],"xrefs":{"person":["Rhys_Lewis"],"template":["application/vnd.pmi.widget"]},"registered":true},{"content-type":"application/vnd.poc.group-advertisement+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group","Sean_Kelley"],"template":["application/vnd.poc.group-advertisement+xml"]},"registered":true},{"content-type":"application/vnd.pocketlearn","friendly":{"en":"PocketLearn Viewers"},"encoding":"base64","extensions":["plf"],"xrefs":{"person":["Jorge_Pando"],"template":["application/vnd.pocketlearn"]},"registered":true},{"content-type":"application/vnd.powerbuilder6","friendly":{"en":"PowerBuilder"},"encoding":"base64","extensions":["pbd"],"xrefs":{"person":["David_Guy"],"template":["application/vnd.powerbuilder6"]},"registered":true},{"content-type":"application/vnd.powerbuilder6-s","encoding":"base64","xrefs":{"person":["David_Guy"],"template":["application/vnd.powerbuilder6-s"]},"registered":true},{"content-type":"application/vnd.powerbuilder7","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7"]},"registered":true},{"content-type":"application/vnd.powerbuilder7-s","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7-s"]},"registered":true},{"content-type":"application/vnd.powerbuilder75","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75"]},"registered":true},{"content-type":"application/vnd.powerbuilder75-s","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75-s"]},"registered":true},{"content-type":"application/vnd.preminet","encoding":"base64","xrefs":{"person":["Juoko_Tenhunen"],"template":["application/vnd.preminet"]},"registered":true},{"content-type":"application/vnd.previewsystems.box","friendly":{"en":"Preview Systems ZipLock/VBox"},"encoding":"base64","extensions":["box"],"xrefs":{"person":["Roman_Smolgovsky"],"template":["application/vnd.previewsystems.box"]},"registered":true},{"content-type":"application/vnd.proteus.magazine","friendly":{"en":"EFI Proteus"},"encoding":"base64","extensions":["mgz"],"xrefs":{"person":["Pete_Hoch"],"template":["application/vnd.proteus.magazine"]},"registered":true},{"content-type":"application/vnd.psfs","encoding":"base64","xrefs":{"person":["Kristopher_Durski"],"template":["application/vnd.psfs"]},"registered":true},{"content-type":"application/vnd.publishare-delta-tree","friendly":{"en":"PubliShare Objects"},"encoding":"base64","extensions":["qps"],"xrefs":{"person":["Oren_Ben-Kiki"],"template":["application/vnd.publishare-delta-tree"]},"registered":true},{"content-type":"application/vnd.pvi.ptid1","friendly":{"en":"Princeton Video Image"},"encoding":"base64","extensions":["pti","ptid"],"xrefs":{"person":["Charles_P._Lamb"],"template":["application/vnd.pvi.ptid1"]},"registered":true},{"content-type":"application/vnd.pwg-multiplexed","encoding":"base64","xrefs":{"rfc":["rfc3391"],"template":["application/vnd.pwg-multiplexed"]},"registered":true},{"content-type":"application/vnd.pwg-xhtml-print+xml","encoding":"base64","xrefs":{"person":["Don_Wright"],"template":["application/vnd.pwg-xhtml-print+xml"]},"registered":true},{"content-type":"application/vnd.qualcomm.brew-app-res","encoding":"base64","xrefs":{"person":["Glenn_Forrester"],"template":["application/vnd.qualcomm.brew-app-res"]},"registered":true},{"content-type":"application/vnd.quarantainenet","encoding":"base64","xrefs":{"person":["Casper_Joost_Eyckelhof"],"template":["application/vnd.quarantainenet"]},"registered":true},{"content-type":"application/vnd.Quark.QuarkXPress","friendly":{"en":"QuarkXPress"},"encoding":"8bit","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"],"xrefs":{"person":["Hannes_Scheidler"],"template":["application/vnd.Quark.QuarkXPress"]},"registered":true},{"content-type":"application/vnd.quobject-quoxdocument","encoding":"base64","xrefs":{"person":["Matthias_Ludwig"],"template":["application/vnd.quobject-quoxdocument"]},"registered":true},{"content-type":"application/vnd.radisys.moml+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.moml+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-conf+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-conf+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-conn+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-conn+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-dialog+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-dialog+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-stream+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-stream+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-conf+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-conf+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-base+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-base+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-fax-detect+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-fax-detect+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-fax-sendrecv+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-fax-sendrecv+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-group+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-group+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-speech+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-speech+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-transform+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-transform+xml"]},"registered":true},{"content-type":"application/vnd.rainstor.data","encoding":"base64","xrefs":{"person":["Kevin_Crook"],"template":["application/vnd.rainstor.data"]},"registered":true},{"content-type":"application/vnd.rapid","encoding":"base64","xrefs":{"person":["Etay_Szekely"],"template":["application/vnd.rapid"]},"registered":true},{"content-type":"application/vnd.rar","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.rar"]},"registered":true},{"content-type":"application/vnd.realvnc.bed","friendly":{"en":"RealVNC"},"encoding":"base64","extensions":["bed"],"xrefs":{"person":["Nick_Reeves"],"template":["application/vnd.realvnc.bed"]},"registered":true},{"content-type":"application/vnd.recordare.musicxml","friendly":{"en":"Recordare Applications"},"encoding":"base64","extensions":["mxl"],"xrefs":{"person":["W3C_Music_Notation_Community_Group"],"template":["application/vnd.recordare.musicxml"]},"registered":true},{"content-type":"application/vnd.recordare.musicxml+xml","friendly":{"en":"Recordare Applications"},"encoding":"base64","extensions":["musicxml"],"xrefs":{"person":["W3C_Music_Notation_Community_Group"],"template":["application/vnd.recordare.musicxml+xml"]},"registered":true},{"content-type":"application/vnd.RenLearn.rlprint","encoding":"base64","xrefs":{"person":["James_Wick"],"template":["application/vnd.RenLearn.rlprint"]},"registered":true},{"content-type":"application/vnd.resilient.logic","encoding":"base64","xrefs":{"person":["Benedikt_Muessig"],"template":["application/vnd.resilient.logic"]},"registered":true},{"content-type":"application/vnd.restful+json","encoding":"base64","xrefs":{"person":["Stephen_Mizell"],"template":["application/vnd.restful+json"]},"registered":true},{"content-type":"application/vnd.rig.cryptonote","friendly":{"en":"CryptoNote"},"encoding":"base64","extensions":["cryptonote"],"xrefs":{"person":["Ken_Jibiki"],"template":["application/vnd.rig.cryptonote"]},"registered":true},{"content-type":"application/vnd.rim.cod","friendly":{"en":"Blackberry COD File"},"encoding":"base64","extensions":["cod"],"registered":false},{"content-type":"application/vnd.rn-realmedia","friendly":{"en":"RealMedia"},"encoding":"base64","extensions":["rm"],"registered":false},{"content-type":"application/vnd.rn-realmedia-vbr","encoding":"base64","extensions":["rmvb"],"registered":false},{"content-type":"application/vnd.route66.link66+xml","friendly":{"en":"ROUTE 66 Location Based Services"},"encoding":"base64","extensions":["link66"],"xrefs":{"person":["Sybren_Kikstra"],"template":["application/vnd.route66.link66+xml"]},"registered":true},{"content-type":"application/vnd.rs-274x","encoding":"base64","xrefs":{"person":["Lee_Harding"],"template":["application/vnd.rs-274x"]},"registered":true},{"content-type":"application/vnd.ruckus.download","encoding":"base64","xrefs":{"person":["Jerry_Harris"],"template":["application/vnd.ruckus.download"]},"registered":true},{"content-type":"application/vnd.s3sms","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.s3sms"]},"registered":true},{"content-type":"application/vnd.sailingtracker.track","friendly":{"en":"SailingTracker"},"encoding":"base64","extensions":["st"],"xrefs":{"person":["Heikki_Vesalainen"],"template":["application/vnd.sailingtracker.track"]},"registered":true},{"content-type":"application/vnd.sar","encoding":"base64","xrefs":{"person":["Markus_Strehle"],"template":["application/vnd.sar"]},"registered":true},{"content-type":"application/vnd.sbm.cid","encoding":"base64","xrefs":{"person":["Shinji_Kusakari"],"template":["application/vnd.sbm.cid"]},"registered":true},{"content-type":"application/vnd.sbm.mid2","encoding":"base64","xrefs":{"person":["Masanori_Murai"],"template":["application/vnd.sbm.mid2"]},"registered":true},{"content-type":"application/vnd.scribus","encoding":"base64","xrefs":{"person":["Craig_Bradney"],"template":["application/vnd.scribus"]},"registered":true},{"content-type":"application/vnd.sealed.3df","encoding":"base64","xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.3df"]},"registered":true},{"content-type":"application/vnd.sealed.csf","encoding":"base64","xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.csf"]},"registered":true},{"content-type":"application/vnd.sealed.doc","encoding":"base64","extensions":["sdoc","sdo","s1w"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.doc"]},"registered":true},{"content-type":"application/vnd.sealed.eml","encoding":"base64","extensions":["seml","sem"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.eml"]},"registered":true},{"content-type":"application/vnd.sealed.mht","encoding":"base64","extensions":["smht","smh"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.mht"]},"registered":true},{"content-type":"application/vnd.sealed.net","encoding":"base64","xrefs":{"person":["Martin_Lambert"],"template":["application/vnd.sealed.net"]},"registered":true},{"content-type":"application/vnd.sealed.ppt","encoding":"base64","extensions":["sppt","spp","s1p"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.ppt"]},"registered":true},{"content-type":"application/vnd.sealed.tiff","encoding":"base64","xrefs":{"person":["John_Kwan","Martin_Lambert"],"template":["application/vnd.sealed.tiff"]},"registered":true},{"content-type":"application/vnd.sealed.xls","encoding":"base64","extensions":["sxls","sxl","s1e"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.xls"]},"registered":true},{"content-type":"application/vnd.sealedmedia.softseal.html","encoding":"base64","extensions":["stml","stm","s1h"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealedmedia.softseal.html"]},"registered":true},{"content-type":"application/vnd.sealedmedia.softseal.pdf","encoding":"base64","extensions":["spdf","spd","s1a"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealedmedia.softseal.pdf"]},"registered":true},{"content-type":"application/vnd.seemail","friendly":{"en":"SeeMail"},"encoding":"base64","extensions":["see"],"xrefs":{"person":["Steve_Webb"],"template":["application/vnd.seemail"]},"registered":true},{"content-type":"application/vnd.seis+json","encoding":"base64","xrefs":{"person":["ICT_Manager"],"template":["application/vnd.seis+json"]},"registered":true},{"content-type":"application/vnd.sema","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["sema"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.sema"]},"registered":true},{"content-type":"application/vnd.semd","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["semd"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.semd"]},"registered":true},{"content-type":"application/vnd.semf","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["semf"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.semf"]},"registered":true},{"content-type":"application/vnd.shade-save-file","encoding":"base64","xrefs":{"person":["Connor_Horman"],"template":["application/vnd.shade-save-file"]},"registered":true},{"content-type":"application/vnd.shana.informed.formdata","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["ifm"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.formdata"]},"registered":true},{"content-type":"application/vnd.shana.informed.formtemplate","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["itp"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.formtemplate"]},"registered":true},{"content-type":"application/vnd.shana.informed.interchange","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["iif"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.interchange"]},"registered":true},{"content-type":"application/vnd.shana.informed.package","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["ipk"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.package"]},"registered":true},{"content-type":"application/vnd.shootproof+json","encoding":"base64","xrefs":{"person":["Ben_Ramsey"],"template":["application/vnd.shootproof+json"]},"registered":true},{"content-type":"application/vnd.shopkick+json","encoding":"base64","xrefs":{"person":["Ronald_Jacobs"],"template":["application/vnd.shopkick+json"]},"registered":true},{"content-type":"application/vnd.shp","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.shp"]},"registered":true},{"content-type":"application/vnd.shx","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.shx"]},"registered":true},{"content-type":"application/vnd.sigrok.session","encoding":"base64","xrefs":{"person":["Uwe_Hermann"],"template":["application/vnd.sigrok.session"]},"registered":true},{"content-type":"application/vnd.SimTech-MindMapper","friendly":{"en":"SimTech MindMapper"},"encoding":"base64","extensions":["twd","twds"],"xrefs":{"person":["Patrick_Koh"],"template":["application/vnd.SimTech-MindMapper"]},"registered":true},{"content-type":"application/vnd.siren+json","encoding":"base64","xrefs":{"person":["Kevin_Swiber"],"template":["application/vnd.siren+json"]},"registered":true},{"content-type":"application/vnd.smaf","friendly":{"en":"SMAF File"},"encoding":"base64","extensions":["mmf"],"xrefs":{"person":["Hiroaki_Takahashi"],"template":["application/vnd.smaf"]},"registered":true},{"content-type":"application/vnd.smart.notebook","encoding":"base64","xrefs":{"person":["Jonathan_Neitz"],"template":["application/vnd.smart.notebook"]},"registered":true},{"content-type":"application/vnd.smart.teacher","friendly":{"en":"SMART Technologies Apps"},"encoding":"base64","extensions":["teacher"],"xrefs":{"person":["Michael_Boyle"],"template":["application/vnd.smart.teacher"]},"registered":true},{"content-type":"application/vnd.snesdev-page-table","encoding":"base64","xrefs":{"person":["Connor_Horman"],"template":["application/vnd.snesdev-page-table"]},"registered":true},{"content-type":"application/vnd.software602.filler.form+xml","encoding":"base64","xrefs":{"person":["Jakub_Hytka","Martin_Vondrous"],"template":["application/vnd.software602.filler.form+xml"]},"registered":true},{"content-type":"application/vnd.software602.filler.form-xml-zip","encoding":"base64","xrefs":{"person":["Jakub_Hytka","Martin_Vondrous"],"template":["application/vnd.software602.filler.form-xml-zip"]},"registered":true},{"content-type":"application/vnd.solent.sdkm+xml","friendly":{"en":"SudokuMagic"},"encoding":"base64","extensions":["sdkd","sdkm"],"xrefs":{"person":["Cliff_Gauntlett"],"template":["application/vnd.solent.sdkm+xml"]},"registered":true},{"content-type":"application/vnd.spotfire.dxp","friendly":{"en":"TIBCO Spotfire"},"encoding":"base64","extensions":["dxp"],"xrefs":{"person":["Stefan_Jernberg"],"template":["application/vnd.spotfire.dxp"]},"registered":true},{"content-type":"application/vnd.spotfire.sfs","friendly":{"en":"TIBCO Spotfire"},"encoding":"base64","extensions":["sfs"],"xrefs":{"person":["Stefan_Jernberg"],"template":["application/vnd.spotfire.sfs"]},"registered":true},{"content-type":"application/vnd.sqlite3","encoding":"base64","xrefs":{"person":["Clemens_Ladisch"],"template":["application/vnd.sqlite3"]},"registered":true},{"content-type":"application/vnd.sss-cod","encoding":"base64","xrefs":{"person":["Asang_Dani"],"template":["application/vnd.sss-cod"]},"registered":true},{"content-type":"application/vnd.sss-dtf","encoding":"base64","xrefs":{"person":["Eric_Bruno"],"template":["application/vnd.sss-dtf"]},"registered":true},{"content-type":"application/vnd.sss-ntf","encoding":"base64","xrefs":{"person":["Eric_Bruno"],"template":["application/vnd.sss-ntf"]},"registered":true},{"content-type":"application/vnd.stardivision.calc","friendly":{"en":"StarOffice - Calc"},"encoding":"base64","extensions":["sdc"],"registered":false},{"content-type":"application/vnd.stardivision.chart","encoding":"base64","extensions":["sds"],"registered":false},{"content-type":"application/vnd.stardivision.draw","friendly":{"en":"StarOffice - Draw"},"encoding":"base64","extensions":["sda"],"registered":false},{"content-type":"application/vnd.stardivision.impress","friendly":{"en":"StarOffice - Impress"},"encoding":"base64","extensions":["sdd"],"registered":false},{"content-type":"application/vnd.stardivision.math","friendly":{"en":"StarOffice - Math"},"encoding":"base64","extensions":["sdf","smf"],"registered":false},{"content-type":"application/vnd.stardivision.writer","friendly":{"en":"StarOffice - Writer"},"encoding":"base64","extensions":["sdw","vor"],"registered":false},{"content-type":"application/vnd.stardivision.writer-global","friendly":{"en":"StarOffice - Writer (Global)"},"encoding":"base64","extensions":["sgl"],"registered":false},{"content-type":"application/vnd.stepmania.package","encoding":"base64","extensions":["smzip"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.stepmania.package"]},"registered":true},{"content-type":"application/vnd.stepmania.stepchart","friendly":{"en":"StepMania"},"encoding":"base64","extensions":["sm"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.stepmania.stepchart"]},"registered":true},{"content-type":"application/vnd.street-stream","encoding":"base64","xrefs":{"person":["Glenn_Levitt"],"template":["application/vnd.street-stream"]},"registered":true},{"content-type":"application/vnd.sun.wadl+xml","encoding":"base64","xrefs":{"person":["Marc_Hadley"],"template":["application/vnd.sun.wadl+xml"]},"registered":true},{"content-type":"application/vnd.sun.xml.calc","friendly":{"en":"OpenOffice - Calc (Spreadsheet)"},"encoding":"base64","extensions":["sxc"],"registered":false},{"content-type":"application/vnd.sun.xml.calc.template","friendly":{"en":"OpenOffice - Calc Template (Spreadsheet)"},"encoding":"base64","extensions":["stc"],"registered":false},{"content-type":"application/vnd.sun.xml.draw","friendly":{"en":"OpenOffice - Draw (Graphics)"},"encoding":"base64","extensions":["sxd"],"registered":false},{"content-type":"application/vnd.sun.xml.draw.template","friendly":{"en":"OpenOffice - Draw Template (Graphics)"},"encoding":"base64","extensions":["std"],"registered":false},{"content-type":"application/vnd.sun.xml.impress","friendly":{"en":"OpenOffice - Impress (Presentation)"},"encoding":"base64","extensions":["sxi"],"registered":false},{"content-type":"application/vnd.sun.xml.impress.template","friendly":{"en":"OpenOffice - Impress Template (Presentation)"},"encoding":"base64","extensions":["sti"],"registered":false},{"content-type":"application/vnd.sun.xml.math","friendly":{"en":"OpenOffice - Math (Formula)"},"encoding":"base64","extensions":["sxm"],"registered":false},{"content-type":"application/vnd.sun.xml.writer","friendly":{"en":"OpenOffice - Writer (Text - HTML)"},"encoding":"base64","extensions":["sxw"],"registered":false},{"content-type":"application/vnd.sun.xml.writer.global","friendly":{"en":"OpenOffice - Writer (Text - HTML)"},"encoding":"base64","extensions":["sxg"],"registered":false},{"content-type":"application/vnd.sun.xml.writer.template","friendly":{"en":"OpenOffice - Writer Template (Text - HTML)"},"encoding":"base64","extensions":["stw"],"registered":false},{"content-type":"application/vnd.sus-calendar","friendly":{"en":"ScheduleUs"},"encoding":"base64","extensions":["sus","susp"],"xrefs":{"person":["Jonathan_Niedfeldt"],"template":["application/vnd.sus-calendar"]},"registered":true},{"content-type":"application/vnd.svd","friendly":{"en":"SourceView Document"},"encoding":"base64","extensions":["svd"],"xrefs":{"person":["Scott_Becker"],"template":["application/vnd.svd"]},"registered":true},{"content-type":"application/vnd.swiftview-ics","encoding":"base64","xrefs":{"person":["Glenn_Widener"],"template":["application/vnd.swiftview-ics"]},"registered":true},{"content-type":"application/vnd.sycle+xml","encoding":"base64","xrefs":{"person":["Johann_Terblanche"],"template":["application/vnd.sycle+xml"]},"registered":true},{"content-type":"application/vnd.symbian.install","friendly":{"en":"Symbian Install Package"},"encoding":"base64","extensions":["sis","sisx"],"registered":false},{"content-type":"application/vnd.syncml+xml","friendly":{"en":"SyncML"},"encoding":"base64","extensions":["xsm"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.syncml+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dm+wbxml","friendly":{"en":"SyncML - Device Management"},"encoding":"base64","extensions":["bdm"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dm+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dm+xml","friendly":{"en":"SyncML - Device Management"},"encoding":"base64","extensions":["xdm"],"xrefs":{"person":["Bindu_Rama_Rao","OMA-DM_Work_Group"],"template":["application/vnd.syncml.dm+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dm.notification","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group","Peter_Thompson"],"template":["application/vnd.syncml.dm.notification"]},"registered":true},{"content-type":"application/vnd.syncml.dmddf+wbxml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dmddf+xml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dmtnds+wbxml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dmtnds+xml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+xml"]},"registered":true},{"content-type":"application/vnd.syncml.ds.notification","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.syncml.ds.notification"]},"registered":true},{"content-type":"application/vnd.tableschema+json","encoding":"base64","xrefs":{"person":["Paul_Walsh"],"template":["application/vnd.tableschema+json"]},"registered":true},{"content-type":"application/vnd.tao.intent-module-archive","friendly":{"en":"Tao Intent"},"encoding":"base64","extensions":["tao"],"xrefs":{"person":["Daniel_Shelton"],"template":["application/vnd.tao.intent-module-archive"]},"registered":true},{"content-type":"application/vnd.tcpdump.pcap","encoding":"base64","extensions":["cap","dmp","pcap"],"xrefs":{"person":["Glen_Turner","Guy_Harris"],"template":["application/vnd.tcpdump.pcap"]},"registered":true},{"content-type":"application/vnd.think-cell.ppttc+json","encoding":"base64","xrefs":{"person":["Arno_Schoedl"],"template":["application/vnd.think-cell.ppttc+json"]},"registered":true},{"content-type":"application/vnd.tmd.mediaflex.api+xml","encoding":"base64","xrefs":{"person":["Alex_Sibilev"],"template":["application/vnd.tmd.mediaflex.api+xml"]},"registered":true},{"content-type":"application/vnd.tml","encoding":"base64","xrefs":{"person":["Joey_Smith"],"template":["application/vnd.tml"]},"registered":true},{"content-type":"application/vnd.tmobile-livetv","friendly":{"en":"MobileTV"},"encoding":"base64","extensions":["tmo"],"xrefs":{"person":["Nicolas_Helin"],"template":["application/vnd.tmobile-livetv"]},"registered":true},{"content-type":"application/vnd.tri.onesource","encoding":"base64","xrefs":{"person":["Rick_Rupp"],"template":["application/vnd.tri.onesource"]},"registered":true},{"content-type":"application/vnd.trid.tpt","friendly":{"en":"TRI Systems Config"},"encoding":"base64","extensions":["tpt"],"xrefs":{"person":["Frank_Cusack"],"template":["application/vnd.trid.tpt"]},"registered":true},{"content-type":"application/vnd.triscape.mxs","friendly":{"en":"Triscape Map Explorer"},"encoding":"base64","extensions":["mxs"],"xrefs":{"person":["Steven_Simonoff"],"template":["application/vnd.triscape.mxs"]},"registered":true},{"content-type":"application/vnd.trueapp","friendly":{"en":"True BASIC"},"encoding":"base64","extensions":["tra"],"xrefs":{"person":["J._Scott_Hepler"],"template":["application/vnd.trueapp"]},"registered":true},{"content-type":"application/vnd.truedoc","encoding":"base64","xrefs":{"person":["Brad_Chase"],"template":["application/vnd.truedoc"]},"registered":true},{"content-type":"application/vnd.ubisoft.webplayer","encoding":"base64","xrefs":{"person":["Martin_Talbot"],"template":["application/vnd.ubisoft.webplayer"]},"registered":true},{"content-type":"application/vnd.ufdl","friendly":{"en":"Universal Forms Description Language"},"encoding":"base64","extensions":["ufd","ufdl"],"xrefs":{"person":["Dave_Manning"],"template":["application/vnd.ufdl"]},"registered":true},{"content-type":"application/vnd.uiq.theme","friendly":{"en":"User Interface Quartz - Theme (Symbian)"},"encoding":"base64","extensions":["utz"],"xrefs":{"person":["Tim_Ocock"],"template":["application/vnd.uiq.theme"]},"registered":true},{"content-type":"application/vnd.umajin","friendly":{"en":"UMAJIN"},"encoding":"base64","extensions":["umj"],"xrefs":{"person":["Jamie_Riden"],"template":["application/vnd.umajin"]},"registered":true},{"content-type":"application/vnd.unity","friendly":{"en":"Unity 3d"},"encoding":"base64","extensions":["unityweb"],"xrefs":{"person":["Unity3d"],"template":["application/vnd.unity"]},"registered":true},{"content-type":"application/vnd.uoml+xml","friendly":{"en":"Unique Object Markup Language"},"encoding":"base64","extensions":["uoml"],"xrefs":{"person":["Arne_Gerdes"],"template":["application/vnd.uoml+xml"]},"registered":true},{"content-type":"application/vnd.uplanet.alert","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert"]},"registered":true},{"content-type":"application/vnd.uplanet.alert-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.bearer-choice","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice"]},"registered":true},{"content-type":"application/vnd.uplanet.bearer-choice-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.cacheop","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop"]},"registered":true},{"content-type":"application/vnd.uplanet.cacheop-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.channel","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel"]},"registered":true},{"content-type":"application/vnd.uplanet.channel-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.list","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list"]},"registered":true},{"content-type":"application/vnd.uplanet.list-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.listcmd","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd"]},"registered":true},{"content-type":"application/vnd.uplanet.listcmd-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.signal","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.signal"]},"registered":true},{"content-type":"application/vnd.uri-map","encoding":"base64","xrefs":{"person":["Sebastian_Baer"],"template":["application/vnd.uri-map"]},"registered":true},{"content-type":"application/vnd.valve.source.material","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.valve.source.material"]},"registered":true},{"content-type":"application/vnd.vcx","friendly":{"en":"VirtualCatalog"},"encoding":"base64","extensions":["vcx"],"xrefs":{"person":["Taisuke_Sugimoto"],"template":["application/vnd.vcx"]},"registered":true},{"content-type":"application/vnd.vd-study","encoding":"base64","xrefs":{"person":["Luc_Rogge"],"template":["application/vnd.vd-study"]},"registered":true},{"content-type":"application/vnd.vectorworks","encoding":"base64","xrefs":{"person":["Biplab_Sarkar","Lyndsey_Ferguson"],"template":["application/vnd.vectorworks"]},"registered":true},{"content-type":"application/vnd.vel+json","encoding":"base64","xrefs":{"person":["James_Wigger"],"template":["application/vnd.vel+json"]},"registered":true},{"content-type":"application/vnd.verimatrix.vcas","encoding":"base64","xrefs":{"person":["Petr_Peterka"],"template":["application/vnd.verimatrix.vcas"]},"registered":true},{"content-type":"application/vnd.veritone.aion+json","encoding":"base64","xrefs":{"person":["Al_Brown"],"template":["application/vnd.veritone.aion+json"]},"registered":true},{"content-type":"application/vnd.veryant.thin","encoding":"base64","xrefs":{"person":["Massimo_Bertoli"],"template":["application/vnd.veryant.thin"]},"registered":true},{"content-type":"application/vnd.ves.encrypted","encoding":"base64","xrefs":{"person":["Jim_Zubov"],"template":["application/vnd.ves.encrypted"]},"registered":true},{"content-type":"application/vnd.vidsoft.vidconference","encoding":"8bit","extensions":["vsc"],"xrefs":{"person":["Robert_Hess"],"template":["application/vnd.vidsoft.vidconference"]},"registered":true},{"content-type":"application/vnd.visio","friendly":{"en":"Microsoft Visio"},"encoding":"base64","extensions":["vsd","vst","vsw","vss"],"xrefs":{"person":["Troy_Sandal"],"template":["application/vnd.visio"]},"registered":true},{"content-type":"application/vnd.visionary","friendly":{"en":"Visionary"},"encoding":"base64","extensions":["vis"],"xrefs":{"person":["Gayatri_Aravindakumar"],"template":["application/vnd.visionary"]},"registered":true},{"content-type":"application/vnd.vividence.scriptfile","encoding":"base64","xrefs":{"person":["Mark_Risher"],"template":["application/vnd.vividence.scriptfile"]},"registered":true},{"content-type":"application/vnd.vsf","friendly":{"en":"Viewport+"},"encoding":"base64","extensions":["vsf"],"xrefs":{"person":["Delton_Rowe"],"template":["application/vnd.vsf"]},"registered":true},{"content-type":"application/vnd.wap.sic","encoding":"base64","extensions":["sic"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap.sic"]},"registered":true},{"content-type":"application/vnd.wap.slc","encoding":"base64","extensions":["slc"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap.slc"]},"registered":true},{"content-type":"application/vnd.wap.wbxml","friendly":{"en":"WAP Binary XML (WBXML)"},"encoding":"base64","extensions":["wbxml"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wbxml"]},"registered":true},{"content-type":"application/vnd.wap.wmlc","friendly":{"en":"Compiled Wireless Markup Language (WMLC)"},"encoding":"base64","extensions":["wmlc"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wmlc"]},"registered":true},{"content-type":"application/vnd.wap.wmlscriptc","friendly":{"en":"WMLScript"},"encoding":"base64","extensions":["wmlsc"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wmlscriptc"]},"registered":true},{"content-type":"application/vnd.webturbo","friendly":{"en":"WebTurbo"},"encoding":"base64","extensions":["wtb"],"xrefs":{"person":["Yaser_Rehem"],"template":["application/vnd.webturbo"]},"registered":true},{"content-type":"application/vnd.wfa.dpp","encoding":"base64","xrefs":{"person":["Dr._Jun_Tian","Wi-Fi_Alliance"],"template":["application/vnd.wfa.dpp"]},"registered":true},{"content-type":"application/vnd.wfa.p2p","encoding":"base64","xrefs":{"person":["Mick_Conley"],"template":["application/vnd.wfa.p2p"]},"registered":true},{"content-type":"application/vnd.wfa.wsc","encoding":"base64","xrefs":{"person":["Wi-Fi_Alliance"],"template":["application/vnd.wfa.wsc"]},"registered":true},{"content-type":"application/vnd.windows.devicepairing","encoding":"base64","xrefs":{"person":["Priya_Dandawate"],"template":["application/vnd.windows.devicepairing"]},"registered":true},{"content-type":"application/vnd.wmc","encoding":"base64","xrefs":{"person":["Thomas_Kjornes"],"template":["application/vnd.wmc"]},"registered":true},{"content-type":"application/vnd.wmf.bootstrap","encoding":"base64","xrefs":{"person":["Prakash_Iyer","Thinh_Nguyenphu"],"template":["application/vnd.wmf.bootstrap"]},"registered":true},{"content-type":"application/vnd.wolfram.mathematica","encoding":"base64","xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica"]},"registered":true},{"content-type":"application/vnd.wolfram.mathematica.package","encoding":"base64","xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica.package"]},"registered":true},{"content-type":"application/vnd.wolfram.player","friendly":{"en":"Mathematica Notebook Player"},"encoding":"base64","extensions":["nbp"],"xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.player"]},"registered":true},{"content-type":"application/vnd.wordperfect","friendly":{"en":"Wordperfect"},"encoding":"base64","extensions":["wpd"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.wordperfect"]},"registered":true},{"content-type":"application/vnd.wqd","friendly":{"en":"SundaHus WQ"},"encoding":"base64","extensions":["wqd"],"xrefs":{"person":["Jan_Bostrom"],"template":["application/vnd.wqd"]},"registered":true},{"content-type":"application/vnd.wrq-hp3000-labelled","encoding":"base64","xrefs":{"person":["Chris_Bartram"],"template":["application/vnd.wrq-hp3000-labelled"]},"registered":true},{"content-type":"application/vnd.wt.stf","friendly":{"en":"Worldtalk"},"encoding":"base64","extensions":["stf"],"xrefs":{"person":["Bill_Wohler"],"template":["application/vnd.wt.stf"]},"registered":true},{"content-type":"application/vnd.wv.csp+wbxml","encoding":"base64","extensions":["wv"],"xrefs":{"person":["Matti_Salmi"],"template":["application/vnd.wv.csp+wbxml"]},"registered":true},{"content-type":"application/vnd.wv.csp+xml","encoding":"8bit","xrefs":{"person":["John_Ingi_Ingimundarson"],"template":["application/vnd.wv.csp+xml"]},"registered":true},{"content-type":"application/vnd.wv.ssp+xml","encoding":"8bit","xrefs":{"person":["John_Ingi_Ingimundarson"],"template":["application/vnd.wv.ssp+xml"]},"registered":true},{"content-type":"application/vnd.xacml+json","encoding":"base64","xrefs":{"person":["David_Brossard"],"template":["application/vnd.xacml+json"]},"registered":true},{"content-type":"application/vnd.xara","friendly":{"en":"CorelXARA"},"encoding":"base64","extensions":["xar"],"xrefs":{"person":["David_Matthewman"],"template":["application/vnd.xara"]},"registered":true},{"content-type":"application/vnd.xfdl","friendly":{"en":"Extensible Forms Description Language"},"encoding":"base64","extensions":["xfdl"],"xrefs":{"person":["Dave_Manning"],"template":["application/vnd.xfdl"]},"registered":true},{"content-type":"application/vnd.xfdl.webform","encoding":"base64","xrefs":{"person":["Michael_Mansell"],"template":["application/vnd.xfdl.webform"]},"registered":true},{"content-type":"application/vnd.xmi+xml","encoding":"base64","xrefs":{"person":["Fred_Waskiewicz"],"template":["application/vnd.xmi+xml"]},"registered":true},{"content-type":"application/vnd.xmpie.cpkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.cpkg"]},"registered":true},{"content-type":"application/vnd.xmpie.dpkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.dpkg"]},"registered":true},{"content-type":"application/vnd.xmpie.plan","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.plan"]},"registered":true},{"content-type":"application/vnd.xmpie.ppkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.ppkg"]},"registered":true},{"content-type":"application/vnd.xmpie.xlim","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.xlim"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-dic","friendly":{"en":"HV Voice Dictionary"},"encoding":"base64","extensions":["hvd"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-dic"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-script","friendly":{"en":"HV Script"},"encoding":"base64","extensions":["hvs"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-script"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-voice","friendly":{"en":"HV Voice Parameter"},"encoding":"base64","extensions":["hvp"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-voice"]},"registered":true},{"content-type":"application/vnd.yamaha.openscoreformat","friendly":{"en":"Open Score Format"},"encoding":"base64","extensions":["osf"],"xrefs":{"person":["Mark_Olleson"],"template":["application/vnd.yamaha.openscoreformat"]},"registered":true},{"content-type":"application/vnd.yamaha.openscoreformat.osfpvg+xml","friendly":{"en":"OSFPVG"},"encoding":"base64","extensions":["osfpvg"],"xrefs":{"person":["Mark_Olleson"],"template":["application/vnd.yamaha.openscoreformat.osfpvg+xml"]},"registered":true},{"content-type":"application/vnd.yamaha.remote-setup","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.remote-setup"]},"registered":true},{"content-type":"application/vnd.yamaha.smaf-audio","friendly":{"en":"SMAF Audio"},"encoding":"base64","extensions":["saf"],"xrefs":{"person":["Keiichi_Shinoda"],"template":["application/vnd.yamaha.smaf-audio"]},"registered":true},{"content-type":"application/vnd.yamaha.smaf-phrase","friendly":{"en":"SMAF Phrase"},"encoding":"base64","extensions":["spf"],"xrefs":{"person":["Keiichi_Shinoda"],"template":["application/vnd.yamaha.smaf-phrase"]},"registered":true},{"content-type":"application/vnd.yamaha.through-ngn","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.through-ngn"]},"registered":true},{"content-type":"application/vnd.yamaha.tunnel-udpencap","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.tunnel-udpencap"]},"registered":true},{"content-type":"application/vnd.yaoweme","encoding":"base64","xrefs":{"person":["Jens_Jorgensen"],"template":["application/vnd.yaoweme"]},"registered":true},{"content-type":"application/vnd.yellowriver-custom-menu","friendly":{"en":"CustomMenu"},"encoding":"base64","extensions":["cmp"],"xrefs":{"person":["Mr._Yellow"],"template":["application/vnd.yellowriver-custom-menu"]},"registered":true},{"content-type":"application/vnd.youtube.yt","encoding":"base64","obsolete":true,"use-instead":"video/vnd.youtube.yt","xrefs":{"person":["Laura_Wood"],"template":["application/vnd.youtube.yt"],"notes":["- OBSOLETED in favor of video/vnd.youtube.yt"]},"registered":true},{"content-type":"application/vnd.zul","friendly":{"en":"Z.U.L. Geometry"},"encoding":"base64","extensions":["zir","zirz"],"xrefs":{"person":["Rene_Grothmann"],"template":["application/vnd.zul"]},"registered":true},{"content-type":"application/vnd.zzazz.deck+xml","friendly":{"en":"Zzazz Deck"},"encoding":"base64","extensions":["zaz"],"xrefs":{"person":["Micheal_Hewett"],"template":["application/vnd.zzazz.deck+xml"]},"registered":true},{"content-type":"application/voicexml+xml","friendly":{"en":"VoiceXML"},"encoding":"base64","extensions":["vxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/voicexml+xml"]},"registered":true},{"content-type":"application/voucher-cms+json","encoding":"base64","xrefs":{"rfc":["rfc8366"],"template":["application/voucher-cms+json"]},"registered":true},{"content-type":"application/vq-rtcpxr","encoding":"base64","xrefs":{"rfc":["rfc6035"],"template":["application/vq-rtcpxr"]},"registered":true},{"content-type":"application/wasm","friendly":{"en":"WebAssembly"},"encoding":"8bit","extensions":["wasm"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["application/wasm"]},"registered":true},{"content-type":"application/watcherinfo+xml","encoding":"base64","extensions":["wif"],"xrefs":{"rfc":["rfc3858"],"template":["application/watcherinfo+xml"]},"registered":true},{"content-type":"application/webpush-options+json","encoding":"base64","xrefs":{"rfc":["rfc8292"],"template":["application/webpush-options+json"]},"registered":true},{"content-type":"application/whoispp-query","encoding":"base64","xrefs":{"rfc":["rfc2957"],"template":["application/whoispp-query"]},"registered":true},{"content-type":"application/whoispp-response","encoding":"base64","xrefs":{"rfc":["rfc2958"],"template":["application/whoispp-response"]},"registered":true},{"content-type":"application/widget","friendly":{"en":"Widget Packaging and XML Configuration"},"encoding":"base64","extensions":["wgt"],"xrefs":{"person":["Steven_Pemberton","W3C"],"uri":["http://www.w3.org/TR/widgets/#media-type-registration-for-application/widget"],"template":["application/widget"]},"registered":true},{"content-type":"application/winhlp","friendly":{"en":"WinHelp"},"encoding":"base64","extensions":["hlp"],"registered":false},{"content-type":"application/wita","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/wita"]},"registered":true},{"content-type":"application/word","encoding":"base64","extensions":["doc","dot"],"registered":false},{"content-type":"application/wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false},{"content-type":"application/wordperfect5.1","encoding":"base64","extensions":["wp5","wp"],"xrefs":{"person":["Paul_Lindner"],"template":["application/wordperfect5.1"]},"registered":true},{"content-type":"application/wordperfect6.1","encoding":"base64","extensions":["wp6"],"obsolete":true,"use-instead":"application/x-wordperfect6.1","registered":false},{"content-type":"application/wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false},{"content-type":"application/wsdl+xml","friendly":{"en":"WSDL - Web Services Description Language"},"encoding":"base64","extensions":["wsdl"],"xrefs":{"person":["W3C"],"template":["application/wsdl+xml"]},"registered":true},{"content-type":"application/wspolicy+xml","friendly":{"en":"Web Services Policy"},"encoding":"base64","extensions":["wspolicy"],"xrefs":{"person":["W3C"],"template":["application/wspolicy+xml"]},"registered":true},{"content-type":"application/x-123","encoding":"base64","extensions":["wk"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false},{"content-type":"application/x-7z-compressed","friendly":{"en":"7-Zip"},"encoding":"base64","extensions":["7z"],"registered":false},{"content-type":"application/x-abiword","friendly":{"en":"AbiWord"},"encoding":"base64","extensions":["abw"],"registered":false},{"content-type":"application/x-access","encoding":"base64","extensions":["mdf","mda","mdb","mde"],"obsolete":true,"use-instead":"application/x-msaccess","registered":false},{"content-type":"application/x-ace-compressed","friendly":{"en":"Ace Archive"},"encoding":"base64","extensions":["ace"],"registered":false},{"content-type":"application/x-apple-diskimage","encoding":"base64","extensions":["dmg"],"registered":false},{"content-type":"application/x-authorware-bin","friendly":{"en":"Adobe (Macropedia) Authorware - Binary File"},"encoding":"base64","extensions":["aab","u32","vox","x32"],"registered":false},{"content-type":"application/x-authorware-map","friendly":{"en":"Adobe (Macropedia) Authorware - Map"},"encoding":"base64","extensions":["aam"],"registered":false},{"content-type":"application/x-authorware-seg","friendly":{"en":"Adobe (Macropedia) Authorware - Segment File"},"encoding":"base64","extensions":["aas"],"registered":false},{"content-type":"application/x-bcpio","friendly":{"en":"Binary CPIO Archive"},"encoding":"base64","extensions":["bcpio"],"registered":false},{"content-type":"application/x-bittorrent","friendly":{"en":"BitTorrent"},"encoding":"base64","extensions":["torrent"],"registered":false},{"content-type":"application/x-bleeper","encoding":"base64","extensions":["bleep"],"registered":false},{"content-type":"application/x-blorb","encoding":"base64","extensions":["blb","blorb"],"registered":false},{"content-type":"application/x-bzip","friendly":{"en":"Bzip Archive"},"encoding":"base64","extensions":["bz"],"registered":false},{"content-type":"application/x-bzip2","friendly":{"en":"Bzip2 Archive"},"encoding":"base64","extensions":["boz","bz2"],"registered":false},{"content-type":"application/x-cbr","encoding":"base64","extensions":["cb7","cba","cbr","cbt","cbz"],"registered":false},{"content-type":"application/x-cdlink","friendly":{"en":"Video CD"},"encoding":"base64","extensions":["vcd"],"registered":false},{"content-type":"application/x-cfs-compressed","encoding":"base64","extensions":["cfs"],"registered":false},{"content-type":"application/x-chat","friendly":{"en":"pIRCh"},"encoding":"base64","extensions":["chat"],"registered":false},{"content-type":"application/x-chess-pgn","friendly":{"en":"Portable Game Notation (Chess Games)"},"encoding":"base64","extensions":["pgn"],"registered":false},{"content-type":"application/x-chrome-extension","encoding":"base64","extensions":["crx"],"registered":false},{"content-type":"application/x-clariscad","encoding":"base64","registered":false},{"content-type":"application/x-compress","encoding":"base64","extensions":["z","Z"],"obsolete":true,"use-instead":"application/x-compressed","registered":false},{"content-type":"application/x-compressed","encoding":"base64","extensions":["z","Z"],"registered":false},{"content-type":"application/x-conference","encoding":"base64","extensions":["nsc"],"registered":false},{"content-type":"application/x-cpio","friendly":{"en":"CPIO Archive"},"encoding":"base64","extensions":["cpio"],"registered":false},{"content-type":"application/x-csh","friendly":{"en":"C Shell Script"},"encoding":"8bit","extensions":["csh"],"registered":false},{"content-type":"application/x-cu-seeme","encoding":"base64","extensions":["csm","cu"],"registered":false},{"content-type":"application/x-debian-package","friendly":{"en":"Debian Package"},"encoding":"base64","extensions":["deb","udeb"],"registered":false},{"content-type":"application/x-dgc-compressed","encoding":"base64","extensions":["dgc"],"registered":false},{"content-type":"application/x-director","friendly":{"en":"Adobe Shockwave Player"},"encoding":"base64","extensions":["dcr","@dir","@dxr","cct","cst","cxt","dir","dxr","fgd","swa","w3d"],"registered":false},{"content-type":"application/x-doom","friendly":{"en":"Doom Video Game"},"encoding":"base64","extensions":["wad"],"registered":false},{"content-type":"application/x-drafting","encoding":"base64","registered":false},{"content-type":"application/x-dtbncx+xml","friendly":{"en":"Navigation Control file for XML (for ePub)"},"encoding":"base64","extensions":["ncx"],"registered":false},{"content-type":"application/x-dtbook+xml","friendly":{"en":"Digital Talking Book"},"encoding":"base64","extensions":["dtb"],"registered":false},{"content-type":"application/x-dtbresource+xml","friendly":{"en":"Digital Talking Book - Resource File"},"encoding":"base64","extensions":["res"],"registered":false},{"content-type":"application/x-dvi","friendly":{"en":"Device Independent File Format (DVI)"},"encoding":"base64","extensions":["dvi"],"registered":false},{"content-type":"application/x-dxf","encoding":"base64","registered":false},{"content-type":"application/x-envoy","encoding":"base64","extensions":["evy"],"registered":false},{"content-type":"application/x-eva","encoding":"base64","extensions":["eva"],"registered":false},{"content-type":"application/x-excel","encoding":"base64","obsolete":true,"use-instead":"application/vnd.ms-excel","registered":false},{"content-type":"application/x-font-bdf","friendly":{"en":"Glyph Bitmap Distribution Format"},"encoding":"base64","extensions":["bdf"],"registered":false},{"content-type":"application/x-font-ghostscript","friendly":{"en":"Ghostscript Font"},"encoding":"base64","extensions":["gsf"],"registered":false},{"content-type":"application/x-font-linux-psf","friendly":{"en":"PSF Fonts"},"encoding":"base64","extensions":["psf"],"registered":false},{"content-type":"application/x-font-opentype","encoding":"base64","extensions":["otf"],"registered":false},{"content-type":"application/x-font-otf","friendly":{"en":"OpenType Font File"},"encoding":"base64","extensions":["otf"],"registered":false},{"content-type":"application/x-font-pcf","friendly":{"en":"Portable Compiled Format"},"encoding":"base64","extensions":["pcf"],"registered":false},{"content-type":"application/x-font-snf","friendly":{"en":"Server Normal Format"},"encoding":"base64","extensions":["snf"],"registered":false},{"content-type":"application/x-font-truetype","encoding":"base64","extensions":["ttf"],"registered":false},{"content-type":"application/x-font-ttf","friendly":{"en":"TrueType Font"},"encoding":"base64","extensions":["ttc","ttf"],"registered":false},{"content-type":"application/x-font-type1","friendly":{"en":"PostScript Fonts"},"encoding":"base64","extensions":["afm","pfa","pfb","pfm"],"registered":false},{"content-type":"application/x-fractals","encoding":"base64","registered":false},{"content-type":"application/x-freearc","encoding":"base64","extensions":["arc"],"registered":false},{"content-type":"application/x-futuresplash","friendly":{"en":"FutureSplash Animator"},"encoding":"base64","extensions":["spl"],"registered":false},{"content-type":"application/x-gca-compressed","encoding":"base64","extensions":["gca"],"registered":false},{"content-type":"application/x-ghostview","encoding":"base64","registered":false},{"content-type":"application/x-glulx","encoding":"base64","extensions":["ulx"],"registered":false},{"content-type":"application/x-gnumeric","friendly":{"en":"Gnumeric"},"encoding":"base64","extensions":["gnumeric"],"registered":false},{"content-type":"application/x-gramps-xml","encoding":"base64","extensions":["gramps"],"registered":false},{"content-type":"application/x-gtar","friendly":{"en":"GNU Tar Files"},"encoding":"base64","extensions":["gtar","tgz","tbz2","tbz"],"registered":false},{"content-type":"application/x-gzip","encoding":"base64","extensions":["gz"],"obsolete":true,"use-instead":"application/gzip","registered":false},{"content-type":"application/x-hdf","friendly":{"en":"Hierarchical Data Format"},"encoding":"base64","extensions":["hdf"],"registered":false},{"content-type":"application/x-hep","encoding":"base64","extensions":["hep"],"registered":false},{"content-type":"application/x-html+ruby","encoding":"8bit","extensions":["rhtml"],"registered":false},{"content-type":"application/x-httpd-php","encoding":"8bit","extensions":["phtml","pht","php"],"registered":false},{"content-type":"application/x-ibooks+zip","encoding":"base64","extensions":["ibooks"],"registered":false},{"content-type":"application/x-ica","encoding":"base64","extensions":["ica"],"registered":false},{"content-type":"application/x-ideas","encoding":"base64","registered":false},{"content-type":"application/x-imagemap","encoding":"8bit","extensions":["imagemap","imap"],"registered":false},{"content-type":"application/x-install-instructions","encoding":"base64","extensions":["install"],"registered":false},{"content-type":"application/x-iso9660-image","encoding":"base64","extensions":["iso"],"registered":false},{"content-type":"application/x-iwork-keynote-sffkey","encoding":"base64","extensions":["key"],"registered":false},{"content-type":"application/x-iwork-numbers-sffnumbers","encoding":"base64","extensions":["numbers"],"registered":false},{"content-type":"application/x-iwork-pages-sffpages","encoding":"base64","extensions":["pages"],"registered":false},{"content-type":"application/x-java-archive","encoding":"base64","extensions":["jar"],"registered":false},{"content-type":"application/x-java-jnlp-file","friendly":{"en":"Java Network Launching Protocol"},"encoding":"base64","extensions":["jnlp"],"registered":false},{"content-type":"application/x-java-serialized-object","encoding":"base64","extensions":["ser"],"registered":false},{"content-type":"application/x-java-vm","encoding":"base64","extensions":["class"],"registered":false},{"content-type":"application/x-javascript","encoding":"8bit","extensions":["js","mjs"],"obsolete":true,"use-instead":"application/javascript","registered":false},{"content-type":"application/x-koan","encoding":"base64","extensions":["skp","skd","skt","skm"],"registered":false},{"content-type":"application/x-latex","friendly":{"en":"LaTeX"},"encoding":"8bit","extensions":["ltx","latex"],"registered":false},{"content-type":"application/x-lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false},{"content-type":"application/x-lzh-compressed","encoding":"base64","extensions":["lha","lzh"],"registered":false},{"content-type":"application/x-mac","encoding":"base64","extensions":["bin"],"registered":false},{"content-type":"application/x-mac-compactpro","encoding":"base64","extensions":["cpt"],"registered":false},{"content-type":"application/x-macbase64","encoding":"base64","extensions":["bin"],"registered":false},{"content-type":"application/x-macbinary","encoding":"base64","registered":false},{"content-type":"application/x-maker","encoding":"base64","extensions":["frm","maker","frame","fm","fb","book","fbdoc"],"obsolete":true,"use-instead":"application/vnd.framemaker","registered":false},{"content-type":"application/x-mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":"application/vnd.mcd","registered":false},{"content-type":"application/x-mathematica-old","encoding":"base64","registered":false},{"content-type":"application/x-mie","encoding":"base64","extensions":["mie"],"registered":false},{"content-type":"application/x-mif","encoding":"base64","extensions":["mif"],"registered":false},{"content-type":"application/x-mobipocket-ebook","friendly":{"en":"Mobipocket"},"encoding":"base64","extensions":["mobi","prc"],"registered":false},{"content-type":"application/x-ms-application","friendly":{"en":"Microsoft ClickOnce"},"encoding":"base64","extensions":["application"],"registered":false},{"content-type":"application/x-ms-dos-executable","encoding":"base64","extensions":["exe"],"registered":false},{"content-type":"application/x-ms-shortcut","encoding":"base64","extensions":["lnk"],"registered":false},{"content-type":"application/x-ms-wmd","friendly":{"en":"Microsoft Windows Media Player Download Package"},"encoding":"base64","extensions":["wmd"],"registered":false},{"content-type":"application/x-ms-wmz","friendly":{"en":"Microsoft Windows Media Player Skin Package"},"encoding":"base64","extensions":["wmz"],"registered":false},{"content-type":"application/x-ms-xbap","friendly":{"en":"Microsoft XAML Browser Application"},"encoding":"base64","extensions":["xbap"],"registered":false},{"content-type":"application/x-msaccess","friendly":{"en":"Microsoft Access"},"encoding":"base64","extensions":["mda","mdb","mde","mdf"],"registered":false},{"content-type":"application/x-msbinder","friendly":{"en":"Microsoft Office Binder"},"encoding":"base64","extensions":["obd"],"registered":false},{"content-type":"application/x-mscardfile","friendly":{"en":"Microsoft Information Card"},"encoding":"base64","extensions":["crd"],"registered":false},{"content-type":"application/x-msclip","friendly":{"en":"Microsoft Clipboard Clip"},"encoding":"base64","extensions":["clp"],"registered":false},{"content-type":"application/x-msdos-program","encoding":"base64","extensions":["cmd","bat","com","exe","reg","ps1","vbs"],"registered":false},{"content-type":"application/x-msdownload","friendly":{"en":"Microsoft Application"},"encoding":"base64","extensions":["exe","com","cmd","bat","dll","msi","reg","ps1","vbs"],"registered":false},{"content-type":"application/x-msmediaview","friendly":{"en":"Microsoft MediaView"},"encoding":"base64","extensions":["m13","m14","mvb"],"registered":false},{"content-type":"application/x-msmetafile","friendly":{"en":"Microsoft Windows Metafile"},"encoding":"base64","extensions":["emf","emz","wmf","wmz"],"registered":false},{"content-type":"application/x-msmoney","friendly":{"en":"Microsoft Money"},"encoding":"base64","extensions":["mny"],"registered":false},{"content-type":"application/x-mspublisher","friendly":{"en":"Microsoft Publisher"},"encoding":"base64","extensions":["pub"],"registered":false},{"content-type":"application/x-msschedule","friendly":{"en":"Microsoft Schedule+"},"encoding":"base64","extensions":["scd"],"registered":false},{"content-type":"application/x-msterminal","friendly":{"en":"Microsoft Windows Terminal Services"},"encoding":"base64","extensions":["trm"],"registered":false},{"content-type":"application/x-msword","encoding":"base64","extensions":["doc","dot","wrd"],"obsolete":true,"use-instead":"application/msword","registered":false},{"content-type":"application/x-mswrite","friendly":{"en":"Microsoft Wordpad"},"encoding":"base64","extensions":["wri"],"registered":false},{"content-type":"application/x-netcdf","friendly":{"en":"Network Common Data Form (NetCDF)"},"encoding":"base64","extensions":["nc","cdf"],"registered":false},{"content-type":"application/x-ns-proxy-autoconfig","encoding":"base64","extensions":["pac"],"registered":false},{"content-type":"application/x-nzb","encoding":"base64","extensions":["nzb"],"registered":false},{"content-type":"application/x-opera-extension","encoding":"base64","extensions":["oex"],"registered":false},{"content-type":"application/x-pagemaker","encoding":"base64","extensions":["pm","pm5","pt5"],"registered":false},{"content-type":"application/x-perl","encoding":"8bit","extensions":["pl","pm"],"registered":false},{"content-type":"application/x-pgp","encoding":"base64","registered":false,"signature":true},{"content-type":"application/x-pkcs12","friendly":{"en":"PKCS #12 - Personal Information Exchange Syntax Standard"},"encoding":"base64","extensions":["p12","pfx"],"registered":false},{"content-type":"application/x-pkcs7-certificates","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard (Certificates)"},"encoding":"base64","extensions":["p7b","spc"],"registered":false},{"content-type":"application/x-pkcs7-certreqresp","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard (Certificate Request Response)"},"encoding":"base64","extensions":["p7r"],"registered":false},{"content-type":"application/x-pki-message","encoding":"base64","xrefs":{"rfc":["rfc8894"],"template":["application/x-pki-message"]},"registered":true},{"content-type":"application/x-python","encoding":"8bit","extensions":["py"],"registered":false},{"content-type":"application/x-quicktimeplayer","encoding":"base64","extensions":["qtl"],"registered":false},{"content-type":"application/x-rar-compressed","friendly":{"en":"RAR Archive"},"encoding":"base64","extensions":["rar"],"registered":false},{"content-type":"application/x-remote_printing","encoding":"base64","registered":false},{"content-type":"application/x-research-info-systems","encoding":"base64","extensions":["ris"],"registered":false},{"content-type":"application/x-rtf","encoding":"base64","extensions":["rtf"],"obsolete":true,"use-instead":"application/rtf","registered":false},{"content-type":"application/x-ruby","encoding":"8bit","extensions":["rb","rbw"],"registered":false},{"content-type":"application/x-set","encoding":"base64","registered":false},{"content-type":"application/x-sh","friendly":{"en":"Bourne Shell Script"},"encoding":"8bit","extensions":["sh"],"registered":false},{"content-type":"application/x-shar","friendly":{"en":"Shell Archive"},"encoding":"8bit","extensions":["shar"],"registered":false},{"content-type":"application/x-shockwave-flash","friendly":{"en":"Adobe Flash"},"encoding":"base64","extensions":["swf"],"registered":false},{"content-type":"application/x-silverlight-app","friendly":{"en":"Microsoft Silverlight"},"encoding":"base64","extensions":["xap"],"registered":false},{"content-type":"application/x-SLA","encoding":"base64","registered":false},{"content-type":"application/x-smarttech-notebook","encoding":"base64","extensions":["notebook"],"registered":false},{"content-type":"application/x-solids","encoding":"base64","registered":false},{"content-type":"application/x-spss","encoding":"base64","extensions":["sav","sbs","sps","spo","spp"],"registered":false},{"content-type":"application/x-sql","encoding":"base64","extensions":["sql"],"registered":false},{"content-type":"application/x-STEP","encoding":"base64","registered":false},{"content-type":"application/x-stuffit","friendly":{"en":"Stuffit Archive"},"encoding":"base64","extensions":["sit"],"registered":false},{"content-type":"application/x-stuffitx","friendly":{"en":"Stuffit Archive"},"encoding":"base64","extensions":["sitx"],"registered":false},{"content-type":"application/x-subrip","encoding":"base64","extensions":["srt"],"registered":false},{"content-type":"application/x-sv4cpio","friendly":{"en":"System V Release 4 CPIO Archive"},"encoding":"base64","extensions":["sv4cpio"],"registered":false},{"content-type":"application/x-sv4crc","friendly":{"en":"System V Release 4 CPIO Checksum Data"},"encoding":"base64","extensions":["sv4crc"],"registered":false},{"content-type":"application/x-t3vm-image","encoding":"base64","extensions":["t3"],"registered":false},{"content-type":"application/x-tads","encoding":"base64","extensions":["gam"],"registered":false},{"content-type":"application/x-tar","friendly":{"en":"Tar File (Tape Archive)"},"encoding":"base64","extensions":["tar"],"registered":false},{"content-type":"application/x-tcl","friendly":{"en":"Tcl Script"},"encoding":"8bit","extensions":["tcl"],"registered":false},{"content-type":"application/x-tex","friendly":{"en":"TeX"},"encoding":"8bit","extensions":["tex"],"registered":false},{"content-type":"application/x-tex-tfm","friendly":{"en":"TeX Font Metric"},"encoding":"base64","extensions":["tfm"],"registered":false},{"content-type":"application/x-texinfo","friendly":{"en":"GNU Texinfo Document"},"encoding":"8bit","extensions":["texinfo","texi"],"registered":false},{"content-type":"application/x-tgif","encoding":"base64","extensions":["obj"],"registered":false},{"content-type":"application/x-toolbook","encoding":"base64","extensions":["tbk"],"registered":false},{"content-type":"application/x-troff","encoding":"base64","extensions":["t","tr","roff"],"obsolete":true,"use-instead":"text/troff","registered":false},{"content-type":"application/x-troff-man","encoding":"8bit","extensions":["man"],"registered":false},{"content-type":"application/x-troff-me","encoding":"base64","extensions":["me"],"registered":false},{"content-type":"application/x-troff-ms","encoding":"base64","extensions":["ms"],"registered":false},{"content-type":"application/x-u-star","encoding":"base64","obsolete":true,"use-instead":"application/x-ustar","registered":false},{"content-type":"application/x-ustar","friendly":{"en":"Ustar (Uniform Standard Tape Archive)"},"encoding":"base64","extensions":["ustar"],"registered":false},{"content-type":"application/x-VMSBACKUP","encoding":"base64","extensions":["bck"],"registered":false},{"content-type":"application/x-wais-source","friendly":{"en":"WAIS Source"},"encoding":"base64","extensions":["src"],"registered":false},{"content-type":"application/x-web-app-manifest+json","encoding":"base64","extensions":["webapp"],"registered":false},{"content-type":"application/x-Wingz","encoding":"base64","extensions":["wz","wkz"],"registered":false},{"content-type":"application/x-word","encoding":"base64","extensions":["doc","dot"],"obsolete":true,"use-instead":"application/msword","registered":false},{"content-type":"application/x-wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false},{"content-type":"application/x-wordperfect6.1","encoding":"base64","extensions":["wp6"],"registered":false},{"content-type":"application/x-wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false},{"content-type":"application/x-www-form-urlencoded","encoding":"7bit","xrefs":{"person":["Anne_van_Kesteren","WHATWG"],"template":["application/x-www-form-urlencoded"]},"registered":true},{"content-type":"application/x-x509-ca-cert","friendly":{"en":"X.509 Certificate"},"encoding":"base64","extensions":["crt","der"],"xrefs":{"rfc":["rfc8894"],"template":["application/x-x509-ca-cert"]},"registered":true},{"content-type":"application/x-x509-ca-ra-cert","encoding":"base64","xrefs":{"rfc":["rfc8894"],"template":["application/x-x509-ca-ra-cert"]},"registered":true},{"content-type":"application/x-x509-next-ca-cert","encoding":"base64","xrefs":{"rfc":["rfc8894"],"template":["application/x-x509-next-ca-cert"]},"registered":true},{"content-type":"application/x-xfig","friendly":{"en":"Xfig"},"encoding":"base64","extensions":["fig"],"registered":false},{"content-type":"application/x-xliff+xml","encoding":"base64","extensions":["xlf"],"registered":false},{"content-type":"application/x-xpinstall","friendly":{"en":"XPInstall - Mozilla"},"encoding":"base64","extensions":["xpi"],"registered":false},{"content-type":"application/x-xz","encoding":"base64","extensions":["xz"],"registered":false},{"content-type":"application/x-zip-compressed","friendly":{"en":"Zip Archive"},"encoding":"base64","extensions":["zip"],"registered":false},{"content-type":"application/x-zmachine","encoding":"base64","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"],"registered":false},{"content-type":"application/x400-bp","encoding":"base64","xrefs":{"rfc":["rfc1494"],"template":["application/x400-bp"]},"registered":true},{"content-type":"application/x400.bp","encoding":"base64","obsolete":true,"use-instead":"application/x400-bp","registered":false},{"content-type":"application/xacml+xml","encoding":"base64","xrefs":{"rfc":["rfc7061"],"template":["application/xacml+xml"]},"registered":true},{"content-type":"application/xaml+xml","encoding":"base64","extensions":["xaml"],"registered":false},{"content-type":"application/xcap-att+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-att+xml"]},"registered":true},{"content-type":"application/xcap-caps+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-caps+xml"]},"registered":true},{"content-type":"application/xcap-diff+xml","friendly":{"en":"XML Configuration Access Protocol - XCAP Diff"},"encoding":"base64","extensions":["xdf"],"xrefs":{"rfc":["rfc5874"],"template":["application/xcap-diff+xml"]},"registered":true},{"content-type":"application/xcap-el+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-el+xml"]},"registered":true},{"content-type":"application/xcap-error+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-error+xml"]},"registered":true},{"content-type":"application/xcap-ns+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-ns+xml"]},"registered":true},{"content-type":"application/xcon-conference-info+xml","encoding":"base64","xrefs":{"rfc":["rfc6502"],"template":["application/xcon-conference-info+xml"]},"registered":true},{"content-type":"application/xcon-conference-info-diff+xml","encoding":"base64","xrefs":{"rfc":["rfc6502"],"template":["application/xcon-conference-info-diff+xml"]},"registered":true},{"content-type":"application/xenc+xml","friendly":{"en":"XML Encryption Syntax and Processing"},"encoding":"base64","extensions":["xenc"],"xrefs":{"person":["Joseph_Reagle","XENC_Working_Group"],"template":["application/xenc+xml"]},"registered":true},{"content-type":"application/xhtml+xml","friendly":{"en":"XHTML - The Extensible HyperText Markup Language"},"encoding":"8bit","extensions":["xht","xhtml"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["application/xhtml+xml"]},"registered":true},{"content-type":"application/xhtml-voice+xml","encoding":"base64","obsolete":true,"xrefs":{"draft":["draft-mccobb-xplusv-media-type"],"template":["application/xhtml-voice+xml"],"notes":["- OBSOLETE; no replacement given"]},"registered":true},{"content-type":"application/xliff+xml","encoding":"base64","xrefs":{"person":["Chet_Ensign","OASIS"],"template":["application/xliff+xml"]},"registered":true},{"content-type":"application/xml","friendly":{"en":"XML - Extensible Markup Language"},"encoding":"8bit","extensions":["xml","xsl"],"xrefs":{"rfc":["rfc7303"],"template":["application/xml"]},"registered":true},{"content-type":"application/xml-dtd","friendly":{"en":"Document Type Definition"},"encoding":"8bit","extensions":["dtd"],"xrefs":{"rfc":["rfc7303"],"template":["application/xml-dtd"]},"registered":true},{"content-type":"application/xml-external-parsed-entity","encoding":"base64","xrefs":{"rfc":["rfc7303"],"template":["application/xml-external-parsed-entity"]},"registered":true},{"content-type":"application/xml-patch+xml","encoding":"base64","xrefs":{"rfc":["rfc7351"],"template":["application/xml-patch+xml"]},"registered":true},{"content-type":"application/xmpp+xml","encoding":"base64","xrefs":{"rfc":["rfc3923"],"template":["application/xmpp+xml"]},"registered":true},{"content-type":"application/xop+xml","friendly":{"en":"XML-Binary Optimized Packaging"},"encoding":"base64","extensions":["xop"],"xrefs":{"person":["Mark_Nottingham"],"template":["application/xop+xml"]},"registered":true},{"content-type":"application/xproc+xml","encoding":"base64","extensions":["xpl"],"registered":false},{"content-type":"application/xslt+xml","friendly":{"en":"XML Transformations"},"encoding":"base64","extensions":["xslt"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/REC-xslt20-20070123/#media-type-registration"],"template":["application/xslt+xml"]},"registered":true},{"content-type":"application/xspf+xml","friendly":{"en":"XSPF - XML Shareable Playlist Format"},"encoding":"base64","extensions":["xspf"],"registered":false},{"content-type":"application/xv+xml","friendly":{"en":"MXML"},"encoding":"base64","extensions":["mxml","xhvml","xvm","xvml"],"xrefs":{"rfc":["rfc4374"],"template":["application/xv+xml"]},"registered":true},{"content-type":"application/yang","friendly":{"en":"YANG Data Modeling Language"},"encoding":"base64","extensions":["yang"],"xrefs":{"rfc":["rfc6020"],"template":["application/yang"]},"registered":true},{"content-type":"application/yang-data+json","encoding":"base64","xrefs":{"rfc":["rfc8040"],"template":["application/yang-data+json"]},"registered":true},{"content-type":"application/yang-data+xml","encoding":"base64","xrefs":{"rfc":["rfc8040"],"template":["application/yang-data+xml"]},"registered":true},{"content-type":"application/yang-patch+json","encoding":"base64","xrefs":{"rfc":["rfc8072"],"template":["application/yang-patch+json"]},"registered":true},{"content-type":"application/yang-patch+xml","encoding":"base64","xrefs":{"rfc":["rfc8072"],"template":["application/yang-patch+xml"]},"registered":true},{"content-type":"application/yin+xml","friendly":{"en":"YIN (YANG - XML)"},"encoding":"base64","extensions":["yin"],"xrefs":{"rfc":["rfc6020"],"template":["application/yin+xml"]},"registered":true},{"content-type":"application/zip","friendly":{"en":"Zip Archive"},"encoding":"base64","extensions":["zip"],"xrefs":{"person":["Paul_Lindner"],"template":["application/zip"]},"registered":true},{"content-type":"application/zlib","encoding":"base64","xrefs":{"rfc":["rfc6713"],"template":["application/zlib"]},"registered":true},{"content-type":"application/zstd","encoding":"base64","xrefs":{"rfc":["rfc8878"],"template":["application/zstd"]},"registered":true},{"content-type":"audio/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["audio/1d-interleaved-parityfec"]},"registered":true},{"content-type":"audio/32kadpcm","encoding":"base64","xrefs":{"rfc":["rfc2421","rfc3802"],"template":["audio/32kadpcm"]},"registered":true},{"content-type":"audio/3gpp","encoding":"base64","xrefs":{"rfc":["rfc3839","rfc6381"],"template":["audio/3gpp"]},"registered":true},{"content-type":"audio/3gpp2","encoding":"base64","xrefs":{"rfc":["rfc4393","rfc6381"],"template":["audio/3gpp2"]},"registered":true},{"content-type":"audio/aac","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","Max_Neuendorf"],"template":["audio/aac"]},"registered":true},{"content-type":"audio/ac3","encoding":"base64","xrefs":{"rfc":["rfc4184"],"template":["audio/ac3"]},"registered":true},{"content-type":"audio/adpcm","friendly":{"en":"Adaptive differential pulse-code modulation"},"encoding":"base64","extensions":["adp"],"registered":false},{"content-type":"audio/AMR","encoding":"base64","extensions":["amr"],"xrefs":{"rfc":["rfc4867"],"template":["audio/AMR"]},"registered":true},{"content-type":"audio/AMR-WB","encoding":"base64","extensions":["awb"],"xrefs":{"rfc":["rfc4867"],"template":["audio/AMR-WB"]},"registered":true},{"content-type":"audio/amr-wb+","encoding":"base64","xrefs":{"rfc":["rfc4352"],"template":["audio/amr-wb+"]},"registered":true},{"content-type":"audio/aptx","encoding":"base64","xrefs":{"rfc":["rfc7310"],"template":["audio/aptx"]},"registered":true},{"content-type":"audio/asc","encoding":"base64","xrefs":{"rfc":["rfc6295"],"template":["audio/asc"]},"registered":true},{"content-type":"audio/ATRAC-ADVANCED-LOSSLESS","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC-ADVANCED-LOSSLESS"]},"registered":true},{"content-type":"audio/ATRAC-X","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC-X"]},"registered":true},{"content-type":"audio/ATRAC3","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC3"]},"registered":true},{"content-type":"audio/basic","friendly":{"en":"Sun Audio - Au file format"},"encoding":"base64","extensions":["au","snd"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["audio/basic"]},"registered":true},{"content-type":"audio/BV16","encoding":"base64","xrefs":{"rfc":["rfc4298"],"template":["audio/BV16"]},"registered":true},{"content-type":"audio/BV32","encoding":"base64","xrefs":{"rfc":["rfc4298"],"template":["audio/BV32"]},"registered":true},{"content-type":"audio/clearmode","encoding":"base64","xrefs":{"rfc":["rfc4040"],"template":["audio/clearmode"]},"registered":true},{"content-type":"audio/CN","encoding":"base64","xrefs":{"rfc":["rfc3389"],"template":["audio/CN"]},"registered":true},{"content-type":"audio/DAT12","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/DAT12"]},"registered":true},{"content-type":"audio/dls","encoding":"base64","xrefs":{"rfc":["rfc4613"],"template":["audio/dls"]},"registered":true},{"content-type":"audio/dsr-es201108","encoding":"base64","xrefs":{"rfc":["rfc3557"],"template":["audio/dsr-es201108"]},"registered":true},{"content-type":"audio/dsr-es202050","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202050"]},"registered":true},{"content-type":"audio/dsr-es202211","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202211"]},"registered":true},{"content-type":"audio/dsr-es202212","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202212"]},"registered":true},{"content-type":"audio/DV","encoding":"base64","xrefs":{"rfc":["rfc6469"],"template":["audio/DV"]},"registered":true},{"content-type":"audio/DVI4","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/DVI4"]},"registered":true},{"content-type":"audio/eac3","encoding":"base64","xrefs":{"rfc":["rfc4598"],"template":["audio/eac3"]},"registered":true},{"content-type":"audio/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["audio/encaprtp"]},"registered":true},{"content-type":"audio/EVRC","encoding":"base64","extensions":["evc"],"xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC"]},"registered":true},{"content-type":"audio/EVRC-QCP","encoding":"base64","xrefs":{"rfc":["rfc3625"],"template":["audio/EVRC-QCP"]},"registered":true},{"content-type":"audio/EVRC0","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC0"]},"registered":true},{"content-type":"audio/EVRC1","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC1"]},"registered":true},{"content-type":"audio/EVRCB","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCB"]},"registered":true},{"content-type":"audio/EVRCB0","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCB0"]},"registered":true},{"content-type":"audio/EVRCB1","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRCB1"]},"registered":true},{"content-type":"audio/EVRCNW","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW"]},"registered":true},{"content-type":"audio/EVRCNW0","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW0"]},"registered":true},{"content-type":"audio/EVRCNW1","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW1"]},"registered":true},{"content-type":"audio/EVRCWB","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB"]},"registered":true},{"content-type":"audio/EVRCWB0","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB0"]},"registered":true},{"content-type":"audio/EVRCWB1","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB1"]},"registered":true},{"content-type":"audio/EVS","encoding":"base64","xrefs":{"person":["Kyunghun_Jung","_3GPP"],"template":["audio/EVS"]},"registered":true},{"content-type":"audio/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["audio/example"]},"registered":true},{"content-type":"audio/flexfec","encoding":"base64","xrefs":{"rfc":["rfc8627"],"template":["audio/flexfec"]},"registered":true},{"content-type":"audio/fwdred","encoding":"base64","xrefs":{"rfc":["rfc6354"],"template":["audio/fwdred"]},"registered":true},{"content-type":"audio/G711-0","encoding":"base64","xrefs":{"rfc":["rfc7655"],"template":["audio/G711-0"]},"registered":true},{"content-type":"audio/G719","encoding":"base64","xrefs":{"rfc":["rfc5404"],"rfc-errata":["3245"],"template":["audio/G719"]},"registered":true},{"content-type":"audio/G722","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G722"]},"registered":true},{"content-type":"audio/G7221","encoding":"base64","xrefs":{"rfc":["rfc5577"],"template":["audio/G7221"]},"registered":true},{"content-type":"audio/G723","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G723"]},"registered":true},{"content-type":"audio/G726-16","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-16"]},"registered":true},{"content-type":"audio/G726-24","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-24"]},"registered":true},{"content-type":"audio/G726-32","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-32"]},"registered":true},{"content-type":"audio/G726-40","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-40"]},"registered":true},{"content-type":"audio/G728","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G728"]},"registered":true},{"content-type":"audio/G729","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729"]},"registered":true},{"content-type":"audio/G7291","encoding":"base64","xrefs":{"rfc":["rfc4749","rfc5459"],"template":["audio/G7291"]},"registered":true},{"content-type":"audio/G729D","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729D"]},"registered":true},{"content-type":"audio/G729E","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729E"]},"registered":true},{"content-type":"audio/GSM","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/GSM"]},"registered":true},{"content-type":"audio/GSM-EFR","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/GSM-EFR"]},"registered":true},{"content-type":"audio/GSM-HR-08","encoding":"base64","xrefs":{"rfc":["rfc5993"],"template":["audio/GSM-HR-08"]},"registered":true},{"content-type":"audio/iLBC","encoding":"base64","xrefs":{"rfc":["rfc3952"],"template":["audio/iLBC"]},"registered":true},{"content-type":"audio/ip-mr_v2.5","encoding":"base64","xrefs":{"rfc":["rfc6262"],"template":["audio/ip-mr_v2.5"]},"registered":true},{"content-type":"audio/L16","encoding":"base64","extensions":["l16"],"xrefs":{"rfc":["rfc4856"],"template":["audio/L16"]},"registered":true},{"content-type":"audio/L20","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/L20"]},"registered":true},{"content-type":"audio/L24","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/L24"]},"registered":true},{"content-type":"audio/L8","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/L8"]},"registered":true},{"content-type":"audio/LPC","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/LPC"]},"registered":true},{"content-type":"audio/MELP","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP"]},"registered":true},{"content-type":"audio/MELP1200","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP1200"]},"registered":true},{"content-type":"audio/MELP2400","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP2400"]},"registered":true},{"content-type":"audio/MELP600","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP600"]},"registered":true},{"content-type":"audio/mhas","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","Ingo_Hofmann","Nils_Peters"],"template":["audio/mhas"]},"registered":true},{"content-type":"audio/midi","friendly":{"en":"MIDI - Musical Instrument Digital Interface"},"encoding":"base64","extensions":["kar","mid","midi","rmi"],"registered":false},{"content-type":"audio/mobile-xmf","encoding":"base64","xrefs":{"rfc":["rfc4723"],"template":["audio/mobile-xmf"]},"registered":true},{"content-type":"audio/mp4","friendly":{"en":"MPEG-4 Audio"},"encoding":"base64","extensions":["mp4","mpg4","f4a","f4b","mp4a","m4a"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["audio/mp4"]},"registered":true},{"content-type":"audio/MP4A-LATM","encoding":"base64","extensions":["m4a"],"xrefs":{"rfc":["rfc6416"],"template":["audio/MP4A-LATM"]},"registered":true},{"content-type":"audio/MPA","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["audio/MPA"]},"registered":true},{"content-type":"audio/mpa-robust","encoding":"base64","xrefs":{"rfc":["rfc5219"],"template":["audio/mpa-robust"]},"registered":true},{"content-type":"audio/mpeg","friendly":{"en":"MPEG Audio"},"encoding":"base64","extensions":["mpga","mp2","mp3","m2a","m3a","mp2a"],"xrefs":{"rfc":["rfc3003"],"template":["audio/mpeg"]},"registered":true},{"content-type":"audio/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640","rfc5691","rfc6295"],"template":["audio/mpeg4-generic"]},"registered":true},{"content-type":"audio/ogg","friendly":{"en":"Ogg Audio"},"encoding":"base64","extensions":["oga","ogg","spx","opus"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["audio/ogg"]},"registered":true},{"content-type":"audio/opus","encoding":"base64","xrefs":{"rfc":["rfc7587"],"template":["audio/opus"]},"registered":true},{"content-type":"audio/parityfec","encoding":"base64","xrefs":{"rfc":["rfc3009"],"template":["audio/parityfec"]},"registered":true},{"content-type":"audio/PCMA","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/PCMA"]},"registered":true},{"content-type":"audio/PCMA-WB","encoding":"base64","xrefs":{"rfc":["rfc5391"],"template":["audio/PCMA-WB"]},"registered":true},{"content-type":"audio/PCMU","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/PCMU"]},"registered":true},{"content-type":"audio/PCMU-WB","encoding":"base64","xrefs":{"rfc":["rfc5391"],"template":["audio/PCMU-WB"]},"registered":true},{"content-type":"audio/prs.sid","encoding":"base64","xrefs":{"person":["Linus_Walleij"],"template":["audio/prs.sid"]},"registered":true},{"content-type":"audio/QCELP","encoding":"base64","xrefs":{"rfc":["rfc3555","rfc3625"],"template":["audio/QCELP"]},"registered":true},{"content-type":"audio/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["audio/raptorfec"]},"registered":true},{"content-type":"audio/RED","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["audio/RED"]},"registered":true},{"content-type":"audio/rtp-enc-aescm128","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["audio/rtp-enc-aescm128"]},"registered":true},{"content-type":"audio/rtp-midi","encoding":"base64","xrefs":{"rfc":["rfc6295"],"template":["audio/rtp-midi"]},"registered":true},{"content-type":"audio/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["audio/rtploopback"]},"registered":true},{"content-type":"audio/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["audio/rtx"]},"registered":true},{"content-type":"audio/s3m","encoding":"base64","extensions":["s3m"],"registered":false},{"content-type":"audio/scip","encoding":"base64","xrefs":{"person":["Daniel_Hanson","Michael_Faller","SCIP"],"template":["audio/scip"]},"registered":true},{"content-type":"audio/silk","encoding":"base64","extensions":["sil"],"registered":false},{"content-type":"audio/SMV","encoding":"base64","extensions":["smv"],"xrefs":{"rfc":["rfc3558"],"template":["audio/SMV"]},"registered":true},{"content-type":"audio/SMV-QCP","encoding":"base64","xrefs":{"rfc":["rfc3625"],"template":["audio/SMV-QCP"]},"registered":true},{"content-type":"audio/SMV0","encoding":"base64","xrefs":{"rfc":["rfc3558"],"template":["audio/SMV0"]},"registered":true},{"content-type":"audio/sofa","encoding":"base64","xrefs":{"person":["AES","Piotr_Majdak"],"template":["audio/sofa"]},"registered":true},{"content-type":"audio/sp-midi","encoding":"base64","xrefs":{"person":["Timo_Kosonen","Tom_White"],"template":["audio/sp-midi"]},"registered":true},{"content-type":"audio/speex","encoding":"base64","xrefs":{"rfc":["rfc5574"],"template":["audio/speex"]},"registered":true},{"content-type":"audio/t140c","encoding":"base64","xrefs":{"rfc":["rfc4351"],"template":["audio/t140c"]},"registered":true},{"content-type":"audio/t38","encoding":"base64","xrefs":{"rfc":["rfc4612"],"template":["audio/t38"]},"registered":true},{"content-type":"audio/telephone-event","encoding":"base64","xrefs":{"rfc":["rfc4733"],"template":["audio/telephone-event"]},"registered":true},{"content-type":"audio/TETRA_ACELP","encoding":"base64","xrefs":{"person":["ETSI","Miguel_Angel_Reina_Ortega"],"template":["audio/TETRA_ACELP"]},"registered":true},{"content-type":"audio/TETRA_ACELP_BB","encoding":"base64","xrefs":{"person":["ETSI","Miguel_Angel_Reina_Ortega"],"template":["audio/TETRA_ACELP_BB"]},"registered":true},{"content-type":"audio/tone","encoding":"base64","xrefs":{"rfc":["rfc4733"],"template":["audio/tone"]},"registered":true},{"content-type":"audio/TSVCIS","encoding":"base64","xrefs":{"rfc":["rfc8817"],"template":["audio/TSVCIS"]},"registered":true},{"content-type":"audio/UEMCLIP","encoding":"base64","xrefs":{"rfc":["rfc5686"],"template":["audio/UEMCLIP"]},"registered":true},{"content-type":"audio/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["audio/ulpfec"]},"registered":true},{"content-type":"audio/usac","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","Max_Neuendorf"],"template":["audio/usac"]},"registered":true},{"content-type":"audio/VDVI","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/VDVI"]},"registered":true},{"content-type":"audio/VMR-WB","encoding":"base64","xrefs":{"rfc":["rfc4348","rfc4424"],"template":["audio/VMR-WB"]},"registered":true},{"content-type":"audio/vnd.3gpp.iufp","encoding":"base64","xrefs":{"person":["Thomas_Belling"],"template":["audio/vnd.3gpp.iufp"]},"registered":true},{"content-type":"audio/vnd.4SB","encoding":"base64","xrefs":{"person":["Serge_De_Jaham"],"template":["audio/vnd.4SB"]},"registered":true},{"content-type":"audio/vnd.audiokoz","encoding":"base64","xrefs":{"person":["Vicki_DeBarros"],"template":["audio/vnd.audiokoz"]},"registered":true},{"content-type":"audio/vnd.CELP","encoding":"base64","xrefs":{"person":["Serge_De_Jaham"],"template":["audio/vnd.CELP"]},"registered":true},{"content-type":"audio/vnd.cisco.nse","encoding":"base64","xrefs":{"person":["Rajesh_Kumar"],"template":["audio/vnd.cisco.nse"]},"registered":true},{"content-type":"audio/vnd.cmles.radio-events","encoding":"base64","xrefs":{"person":["Jean-Philippe_Goulet"],"template":["audio/vnd.cmles.radio-events"]},"registered":true},{"content-type":"audio/vnd.cns.anp1","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.anp1"]},"registered":true},{"content-type":"audio/vnd.cns.inf1","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.inf1"]},"registered":true},{"content-type":"audio/vnd.dece.audio","friendly":{"en":"DECE Audio"},"encoding":"base64","extensions":["uva","uvva"],"xrefs":{"person":["Michael_A_Dolan"],"template":["audio/vnd.dece.audio"]},"registered":true},{"content-type":"audio/vnd.digital-winds","friendly":{"en":"Digital Winds Music"},"encoding":"7bit","extensions":["eol"],"xrefs":{"person":["Armands_Strazds"],"template":["audio/vnd.digital-winds"]},"registered":true},{"content-type":"audio/vnd.dlna.adts","encoding":"base64","xrefs":{"person":["Edwin_Heredia"],"template":["audio/vnd.dlna.adts"]},"registered":true},{"content-type":"audio/vnd.dolby.heaac.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.heaac.1"]},"registered":true},{"content-type":"audio/vnd.dolby.heaac.2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.heaac.2"]},"registered":true},{"content-type":"audio/vnd.dolby.mlp","encoding":"base64","xrefs":{"person":["Mike_Ward"],"template":["audio/vnd.dolby.mlp"]},"registered":true},{"content-type":"audio/vnd.dolby.mps","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.mps"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2x","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2x"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2z","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2z"]},"registered":true},{"content-type":"audio/vnd.dolby.pulse.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pulse.1"]},"registered":true},{"content-type":"audio/vnd.dra","friendly":{"en":"DRA Audio"},"encoding":"base64","extensions":["dra"],"xrefs":{"person":["Jiang_Tian"],"template":["audio/vnd.dra"]},"registered":true},{"content-type":"audio/vnd.dts","friendly":{"en":"DTS Audio"},"encoding":"base64","extensions":["dts"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts"]},"registered":true},{"content-type":"audio/vnd.dts.hd","friendly":{"en":"DTS High Definition Audio"},"encoding":"base64","extensions":["dtshd"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts.hd"]},"registered":true},{"content-type":"audio/vnd.dts.uhd","encoding":"base64","xrefs":{"person":["Phillip_Maness"],"template":["audio/vnd.dts.uhd"]},"registered":true},{"content-type":"audio/vnd.dvb.file","encoding":"base64","xrefs":{"person":["Peter_Siebert"],"template":["audio/vnd.dvb.file"]},"registered":true},{"content-type":"audio/vnd.everad.plj","encoding":"base64","extensions":["plj"],"xrefs":{"person":["Shay_Cicelsky"],"template":["audio/vnd.everad.plj"]},"registered":true},{"content-type":"audio/vnd.hns.audio","encoding":"base64","xrefs":{"person":["Swaminathan"],"template":["audio/vnd.hns.audio"]},"registered":true},{"content-type":"audio/vnd.lucent.voice","friendly":{"en":"Lucent Voice"},"encoding":"base64","extensions":["lvp"],"xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.lucent.voice"]},"registered":true},{"content-type":"audio/vnd.ms-playready.media.pya","friendly":{"en":"Microsoft PlayReady Ecosystem"},"encoding":"base64","extensions":["pya"],"xrefs":{"person":["Steve_DiAcetis"],"template":["audio/vnd.ms-playready.media.pya"]},"registered":true},{"content-type":"audio/vnd.nokia.mobile-xmf","encoding":"base64","extensions":["mxmf"],"xrefs":{"person":["Nokia"],"template":["audio/vnd.nokia.mobile-xmf"]},"registered":true},{"content-type":"audio/vnd.nortel.vbk","encoding":"base64","extensions":["vbk"],"xrefs":{"person":["Glenn_Parsons"],"template":["audio/vnd.nortel.vbk"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp4800","friendly":{"en":"Nuera ECELP 4800"},"encoding":"base64","extensions":["ecelp4800"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp4800"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp7470","friendly":{"en":"Nuera ECELP 7470"},"encoding":"base64","extensions":["ecelp7470"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp7470"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp9600","friendly":{"en":"Nuera ECELP 9600"},"encoding":"base64","extensions":["ecelp9600"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp9600"]},"registered":true},{"content-type":"audio/vnd.octel.sbc","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.octel.sbc"]},"registered":true},{"content-type":"audio/vnd.presonus.multitrack","encoding":"base64","xrefs":{"person":["Matthias_Juwan"],"template":["audio/vnd.presonus.multitrack"]},"registered":true},{"content-type":"audio/vnd.qcelp","encoding":"base64","extensions":["qcp"],"obsolete":true,"use-instead":"audio/qcelp","xrefs":{"rfc":["rfc3625"],"template":["audio/vnd.qcelp"],"notes":["- DEPRECATED in favor of audio/qcelp"]},"registered":true},{"content-type":"audio/vnd.rhetorex.32kadpcm","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.rhetorex.32kadpcm"]},"registered":true},{"content-type":"audio/vnd.rip","friendly":{"en":"Hit'n'Mix"},"encoding":"base64","extensions":["rip"],"xrefs":{"person":["Martin_Dawe"],"template":["audio/vnd.rip"]},"registered":true},{"content-type":"audio/vnd.sealedmedia.softseal.mpeg","encoding":"base64","extensions":["smp3","smp","s1m"],"xrefs":{"person":["David_Petersen"],"template":["audio/vnd.sealedmedia.softseal.mpeg"]},"registered":true},{"content-type":"audio/vnd.vmx.cvsd","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.vmx.cvsd"]},"registered":true},{"content-type":"audio/vorbis","encoding":"base64","xrefs":{"rfc":["rfc5215"],"template":["audio/vorbis"]},"registered":true},{"content-type":"audio/vorbis-config","encoding":"base64","xrefs":{"rfc":["rfc5215"],"template":["audio/vorbis-config"]},"registered":true},{"content-type":"audio/wav","friendly":{"en":"Waveform Audio File Format (WAV)"},"encoding":"base64","extensions":["wav"],"registered":false},{"content-type":"audio/webm","friendly":{"en":"Open Web Media Project - Audio"},"encoding":"base64","extensions":["weba","webm"],"registered":false},{"content-type":"audio/x-aac","friendly":{"en":"Advanced Audio Coding (AAC)"},"encoding":"base64","extensions":["aac"],"registered":false},{"content-type":"audio/x-aiff","friendly":{"en":"Audio Interchange File Format"},"encoding":"base64","extensions":["aif","aifc","aiff"],"registered":false},{"content-type":"audio/x-caf","encoding":"base64","extensions":["caf"],"registered":false},{"content-type":"audio/x-flac","encoding":"base64","extensions":["flac"],"registered":false},{"content-type":"audio/x-m4a","encoding":"base64","extensions":["m4a"],"registered":false},{"content-type":"audio/x-matroska","encoding":"base64","extensions":["mka"],"registered":false},{"content-type":"audio/x-midi","encoding":"base64","extensions":["mid","midi","kar"],"registered":false},{"content-type":"audio/x-mpegurl","friendly":{"en":"M3U (Multimedia Playlist)"},"encoding":"base64","extensions":["m3u"],"registered":false},{"content-type":"audio/x-ms-wax","friendly":{"en":"Microsoft Windows Media Audio Redirector"},"encoding":"base64","extensions":["wax"],"registered":false},{"content-type":"audio/x-ms-wma","friendly":{"en":"Microsoft Windows Media Audio"},"encoding":"base64","extensions":["wma"],"registered":false},{"content-type":"audio/x-ms-wmv","encoding":"base64","extensions":["wmv"],"registered":false},{"content-type":"audio/x-pn-realaudio","friendly":{"en":"Real Audio Sound"},"encoding":"base64","extensions":["ra","ram"],"registered":false},{"content-type":"audio/x-pn-realaudio-plugin","friendly":{"en":"Real Audio Sound"},"encoding":"base64","extensions":["rmp","rpm"],"registered":false},{"content-type":"audio/x-realaudio","encoding":"base64","extensions":["ra"],"registered":false},{"content-type":"audio/x-wav","friendly":{"en":"Waveform Audio File Format (WAV)"},"encoding":"base64","extensions":["wav"],"registered":false},{"content-type":"audio/xm","encoding":"base64","extensions":["xm"],"registered":false},{"content-type":"chemical/x-cdx","friendly":{"en":"ChemDraw eXchange file"},"encoding":"base64","extensions":["cdx"],"registered":false},{"content-type":"chemical/x-cif","friendly":{"en":"Crystallographic Interchange Format"},"encoding":"base64","extensions":["cif"],"registered":false},{"content-type":"chemical/x-cmdf","friendly":{"en":"CrystalMaker Data Format"},"encoding":"base64","extensions":["cmdf"],"registered":false},{"content-type":"chemical/x-cml","friendly":{"en":"Chemical Markup Language"},"encoding":"base64","extensions":["cml"],"registered":false},{"content-type":"chemical/x-csml","friendly":{"en":"Chemical Style Markup Language"},"encoding":"base64","extensions":["csml"],"registered":false},{"content-type":"chemical/x-pdb","encoding":"base64","extensions":["pdb"],"obsolete":true,"use-instead":"x-chemical/x-pdb","registered":false},{"content-type":"chemical/x-xyz","friendly":{"en":"XYZ File Format"},"encoding":"base64","extensions":["xyz"],"obsolete":true,"use-instead":"x-chemical/x-xyz","registered":false},{"content-type":"drawing/dwf","encoding":"base64","extensions":["dwf"],"obsolete":true,"use-instead":"x-drawing/dwf","registered":false},{"content-type":"font/collection","encoding":"base64","extensions":["ttc"],"xrefs":{"rfc":["rfc8081"],"template":["font/collection"]},"registered":true},{"content-type":"font/otf","encoding":"base64","extensions":["otf"],"xrefs":{"rfc":["rfc8081"],"template":["font/otf"]},"registered":true},{"content-type":"font/sfnt","encoding":"base64","xrefs":{"rfc":["rfc8081"],"template":["font/sfnt"]},"registered":true},{"content-type":"font/ttf","encoding":"base64","extensions":["ttf"],"xrefs":{"rfc":["rfc8081"],"template":["font/ttf"]},"registered":true},{"content-type":"font/woff","encoding":"base64","extensions":["woff"],"xrefs":{"rfc":["rfc8081"],"template":["font/woff"]},"registered":true},{"content-type":"font/woff2","encoding":"base64","extensions":["woff2"],"xrefs":{"rfc":["rfc8081"],"template":["font/woff2"]},"registered":true},{"content-type":"image/aces","encoding":"base64","xrefs":{"person":["Howard_Lukk","SMPTE"],"template":["image/aces"]},"registered":true},{"content-type":"image/avci","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["image/avci"]},"registered":true},{"content-type":"image/avcs","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["image/avcs"]},"registered":true},{"content-type":"image/avif","encoding":"base64","extensions":["avif"],"xrefs":{"person":["Alliance_for_Open_Media","Cyril_Concolato"],"template":["image/avif"]},"registered":true},{"content-type":"image/bmp","friendly":{"en":"Bitmap Image File"},"encoding":"base64","extensions":["bmp"],"obsolete":true,"use-instead":"image/x-bmp","xrefs":{"rfc":["rfc7903"],"template":["image/bmp"]},"registered":true},{"content-type":"image/cgm","friendly":{"en":"Computer Graphics Metafile"},"encoding":"base64","extensions":["cgm"],"xrefs":{"person":["Alan_Francis"],"template":["image/cgm"]},"registered":true},{"content-type":"image/cmu-raster","encoding":"base64","obsolete":true,"use-instead":"image/x-cmu-raster","registered":false},{"content-type":"image/dicom-rle","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","David_Clunie"],"template":["image/dicom-rle"]},"registered":true},{"content-type":"image/emf","encoding":"base64","xrefs":{"rfc":["rfc7903"],"template":["image/emf"]},"registered":true},{"content-type":"image/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["image/example"]},"registered":true},{"content-type":"image/fits","encoding":"base64","xrefs":{"rfc":["rfc4047"],"template":["image/fits"]},"registered":true},{"content-type":"image/g3fax","friendly":{"en":"G3 Fax Image"},"encoding":"base64","extensions":["g3"],"xrefs":{"rfc":["rfc1494"],"template":["image/g3fax"]},"registered":true},{"content-type":"image/gif","friendly":{"en":"Graphics Interchange Format"},"encoding":"base64","extensions":["gif"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"image/heic","encoding":"base64","extensions":["heic","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["image/heic"]},"registered":true},{"content-type":"image/heic-sequence","encoding":"base64","extensions":["heics","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["image/heic-sequence"]},"registered":true},{"content-type":"image/heif","encoding":"base64","extensions":["heif","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["image/heif"]},"registered":true},{"content-type":"image/heif-sequence","encoding":"base64","extensions":["heifs","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["image/heif-sequence"]},"registered":true},{"content-type":"image/hej2k","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/hej2k"]},"registered":true},{"content-type":"image/hsj2","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/hsj2"]},"registered":true},{"content-type":"image/ief","friendly":{"en":"Image Exchange Format"},"encoding":"base64","extensions":["ief"],"xrefs":{"rfc":["rfc1314"]},"registered":true},{"content-type":"image/jls","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","David_Clunie"],"template":["image/jls"]},"registered":true},{"content-type":"image/jp2","encoding":"base64","extensions":["jp2","jpg2"],"xrefs":{"rfc":["rfc3745"],"template":["image/jp2"]},"registered":true},{"content-type":"image/jpeg","friendly":{"en":"JPEG Image"},"encoding":"base64","extensions":["jpeg","jpg","jpe"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"image/jph","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/jph"]},"registered":true},{"content-type":"image/jphc","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/jphc"]},"registered":true},{"content-type":"image/jpm","encoding":"base64","extensions":["jpm","jpgm"],"xrefs":{"rfc":["rfc3745"],"template":["image/jpm"]},"registered":true},{"content-type":"image/jpx","encoding":"base64","extensions":["jpx","jpf"],"xrefs":{"rfc":["rfc3745"],"template":["image/jpx"]},"registered":true},{"content-type":"image/jxr","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/jxr"]},"registered":true},{"content-type":"image/jxrA","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/jxrA"]},"registered":true},{"content-type":"image/jxrS","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/jxrS"]},"registered":true},{"content-type":"image/jxs","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1"],"template":["image/jxs"]},"registered":true},{"content-type":"image/jxsc","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1"],"template":["image/jxsc"]},"registered":true},{"content-type":"image/jxsi","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1"],"template":["image/jxsi"]},"registered":true},{"content-type":"image/jxss","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1"],"template":["image/jxss"]},"registered":true},{"content-type":"image/ktx","friendly":{"en":"OpenGL Textures (KTX)"},"encoding":"base64","extensions":["ktx"],"xrefs":{"person":["Khronos","Mark_Callow"],"template":["image/ktx"]},"registered":true},{"content-type":"image/ktx2","encoding":"base64","xrefs":{"person":["Khronos","Mark_Callow"],"template":["image/ktx2"]},"registered":true},{"content-type":"image/naplps","encoding":"base64","xrefs":{"person":["Ilya_Ferber"],"template":["image/naplps"]},"registered":true},{"content-type":"image/pjpeg","docs":"Fixes a bug with IE6 and progressive JPEGs","encoding":"base64","registered":false},{"content-type":"image/png","friendly":{"en":"Portable Network Graphics (PNG)"},"encoding":"base64","extensions":["png"],"xrefs":{"person":["Glenn_Randers-Pehrson"],"template":["image/png"]},"registered":true},{"content-type":"image/prs.btif","friendly":{"en":"BTIF"},"encoding":"base64","extensions":["btif"],"xrefs":{"person":["Ben_Simon"],"template":["image/prs.btif"]},"registered":true},{"content-type":"image/prs.pti","encoding":"base64","xrefs":{"person":["Juern_Laun"],"template":["image/prs.pti"]},"registered":true},{"content-type":"image/pwg-raster","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["image/pwg-raster"]},"registered":true},{"content-type":"image/sgi","encoding":"base64","extensions":["sgi"],"registered":false},{"content-type":"image/svg+xml","friendly":{"en":"Scalable Vector Graphics (SVG)"},"encoding":"8bit","extensions":["svg","svgz"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/SVG/mimereg.html"],"template":["image/svg+xml"]},"registered":true},{"content-type":"image/t38","encoding":"base64","xrefs":{"rfc":["rfc3362"],"template":["image/t38"]},"registered":true},{"content-type":"image/targa","encoding":"base64","extensions":["tga"],"obsolete":true,"use-instead":"image/x-targa","registered":false},{"content-type":"image/tiff","friendly":{"en":"Tagged Image File Format"},"encoding":"base64","extensions":["tiff","tif"],"xrefs":{"rfc":["rfc3302"],"template":["image/tiff"]},"registered":true},{"content-type":"image/tiff-fx","encoding":"base64","xrefs":{"rfc":["rfc3950"],"template":["image/tiff-fx"]},"registered":true},{"content-type":"image/vnd.adobe.photoshop","friendly":{"en":"Photoshop Document"},"encoding":"base64","extensions":["psd"],"xrefs":{"person":["Kim_Scarborough"],"template":["image/vnd.adobe.photoshop"]},"registered":true},{"content-type":"image/vnd.airzip.accelerator.azv","encoding":"base64","xrefs":{"person":["Gary_Clueit"],"template":["image/vnd.airzip.accelerator.azv"]},"registered":true},{"content-type":"image/vnd.cns.inf2","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["image/vnd.cns.inf2"]},"registered":true},{"content-type":"image/vnd.dece.graphic","friendly":{"en":"DECE Graphic"},"encoding":"base64","extensions":["uvg","uvi","uvvg","uvvi"],"xrefs":{"person":["Michael_A_Dolan"],"template":["image/vnd.dece.graphic"]},"registered":true},{"content-type":"image/vnd.dgn","encoding":"base64","extensions":["dgn"],"obsolete":true,"use-instead":"image/x-vnd.dgn","registered":false},{"content-type":"image/vnd.djvu","friendly":{"en":"DjVu"},"encoding":"base64","extensions":["djvu","djv"],"xrefs":{"person":["Leon_Bottou"],"template":["image/vnd.djvu"]},"registered":true},{"content-type":"image/vnd.dvb.subtitle","friendly":{"en":"Close Captioning - Subtitle"},"encoding":"base64","extensions":["sub"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["image/vnd.dvb.subtitle"]},"registered":true},{"content-type":"image/vnd.dwg","friendly":{"en":"DWG Drawing"},"encoding":"base64","extensions":["dwg"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dwg"]},"registered":true},{"content-type":"image/vnd.dxf","friendly":{"en":"AutoCAD DXF"},"encoding":"base64","extensions":["dxf"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dxf"]},"registered":true},{"content-type":"image/vnd.fastbidsheet","friendly":{"en":"FastBid Sheet"},"encoding":"base64","extensions":["fbs"],"xrefs":{"person":["Scott_Becker"],"template":["image/vnd.fastbidsheet"]},"registered":true},{"content-type":"image/vnd.fpx","friendly":{"en":"FlashPix"},"encoding":"base64","extensions":["fpx"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.fpx"]},"registered":true},{"content-type":"image/vnd.fst","friendly":{"en":"FAST Search & Transfer ASA"},"encoding":"base64","extensions":["fst"],"xrefs":{"person":["Arild_Fuldseth"],"template":["image/vnd.fst"]},"registered":true},{"content-type":"image/vnd.fujixerox.edmics-mmr","friendly":{"en":"EDMICS 2000"},"encoding":"base64","extensions":["mmr"],"xrefs":{"person":["Masanori_Onda"],"template":["image/vnd.fujixerox.edmics-mmr"]},"registered":true},{"content-type":"image/vnd.fujixerox.edmics-rlc","friendly":{"en":"EDMICS 2000"},"encoding":"base64","extensions":["rlc"],"xrefs":{"person":["Masanori_Onda"],"template":["image/vnd.fujixerox.edmics-rlc"]},"registered":true},{"content-type":"image/vnd.globalgraphics.pgb","encoding":"base64","extensions":["pgb"],"xrefs":{"person":["Martin_Bailey"],"template":["image/vnd.globalgraphics.pgb"]},"registered":true},{"content-type":"image/vnd.microsoft.icon","encoding":"base64","extensions":["ico"],"xrefs":{"person":["Simon_Butcher"],"template":["image/vnd.microsoft.icon"]},"registered":true},{"content-type":"image/vnd.mix","encoding":"base64","xrefs":{"person":["Saveen_Reddy"],"template":["image/vnd.mix"]},"registered":true},{"content-type":"image/vnd.mozilla.apng","encoding":"base64","xrefs":{"person":["Stuart_Parmenter"],"template":["image/vnd.mozilla.apng"]},"registered":true},{"content-type":"image/vnd.ms-modi","friendly":{"en":"Microsoft Document Imaging Format"},"encoding":"base64","extensions":["mdi"],"xrefs":{"person":["Gregory_Vaughan"],"template":["image/vnd.ms-modi"]},"registered":true},{"content-type":"image/vnd.ms-photo","encoding":"base64","extensions":["wdp"],"registered":false},{"content-type":"image/vnd.net-fpx","friendly":{"en":"FlashPix"},"encoding":"base64","extensions":["npx"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.net-fpx"]},"registered":true},{"content-type":"image/vnd.net.fpx","encoding":"base64","obsolete":true,"use-instead":"image/vnd.net-fpx","registered":false},{"content-type":"image/vnd.pco.b16","encoding":"base64","xrefs":{"person":["Jan_Zeman","PCO_AG"],"template":["image/vnd.pco.b16"]},"registered":true},{"content-type":"image/vnd.radiance","encoding":"base64","xrefs":{"person":["Greg_Ward","Randolph_Fritz"],"template":["image/vnd.radiance"]},"registered":true},{"content-type":"image/vnd.sealed.png","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealed.png"]},"registered":true},{"content-type":"image/vnd.sealedmedia.softseal.gif","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal.gif"]},"registered":true},{"content-type":"image/vnd.sealedmedia.softseal.jpg","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal.jpg"]},"registered":true},{"content-type":"image/vnd.svf","encoding":"base64","xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.svf"]},"registered":true},{"content-type":"image/vnd.tencent.tap","encoding":"base64","xrefs":{"person":["Ni_Hui"],"template":["image/vnd.tencent.tap"]},"registered":true},{"content-type":"image/vnd.valve.source.texture","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["image/vnd.valve.source.texture"]},"registered":true},{"content-type":"image/vnd.wap.wbmp","friendly":{"en":"WAP Bitamp (WBMP)"},"encoding":"base64","extensions":["wbmp"],"xrefs":{"person":["Peter_Stark"],"template":["image/vnd.wap.wbmp"]},"registered":true},{"content-type":"image/vnd.xiff","friendly":{"en":"eXtended Image File Format (XIFF)"},"encoding":"base64","extensions":["xif"],"xrefs":{"person":["Steven_Martin"],"template":["image/vnd.xiff"]},"registered":true},{"content-type":"image/vnd.zbrush.pcx","encoding":"base64","xrefs":{"person":["Chris_Charabaruk"],"template":["image/vnd.zbrush.pcx"]},"registered":true},{"content-type":"image/webp","friendly":{"en":"WebP Image"},"encoding":"base64","extensions":["webp"],"registered":false},{"content-type":"image/wmf","encoding":"base64","xrefs":{"rfc":["rfc7903"],"template":["image/wmf"]},"registered":true},{"content-type":"image/x-3ds","encoding":"base64","extensions":["3ds"],"registered":false},{"content-type":"image/x-adobe-dng","friendly":{"en":"Adobe Digital Negative"},"encoding":"base64","extensions":["dng"],"registered":false},{"content-type":"image/x-bmp","encoding":"base64","extensions":["bmp"],"registered":false},{"content-type":"image/x-canon-cr2","friendly":{"en":"Canon Raw Image"},"encoding":"base64","extensions":["cr2"],"registered":false},{"content-type":"image/x-canon-crw","friendly":{"en":"Canon Raw Image"},"encoding":"base64","extensions":["crw"],"registered":false},{"content-type":"image/x-cmu-raster","friendly":{"en":"CMU Image"},"encoding":"base64","extensions":["ras"],"registered":false},{"content-type":"image/x-cmx","friendly":{"en":"Corel Metafile Exchange (CMX)"},"encoding":"base64","extensions":["cmx"],"registered":false},{"content-type":"image/x-compressed-xcf","docs":"see-also:image/x-xcf","encoding":"base64","extensions":["xcfbz2","xcfgz"],"registered":false},{"content-type":"image/x-emf","encoding":"base64","obsolete":true,"use-instead":"image/emf","xrefs":{"rfc":["rfc7903"],"template":["image/emf"],"notes":["- DEPRECATED in favor of image/emf"]},"registered":true},{"content-type":"image/x-epson-erf","friendly":{"en":"Epson Raw Image"},"encoding":"base64","extensions":["erf"],"registered":false},{"content-type":"image/x-freehand","friendly":{"en":"FreeHand MX"},"encoding":"base64","extensions":["fh","fh4","fh5","fh7","fhc"],"registered":false},{"content-type":"image/x-fuji-raf","friendly":{"en":"Fuji Raw Image"},"encoding":"base64","extensions":["raf"],"registered":false},{"content-type":"image/x-hasselblad-3fr","encoding":"base64","extensions":["3fr"],"registered":false},{"content-type":"image/x-icon","friendly":{"en":"Icon Image"},"encoding":"base64","extensions":["ico"],"registered":false},{"content-type":"image/x-kodak-dcr","friendly":{"en":"Kodak Raw Image"},"encoding":"base64","extensions":["dcr"],"registered":false},{"content-type":"image/x-kodak-k25","friendly":{"en":"Kodak Raw Image"},"encoding":"base64","extensions":["k25"],"registered":false},{"content-type":"image/x-kodak-kdc","friendly":{"en":"Kodak Raw Image"},"encoding":"base64","extensions":["kdc"],"registered":false},{"content-type":"image/x-minolta-mrw","friendly":{"en":"Minolta Raw Image"},"encoding":"base64","extensions":["mrw"],"registered":false},{"content-type":"image/x-mrsid-image","encoding":"base64","extensions":["sid"],"registered":false},{"content-type":"image/x-ms-bmp","friendly":{"en":"Bitmap Image File"},"encoding":"base64","extensions":["bmp"],"obsolete":true,"registered":false},{"content-type":"image/x-nikon-nef","friendly":{"en":"Nikon Raw Image"},"encoding":"base64","extensions":["nef"],"registered":false},{"content-type":"image/x-olympus-orf","friendly":{"en":"Olympus Raw Image"},"encoding":"base64","extensions":["orf"],"registered":false},{"content-type":"image/x-paintshoppro","encoding":"base64","extensions":["psp","pspimage"],"registered":false},{"content-type":"image/x-panasonic-raw","friendly":{"en":"Panasonic Raw Image"},"encoding":"base64","extensions":["raw"],"registered":false},{"content-type":"image/x-pcx","friendly":{"en":"PCX Image"},"encoding":"base64","extensions":["pcx"],"registered":false},{"content-type":"image/x-pentax-pef","friendly":{"en":"Pentax Raw Image"},"encoding":"base64","extensions":["pef"],"registered":false},{"content-type":"image/x-pict","friendly":{"en":"PICT Image"},"encoding":"base64","extensions":["pct","pic"],"registered":false},{"content-type":"image/x-portable-anymap","friendly":{"en":"Portable Anymap Image"},"encoding":"base64","extensions":["pnm"],"registered":false},{"content-type":"image/x-portable-bitmap","friendly":{"en":"Portable Bitmap Format"},"encoding":"base64","extensions":["pbm"],"registered":false},{"content-type":"image/x-portable-graymap","friendly":{"en":"Portable Graymap Format"},"encoding":"base64","extensions":["pgm"],"registered":false},{"content-type":"image/x-portable-pixmap","friendly":{"en":"Portable Pixmap Format"},"encoding":"base64","extensions":["ppm"],"registered":false},{"content-type":"image/x-rgb","friendly":{"en":"Silicon Graphics RGB Bitmap"},"encoding":"base64","extensions":["rgb"],"registered":false},{"content-type":"image/x-sigma-x3f","friendly":{"en":"Sigma Raw Image"},"encoding":"base64","extensions":["x3f"],"registered":false},{"content-type":"image/x-sony-arw","friendly":{"en":"Sony Raw Image"},"encoding":"base64","extensions":["arw"],"registered":false},{"content-type":"image/x-sony-sr2","friendly":{"en":"Sony Raw Image"},"encoding":"base64","extensions":["sr2"],"registered":false},{"content-type":"image/x-sony-srf","friendly":{"en":"Sony Raw Image"},"encoding":"base64","extensions":["srf"],"registered":false},{"content-type":"image/x-targa","encoding":"base64","extensions":["tga"],"registered":false},{"content-type":"image/x-tga","encoding":"base64","extensions":["tga"],"registered":false},{"content-type":"image/x-vnd.dgn","encoding":"base64","extensions":["dgn"],"registered":false},{"content-type":"image/x-win-bmp","encoding":"base64","registered":false},{"content-type":"image/x-wmf","encoding":"base64","obsolete":true,"use-instead":"image/wmf","xrefs":{"rfc":["rfc7903"],"template":["image/wmf"],"notes":["- DEPRECATED in favor of image/wmf"]},"registered":true},{"content-type":"image/x-xbitmap","friendly":{"en":"X BitMap"},"encoding":"7bit","extensions":["xbm"],"registered":false},{"content-type":"image/x-xbm","encoding":"7bit","extensions":["xbm"],"registered":false},{"content-type":"image/x-xcf","encoding":"base64","extensions":["xcf"],"registered":false},{"content-type":"image/x-xpixmap","friendly":{"en":"X PixMap"},"encoding":"8bit","extensions":["xpm"],"registered":false},{"content-type":"image/x-xwindowdump","friendly":{"en":"X Window Dump"},"encoding":"base64","extensions":["xwd"],"registered":false},{"content-type":"message/CPIM","encoding":"base64","xrefs":{"rfc":["rfc3862"],"template":["message/CPIM"]},"registered":true},{"content-type":"message/delivery-status","encoding":"base64","xrefs":{"rfc":["rfc1894"],"template":["message/delivery-status"]},"registered":true},{"content-type":"message/disposition-notification","encoding":"base64","xrefs":{"rfc":["rfc8098"],"template":["message/disposition-notification"]},"registered":true},{"content-type":"message/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["message/example"]},"registered":true},{"content-type":"message/external-body","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/feedback-report","encoding":"base64","xrefs":{"rfc":["rfc5965"],"template":["message/feedback-report"]},"registered":true},{"content-type":"message/global","encoding":"base64","xrefs":{"rfc":["rfc6532"],"template":["message/global"]},"registered":true},{"content-type":"message/global-delivery-status","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-delivery-status"]},"registered":true},{"content-type":"message/global-disposition-notification","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-disposition-notification"]},"registered":true},{"content-type":"message/global-headers","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-headers"]},"registered":true},{"content-type":"message/http","encoding":"base64","xrefs":{"rfc":["rfc7230"],"template":["message/http"]},"registered":true},{"content-type":"message/imdn+xml","encoding":"base64","xrefs":{"rfc":["rfc5438"],"template":["message/imdn+xml"]},"registered":true},{"content-type":"message/news","encoding":"8bit","obsolete":true,"xrefs":{"rfc":["rfc5537"],"person":["Henry_Spencer"],"template":["message/news"],"notes":["- OBSOLETED by RFC5537"]},"registered":true},{"content-type":"message/partial","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/rfc822","friendly":{"en":"Email Message"},"encoding":"8bit","extensions":["eml","mime"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/s-http","encoding":"base64","xrefs":{"rfc":["rfc2660"],"template":["message/s-http"]},"registered":true},{"content-type":"message/sip","encoding":"base64","xrefs":{"rfc":["rfc3261"],"template":["message/sip"]},"registered":true},{"content-type":"message/sipfrag","encoding":"base64","xrefs":{"rfc":["rfc3420"],"template":["message/sipfrag"]},"registered":true},{"content-type":"message/tracking-status","encoding":"base64","xrefs":{"rfc":["rfc3886"],"template":["message/tracking-status"]},"registered":true},{"content-type":"message/vnd.si.simp","encoding":"base64","obsolete":true,"xrefs":{"person":["Nicholas_Parks_Young"],"template":["message/vnd.si.simp"],"notes":["- OBSOLETED by request"]},"registered":true},{"content-type":"message/vnd.wfa.wsc","encoding":"base64","xrefs":{"person":["Mick_Conley"],"template":["message/vnd.wfa.wsc"]},"registered":true},{"content-type":"model/3mf","encoding":"base64","xrefs":{"uri":["http://www.3mf.io/specification"],"person":["Michael_Sweet","_3MF"],"template":["model/3mf"]},"registered":true},{"content-type":"model/e57","encoding":"base64","xrefs":{"person":["ASTM"],"template":["model/e57"]},"registered":true},{"content-type":"model/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["model/example"]},"registered":true},{"content-type":"model/gltf+json","encoding":"base64","xrefs":{"person":["Khronos","Uli_Klumpp"],"template":["model/gltf+json"]},"registered":true},{"content-type":"model/gltf-binary","encoding":"base64","xrefs":{"person":["Khronos","Saurabh_Bhatia"],"template":["model/gltf-binary"]},"registered":true},{"content-type":"model/iges","friendly":{"en":"Initial Graphics Exchange Specification (IGES)"},"encoding":"base64","extensions":["igs","iges"],"xrefs":{"person":["Curtis_Parks"],"template":["model/iges"]},"registered":true},{"content-type":"model/mesh","friendly":{"en":"Mesh Data Type"},"encoding":"base64","extensions":["msh","mesh","silo"],"xrefs":{"rfc":["rfc2077"]},"registered":true},{"content-type":"model/mtl","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","Luiza_Kowalczyk"],"template":["model/mtl"]},"registered":true},{"content-type":"model/obj","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","Luiza_Kowalczyk"],"template":["model/obj"]},"registered":true},{"content-type":"model/step","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step"]},"registered":true},{"content-type":"model/step+xml","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step+xml"]},"registered":true},{"content-type":"model/step+zip","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step+zip"]},"registered":true},{"content-type":"model/step-xml+zip","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step-xml+zip"]},"registered":true},{"content-type":"model/stl","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","Lisa_Spellman"],"template":["model/stl"]},"registered":true},{"content-type":"model/vnd.collada+xml","friendly":{"en":"COLLADA"},"encoding":"base64","extensions":["dae"],"xrefs":{"person":["James_Riordon"],"template":["model/vnd.collada+xml"]},"registered":true},{"content-type":"model/vnd.dwf","friendly":{"en":"Autodesk Design Web Format (DWF)"},"encoding":"base64","extensions":["dwf"],"xrefs":{"person":["Jason_Pratt"],"template":["model/vnd.dwf"]},"registered":true},{"content-type":"model/vnd.flatland.3dml","encoding":"base64","xrefs":{"person":["Michael_Powers"],"template":["model/vnd.flatland.3dml"]},"registered":true},{"content-type":"model/vnd.gdl","friendly":{"en":"Geometric Description Language (GDL)"},"encoding":"base64","extensions":["gdl"],"xrefs":{"person":["Attila_Babits"],"template":["model/vnd.gdl"]},"registered":true},{"content-type":"model/vnd.gs-gdl","encoding":"base64","xrefs":{"person":["Attila_Babits"],"template":["model/vnd.gs-gdl"]},"registered":true},{"content-type":"model/vnd.gtw","friendly":{"en":"Gen-Trix Studio"},"encoding":"base64","extensions":["gtw"],"xrefs":{"person":["Yutaka_Ozaki"],"template":["model/vnd.gtw"]},"registered":true},{"content-type":"model/vnd.moml+xml","encoding":"base64","xrefs":{"person":["Christopher_Brooks"],"template":["model/vnd.moml+xml"]},"registered":true},{"content-type":"model/vnd.mts","friendly":{"en":"Virtue MTS"},"encoding":"base64","extensions":["mts"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.mts"]},"registered":true},{"content-type":"model/vnd.opengex","encoding":"base64","xrefs":{"person":["Eric_Lengyel"],"template":["model/vnd.opengex"]},"registered":true},{"content-type":"model/vnd.parasolid.transmit.binary","encoding":"base64","extensions":["x_b","xmt_bin"],"xrefs":{"person":["Parasolid"],"template":["model/vnd.parasolid.transmit.binary"]},"registered":true},{"content-type":"model/vnd.parasolid.transmit.text","encoding":"quoted-printable","extensions":["x_t","xmt_txt"],"xrefs":{"person":["Parasolid"],"template":["model/vnd.parasolid.transmit.text"]},"registered":true},{"content-type":"model/vnd.pytha.pyox","encoding":"base64","xrefs":{"person":["Daniel_Flassig"],"template":["model/vnd.pytha.pyox"]},"registered":true},{"content-type":"model/vnd.rosette.annotated-data-model","encoding":"base64","xrefs":{"person":["Benson_Margulies"],"template":["model/vnd.rosette.annotated-data-model"]},"registered":true},{"content-type":"model/vnd.sap.vds","encoding":"base64","xrefs":{"person":["Igor_Afanasyev","SAP_SE"],"template":["model/vnd.sap.vds"]},"registered":true},{"content-type":"model/vnd.usdz+zip","encoding":"base64","xrefs":{"person":["Sebastian_Grassia"],"template":["model/vnd.usdz+zip"]},"registered":true},{"content-type":"model/vnd.valve.source.compiled-map","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["model/vnd.valve.source.compiled-map"]},"registered":true},{"content-type":"model/vnd.vtu","friendly":{"en":"Virtue VTU"},"encoding":"base64","extensions":["vtu"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.vtu"]},"registered":true},{"content-type":"model/vrml","friendly":{"en":"Virtual Reality Modeling Language"},"encoding":"base64","extensions":["wrl","vrml"],"xrefs":{"rfc":["rfc2077"]},"registered":true},{"content-type":"model/x3d+binary","encoding":"base64","extensions":["x3db","x3dbz"],"registered":false},{"content-type":"model/x3d+fastinfoset","encoding":"base64","xrefs":{"person":["Web3D_X3D"],"template":["model/x3d+fastinfoset"]},"registered":true},{"content-type":"model/x3d+vrml","encoding":"base64","extensions":["x3dv","x3dvz"],"registered":false},{"content-type":"model/x3d+xml","encoding":"base64","extensions":["x3d","x3dz"],"xrefs":{"person":["Web3D","Web3D_X3D"],"template":["model/x3d+xml"]},"registered":true},{"content-type":"model/x3d-vrml","encoding":"base64","xrefs":{"person":["Web3D","Web3D_X3D"],"template":["model/x3d-vrml"]},"registered":true},{"content-type":"multipart/alternative","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/appledouble","encoding":"8bit","xrefs":{"person":["Patrik_Faltstrom"],"template":["multipart/appledouble"]},"registered":true},{"content-type":"multipart/byteranges","encoding":"base64","xrefs":{"rfc":["rfc7233"],"template":["multipart/byteranges"]},"registered":true},{"content-type":"multipart/digest","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/encrypted","encoding":"base64","xrefs":{"rfc":["rfc1847"],"template":["multipart/encrypted"]},"registered":true},{"content-type":"multipart/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["multipart/example"]},"registered":true},{"content-type":"multipart/form-data","encoding":"base64","xrefs":{"rfc":["rfc7578"],"template":["multipart/form-data"]},"registered":true},{"content-type":"multipart/header-set","encoding":"base64","xrefs":{"person":["Dave_Crocker"],"template":["multipart/header-set"]},"registered":true},{"content-type":"multipart/mixed","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/multilingual","encoding":"base64","xrefs":{"rfc":["rfc8255"],"template":["multipart/multilingual"]},"registered":true},{"content-type":"multipart/parallel","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/related","encoding":"base64","xrefs":{"rfc":["rfc2387"],"template":["multipart/related"]},"registered":true},{"content-type":"multipart/report","encoding":"base64","xrefs":{"rfc":["rfc6522"],"template":["multipart/report"]},"registered":true},{"content-type":"multipart/signed","encoding":"base64","xrefs":{"rfc":["rfc1847"],"template":["multipart/signed"]},"registered":true},{"content-type":"multipart/vnd.bint.med-plus","encoding":"base64","xrefs":{"person":["Heinz-Peter_Schütz"],"template":["multipart/vnd.bint.med-plus"]},"registered":true},{"content-type":"multipart/voice-message","encoding":"base64","xrefs":{"rfc":["rfc3801"],"template":["multipart/voice-message"]},"registered":true},{"content-type":"multipart/x-gzip","encoding":"base64","registered":false},{"content-type":"multipart/x-mixed-replace","encoding":"base64","xrefs":{"person":["Robin_Berjon","W3C"],"template":["multipart/x-mixed-replace"]},"registered":true},{"content-type":"multipart/x-parallel","encoding":"base64","obsolete":true,"use-instead":"multipart/parallel","registered":false},{"content-type":"multipart/x-tar","encoding":"base64","registered":false},{"content-type":"multipart/x-ustar","encoding":"base64","registered":false},{"content-type":"multipart/x-www-form-urlencoded","encoding":"base64","obsolete":true,"use-instead":"application/x-www-form-urlencoded","registered":false},{"content-type":"multipart/x-zip","encoding":"base64","registered":false},{"content-type":"text/1d-interleaved-parityfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc6015"],"template":["text/1d-interleaved-parityfec"]},"registered":true},{"content-type":"text/cache-manifest","encoding":"quoted-printable","extensions":["appcache","manifest"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["text/cache-manifest"]},"registered":true},{"content-type":"text/calendar","friendly":{"en":"iCalendar"},"encoding":"quoted-printable","extensions":["ics","ifb"],"xrefs":{"rfc":["rfc5545"],"template":["text/calendar"]},"registered":true},{"content-type":"text/comma-separated-values","encoding":"8bit","extensions":["csv"],"obsolete":true,"use-instead":"text/csv","registered":false},{"content-type":"text/cql","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/cql"]},"registered":true},{"content-type":"text/cql-expression","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/cql-expression"]},"registered":true},{"content-type":"text/cql-identifier","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/cql-identifier"]},"registered":true},{"content-type":"text/css","friendly":{"en":"Cascading Style Sheets (CSS)"},"encoding":"8bit","extensions":["css"],"xrefs":{"rfc":["rfc2318"],"template":["text/css"]},"registered":true},{"content-type":"text/csv","friendly":{"en":"Comma-Separated Values"},"encoding":"8bit","extensions":["csv"],"xrefs":{"rfc":["rfc4180","rfc7111"],"template":["text/csv"]},"registered":true},{"content-type":"text/csv-schema","encoding":"quoted-printable","xrefs":{"person":["David_Underdown","National_Archives_UK"],"template":["text/csv-schema"]},"registered":true},{"content-type":"text/directory","encoding":"quoted-printable","obsolete":true,"xrefs":{"rfc":["rfc2425","rfc6350"],"template":["text/directory"],"notes":["- DEPRECATED by RFC6350"]},"registered":true},{"content-type":"text/dns","encoding":"quoted-printable","xrefs":{"rfc":["rfc4027"],"template":["text/dns"]},"registered":true},{"content-type":"text/ecmascript","encoding":"quoted-printable","extensions":["es","ecma"],"obsolete":true,"use-instead":"application/ecmascript","xrefs":{"rfc":["rfc4329"],"template":["text/ecmascript"],"notes":["- OBSOLETED in favor of application/ecmascript"]},"registered":true},{"content-type":"text/encaprtp","encoding":"quoted-printable","xrefs":{"rfc":["rfc6849"],"template":["text/encaprtp"]},"registered":true},{"content-type":"text/enriched","encoding":"quoted-printable","xrefs":{"rfc":["rfc1896"]},"registered":true},{"content-type":"text/example","encoding":"quoted-printable","xrefs":{"rfc":["rfc4735"],"template":["text/example"]},"registered":true},{"content-type":"text/fhirpath","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/fhirpath"]},"registered":true},{"content-type":"text/flexfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc8627"],"template":["text/flexfec"]},"registered":true},{"content-type":"text/fwdred","encoding":"quoted-printable","xrefs":{"rfc":["rfc6354"],"template":["text/fwdred"]},"registered":true},{"content-type":"text/gff3","encoding":"quoted-printable","xrefs":{"person":["Sequence_Ontology"],"template":["text/gff3"]},"registered":true},{"content-type":"text/grammar-ref-list","encoding":"quoted-printable","xrefs":{"rfc":["rfc6787"],"template":["text/grammar-ref-list"]},"registered":true},{"content-type":"text/html","friendly":{"en":"HyperText Markup Language (HTML)"},"encoding":"8bit","extensions":["html","htm","htmlx","shtml","htx"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["text/html"]},"registered":true},{"content-type":"text/javascript","encoding":"quoted-printable","extensions":["js","mjs"],"obsolete":true,"use-instead":"application/javascript","xrefs":{"rfc":["rfc4329"],"template":["text/javascript"],"notes":["- OBSOLETED in favor of application/javascript"]},"registered":true},{"content-type":"text/jcr-cnd","encoding":"quoted-printable","xrefs":{"person":["Peeter_Piegaze"],"template":["text/jcr-cnd"]},"registered":true},{"content-type":"text/markdown","encoding":"quoted-printable","extensions":["markdown","md","mkd"],"xrefs":{"rfc":["rfc7763"],"template":["text/markdown"]},"registered":true},{"content-type":"text/mizar","encoding":"quoted-printable","xrefs":{"person":["Jesse_Alama"],"template":["text/mizar"]},"registered":true},{"content-type":"text/n3","friendly":{"en":"Notation3"},"encoding":"quoted-printable","extensions":["n3"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/n3"]},"registered":true},{"content-type":"text/parameters","encoding":"quoted-printable","xrefs":{"rfc":["rfc7826"],"template":["text/parameters"]},"registered":true},{"content-type":"text/parityfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc3009"],"template":["text/parityfec"]},"registered":true},{"content-type":"text/plain","friendly":{"en":"Text File"},"encoding":"quoted-printable","extensions":["txt","asc","c","cc","h","hh","cpp","hpp","dat","hlp","conf","def","doc","in","list","log","rst","text","textile"],"xrefs":{"rfc":["rfc2046","rfc3676","rfc5147"]},"registered":true},{"content-type":"text/provenance-notation","encoding":"quoted-printable","xrefs":{"person":["Ivan_Herman","W3C"],"template":["text/provenance-notation"]},"registered":true},{"content-type":"text/prs.fallenstein.rst","encoding":"quoted-printable","extensions":["rst"],"xrefs":{"person":["Benja_Fallenstein"],"template":["text/prs.fallenstein.rst"]},"registered":true},{"content-type":"text/prs.lines.tag","friendly":{"en":"PRS Lines Tag"},"encoding":"quoted-printable","extensions":["dsc"],"xrefs":{"person":["John_Lines"],"template":["text/prs.lines.tag"]},"registered":true},{"content-type":"text/prs.prop.logic","encoding":"quoted-printable","xrefs":{"person":["Hans-Dieter_A._Hiep"],"template":["text/prs.prop.logic"]},"registered":true},{"content-type":"text/raptorfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc6682"],"template":["text/raptorfec"]},"registered":true},{"content-type":"text/RED","encoding":"quoted-printable","xrefs":{"rfc":["rfc4102"],"template":["text/RED"]},"registered":true},{"content-type":"text/rfc822-headers","encoding":"quoted-printable","xrefs":{"rfc":["rfc6522"],"template":["text/rfc822-headers"]},"registered":true},{"content-type":"text/richtext","friendly":{"en":"Rich Text Format (RTF)"},"encoding":"8bit","extensions":["rtx"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"text/rtf","encoding":"8bit","extensions":["rtf"],"xrefs":{"person":["Paul_Lindner"],"template":["text/rtf"]},"registered":true},{"content-type":"text/rtp-enc-aescm128","encoding":"quoted-printable","xrefs":{"person":["_3GPP"],"template":["text/rtp-enc-aescm128"]},"registered":true},{"content-type":"text/rtploopback","encoding":"quoted-printable","xrefs":{"rfc":["rfc6849"],"template":["text/rtploopback"]},"registered":true},{"content-type":"text/rtx","encoding":"quoted-printable","xrefs":{"rfc":["rfc4588"],"template":["text/rtx"]},"registered":true},{"content-type":"text/sgml","friendly":{"en":"Standard Generalized Markup Language (SGML)"},"encoding":"quoted-printable","extensions":["sgml","sgm"],"xrefs":{"rfc":["rfc1874"],"template":["text/SGML"]},"registered":true},{"content-type":"text/shaclc","encoding":"quoted-printable","xrefs":{"person":["Vladimir_Alexiev","W3C_SHACL_Community_Group"],"template":["text/shaclc"]},"registered":true},{"content-type":"text/shex","encoding":"quoted-printable","xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/shex"]},"registered":true},{"content-type":"text/spdx","encoding":"quoted-printable","xrefs":{"person":["Linux_Foundation","Rose_Judge"],"template":["text/spdx"]},"registered":true},{"content-type":"text/strings","encoding":"quoted-printable","xrefs":{"person":["IEEE-ISTO-PWG-PPP"],"template":["text/strings"]},"registered":true},{"content-type":"text/t140","encoding":"quoted-printable","xrefs":{"rfc":["rfc4103"],"template":["text/t140"]},"registered":true},{"content-type":"text/tab-separated-values","friendly":{"en":"Tab Separated Values"},"encoding":"quoted-printable","extensions":["tsv"],"xrefs":{"person":["Paul_Lindner"],"template":["text/tab-separated-values"]},"registered":true},{"content-type":"text/troff","friendly":{"en":"troff"},"encoding":"8bit","extensions":["t","tr","roff","troff","man","me","ms"],"xrefs":{"rfc":["rfc4263"],"template":["text/troff"]},"registered":true},{"content-type":"text/turtle","friendly":{"en":"Turtle (Terse RDF Triple Language)"},"encoding":"quoted-printable","extensions":["ttl"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/turtle"]},"registered":true},{"content-type":"text/ulpfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc5109"],"template":["text/ulpfec"]},"registered":true},{"content-type":"text/uri-list","friendly":{"en":"URI Resolution Services"},"encoding":"quoted-printable","extensions":["uri","uris","urls"],"xrefs":{"rfc":["rfc2483"],"template":["text/uri-list"]},"registered":true},{"content-type":"text/vcard","encoding":"quoted-printable","extensions":["vcard"],"xrefs":{"rfc":["rfc6350"],"template":["text/vcard"]},"registered":true,"signature":true},{"content-type":"text/vnd.a","encoding":"quoted-printable","xrefs":{"person":["Regis_Dehoux"],"template":["text/vnd.a"]},"registered":true},{"content-type":"text/vnd.abc","encoding":"quoted-printable","xrefs":{"person":["Steve_Allen"],"template":["text/vnd.abc"]},"registered":true},{"content-type":"text/vnd.ascii-art","encoding":"quoted-printable","xrefs":{"person":["Kim_Scarborough"],"template":["text/vnd.ascii-art"]},"registered":true},{"content-type":"text/vnd.curl","friendly":{"en":"Curl - Applet"},"encoding":"quoted-printable","extensions":["curl"],"xrefs":{"person":["Robert_Byrnes"],"template":["text/vnd.curl"]},"registered":true},{"content-type":"text/vnd.curl.dcurl","friendly":{"en":"Curl - Detached Applet"},"encoding":"quoted-printable","extensions":["dcurl"],"registered":false},{"content-type":"text/vnd.curl.mcurl","friendly":{"en":"Curl - Manifest File"},"encoding":"quoted-printable","extensions":["mcurl"],"registered":false},{"content-type":"text/vnd.curl.scurl","friendly":{"en":"Curl - Source Code"},"encoding":"quoted-printable","extensions":["scurl"],"registered":false},{"content-type":"text/vnd.debian.copyright","encoding":"quoted-printable","xrefs":{"person":["Charles_Plessy"],"template":["text/vnd.debian.copyright"]},"registered":true},{"content-type":"text/vnd.DMClientScript","encoding":"quoted-printable","xrefs":{"person":["Dan_Bradley"],"template":["text/vnd.DMClientScript"]},"registered":true},{"content-type":"text/vnd.dvb.subtitle","encoding":"quoted-printable","extensions":["sub"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["text/vnd.dvb.subtitle"]},"registered":true},{"content-type":"text/vnd.esmertec.theme-descriptor","encoding":"quoted-printable","xrefs":{"person":["Stefan_Eilemann"],"template":["text/vnd.esmertec.theme-descriptor"]},"registered":true},{"content-type":"text/vnd.ficlab.flt","encoding":"quoted-printable","xrefs":{"person":["Steve_Gilberd"],"template":["text/vnd.ficlab.flt"]},"registered":true},{"content-type":"text/vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":"model/vnd.flatland.3dml","registered":false},{"content-type":"text/vnd.fly","friendly":{"en":"mod_fly / fly.cgi"},"encoding":"quoted-printable","extensions":["fly"],"xrefs":{"person":["John-Mark_Gurney"],"template":["text/vnd.fly"]},"registered":true},{"content-type":"text/vnd.fmi.flexstor","friendly":{"en":"FLEXSTOR"},"encoding":"quoted-printable","extensions":["flx"],"xrefs":{"person":["Kari_E._Hurtta"],"template":["text/vnd.fmi.flexstor"]},"registered":true},{"content-type":"text/vnd.gml","encoding":"quoted-printable","xrefs":{"person":["Mi_Tar"],"template":["text/vnd.gml"]},"registered":true},{"content-type":"text/vnd.graphviz","friendly":{"en":"Graphviz"},"encoding":"quoted-printable","extensions":["gv"],"xrefs":{"person":["John_Ellson"],"template":["text/vnd.graphviz"]},"registered":true},{"content-type":"text/vnd.hans","encoding":"quoted-printable","xrefs":{"person":["Hill_Hanxv"],"template":["text/vnd.hans"]},"registered":true},{"content-type":"text/vnd.hgl","encoding":"quoted-printable","xrefs":{"person":["Heungsub_Lee"],"template":["text/vnd.hgl"]},"registered":true},{"content-type":"text/vnd.in3d.3dml","friendly":{"en":"In3D - 3DML"},"encoding":"quoted-printable","extensions":["3dml"],"xrefs":{"person":["Michael_Powers"],"template":["text/vnd.in3d.3dml"]},"registered":true},{"content-type":"text/vnd.in3d.spot","friendly":{"en":"In3D - 3DML"},"encoding":"quoted-printable","extensions":["spot"],"xrefs":{"person":["Michael_Powers"],"template":["text/vnd.in3d.spot"]},"registered":true},{"content-type":"text/vnd.IPTC.NewsML","encoding":"quoted-printable","xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NewsML"]},"registered":true},{"content-type":"text/vnd.IPTC.NITF","encoding":"quoted-printable","xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NITF"]},"registered":true},{"content-type":"text/vnd.latex-z","encoding":"quoted-printable","xrefs":{"person":["Mikusiak_Lubos"],"template":["text/vnd.latex-z"]},"registered":true},{"content-type":"text/vnd.motorola.reflex","encoding":"quoted-printable","xrefs":{"person":["Mark_Patton"],"template":["text/vnd.motorola.reflex"]},"registered":true},{"content-type":"text/vnd.ms-mediapackage","encoding":"quoted-printable","xrefs":{"person":["Jan_Nelson"],"template":["text/vnd.ms-mediapackage"]},"registered":true},{"content-type":"text/vnd.net2phone.commcenter.command","encoding":"quoted-printable","extensions":["ccc"],"xrefs":{"person":["Feiyu_Xie"],"template":["text/vnd.net2phone.commcenter.command"]},"registered":true},{"content-type":"text/vnd.radisys.msml-basic-layout","encoding":"quoted-printable","xrefs":{"rfc":["rfc5707"],"template":["text/vnd.radisys.msml-basic-layout"]},"registered":true},{"content-type":"text/vnd.senx.warpscript","encoding":"quoted-printable","xrefs":{"person":["Pierre_Papin"],"template":["text/vnd.senx.warpscript"]},"registered":true},{"content-type":"text/vnd.si.uricatalogue","encoding":"quoted-printable","obsolete":true,"xrefs":{"person":["Nicholas_Parks_Young"],"template":["text/vnd.si.uricatalogue"],"notes":["- OBSOLETED by request"]},"registered":true},{"content-type":"text/vnd.sosi","encoding":"quoted-printable","xrefs":{"person":["Petter_Reinholdtsen"],"template":["text/vnd.sosi"]},"registered":true},{"content-type":"text/vnd.sun.j2me.app-descriptor","friendly":{"en":"J2ME App Descriptor"},"encoding":"8bit","extensions":["jad"],"xrefs":{"person":["Gary_Adams"],"template":["text/vnd.sun.j2me.app-descriptor"]},"registered":true},{"content-type":"text/vnd.trolltech.linguist","encoding":"quoted-printable","xrefs":{"person":["David_Lee_Lambert"],"template":["text/vnd.trolltech.linguist"]},"registered":true},{"content-type":"text/vnd.wap.si","encoding":"quoted-printable","extensions":["si"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.si"]},"registered":true},{"content-type":"text/vnd.wap.sl","encoding":"quoted-printable","extensions":["sl"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.sl"]},"registered":true},{"content-type":"text/vnd.wap.wml","friendly":{"en":"Wireless Markup Language (WML)"},"encoding":"quoted-printable","extensions":["wml"],"xrefs":{"person":["Peter_Stark"],"template":["text/vnd.wap.wml"]},"registered":true},{"content-type":"text/vnd.wap.wmlscript","friendly":{"en":"Wireless Markup Language Script (WMLScript)"},"encoding":"quoted-printable","extensions":["wmls"],"xrefs":{"person":["Peter_Stark"],"template":["text/vnd.wap.wmlscript"]},"registered":true},{"content-type":"text/vtt","encoding":"quoted-printable","extensions":["vtt"],"xrefs":{"person":["Silvia_Pfeiffer","W3C"],"template":["text/vtt"]},"registered":true},{"content-type":"text/x-asm","friendly":{"en":"Assembler Source File"},"encoding":"quoted-printable","extensions":["asm","s"],"registered":false},{"content-type":"text/x-c","friendly":{"en":"C Source File"},"encoding":"quoted-printable","extensions":["c","cc","cpp","cxx","dic","h","hh"],"registered":false},{"content-type":"text/x-coffescript","encoding":"8bit","extensions":["coffee"],"registered":false},{"content-type":"text/x-component","encoding":"8bit","extensions":["htc"],"registered":false},{"content-type":"text/x-fortran","friendly":{"en":"Fortran Source File"},"encoding":"quoted-printable","extensions":["f","f77","f90","for"],"registered":false},{"content-type":"text/x-java-source","friendly":{"en":"Java Source File"},"encoding":"quoted-printable","extensions":["java"],"registered":false},{"content-type":"text/x-nfo","encoding":"quoted-printable","extensions":["nfo"],"registered":false},{"content-type":"text/x-opml","encoding":"quoted-printable","extensions":["opml"],"registered":false},{"content-type":"text/x-pascal","friendly":{"en":"Pascal Source File"},"encoding":"quoted-printable","extensions":["p","pas"],"registered":false},{"content-type":"text/x-rtf","encoding":"8bit","extensions":["rtf"],"obsolete":true,"use-instead":"text/rtf","registered":false},{"content-type":"text/x-setext","friendly":{"en":"Setext"},"encoding":"quoted-printable","extensions":["etx"],"registered":false},{"content-type":"text/x-sfv","encoding":"quoted-printable","extensions":["sfv"],"registered":false},{"content-type":"text/x-uuencode","friendly":{"en":"UUEncode"},"encoding":"quoted-printable","extensions":["uu"],"registered":false},{"content-type":"text/x-vcalendar","friendly":{"en":"vCalendar"},"encoding":"8bit","extensions":["vcs"],"registered":false},{"content-type":"text/x-vcard","friendly":{"en":"vCard"},"encoding":"8bit","extensions":["vcf"],"registered":false,"signature":true},{"content-type":"text/x-vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":"model/vnd.flatland.3dml","registered":false},{"content-type":"text/x-yaml","encoding":"8bit","extensions":["yaml","yml"],"registered":false},{"content-type":"text/xml","encoding":"8bit","extensions":["xml","dtd","xsd"],"xrefs":{"rfc":["rfc7303"],"template":["text/xml"]},"registered":true},{"content-type":"text/xml-external-parsed-entity","encoding":"quoted-printable","xrefs":{"rfc":["rfc7303"],"template":["text/xml-external-parsed-entity"]},"registered":true},{"content-type":"video/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["video/1d-interleaved-parityfec"]},"registered":true},{"content-type":"video/3gpp","friendly":{"en":"3GP"},"encoding":"base64","extensions":["3gp","3gpp"],"xrefs":{"rfc":["rfc3839","rfc6381"],"template":["video/3gpp"]},"registered":true},{"content-type":"video/3gpp-tt","encoding":"base64","xrefs":{"rfc":["rfc4396"],"template":["video/3gpp-tt"]},"registered":true},{"content-type":"video/3gpp2","friendly":{"en":"3GP2"},"encoding":"base64","extensions":["3g2","3gpp2"],"xrefs":{"rfc":["rfc4393","rfc6381"],"template":["video/3gpp2"]},"registered":true},{"content-type":"video/AV1","encoding":"base64","xrefs":{"person":["Alliance_for_Open_Media"],"template":["video/AV1"]},"registered":true},{"content-type":"video/BMPEG","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/BMPEG"]},"registered":true},{"content-type":"video/BT656","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/BT656"]},"registered":true},{"content-type":"video/CelB","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/CelB"]},"registered":true},{"content-type":"video/dl","encoding":"base64","extensions":["dl"],"obsolete":true,"use-instead":"video/x-dl","registered":false},{"content-type":"video/DV","encoding":"base64","extensions":["dv"],"xrefs":{"rfc":["rfc6469"],"template":["video/DV"]},"registered":true},{"content-type":"video/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["video/encaprtp"]},"registered":true},{"content-type":"video/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["video/example"]},"registered":true},{"content-type":"video/FFV1","encoding":"base64","xrefs":{"rfc":["rfc9043"],"template":["video/FFV1"]},"registered":true},{"content-type":"video/flexfec","encoding":"base64","xrefs":{"rfc":["rfc8627"],"template":["video/flexfec"]},"registered":true},{"content-type":"video/gl","encoding":"base64","extensions":["gl"],"obsolete":true,"use-instead":"video/x-gl","registered":false},{"content-type":"video/H261","friendly":{"en":"H.261"},"encoding":"base64","extensions":["h261"],"xrefs":{"rfc":["rfc4587"],"template":["video/H261"]},"registered":true},{"content-type":"video/H263","friendly":{"en":"H.263"},"encoding":"base64","extensions":["h263"],"xrefs":{"rfc":["rfc3555"],"template":["video/H263"]},"registered":true},{"content-type":"video/H263-1998","encoding":"base64","xrefs":{"rfc":["rfc4629"],"template":["video/H263-1998"]},"registered":true},{"content-type":"video/H263-2000","encoding":"base64","xrefs":{"rfc":["rfc4629"],"template":["video/H263-2000"]},"registered":true},{"content-type":"video/H264","friendly":{"en":"H.264"},"encoding":"base64","extensions":["h264"],"xrefs":{"rfc":["rfc6184"],"template":["video/H264"]},"registered":true},{"content-type":"video/H264-RCDO","encoding":"base64","xrefs":{"rfc":["rfc6185"],"template":["video/H264-RCDO"]},"registered":true},{"content-type":"video/H264-SVC","encoding":"base64","xrefs":{"rfc":["rfc6190"],"template":["video/H264-SVC"]},"registered":true},{"content-type":"video/H265","encoding":"base64","xrefs":{"rfc":["rfc7798"],"template":["video/H265"]},"registered":true},{"content-type":"video/iso.segment","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["video/iso.segment"]},"registered":true},{"content-type":"video/JPEG","friendly":{"en":"JPGVideo"},"encoding":"base64","extensions":["jpgv"],"xrefs":{"rfc":["rfc3555"],"template":["video/JPEG"]},"registered":true},{"content-type":"video/jpeg2000","encoding":"base64","xrefs":{"rfc":["rfc5371","rfc5372"],"template":["video/jpeg2000"]},"registered":true},{"content-type":"video/jpm","friendly":{"en":"JPEG 2000 Compound Image File Format"},"encoding":"base64","extensions":["jpgm","jpm"],"registered":false},{"content-type":"video/jxsv","encoding":"base64","xrefs":{"draft":["RFC-ietf-payload-rtp-jpegxs-18"],"template":["video/jxsv"]},"registered":true},{"content-type":"video/MJ2","friendly":{"en":"Motion JPEG 2000"},"encoding":"base64","extensions":["mj2","mjp2"],"xrefs":{"rfc":["rfc3745"],"template":["video/mj2"]},"registered":true},{"content-type":"video/MP1S","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MP1S"]},"registered":true},{"content-type":"video/MP2P","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MP2P"]},"registered":true},{"content-type":"video/MP2T","encoding":"base64","extensions":["ts","mts","m2ts","cpi","clpi","mpl","mpls","bdm"],"xrefs":{"rfc":["rfc3555"],"template":["video/MP2T"]},"registered":true},{"content-type":"video/mp4","friendly":{"en":"MPEG-4 Video"},"encoding":"base64","extensions":["mp4","mpg4","f4v","f4p","mp4v"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["video/mp4"]},"registered":true},{"content-type":"video/MP4V-ES","encoding":"base64","xrefs":{"rfc":["rfc6416"],"template":["video/MP4V-ES"]},"registered":true},{"content-type":"video/mpeg","friendly":{"en":"MPEG Video"},"encoding":"base64","extensions":["mp2","mp3g","mpe","mpeg","mpg","m1v","m2v"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"video/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640"],"template":["video/mpeg4-generic"]},"registered":true},{"content-type":"video/MPV","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MPV"]},"registered":true},{"content-type":"video/nv","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["video/nv"]},"registered":true},{"content-type":"video/ogg","friendly":{"en":"Ogg Video"},"encoding":"base64","extensions":["ogg","ogv"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["video/ogg"]},"registered":true},{"content-type":"video/parityfec","encoding":"base64","xrefs":{"rfc":["rfc3009"],"template":["video/parityfec"]},"registered":true},{"content-type":"video/pointer","encoding":"base64","xrefs":{"rfc":["rfc2862"],"template":["video/pointer"]},"registered":true},{"content-type":"video/quicktime","friendly":{"en":"Quicktime Video"},"encoding":"base64","extensions":["qt","mov"],"xrefs":{"rfc":["rfc6381"],"person":["Paul_Lindner"],"template":["video/quicktime"]},"registered":true},{"content-type":"video/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["video/raptorfec"]},"registered":true},{"content-type":"video/raw","encoding":"base64","xrefs":{"rfc":["rfc4175"],"template":["video/raw"]},"registered":true},{"content-type":"video/rtp-enc-aescm128","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["video/rtp-enc-aescm128"]},"registered":true},{"content-type":"video/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["video/rtploopback"]},"registered":true},{"content-type":"video/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["video/rtx"]},"registered":true},{"content-type":"video/scip","encoding":"base64","xrefs":{"person":["Daniel_Hanson","Michael_Faller","SCIP"],"template":["video/scip"]},"registered":true},{"content-type":"video/smpte291","encoding":"base64","xrefs":{"rfc":["rfc8331"],"template":["video/smpte291"]},"registered":true},{"content-type":"video/SMPTE292M","encoding":"base64","xrefs":{"rfc":["rfc3497"],"template":["video/SMPTE292M"]},"registered":true},{"content-type":"video/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["video/ulpfec"]},"registered":true},{"content-type":"video/vc1","encoding":"base64","xrefs":{"rfc":["rfc4425"],"template":["video/vc1"]},"registered":true},{"content-type":"video/vc2","encoding":"base64","xrefs":{"rfc":["rfc8450"],"template":["video/vc2"]},"registered":true},{"content-type":"video/vnd.CCTV","encoding":"base64","xrefs":{"person":["Frank_Rottmann"],"template":["video/vnd.CCTV"]},"registered":true},{"content-type":"video/vnd.dece.hd","friendly":{"en":"DECE High Definition Video"},"encoding":"base64","extensions":["uvh","uvvh"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.hd"]},"registered":true},{"content-type":"video/vnd.dece.mobile","friendly":{"en":"DECE Mobile Video"},"encoding":"base64","extensions":["uvm","uvvm"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.mobile"]},"registered":true},{"content-type":"video/vnd.dece.mp4","encoding":"base64","xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.mp4"]},"registered":true},{"content-type":"video/vnd.dece.pd","friendly":{"en":"DECE PD Video"},"encoding":"base64","extensions":["uvp","uvvp"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.pd"]},"registered":true},{"content-type":"video/vnd.dece.sd","friendly":{"en":"DECE SD Video"},"encoding":"base64","extensions":["uvs","uvvs"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.sd"]},"registered":true},{"content-type":"video/vnd.dece.video","friendly":{"en":"DECE Video"},"encoding":"base64","extensions":["uvv","uvvv"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.video"]},"registered":true},{"content-type":"video/vnd.directv.mpeg","encoding":"base64","xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv.mpeg"]},"registered":true},{"content-type":"video/vnd.directv.mpeg-tts","encoding":"base64","xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv.mpeg-tts"]},"registered":true},{"content-type":"video/vnd.dlna.mpeg-tts","encoding":"base64","xrefs":{"person":["Edwin_Heredia"],"template":["video/vnd.dlna.mpeg-tts"]},"registered":true},{"content-type":"video/vnd.dvb.file","encoding":"base64","extensions":["dvb"],"xrefs":{"person":["Kevin_Murray","Peter_Siebert"],"template":["video/vnd.dvb.file"]},"registered":true},{"content-type":"video/vnd.fvt","friendly":{"en":"FAST Search & Transfer ASA"},"encoding":"base64","extensions":["fvt"],"xrefs":{"person":["Arild_Fuldseth"],"template":["video/vnd.fvt"]},"registered":true},{"content-type":"video/vnd.hns.video","encoding":"base64","xrefs":{"person":["Swaminathan"],"template":["video/vnd.hns.video"]},"registered":true},{"content-type":"video/vnd.iptvforum.1dparityfec-1010","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-1010"]},"registered":true},{"content-type":"video/vnd.iptvforum.1dparityfec-2005","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-2005"]},"registered":true},{"content-type":"video/vnd.iptvforum.2dparityfec-1010","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-1010"]},"registered":true},{"content-type":"video/vnd.iptvforum.2dparityfec-2005","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-2005"]},"registered":true},{"content-type":"video/vnd.iptvforum.ttsavc","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsavc"]},"registered":true},{"content-type":"video/vnd.iptvforum.ttsmpeg2","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsmpeg2"]},"registered":true},{"content-type":"video/vnd.motorola.video","encoding":"base64","xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.video"]},"registered":true},{"content-type":"video/vnd.motorola.videop","encoding":"base64","xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.videop"]},"registered":true},{"content-type":"video/vnd.mpegurl","friendly":{"en":"MPEG Url"},"encoding":"8bit","extensions":["mxu","m4u"],"xrefs":{"person":["Heiko_Recktenwald"],"template":["video/vnd.mpegurl"]},"registered":true},{"content-type":"video/vnd.ms-playready.media.pyv","friendly":{"en":"Microsoft PlayReady Ecosystem Video"},"encoding":"base64","extensions":["pyv"],"xrefs":{"person":["Steve_DiAcetis"],"template":["video/vnd.ms-playready.media.pyv"]},"registered":true},{"content-type":"video/vnd.nokia.interleaved-multimedia","encoding":"base64","extensions":["nim"],"xrefs":{"person":["Petteri_Kangaslampi"],"template":["video/vnd.nokia.interleaved-multimedia"]},"registered":true},{"content-type":"video/vnd.nokia.mp4vr","encoding":"base64","xrefs":{"person":["Miska_M._Hannuksela"],"template":["video/vnd.nokia.mp4vr"]},"registered":true},{"content-type":"video/vnd.nokia.videovoip","encoding":"base64","xrefs":{"person":["Nokia"],"template":["video/vnd.nokia.videovoip"]},"registered":true},{"content-type":"video/vnd.objectvideo","encoding":"base64","extensions":["mp4","m4v"],"xrefs":{"person":["John_Clark"],"template":["video/vnd.objectvideo"]},"registered":true},{"content-type":"video/vnd.radgamettools.bink","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["video/vnd.radgamettools.bink"]},"registered":true},{"content-type":"video/vnd.radgamettools.smacker","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["video/vnd.radgamettools.smacker"]},"registered":true},{"content-type":"video/vnd.sealed.mpeg1","encoding":"base64","extensions":["s11"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg1"]},"registered":true},{"content-type":"video/vnd.sealed.mpeg4","encoding":"base64","extensions":["smpg","s14"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg4"]},"registered":true},{"content-type":"video/vnd.sealed.swf","encoding":"base64","extensions":["sswf","ssw"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.swf"]},"registered":true},{"content-type":"video/vnd.sealedmedia.softseal.mov","encoding":"base64","extensions":["smov","smo","s1q"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealedmedia.softseal.mov"]},"registered":true},{"content-type":"video/vnd.uvvu.mp4","friendly":{"en":"DECE MP4"},"encoding":"base64","extensions":["uvu","uvvu"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.uvvu.mp4"]},"registered":true},{"content-type":"video/vnd.vivo","friendly":{"en":"Vivo"},"encoding":"base64","extensions":["viv","vivo"],"xrefs":{"person":["John_Wolfe"],"template":["video/vnd.vivo"]},"registered":true},{"content-type":"video/vnd.youtube.yt","encoding":"base64","xrefs":{"person":["Google"],"template":["video/vnd.youtube.yt"]},"registered":true},{"content-type":"video/VP8","encoding":"base64","xrefs":{"rfc":["rfc7741"],"template":["video/VP8"]},"registered":true},{"content-type":"video/VP9","encoding":"base64","xrefs":{"draft":["RFC-ietf-payload-vp9-16"],"template":["video/VP9"]},"registered":true},{"content-type":"video/webm","friendly":{"en":"Open Web Media Project - Video"},"encoding":"base64","extensions":["webm"],"registered":false},{"content-type":"video/x-dl","encoding":"base64","extensions":["dl"],"registered":false},{"content-type":"video/x-dv","encoding":"base64","extensions":["dv"],"obsolete":true,"use-instead":"video/DV","registered":false},{"content-type":"video/x-f4v","friendly":{"en":"Flash Video"},"encoding":"base64","extensions":["f4v"],"registered":false},{"content-type":"video/x-fli","friendly":{"en":"FLI/FLC Animation Format"},"encoding":"base64","extensions":["fli"],"registered":false},{"content-type":"video/x-flv","friendly":{"en":"Flash Video"},"encoding":"base64","extensions":["flv"],"registered":false},{"content-type":"video/x-gl","encoding":"base64","extensions":["gl"],"registered":false},{"content-type":"video/x-ivf","encoding":"base64","extensions":["ivf"],"registered":false},{"content-type":"video/x-m4v","friendly":{"en":"M4v"},"encoding":"base64","extensions":["m4v"],"registered":false},{"content-type":"video/x-matroska","encoding":"base64","extensions":["mk3d","mks","mkv"],"registered":false},{"content-type":"video/x-mng","encoding":"base64","extensions":["mng"],"registered":false},{"content-type":"video/x-motion-jpeg","encoding":"base64","extensions":["mjpg","mjpeg"],"registered":false},{"content-type":"video/x-ms-asf","friendly":{"en":"Microsoft Advanced Systems Format (ASF)"},"encoding":"base64","extensions":["asf","asx"],"registered":false},{"content-type":"video/x-ms-vob","encoding":"base64","extensions":["vob"],"registered":false},{"content-type":"video/x-ms-wm","friendly":{"en":"Microsoft Windows Media"},"encoding":"base64","extensions":["wm"],"registered":false},{"content-type":"video/x-ms-wmv","friendly":{"en":"Microsoft Windows Media Video"},"encoding":"base64","extensions":["wmv"],"registered":false},{"content-type":"video/x-ms-wmx","friendly":{"en":"Microsoft Windows Media Audio/Video Playlist"},"encoding":"base64","extensions":["wmx"],"registered":false},{"content-type":"video/x-ms-wvx","friendly":{"en":"Microsoft Windows Media Video Playlist"},"encoding":"base64","extensions":["wvx"],"registered":false},{"content-type":"video/x-msvideo","friendly":{"en":"Audio Video Interleave (AVI)"},"encoding":"base64","extensions":["avi"],"registered":false},{"content-type":"video/x-sgi-movie","friendly":{"en":"SGI Movie"},"encoding":"base64","extensions":["movie"],"registered":false},{"content-type":"video/x-smv","encoding":"base64","extensions":["smv"],"registered":false},{"content-type":"x-chemical/x-pdb","encoding":"base64","extensions":["pdb"],"registered":false},{"content-type":"x-chemical/x-xyz","encoding":"base64","extensions":["xyz"],"registered":false},{"content-type":"x-conference/x-cooltalk","friendly":{"en":"CoolTalk"},"encoding":"base64","extensions":["ice"],"registered":false},{"content-type":"x-drawing/dwf","encoding":"base64","extensions":["dwf"],"registered":false},{"content-type":"x-world/x-vrml","encoding":"base64","extensions":["wrl","vrml"],"registered":false}] +[{"content-type":"application/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["application/1d-interleaved-parityfec"]},"registered":true},{"content-type":"application/3gpdash-qoe-report+xml","encoding":"base64","xrefs":{"person":["Ozgur_Oyman","_3GPP"],"template":["application/3gpdash-qoe-report+xml"]},"registered":true},{"content-type":"application/3gpp-ims+xml","encoding":"base64","xrefs":{"person":["John_M_Meredith","_3GPP"],"template":["application/3gpp-ims+xml"]},"registered":true},{"content-type":"application/3gppHal+json","encoding":"base64","xrefs":{"person":["Ulrich_Wiehe","_3GPP"],"template":["application/3gppHal+json"]},"registered":true},{"content-type":"application/3gppHalForms+json","encoding":"base64","xrefs":{"person":["Ulrich_Wiehe","_3GPP"],"template":["application/3gppHalForms+json"]},"registered":true},{"content-type":"application/A2L","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/A2L"]},"registered":true},{"content-type":"application/acad","encoding":"base64","registered":false},{"content-type":"application/access","encoding":"base64","extensions":["mdf","mda","mdb","mde"],"obsolete":true,"use-instead":"application/x-msaccess","registered":false},{"content-type":"application/ace+cbor","encoding":"base64","xrefs":{"draft":["RFC-ietf-ace-oauth-authz-45"],"template":["application/ace+cbor"]},"registered":true},{"content-type":"application/activemessage","encoding":"base64","xrefs":{"person":["Ehud_Shapiro"],"template":["application/activemessage"]},"registered":true},{"content-type":"application/activity+json","encoding":"base64","xrefs":{"person":["Benjamin_Goering","W3C"],"template":["application/activity+json"]},"registered":true},{"content-type":"application/akn+xml","encoding":"base64","xrefs":{"person":["Chet_Ensign"]},"registered":true,"provisional":true},{"content-type":"application/alto-costmap+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-costmap+json"]},"registered":true},{"content-type":"application/alto-costmapfilter+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-costmapfilter+json"]},"registered":true},{"content-type":"application/alto-directory+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-directory+json"]},"registered":true},{"content-type":"application/alto-endpointcost+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointcost+json"]},"registered":true},{"content-type":"application/alto-endpointcostparams+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointcostparams+json"]},"registered":true},{"content-type":"application/alto-endpointprop+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointprop+json"]},"registered":true},{"content-type":"application/alto-endpointpropparams+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointpropparams+json"]},"registered":true},{"content-type":"application/alto-error+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-error+json"]},"registered":true},{"content-type":"application/alto-networkmap+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-networkmap+json"]},"registered":true},{"content-type":"application/alto-networkmapfilter+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-networkmapfilter+json"]},"registered":true},{"content-type":"application/alto-updatestreamcontrol+json","encoding":"base64","xrefs":{"rfc":["rfc8895"],"template":["application/alto-updatestreamcontrol+json"]},"registered":true},{"content-type":"application/alto-updatestreamparams+json","encoding":"base64","xrefs":{"rfc":["rfc8895"],"template":["application/alto-updatestreamparams+json"]},"registered":true},{"content-type":"application/AML","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/AML"]},"registered":true},{"content-type":"application/andrew-inset","friendly":{"en":"Andrew Toolkit"},"encoding":"base64","extensions":["ez"],"xrefs":{"person":["Nathaniel_Borenstein"],"template":["application/andrew-inset"]},"registered":true},{"content-type":"application/appledouble","encoding":"base64","registered":false},{"content-type":"application/applefile","encoding":"base64","xrefs":{"person":["Patrik_Faltstrom"],"template":["application/applefile"]},"registered":true},{"content-type":"application/applixware","friendly":{"en":"Applixware"},"encoding":"base64","extensions":["aw"],"registered":false},{"content-type":"application/at+jwt","encoding":"base64","xrefs":{"rfc":["rfc9068"],"template":["application/at+jwt"]},"registered":true},{"content-type":"application/ATF","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ATF"]},"registered":true},{"content-type":"application/ATFX","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ATFX"]},"registered":true},{"content-type":"application/atom+xml","friendly":{"en":"Atom Syndication Format"},"encoding":"8bit","extensions":["atom"],"xrefs":{"rfc":["rfc4287","rfc5023"],"template":["application/atom+xml"]},"registered":true},{"content-type":"application/atomcat+xml","friendly":{"en":"Atom Publishing Protocol"},"encoding":"8bit","extensions":["atomcat"],"xrefs":{"rfc":["rfc5023"],"template":["application/atomcat+xml"]},"registered":true},{"content-type":"application/atomdeleted+xml","encoding":"8bit","xrefs":{"rfc":["rfc6721"],"template":["application/atomdeleted+xml"]},"registered":true},{"content-type":"application/atomicmail","encoding":"base64","xrefs":{"person":["Nathaniel_Borenstein"],"template":["application/atomicmail"]},"registered":true},{"content-type":"application/atomsvc+xml","friendly":{"en":"Atom Publishing Protocol Service Document"},"encoding":"8bit","extensions":["atomsvc"],"xrefs":{"rfc":["rfc5023"],"template":["application/atomsvc+xml"]},"registered":true},{"content-type":"application/atsc-dwd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-dwd+xml"]},"registered":true},{"content-type":"application/atsc-dynamic-event-message","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-dynamic-event-message"]},"registered":true},{"content-type":"application/atsc-held+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-held+xml"]},"registered":true},{"content-type":"application/atsc-rdt+json","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-rdt+json"]},"registered":true},{"content-type":"application/atsc-rsat+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-rsat+xml"]},"registered":true},{"content-type":"application/ATXML","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ATXML"]},"registered":true},{"content-type":"application/auth-policy+xml","encoding":"8bit","xrefs":{"rfc":["rfc4745"],"template":["application/auth-policy+xml"]},"registered":true},{"content-type":"application/bacnet-xdd+zip","encoding":"base64","xrefs":{"person":["ASHRAE","Dave_Robin"],"template":["application/bacnet-xdd+zip"]},"registered":true},{"content-type":"application/batch-SMTP","encoding":"base64","xrefs":{"rfc":["rfc2442"],"template":["application/batch-SMTP"]},"registered":true},{"content-type":"application/beep+xml","encoding":"base64","xrefs":{"rfc":["rfc3080"],"template":["application/beep+xml"]},"registered":true},{"content-type":"application/bleeper","encoding":"base64","extensions":["bleep"],"obsolete":true,"use-instead":"application/x-bleeper","registered":false},{"content-type":"application/calendar+json","encoding":"base64","xrefs":{"rfc":["rfc7265"],"template":["application/calendar+json"]},"registered":true},{"content-type":"application/calendar+xml","encoding":"base64","xrefs":{"rfc":["rfc6321"],"template":["application/calendar+xml"]},"registered":true},{"content-type":"application/call-completion","encoding":"base64","xrefs":{"rfc":["rfc6910"],"template":["application/call-completion"]},"registered":true},{"content-type":"application/cals-1840","encoding":"base64","xrefs":{"rfc":["rfc1895"],"template":["application/CALS-1840"]},"registered":true},{"content-type":"application/cals1840","encoding":"base64","obsolete":true,"use-instead":"application/cals-1840","registered":false},{"content-type":"application/cap+xml","encoding":"base64","xrefs":{"draft":["RFC-ietf-ecrit-data-only-ea-22"],"template":["application/cap+xml"]},"registered":true},{"content-type":"application/captive+json","encoding":"base64","xrefs":{"rfc":["rfc8908"],"template":["application/captive+json"]},"registered":true},{"content-type":"application/cbor","encoding":"base64","xrefs":{"rfc":["rfc8949"],"template":["application/cbor"]},"registered":true},{"content-type":"application/cbor-seq","encoding":"base64","xrefs":{"rfc":["rfc8742"],"template":["application/cbor-seq"]},"registered":true},{"content-type":"application/cccex","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/cccex"]},"registered":true},{"content-type":"application/ccmp+xml","encoding":"base64","xrefs":{"rfc":["rfc6503"],"template":["application/ccmp+xml"]},"registered":true},{"content-type":"application/ccxml+xml","friendly":{"en":"Voice Browser Call Control"},"encoding":"base64","extensions":["ccxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/ccxml+xml"]},"registered":true},{"content-type":"application/CDFX+XML","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/CDFX+XML"]},"registered":true},{"content-type":"application/cdmi-capability","friendly":{"en":"Cloud Data Management Interface (CDMI) - Capability"},"encoding":"base64","extensions":["cdmia"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-capability"]},"registered":true},{"content-type":"application/cdmi-container","friendly":{"en":"Cloud Data Management Interface (CDMI) - Contaimer"},"encoding":"base64","extensions":["cdmic"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-container"]},"registered":true},{"content-type":"application/cdmi-domain","friendly":{"en":"Cloud Data Management Interface (CDMI) - Domain"},"encoding":"base64","extensions":["cdmid"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-domain"]},"registered":true},{"content-type":"application/cdmi-object","friendly":{"en":"Cloud Data Management Interface (CDMI) - Object"},"encoding":"base64","extensions":["cdmio"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-object"]},"registered":true},{"content-type":"application/cdmi-queue","friendly":{"en":"Cloud Data Management Interface (CDMI) - Queue"},"encoding":"base64","extensions":["cdmiq"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-queue"]},"registered":true},{"content-type":"application/cdni","encoding":"base64","xrefs":{"rfc":["rfc7736"],"template":["application/cdni"]},"registered":true},{"content-type":"application/CEA","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/CEA"]},"registered":true},{"content-type":"application/cea-2018+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/cea-2018+xml"]},"registered":true},{"content-type":"application/cellml+xml","encoding":"base64","xrefs":{"rfc":["rfc4708"],"template":["application/cellml+xml"]},"registered":true},{"content-type":"application/cert-chain+cbor","encoding":"base64","xrefs":{"draft":["draft-yasskin-http-origin-signed-responses"]},"registered":true,"provisional":true},{"content-type":"application/cfw","encoding":"base64","xrefs":{"rfc":["rfc6230"],"template":["application/cfw"]},"registered":true},{"content-type":"application/clariscad","encoding":"base64","registered":false},{"content-type":"application/clr","encoding":"base64","xrefs":{"person":["Andy_Miller","IMS_Global"],"template":["application/clr"]},"registered":true},{"content-type":"application/clue+xml","encoding":"base64","xrefs":{"rfc":["rfc8847"],"template":["application/clue+xml"]},"registered":true},{"content-type":"application/clue_info+xml","encoding":"base64","xrefs":{"rfc":["rfc8846"],"template":["application/clue_info+xml"]},"registered":true},{"content-type":"application/cms","encoding":"base64","xrefs":{"rfc":["rfc7193"],"template":["application/cms"]},"registered":true},{"content-type":"application/cnrp+xml","encoding":"base64","xrefs":{"rfc":["rfc3367"],"template":["application/cnrp+xml"]},"registered":true},{"content-type":"application/coap-group+json","encoding":"base64","xrefs":{"rfc":["rfc7390"],"template":["application/coap-group+json"]},"registered":true},{"content-type":"application/coap-payload","encoding":"base64","xrefs":{"rfc":["rfc8075"],"template":["application/coap-payload"]},"registered":true},{"content-type":"application/commonground","encoding":"base64","xrefs":{"person":["David_Glazer"],"template":["application/commonground"]},"registered":true},{"content-type":"application/conference-info+xml","encoding":"base64","xrefs":{"rfc":["rfc4575"],"template":["application/conference-info+xml"]},"registered":true},{"content-type":"application/cose","encoding":"base64","xrefs":{"draft":["RFC-ietf-cose-rfc8152bis-struct-15"],"template":["application/cose"]},"registered":true},{"content-type":"application/cose-key","encoding":"base64","xrefs":{"draft":["RFC-ietf-cose-rfc8152bis-struct-15"],"template":["application/cose-key"]},"registered":true},{"content-type":"application/cose-key-set","encoding":"base64","xrefs":{"draft":["RFC-ietf-cose-rfc8152bis-struct-15"],"template":["application/cose-key-set"]},"registered":true},{"content-type":"application/cpl+xml","encoding":"base64","xrefs":{"rfc":["rfc3880"],"template":["application/cpl+xml"]},"registered":true},{"content-type":"application/csrattrs","encoding":"base64","xrefs":{"rfc":["rfc7030"],"template":["application/csrattrs"]},"registered":true},{"content-type":"application/csta+xml","encoding":"base64","xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/csta+xml"]},"registered":true},{"content-type":"application/CSTAdata+xml","encoding":"base64","xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/CSTAdata+xml"]},"registered":true},{"content-type":"application/csvm+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/csvm+json"]},"registered":true},{"content-type":"application/cu-seeme","friendly":{"en":"CU-SeeMe"},"encoding":"base64","extensions":["cu"],"registered":false},{"content-type":"application/cwt","encoding":"base64","xrefs":{"rfc":["rfc8392"],"template":["application/cwt"]},"registered":true},{"content-type":"application/cybercash","encoding":"base64","xrefs":{"person":["Donald_E._Eastlake_3rd"],"template":["application/cybercash"]},"registered":true},{"content-type":"application/dash+xml","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","Thomas_Stockhammer"],"template":["application/dash+xml"]},"registered":true},{"content-type":"application/dash-patch+xml","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1"],"template":["application/dash-patch+xml"]},"registered":true},{"content-type":"application/dashdelta","encoding":"base64","xrefs":{"person":["David_Furbeck"],"template":["application/dashdelta"]},"registered":true},{"content-type":"application/davmount+xml","friendly":{"en":"Web Distributed Authoring and Versioning"},"encoding":"base64","extensions":["davmount"],"xrefs":{"rfc":["rfc4709"],"template":["application/davmount+xml"]},"registered":true},{"content-type":"application/dca-rft","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/dca-rft"]},"registered":true},{"content-type":"application/DCD","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/DCD"]},"registered":true},{"content-type":"application/dec-dx","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/dec-dx"]},"registered":true},{"content-type":"application/dialog-info+xml","encoding":"base64","xrefs":{"rfc":["rfc4235"],"template":["application/dialog-info+xml"]},"registered":true},{"content-type":"application/dicom","encoding":"base64","extensions":["dcm"],"xrefs":{"rfc":["rfc3240"],"template":["application/dicom"]},"registered":true},{"content-type":"application/dicom+json","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","David_Clunie"],"template":["application/dicom+json"]},"registered":true},{"content-type":"application/dicom+xml","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","David_Clunie"],"template":["application/dicom+xml"]},"registered":true},{"content-type":"application/DII","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/DII"]},"registered":true},{"content-type":"application/DIT","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/DIT"]},"registered":true},{"content-type":"application/dns","encoding":"base64","xrefs":{"rfc":["rfc4027"],"template":["application/dns"]},"registered":true},{"content-type":"application/dns+json","encoding":"base64","xrefs":{"rfc":["rfc8427"],"template":["application/dns+json"]},"registered":true},{"content-type":"application/dns-message","encoding":"base64","xrefs":{"rfc":["rfc8484"],"template":["application/dns-message"]},"registered":true},{"content-type":"application/docbook+xml","encoding":"base64","extensions":["dbk"],"registered":false},{"content-type":"application/dots+cbor","encoding":"base64","xrefs":{"rfc":["rfc9132"],"template":["application/dots+cbor"]},"registered":true},{"content-type":"application/drafting","encoding":"base64","registered":false},{"content-type":"application/dskpp+xml","encoding":"base64","xrefs":{"rfc":["rfc6063"],"template":["application/dskpp+xml"]},"registered":true},{"content-type":"application/dssc+der","friendly":{"en":"Data Structure for the Security Suitability of Cryptographic Algorithms"},"encoding":"base64","extensions":["dssc"],"xrefs":{"rfc":["rfc5698"],"template":["application/dssc+der"]},"registered":true},{"content-type":"application/dssc+xml","friendly":{"en":"Data Structure for the Security Suitability of Cryptographic Algorithms"},"encoding":"base64","extensions":["xdssc"],"xrefs":{"rfc":["rfc5698"],"template":["application/dssc+xml"]},"registered":true},{"content-type":"application/dvcs","encoding":"base64","xrefs":{"rfc":["rfc3029"],"template":["application/dvcs"]},"registered":true},{"content-type":"application/dxf","encoding":"base64","registered":false},{"content-type":"application/ecmascript","friendly":{"en":"ECMAScript"},"encoding":"base64","extensions":["ecma","es"],"xrefs":{"rfc":["rfc4329"],"template":["application/ecmascript"]},"registered":true},{"content-type":"application/EDI-consent","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDI-consent"]},"registered":true},{"content-type":"application/EDI-X12","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDI-X12"]},"registered":true},{"content-type":"application/EDIFACT","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDIFACT"]},"registered":true},{"content-type":"application/efi","encoding":"base64","xrefs":{"person":["Samer_El-Haj-Mahmoud","UEFI_Forum"],"template":["application/efi"]},"registered":true},{"content-type":"application/elm+json","encoding":"base64","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["application/elm+json"]},"registered":true},{"content-type":"application/elm+xml","encoding":"base64","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["application/elm+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.cap+xml","encoding":"base64","xrefs":{"rfc":["rfc8876"],"template":["application/EmergencyCallData.cap+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.Comment+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.Comment+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.Control+xml","encoding":"base64","xrefs":{"rfc":["rfc8147"],"template":["application/EmergencyCallData.Control+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.DeviceInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.DeviceInfo+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.eCall.MSD","encoding":"base64","xrefs":{"rfc":["rfc8147"],"template":["application/EmergencyCallData.eCall.MSD"]},"registered":true},{"content-type":"application/EmergencyCallData.ProviderInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.ProviderInfo+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.ServiceInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.ServiceInfo+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.SubscriberInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.SubscriberInfo+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.VEDS+xml","encoding":"base64","xrefs":{"rfc":["rfc8148"],"template":["application/EmergencyCallData.VEDS+xml"]},"registered":true},{"content-type":"application/emma+xml","friendly":{"en":"Extensible MultiModal Annotation"},"encoding":"base64","extensions":["emma"],"xrefs":{"person":["ISO-IEC_JTC1","W3C"],"uri":["http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration"],"template":["application/emma+xml"]},"registered":true},{"content-type":"application/emotionml+xml","encoding":"base64","xrefs":{"person":["Kazuyuki_Ashimura","W3C"],"template":["application/emotionml+xml"]},"registered":true},{"content-type":"application/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["application/encaprtp"]},"registered":true},{"content-type":"application/epp+xml","encoding":"base64","xrefs":{"rfc":["rfc5730"],"template":["application/epp+xml"]},"registered":true},{"content-type":"application/epub+zip","friendly":{"en":"Electronic Publication"},"encoding":"base64","extensions":["epub"],"xrefs":{"person":["International_Digital_Publishing_Forum","William_McCoy"],"template":["application/epub+zip"]},"registered":true},{"content-type":"application/eshop","encoding":"base64","xrefs":{"person":["Steve_Katz"],"template":["application/eshop"]},"registered":true},{"content-type":"application/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["application/example"]},"registered":true},{"content-type":"application/excel","encoding":"base64","extensions":["xls","xlt"],"obsolete":true,"use-instead":"application/vnd.ms-excel","registered":false},{"content-type":"application/exi","friendly":{"en":"Efficient XML Interchange"},"encoding":"base64","extensions":["exi"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2009/CR-exi-20091208/#mediaTypeRegistration"],"template":["application/exi"]},"registered":true},{"content-type":"application/expect-ct-report+json","encoding":"base64","xrefs":{"draft":["RFC-ietf-httpbis-expect-ct-08"],"template":["application/expect-ct-report+json"]},"registered":true},{"content-type":"application/express","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["application/express"]},"registered":true},{"content-type":"application/fastinfoset","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1_SC6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/fastinfoset"]},"registered":true},{"content-type":"application/fastsoap","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1_SC6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/fastsoap"]},"registered":true},{"content-type":"application/fdt+xml","encoding":"base64","xrefs":{"rfc":["rfc6726"],"template":["application/fdt+xml"]},"registered":true},{"content-type":"application/fhir+json","encoding":"base64","xrefs":{"person":["Grahame_Grieve","HL7"],"template":["application/fhir+json"]},"registered":true},{"content-type":"application/fhir+xml","encoding":"base64","xrefs":{"person":["Grahame_Grieve","HL7"],"template":["application/fhir+xml"]},"registered":true},{"content-type":"application/fits","encoding":"base64","xrefs":{"rfc":["rfc4047"],"template":["application/fits"]},"registered":true},{"content-type":"application/flexfec","encoding":"base64","xrefs":{"rfc":["rfc8627"],"template":["application/flexfec"]},"registered":true},{"content-type":"application/font-sfnt","encoding":"base64","extensions":["otf","ttf"],"obsolete":true,"use-instead":"font/sfnt","xrefs":{"person":["ISO-IEC_JTC1","Levantovsky"],"rfc":["rfc8081"],"template":["application/font-sfnt"],"notes":["- DEPRECATED in favor of font/sfnt"]},"registered":true},{"content-type":"application/font-tdpfr","friendly":{"en":"Portable Font Resource"},"encoding":"base64","extensions":["pfr"],"xrefs":{"rfc":["rfc3073"],"template":["application/font-tdpfr"]},"registered":true},{"content-type":"application/font-woff","friendly":{"en":"Web Open Font Format"},"encoding":"base64","extensions":["woff","woff2"],"obsolete":true,"use-instead":"font/woff","xrefs":{"person":["W3C"],"rfc":["rfc8081"],"template":["application/font-woff"],"notes":["- DEPRECATED in favor of font/woff"]},"registered":true},{"content-type":"application/fractals","encoding":"base64","registered":false},{"content-type":"application/framework-attributes+xml","encoding":"base64","xrefs":{"rfc":["rfc6230"],"template":["application/framework-attributes+xml"]},"registered":true},{"content-type":"application/futuresplash","encoding":"base64","extensions":["spl"],"obsolete":true,"use-instead":"application/x-futuresplash","registered":false},{"content-type":"application/geo+json","encoding":"base64","xrefs":{"rfc":["rfc7946"],"template":["application/geo+json"]},"registered":true},{"content-type":"application/geo+json-seq","encoding":"base64","xrefs":{"rfc":["rfc8142"],"template":["application/geo+json-seq"]},"registered":true},{"content-type":"application/geopackage+sqlite3","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geopackage+sqlite3"]},"registered":true},{"content-type":"application/geoxacml+xml","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geoxacml+xml"]},"registered":true},{"content-type":"application/ghostview","encoding":"base64","obsolete":true,"use-instead":"application/x-ghostview","registered":false},{"content-type":"application/gltf-buffer","encoding":"base64","xrefs":{"person":["Khronos","Saurabh_Bhatia"],"template":["application/gltf-buffer"]},"registered":true},{"content-type":"application/gml+xml","encoding":"base64","extensions":["gml"],"xrefs":{"person":["Clemens_Portele","OGC"],"template":["application/gml+xml"]},"registered":true},{"content-type":"application/gpx+xml","encoding":"base64","extensions":["gpx"],"registered":false},{"content-type":"application/gxf","encoding":"base64","extensions":["gxf"],"registered":false},{"content-type":"application/gzip","encoding":"base64","extensions":["gz"],"xrefs":{"rfc":["rfc6713"],"template":["application/gzip"]},"registered":true},{"content-type":"application/H224","encoding":"base64","xrefs":{"rfc":["rfc4573"],"template":["application/H224"]},"registered":true},{"content-type":"application/held+xml","encoding":"base64","xrefs":{"rfc":["rfc5985"],"template":["application/held+xml"]},"registered":true},{"content-type":"application/hep","encoding":"base64","extensions":["hep"],"obsolete":true,"use-instead":"application/x-hep","registered":false},{"content-type":"application/http","encoding":"base64","xrefs":{"draft":["RFC-ietf-httpbis-messaging-19"],"template":["application/http"]},"registered":true},{"content-type":"application/hyperstudio","friendly":{"en":"Hyperstudio"},"encoding":"base64","extensions":["stk"],"xrefs":{"person":["Michael_Domino"],"template":["application/hyperstudio"]},"registered":true},{"content-type":"application/i-deas","encoding":"base64","registered":false},{"content-type":"application/ibe-key-request+xml","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-key-request+xml"]},"registered":true},{"content-type":"application/ibe-pkg-reply+xml","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-pkg-reply+xml"]},"registered":true},{"content-type":"application/ibe-pp-data","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-pp-data"]},"registered":true},{"content-type":"application/iges","encoding":"base64","xrefs":{"person":["Curtis_Parks"],"template":["application/iges"]},"registered":true},{"content-type":"application/im-iscomposing+xml","encoding":"base64","xrefs":{"rfc":["rfc3994"],"template":["application/im-iscomposing+xml"]},"registered":true},{"content-type":"application/imagemap","encoding":"8bit","extensions":["imagemap","imap"],"obsolete":true,"use-instead":"application/x-imagemap","registered":false},{"content-type":"application/index","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index"]},"registered":true},{"content-type":"application/index.cmd","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.cmd"]},"registered":true},{"content-type":"application/index.obj","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.obj"]},"registered":true},{"content-type":"application/index.response","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.response"]},"registered":true},{"content-type":"application/index.vnd","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.vnd"]},"registered":true},{"content-type":"application/inkml+xml","encoding":"base64","extensions":["ink","inkml"],"xrefs":{"person":["Kazuyuki_Ashimura"],"template":["application/inkml+xml"]},"registered":true},{"content-type":"application/ion","encoding":"base64","xrefs":{"person":["Jonathan_Hohle"]},"registered":true,"provisional":true},{"content-type":"application/iotp","encoding":"base64","xrefs":{"rfc":["rfc2935"],"template":["application/IOTP"]},"registered":true},{"content-type":"application/ipfix","friendly":{"en":"Internet Protocol Flow Information Export"},"encoding":"base64","extensions":["ipfix"],"xrefs":{"rfc":["rfc5655"],"template":["application/ipfix"]},"registered":true},{"content-type":"application/ipp","encoding":"base64","xrefs":{"rfc":["rfc8010"],"template":["application/ipp"]},"registered":true},{"content-type":"application/isup","encoding":"base64","xrefs":{"rfc":["rfc3204"],"template":["application/ISUP"]},"registered":true},{"content-type":"application/its+xml","encoding":"base64","xrefs":{"person":["ITS-IG-W3C","W3C"],"template":["application/its+xml"]},"registered":true},{"content-type":"application/java-archive","friendly":{"en":"Java Archive"},"encoding":"base64","extensions":["jar"],"registered":false},{"content-type":"application/java-serialized-object","friendly":{"en":"Java Serialized Object"},"encoding":"base64","extensions":["ser"],"registered":false},{"content-type":"application/java-vm","friendly":{"en":"Java Bytecode File"},"encoding":"base64","extensions":["class"],"registered":false},{"content-type":"application/javascript","friendly":{"en":"JavaScript"},"encoding":"8bit","extensions":["js","mjs","sj"],"xrefs":{"rfc":["rfc4329"],"template":["application/javascript"]},"registered":true},{"content-type":"application/jf2feed+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/jf2feed+json"]},"registered":true},{"content-type":"application/jose","encoding":"base64","xrefs":{"rfc":["rfc7515"],"template":["application/jose"]},"registered":true},{"content-type":"application/jose+json","encoding":"base64","xrefs":{"rfc":["rfc7515"],"template":["application/jose+json"]},"registered":true},{"content-type":"application/jrd+json","encoding":"base64","xrefs":{"rfc":["rfc7033"],"template":["application/jrd+json"]},"registered":true},{"content-type":"application/jscalendar+json","encoding":"base64","xrefs":{"rfc":["rfc8984"],"template":["application/jscalendar+json"]},"registered":true},{"content-type":"application/json","friendly":{"en":"JavaScript Object Notation (JSON)"},"encoding":"8bit","extensions":["json"],"xrefs":{"rfc":["rfc8259"],"template":["application/json"]},"registered":true},{"content-type":"application/json-nd","encoding":"base64","xrefs":{"person":["Glen_Kleidon"]},"registered":true,"provisional":true},{"content-type":"application/json-patch+json","encoding":"base64","xrefs":{"rfc":["rfc6902"],"template":["application/json-patch+json"]},"registered":true},{"content-type":"application/json-seq","encoding":"base64","xrefs":{"rfc":["rfc7464"],"template":["application/json-seq"]},"registered":true},{"content-type":"application/jsonml+json","encoding":"base64","extensions":["jsonml"],"registered":false},{"content-type":"application/jwk+json","encoding":"base64","xrefs":{"rfc":["rfc7517"],"template":["application/jwk+json"]},"registered":true},{"content-type":"application/jwk-set+json","encoding":"base64","xrefs":{"rfc":["rfc7517"],"template":["application/jwk-set+json"]},"registered":true},{"content-type":"application/jwt","encoding":"base64","xrefs":{"rfc":["rfc7519"],"template":["application/jwt"]},"registered":true},{"content-type":"application/kpml-request+xml","encoding":"base64","xrefs":{"rfc":["rfc4730"],"template":["application/kpml-request+xml"]},"registered":true},{"content-type":"application/kpml-response+xml","encoding":"base64","xrefs":{"rfc":["rfc4730"],"template":["application/kpml-response+xml"]},"registered":true},{"content-type":"application/ld+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/ld+json"]},"registered":true},{"content-type":"application/lgr+xml","encoding":"base64","xrefs":{"rfc":["rfc7940"],"template":["application/lgr+xml"]},"registered":true},{"content-type":"application/link-format","encoding":"base64","xrefs":{"rfc":["rfc6690"],"template":["application/link-format"]},"registered":true},{"content-type":"application/load-control+xml","encoding":"base64","xrefs":{"rfc":["rfc7200"],"template":["application/load-control+xml"]},"registered":true},{"content-type":"application/lost+xml","encoding":"base64","extensions":["lostxml"],"xrefs":{"rfc":["rfc5222"],"template":["application/lost+xml"]},"registered":true},{"content-type":"application/lostsync+xml","encoding":"base64","xrefs":{"rfc":["rfc6739"],"template":["application/lostsync+xml"]},"registered":true},{"content-type":"application/lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false},{"content-type":"application/lpf+zip","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/lpf+zip"]},"registered":true},{"content-type":"application/LXF","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/LXF"]},"registered":true},{"content-type":"application/mac-binhex40","friendly":{"en":"Macintosh BinHex 4.0"},"encoding":"8bit","extensions":["hqx"],"xrefs":{"person":["Patrik_Faltstrom"],"template":["application/mac-binhex40"]},"registered":true},{"content-type":"application/mac-compactpro","friendly":{"en":"Compact Pro"},"encoding":"base64","extensions":["cpt"],"obsolete":true,"use-instead":"application/x-mac-compactpro","registered":false},{"content-type":"application/macbinary","encoding":"base64","registered":false},{"content-type":"application/macwriteii","encoding":"base64","xrefs":{"person":["Paul_Lindner"],"template":["application/macwriteii"]},"registered":true},{"content-type":"application/mads+xml","friendly":{"en":"Metadata Authority Description Schema"},"encoding":"base64","extensions":["mads"],"xrefs":{"rfc":["rfc6207"],"template":["application/mads+xml"]},"registered":true},{"content-type":"application/manifest+json","encoding":"base64","extensions":["webmanifest"],"xrefs":{"person":["Marcos_Caceres","W3C"],"template":["application/manifest+json"]},"registered":true},{"content-type":"application/marc","friendly":{"en":"MARC Formats"},"encoding":"base64","extensions":["mrc"],"xrefs":{"rfc":["rfc2220"],"template":["application/marc"]},"registered":true},{"content-type":"application/marcxml+xml","friendly":{"en":"MARC21 XML Schema"},"encoding":"base64","extensions":["mrcx"],"xrefs":{"rfc":["rfc6207"],"template":["application/marcxml+xml"]},"registered":true},{"content-type":"application/mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":"application/vnd.mcd","registered":false},{"content-type":"application/mathematica","friendly":{"en":"Mathematica Notebooks"},"encoding":"base64","extensions":["ma","mb","nb"],"xrefs":{"person":["Wolfram"],"template":["application/mathematica"]},"registered":true},{"content-type":"application/mathematica-old","encoding":"base64","obsolete":true,"use-instead":"application/x-mathematica-old","registered":false},{"content-type":"application/mathml+xml","friendly":{"en":"Mathematical Markup Language"},"encoding":"base64","extensions":["mathml"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"],"template":["application/mathml+xml"]},"registered":true},{"content-type":"application/mathml-content+xml","encoding":"base64","xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"],"template":["application/mathml-content+xml"]},"registered":true},{"content-type":"application/mathml-presentation+xml","encoding":"base64","xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"],"template":["application/mathml-presentation+xml"]},"registered":true},{"content-type":"application/mbms-associated-procedure-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-associated-procedure-description+xml"]},"registered":true},{"content-type":"application/mbms-deregister+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-deregister+xml"]},"registered":true},{"content-type":"application/mbms-envelope+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-envelope+xml"]},"registered":true},{"content-type":"application/mbms-msk+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-msk+xml"]},"registered":true},{"content-type":"application/mbms-msk-response+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-msk-response+xml"]},"registered":true},{"content-type":"application/mbms-protection-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-protection-description+xml"]},"registered":true},{"content-type":"application/mbms-reception-report+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-reception-report+xml"]},"registered":true},{"content-type":"application/mbms-register+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-register+xml"]},"registered":true},{"content-type":"application/mbms-register-response+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-register-response+xml"]},"registered":true},{"content-type":"application/mbms-schedule+xml","encoding":"base64","xrefs":{"person":["Eric_Turcotte","_3GPP"],"template":["application/mbms-schedule+xml"]},"registered":true},{"content-type":"application/mbms-user-service-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-user-service-description+xml"]},"registered":true},{"content-type":"application/mbox","friendly":{"en":"Mbox database files"},"encoding":"base64","extensions":["mbox"],"xrefs":{"rfc":["rfc4155"],"template":["application/mbox"]},"registered":true},{"content-type":"application/media-policy-dataset+xml","encoding":"base64","xrefs":{"rfc":["rfc6796"],"template":["application/media-policy-dataset+xml"]},"registered":true},{"content-type":"application/media_control+xml","encoding":"base64","xrefs":{"rfc":["rfc5168"],"template":["application/media_control+xml"]},"registered":true},{"content-type":"application/mediaservercontrol+xml","friendly":{"en":"Media Server Control Markup Language"},"encoding":"base64","extensions":["mscml"],"xrefs":{"rfc":["rfc5022"],"template":["application/mediaservercontrol+xml"]},"registered":true},{"content-type":"application/merge-patch+json","encoding":"base64","xrefs":{"rfc":["rfc7396"],"template":["application/merge-patch+json"]},"registered":true},{"content-type":"application/metalink+xml","encoding":"base64","extensions":["metalink"],"registered":false},{"content-type":"application/metalink4+xml","friendly":{"en":"Metalink"},"encoding":"base64","extensions":["meta4"],"xrefs":{"rfc":["rfc5854"],"template":["application/metalink4+xml"]},"registered":true},{"content-type":"application/mets+xml","friendly":{"en":"Metadata Encoding and Transmission Standard"},"encoding":"base64","extensions":["mets"],"xrefs":{"rfc":["rfc6207"],"template":["application/mets+xml"]},"registered":true},{"content-type":"application/MF4","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/MF4"]},"registered":true},{"content-type":"application/mikey","encoding":"base64","xrefs":{"rfc":["rfc3830"],"template":["application/mikey"]},"registered":true},{"content-type":"application/mipc","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/mipc"]},"registered":true},{"content-type":"application/missing-blocks+cbor-seq","encoding":"base64","xrefs":{"draft":["RFC-ietf-core-new-block-14"],"template":["application/missing-blocks+cbor-seq"]},"registered":true},{"content-type":"application/mmt-aei+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/mmt-aei+xml"]},"registered":true},{"content-type":"application/mmt-usd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/mmt-usd+xml"]},"registered":true},{"content-type":"application/mods+xml","friendly":{"en":"Metadata Object Description Schema"},"encoding":"base64","extensions":["mods"],"xrefs":{"rfc":["rfc6207"],"template":["application/mods+xml"]},"registered":true},{"content-type":"application/moss-keys","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/moss-keys"]},"registered":true},{"content-type":"application/moss-signature","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/moss-signature"]},"registered":true},{"content-type":"application/mosskey-data","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/mosskey-data"]},"registered":true},{"content-type":"application/mosskey-request","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/mosskey-request"]},"registered":true},{"content-type":"application/mp21","friendly":{"en":"MPEG-21"},"encoding":"base64","extensions":["m21","mp21"],"xrefs":{"rfc":["rfc6381"],"person":["David_Singer"],"template":["application/mp21"]},"registered":true},{"content-type":"application/mp4","friendly":{"en":"MPEG4"},"encoding":"base64","extensions":["mp4","mpg4","mp4s"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["application/mp4"]},"registered":true},{"content-type":"application/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640"],"template":["application/mpeg4-generic"]},"registered":true},{"content-type":"application/mpeg4-iod","encoding":"base64","xrefs":{"rfc":["rfc4337"],"template":["application/mpeg4-iod"]},"registered":true},{"content-type":"application/mpeg4-iod-xmt","encoding":"base64","xrefs":{"rfc":["rfc4337"],"template":["application/mpeg4-iod-xmt"]},"registered":true},{"content-type":"application/mrb-consumer+xml","encoding":"base64","xrefs":{"rfc":["rfc6917"],"template":["application/mrb-consumer+xml"]},"registered":true},{"content-type":"application/mrb-publish+xml","encoding":"base64","xrefs":{"rfc":["rfc6917"],"template":["application/mrb-publish+xml"]},"registered":true},{"content-type":"application/msc-ivr+xml","encoding":"base64","xrefs":{"rfc":["rfc6231"],"template":["application/msc-ivr+xml"]},"registered":true},{"content-type":"application/msc-mixer+xml","encoding":"base64","xrefs":{"rfc":["rfc6505"],"template":["application/msc-mixer+xml"]},"registered":true},{"content-type":"application/msword","friendly":{"en":"Microsoft Word"},"encoding":"base64","extensions":["doc","dot","wrd"],"xrefs":{"person":["Paul_Lindner"],"template":["application/msword"]},"registered":true},{"content-type":"application/mud+json","encoding":"base64","xrefs":{"rfc":["rfc8520"],"template":["application/mud+json"]},"registered":true},{"content-type":"application/multipart-core","encoding":"base64","xrefs":{"rfc":["rfc8710"],"template":["application/multipart-core"]},"registered":true},{"content-type":"application/mxf","friendly":{"en":"Material Exchange Format"},"encoding":"base64","extensions":["mxf"],"xrefs":{"rfc":["rfc4539"],"template":["application/mxf"]},"registered":true},{"content-type":"application/n-quads","encoding":"base64","xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["application/n-quads"]},"registered":true},{"content-type":"application/n-triples","encoding":"base64","xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["application/n-triples"]},"registered":true},{"content-type":"application/nasdata","encoding":"base64","xrefs":{"rfc":["rfc4707"],"template":["application/nasdata"]},"registered":true},{"content-type":"application/netcdf","encoding":"base64","extensions":["nc","cdf"],"registered":false},{"content-type":"application/news-checkgroups","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-checkgroups"]},"registered":true},{"content-type":"application/news-groupinfo","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-groupinfo"]},"registered":true},{"content-type":"application/news-message-id","encoding":"base64","obsolete":true,"registered":false},{"content-type":"application/news-transmission","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-transmission"]},"registered":true},{"content-type":"application/nlsml+xml","encoding":"base64","xrefs":{"rfc":["rfc6787"],"template":["application/nlsml+xml"]},"registered":true},{"content-type":"application/node","encoding":"base64","xrefs":{"person":["Node.js_TSC"],"template":["application/node"]},"registered":true},{"content-type":"application/nss","encoding":"base64","xrefs":{"person":["Michael_Hammer"],"template":["application/nss"]},"registered":true},{"content-type":"application/oauth-authz-req+jwt","encoding":"base64","xrefs":{"rfc":["rfc9101"],"template":["application/oauth-authz-req+jwt"]},"registered":true},{"content-type":"application/ocsp-request","encoding":"base64","xrefs":{"rfc":["rfc6960"],"template":["application/ocsp-request"]},"registered":true},{"content-type":"application/ocsp-response","encoding":"base64","xrefs":{"rfc":["rfc6960"],"template":["application/ocsp-response"]},"registered":true},{"content-type":"application/octet-stream","friendly":{"en":"Binary Data"},"encoding":"base64","extensions":["bin","dms","lha","lzh","class","ani","pgp","gpg","so","dll","dylib","bpk","deploy","dist","distz","dump","elc","lrf","mar","pkg","ipa"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["application/octet-stream"]},"registered":true},{"content-type":"application/oda","friendly":{"en":"Office Document Architecture"},"encoding":"base64","extensions":["oda"],"xrefs":{"rfc":["rfc1494"],"template":["application/ODA"]},"registered":true},{"content-type":"application/odm+json","encoding":"base64","xrefs":{"person":["Sam_Hume"]},"registered":true,"provisional":true},{"content-type":"application/odm+xml","encoding":"base64","xrefs":{"person":["CDISC","Sam_Hume"],"template":["application/odm+xml"]},"registered":true},{"content-type":"application/ODX","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ODX"]},"registered":true},{"content-type":"application/oebps-package+xml","friendly":{"en":"Open eBook Publication Structure"},"encoding":"base64","extensions":["opf"],"xrefs":{"rfc":["rfc4839"],"template":["application/oebps-package+xml"]},"registered":true},{"content-type":"application/ogg","friendly":{"en":"Ogg"},"encoding":"base64","extensions":["ogx"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["application/ogg"]},"registered":true},{"content-type":"application/omdoc+xml","encoding":"base64","extensions":["omdoc"],"registered":false},{"content-type":"application/onenote","friendly":{"en":"Microsoft OneNote"},"encoding":"base64","extensions":["onepkg","onetmp","onetoc","onetoc2"],"registered":false},{"content-type":"application/opc-nodeset+xml","encoding":"base64","xrefs":{"person":["OPC_Foundation"],"template":["application/opc-nodeset+xml"]},"registered":true},{"content-type":"application/oscore","encoding":"base64","xrefs":{"rfc":["rfc8613"],"template":["application/oscore"]},"registered":true},{"content-type":"application/oxps","encoding":"base64","extensions":["oxps"],"xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/oxps"]},"registered":true},{"content-type":"application/p21","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["application/p21"]},"registered":true},{"content-type":"application/p21+zip","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["application/p21+zip"]},"registered":true},{"content-type":"application/p2p-overlay+xml","encoding":"base64","xrefs":{"rfc":["rfc6940"],"template":["application/p2p-overlay+xml"]},"registered":true},{"content-type":"application/parityfec","encoding":"base64","xrefs":{"rfc":["rfc3009"],"template":["application/parityfec"]},"registered":true},{"content-type":"application/passport","encoding":"base64","xrefs":{"rfc":["rfc8225"],"template":["application/passport"]},"registered":true},{"content-type":"application/patch-ops-error+xml","friendly":{"en":"XML Patch Framework"},"encoding":"base64","extensions":["xer"],"xrefs":{"rfc":["rfc5261"],"template":["application/patch-ops-error+xml"]},"registered":true},{"content-type":"application/pdf","friendly":{"en":"Adobe Portable Document Format"},"encoding":"base64","extensions":["pdf","ai"],"xrefs":{"rfc":["rfc8118"],"template":["application/pdf"]},"registered":true},{"content-type":"application/PDX","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/PDX"]},"registered":true},{"content-type":"application/pem-certificate-chain","encoding":"base64","xrefs":{"rfc":["rfc8555"],"template":["application/pem-certificate-chain"]},"registered":true},{"content-type":"application/pgp-encrypted","friendly":{"en":"Pretty Good Privacy"},"encoding":"7bit","extensions":["pgp","gpg"],"xrefs":{"rfc":["rfc3156"],"template":["application/pgp-encrypted"]},"registered":true},{"content-type":"application/pgp-keys","encoding":"7bit","xrefs":{"rfc":["rfc3156"],"template":["application/pgp-keys"]},"registered":true,"signature":true},{"content-type":"application/pgp-signature","friendly":{"en":"Pretty Good Privacy - Signature"},"encoding":"base64","extensions":["asc","sig"],"xrefs":{"rfc":["rfc3156"],"template":["application/pgp-signature"]},"registered":true,"signature":true},{"content-type":"application/pics-rules","friendly":{"en":"PICSRules"},"encoding":"base64","extensions":["prf"],"registered":false},{"content-type":"application/pidf+xml","encoding":"base64","xrefs":{"rfc":["rfc3863"],"template":["application/pidf+xml"]},"registered":true},{"content-type":"application/pidf-diff+xml","encoding":"base64","xrefs":{"rfc":["rfc5262"],"template":["application/pidf-diff+xml"]},"registered":true},{"content-type":"application/pkcs10","friendly":{"en":"PKCS #10 - Certification Request Standard"},"encoding":"base64","extensions":["p10"],"xrefs":{"rfc":["rfc5967"],"template":["application/pkcs10"]},"registered":true,"signature":true},{"content-type":"application/pkcs12","encoding":"base64","xrefs":{"person":["IETF"],"template":["application/pkcs12"]},"registered":true},{"content-type":"application/pkcs7-mime","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard"},"encoding":"base64","extensions":["p7m","p7c"],"xrefs":{"rfc":["rfc7114","rfc8551"],"template":["application/pkcs7-mime"]},"registered":true,"signature":true},{"content-type":"application/pkcs7-signature","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard"},"encoding":"base64","extensions":["p7s"],"xrefs":{"rfc":["rfc8551"],"template":["application/pkcs7-signature"]},"registered":true,"signature":true},{"content-type":"application/pkcs8","friendly":{"en":"PKCS #8 - Private-Key Information Syntax Standard"},"encoding":"base64","extensions":["p8"],"xrefs":{"rfc":["rfc5958"],"template":["application/pkcs8"]},"registered":true},{"content-type":"application/pkcs8-encrypted","encoding":"base64","xrefs":{"rfc":["rfc8351"],"template":["application/pkcs8-encrypted"]},"registered":true},{"content-type":"application/pkix-attr-cert","friendly":{"en":"Attribute Certificate"},"encoding":"base64","extensions":["ac"],"xrefs":{"rfc":["rfc5877"],"template":["application/pkix-attr-cert"]},"registered":true},{"content-type":"application/pkix-cert","friendly":{"en":"Internet Public Key Infrastructure - Certificate"},"encoding":"base64","extensions":["cer"],"xrefs":{"rfc":["rfc2585"],"template":["application/pkix-cert"]},"registered":true},{"content-type":"application/pkix-crl","friendly":{"en":"Internet Public Key Infrastructure - Certificate Revocation Lists"},"encoding":"base64","extensions":["crl"],"xrefs":{"rfc":["rfc2585"],"template":["application/pkix-crl"]},"registered":true},{"content-type":"application/pkix-keyinfo","encoding":"base64","xrefs":{"draft":["draft-hallambaker-mesh-udf"]},"registered":true,"provisional":true},{"content-type":"application/pkix-pkipath","friendly":{"en":"Internet Public Key Infrastructure - Certification Path"},"encoding":"base64","extensions":["pkipath"],"xrefs":{"rfc":["rfc6066"],"template":["application/pkix-pkipath"]},"registered":true},{"content-type":"application/pkixcmp","friendly":{"en":"Internet Public Key Infrastructure - Certificate Management Protocole"},"encoding":"base64","extensions":["pki"],"xrefs":{"rfc":["rfc2510"],"template":["application/pkixcmp"]},"registered":true},{"content-type":"application/pls+xml","friendly":{"en":"Pronunciation Lexicon Specification"},"encoding":"base64","extensions":["pls"],"xrefs":{"rfc":["rfc4267"],"template":["application/pls+xml"]},"registered":true},{"content-type":"application/poc-settings+xml","encoding":"base64","xrefs":{"rfc":["rfc4354"],"template":["application/poc-settings+xml"]},"registered":true},{"content-type":"application/postscript","friendly":{"en":"PostScript"},"encoding":"8bit","extensions":["eps","ps","ai"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["application/postscript"]},"registered":true},{"content-type":"application/powerpoint","encoding":"base64","extensions":["ppt","pps","pot"],"registered":false},{"content-type":"application/ppsp-tracker+json","encoding":"base64","xrefs":{"rfc":["rfc7846"],"template":["application/ppsp-tracker+json"]},"registered":true},{"content-type":"application/pro_eng","encoding":"base64","registered":false},{"content-type":"application/problem+json","encoding":"base64","xrefs":{"rfc":["rfc7807"],"template":["application/problem+json"]},"registered":true},{"content-type":"application/problem+xml","encoding":"base64","xrefs":{"rfc":["rfc7807"],"template":["application/problem+xml"]},"registered":true},{"content-type":"application/provenance+xml","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/provenance+xml"]},"registered":true},{"content-type":"application/prs.alvestrand.titrax-sheet","encoding":"base64","xrefs":{"person":["Harald_T._Alvestrand"],"template":["application/prs.alvestrand.titrax-sheet"]},"registered":true},{"content-type":"application/prs.cww","friendly":{"en":"CU-Writer"},"encoding":"base64","extensions":["cw","cww"],"xrefs":{"person":["Khemchart_Rungchavalnont"],"template":["application/prs.cww"]},"registered":true},{"content-type":"application/prs.cyn","encoding":"base64","xrefs":{"person":["Cynthia_Revström"],"template":["application/prs.cyn"]},"registered":true},{"content-type":"application/prs.hpub+zip","encoding":"base64","xrefs":{"person":["Giulio_Zambon"],"template":["application/prs.hpub+zip"]},"registered":true},{"content-type":"application/prs.nprend","encoding":"base64","extensions":["rnd","rct"],"xrefs":{"person":["Jay_Doggett"],"template":["application/prs.nprend"]},"registered":true},{"content-type":"application/prs.plucker","encoding":"base64","xrefs":{"person":["Bill_Janssen"],"template":["application/prs.plucker"]},"registered":true},{"content-type":"application/prs.rdf-xml-crypt","encoding":"base64","xrefs":{"person":["Toby_Inkster"],"template":["application/prs.rdf-xml-crypt"]},"registered":true},{"content-type":"application/prs.xsf+xml","encoding":"base64","xrefs":{"person":["Maik_Stührenberg"],"template":["application/prs.xsf+xml"]},"registered":true},{"content-type":"application/pskc+xml","friendly":{"en":"Portable Symmetric Key Container"},"encoding":"base64","extensions":["pskcxml"],"xrefs":{"rfc":["rfc6030"],"template":["application/pskc+xml"]},"registered":true},{"content-type":"application/pvd+json","encoding":"base64","xrefs":{"rfc":["rfc8801"],"template":["application/pvd+json"]},"registered":true},{"content-type":"application/qsig","encoding":"base64","xrefs":{"rfc":["rfc3204"],"template":["application/QSIG"]},"registered":true},{"content-type":"application/quicktimeplayer","encoding":"base64","extensions":["qtl"],"obsolete":true,"use-instead":"application/x-quicktimeplayer","registered":false},{"content-type":"application/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["application/raptorfec"]},"registered":true},{"content-type":"application/rdap+json","encoding":"base64","xrefs":{"rfc":["rfc9083"],"template":["application/rdap+json"]},"registered":true},{"content-type":"application/rdf+xml","friendly":{"en":"Resource Description Framework"},"encoding":"8bit","extensions":["rdf"],"xrefs":{"rfc":["rfc3870"],"template":["application/rdf+xml"]},"registered":true},{"content-type":"application/reginfo+xml","friendly":{"en":"IMS Networks"},"encoding":"base64","extensions":["rif"],"xrefs":{"rfc":["rfc3680"],"template":["application/reginfo+xml"]},"registered":true},{"content-type":"application/relax-ng-compact-syntax","friendly":{"en":"Relax NG Compact Syntax"},"encoding":"base64","extensions":["rnc"],"xrefs":{"uri":["http://www.jtc1sc34.org/repository/0661.pdf"],"template":["application/relax-ng-compact-syntax"]},"registered":true},{"content-type":"application/remote-printing","encoding":"base64","xrefs":{"rfc":["rfc1486"],"person":["Marshall_Rose"],"template":["application/remote-printing"]},"registered":true},{"content-type":"application/remote_printing","encoding":"base64","obsolete":true,"use-instead":"application/remote-printing","registered":false},{"content-type":"application/reports+json","encoding":"base64","xrefs":{"person":["Douglas_Creager"]},"registered":true,"provisional":true},{"content-type":"application/reputon+json","encoding":"base64","xrefs":{"rfc":["rfc7071"],"template":["application/reputon+json"]},"registered":true},{"content-type":"application/resource-lists+xml","friendly":{"en":"XML Resource Lists"},"encoding":"base64","extensions":["rl"],"xrefs":{"rfc":["rfc4826"],"template":["application/resource-lists+xml"]},"registered":true},{"content-type":"application/resource-lists-diff+xml","friendly":{"en":"XML Resource Lists Diff"},"encoding":"base64","extensions":["rld"],"xrefs":{"rfc":["rfc5362"],"template":["application/resource-lists-diff+xml"]},"registered":true},{"content-type":"application/rfc+xml","encoding":"base64","xrefs":{"rfc":["rfc7991"],"template":["application/rfc+xml"]},"registered":true},{"content-type":"application/rif+xml","encoding":"base64","xrefs":{"person":["Sandro_Hawke"]},"registered":true,"provisional":true},{"content-type":"application/riscos","encoding":"base64","xrefs":{"person":["Nick_Smith"],"template":["application/riscos"]},"registered":true},{"content-type":"application/rlmi+xml","encoding":"base64","xrefs":{"rfc":["rfc4662"],"template":["application/rlmi+xml"]},"registered":true},{"content-type":"application/rls-services+xml","friendly":{"en":"XML Resource Lists"},"encoding":"base64","extensions":["rs"],"xrefs":{"rfc":["rfc4826"],"template":["application/rls-services+xml"]},"registered":true},{"content-type":"application/route-apd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/route-apd+xml"]},"registered":true},{"content-type":"application/route-s-tsid+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/route-s-tsid+xml"]},"registered":true},{"content-type":"application/route-usd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/route-usd+xml"]},"registered":true},{"content-type":"application/rpki-checklist","encoding":"base64","xrefs":{"draft":["draft-ietf-sidrops-rpki-rsc-02"]},"registered":true,"provisional":true},{"content-type":"application/rpki-ghostbusters","encoding":"base64","extensions":["gbr"],"xrefs":{"rfc":["rfc6493"],"template":["application/rpki-ghostbusters"]},"registered":true},{"content-type":"application/rpki-manifest","encoding":"base64","extensions":["mft"],"xrefs":{"rfc":["rfc6481"],"template":["application/rpki-manifest"]},"registered":true},{"content-type":"application/rpki-publication","encoding":"base64","xrefs":{"rfc":["rfc8181"],"template":["application/rpki-publication"]},"registered":true},{"content-type":"application/rpki-roa","encoding":"base64","extensions":["roa"],"xrefs":{"rfc":["rfc6481"],"template":["application/rpki-roa"]},"registered":true},{"content-type":"application/rpki-updown","encoding":"base64","xrefs":{"rfc":["rfc6492"],"template":["application/rpki-updown"]},"registered":true},{"content-type":"application/rsd+xml","friendly":{"en":"Really Simple Discovery"},"encoding":"base64","extensions":["rsd"],"registered":false},{"content-type":"application/rss+xml","friendly":{"en":"RSS - Really Simple Syndication"},"encoding":"base64","extensions":["rss"],"registered":false},{"content-type":"application/rtf","friendly":{"en":"Rich Text Format"},"encoding":"base64","extensions":["rtf"],"xrefs":{"person":["Paul_Lindner"],"template":["application/rtf"]},"registered":true},{"content-type":"application/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["application/rtploopback"]},"registered":true},{"content-type":"application/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["application/rtx"]},"registered":true},{"content-type":"application/samlassertion+xml","encoding":"base64","xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlassertion+xml"]},"registered":true},{"content-type":"application/samlmetadata+xml","encoding":"base64","xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlmetadata+xml"]},"registered":true},{"content-type":"application/sarif+json","encoding":"base64","xrefs":{"person":["Laurence_J._Golding","Michael_C._Fanning","OASIS"],"template":["application/sarif+json"]},"registered":true},{"content-type":"application/sarif-external-properties+json","encoding":"base64","xrefs":{"person":["David_Keaton","Michael_C._Fanning","OASIS"],"template":["application/sarif-external-properties+json"]},"registered":true},{"content-type":"application/sbe","encoding":"base64","xrefs":{"person":["Donald_L._Mendelson","FIX_Trading_Community"],"template":["application/sbe"]},"registered":true},{"content-type":"application/sbml+xml","friendly":{"en":"Systems Biology Markup Language"},"encoding":"base64","extensions":["sbml"],"xrefs":{"rfc":["rfc3823"],"template":["application/sbml+xml"]},"registered":true},{"content-type":"application/scaip+xml","encoding":"base64","xrefs":{"person":["Oskar_Jonsson","SIS"],"template":["application/scaip+xml"]},"registered":true},{"content-type":"application/scim+json","encoding":"base64","xrefs":{"rfc":["rfc7644"],"template":["application/scim+json"]},"registered":true},{"content-type":"application/scvp-cv-request","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Request"},"encoding":"base64","extensions":["scq"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-cv-request"]},"registered":true},{"content-type":"application/scvp-cv-response","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Response"},"encoding":"base64","extensions":["scs"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-cv-response"]},"registered":true},{"content-type":"application/scvp-vp-request","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Policies - Request"},"encoding":"base64","extensions":["spq"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-vp-request"]},"registered":true},{"content-type":"application/scvp-vp-response","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Policies - Response"},"encoding":"base64","extensions":["spp"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-vp-response"]},"registered":true},{"content-type":"application/sdp","friendly":{"en":"Session Description Protocol"},"encoding":"base64","extensions":["sdp"],"xrefs":{"rfc":["rfc8866"],"template":["application/sdp"]},"registered":true},{"content-type":"application/secevent+jwt","encoding":"base64","xrefs":{"rfc":["rfc8417"],"template":["application/secevent+jwt"]},"registered":true},{"content-type":"application/senml+cbor","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml+cbor"]},"registered":true},{"content-type":"application/senml+json","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml+json"]},"registered":true},{"content-type":"application/senml+xml","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml+xml"]},"registered":true},{"content-type":"application/senml-etch+cbor","encoding":"base64","xrefs":{"rfc":["rfc8790"],"template":["application/senml-etch+cbor"]},"registered":true},{"content-type":"application/senml-etch+json","encoding":"base64","xrefs":{"rfc":["rfc8790"],"template":["application/senml-etch+json"]},"registered":true},{"content-type":"application/senml-exi","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml-exi"]},"registered":true},{"content-type":"application/sensml+cbor","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml+cbor"]},"registered":true},{"content-type":"application/sensml+json","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml+json"]},"registered":true},{"content-type":"application/sensml+xml","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml+xml"]},"registered":true},{"content-type":"application/sensml-exi","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml-exi"]},"registered":true},{"content-type":"application/sep+xml","encoding":"base64","xrefs":{"person":["Robby_Simpson","ZigBee"],"template":["application/sep+xml"]},"registered":true},{"content-type":"application/sep-exi","encoding":"base64","xrefs":{"person":["Robby_Simpson","ZigBee"],"template":["application/sep-exi"]},"registered":true},{"content-type":"application/session-info","encoding":"base64","xrefs":{"person":["Frederic_Firmin","_3GPP"],"template":["application/session-info"]},"registered":true},{"content-type":"application/set","encoding":"base64","registered":false},{"content-type":"application/set-payment","encoding":"base64","xrefs":{"person":["Brian_Korver"],"template":["application/set-payment"]},"registered":true},{"content-type":"application/set-payment-initiation","friendly":{"en":"Secure Electronic Transaction - Payment"},"encoding":"base64","extensions":["setpay"],"xrefs":{"person":["Brian_Korver"],"template":["application/set-payment-initiation"]},"registered":true},{"content-type":"application/set-registration","encoding":"base64","xrefs":{"person":["Brian_Korver"],"template":["application/set-registration"]},"registered":true},{"content-type":"application/set-registration-initiation","friendly":{"en":"Secure Electronic Transaction - Registration"},"encoding":"base64","extensions":["setreg"],"xrefs":{"person":["Brian_Korver"],"template":["application/set-registration-initiation"]},"registered":true},{"content-type":"application/sgml","encoding":"base64","extensions":["sgml"],"xrefs":{"rfc":["rfc1874"],"template":["application/SGML"]},"registered":true},{"content-type":"application/sgml-open-catalog","encoding":"base64","extensions":["soc"],"xrefs":{"person":["Paul_Grosso"],"template":["application/sgml-open-catalog"]},"registered":true},{"content-type":"application/shf+xml","friendly":{"en":"S Hexdump Format"},"encoding":"base64","extensions":["shf"],"xrefs":{"rfc":["rfc4194"],"template":["application/shf+xml"]},"registered":true},{"content-type":"application/sieve","encoding":"base64","extensions":["siv"],"xrefs":{"rfc":["rfc5228"],"template":["application/sieve"]},"registered":true},{"content-type":"application/signed-exchange","encoding":"base64","xrefs":{"draft":["draft-yasskin-http-origin-signed-responses"]},"registered":true,"provisional":true},{"content-type":"application/simple-filter+xml","encoding":"base64","xrefs":{"rfc":["rfc4661"],"template":["application/simple-filter+xml"]},"registered":true},{"content-type":"application/simple-message-summary","encoding":"base64","xrefs":{"rfc":["rfc3842"],"template":["application/simple-message-summary"]},"registered":true},{"content-type":"application/simpleSymbolContainer","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/simpleSymbolContainer"]},"registered":true},{"content-type":"application/sipc","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/sipc"]},"registered":true},{"content-type":"application/SLA","encoding":"base64","registered":false},{"content-type":"application/slate","encoding":"base64","xrefs":{"person":["Terry_Crowley"],"template":["application/slate"]},"registered":true},{"content-type":"application/smil","encoding":"8bit","extensions":["smi","smil"],"obsolete":true,"use-instead":"application/smil+xml","xrefs":{"rfc":["rfc4536"],"template":["application/smil"],"notes":["- OBSOLETED in favor of application/smil+xml"]},"registered":true},{"content-type":"application/smil+xml","friendly":{"en":"Synchronized Multimedia Integration Language"},"encoding":"8bit","extensions":["smi","smil"],"xrefs":{"rfc":["rfc4536"],"template":["application/smil+xml"]},"registered":true},{"content-type":"application/smpte336m","encoding":"base64","xrefs":{"rfc":["rfc6597"],"template":["application/smpte336m"]},"registered":true},{"content-type":"application/soap+fastinfoset","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1_SC6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/soap+fastinfoset"]},"registered":true},{"content-type":"application/soap+xml","encoding":"base64","xrefs":{"rfc":["rfc3902"],"template":["application/soap+xml"]},"registered":true},{"content-type":"application/solids","encoding":"base64","registered":false},{"content-type":"application/sparql-query","friendly":{"en":"SPARQL - Query"},"encoding":"base64","extensions":["rq"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-rdf-sparql-query-20070614/#mediaType"],"template":["application/sparql-query"]},"registered":true},{"content-type":"application/sparql-results+xml","friendly":{"en":"SPARQL - Results"},"encoding":"base64","extensions":["srx"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-rdf-sparql-XMLres-20070925/#mime"],"template":["application/sparql-results+xml"]},"registered":true},{"content-type":"application/spdx+json","encoding":"base64","xrefs":{"person":["Linux_Foundation","Rose_Judge"],"template":["application/spdx+json"]},"registered":true},{"content-type":"application/spirits-event+xml","encoding":"base64","xrefs":{"rfc":["rfc3910"],"template":["application/spirits-event+xml"]},"registered":true},{"content-type":"application/sql","encoding":"base64","xrefs":{"rfc":["rfc6922"],"template":["application/sql"]},"registered":true},{"content-type":"application/srgs","friendly":{"en":"Speech Recognition Grammar Specification"},"encoding":"base64","extensions":["gram"],"xrefs":{"rfc":["rfc4267"],"template":["application/srgs"]},"registered":true},{"content-type":"application/srgs+xml","friendly":{"en":"Speech Recognition Grammar Specification - XML"},"encoding":"base64","extensions":["grxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/srgs+xml"]},"registered":true},{"content-type":"application/sru+xml","friendly":{"en":"Search/Retrieve via URL Response Format"},"encoding":"base64","extensions":["sru"],"xrefs":{"rfc":["rfc6207"],"template":["application/sru+xml"]},"registered":true},{"content-type":"application/ssdl+xml","encoding":"base64","extensions":["ssdl"],"registered":false},{"content-type":"application/ssml+xml","friendly":{"en":"Speech Synthesis Markup Language"},"encoding":"base64","extensions":["ssml"],"xrefs":{"rfc":["rfc4267"],"template":["application/ssml+xml"]},"registered":true},{"content-type":"application/STEP","encoding":"base64","registered":false},{"content-type":"application/stix+json","encoding":"base64","xrefs":{"person":["Chet_Ensign","OASIS"],"template":["application/stix+json"]},"registered":true},{"content-type":"application/swid+xml","encoding":"base64","xrefs":{"person":["David_Waltermire","ISO-IEC_JTC1","Ron_Brill"],"template":["application/swid+xml"]},"registered":true},{"content-type":"application/tamp-apex-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-apex-update"]},"registered":true},{"content-type":"application/tamp-apex-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-apex-update-confirm"]},"registered":true},{"content-type":"application/tamp-community-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-community-update"]},"registered":true},{"content-type":"application/tamp-community-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-community-update-confirm"]},"registered":true},{"content-type":"application/tamp-error","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-error"]},"registered":true},{"content-type":"application/tamp-sequence-adjust","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-sequence-adjust"]},"registered":true},{"content-type":"application/tamp-sequence-adjust-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-sequence-adjust-confirm"]},"registered":true},{"content-type":"application/tamp-status-query","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-status-query"]},"registered":true},{"content-type":"application/tamp-status-response","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-status-response"]},"registered":true},{"content-type":"application/tamp-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-update"]},"registered":true},{"content-type":"application/tamp-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-update-confirm"]},"registered":true},{"content-type":"application/taxii+json","encoding":"base64","xrefs":{"person":["Chet_Ensign","OASIS"],"template":["application/taxii+json"]},"registered":true},{"content-type":"application/td+json","encoding":"base64","xrefs":{"person":["Matthias_Kovatsch","W3C"],"template":["application/td+json"]},"registered":true},{"content-type":"application/tei+xml","friendly":{"en":"Text Encoding and Interchange"},"encoding":"base64","extensions":["tei","teicorpus"],"xrefs":{"rfc":["rfc6129"],"template":["application/tei+xml"]},"registered":true},{"content-type":"application/TETRA_ISI","encoding":"base64","xrefs":{"person":["ETSI","Miguel_Angel_Reina_Ortega"],"template":["application/TETRA_ISI"]},"registered":true},{"content-type":"application/thraud+xml","friendly":{"en":"Sharing Transaction Fraud Data"},"encoding":"base64","extensions":["tfi"],"xrefs":{"rfc":["rfc5941"],"template":["application/thraud+xml"]},"registered":true},{"content-type":"application/timestamp-query","encoding":"base64","xrefs":{"rfc":["rfc3161"],"template":["application/timestamp-query"]},"registered":true},{"content-type":"application/timestamp-reply","encoding":"base64","xrefs":{"rfc":["rfc3161"],"template":["application/timestamp-reply"]},"registered":true},{"content-type":"application/timestamped-data","friendly":{"en":"Time Stamped Data Envelope"},"encoding":"base64","extensions":["tsd"],"xrefs":{"rfc":["rfc5955"],"template":["application/timestamped-data"]},"registered":true},{"content-type":"application/tlsrpt+gzip","encoding":"base64","xrefs":{"rfc":["rfc8460"],"template":["application/tlsrpt+gzip"]},"registered":true},{"content-type":"application/tlsrpt+json","encoding":"base64","xrefs":{"rfc":["rfc8460"],"template":["application/tlsrpt+json"]},"registered":true},{"content-type":"application/tnauthlist","encoding":"base64","xrefs":{"rfc":["rfc8226"],"template":["application/tnauthlist"]},"registered":true},{"content-type":"application/token-introspection+jwt","encoding":"base64","xrefs":{"draft":["RFC-oauth-jwt-introspection-response-12"],"template":["application/token-introspection+jwt"]},"registered":true},{"content-type":"application/toolbook","encoding":"base64","extensions":["tbk"],"obsolete":true,"use-instead":"application/x-toolbook","registered":false},{"content-type":"application/trickle-ice-sdpfrag","encoding":"base64","xrefs":{"rfc":["rfc8840"],"template":["application/trickle-ice-sdpfrag"]},"registered":true},{"content-type":"application/trig","encoding":"base64","xrefs":{"person":["W3C","W3C_RDF_Working_Group"],"template":["application/trig"]},"registered":true},{"content-type":"application/ttml+xml","encoding":"base64","xrefs":{"person":["W3C","W3C_Timed_Text_Working_Group"],"template":["application/ttml+xml"]},"registered":true},{"content-type":"application/tve-trigger","encoding":"base64","xrefs":{"person":["Linda_Welsh"],"template":["application/tve-trigger"]},"registered":true},{"content-type":"application/tzif","encoding":"base64","xrefs":{"rfc":["rfc8536"],"template":["application/tzif"]},"registered":true},{"content-type":"application/tzif-leap","encoding":"base64","xrefs":{"rfc":["rfc8536"],"template":["application/tzif-leap"]},"registered":true},{"content-type":"application/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["application/ulpfec"]},"registered":true},{"content-type":"application/urc-grpsheet+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC1"],"template":["application/urc-grpsheet+xml"]},"registered":true},{"content-type":"application/urc-ressheet+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC1"],"template":["application/urc-ressheet+xml"]},"registered":true},{"content-type":"application/urc-targetdesc+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC1"],"template":["application/urc-targetdesc+xml"]},"registered":true},{"content-type":"application/urc-uisocketdesc+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/urc-uisocketdesc+xml"]},"registered":true},{"content-type":"application/vcard+json","encoding":"base64","xrefs":{"rfc":["rfc7095"],"template":["application/vcard+json"]},"registered":true},{"content-type":"application/vcard+xml","encoding":"base64","xrefs":{"rfc":["rfc6351"],"template":["application/vcard+xml"]},"registered":true},{"content-type":"application/vda","encoding":"base64","registered":false},{"content-type":"application/vemmi","encoding":"base64","xrefs":{"rfc":["rfc2122"],"template":["application/vemmi"]},"registered":true},{"content-type":"application/VMSBACKUP","encoding":"base64","extensions":["bck"],"obsolete":true,"use-instead":"application/x-VMSBACKUP","registered":false},{"content-type":"application/vnd.1000minds.decision-model+xml","encoding":"base64","xrefs":{"person":["Franz_Ombler"],"template":["application/vnd.1000minds.decision-model+xml"]},"registered":true},{"content-type":"application/vnd.3gpp-prose+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp-prose+xml"]},"registered":true},{"content-type":"application/vnd.3gpp-prose-pc3ch+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp-prose-pc3ch+xml"]},"registered":true},{"content-type":"application/vnd.3gpp-v2x-local-service-information","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp-v2x-local-service-information"]},"registered":true},{"content-type":"application/vnd.3gpp.5gnas","encoding":"base64","xrefs":{"person":["Jones_Lu_Yunjie","_3GPP"],"template":["application/vnd.3gpp.5gnas"]},"registered":true},{"content-type":"application/vnd.3gpp.access-transfer-events+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.access-transfer-events+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.bsf+xml","encoding":"base64","xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.bsf+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.GMOP+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.GMOP+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.gtpc","encoding":"base64","xrefs":{"person":["Yang_Yong","_3GPP"],"template":["application/vnd.3gpp.gtpc"]},"registered":true},{"content-type":"application/vnd.3gpp.interworking-data","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.interworking-data"]},"registered":true},{"content-type":"application/vnd.3gpp.lpp","encoding":"base64","xrefs":{"person":["Jones_Lu_Yunjie","_3GPP"],"template":["application/vnd.3gpp.lpp"]},"registered":true},{"content-type":"application/vnd.3gpp.mc-signalling-ear","encoding":"base64","xrefs":{"person":["Tim_Woodward"],"template":["application/vnd.3gpp.mc-signalling-ear"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-affiliation-command+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-affiliation-command+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-payload","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-payload"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-service-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-service-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-signalling","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-signalling"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-ue-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-ue-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcdata-user-profile+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-user-profile+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-affiliation-command+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-affiliation-command+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-floor-request+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-floor-request+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-location-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-location-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-mbms-usage-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-mbms-usage-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-service-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-service-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-signed+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-signed+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-ue-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-ue-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-ue-init-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-ue-init-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcptt-user-profile+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-user-profile+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-affiliation-command+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-affiliation-command+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-affiliation-info+xml","encoding":"base64","obsolete":true,"use-instead":"application/vnd.3gpp.mcvideo-info+xml","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-affiliation-info+xml"],"notes":["- OBSOLETED in favor of application/vnd.3gpp.mcvideo-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-location-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-location-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-mbms-usage-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-mbms-usage-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-service-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-service-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-transmission-request+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-transmission-request+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-ue-config+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-ue-config+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mcvideo-user-profile+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-user-profile+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mid-call+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mid-call+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.ngap","encoding":"base64","xrefs":{"person":["Yang_Yong","_3GPP"],"template":["application/vnd.3gpp.ngap"]},"registered":true},{"content-type":"application/vnd.3gpp.pfcp","encoding":"base64","xrefs":{"person":["Bruno_Landais","_3GPP"],"template":["application/vnd.3gpp.pfcp"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-large","friendly":{"en":"3rd Generation Partnership Project - Pic Large"},"encoding":"base64","extensions":["plb"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-large"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-small","friendly":{"en":"3rd Generation Partnership Project - Pic Small"},"encoding":"base64","extensions":["psb"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-small"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-var","friendly":{"en":"3rd Generation Partnership Project - Pic Var"},"encoding":"base64","extensions":["pvb"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-var"]},"registered":true},{"content-type":"application/vnd.3gpp.s1ap","encoding":"base64","xrefs":{"person":["Yang_Yong","_3GPP"],"template":["application/vnd.3gpp.s1ap"]},"registered":true},{"content-type":"application/vnd.3gpp.sms","encoding":"base64","extensions":["sms"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.sms"]},"registered":true},{"content-type":"application/vnd.3gpp.sms+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.sms+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.srvcc-ext+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.srvcc-ext+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.SRVCC-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.SRVCC-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.state-and-event-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.state-and-event-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.ussd+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.ussd+xml"]},"registered":true},{"content-type":"application/vnd.3gpp2.bcmcsinfo+xml","encoding":"base64","xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.bcmcsinfo+xml"]},"registered":true},{"content-type":"application/vnd.3gpp2.sms","encoding":"base64","xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.sms"]},"registered":true},{"content-type":"application/vnd.3gpp2.tcap","friendly":{"en":"3rd Generation Partnership Project - Transaction Capabilities Application Part"},"encoding":"base64","extensions":["tcap"],"xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.tcap"]},"registered":true},{"content-type":"application/vnd.3lightssoftware.imagescal","encoding":"base64","xrefs":{"person":["Gus_Asadi"],"template":["application/vnd.3lightssoftware.imagescal"]},"registered":true},{"content-type":"application/vnd.3M.Post-it-Notes","friendly":{"en":"3M Post It Notes"},"encoding":"base64","extensions":["pwn"],"xrefs":{"person":["Michael_OBrien"],"template":["application/vnd.3M.Post-it-Notes"]},"registered":true},{"content-type":"application/vnd.accpac.simply.aso","friendly":{"en":"Simply Accounting"},"encoding":"base64","extensions":["aso"],"xrefs":{"person":["Steve_Leow"],"template":["application/vnd.accpac.simply.aso"]},"registered":true},{"content-type":"application/vnd.accpac.simply.imp","friendly":{"en":"Simply Accounting - Data Import"},"encoding":"base64","extensions":["imp"],"xrefs":{"person":["Steve_Leow"],"template":["application/vnd.accpac.simply.imp"]},"registered":true},{"content-type":"application/vnd.acucobol","friendly":{"en":"ACU Cobol"},"encoding":"base64","extensions":["acu"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd.acucobol"]},"registered":true},{"content-type":"application/vnd.acucorp","friendly":{"en":"ACU Cobol"},"encoding":"7bit","extensions":["atc","acutc"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd.acucorp"]},"registered":true},{"content-type":"application/vnd.adobe.air-application-installer-package+zip","friendly":{"en":"Adobe AIR Application"},"encoding":"base64","extensions":["air"],"registered":false},{"content-type":"application/vnd.adobe.flash.movie","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.adobe.flash.movie"]},"registered":true},{"content-type":"application/vnd.adobe.formscentral.fcdt","encoding":"base64","extensions":["fcdt"],"xrefs":{"person":["Chris_Solc"],"template":["application/vnd.adobe.formscentral.fcdt"]},"registered":true},{"content-type":"application/vnd.adobe.fxp","friendly":{"en":"Adobe Flex Project"},"encoding":"base64","extensions":["fxp","fxpl"],"xrefs":{"person":["Steven_Heintz"],"template":["application/vnd.adobe.fxp"]},"registered":true},{"content-type":"application/vnd.adobe.partial-upload","encoding":"base64","xrefs":{"person":["Tapani_Otala"],"template":["application/vnd.adobe.partial-upload"]},"registered":true},{"content-type":"application/vnd.adobe.xdp+xml","friendly":{"en":"Adobe XML Data Package"},"encoding":"base64","extensions":["xdp"],"xrefs":{"person":["John_Brinkman"],"template":["application/vnd.adobe.xdp+xml"]},"registered":true},{"content-type":"application/vnd.adobe.xfdf","friendly":{"en":"Adobe XML Forms Data Format"},"encoding":"base64","extensions":["xfdf"],"xrefs":{"person":["Roberto_Perelman"],"template":["application/vnd.adobe.xfdf"]},"registered":true},{"content-type":"application/vnd.aether.imp","encoding":"base64","xrefs":{"person":["Jay_Moskowitz"],"template":["application/vnd.aether.imp"]},"registered":true},{"content-type":"application/vnd.afpc.afplinedata","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.afplinedata"]},"registered":true},{"content-type":"application/vnd.afpc.afplinedata-pagedef","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.afplinedata-pagedef"]},"registered":true},{"content-type":"application/vnd.afpc.cmoca-cmresource","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.cmoca-cmresource"]},"registered":true},{"content-type":"application/vnd.afpc.foca-charset","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.foca-charset"]},"registered":true},{"content-type":"application/vnd.afpc.foca-codedfont","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.foca-codedfont"]},"registered":true},{"content-type":"application/vnd.afpc.foca-codepage","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.foca-codepage"]},"registered":true},{"content-type":"application/vnd.afpc.modca","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca"]},"registered":true},{"content-type":"application/vnd.afpc.modca-cmtable","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-cmtable"]},"registered":true},{"content-type":"application/vnd.afpc.modca-formdef","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-formdef"]},"registered":true},{"content-type":"application/vnd.afpc.modca-mediummap","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-mediummap"]},"registered":true},{"content-type":"application/vnd.afpc.modca-objectcontainer","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-objectcontainer"]},"registered":true},{"content-type":"application/vnd.afpc.modca-overlay","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-overlay"]},"registered":true},{"content-type":"application/vnd.afpc.modca-pagesegment","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-pagesegment"]},"registered":true},{"content-type":"application/vnd.age","encoding":"base64","xrefs":{"person":["Filippo_Valsorda"],"template":["application/vnd.age"]},"registered":true},{"content-type":"application/vnd.ah-barcode","encoding":"base64","xrefs":{"person":["Katsuhiko_Ichinose"],"template":["application/vnd.ah-barcode"]},"registered":true},{"content-type":"application/vnd.ahead.space","friendly":{"en":"Ahead AIR Application"},"encoding":"base64","extensions":["ahead"],"xrefs":{"person":["Tor_Kristensen"],"template":["application/vnd.ahead.space"]},"registered":true},{"content-type":"application/vnd.airzip.filesecure.azf","friendly":{"en":"AirZip FileSECURE"},"encoding":"base64","extensions":["azf"],"xrefs":{"person":["Daniel_Mould","Gary_Clueit"],"template":["application/vnd.airzip.filesecure.azf"]},"registered":true},{"content-type":"application/vnd.airzip.filesecure.azs","friendly":{"en":"AirZip FileSECURE"},"encoding":"base64","extensions":["azs"],"xrefs":{"person":["Daniel_Mould","Gary_Clueit"],"template":["application/vnd.airzip.filesecure.azs"]},"registered":true},{"content-type":"application/vnd.amadeus+json","encoding":"base64","xrefs":{"person":["Patrick_Brosse"],"template":["application/vnd.amadeus+json"]},"registered":true},{"content-type":"application/vnd.amazon.ebook","friendly":{"en":"Amazon Kindle eBook format"},"encoding":"base64","extensions":["azw"],"registered":false},{"content-type":"application/vnd.amazon.mobi8-ebook","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.amazon.mobi8-ebook"]},"registered":true},{"content-type":"application/vnd.americandynamics.acc","friendly":{"en":"Active Content Compression"},"encoding":"base64","extensions":["acc"],"xrefs":{"person":["Gary_Sands"],"template":["application/vnd.americandynamics.acc"]},"registered":true},{"content-type":"application/vnd.amiga.ami","friendly":{"en":"AmigaDE"},"encoding":"base64","extensions":["ami"],"xrefs":{"person":["Kevin_Blumberg"],"template":["application/vnd.amiga.ami"]},"registered":true},{"content-type":"application/vnd.amundsen.maze+xml","encoding":"base64","xrefs":{"person":["Mike_Amundsen"],"template":["application/vnd.amundsen.maze+xml"]},"registered":true},{"content-type":"application/vnd.android.ota","encoding":"base64","xrefs":{"person":["Greg_Kaiser"],"template":["application/vnd.android.ota"]},"registered":true},{"content-type":"application/vnd.android.package-archive","friendly":{"en":"Android Package Archive"},"encoding":"base64","extensions":["apk"],"registered":false},{"content-type":"application/vnd.anki","encoding":"base64","xrefs":{"person":["Kerrick_Staley"],"template":["application/vnd.anki"]},"registered":true},{"content-type":"application/vnd.anser-web-certificate-issue-initiation","friendly":{"en":"ANSER-WEB Terminal Client - Certificate Issue"},"encoding":"base64","extensions":["cii"],"xrefs":{"person":["Hiroyoshi_Mori"],"template":["application/vnd.anser-web-certificate-issue-initiation"]},"registered":true},{"content-type":"application/vnd.anser-web-funds-transfer-initiation","friendly":{"en":"ANSER-WEB Terminal Client - Web Funds Transfer"},"encoding":"base64","extensions":["fti"],"registered":false},{"content-type":"application/vnd.antix.game-component","friendly":{"en":"Antix Game Player"},"encoding":"base64","extensions":["atx"],"xrefs":{"person":["Daniel_Shelton"],"template":["application/vnd.antix.game-component"]},"registered":true},{"content-type":"application/vnd.apache.arrow.file","encoding":"base64","xrefs":{"person":["Apache_Arrow_Project"],"template":["application/vnd.apache.arrow.file"]},"registered":true},{"content-type":"application/vnd.apache.arrow.stream","encoding":"base64","xrefs":{"person":["Apache_Arrow_Project"],"template":["application/vnd.apache.arrow.stream"]},"registered":true},{"content-type":"application/vnd.apache.thrift.binary","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.binary"]},"registered":true},{"content-type":"application/vnd.apache.thrift.compact","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.compact"]},"registered":true},{"content-type":"application/vnd.apache.thrift.json","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.json"]},"registered":true},{"content-type":"application/vnd.api+json","encoding":"base64","xrefs":{"person":["Steve_Klabnik"],"template":["application/vnd.api+json"]},"registered":true},{"content-type":"application/vnd.aplextor.warrp+json","encoding":"base64","xrefs":{"person":["Oleg_Uryutin"],"template":["application/vnd.aplextor.warrp+json"]},"registered":true},{"content-type":"application/vnd.apothekende.reservation+json","encoding":"base64","xrefs":{"person":["Adrian_Föder"],"template":["application/vnd.apothekende.reservation+json"]},"registered":true},{"content-type":"application/vnd.apple.installer+xml","friendly":{"en":"Apple Installer Package"},"encoding":"base64","extensions":["mpkg"],"xrefs":{"person":["Peter_Bierman"],"template":["application/vnd.apple.installer+xml"]},"registered":true},{"content-type":"application/vnd.apple.keynote","encoding":"base64","xrefs":{"person":["Manichandra_Sajjanapu"],"template":["application/vnd.apple.keynote"]},"registered":true},{"content-type":"application/vnd.apple.mpegurl","friendly":{"en":"Multimedia Playlist Unicode"},"encoding":"base64","extensions":["m3u8"],"xrefs":{"rfc":["rfc8216"],"template":["application/vnd.apple.mpegurl"]},"registered":true},{"content-type":"application/vnd.apple.numbers","encoding":"base64","xrefs":{"person":["Manichandra_Sajjanapu"],"template":["application/vnd.apple.numbers"]},"registered":true},{"content-type":"application/vnd.apple.pages","encoding":"base64","xrefs":{"person":["Manichandra_Sajjanapu"],"template":["application/vnd.apple.pages"]},"registered":true},{"content-type":"application/vnd.apple.pkpass","encoding":"base64","extensions":["pkpass"],"registered":false},{"content-type":"application/vnd.arastra.swi","encoding":"base64","obsolete":true,"use-instead":"application/vnd.aristanetworks.swi","xrefs":{"person":["Bill_Fenner"],"template":["application/vnd.arastra.swi"],"notes":["- OBSOLETED in favor of application/vnd.aristanetworks.swi"]},"registered":true},{"content-type":"application/vnd.aristanetworks.swi","friendly":{"en":"Arista Networks Software Image"},"encoding":"base64","extensions":["swi"],"xrefs":{"person":["Bill_Fenner"],"template":["application/vnd.aristanetworks.swi"]},"registered":true},{"content-type":"application/vnd.artisan+json","encoding":"base64","xrefs":{"person":["Brad_Turner"],"template":["application/vnd.artisan+json"]},"registered":true},{"content-type":"application/vnd.artsquare","encoding":"base64","xrefs":{"person":["Christopher_Smith"],"template":["application/vnd.artsquare"]},"registered":true},{"content-type":"application/vnd.astraea-software.iota","encoding":"base64","extensions":["iota"],"xrefs":{"person":["Christopher_Snazell"],"template":["application/vnd.astraea-software.iota"]},"registered":true},{"content-type":"application/vnd.audiograph","friendly":{"en":"Audiograph"},"encoding":"base64","extensions":["aep"],"xrefs":{"person":["Horia_Cristian_Slusanschi"],"template":["application/vnd.audiograph"]},"registered":true},{"content-type":"application/vnd.autopackage","encoding":"base64","xrefs":{"person":["Mike_Hearn"],"template":["application/vnd.autopackage"]},"registered":true},{"content-type":"application/vnd.avalon+json","encoding":"base64","xrefs":{"person":["Ben_Hinman"],"template":["application/vnd.avalon+json"]},"registered":true},{"content-type":"application/vnd.avistar+xml","encoding":"base64","xrefs":{"person":["Vladimir_Vysotsky"],"template":["application/vnd.avistar+xml"]},"registered":true},{"content-type":"application/vnd.balsamiq.bmml+xml","encoding":"base64","xrefs":{"person":["Giacomo_Guilizzoni"],"template":["application/vnd.balsamiq.bmml+xml"]},"registered":true},{"content-type":"application/vnd.balsamiq.bmpr","encoding":"base64","xrefs":{"person":["Giacomo_Guilizzoni"],"template":["application/vnd.balsamiq.bmpr"]},"registered":true},{"content-type":"application/vnd.banana-accounting","encoding":"base64","xrefs":{"person":["José_Del_Romano"],"template":["application/vnd.banana-accounting"]},"registered":true},{"content-type":"application/vnd.bbf.usp.error","encoding":"base64","xrefs":{"person":["Broadband_Forum"],"template":["application/vnd.bbf.usp.error"]},"registered":true},{"content-type":"application/vnd.bbf.usp.msg","encoding":"base64","xrefs":{"person":["Broadband_Forum"],"template":["application/vnd.bbf.usp.msg"]},"registered":true},{"content-type":"application/vnd.bbf.usp.msg+json","encoding":"base64","xrefs":{"person":["Broadband_Forum"],"template":["application/vnd.bbf.usp.msg+json"]},"registered":true},{"content-type":"application/vnd.bekitzur-stech+json","encoding":"base64","xrefs":{"person":["Jegulsky"],"template":["application/vnd.bekitzur-stech+json"]},"registered":true},{"content-type":"application/vnd.bint.med-content","encoding":"base64","xrefs":{"person":["Heinz-Peter_Schütz"],"template":["application/vnd.bint.med-content"]},"registered":true},{"content-type":"application/vnd.biopax.rdf+xml","encoding":"base64","xrefs":{"person":["Pathway_Commons"],"template":["application/vnd.biopax.rdf+xml"]},"registered":true},{"content-type":"application/vnd.blink-idb-value-wrapper","encoding":"base64","xrefs":{"person":["Victor_Costan"],"template":["application/vnd.blink-idb-value-wrapper"]},"registered":true},{"content-type":"application/vnd.blueice.multipass","friendly":{"en":"Blueice Research Multipass"},"encoding":"base64","extensions":["mpm"],"xrefs":{"person":["Thomas_Holmstrom"],"template":["application/vnd.blueice.multipass"]},"registered":true},{"content-type":"application/vnd.bluetooth.ep.oob","encoding":"base64","xrefs":{"person":["Mike_Foley"],"template":["application/vnd.bluetooth.ep.oob"]},"registered":true},{"content-type":"application/vnd.bluetooth.le.oob","encoding":"base64","xrefs":{"person":["Mark_Powell"],"template":["application/vnd.bluetooth.le.oob"]},"registered":true},{"content-type":"application/vnd.bmi","friendly":{"en":"BMI Drawing Data Interchange"},"encoding":"base64","extensions":["bmi"],"xrefs":{"person":["Tadashi_Gotoh"],"template":["application/vnd.bmi"]},"registered":true},{"content-type":"application/vnd.bpf","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.bpf"]},"registered":true},{"content-type":"application/vnd.bpf3","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.bpf3"]},"registered":true},{"content-type":"application/vnd.businessobjects","friendly":{"en":"BusinessObjects"},"encoding":"base64","extensions":["rep"],"xrefs":{"person":["Philippe_Imoucha"],"template":["application/vnd.businessobjects"]},"registered":true},{"content-type":"application/vnd.byu.uapi+json","encoding":"base64","xrefs":{"person":["Brent_Moore"],"template":["application/vnd.byu.uapi+json"]},"registered":true},{"content-type":"application/vnd.cab-jscript","encoding":"base64","xrefs":{"person":["Joerg_Falkenberg"],"template":["application/vnd.cab-jscript"]},"registered":true},{"content-type":"application/vnd.canon-cpdl","encoding":"base64","xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-cpdl"]},"registered":true},{"content-type":"application/vnd.canon-lips","encoding":"base64","xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-lips"]},"registered":true},{"content-type":"application/vnd.capasystems-pg+json","encoding":"base64","xrefs":{"person":["Yüksel_Aydemir"],"template":["application/vnd.capasystems-pg+json"]},"registered":true},{"content-type":"application/vnd.cendio.thinlinc.clientconf","encoding":"base64","xrefs":{"person":["Peter_Astrand"],"template":["application/vnd.cendio.thinlinc.clientconf"]},"registered":true},{"content-type":"application/vnd.century-systems.tcp_stream","encoding":"base64","xrefs":{"person":["Shuji_Fujii"],"template":["application/vnd.century-systems.tcp_stream"]},"registered":true},{"content-type":"application/vnd.chemdraw+xml","friendly":{"en":"CambridgeSoft Chem Draw"},"encoding":"base64","extensions":["cdxml"],"xrefs":{"person":["Glenn_Howes"],"template":["application/vnd.chemdraw+xml"]},"registered":true},{"content-type":"application/vnd.chess-pgn","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.chess-pgn"]},"registered":true},{"content-type":"application/vnd.chipnuts.karaoke-mmd","friendly":{"en":"Karaoke on Chipnuts Chipsets"},"encoding":"base64","extensions":["mmd"],"xrefs":{"person":["Chunyun_Xiong"],"template":["application/vnd.chipnuts.karaoke-mmd"]},"registered":true},{"content-type":"application/vnd.ciedi","encoding":"base64","xrefs":{"person":["Hidekazu_Enjo"],"template":["application/vnd.ciedi"]},"registered":true},{"content-type":"application/vnd.cinderella","friendly":{"en":"Interactive Geometry Software Cinderella"},"encoding":"base64","extensions":["cdy"],"xrefs":{"person":["Ulrich_Kortenkamp"],"template":["application/vnd.cinderella"]},"registered":true},{"content-type":"application/vnd.cirpack.isdn-ext","encoding":"base64","xrefs":{"person":["Pascal_Mayeux"],"template":["application/vnd.cirpack.isdn-ext"]},"registered":true},{"content-type":"application/vnd.citationstyles.style+xml","encoding":"base64","xrefs":{"person":["Rintze_M._Zelle"],"template":["application/vnd.citationstyles.style+xml"]},"registered":true},{"content-type":"application/vnd.claymore","friendly":{"en":"Claymore Data Files"},"encoding":"base64","extensions":["cla"],"xrefs":{"person":["Ray_Simpson"],"template":["application/vnd.claymore"]},"registered":true},{"content-type":"application/vnd.cloanto.rp9","friendly":{"en":"RetroPlatform Player"},"encoding":"base64","extensions":["rp9"],"xrefs":{"person":["Mike_Labatt"],"template":["application/vnd.cloanto.rp9"]},"registered":true},{"content-type":"application/vnd.clonk.c4group","friendly":{"en":"Clonk Game"},"encoding":"base64","extensions":["c4d","c4f","c4g","c4p","c4u"],"xrefs":{"person":["Guenther_Brammer"],"template":["application/vnd.clonk.c4group"]},"registered":true},{"content-type":"application/vnd.cluetrust.cartomobile-config","friendly":{"en":"ClueTrust CartoMobile - Config"},"encoding":"base64","extensions":["c11amc"],"xrefs":{"person":["Gaige_Paulsen"],"template":["application/vnd.cluetrust.cartomobile-config"]},"registered":true},{"content-type":"application/vnd.cluetrust.cartomobile-config-pkg","friendly":{"en":"ClueTrust CartoMobile - Config Package"},"encoding":"base64","extensions":["c11amz"],"xrefs":{"person":["Gaige_Paulsen"],"template":["application/vnd.cluetrust.cartomobile-config-pkg"]},"registered":true},{"content-type":"application/vnd.coffeescript","encoding":"base64","xrefs":{"person":["Devyn_Collier_Johnson"],"template":["application/vnd.coffeescript"]},"registered":true},{"content-type":"application/vnd.collabio.xodocuments.document","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.document"]},"registered":true},{"content-type":"application/vnd.collabio.xodocuments.document-template","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.document-template"]},"registered":true},{"content-type":"application/vnd.collabio.xodocuments.presentation","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.presentation"]},"registered":true},{"content-type":"application/vnd.collabio.xodocuments.presentation-template","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.presentation-template"]},"registered":true},{"content-type":"application/vnd.collabio.xodocuments.spreadsheet","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.spreadsheet"]},"registered":true},{"content-type":"application/vnd.collabio.xodocuments.spreadsheet-template","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.spreadsheet-template"]},"registered":true},{"content-type":"application/vnd.collection+json","encoding":"base64","xrefs":{"person":["Mike_Amundsen"],"template":["application/vnd.collection+json"]},"registered":true},{"content-type":"application/vnd.collection.doc+json","encoding":"base64","xrefs":{"person":["Irakli_Nadareishvili"],"template":["application/vnd.collection.doc+json"]},"registered":true},{"content-type":"application/vnd.collection.next+json","encoding":"base64","xrefs":{"person":["Ioseb_Dzmanashvili"],"template":["application/vnd.collection.next+json"]},"registered":true},{"content-type":"application/vnd.comicbook+zip","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.comicbook+zip"]},"registered":true},{"content-type":"application/vnd.comicbook-rar","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.comicbook-rar"]},"registered":true},{"content-type":"application/vnd.commerce-battelle","encoding":"base64","xrefs":{"person":["David_Applebaum"],"template":["application/vnd.commerce-battelle"]},"registered":true},{"content-type":"application/vnd.commonspace","friendly":{"en":"Sixth Floor Media - CommonSpace"},"encoding":"base64","extensions":["csp"],"xrefs":{"person":["Ravinder_Chandhok"],"template":["application/vnd.commonspace"]},"registered":true},{"content-type":"application/vnd.contact.cmsg","friendly":{"en":"CIM Database"},"encoding":"base64","extensions":["cdbcmsg"],"xrefs":{"person":["Frank_Patz"],"template":["application/vnd.contact.cmsg"]},"registered":true},{"content-type":"application/vnd.coreos.ignition+json","encoding":"base64","xrefs":{"person":["Alex_Crawford"],"template":["application/vnd.coreos.ignition+json"]},"registered":true},{"content-type":"application/vnd.cosmocaller","friendly":{"en":"CosmoCaller"},"encoding":"base64","extensions":["cmc"],"xrefs":{"person":["Steve_Dellutri"],"template":["application/vnd.cosmocaller"]},"registered":true},{"content-type":"application/vnd.crick.clicker","friendly":{"en":"CrickSoftware - Clicker"},"encoding":"base64","extensions":["clkx"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker"]},"registered":true},{"content-type":"application/vnd.crick.clicker.keyboard","friendly":{"en":"CrickSoftware - Clicker - Keyboard"},"encoding":"base64","extensions":["clkk"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.keyboard"]},"registered":true},{"content-type":"application/vnd.crick.clicker.palette","friendly":{"en":"CrickSoftware - Clicker - Palette"},"encoding":"base64","extensions":["clkp"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.palette"]},"registered":true},{"content-type":"application/vnd.crick.clicker.template","friendly":{"en":"CrickSoftware - Clicker - Template"},"encoding":"base64","extensions":["clkt"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.template"]},"registered":true},{"content-type":"application/vnd.crick.clicker.wordbank","friendly":{"en":"CrickSoftware - Clicker - Wordbank"},"encoding":"base64","extensions":["clkw"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.wordbank"]},"registered":true},{"content-type":"application/vnd.criticaltools.wbs+xml","friendly":{"en":"Critical Tools - PERT Chart EXPERT"},"encoding":"base64","extensions":["wbs"],"xrefs":{"person":["Jim_Spiller"],"template":["application/vnd.criticaltools.wbs+xml"]},"registered":true},{"content-type":"application/vnd.cryptii.pipe+json","encoding":"base64","xrefs":{"person":["Fränz_Friederes"],"template":["application/vnd.cryptii.pipe+json"]},"registered":true},{"content-type":"application/vnd.crypto-shade-file","encoding":"base64","xrefs":{"person":["Connor_Horman"],"template":["application/vnd.crypto-shade-file"]},"registered":true},{"content-type":"application/vnd.cryptomator.encrypted","encoding":"base64","xrefs":{"person":["Sebastian_Stenzel"],"template":["application/vnd.cryptomator.encrypted"]},"registered":true},{"content-type":"application/vnd.cryptomator.vault","encoding":"base64","xrefs":{"person":["Sebastian_Stenzel"],"template":["application/vnd.cryptomator.vault"]},"registered":true},{"content-type":"application/vnd.ctc-posml","friendly":{"en":"PosML"},"encoding":"base64","extensions":["pml"],"xrefs":{"person":["Bayard_Kohlhepp"],"template":["application/vnd.ctc-posml"]},"registered":true},{"content-type":"application/vnd.ctct.ws+xml","encoding":"base64","xrefs":{"person":["Jim_Ancona"],"template":["application/vnd.ctct.ws+xml"]},"registered":true},{"content-type":"application/vnd.cups-pdf","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-pdf"]},"registered":true},{"content-type":"application/vnd.cups-postscript","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-postscript"]},"registered":true},{"content-type":"application/vnd.cups-ppd","friendly":{"en":"Adobe PostScript Printer Description File Format"},"encoding":"base64","extensions":["ppd"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-ppd"]},"registered":true},{"content-type":"application/vnd.cups-raster","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raster"]},"registered":true},{"content-type":"application/vnd.cups-raw","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raw"]},"registered":true},{"content-type":"application/vnd.curl","encoding":"base64","extensions":["curl"],"xrefs":{"person":["Robert_Byrnes"],"template":["application/vnd.curl"]},"registered":true},{"content-type":"application/vnd.curl.car","friendly":{"en":"CURL Applet"},"encoding":"base64","extensions":["car"],"registered":false},{"content-type":"application/vnd.curl.pcurl","friendly":{"en":"CURL Applet"},"encoding":"base64","extensions":["pcurl"],"registered":false},{"content-type":"application/vnd.cyan.dean.root+xml","encoding":"base64","xrefs":{"person":["Matt_Kern"],"template":["application/vnd.cyan.dean.root+xml"]},"registered":true},{"content-type":"application/vnd.cybank","encoding":"base64","xrefs":{"person":["Nor_Helmee"],"template":["application/vnd.cybank"]},"registered":true},{"content-type":"application/vnd.cyclonedx+json","encoding":"base64","xrefs":{"person":["Patrick_Dwyer"],"template":["application/vnd.cyclonedx+json"]},"registered":true},{"content-type":"application/vnd.cyclonedx+xml","encoding":"base64","xrefs":{"person":["Patrick_Dwyer"],"template":["application/vnd.cyclonedx+xml"]},"registered":true},{"content-type":"application/vnd.d2l.coursepackage1p0+zip","encoding":"base64","xrefs":{"person":["Viktor_Haag"],"template":["application/vnd.d2l.coursepackage1p0+zip"]},"registered":true},{"content-type":"application/vnd.d3m-dataset","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.d3m-dataset"]},"registered":true},{"content-type":"application/vnd.d3m-problem","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.d3m-problem"]},"registered":true},{"content-type":"application/vnd.dart","encoding":"base64","extensions":["dart"],"xrefs":{"person":["Anders_Sandholm"],"template":["application/vnd.dart"]},"registered":true},{"content-type":"application/vnd.data-vision.rdz","friendly":{"en":"RemoteDocs R-Viewer"},"encoding":"base64","extensions":["rdz"],"xrefs":{"person":["James_Fields"],"template":["application/vnd.data-vision.rdz"]},"registered":true},{"content-type":"application/vnd.datapackage+json","encoding":"base64","xrefs":{"person":["Paul_Walsh"],"template":["application/vnd.datapackage+json"]},"registered":true},{"content-type":"application/vnd.dataresource+json","encoding":"base64","xrefs":{"person":["Paul_Walsh"],"template":["application/vnd.dataresource+json"]},"registered":true},{"content-type":"application/vnd.dbf","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.dbf"]},"registered":true},{"content-type":"application/vnd.debian.binary-package","encoding":"base64","xrefs":{"person":["Charles_Plessy"],"template":["application/vnd.debian.binary-package"]},"registered":true},{"content-type":"application/vnd.dece.data","encoding":"base64","extensions":["uvd","uvf","uvvd","uvvf"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.data"]},"registered":true},{"content-type":"application/vnd.dece.ttml+xml","encoding":"base64","extensions":["uvt","uvvt"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.ttml+xml"]},"registered":true},{"content-type":"application/vnd.dece.unspecified","encoding":"base64","extensions":["uvvx","uvx"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.unspecified"]},"registered":true},{"content-type":"application/vnd.dece.zip","encoding":"base64","extensions":["uvvz","uvz"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.zip"]},"registered":true},{"content-type":"application/vnd.denovo.fcselayout-link","friendly":{"en":"FCS Express Layout Link"},"encoding":"base64","extensions":["fe_launch"],"xrefs":{"person":["Michael_Dixon"],"template":["application/vnd.denovo.fcselayout-link"]},"registered":true},{"content-type":"application/vnd.desmume.movie","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.desmume.movie"]},"registered":true},{"content-type":"application/vnd.dir-bi.plate-dl-nosuffix","encoding":"base64","xrefs":{"person":["Yamanaka"],"template":["application/vnd.dir-bi.plate-dl-nosuffix"]},"registered":true},{"content-type":"application/vnd.dm.delegation+xml","encoding":"base64","xrefs":{"person":["Axel_Ferrazzini"],"template":["application/vnd.dm.delegation+xml"]},"registered":true},{"content-type":"application/vnd.dna","friendly":{"en":"New Moon Liftoff/DNA"},"encoding":"base64","extensions":["dna"],"xrefs":{"person":["Meredith_Searcy"],"template":["application/vnd.dna"]},"registered":true},{"content-type":"application/vnd.document+json","encoding":"base64","xrefs":{"person":["Tom_Christie"],"template":["application/vnd.document+json"]},"registered":true},{"content-type":"application/vnd.dolby.mlp","friendly":{"en":"Dolby Meridian Lossless Packing"},"encoding":"base64","extensions":["mlp"],"registered":false},{"content-type":"application/vnd.dolby.mobile.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["application/vnd.dolby.mobile.1"]},"registered":true},{"content-type":"application/vnd.dolby.mobile.2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["application/vnd.dolby.mobile.2"]},"registered":true},{"content-type":"application/vnd.doremir.scorecloud-binary-document","encoding":"base64","xrefs":{"person":["Erik_Ronström"],"template":["application/vnd.doremir.scorecloud-binary-document"]},"registered":true},{"content-type":"application/vnd.dpgraph","friendly":{"en":"DPGraph"},"encoding":"base64","extensions":["dpg"],"xrefs":{"person":["David_Parker"],"template":["application/vnd.dpgraph"]},"registered":true},{"content-type":"application/vnd.dreamfactory","friendly":{"en":"DreamFactory"},"encoding":"base64","extensions":["dfac"],"xrefs":{"person":["William_C._Appleton"],"template":["application/vnd.dreamfactory"]},"registered":true},{"content-type":"application/vnd.drive+json","encoding":"base64","xrefs":{"person":["Keith_Kester"],"template":["application/vnd.drive+json"]},"registered":true},{"content-type":"application/vnd.ds-keypoint","encoding":"base64","extensions":["kpxx"],"registered":false},{"content-type":"application/vnd.dtg.local","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local"]},"registered":true},{"content-type":"application/vnd.dtg.local.flash","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.flash"]},"registered":true},{"content-type":"application/vnd.dtg.local.html","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.html"]},"registered":true},{"content-type":"application/vnd.dvb.ait","friendly":{"en":"Digital Video Broadcasting"},"encoding":"base64","extensions":["ait"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.ait"]},"registered":true},{"content-type":"application/vnd.dvb.dvbisl+xml","encoding":"base64","xrefs":{"person":["Emily_DUBS"],"template":["application/vnd.dvb.dvbisl+xml"]},"registered":true},{"content-type":"application/vnd.dvb.dvbj","encoding":"base64","xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.dvbj"]},"registered":true},{"content-type":"application/vnd.dvb.esgcontainer","encoding":"base64","xrefs":{"person":["Joerg_Heuer"],"template":["application/vnd.dvb.esgcontainer"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcdftnotifaccess","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.ipdcdftnotifaccess"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgaccess","encoding":"base64","xrefs":{"person":["Joerg_Heuer"],"template":["application/vnd.dvb.ipdcesgaccess"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgaccess2","encoding":"base64","xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgaccess2"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgpdd","encoding":"base64","xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgpdd"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcroaming","encoding":"base64","xrefs":{"person":["Yiling_Xu"],"template":["application/vnd.dvb.ipdcroaming"]},"registered":true},{"content-type":"application/vnd.dvb.iptv.alfec-base","encoding":"base64","xrefs":{"person":["Jean-Baptiste_Henry"],"template":["application/vnd.dvb.iptv.alfec-base"]},"registered":true},{"content-type":"application/vnd.dvb.iptv.alfec-enhancement","encoding":"base64","xrefs":{"person":["Jean-Baptiste_Henry"],"template":["application/vnd.dvb.iptv.alfec-enhancement"]},"registered":true},{"content-type":"application/vnd.dvb.notif-aggregate-root+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-aggregate-root+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-container+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-container+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-generic+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-generic+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-msglist+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-msglist+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-registration-request+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-registration-request+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-registration-response+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-registration-response+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-init+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-init+xml"]},"registered":true},{"content-type":"application/vnd.dvb.pfr","encoding":"base64","xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.pfr"]},"registered":true},{"content-type":"application/vnd.dvb.service","friendly":{"en":"Digital Video Broadcasting"},"encoding":"base64","extensions":["svc"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.service"]},"registered":true},{"content-type":"application/vnd.dxr","encoding":"base64","xrefs":{"person":["Michael_Duffy"],"template":["application/vnd.dxr"]},"registered":true},{"content-type":"application/vnd.dynageo","friendly":{"en":"DynaGeo"},"encoding":"base64","extensions":["geo"],"xrefs":{"person":["Roland_Mechling"],"template":["application/vnd.dynageo"]},"registered":true},{"content-type":"application/vnd.dzr","encoding":"base64","xrefs":{"person":["Carl_Anderson"],"template":["application/vnd.dzr"]},"registered":true},{"content-type":"application/vnd.easykaraoke.cdgdownload","encoding":"base64","xrefs":{"person":["Iain_Downs"],"template":["application/vnd.easykaraoke.cdgdownload"]},"registered":true},{"content-type":"application/vnd.ecdis-update","encoding":"base64","xrefs":{"person":["Gert_Buettgenbach"],"template":["application/vnd.ecdis-update"]},"registered":true},{"content-type":"application/vnd.ecip.rlp","encoding":"base64","xrefs":{"person":["Wei_Tang"],"template":["application/vnd.ecip.rlp"]},"registered":true},{"content-type":"application/vnd.ecowin.chart","friendly":{"en":"EcoWin Chart"},"encoding":"base64","extensions":["mag"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.chart"]},"registered":true},{"content-type":"application/vnd.ecowin.filerequest","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.filerequest"]},"registered":true},{"content-type":"application/vnd.ecowin.fileupdate","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.fileupdate"]},"registered":true},{"content-type":"application/vnd.ecowin.series","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.series"]},"registered":true},{"content-type":"application/vnd.ecowin.seriesrequest","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesrequest"]},"registered":true},{"content-type":"application/vnd.ecowin.seriesupdate","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesupdate"]},"registered":true},{"content-type":"application/vnd.efi.img","encoding":"base64","xrefs":{"person":["Fu_Siyuan","UEFI_Forum"],"template":["application/vnd.efi.img"]},"registered":true},{"content-type":"application/vnd.efi.iso","encoding":"base64","xrefs":{"person":["Fu_Siyuan","UEFI_Forum"],"template":["application/vnd.efi.iso"]},"registered":true},{"content-type":"application/vnd.emclient.accessrequest+xml","encoding":"base64","xrefs":{"person":["Filip_Navara"],"template":["application/vnd.emclient.accessrequest+xml"]},"registered":true},{"content-type":"application/vnd.enliven","friendly":{"en":"Enliven Viewer"},"encoding":"base64","extensions":["nml"],"xrefs":{"person":["Paul_Santinelli_Jr."],"template":["application/vnd.enliven"]},"registered":true},{"content-type":"application/vnd.enphase.envoy","encoding":"base64","xrefs":{"person":["Chris_Eich"],"template":["application/vnd.enphase.envoy"]},"registered":true},{"content-type":"application/vnd.eprints.data+xml","encoding":"base64","xrefs":{"person":["Tim_Brody"],"template":["application/vnd.eprints.data+xml"]},"registered":true},{"content-type":"application/vnd.epson.esf","friendly":{"en":"QUASS Stream Player"},"encoding":"base64","extensions":["esf"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.esf"]},"registered":true},{"content-type":"application/vnd.epson.msf","friendly":{"en":"QUASS Stream Player"},"encoding":"base64","extensions":["msf"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.msf"]},"registered":true},{"content-type":"application/vnd.epson.quickanime","friendly":{"en":"QuickAnime Player"},"encoding":"base64","extensions":["qam"],"xrefs":{"person":["Yu_Gu"],"template":["application/vnd.epson.quickanime"]},"registered":true},{"content-type":"application/vnd.epson.salt","friendly":{"en":"SimpleAnimeLite Player"},"encoding":"base64","extensions":["slt"],"xrefs":{"person":["Yasuhito_Nagatomo"],"template":["application/vnd.epson.salt"]},"registered":true},{"content-type":"application/vnd.epson.ssf","friendly":{"en":"QUASS Stream Player"},"encoding":"base64","extensions":["ssf"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.ssf"]},"registered":true},{"content-type":"application/vnd.ericsson.quickcall","encoding":"base64","xrefs":{"person":["Paul_Tidwell"],"template":["application/vnd.ericsson.quickcall"]},"registered":true},{"content-type":"application/vnd.espass-espass+zip","encoding":"base64","xrefs":{"person":["Marcus_Ligi_Büschleb"],"template":["application/vnd.espass-espass+zip"]},"registered":true},{"content-type":"application/vnd.eszigno3+xml","friendly":{"en":"MICROSEC e-Szign¢"},"encoding":"base64","extensions":["es3","et3"],"xrefs":{"person":["Szilveszter_Tóth"],"template":["application/vnd.eszigno3+xml"]},"registered":true},{"content-type":"application/vnd.etsi.aoc+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.aoc+xml"]},"registered":true},{"content-type":"application/vnd.etsi.asic-e+zip","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.asic-e+zip"]},"registered":true},{"content-type":"application/vnd.etsi.asic-s+zip","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.asic-s+zip"]},"registered":true},{"content-type":"application/vnd.etsi.cug+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.cug+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvcommand+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvcommand+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvdiscovery+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvdiscovery+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvprofile+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvprofile+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-bc+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-bc+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-cod+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-cod+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-npvr+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-npvr+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvservice+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvservice+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsync+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvsync+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvueprofile+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvueprofile+xml"]},"registered":true},{"content-type":"application/vnd.etsi.mcid+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.mcid+xml"]},"registered":true},{"content-type":"application/vnd.etsi.mheg5","encoding":"base64","xrefs":{"person":["Ian_Medland","Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.mheg5"]},"registered":true},{"content-type":"application/vnd.etsi.overload-control-policy-dataset+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.overload-control-policy-dataset+xml"]},"registered":true},{"content-type":"application/vnd.etsi.pstn+xml","encoding":"base64","xrefs":{"person":["Jiwan_Han","Thomas_Belling"],"template":["application/vnd.etsi.pstn+xml"]},"registered":true},{"content-type":"application/vnd.etsi.sci+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.sci+xml"]},"registered":true},{"content-type":"application/vnd.etsi.simservs+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.simservs+xml"]},"registered":true},{"content-type":"application/vnd.etsi.timestamp-token","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.timestamp-token"]},"registered":true},{"content-type":"application/vnd.etsi.tsl+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.tsl+xml"]},"registered":true},{"content-type":"application/vnd.etsi.tsl.der","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.tsl.der"]},"registered":true},{"content-type":"application/vnd.eudora.data","encoding":"base64","xrefs":{"person":["Pete_Resnick"],"template":["application/vnd.eudora.data"]},"registered":true},{"content-type":"application/vnd.evolv.ecig.profile","encoding":"base64","xrefs":{"person":["James_Bellinger"],"template":["application/vnd.evolv.ecig.profile"]},"registered":true},{"content-type":"application/vnd.evolv.ecig.settings","encoding":"base64","xrefs":{"person":["James_Bellinger"],"template":["application/vnd.evolv.ecig.settings"]},"registered":true},{"content-type":"application/vnd.evolv.ecig.theme","encoding":"base64","xrefs":{"person":["James_Bellinger"],"template":["application/vnd.evolv.ecig.theme"]},"registered":true},{"content-type":"application/vnd.exstream-empower+zip","encoding":"base64","xrefs":{"person":["Bill_Kidwell"],"template":["application/vnd.exstream-empower+zip"]},"registered":true},{"content-type":"application/vnd.exstream-package","encoding":"base64","xrefs":{"person":["Bill_Kidwell"],"template":["application/vnd.exstream-package"]},"registered":true},{"content-type":"application/vnd.ezpix-album","friendly":{"en":"EZPix Secure Photo Album"},"encoding":"base64","extensions":["ez2"],"xrefs":{"person":["ElectronicZombieCorp"],"template":["application/vnd.ezpix-album"]},"registered":true},{"content-type":"application/vnd.ezpix-package","friendly":{"en":"EZPix Secure Photo Album"},"encoding":"base64","extensions":["ez3"],"xrefs":{"person":["ElectronicZombieCorp"],"template":["application/vnd.ezpix-package"]},"registered":true},{"content-type":"application/vnd.f-secure.mobile","encoding":"base64","xrefs":{"person":["Samu_Sarivaara"],"template":["application/vnd.f-secure.mobile"]},"registered":true},{"content-type":"application/vnd.fastcopy-disk-image","encoding":"base64","xrefs":{"person":["Thomas_Huth"],"template":["application/vnd.fastcopy-disk-image"]},"registered":true},{"content-type":"application/vnd.fdf","friendly":{"en":"Forms Data Format"},"encoding":"base64","extensions":["fdf"],"xrefs":{"person":["Steve_Zilles"],"template":["application/vnd.fdf"]},"registered":true},{"content-type":"application/vnd.fdsn.mseed","encoding":"base64","extensions":["mseed"],"xrefs":{"person":["Chad_Trabant"],"template":["application/vnd.fdsn.mseed"]},"registered":true},{"content-type":"application/vnd.fdsn.seed","friendly":{"en":"Digital Siesmograph Networks - SEED Datafiles"},"encoding":"base64","extensions":["dataless","seed"],"xrefs":{"person":["Chad_Trabant"],"template":["application/vnd.fdsn.seed"]},"registered":true},{"content-type":"application/vnd.ffsns","encoding":"base64","xrefs":{"person":["Holstage"],"template":["application/vnd.ffsns"]},"registered":true},{"content-type":"application/vnd.ficlab.flb+zip","encoding":"base64","xrefs":{"person":["Steve_Gilberd"],"template":["application/vnd.ficlab.flb+zip"]},"registered":true},{"content-type":"application/vnd.filmit.zfc","encoding":"base64","xrefs":{"person":["Harms_Moeller"],"template":["application/vnd.filmit.zfc"]},"registered":true},{"content-type":"application/vnd.fints","encoding":"base64","xrefs":{"person":["Ingo_Hammann"],"template":["application/vnd.fints"]},"registered":true},{"content-type":"application/vnd.firemonkeys.cloudcell","encoding":"base64","xrefs":{"person":["Alex_Dubov"],"template":["application/vnd.firemonkeys.cloudcell"]},"registered":true},{"content-type":"application/vnd.FloGraphIt","friendly":{"en":"NpGraphIt"},"encoding":"base64","extensions":["gph"],"xrefs":{"person":["Dick_Floersch"],"template":["application/vnd.FloGraphIt"]},"registered":true},{"content-type":"application/vnd.fluxtime.clip","friendly":{"en":"FluxTime Clip"},"encoding":"base64","extensions":["ftc"],"xrefs":{"person":["Marc_Winter"],"template":["application/vnd.fluxtime.clip"]},"registered":true},{"content-type":"application/vnd.font-fontforge-sfd","encoding":"base64","xrefs":{"person":["George_Williams"],"template":["application/vnd.font-fontforge-sfd"]},"registered":true},{"content-type":"application/vnd.framemaker","friendly":{"en":"FrameMaker Normal Format"},"encoding":"base64","extensions":["frm","maker","frame","fm","fb","book","fbdoc"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd.framemaker"]},"registered":true},{"content-type":"application/vnd.frogans.fnc","friendly":{"en":"Frogans Player"},"encoding":"base64","extensions":["fnc"],"obsolete":true,"xrefs":{"person":["Alexis_Tamas","OP3FT"],"template":["application/vnd.frogans.fnc"],"notes":["- OBSOLETE"]},"registered":true},{"content-type":"application/vnd.frogans.ltf","friendly":{"en":"Frogans Player"},"encoding":"base64","extensions":["ltf"],"obsolete":true,"xrefs":{"person":["Alexis_Tamas","OP3FT"],"template":["application/vnd.frogans.ltf"],"notes":["- OBSOLETE"]},"registered":true},{"content-type":"application/vnd.fsc.weblaunch","friendly":{"en":"Friendly Software Corporation"},"encoding":"7bit","extensions":["fsc"],"xrefs":{"person":["Derek_Smith"],"template":["application/vnd.fsc.weblaunch"]},"registered":true},{"content-type":"application/vnd.fujifilm.fb.docuworks","encoding":"base64","xrefs":{"person":["Kazuya_Iimura"],"template":["application/vnd.fujifilm.fb.docuworks"]},"registered":true},{"content-type":"application/vnd.fujifilm.fb.docuworks.binder","encoding":"base64","xrefs":{"person":["Kazuya_Iimura"],"template":["application/vnd.fujifilm.fb.docuworks.binder"]},"registered":true},{"content-type":"application/vnd.fujifilm.fb.docuworks.container","encoding":"base64","xrefs":{"person":["Kazuya_Iimura"],"template":["application/vnd.fujifilm.fb.docuworks.container"]},"registered":true},{"content-type":"application/vnd.fujifilm.fb.jfi+xml","encoding":"base64","xrefs":{"person":["Keitaro_Ishida"],"template":["application/vnd.fujifilm.fb.jfi+xml"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["oas"],"xrefs":{"person":["Nobukazu_Togashi"],"template":["application/vnd.fujitsu.oasys"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys2","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["oa2"],"xrefs":{"person":["Nobukazu_Togashi"],"template":["application/vnd.fujitsu.oasys2"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys3","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["oa3"],"xrefs":{"person":["Seiji_Okudaira"],"template":["application/vnd.fujitsu.oasys3"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasysgp","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["fg5"],"xrefs":{"person":["Masahiko_Sugimoto"],"template":["application/vnd.fujitsu.oasysgp"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasysprs","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["bh2"],"xrefs":{"person":["Masumi_Ogita"],"template":["application/vnd.fujitsu.oasysprs"]},"registered":true},{"content-type":"application/vnd.fujixerox.ART-EX","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART-EX"]},"registered":true},{"content-type":"application/vnd.fujixerox.ART4","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART4"]},"registered":true},{"content-type":"application/vnd.fujixerox.ddd","friendly":{"en":"Fujitsu - Xerox 2D CAD Data"},"encoding":"base64","extensions":["ddd"],"xrefs":{"person":["Masanori_Onda"],"template":["application/vnd.fujixerox.ddd"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks","friendly":{"en":"Fujitsu - Xerox DocuWorks"},"encoding":"base64","extensions":["xdw"],"xrefs":{"person":["Takatomo_Wakibayashi"],"template":["application/vnd.fujixerox.docuworks"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks.binder","friendly":{"en":"Fujitsu - Xerox DocuWorks Binder"},"encoding":"base64","extensions":["xbd"],"xrefs":{"person":["Takashi_Matsumoto"],"template":["application/vnd.fujixerox.docuworks.binder"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks.container","encoding":"base64","xrefs":{"person":["Kiyoshi_Tashiro"],"template":["application/vnd.fujixerox.docuworks.container"]},"registered":true},{"content-type":"application/vnd.fujixerox.HBPL","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.HBPL"]},"registered":true},{"content-type":"application/vnd.fut-misnet","encoding":"base64","xrefs":{"person":["Jann_Pruulman"],"template":["application/vnd.fut-misnet"]},"registered":true},{"content-type":"application/vnd.futoin+cbor","encoding":"base64","xrefs":{"person":["Andrey_Galkin"],"template":["application/vnd.futoin+cbor"]},"registered":true},{"content-type":"application/vnd.futoin+json","encoding":"base64","xrefs":{"person":["Andrey_Galkin"],"template":["application/vnd.futoin+json"]},"registered":true},{"content-type":"application/vnd.fuzzysheet","friendly":{"en":"FuzzySheet"},"encoding":"base64","extensions":["fzs"],"xrefs":{"person":["Simon_Birtwistle"],"template":["application/vnd.fuzzysheet"]},"registered":true},{"content-type":"application/vnd.genomatix.tuxedo","friendly":{"en":"Genomatix Tuxedo Framework"},"encoding":"base64","extensions":["txd"],"xrefs":{"person":["Torben_Frey"],"template":["application/vnd.genomatix.tuxedo"]},"registered":true},{"content-type":"application/vnd.gentics.grd+json","encoding":"base64","xrefs":{"person":["Philipp_Gortan"],"template":["application/vnd.gentics.grd+json"]},"registered":true},{"content-type":"application/vnd.geo+json","encoding":"base64","obsolete":true,"use-instead":"application/geo+json)","xrefs":{"rfc":["rfc7946"],"person":["Sean_Gillies"],"template":["application/vnd.geo+json"],"notes":["(OBSOLETED by in favor of application/geo+json)"]},"registered":true},{"content-type":"application/vnd.geocube+xml","encoding":"8bit","obsolete":true,"xrefs":{"person":["Francois_Pirsch"],"template":["application/vnd.geocube+xml"],"notes":["- OBSOLETED by request"]},"registered":true},{"content-type":"application/vnd.geogebra.file","friendly":{"en":"GeoGebra"},"encoding":"base64","extensions":["ggb"],"xrefs":{"person":["GeoGebra","Yves_Kreis"],"template":["application/vnd.geogebra.file"]},"registered":true},{"content-type":"application/vnd.geogebra.slides","encoding":"base64","xrefs":{"person":["GeoGebra","Markus_Hohenwarter","Michael_Borcherds"],"template":["application/vnd.geogebra.slides"]},"registered":true},{"content-type":"application/vnd.geogebra.tool","friendly":{"en":"GeoGebra"},"encoding":"base64","extensions":["ggt"],"xrefs":{"person":["GeoGebra","Yves_Kreis"],"template":["application/vnd.geogebra.tool"]},"registered":true},{"content-type":"application/vnd.geometry-explorer","friendly":{"en":"GeoMetry Explorer"},"encoding":"base64","extensions":["gex","gre"],"xrefs":{"person":["Michael_Hvidsten"],"template":["application/vnd.geometry-explorer"]},"registered":true},{"content-type":"application/vnd.geonext","friendly":{"en":"GEONExT and JSXGraph"},"encoding":"base64","extensions":["gxt"],"xrefs":{"person":["Matthias_Ehmann"],"template":["application/vnd.geonext"]},"registered":true},{"content-type":"application/vnd.geoplan","friendly":{"en":"GeoplanW"},"encoding":"base64","extensions":["g2w"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geoplan"]},"registered":true},{"content-type":"application/vnd.geospace","friendly":{"en":"GeospacW"},"encoding":"base64","extensions":["g3w"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geospace"]},"registered":true},{"content-type":"application/vnd.gerber","encoding":"base64","xrefs":{"person":["Thomas_Weyn"],"template":["application/vnd.gerber"]},"registered":true},{"content-type":"application/vnd.globalplatform.card-content-mgt","encoding":"base64","xrefs":{"person":["Gil_Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt"]},"registered":true},{"content-type":"application/vnd.globalplatform.card-content-mgt-response","encoding":"base64","xrefs":{"person":["Gil_Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt-response"]},"registered":true},{"content-type":"application/vnd.gmx","friendly":{"en":"GameMaker ActiveX"},"encoding":"base64","extensions":["gmx"],"obsolete":true,"xrefs":{"person":["Christian_V._Sciberras"],"template":["application/vnd.gmx"],"notes":["- DEPRECATED"]},"registered":true},{"content-type":"application/vnd.google-earth.kml+xml","friendly":{"en":"Google Earth - KML"},"encoding":"8bit","extensions":["kml"],"xrefs":{"person":["Michael_Ashbridge"],"template":["application/vnd.google-earth.kml+xml"]},"registered":true},{"content-type":"application/vnd.google-earth.kmz","friendly":{"en":"Google Earth - Zipped KML"},"encoding":"8bit","extensions":["kmz"],"xrefs":{"person":["Michael_Ashbridge"],"template":["application/vnd.google-earth.kmz"]},"registered":true},{"content-type":"application/vnd.gov.sk.e-form+xml","encoding":"base64","xrefs":{"person":["Peter_Biro","Stefan_Szilva"],"template":["application/vnd.gov.sk.e-form+xml"]},"registered":true},{"content-type":"application/vnd.gov.sk.e-form+zip","encoding":"base64","xrefs":{"person":["Peter_Biro","Stefan_Szilva"],"template":["application/vnd.gov.sk.e-form+zip"]},"registered":true},{"content-type":"application/vnd.gov.sk.xmldatacontainer+xml","encoding":"base64","xrefs":{"person":["Peter_Biro","Stefan_Szilva"],"template":["application/vnd.gov.sk.xmldatacontainer+xml"]},"registered":true},{"content-type":"application/vnd.grafeq","friendly":{"en":"GrafEq"},"encoding":"base64","extensions":["gqf","gqs"],"xrefs":{"person":["Jeff_Tupper"],"template":["application/vnd.grafeq"]},"registered":true},{"content-type":"application/vnd.gridmp","encoding":"base64","xrefs":{"person":["Jeff_Lawson"],"template":["application/vnd.gridmp"]},"registered":true},{"content-type":"application/vnd.groove-account","friendly":{"en":"Groove - Account"},"encoding":"base64","extensions":["gac"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-account"]},"registered":true},{"content-type":"application/vnd.groove-help","friendly":{"en":"Groove - Help"},"encoding":"base64","extensions":["ghf"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-help"]},"registered":true},{"content-type":"application/vnd.groove-identity-message","friendly":{"en":"Groove - Identity Message"},"encoding":"base64","extensions":["gim"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-identity-message"]},"registered":true},{"content-type":"application/vnd.groove-injector","friendly":{"en":"Groove - Injector"},"encoding":"base64","extensions":["grv"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-injector"]},"registered":true},{"content-type":"application/vnd.groove-tool-message","friendly":{"en":"Groove - Tool Message"},"encoding":"base64","extensions":["gtm"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-tool-message"]},"registered":true},{"content-type":"application/vnd.groove-tool-template","friendly":{"en":"Groove - Tool Template"},"encoding":"base64","extensions":["tpl"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-tool-template"]},"registered":true},{"content-type":"application/vnd.groove-vcard","friendly":{"en":"Groove - Vcard"},"encoding":"base64","extensions":["vcg"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-vcard"]},"registered":true},{"content-type":"application/vnd.hal+json","encoding":"base64","xrefs":{"person":["Mike_Kelly"],"template":["application/vnd.hal+json"]},"registered":true},{"content-type":"application/vnd.hal+xml","friendly":{"en":"Hypertext Application Language"},"encoding":"base64","extensions":["hal"],"xrefs":{"person":["Mike_Kelly"],"template":["application/vnd.hal+xml"]},"registered":true},{"content-type":"application/vnd.HandHeld-Entertainment+xml","friendly":{"en":"ZVUE Media Manager"},"encoding":"base64","extensions":["zmm"],"xrefs":{"person":["Eric_Hamilton"],"template":["application/vnd.HandHeld-Entertainment+xml"]},"registered":true},{"content-type":"application/vnd.hbci","friendly":{"en":"Homebanking Computer Interface (HBCI)"},"encoding":"base64","extensions":["hbci","hbc","kom","upa","pkd","bpd"],"xrefs":{"person":["Ingo_Hammann"],"template":["application/vnd.hbci"]},"registered":true},{"content-type":"application/vnd.hc+json","encoding":"base64","xrefs":{"person":["Jan_Schütze"],"template":["application/vnd.hc+json"]},"registered":true},{"content-type":"application/vnd.hcl-bireports","encoding":"base64","xrefs":{"person":["Doug_R._Serres"],"template":["application/vnd.hcl-bireports"]},"registered":true},{"content-type":"application/vnd.hdt","encoding":"base64","xrefs":{"person":["Javier_D._Fernández"],"template":["application/vnd.hdt"]},"registered":true},{"content-type":"application/vnd.heroku+json","encoding":"base64","xrefs":{"person":["Wesley_Beary"],"template":["application/vnd.heroku+json"]},"registered":true},{"content-type":"application/vnd.hhe.lesson-player","friendly":{"en":"Archipelago Lesson Player"},"encoding":"base64","extensions":["les"],"xrefs":{"person":["Randy_Jones"],"template":["application/vnd.hhe.lesson-player"]},"registered":true},{"content-type":"application/vnd.hp-HPGL","friendly":{"en":"HP-GL/2 and HP RTL"},"encoding":"base64","extensions":["plt","hpgl"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-HPGL"]},"registered":true},{"content-type":"application/vnd.hp-hpid","friendly":{"en":"Hewlett Packard Instant Delivery"},"encoding":"base64","extensions":["hpid"],"xrefs":{"person":["Aloke_Gupta"],"template":["application/vnd.hp-hpid"]},"registered":true},{"content-type":"application/vnd.hp-hps","friendly":{"en":"Hewlett-Packard's WebPrintSmart"},"encoding":"base64","extensions":["hps"],"xrefs":{"person":["Steve_Aubrey"],"template":["application/vnd.hp-hps"]},"registered":true},{"content-type":"application/vnd.hp-jlyt","friendly":{"en":"HP Indigo Digital Press - Job Layout Languate"},"encoding":"base64","extensions":["jlt"],"xrefs":{"person":["Amir_Gaash"],"template":["application/vnd.hp-jlyt"]},"registered":true},{"content-type":"application/vnd.hp-PCL","friendly":{"en":"HP Printer Command Language"},"encoding":"base64","extensions":["pcl"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-PCL"]},"registered":true},{"content-type":"application/vnd.hp-PCLXL","friendly":{"en":"PCL 6 Enhanced (Formely PCL XL)"},"encoding":"base64","extensions":["pclxl"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-PCLXL"]},"registered":true},{"content-type":"application/vnd.httphone","encoding":"base64","xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.httphone"]},"registered":true},{"content-type":"application/vnd.hydrostatix.sof-data","friendly":{"en":"Hydrostatix Master Suite"},"encoding":"base64","extensions":["sfd-hdstx"],"xrefs":{"person":["Allen_Gillam"],"template":["application/vnd.hydrostatix.sof-data"]},"registered":true},{"content-type":"application/vnd.hyper+json","encoding":"base64","xrefs":{"person":["Irakli_Nadareishvili"],"template":["application/vnd.hyper+json"]},"registered":true},{"content-type":"application/vnd.hyper-item+json","encoding":"base64","xrefs":{"person":["Mario_Demuth"],"template":["application/vnd.hyper-item+json"]},"registered":true},{"content-type":"application/vnd.hyperdrive+json","encoding":"base64","xrefs":{"person":["Daniel_Sims"],"template":["application/vnd.hyperdrive+json"]},"registered":true},{"content-type":"application/vnd.hzn-3d-crossword","friendly":{"en":"3D Crossword Plugin"},"encoding":"base64","xrefs":{"person":["James_Minnis"],"template":["application/vnd.hzn-3d-crossword"]},"registered":true},{"content-type":"application/vnd.ibm.afplinedata","encoding":"base64","obsolete":true,"use-instead":"vnd.afpc.afplinedata","xrefs":{"person":["Roger_Buis"],"template":["application/vnd.ibm.afplinedata"],"notes":["- OBSOLETED in favor of vnd.afpc.afplinedata"]},"registered":true},{"content-type":"application/vnd.ibm.electronic-media","encoding":"base64","extensions":["emm"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.electronic-media"]},"registered":true},{"content-type":"application/vnd.ibm.MiniPay","friendly":{"en":"MiniPay"},"encoding":"base64","extensions":["mpy"],"xrefs":{"person":["Amir_Herzberg"],"template":["application/vnd.ibm.MiniPay"]},"registered":true},{"content-type":"application/vnd.ibm.modcap","friendly":{"en":"MO:DCA-P"},"encoding":"base64","extensions":["afp","list3820","listafp"],"obsolete":true,"use-instead":"application/vnd.afpc.modca","xrefs":{"person":["Reinhard_Hohensee"],"template":["application/vnd.ibm.modcap"],"notes":["- OBSOLETED in favor of application/vnd.afpc.modca"]},"registered":true},{"content-type":"application/vnd.ibm.rights-management","friendly":{"en":"IBM DB2 Rights Manager"},"encoding":"base64","extensions":["irm"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.rights-management"]},"registered":true},{"content-type":"application/vnd.ibm.secure-container","friendly":{"en":"IBM Electronic Media Management System - Secure Container"},"encoding":"base64","extensions":["sc"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.secure-container"]},"registered":true},{"content-type":"application/vnd.iccprofile","friendly":{"en":"ICC profile"},"encoding":"base64","extensions":["icc","icm"],"xrefs":{"person":["Phil_Green"],"template":["application/vnd.iccprofile"]},"registered":true},{"content-type":"application/vnd.ieee.1905","encoding":"base64","xrefs":{"person":["Purva_R_Rajkotia"],"template":["application/vnd.ieee.1905"]},"registered":true},{"content-type":"application/vnd.igloader","friendly":{"en":"igLoader"},"encoding":"base64","extensions":["igl"],"xrefs":{"person":["Tim_Fisher"],"template":["application/vnd.igloader"]},"registered":true},{"content-type":"application/vnd.imagemeter.folder+zip","encoding":"base64","xrefs":{"person":["Dirk_Farin"],"template":["application/vnd.imagemeter.folder+zip"]},"registered":true},{"content-type":"application/vnd.imagemeter.image+zip","encoding":"base64","xrefs":{"person":["Dirk_Farin"],"template":["application/vnd.imagemeter.image+zip"]},"registered":true},{"content-type":"application/vnd.immervision-ivp","friendly":{"en":"ImmerVision PURE Players"},"encoding":"base64","extensions":["ivp"],"xrefs":{"person":["Mathieu_Villegas"],"template":["application/vnd.immervision-ivp"]},"registered":true},{"content-type":"application/vnd.immervision-ivu","friendly":{"en":"ImmerVision PURE Players"},"encoding":"base64","extensions":["ivu"],"xrefs":{"person":["Mathieu_Villegas"],"template":["application/vnd.immervision-ivu"]},"registered":true},{"content-type":"application/vnd.ims.imsccv1p1","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p1"]},"registered":true},{"content-type":"application/vnd.ims.imsccv1p2","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p2"]},"registered":true},{"content-type":"application/vnd.ims.imsccv1p3","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p3"]},"registered":true},{"content-type":"application/vnd.ims.lis.v2.result+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lis.v2.result+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolconsumerprofile+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolconsumerprofile+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolproxy+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolproxy+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolproxy.id+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolproxy.id+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolsettings+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolsettings+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolsettings.simple+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolsettings.simple+json"]},"registered":true},{"content-type":"application/vnd.informedcontrol.rms+xml","encoding":"base64","xrefs":{"person":["Mark_Wahl"],"template":["application/vnd.informedcontrol.rms+xml"]},"registered":true},{"content-type":"application/vnd.informix-visionary","encoding":"base64","obsolete":true,"use-instead":"application/vnd.visionary","xrefs":{"person":["Christopher_Gales"],"template":["application/vnd.informix-visionary"],"notes":["- OBSOLETED in favor of application/vnd.visionary"]},"registered":true},{"content-type":"application/vnd.infotech.project","encoding":"base64","xrefs":{"person":["Charles_Engelke"],"template":["application/vnd.infotech.project"]},"registered":true},{"content-type":"application/vnd.infotech.project+xml","encoding":"base64","xrefs":{"person":["Charles_Engelke"],"template":["application/vnd.infotech.project+xml"]},"registered":true},{"content-type":"application/vnd.innopath.wamp.notification","encoding":"base64","xrefs":{"person":["Takanori_Sudo"],"template":["application/vnd.innopath.wamp.notification"]},"registered":true},{"content-type":"application/vnd.insors.igm","friendly":{"en":"IOCOM Visimeet"},"encoding":"base64","extensions":["igm"],"xrefs":{"person":["Jon_Swanson"],"template":["application/vnd.insors.igm"]},"registered":true},{"content-type":"application/vnd.intercon.formnet","friendly":{"en":"Intercon FormNet"},"encoding":"base64","extensions":["xpw","xpx"],"xrefs":{"person":["Tom_Gurak"],"template":["application/vnd.intercon.formnet"]},"registered":true},{"content-type":"application/vnd.intergeo","friendly":{"en":"Interactive Geometry Software"},"encoding":"base64","extensions":["i2g"],"xrefs":{"person":["Yves_Kreis_2"],"template":["application/vnd.intergeo"]},"registered":true},{"content-type":"application/vnd.intertrust.digibox","encoding":"base64","xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.digibox"]},"registered":true},{"content-type":"application/vnd.intertrust.nncp","encoding":"base64","xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.nncp"]},"registered":true},{"content-type":"application/vnd.intu.qbo","friendly":{"en":"Open Financial Exchange"},"encoding":"base64","extensions":["qbo"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qbo"]},"registered":true},{"content-type":"application/vnd.intu.qfx","friendly":{"en":"Quicken"},"encoding":"base64","extensions":["qfx"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qfx"]},"registered":true},{"content-type":"application/vnd.iptc.g2.catalogitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.catalogitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.conceptitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.conceptitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.knowledgeitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.knowledgeitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.newsitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.newsmessage+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsmessage+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.packageitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.packageitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.planningitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.planningitem+xml"]},"registered":true},{"content-type":"application/vnd.ipunplugged.rcprofile","friendly":{"en":"IP Unplugged Roaming Client"},"encoding":"base64","extensions":["rcprofile"],"xrefs":{"person":["Per_Ersson"],"template":["application/vnd.ipunplugged.rcprofile"]},"registered":true},{"content-type":"application/vnd.irepository.package+xml","friendly":{"en":"iRepository / Lucidoc Editor"},"encoding":"base64","extensions":["irp"],"xrefs":{"person":["Martin_Knowles"],"template":["application/vnd.irepository.package+xml"]},"registered":true},{"content-type":"application/vnd.is-xpr","friendly":{"en":"Express by Infoseek"},"encoding":"base64","extensions":["xpr"],"xrefs":{"person":["Satish_Navarajan"],"template":["application/vnd.is-xpr"]},"registered":true},{"content-type":"application/vnd.isac.fcs","friendly":{"en":"International Society for Advancement of Cytometry"},"encoding":"base64","extensions":["fcs"],"xrefs":{"person":["Ryan_Brinkman"],"template":["application/vnd.isac.fcs"]},"registered":true},{"content-type":"application/vnd.iso11783-10+zip","encoding":"base64","xrefs":{"person":["Frank_Wiebeler"],"template":["application/vnd.iso11783-10+zip"]},"registered":true},{"content-type":"application/vnd.jam","friendly":{"en":"Lightspeed Audio Lab"},"encoding":"base64","extensions":["jam"],"xrefs":{"person":["Brijesh_Kumar"],"template":["application/vnd.jam"]},"registered":true},{"content-type":"application/vnd.japannet-directory-service","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-directory-service"]},"registered":true},{"content-type":"application/vnd.japannet-jpnstore-wakeup","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-jpnstore-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-payment-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-payment-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-registration","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-registration"]},"registered":true},{"content-type":"application/vnd.japannet-registration-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-registration-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-setstore-wakeup","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-setstore-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-verification","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-verification"]},"registered":true},{"content-type":"application/vnd.japannet-verification-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-verification-wakeup"]},"registered":true},{"content-type":"application/vnd.jcp.javame.midlet-rms","friendly":{"en":"Mobile Information Device Profile"},"encoding":"base64","extensions":["rms"],"xrefs":{"person":["Mikhail_Gorshenev"],"template":["application/vnd.jcp.javame.midlet-rms"]},"registered":true},{"content-type":"application/vnd.jisp","friendly":{"en":"RhymBox"},"encoding":"base64","extensions":["jisp"],"xrefs":{"person":["Sebastiaan_Deckers"],"template":["application/vnd.jisp"]},"registered":true},{"content-type":"application/vnd.joost.joda-archive","friendly":{"en":"Joda Archive"},"encoding":"base64","extensions":["joda"],"xrefs":{"person":["Joost"],"template":["application/vnd.joost.joda-archive"]},"registered":true},{"content-type":"application/vnd.jsk.isdn-ngn","encoding":"base64","xrefs":{"person":["Yokoyama_Kiyonobu"],"template":["application/vnd.jsk.isdn-ngn"]},"registered":true},{"content-type":"application/vnd.kahootz","friendly":{"en":"Kahootz"},"encoding":"base64","extensions":["ktr","ktz"],"xrefs":{"person":["Tim_Macdonald"],"template":["application/vnd.kahootz"]},"registered":true},{"content-type":"application/vnd.kde.karbon","friendly":{"en":"KDE KOffice Office Suite - Karbon"},"encoding":"base64","extensions":["karbon"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.karbon"]},"registered":true},{"content-type":"application/vnd.kde.kchart","friendly":{"en":"KDE KOffice Office Suite - KChart"},"encoding":"base64","extensions":["chrt"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kchart"]},"registered":true},{"content-type":"application/vnd.kde.kformula","friendly":{"en":"KDE KOffice Office Suite - Kformula"},"encoding":"base64","extensions":["kfo"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kformula"]},"registered":true},{"content-type":"application/vnd.kde.kivio","friendly":{"en":"KDE KOffice Office Suite - Kivio"},"encoding":"base64","extensions":["flw"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kivio"]},"registered":true},{"content-type":"application/vnd.kde.kontour","friendly":{"en":"KDE KOffice Office Suite - Kontour"},"encoding":"base64","extensions":["kon"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kontour"]},"registered":true},{"content-type":"application/vnd.kde.kpresenter","friendly":{"en":"KDE KOffice Office Suite - Kpresenter"},"encoding":"base64","extensions":["kpr","kpt"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kpresenter"]},"registered":true},{"content-type":"application/vnd.kde.kspread","friendly":{"en":"KDE KOffice Office Suite - Kspread"},"encoding":"base64","extensions":["ksp"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kspread"]},"registered":true},{"content-type":"application/vnd.kde.kword","friendly":{"en":"KDE KOffice Office Suite - Kword"},"encoding":"base64","extensions":["kwd","kwt"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kword"]},"registered":true},{"content-type":"application/vnd.kenameaapp","friendly":{"en":"Kenamea App"},"encoding":"base64","extensions":["htke"],"xrefs":{"person":["Dirk_DiGiorgio-Haag"],"template":["application/vnd.kenameaapp"]},"registered":true},{"content-type":"application/vnd.kidspiration","friendly":{"en":"Kidspiration"},"encoding":"base64","extensions":["kia"],"xrefs":{"person":["Jack_Bennett"],"template":["application/vnd.kidspiration"]},"registered":true},{"content-type":"application/vnd.Kinar","friendly":{"en":"Kinar Applications"},"encoding":"base64","extensions":["kne","knp","sdf"],"xrefs":{"person":["Hemant_Thakkar"],"template":["application/vnd.Kinar"]},"registered":true},{"content-type":"application/vnd.koan","friendly":{"en":"SSEYO Koan Play File"},"encoding":"base64","extensions":["skd","skm","skp","skt"],"xrefs":{"person":["Pete_Cole"],"template":["application/vnd.koan"]},"registered":true},{"content-type":"application/vnd.kodak-descriptor","friendly":{"en":"Kodak Storyshare"},"encoding":"base64","extensions":["sse"],"xrefs":{"person":["Michael_J._Donahue"],"template":["application/vnd.kodak-descriptor"]},"registered":true},{"content-type":"application/vnd.las","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.las"]},"registered":true},{"content-type":"application/vnd.las.las+json","encoding":"base64","xrefs":{"person":["Rob_Bailey"],"template":["application/vnd.las.las+json"]},"registered":true},{"content-type":"application/vnd.las.las+xml","friendly":{"en":"Laser App Enterprise"},"encoding":"base64","extensions":["lasxml"],"xrefs":{"person":["Rob_Bailey"],"template":["application/vnd.las.las+xml"]},"registered":true},{"content-type":"application/vnd.laszip","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.laszip"]},"registered":true},{"content-type":"application/vnd.leap+json","encoding":"base64","xrefs":{"person":["Mark_C_Fralick"],"template":["application/vnd.leap+json"]},"registered":true},{"content-type":"application/vnd.liberty-request+xml","encoding":"base64","xrefs":{"person":["Brett_McDowell"],"template":["application/vnd.liberty-request+xml"]},"registered":true},{"content-type":"application/vnd.llamagraphics.life-balance.desktop","friendly":{"en":"Life Balance - Desktop Edition"},"encoding":"base64","extensions":["lbd"],"xrefs":{"person":["Catherine_E._White"],"template":["application/vnd.llamagraphics.life-balance.desktop"]},"registered":true},{"content-type":"application/vnd.llamagraphics.life-balance.exchange+xml","friendly":{"en":"Life Balance - Exchange Format"},"encoding":"base64","extensions":["lbe"],"xrefs":{"person":["Catherine_E._White"],"template":["application/vnd.llamagraphics.life-balance.exchange+xml"]},"registered":true},{"content-type":"application/vnd.logipipe.circuit+zip","encoding":"base64","xrefs":{"person":["Victor_Kuchynsky"],"template":["application/vnd.logipipe.circuit+zip"]},"registered":true},{"content-type":"application/vnd.loom","encoding":"base64","xrefs":{"person":["Sten_Linnarsson"],"template":["application/vnd.loom"]},"registered":true},{"content-type":"application/vnd.lotus-1-2-3","friendly":{"en":"Lotus 1-2-3"},"encoding":"base64","extensions":["wks","123"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-1-2-3"]},"registered":true},{"content-type":"application/vnd.lotus-approach","friendly":{"en":"Lotus Approach"},"encoding":"base64","extensions":["apr"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-approach"]},"registered":true},{"content-type":"application/vnd.lotus-freelance","friendly":{"en":"Lotus Freelance"},"encoding":"base64","extensions":["pre"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-freelance"]},"registered":true},{"content-type":"application/vnd.lotus-notes","friendly":{"en":"Lotus Notes"},"encoding":"base64","extensions":["nsf"],"xrefs":{"person":["Michael_Laramie"],"template":["application/vnd.lotus-notes"]},"registered":true},{"content-type":"application/vnd.lotus-organizer","friendly":{"en":"Lotus Organizer"},"encoding":"base64","extensions":["org"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-organizer"]},"registered":true},{"content-type":"application/vnd.lotus-screencam","friendly":{"en":"Lotus Screencam"},"encoding":"base64","extensions":["scm"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-screencam"]},"registered":true},{"content-type":"application/vnd.lotus-wordpro","friendly":{"en":"Lotus Wordpro"},"encoding":"base64","extensions":["lwp"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-wordpro"]},"registered":true},{"content-type":"application/vnd.macports.portpkg","friendly":{"en":"MacPorts Port System"},"encoding":"base64","extensions":["portpkg"],"xrefs":{"person":["James_Berry"],"template":["application/vnd.macports.portpkg"]},"registered":true},{"content-type":"application/vnd.mapbox-vector-tile","encoding":"base64","xrefs":{"person":["Blake_Thompson"],"template":["application/vnd.mapbox-vector-tile"]},"registered":true},{"content-type":"application/vnd.marlin.drm.actiontoken+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.actiontoken+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.conftoken+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.conftoken+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.license+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.license+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.mdcf","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.mdcf"]},"registered":true},{"content-type":"application/vnd.mason+json","encoding":"base64","xrefs":{"person":["Jorn_Wildt"],"template":["application/vnd.mason+json"]},"registered":true},{"content-type":"application/vnd.maxmind.maxmind-db","encoding":"base64","xrefs":{"person":["William_Stevenson"],"template":["application/vnd.maxmind.maxmind-db"]},"registered":true},{"content-type":"application/vnd.mcd","friendly":{"en":"Micro CADAM Helix D&D"},"encoding":"base64","extensions":["mcd"],"xrefs":{"person":["Tadashi_Gotoh"],"template":["application/vnd.mcd"]},"registered":true},{"content-type":"application/vnd.medcalcdata","friendly":{"en":"MedCalc"},"encoding":"base64","extensions":["mc1"],"xrefs":{"person":["Frank_Schoonjans"],"template":["application/vnd.medcalcdata"]},"registered":true},{"content-type":"application/vnd.mediastation.cdkey","friendly":{"en":"MediaRemote"},"encoding":"base64","extensions":["cdkey"],"xrefs":{"person":["Henry_Flurry"],"template":["application/vnd.mediastation.cdkey"]},"registered":true},{"content-type":"application/vnd.meridian-slingshot","encoding":"base64","xrefs":{"person":["Eric_Wedel"],"template":["application/vnd.meridian-slingshot"]},"registered":true},{"content-type":"application/vnd.MFER","friendly":{"en":"Medical Waveform Encoding Format"},"encoding":"base64","extensions":["mwf"],"xrefs":{"person":["Masaaki_Hirai"],"template":["application/vnd.MFER"]},"registered":true},{"content-type":"application/vnd.mfmp","friendly":{"en":"Melody Format for Mobile Platform"},"encoding":"base64","extensions":["mfm"],"xrefs":{"person":["Yukari_Ikeda"],"template":["application/vnd.mfmp"]},"registered":true},{"content-type":"application/vnd.micro+json","encoding":"base64","xrefs":{"person":["Dali_Zheng"],"template":["application/vnd.micro+json"]},"registered":true},{"content-type":"application/vnd.micrografx.flo","friendly":{"en":"Micrografx"},"encoding":"base64","extensions":["flo"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx.flo"]},"registered":true},{"content-type":"application/vnd.micrografx.igx","friendly":{"en":"Micrografx iGrafx Professional"},"encoding":"base64","extensions":["igx"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx.igx"]},"registered":true},{"content-type":"application/vnd.microsoft.portable-executable","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.microsoft.portable-executable"]},"registered":true},{"content-type":"application/vnd.microsoft.windows.thumbnail-cache","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.microsoft.windows.thumbnail-cache"]},"registered":true},{"content-type":"application/vnd.miele+json","encoding":"base64","xrefs":{"person":["Nils_Langhammer"],"template":["application/vnd.miele+json"]},"registered":true},{"content-type":"application/vnd.mif","friendly":{"en":"FrameMaker Interchange Format"},"encoding":"base64","extensions":["mif"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd.mif"]},"registered":true},{"content-type":"application/vnd.minisoft-hp3000-save","encoding":"base64","xrefs":{"person":["Chris_Bartram"],"template":["application/vnd.minisoft-hp3000-save"]},"registered":true},{"content-type":"application/vnd.mitsubishi.misty-guard.trustweb","encoding":"base64","xrefs":{"person":["Tanaka"],"template":["application/vnd.mitsubishi.misty-guard.trustweb"]},"registered":true},{"content-type":"application/vnd.Mobius.DAF","friendly":{"en":"Mobius Management Systems - UniversalArchive"},"encoding":"base64","extensions":["daf"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.DAF"]},"registered":true},{"content-type":"application/vnd.Mobius.DIS","friendly":{"en":"Mobius Management Systems - Distribution Database"},"encoding":"base64","extensions":["dis"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.DIS"]},"registered":true},{"content-type":"application/vnd.Mobius.MBK","friendly":{"en":"Mobius Management Systems - Basket file"},"encoding":"base64","extensions":["mbk"],"xrefs":{"person":["Alex_Devasia"],"template":["application/vnd.Mobius.MBK"]},"registered":true},{"content-type":"application/vnd.Mobius.MQY","friendly":{"en":"Mobius Management Systems - Query File"},"encoding":"base64","extensions":["mqy"],"xrefs":{"person":["Alex_Devasia"],"template":["application/vnd.Mobius.MQY"]},"registered":true},{"content-type":"application/vnd.Mobius.MSL","friendly":{"en":"Mobius Management Systems - Script Language"},"encoding":"base64","extensions":["msl"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.MSL"]},"registered":true},{"content-type":"application/vnd.Mobius.PLC","friendly":{"en":"Mobius Management Systems - Policy Definition Language File"},"encoding":"base64","extensions":["plc"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.PLC"]},"registered":true},{"content-type":"application/vnd.Mobius.TXF","friendly":{"en":"Mobius Management Systems - Topic Index File"},"encoding":"base64","extensions":["txf"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.TXF"]},"registered":true},{"content-type":"application/vnd.mophun.application","friendly":{"en":"Mophun VM"},"encoding":"base64","extensions":["mpn"],"xrefs":{"person":["Bjorn_Wennerstrom"],"template":["application/vnd.mophun.application"]},"registered":true},{"content-type":"application/vnd.mophun.certificate","friendly":{"en":"Mophun Certificate"},"encoding":"base64","extensions":["mpc"],"xrefs":{"person":["Bjorn_Wennerstrom"],"template":["application/vnd.mophun.certificate"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.adsi","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.adsi"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.fis","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.fis"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.gotap","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.gotap"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.kmr","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.kmr"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.ttc","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.ttc"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.wem","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.wem"]},"registered":true},{"content-type":"application/vnd.motorola.iprm","encoding":"base64","xrefs":{"person":["Rafie_Shamsaasef"],"template":["application/vnd.motorola.iprm"]},"registered":true},{"content-type":"application/vnd.mozilla.xul+xml","friendly":{"en":"XUL - XML User Interface Language"},"encoding":"base64","extensions":["xul"],"xrefs":{"person":["Braden_N_McDaniel"],"template":["application/vnd.mozilla.xul+xml"]},"registered":true},{"content-type":"application/vnd.ms-3mfdocument","encoding":"base64","xrefs":{"person":["Shawn_Maloney"],"template":["application/vnd.ms-3mfdocument"]},"registered":true},{"content-type":"application/vnd.ms-artgalry","friendly":{"en":"Microsoft Artgalry"},"encoding":"base64","extensions":["cil"],"xrefs":{"person":["Dean_Slawson"],"template":["application/vnd.ms-artgalry"]},"registered":true},{"content-type":"application/vnd.ms-asf","encoding":"base64","extensions":["asf"],"xrefs":{"person":["Eric_Fleischman"],"template":["application/vnd.ms-asf"]},"registered":true},{"content-type":"application/vnd.ms-cab-compressed","friendly":{"en":"Microsoft Cabinet File"},"encoding":"base64","extensions":["cab"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-cab-compressed"]},"registered":true},{"content-type":"application/vnd.ms-excel","friendly":{"en":"Microsoft Excel"},"encoding":"base64","extensions":["xls","xlt","xla","xlc","xlm","xlw"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-excel"]},"registered":true},{"content-type":"application/vnd.ms-excel.addin.macroEnabled.12","friendly":{"en":"Microsoft Excel - Add-In File"},"encoding":"base64","extensions":["xlam"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.addin.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.sheet.binary.macroEnabled.12","friendly":{"en":"Microsoft Excel - Binary Workbook"},"encoding":"base64","extensions":["xlsb"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.sheet.binary.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.sheet.macroEnabled.12","friendly":{"en":"Microsoft Excel - Macro-Enabled Workbook"},"encoding":"base64","extensions":["xlsm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.sheet.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.template.macroEnabled.12","friendly":{"en":"Microsoft Excel - Macro-Enabled Template File"},"encoding":"base64","extensions":["xltm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-fontobject","friendly":{"en":"Microsoft Embedded OpenType"},"encoding":"base64","extensions":["eot"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-fontobject"]},"registered":true},{"content-type":"application/vnd.ms-htmlhelp","friendly":{"en":"Microsoft Html Help File"},"encoding":"base64","extensions":["chm"],"xrefs":{"person":["Anatoly_Techtonik"],"template":["application/vnd.ms-htmlhelp"]},"registered":true},{"content-type":"application/vnd.ms-ims","friendly":{"en":"Microsoft Class Server"},"encoding":"base64","extensions":["ims"],"xrefs":{"person":["Eric_Ledoux"],"template":["application/vnd.ms-ims"]},"registered":true},{"content-type":"application/vnd.ms-lrm","friendly":{"en":"Microsoft Learning Resource Module"},"encoding":"base64","extensions":["lrm"],"xrefs":{"person":["Eric_Ledoux"],"template":["application/vnd.ms-lrm"]},"registered":true},{"content-type":"application/vnd.ms-office.activeX+xml","encoding":"base64","xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-office.activeX+xml"]},"registered":true},{"content-type":"application/vnd.ms-officetheme","friendly":{"en":"Microsoft Office System Release Theme"},"encoding":"base64","extensions":["thmx"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-officetheme"]},"registered":true},{"content-type":"application/vnd.ms-outlook","encoding":"base64","extensions":["msg"],"registered":false},{"content-type":"application/vnd.ms-pki.seccat","friendly":{"en":"Microsoft Trust UI Provider - Security Catalog"},"encoding":"base64","extensions":["cat"],"registered":false},{"content-type":"application/vnd.ms-pki.stl","friendly":{"en":"Microsoft Trust UI Provider - Certificate Trust Link"},"encoding":"base64","extensions":["stl"],"registered":false},{"content-type":"application/vnd.ms-playready.initiator+xml","encoding":"base64","xrefs":{"person":["Daniel_Schneider"],"template":["application/vnd.ms-playready.initiator+xml"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint","friendly":{"en":"Microsoft PowerPoint"},"encoding":"base64","extensions":["ppt","pps","pot"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-powerpoint"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.addin.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Add-in file"},"encoding":"base64","extensions":["ppam"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.addin.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.presentation.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Macro-Enabled Presentation File"},"encoding":"base64","extensions":["pptm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.presentation.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.slide.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Macro-Enabled Open XML Slide"},"encoding":"base64","extensions":["sldm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.slide.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.slideshow.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Macro-Enabled Slide Show File"},"encoding":"base64","extensions":["ppsm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.slideshow.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.template.macroEnabled.12","friendly":{"en":"Micosoft PowerPoint - Macro-Enabled Template File"},"encoding":"base64","extensions":["potm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-PrintDeviceCapabilities+xml","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-PrintDeviceCapabilities+xml"]},"registered":true},{"content-type":"application/vnd.ms-PrintSchemaTicket+xml","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-PrintSchemaTicket+xml"]},"registered":true},{"content-type":"application/vnd.ms-project","friendly":{"en":"Microsoft Project"},"encoding":"base64","extensions":["mpp","mpt"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-project"]},"registered":true},{"content-type":"application/vnd.ms-tnef","encoding":"base64","xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-tnef"]},"registered":true},{"content-type":"application/vnd.ms-windows.devicepairing","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.devicepairing"]},"registered":true},{"content-type":"application/vnd.ms-windows.nwprinting.oob","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.nwprinting.oob"]},"registered":true},{"content-type":"application/vnd.ms-windows.printerpairing","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.printerpairing"]},"registered":true},{"content-type":"application/vnd.ms-windows.wsd.oob","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.wsd.oob"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.lic-chlg-req","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-chlg-req"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.lic-resp","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-resp"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.meter-chlg-req","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-chlg-req"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.meter-resp","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-resp"]},"registered":true},{"content-type":"application/vnd.ms-word.document.macroEnabled.12","friendly":{"en":"Micosoft Word - Macro-Enabled Document"},"encoding":"base64","extensions":["docm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-word.document.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-word.template.macroEnabled.12","friendly":{"en":"Micosoft Word - Macro-Enabled Template"},"encoding":"base64","extensions":["dotm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-word.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-works","friendly":{"en":"Microsoft Works"},"encoding":"base64","extensions":["wcm","wdb","wks","wps"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-works"]},"registered":true},{"content-type":"application/vnd.ms-wpl","friendly":{"en":"Microsoft Windows Media Player Playlist"},"encoding":"base64","extensions":["wpl"],"xrefs":{"person":["Dan_Plastina"],"template":["application/vnd.ms-wpl"]},"registered":true},{"content-type":"application/vnd.ms-xpsdocument","friendly":{"en":"Microsoft XML Paper Specification"},"encoding":"8bit","extensions":["xps"],"xrefs":{"person":["Jesse_McGatha"],"template":["application/vnd.ms-xpsdocument"]},"registered":true},{"content-type":"application/vnd.msa-disk-image","encoding":"base64","xrefs":{"person":["Thomas_Huth"],"template":["application/vnd.msa-disk-image"]},"registered":true},{"content-type":"application/vnd.mseq","friendly":{"en":"3GPP MSEQ File"},"encoding":"base64","extensions":["mseq"],"xrefs":{"person":["Gwenael_Le_Bodic"],"template":["application/vnd.mseq"]},"registered":true},{"content-type":"application/vnd.msign","encoding":"base64","xrefs":{"person":["Malte_Borcherding"],"template":["application/vnd.msign"]},"registered":true},{"content-type":"application/vnd.multiad.creator","encoding":"base64","xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator"]},"registered":true},{"content-type":"application/vnd.multiad.creator.cif","encoding":"base64","xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator.cif"]},"registered":true},{"content-type":"application/vnd.music-niff","encoding":"base64","xrefs":{"person":["Tim_Butler"],"template":["application/vnd.music-niff"]},"registered":true},{"content-type":"application/vnd.musician","friendly":{"en":"MUsical Score Interpreted Code Invented for the ASCII designation of Notation"},"encoding":"base64","extensions":["mus"],"xrefs":{"person":["Greg_Adams"],"template":["application/vnd.musician"]},"registered":true},{"content-type":"application/vnd.muvee.style","friendly":{"en":"Muvee Automatic Video Editing"},"encoding":"base64","extensions":["msty"],"xrefs":{"person":["Chandrashekhara_Anantharamu"],"template":["application/vnd.muvee.style"]},"registered":true},{"content-type":"application/vnd.mynfc","encoding":"base64","extensions":["taglet"],"xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.mynfc"]},"registered":true},{"content-type":"application/vnd.nacamar.ybrid+json","encoding":"base64","xrefs":{"person":["Sebastian_A._Weiss"],"template":["application/vnd.nacamar.ybrid+json"]},"registered":true},{"content-type":"application/vnd.ncd.control","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.control"]},"registered":true},{"content-type":"application/vnd.ncd.reference","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.reference"]},"registered":true},{"content-type":"application/vnd.nearst.inv+json","encoding":"base64","xrefs":{"person":["Thomas_Schoffelen"],"template":["application/vnd.nearst.inv+json"]},"registered":true},{"content-type":"application/vnd.nebumind.line","encoding":"base64","xrefs":{"person":["Andreas_Molzer"],"template":["application/vnd.nebumind.line"]},"registered":true},{"content-type":"application/vnd.nervana","encoding":"base64","extensions":["ent","entity","req","request","bkm","kcm"],"xrefs":{"person":["Steve_Judkins"],"template":["application/vnd.nervana"]},"registered":true},{"content-type":"application/vnd.netfpx","encoding":"base64","xrefs":{"person":["Andy_Mutz"],"template":["application/vnd.netfpx"]},"registered":true},{"content-type":"application/vnd.neurolanguage.nlu","friendly":{"en":"neuroLanguage"},"encoding":"base64","extensions":["nlu"],"xrefs":{"person":["Dan_DuFeu"],"template":["application/vnd.neurolanguage.nlu"]},"registered":true},{"content-type":"application/vnd.nimn","encoding":"base64","xrefs":{"person":["Amit_Kumar_Gupta"],"template":["application/vnd.nimn"]},"registered":true},{"content-type":"application/vnd.nintendo.nitro.rom","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.nintendo.nitro.rom"]},"registered":true},{"content-type":"application/vnd.nintendo.snes.rom","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.nintendo.snes.rom"]},"registered":true},{"content-type":"application/vnd.nitf","encoding":"base64","extensions":["nitf","ntf"],"xrefs":{"person":["Steve_Rogan"],"template":["application/vnd.nitf"]},"registered":true},{"content-type":"application/vnd.noblenet-directory","friendly":{"en":"NobleNet Directory"},"encoding":"base64","extensions":["nnd"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-directory"]},"registered":true},{"content-type":"application/vnd.noblenet-sealer","friendly":{"en":"NobleNet Sealer"},"encoding":"base64","extensions":["nns"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-sealer"]},"registered":true},{"content-type":"application/vnd.noblenet-web","friendly":{"en":"NobleNet Web"},"encoding":"base64","extensions":["nnw"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-web"]},"registered":true},{"content-type":"application/vnd.nokia.catalogs","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.catalogs"]},"registered":true},{"content-type":"application/vnd.nokia.conml+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.conml+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+xml"]},"registered":true},{"content-type":"application/vnd.nokia.iptv.config+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iptv.config+xml"]},"registered":true},{"content-type":"application/vnd.nokia.iSDS-radio-presets","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iSDS-radio-presets"]},"registered":true},{"content-type":"application/vnd.nokia.landmark+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.landmark+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+xml"]},"registered":true},{"content-type":"application/vnd.nokia.landmarkcollection+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmarkcollection+xml"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.ac+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.ac+xml"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.data","friendly":{"en":"N-Gage Game Data"},"encoding":"base64","extensions":["ngdat"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.data"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.symbian.install","friendly":{"en":"N-Gage Game Installer"},"encoding":"base64","extensions":["n-gage"],"obsolete":true,"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.symbian.install"],"notes":["- OBSOLETE; no replacement given"]},"registered":true},{"content-type":"application/vnd.nokia.ncd","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.ncd"]},"registered":true},{"content-type":"application/vnd.nokia.ncd+xml","encoding":"base64","obsolete":true,"use-instead":"application/vnd.nokia.ncd","registered":true},{"content-type":"application/vnd.nokia.pcd+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.pcd+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+xml"]},"registered":true},{"content-type":"application/vnd.nokia.radio-preset","friendly":{"en":"Nokia Radio Application - Preset"},"encoding":"base64","extensions":["rpst"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.radio-preset"]},"registered":true},{"content-type":"application/vnd.nokia.radio-presets","friendly":{"en":"Nokia Radio Application - Preset"},"encoding":"base64","extensions":["rpss"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.radio-presets"]},"registered":true},{"content-type":"application/vnd.novadigm.EDM","friendly":{"en":"Novadigm's RADIA and EDM products"},"encoding":"base64","extensions":["edm"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EDM"]},"registered":true},{"content-type":"application/vnd.novadigm.EDX","friendly":{"en":"Novadigm's RADIA and EDM products"},"encoding":"base64","extensions":["edx"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EDX"]},"registered":true},{"content-type":"application/vnd.novadigm.EXT","friendly":{"en":"Novadigm's RADIA and EDM products"},"encoding":"base64","extensions":["ext"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EXT"]},"registered":true},{"content-type":"application/vnd.ntt-local.content-share","encoding":"base64","xrefs":{"person":["Akinori_Taya"],"template":["application/vnd.ntt-local.content-share"]},"registered":true},{"content-type":"application/vnd.ntt-local.file-transfer","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.file-transfer"]},"registered":true},{"content-type":"application/vnd.ntt-local.ogw_remote-access","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.ogw_remote-access"]},"registered":true},{"content-type":"application/vnd.ntt-local.sip-ta_remote","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.sip-ta_remote"]},"registered":true},{"content-type":"application/vnd.ntt-local.sip-ta_tcp_stream","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.sip-ta_tcp_stream"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.chart","friendly":{"en":"OpenDocument Chart"},"encoding":"base64","extensions":["odc"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.chart"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.chart-template","friendly":{"en":"OpenDocument Chart Template"},"encoding":"base64","extensions":["odc","otc"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.chart-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.database","friendly":{"en":"OpenDocument Database"},"encoding":"base64","extensions":["odb"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.database"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.formula","friendly":{"en":"OpenDocument Formula"},"encoding":"base64","extensions":["odf"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.formula"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.formula-template","friendly":{"en":"OpenDocument Formula Template"},"encoding":"base64","extensions":["odf","odft"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.formula-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.graphics","friendly":{"en":"OpenDocument Graphics"},"encoding":"base64","extensions":["odg"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.graphics"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.graphics-template","friendly":{"en":"OpenDocument Graphics Template"},"encoding":"base64","extensions":["otg"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.graphics-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.image","friendly":{"en":"OpenDocument Image"},"encoding":"base64","extensions":["odi"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.image"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.image-template","friendly":{"en":"OpenDocument Image Template"},"encoding":"base64","extensions":["odi","oti"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.image-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.presentation","friendly":{"en":"OpenDocument Presentation"},"encoding":"base64","extensions":["odp"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.presentation"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.presentation-template","friendly":{"en":"OpenDocument Presentation Template"},"encoding":"base64","extensions":["otp"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.presentation-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.spreadsheet","friendly":{"en":"OpenDocument Spreadsheet"},"encoding":"base64","extensions":["ods"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.spreadsheet"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.spreadsheet-template","friendly":{"en":"OpenDocument Spreadsheet Template"},"encoding":"base64","extensions":["ots"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.spreadsheet-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text","friendly":{"en":"OpenDocument Text"},"encoding":"base64","extensions":["odt"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-master","friendly":{"en":"OpenDocument Text Master"},"encoding":"base64","extensions":["odm"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-master"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-template","friendly":{"en":"OpenDocument Text Template"},"encoding":"base64","extensions":["ott"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-web","friendly":{"en":"Open Document Text Web"},"encoding":"base64","extensions":["oth"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-web"]},"registered":true},{"content-type":"application/vnd.obn","encoding":"base64","xrefs":{"person":["Matthias_Hessling"],"template":["application/vnd.obn"]},"registered":true},{"content-type":"application/vnd.ocf+cbor","encoding":"base64","xrefs":{"person":["Michael_Koster"],"template":["application/vnd.ocf+cbor"]},"registered":true},{"content-type":"application/vnd.oci.image.manifest.v1+json","encoding":"base64","xrefs":{"person":["Steven_Lasker"],"template":["application/vnd.oci.image.manifest.v1+json"]},"registered":true},{"content-type":"application/vnd.oftn.l10n+json","encoding":"base64","xrefs":{"person":["Eli_Grey"],"template":["application/vnd.oftn.l10n+json"]},"registered":true},{"content-type":"application/vnd.oipf.contentaccessdownload+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.contentaccessdownload+xml"]},"registered":true},{"content-type":"application/vnd.oipf.contentaccessstreaming+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.contentaccessstreaming+xml"]},"registered":true},{"content-type":"application/vnd.oipf.cspg-hexbinary","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.cspg-hexbinary"]},"registered":true},{"content-type":"application/vnd.oipf.dae.svg+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.dae.svg+xml"]},"registered":true},{"content-type":"application/vnd.oipf.dae.xhtml+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.dae.xhtml+xml"]},"registered":true},{"content-type":"application/vnd.oipf.mippvcontrolmessage+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.mippvcontrolmessage+xml"]},"registered":true},{"content-type":"application/vnd.oipf.pae.gem","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.pae.gem"]},"registered":true},{"content-type":"application/vnd.oipf.spdiscovery+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.spdiscovery+xml"]},"registered":true},{"content-type":"application/vnd.oipf.spdlist+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.spdlist+xml"]},"registered":true},{"content-type":"application/vnd.oipf.ueprofile+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.ueprofile+xml"]},"registered":true},{"content-type":"application/vnd.oipf.userprofile+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.userprofile+xml"]},"registered":true},{"content-type":"application/vnd.olpc-sugar","friendly":{"en":"Sugar Linux Application Bundle"},"encoding":"base64","extensions":["xo"],"xrefs":{"person":["John_Palmieri"],"template":["application/vnd.olpc-sugar"]},"registered":true},{"content-type":"application/vnd.oma-scws-config","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-config"]},"registered":true},{"content-type":"application/vnd.oma-scws-http-request","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-request"]},"registered":true},{"content-type":"application/vnd.oma-scws-http-response","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-response"]},"registered":true},{"content-type":"application/vnd.oma.bcast.associated-procedure-parameter+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.associated-procedure-parameter+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.drm-trigger+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.drm-trigger+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.imd+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.imd+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.ltkm","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.ltkm"]},"registered":true},{"content-type":"application/vnd.oma.bcast.notification+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.notification+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.provisioningtrigger","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.provisioningtrigger"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgboot","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgboot"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgdd+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgdd+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgdu","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgdu"]},"registered":true},{"content-type":"application/vnd.oma.bcast.simple-symbol-container","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.simple-symbol-container"]},"registered":true},{"content-type":"application/vnd.oma.bcast.smartcard-trigger+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.smartcard-trigger+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sprov+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sprov+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.stkm","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.stkm"]},"registered":true},{"content-type":"application/vnd.oma.cab-address-book+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-address-book+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-feature-handler+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-feature-handler+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-pcc+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-pcc+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-subs-invite+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-subs-invite+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-user-prefs+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-user-prefs+xml"]},"registered":true},{"content-type":"application/vnd.oma.dcd","encoding":"base64","xrefs":{"person":["Avi_Primo","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcd"]},"registered":true},{"content-type":"application/vnd.oma.dcdc","encoding":"base64","xrefs":{"person":["Avi_Primo","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcdc"]},"registered":true},{"content-type":"application/vnd.oma.dd2+xml","friendly":{"en":"OMA Download Agents"},"encoding":"base64","extensions":["dd2"],"xrefs":{"person":["Jun_Sato","Open_Mobile_Alliance_BAC_DLDRM_Working_Group"],"template":["application/vnd.oma.dd2+xml"]},"registered":true},{"content-type":"application/vnd.oma.drm.risd+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.drm.risd+xml"]},"registered":true},{"content-type":"application/vnd.oma.group-usage-list+xml","encoding":"base64","xrefs":{"person":["OMA_Presence_and_Availability_PAG_Working_Group","Sean_Kelley"],"template":["application/vnd.oma.group-usage-list+xml"]},"registered":true},{"content-type":"application/vnd.oma.lwm2m+cbor","encoding":"base64","xrefs":{"person":["John_Mudge","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.lwm2m+cbor"]},"registered":true},{"content-type":"application/vnd.oma.lwm2m+json","encoding":"base64","xrefs":{"person":["John_Mudge","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.lwm2m+json"]},"registered":true},{"content-type":"application/vnd.oma.lwm2m+tlv","encoding":"base64","xrefs":{"person":["John_Mudge","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.lwm2m+tlv"]},"registered":true},{"content-type":"application/vnd.oma.pal+xml","encoding":"base64","xrefs":{"person":["Brian_McColgan","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.pal+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.detailed-progress-report+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.detailed-progress-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.final-report+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.final-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.groups+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group","Sean_Kelley"],"template":["application/vnd.oma.poc.groups+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.invocation-descriptor+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.invocation-descriptor+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.optimized-progress-report+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.optimized-progress-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.push","encoding":"base64","xrefs":{"person":["Bryan_Sullivan","OMA"],"template":["application/vnd.oma.push"]},"registered":true},{"content-type":"application/vnd.oma.scidm.messages+xml","encoding":"base64","xrefs":{"person":["Open_Mobile_Naming_Authority","Wenjun_Zeng"],"template":["application/vnd.oma.scidm.messages+xml"]},"registered":true},{"content-type":"application/vnd.oma.xcap-directory+xml","encoding":"base64","xrefs":{"person":["OMA_Presence_and_Availability_PAG_Working_Group","Sean_Kelley"],"template":["application/vnd.oma.xcap-directory+xml"]},"registered":true},{"content-type":"application/vnd.omads-email+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-email+xml"]},"registered":true},{"content-type":"application/vnd.omads-file+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-file+xml"]},"registered":true},{"content-type":"application/vnd.omads-folder+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-folder+xml"]},"registered":true},{"content-type":"application/vnd.omaloc-supl-init","encoding":"base64","xrefs":{"person":["Julien_Grange"],"template":["application/vnd.omaloc-supl-init"]},"registered":true},{"content-type":"application/vnd.onepager","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepager"]},"registered":true},{"content-type":"application/vnd.onepagertamp","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertamp"]},"registered":true},{"content-type":"application/vnd.onepagertamx","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertamx"]},"registered":true},{"content-type":"application/vnd.onepagertat","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertat"]},"registered":true},{"content-type":"application/vnd.onepagertatp","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertatp"]},"registered":true},{"content-type":"application/vnd.onepagertatx","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertatx"]},"registered":true},{"content-type":"application/vnd.openblox.game+xml","encoding":"base64","xrefs":{"person":["Mark_Otaris"],"template":["application/vnd.openblox.game+xml"]},"registered":true},{"content-type":"application/vnd.openblox.game-binary","encoding":"base64","xrefs":{"person":["Mark_Otaris"],"template":["application/vnd.openblox.game-binary"]},"registered":true},{"content-type":"application/vnd.openeye.oeb","encoding":"base64","xrefs":{"person":["Craig_Bruce"],"template":["application/vnd.openeye.oeb"]},"registered":true},{"content-type":"application/vnd.openofficeorg.extension","friendly":{"en":"Open Office Extension"},"encoding":"base64","extensions":["oxt"],"registered":true},{"content-type":"application/vnd.openstreetmap.data+xml","encoding":"base64","xrefs":{"person":["Paul_Norman"],"template":["application/vnd.openstreetmap.data+xml"]},"registered":true},{"content-type":"application/vnd.opentimestamps.ots","encoding":"base64","xrefs":{"person":["Peter_Todd"],"template":["application/vnd.opentimestamps.ots"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.custom-properties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.custom-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.customXmlProperties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.customXmlProperties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawing+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawing+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.chart+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.chart+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.extended-properties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.extended-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.comments+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presentation","friendly":{"en":"Microsoft Office - OOXML - Presentation"},"encoding":"base64","extensions":["pptx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presentation"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presProps+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presProps+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slide","friendly":{"en":"Microsoft Office - OOXML - Presentation (Slide)"},"encoding":"base64","extensions":["sldx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slide"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slide+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slide+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideshow","friendly":{"en":"Microsoft Office - OOXML - Presentation (Slideshow)"},"encoding":"base64","extensions":["ppsx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideshow"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.tags+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.tags+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.template","friendly":{"en":"Microsoft Office - OOXML - Presentation Template"},"encoding":"base64","extensions":["potx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","friendly":{"en":"Microsoft Office - OOXML - Spreadsheet"},"encoding":"base64","extensions":["xlsx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.template","friendly":{"en":"Microsoft Office - OOXML - Spreadsheet Teplate"},"encoding":"base64","extensions":["xltx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.theme+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.theme+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.themeOverride+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.themeOverride+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.vmlDrawing","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.vmlDrawing"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document","friendly":{"en":"Microsoft Office - OOXML - Word Document"},"encoding":"base64","extensions":["docx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.template","friendly":{"en":"Microsoft Office - OOXML - Word Document Template"},"encoding":"base64","extensions":["dotx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.core-properties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.core-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.relationships+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.relationships+xml"]},"registered":true},{"content-type":"application/vnd.oracle.resource+json","encoding":"base64","xrefs":{"person":["Ning_Dong"],"template":["application/vnd.oracle.resource+json"]},"registered":true},{"content-type":"application/vnd.orange.indata","encoding":"base64","xrefs":{"person":["CHATRAS_Bruno"],"template":["application/vnd.orange.indata"]},"registered":true},{"content-type":"application/vnd.osa.netdeploy","encoding":"base64","xrefs":{"person":["Steven_Klos"],"template":["application/vnd.osa.netdeploy"]},"registered":true},{"content-type":"application/vnd.osgeo.mapguide.package","friendly":{"en":"MapGuide DBXML"},"encoding":"base64","extensions":["mgp"],"xrefs":{"person":["Jason_Birch"],"template":["application/vnd.osgeo.mapguide.package"]},"registered":true},{"content-type":"application/vnd.osgi.bundle","encoding":"base64","xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.bundle"]},"registered":true},{"content-type":"application/vnd.osgi.dp","friendly":{"en":"OSGi Deployment Package"},"encoding":"base64","extensions":["dp"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.dp"]},"registered":true},{"content-type":"application/vnd.osgi.subsystem","encoding":"base64","extensions":["esa"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.subsystem"]},"registered":true},{"content-type":"application/vnd.otps.ct-kip+xml","encoding":"base64","xrefs":{"person":["Magnus_Nystrom"],"template":["application/vnd.otps.ct-kip+xml"]},"registered":true},{"content-type":"application/vnd.oxli.countgraph","encoding":"base64","xrefs":{"person":["C._Titus_Brown"],"template":["application/vnd.oxli.countgraph"]},"registered":true},{"content-type":"application/vnd.pagerduty+json","encoding":"base64","xrefs":{"person":["Steve_Rice"],"template":["application/vnd.pagerduty+json"]},"registered":true},{"content-type":"application/vnd.palm","friendly":{"en":"PalmOS Data"},"encoding":"base64","extensions":["prc","pdb","pqa","oprc"],"xrefs":{"person":["Gavin_Peacock"],"template":["application/vnd.palm"]},"registered":true},{"content-type":"application/vnd.panoply","encoding":"base64","xrefs":{"person":["Natarajan_Balasundara"],"template":["application/vnd.panoply"]},"registered":true},{"content-type":"application/vnd.paos.xml","encoding":"base64","xrefs":{"person":["John_Kemp"],"template":["application/vnd.paos.xml"]},"registered":true},{"content-type":"application/vnd.patentdive","encoding":"base64","xrefs":{"person":["Christian_Trosclair"],"template":["application/vnd.patentdive"]},"registered":true},{"content-type":"application/vnd.patientecommsdoc","encoding":"base64","xrefs":{"person":["Andrew_David_Kendall"],"template":["application/vnd.patientecommsdoc"]},"registered":true},{"content-type":"application/vnd.pawaafile","friendly":{"en":"PawaaFILE"},"encoding":"base64","extensions":["paw"],"xrefs":{"person":["Prakash_Baskaran"],"template":["application/vnd.pawaafile"]},"registered":true},{"content-type":"application/vnd.pcos","encoding":"base64","xrefs":{"person":["Slawomir_Lisznianski"],"template":["application/vnd.pcos"]},"registered":true},{"content-type":"application/vnd.pg.format","friendly":{"en":"Proprietary P&G Standard Reporting System"},"encoding":"base64","extensions":["str"],"xrefs":{"person":["April_Gandert"],"template":["application/vnd.pg.format"]},"registered":true},{"content-type":"application/vnd.pg.osasli","friendly":{"en":"Proprietary P&G Standard Reporting System"},"encoding":"base64","extensions":["ei6"],"xrefs":{"person":["April_Gandert"],"template":["application/vnd.pg.osasli"]},"registered":true},{"content-type":"application/vnd.piaccess.application-licence","encoding":"base64","xrefs":{"person":["Lucas_Maneos"],"template":["application/vnd.piaccess.application-licence"]},"registered":true},{"content-type":"application/vnd.picsel","friendly":{"en":"Pcsel eFIF File"},"encoding":"base64","extensions":["efif"],"xrefs":{"person":["Giuseppe_Naccarato"],"template":["application/vnd.picsel"]},"registered":true},{"content-type":"application/vnd.pmi.widget","friendly":{"en":"Qualcomm's Plaza Mobile Internet"},"encoding":"base64","extensions":["wg"],"xrefs":{"person":["Rhys_Lewis"],"template":["application/vnd.pmi.widget"]},"registered":true},{"content-type":"application/vnd.poc.group-advertisement+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group","Sean_Kelley"],"template":["application/vnd.poc.group-advertisement+xml"]},"registered":true},{"content-type":"application/vnd.pocketlearn","friendly":{"en":"PocketLearn Viewers"},"encoding":"base64","extensions":["plf"],"xrefs":{"person":["Jorge_Pando"],"template":["application/vnd.pocketlearn"]},"registered":true},{"content-type":"application/vnd.powerbuilder6","friendly":{"en":"PowerBuilder"},"encoding":"base64","extensions":["pbd"],"xrefs":{"person":["David_Guy"],"template":["application/vnd.powerbuilder6"]},"registered":true},{"content-type":"application/vnd.powerbuilder6-s","encoding":"base64","xrefs":{"person":["David_Guy"],"template":["application/vnd.powerbuilder6-s"]},"registered":true},{"content-type":"application/vnd.powerbuilder7","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7"]},"registered":true},{"content-type":"application/vnd.powerbuilder7-s","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7-s"]},"registered":true},{"content-type":"application/vnd.powerbuilder75","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75"]},"registered":true},{"content-type":"application/vnd.powerbuilder75-s","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75-s"]},"registered":true},{"content-type":"application/vnd.preminet","encoding":"base64","xrefs":{"person":["Juoko_Tenhunen"],"template":["application/vnd.preminet"]},"registered":true},{"content-type":"application/vnd.previewsystems.box","friendly":{"en":"Preview Systems ZipLock/VBox"},"encoding":"base64","extensions":["box"],"xrefs":{"person":["Roman_Smolgovsky"],"template":["application/vnd.previewsystems.box"]},"registered":true},{"content-type":"application/vnd.proteus.magazine","friendly":{"en":"EFI Proteus"},"encoding":"base64","extensions":["mgz"],"xrefs":{"person":["Pete_Hoch"],"template":["application/vnd.proteus.magazine"]},"registered":true},{"content-type":"application/vnd.psfs","encoding":"base64","xrefs":{"person":["Kristopher_Durski"],"template":["application/vnd.psfs"]},"registered":true},{"content-type":"application/vnd.publishare-delta-tree","friendly":{"en":"PubliShare Objects"},"encoding":"base64","extensions":["qps"],"xrefs":{"person":["Oren_Ben-Kiki"],"template":["application/vnd.publishare-delta-tree"]},"registered":true},{"content-type":"application/vnd.pvi.ptid1","friendly":{"en":"Princeton Video Image"},"encoding":"base64","extensions":["pti","ptid"],"xrefs":{"person":["Charles_P._Lamb"],"template":["application/vnd.pvi.ptid1"]},"registered":true},{"content-type":"application/vnd.pwg-multiplexed","encoding":"base64","xrefs":{"rfc":["rfc3391"],"template":["application/vnd.pwg-multiplexed"]},"registered":true},{"content-type":"application/vnd.pwg-xhtml-print+xml","encoding":"base64","xrefs":{"person":["Don_Wright"],"template":["application/vnd.pwg-xhtml-print+xml"]},"registered":true},{"content-type":"application/vnd.qualcomm.brew-app-res","encoding":"base64","xrefs":{"person":["Glenn_Forrester"],"template":["application/vnd.qualcomm.brew-app-res"]},"registered":true},{"content-type":"application/vnd.quarantainenet","encoding":"base64","xrefs":{"person":["Casper_Joost_Eyckelhof"],"template":["application/vnd.quarantainenet"]},"registered":true},{"content-type":"application/vnd.Quark.QuarkXPress","friendly":{"en":"QuarkXPress"},"encoding":"8bit","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"],"xrefs":{"person":["Hannes_Scheidler"],"template":["application/vnd.Quark.QuarkXPress"]},"registered":true},{"content-type":"application/vnd.quobject-quoxdocument","encoding":"base64","xrefs":{"person":["Matthias_Ludwig"],"template":["application/vnd.quobject-quoxdocument"]},"registered":true},{"content-type":"application/vnd.radisys.moml+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.moml+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-conf+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-conf+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-conn+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-conn+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-dialog+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-dialog+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-stream+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-stream+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-conf+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-conf+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-base+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-base+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-fax-detect+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-fax-detect+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-fax-sendrecv+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-fax-sendrecv+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-group+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-group+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-speech+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-speech+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-transform+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-transform+xml"]},"registered":true},{"content-type":"application/vnd.rainstor.data","encoding":"base64","xrefs":{"person":["Kevin_Crook"],"template":["application/vnd.rainstor.data"]},"registered":true},{"content-type":"application/vnd.rapid","encoding":"base64","xrefs":{"person":["Etay_Szekely"],"template":["application/vnd.rapid"]},"registered":true},{"content-type":"application/vnd.rar","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.rar"]},"registered":true},{"content-type":"application/vnd.realvnc.bed","friendly":{"en":"RealVNC"},"encoding":"base64","extensions":["bed"],"xrefs":{"person":["Nick_Reeves"],"template":["application/vnd.realvnc.bed"]},"registered":true},{"content-type":"application/vnd.recordare.musicxml","friendly":{"en":"Recordare Applications"},"encoding":"base64","extensions":["mxl"],"xrefs":{"person":["W3C_Music_Notation_Community_Group"],"template":["application/vnd.recordare.musicxml"]},"registered":true},{"content-type":"application/vnd.recordare.musicxml+xml","friendly":{"en":"Recordare Applications"},"encoding":"base64","extensions":["musicxml"],"xrefs":{"person":["W3C_Music_Notation_Community_Group"],"template":["application/vnd.recordare.musicxml+xml"]},"registered":true},{"content-type":"application/vnd.RenLearn.rlprint","encoding":"base64","xrefs":{"person":["James_Wick"],"template":["application/vnd.RenLearn.rlprint"]},"registered":true},{"content-type":"application/vnd.resilient.logic","encoding":"base64","xrefs":{"person":["Benedikt_Muessig"],"template":["application/vnd.resilient.logic"]},"registered":true},{"content-type":"application/vnd.restful+json","encoding":"base64","xrefs":{"person":["Stephen_Mizell"],"template":["application/vnd.restful+json"]},"registered":true},{"content-type":"application/vnd.rig.cryptonote","friendly":{"en":"CryptoNote"},"encoding":"base64","extensions":["cryptonote"],"xrefs":{"person":["Ken_Jibiki"],"template":["application/vnd.rig.cryptonote"]},"registered":true},{"content-type":"application/vnd.rim.cod","friendly":{"en":"Blackberry COD File"},"encoding":"base64","extensions":["cod"],"registered":false},{"content-type":"application/vnd.rn-realmedia","friendly":{"en":"RealMedia"},"encoding":"base64","extensions":["rm"],"registered":false},{"content-type":"application/vnd.rn-realmedia-vbr","encoding":"base64","extensions":["rmvb"],"registered":false},{"content-type":"application/vnd.route66.link66+xml","friendly":{"en":"ROUTE 66 Location Based Services"},"encoding":"base64","extensions":["link66"],"xrefs":{"person":["Sybren_Kikstra"],"template":["application/vnd.route66.link66+xml"]},"registered":true},{"content-type":"application/vnd.rs-274x","encoding":"base64","xrefs":{"person":["Lee_Harding"],"template":["application/vnd.rs-274x"]},"registered":true},{"content-type":"application/vnd.ruckus.download","encoding":"base64","xrefs":{"person":["Jerry_Harris"],"template":["application/vnd.ruckus.download"]},"registered":true},{"content-type":"application/vnd.s3sms","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.s3sms"]},"registered":true},{"content-type":"application/vnd.sailingtracker.track","friendly":{"en":"SailingTracker"},"encoding":"base64","extensions":["st"],"xrefs":{"person":["Heikki_Vesalainen"],"template":["application/vnd.sailingtracker.track"]},"registered":true},{"content-type":"application/vnd.sar","encoding":"base64","xrefs":{"person":["Markus_Strehle"],"template":["application/vnd.sar"]},"registered":true},{"content-type":"application/vnd.sbm.cid","encoding":"base64","xrefs":{"person":["Shinji_Kusakari"],"template":["application/vnd.sbm.cid"]},"registered":true},{"content-type":"application/vnd.sbm.mid2","encoding":"base64","xrefs":{"person":["Masanori_Murai"],"template":["application/vnd.sbm.mid2"]},"registered":true},{"content-type":"application/vnd.scribus","encoding":"base64","xrefs":{"person":["Craig_Bradney"],"template":["application/vnd.scribus"]},"registered":true},{"content-type":"application/vnd.sealed.3df","encoding":"base64","xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.3df"]},"registered":true},{"content-type":"application/vnd.sealed.csf","encoding":"base64","xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.csf"]},"registered":true},{"content-type":"application/vnd.sealed.doc","encoding":"base64","extensions":["sdoc","sdo","s1w"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.doc"]},"registered":true},{"content-type":"application/vnd.sealed.eml","encoding":"base64","extensions":["seml","sem"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.eml"]},"registered":true},{"content-type":"application/vnd.sealed.mht","encoding":"base64","extensions":["smht","smh"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.mht"]},"registered":true},{"content-type":"application/vnd.sealed.net","encoding":"base64","xrefs":{"person":["Martin_Lambert"],"template":["application/vnd.sealed.net"]},"registered":true},{"content-type":"application/vnd.sealed.ppt","encoding":"base64","extensions":["sppt","spp","s1p"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.ppt"]},"registered":true},{"content-type":"application/vnd.sealed.tiff","encoding":"base64","xrefs":{"person":["John_Kwan","Martin_Lambert"],"template":["application/vnd.sealed.tiff"]},"registered":true},{"content-type":"application/vnd.sealed.xls","encoding":"base64","extensions":["sxls","sxl","s1e"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.xls"]},"registered":true},{"content-type":"application/vnd.sealedmedia.softseal.html","encoding":"base64","extensions":["stml","stm","s1h"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealedmedia.softseal.html"]},"registered":true},{"content-type":"application/vnd.sealedmedia.softseal.pdf","encoding":"base64","extensions":["spdf","spd","s1a"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealedmedia.softseal.pdf"]},"registered":true},{"content-type":"application/vnd.seemail","friendly":{"en":"SeeMail"},"encoding":"base64","extensions":["see"],"xrefs":{"person":["Steve_Webb"],"template":["application/vnd.seemail"]},"registered":true},{"content-type":"application/vnd.seis+json","encoding":"base64","xrefs":{"person":["ICT_Manager"],"template":["application/vnd.seis+json"]},"registered":true},{"content-type":"application/vnd.sema","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["sema"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.sema"]},"registered":true},{"content-type":"application/vnd.semd","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["semd"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.semd"]},"registered":true},{"content-type":"application/vnd.semf","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["semf"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.semf"]},"registered":true},{"content-type":"application/vnd.shade-save-file","encoding":"base64","xrefs":{"person":["Connor_Horman"],"template":["application/vnd.shade-save-file"]},"registered":true},{"content-type":"application/vnd.shana.informed.formdata","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["ifm"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.formdata"]},"registered":true},{"content-type":"application/vnd.shana.informed.formtemplate","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["itp"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.formtemplate"]},"registered":true},{"content-type":"application/vnd.shana.informed.interchange","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["iif"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.interchange"]},"registered":true},{"content-type":"application/vnd.shana.informed.package","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["ipk"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.package"]},"registered":true},{"content-type":"application/vnd.shootproof+json","encoding":"base64","xrefs":{"person":["Ben_Ramsey"],"template":["application/vnd.shootproof+json"]},"registered":true},{"content-type":"application/vnd.shopkick+json","encoding":"base64","xrefs":{"person":["Ronald_Jacobs"],"template":["application/vnd.shopkick+json"]},"registered":true},{"content-type":"application/vnd.shp","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.shp"]},"registered":true},{"content-type":"application/vnd.shx","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.shx"]},"registered":true},{"content-type":"application/vnd.sigrok.session","encoding":"base64","xrefs":{"person":["Uwe_Hermann"],"template":["application/vnd.sigrok.session"]},"registered":true},{"content-type":"application/vnd.SimTech-MindMapper","friendly":{"en":"SimTech MindMapper"},"encoding":"base64","extensions":["twd","twds"],"xrefs":{"person":["Patrick_Koh"],"template":["application/vnd.SimTech-MindMapper"]},"registered":true},{"content-type":"application/vnd.siren+json","encoding":"base64","xrefs":{"person":["Kevin_Swiber"],"template":["application/vnd.siren+json"]},"registered":true},{"content-type":"application/vnd.smaf","friendly":{"en":"SMAF File"},"encoding":"base64","extensions":["mmf"],"xrefs":{"person":["Hiroaki_Takahashi"],"template":["application/vnd.smaf"]},"registered":true},{"content-type":"application/vnd.smart.notebook","encoding":"base64","xrefs":{"person":["Jonathan_Neitz"],"template":["application/vnd.smart.notebook"]},"registered":true},{"content-type":"application/vnd.smart.teacher","friendly":{"en":"SMART Technologies Apps"},"encoding":"base64","extensions":["teacher"],"xrefs":{"person":["Michael_Boyle"],"template":["application/vnd.smart.teacher"]},"registered":true},{"content-type":"application/vnd.snesdev-page-table","encoding":"base64","xrefs":{"person":["Connor_Horman"],"template":["application/vnd.snesdev-page-table"]},"registered":true},{"content-type":"application/vnd.software602.filler.form+xml","encoding":"base64","xrefs":{"person":["Jakub_Hytka","Martin_Vondrous"],"template":["application/vnd.software602.filler.form+xml"]},"registered":true},{"content-type":"application/vnd.software602.filler.form-xml-zip","encoding":"base64","xrefs":{"person":["Jakub_Hytka","Martin_Vondrous"],"template":["application/vnd.software602.filler.form-xml-zip"]},"registered":true},{"content-type":"application/vnd.solent.sdkm+xml","friendly":{"en":"SudokuMagic"},"encoding":"base64","extensions":["sdkd","sdkm"],"xrefs":{"person":["Cliff_Gauntlett"],"template":["application/vnd.solent.sdkm+xml"]},"registered":true},{"content-type":"application/vnd.spotfire.dxp","friendly":{"en":"TIBCO Spotfire"},"encoding":"base64","extensions":["dxp"],"xrefs":{"person":["Stefan_Jernberg"],"template":["application/vnd.spotfire.dxp"]},"registered":true},{"content-type":"application/vnd.spotfire.sfs","friendly":{"en":"TIBCO Spotfire"},"encoding":"base64","extensions":["sfs"],"xrefs":{"person":["Stefan_Jernberg"],"template":["application/vnd.spotfire.sfs"]},"registered":true},{"content-type":"application/vnd.sqlite3","encoding":"base64","xrefs":{"person":["Clemens_Ladisch"],"template":["application/vnd.sqlite3"]},"registered":true},{"content-type":"application/vnd.sss-cod","encoding":"base64","xrefs":{"person":["Asang_Dani"],"template":["application/vnd.sss-cod"]},"registered":true},{"content-type":"application/vnd.sss-dtf","encoding":"base64","xrefs":{"person":["Eric_Bruno"],"template":["application/vnd.sss-dtf"]},"registered":true},{"content-type":"application/vnd.sss-ntf","encoding":"base64","xrefs":{"person":["Eric_Bruno"],"template":["application/vnd.sss-ntf"]},"registered":true},{"content-type":"application/vnd.stardivision.calc","friendly":{"en":"StarOffice - Calc"},"encoding":"base64","extensions":["sdc"],"registered":false},{"content-type":"application/vnd.stardivision.chart","encoding":"base64","extensions":["sds"],"registered":false},{"content-type":"application/vnd.stardivision.draw","friendly":{"en":"StarOffice - Draw"},"encoding":"base64","extensions":["sda"],"registered":false},{"content-type":"application/vnd.stardivision.impress","friendly":{"en":"StarOffice - Impress"},"encoding":"base64","extensions":["sdd"],"registered":false},{"content-type":"application/vnd.stardivision.math","friendly":{"en":"StarOffice - Math"},"encoding":"base64","extensions":["sdf","smf"],"registered":false},{"content-type":"application/vnd.stardivision.writer","friendly":{"en":"StarOffice - Writer"},"encoding":"base64","extensions":["sdw","vor"],"registered":false},{"content-type":"application/vnd.stardivision.writer-global","friendly":{"en":"StarOffice - Writer (Global)"},"encoding":"base64","extensions":["sgl"],"registered":false},{"content-type":"application/vnd.stepmania.package","encoding":"base64","extensions":["smzip"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.stepmania.package"]},"registered":true},{"content-type":"application/vnd.stepmania.stepchart","friendly":{"en":"StepMania"},"encoding":"base64","extensions":["sm"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.stepmania.stepchart"]},"registered":true},{"content-type":"application/vnd.street-stream","encoding":"base64","xrefs":{"person":["Glenn_Levitt"],"template":["application/vnd.street-stream"]},"registered":true},{"content-type":"application/vnd.sun.wadl+xml","encoding":"base64","xrefs":{"person":["Marc_Hadley"],"template":["application/vnd.sun.wadl+xml"]},"registered":true},{"content-type":"application/vnd.sun.xml.calc","friendly":{"en":"OpenOffice - Calc (Spreadsheet)"},"encoding":"base64","extensions":["sxc"],"registered":false},{"content-type":"application/vnd.sun.xml.calc.template","friendly":{"en":"OpenOffice - Calc Template (Spreadsheet)"},"encoding":"base64","extensions":["stc"],"registered":false},{"content-type":"application/vnd.sun.xml.draw","friendly":{"en":"OpenOffice - Draw (Graphics)"},"encoding":"base64","extensions":["sxd"],"registered":false},{"content-type":"application/vnd.sun.xml.draw.template","friendly":{"en":"OpenOffice - Draw Template (Graphics)"},"encoding":"base64","extensions":["std"],"registered":false},{"content-type":"application/vnd.sun.xml.impress","friendly":{"en":"OpenOffice - Impress (Presentation)"},"encoding":"base64","extensions":["sxi"],"registered":false},{"content-type":"application/vnd.sun.xml.impress.template","friendly":{"en":"OpenOffice - Impress Template (Presentation)"},"encoding":"base64","extensions":["sti"],"registered":false},{"content-type":"application/vnd.sun.xml.math","friendly":{"en":"OpenOffice - Math (Formula)"},"encoding":"base64","extensions":["sxm"],"registered":false},{"content-type":"application/vnd.sun.xml.writer","friendly":{"en":"OpenOffice - Writer (Text - HTML)"},"encoding":"base64","extensions":["sxw"],"registered":false},{"content-type":"application/vnd.sun.xml.writer.global","friendly":{"en":"OpenOffice - Writer (Text - HTML)"},"encoding":"base64","extensions":["sxg"],"registered":false},{"content-type":"application/vnd.sun.xml.writer.template","friendly":{"en":"OpenOffice - Writer Template (Text - HTML)"},"encoding":"base64","extensions":["stw"],"registered":false},{"content-type":"application/vnd.sus-calendar","friendly":{"en":"ScheduleUs"},"encoding":"base64","extensions":["sus","susp"],"xrefs":{"person":["Jonathan_Niedfeldt"],"template":["application/vnd.sus-calendar"]},"registered":true},{"content-type":"application/vnd.svd","friendly":{"en":"SourceView Document"},"encoding":"base64","extensions":["svd"],"xrefs":{"person":["Scott_Becker"],"template":["application/vnd.svd"]},"registered":true},{"content-type":"application/vnd.swiftview-ics","encoding":"base64","xrefs":{"person":["Glenn_Widener"],"template":["application/vnd.swiftview-ics"]},"registered":true},{"content-type":"application/vnd.sycle+xml","encoding":"base64","xrefs":{"person":["Johann_Terblanche"],"template":["application/vnd.sycle+xml"]},"registered":true},{"content-type":"application/vnd.symbian.install","friendly":{"en":"Symbian Install Package"},"encoding":"base64","extensions":["sis","sisx"],"registered":false},{"content-type":"application/vnd.syncml+xml","friendly":{"en":"SyncML"},"encoding":"base64","extensions":["xsm"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.syncml+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dm+wbxml","friendly":{"en":"SyncML - Device Management"},"encoding":"base64","extensions":["bdm"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dm+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dm+xml","friendly":{"en":"SyncML - Device Management"},"encoding":"base64","extensions":["xdm"],"xrefs":{"person":["Bindu_Rama_Rao","OMA-DM_Work_Group"],"template":["application/vnd.syncml.dm+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dm.notification","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group","Peter_Thompson"],"template":["application/vnd.syncml.dm.notification"]},"registered":true},{"content-type":"application/vnd.syncml.dmddf+wbxml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dmddf+xml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dmtnds+wbxml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dmtnds+xml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+xml"]},"registered":true},{"content-type":"application/vnd.syncml.ds.notification","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.syncml.ds.notification"]},"registered":true},{"content-type":"application/vnd.tableschema+json","encoding":"base64","xrefs":{"person":["Paul_Walsh"],"template":["application/vnd.tableschema+json"]},"registered":true},{"content-type":"application/vnd.tao.intent-module-archive","friendly":{"en":"Tao Intent"},"encoding":"base64","extensions":["tao"],"xrefs":{"person":["Daniel_Shelton"],"template":["application/vnd.tao.intent-module-archive"]},"registered":true},{"content-type":"application/vnd.tcpdump.pcap","encoding":"base64","extensions":["cap","dmp","pcap"],"xrefs":{"person":["Glen_Turner","Guy_Harris"],"template":["application/vnd.tcpdump.pcap"]},"registered":true},{"content-type":"application/vnd.think-cell.ppttc+json","encoding":"base64","xrefs":{"person":["Arno_Schoedl"],"template":["application/vnd.think-cell.ppttc+json"]},"registered":true},{"content-type":"application/vnd.tmd.mediaflex.api+xml","encoding":"base64","xrefs":{"person":["Alex_Sibilev"],"template":["application/vnd.tmd.mediaflex.api+xml"]},"registered":true},{"content-type":"application/vnd.tml","encoding":"base64","xrefs":{"person":["Joey_Smith"],"template":["application/vnd.tml"]},"registered":true},{"content-type":"application/vnd.tmobile-livetv","friendly":{"en":"MobileTV"},"encoding":"base64","extensions":["tmo"],"xrefs":{"person":["Nicolas_Helin"],"template":["application/vnd.tmobile-livetv"]},"registered":true},{"content-type":"application/vnd.tri.onesource","encoding":"base64","xrefs":{"person":["Rick_Rupp"],"template":["application/vnd.tri.onesource"]},"registered":true},{"content-type":"application/vnd.trid.tpt","friendly":{"en":"TRI Systems Config"},"encoding":"base64","extensions":["tpt"],"xrefs":{"person":["Frank_Cusack"],"template":["application/vnd.trid.tpt"]},"registered":true},{"content-type":"application/vnd.triscape.mxs","friendly":{"en":"Triscape Map Explorer"},"encoding":"base64","extensions":["mxs"],"xrefs":{"person":["Steven_Simonoff"],"template":["application/vnd.triscape.mxs"]},"registered":true},{"content-type":"application/vnd.trueapp","friendly":{"en":"True BASIC"},"encoding":"base64","extensions":["tra"],"xrefs":{"person":["J._Scott_Hepler"],"template":["application/vnd.trueapp"]},"registered":true},{"content-type":"application/vnd.truedoc","encoding":"base64","xrefs":{"person":["Brad_Chase"],"template":["application/vnd.truedoc"]},"registered":true},{"content-type":"application/vnd.ubisoft.webplayer","encoding":"base64","xrefs":{"person":["Martin_Talbot"],"template":["application/vnd.ubisoft.webplayer"]},"registered":true},{"content-type":"application/vnd.ufdl","friendly":{"en":"Universal Forms Description Language"},"encoding":"base64","extensions":["ufd","ufdl"],"xrefs":{"person":["Dave_Manning"],"template":["application/vnd.ufdl"]},"registered":true},{"content-type":"application/vnd.uiq.theme","friendly":{"en":"User Interface Quartz - Theme (Symbian)"},"encoding":"base64","extensions":["utz"],"xrefs":{"person":["Tim_Ocock"],"template":["application/vnd.uiq.theme"]},"registered":true},{"content-type":"application/vnd.umajin","friendly":{"en":"UMAJIN"},"encoding":"base64","extensions":["umj"],"xrefs":{"person":["Jamie_Riden"],"template":["application/vnd.umajin"]},"registered":true},{"content-type":"application/vnd.unity","friendly":{"en":"Unity 3d"},"encoding":"base64","extensions":["unityweb"],"xrefs":{"person":["Unity3d"],"template":["application/vnd.unity"]},"registered":true},{"content-type":"application/vnd.uoml+xml","friendly":{"en":"Unique Object Markup Language"},"encoding":"base64","extensions":["uoml"],"xrefs":{"person":["Arne_Gerdes"],"template":["application/vnd.uoml+xml"]},"registered":true},{"content-type":"application/vnd.uplanet.alert","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert"]},"registered":true},{"content-type":"application/vnd.uplanet.alert-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.bearer-choice","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice"]},"registered":true},{"content-type":"application/vnd.uplanet.bearer-choice-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.cacheop","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop"]},"registered":true},{"content-type":"application/vnd.uplanet.cacheop-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.channel","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel"]},"registered":true},{"content-type":"application/vnd.uplanet.channel-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.list","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list"]},"registered":true},{"content-type":"application/vnd.uplanet.list-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.listcmd","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd"]},"registered":true},{"content-type":"application/vnd.uplanet.listcmd-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.signal","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.signal"]},"registered":true},{"content-type":"application/vnd.uri-map","encoding":"base64","xrefs":{"person":["Sebastian_Baer"],"template":["application/vnd.uri-map"]},"registered":true},{"content-type":"application/vnd.valve.source.material","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.valve.source.material"]},"registered":true},{"content-type":"application/vnd.vcx","friendly":{"en":"VirtualCatalog"},"encoding":"base64","extensions":["vcx"],"xrefs":{"person":["Taisuke_Sugimoto"],"template":["application/vnd.vcx"]},"registered":true},{"content-type":"application/vnd.vd-study","encoding":"base64","xrefs":{"person":["Luc_Rogge"],"template":["application/vnd.vd-study"]},"registered":true},{"content-type":"application/vnd.vectorworks","encoding":"base64","xrefs":{"person":["Biplab_Sarkar","Lyndsey_Ferguson"],"template":["application/vnd.vectorworks"]},"registered":true},{"content-type":"application/vnd.vel+json","encoding":"base64","xrefs":{"person":["James_Wigger"],"template":["application/vnd.vel+json"]},"registered":true},{"content-type":"application/vnd.verimatrix.vcas","encoding":"base64","xrefs":{"person":["Petr_Peterka"],"template":["application/vnd.verimatrix.vcas"]},"registered":true},{"content-type":"application/vnd.veritone.aion+json","encoding":"base64","xrefs":{"person":["Al_Brown"],"template":["application/vnd.veritone.aion+json"]},"registered":true},{"content-type":"application/vnd.veryant.thin","encoding":"base64","xrefs":{"person":["Massimo_Bertoli"],"template":["application/vnd.veryant.thin"]},"registered":true},{"content-type":"application/vnd.ves.encrypted","encoding":"base64","xrefs":{"person":["Jim_Zubov"],"template":["application/vnd.ves.encrypted"]},"registered":true},{"content-type":"application/vnd.vidsoft.vidconference","encoding":"8bit","extensions":["vsc"],"xrefs":{"person":["Robert_Hess"],"template":["application/vnd.vidsoft.vidconference"]},"registered":true},{"content-type":"application/vnd.visio","friendly":{"en":"Microsoft Visio"},"encoding":"base64","extensions":["vsd","vst","vsw","vss"],"xrefs":{"person":["Troy_Sandal"],"template":["application/vnd.visio"]},"registered":true},{"content-type":"application/vnd.visionary","friendly":{"en":"Visionary"},"encoding":"base64","extensions":["vis"],"xrefs":{"person":["Gayatri_Aravindakumar"],"template":["application/vnd.visionary"]},"registered":true},{"content-type":"application/vnd.vividence.scriptfile","encoding":"base64","xrefs":{"person":["Mark_Risher"],"template":["application/vnd.vividence.scriptfile"]},"registered":true},{"content-type":"application/vnd.vsf","friendly":{"en":"Viewport+"},"encoding":"base64","extensions":["vsf"],"xrefs":{"person":["Delton_Rowe"],"template":["application/vnd.vsf"]},"registered":true},{"content-type":"application/vnd.wap.sic","encoding":"base64","extensions":["sic"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap.sic"]},"registered":true},{"content-type":"application/vnd.wap.slc","encoding":"base64","extensions":["slc"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap.slc"]},"registered":true},{"content-type":"application/vnd.wap.wbxml","friendly":{"en":"WAP Binary XML (WBXML)"},"encoding":"base64","extensions":["wbxml"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wbxml"]},"registered":true},{"content-type":"application/vnd.wap.wmlc","friendly":{"en":"Compiled Wireless Markup Language (WMLC)"},"encoding":"base64","extensions":["wmlc"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wmlc"]},"registered":true},{"content-type":"application/vnd.wap.wmlscriptc","friendly":{"en":"WMLScript"},"encoding":"base64","extensions":["wmlsc"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wmlscriptc"]},"registered":true},{"content-type":"application/vnd.webturbo","friendly":{"en":"WebTurbo"},"encoding":"base64","extensions":["wtb"],"xrefs":{"person":["Yaser_Rehem"],"template":["application/vnd.webturbo"]},"registered":true},{"content-type":"application/vnd.wfa.dpp","encoding":"base64","xrefs":{"person":["Dr._Jun_Tian","Wi-Fi_Alliance"],"template":["application/vnd.wfa.dpp"]},"registered":true},{"content-type":"application/vnd.wfa.p2p","encoding":"base64","xrefs":{"person":["Mick_Conley"],"template":["application/vnd.wfa.p2p"]},"registered":true},{"content-type":"application/vnd.wfa.wsc","encoding":"base64","xrefs":{"person":["Wi-Fi_Alliance"],"template":["application/vnd.wfa.wsc"]},"registered":true},{"content-type":"application/vnd.windows.devicepairing","encoding":"base64","xrefs":{"person":["Priya_Dandawate"],"template":["application/vnd.windows.devicepairing"]},"registered":true},{"content-type":"application/vnd.wmc","encoding":"base64","xrefs":{"person":["Thomas_Kjornes"],"template":["application/vnd.wmc"]},"registered":true},{"content-type":"application/vnd.wmf.bootstrap","encoding":"base64","xrefs":{"person":["Prakash_Iyer","Thinh_Nguyenphu"],"template":["application/vnd.wmf.bootstrap"]},"registered":true},{"content-type":"application/vnd.wolfram.mathematica","encoding":"base64","xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica"]},"registered":true},{"content-type":"application/vnd.wolfram.mathematica.package","encoding":"base64","xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica.package"]},"registered":true},{"content-type":"application/vnd.wolfram.player","friendly":{"en":"Mathematica Notebook Player"},"encoding":"base64","extensions":["nbp"],"xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.player"]},"registered":true},{"content-type":"application/vnd.wordperfect","friendly":{"en":"Wordperfect"},"encoding":"base64","extensions":["wpd"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.wordperfect"]},"registered":true},{"content-type":"application/vnd.wqd","friendly":{"en":"SundaHus WQ"},"encoding":"base64","extensions":["wqd"],"xrefs":{"person":["Jan_Bostrom"],"template":["application/vnd.wqd"]},"registered":true},{"content-type":"application/vnd.wrq-hp3000-labelled","encoding":"base64","xrefs":{"person":["Chris_Bartram"],"template":["application/vnd.wrq-hp3000-labelled"]},"registered":true},{"content-type":"application/vnd.wt.stf","friendly":{"en":"Worldtalk"},"encoding":"base64","extensions":["stf"],"xrefs":{"person":["Bill_Wohler"],"template":["application/vnd.wt.stf"]},"registered":true},{"content-type":"application/vnd.wv.csp+wbxml","encoding":"base64","extensions":["wv"],"xrefs":{"person":["Matti_Salmi"],"template":["application/vnd.wv.csp+wbxml"]},"registered":true},{"content-type":"application/vnd.wv.csp+xml","encoding":"8bit","xrefs":{"person":["John_Ingi_Ingimundarson"],"template":["application/vnd.wv.csp+xml"]},"registered":true},{"content-type":"application/vnd.wv.ssp+xml","encoding":"8bit","xrefs":{"person":["John_Ingi_Ingimundarson"],"template":["application/vnd.wv.ssp+xml"]},"registered":true},{"content-type":"application/vnd.xacml+json","encoding":"base64","xrefs":{"person":["David_Brossard"],"template":["application/vnd.xacml+json"]},"registered":true},{"content-type":"application/vnd.xara","friendly":{"en":"CorelXARA"},"encoding":"base64","extensions":["xar"],"xrefs":{"person":["David_Matthewman"],"template":["application/vnd.xara"]},"registered":true},{"content-type":"application/vnd.xfdl","friendly":{"en":"Extensible Forms Description Language"},"encoding":"base64","extensions":["xfdl"],"xrefs":{"person":["Dave_Manning"],"template":["application/vnd.xfdl"]},"registered":true},{"content-type":"application/vnd.xfdl.webform","encoding":"base64","xrefs":{"person":["Michael_Mansell"],"template":["application/vnd.xfdl.webform"]},"registered":true},{"content-type":"application/vnd.xmi+xml","encoding":"base64","xrefs":{"person":["Fred_Waskiewicz"],"template":["application/vnd.xmi+xml"]},"registered":true},{"content-type":"application/vnd.xmpie.cpkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.cpkg"]},"registered":true},{"content-type":"application/vnd.xmpie.dpkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.dpkg"]},"registered":true},{"content-type":"application/vnd.xmpie.plan","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.plan"]},"registered":true},{"content-type":"application/vnd.xmpie.ppkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.ppkg"]},"registered":true},{"content-type":"application/vnd.xmpie.xlim","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.xlim"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-dic","friendly":{"en":"HV Voice Dictionary"},"encoding":"base64","extensions":["hvd"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-dic"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-script","friendly":{"en":"HV Script"},"encoding":"base64","extensions":["hvs"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-script"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-voice","friendly":{"en":"HV Voice Parameter"},"encoding":"base64","extensions":["hvp"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-voice"]},"registered":true},{"content-type":"application/vnd.yamaha.openscoreformat","friendly":{"en":"Open Score Format"},"encoding":"base64","extensions":["osf"],"xrefs":{"person":["Mark_Olleson"],"template":["application/vnd.yamaha.openscoreformat"]},"registered":true},{"content-type":"application/vnd.yamaha.openscoreformat.osfpvg+xml","friendly":{"en":"OSFPVG"},"encoding":"base64","extensions":["osfpvg"],"xrefs":{"person":["Mark_Olleson"],"template":["application/vnd.yamaha.openscoreformat.osfpvg+xml"]},"registered":true},{"content-type":"application/vnd.yamaha.remote-setup","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.remote-setup"]},"registered":true},{"content-type":"application/vnd.yamaha.smaf-audio","friendly":{"en":"SMAF Audio"},"encoding":"base64","extensions":["saf"],"xrefs":{"person":["Keiichi_Shinoda"],"template":["application/vnd.yamaha.smaf-audio"]},"registered":true},{"content-type":"application/vnd.yamaha.smaf-phrase","friendly":{"en":"SMAF Phrase"},"encoding":"base64","extensions":["spf"],"xrefs":{"person":["Keiichi_Shinoda"],"template":["application/vnd.yamaha.smaf-phrase"]},"registered":true},{"content-type":"application/vnd.yamaha.through-ngn","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.through-ngn"]},"registered":true},{"content-type":"application/vnd.yamaha.tunnel-udpencap","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.tunnel-udpencap"]},"registered":true},{"content-type":"application/vnd.yaoweme","encoding":"base64","xrefs":{"person":["Jens_Jorgensen"],"template":["application/vnd.yaoweme"]},"registered":true},{"content-type":"application/vnd.yellowriver-custom-menu","friendly":{"en":"CustomMenu"},"encoding":"base64","extensions":["cmp"],"xrefs":{"person":["Mr._Yellow"],"template":["application/vnd.yellowriver-custom-menu"]},"registered":true},{"content-type":"application/vnd.youtube.yt","encoding":"base64","obsolete":true,"use-instead":"video/vnd.youtube.yt","xrefs":{"person":["Laura_Wood"],"template":["application/vnd.youtube.yt"],"notes":["- OBSOLETED in favor of video/vnd.youtube.yt"]},"registered":true},{"content-type":"application/vnd.zul","friendly":{"en":"Z.U.L. Geometry"},"encoding":"base64","extensions":["zir","zirz"],"xrefs":{"person":["Rene_Grothmann"],"template":["application/vnd.zul"]},"registered":true},{"content-type":"application/vnd.zzazz.deck+xml","friendly":{"en":"Zzazz Deck"},"encoding":"base64","extensions":["zaz"],"xrefs":{"person":["Micheal_Hewett"],"template":["application/vnd.zzazz.deck+xml"]},"registered":true},{"content-type":"application/voicexml+xml","friendly":{"en":"VoiceXML"},"encoding":"base64","extensions":["vxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/voicexml+xml"]},"registered":true},{"content-type":"application/voucher-cms+json","encoding":"base64","xrefs":{"rfc":["rfc8366"],"template":["application/voucher-cms+json"]},"registered":true},{"content-type":"application/vq-rtcpxr","encoding":"base64","xrefs":{"rfc":["rfc6035"],"template":["application/vq-rtcpxr"]},"registered":true},{"content-type":"application/wasm","friendly":{"en":"WebAssembly"},"encoding":"8bit","extensions":["wasm"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["application/wasm"]},"registered":true},{"content-type":"application/watcherinfo+xml","encoding":"base64","extensions":["wif"],"xrefs":{"rfc":["rfc3858"],"template":["application/watcherinfo+xml"]},"registered":true},{"content-type":"application/webbundle","encoding":"base64","xrefs":{"draft":["draft-yasskin-wpack-bundled-exchanges"]},"registered":true,"provisional":true},{"content-type":"application/webpush-options+json","encoding":"base64","xrefs":{"rfc":["rfc8292"],"template":["application/webpush-options+json"]},"registered":true},{"content-type":"application/whoispp-query","encoding":"base64","xrefs":{"rfc":["rfc2957"],"template":["application/whoispp-query"]},"registered":true},{"content-type":"application/whoispp-response","encoding":"base64","xrefs":{"rfc":["rfc2958"],"template":["application/whoispp-response"]},"registered":true},{"content-type":"application/widget","friendly":{"en":"Widget Packaging and XML Configuration"},"encoding":"base64","extensions":["wgt"],"xrefs":{"person":["Steven_Pemberton","W3C"],"uri":["http://www.w3.org/TR/widgets/#media-type-registration-for-application/widget"],"template":["application/widget"]},"registered":true},{"content-type":"application/winhlp","friendly":{"en":"WinHelp"},"encoding":"base64","extensions":["hlp"],"registered":false},{"content-type":"application/wita","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/wita"]},"registered":true},{"content-type":"application/won","encoding":"base64","xrefs":{"person":["Roy_T._Fielding"]},"registered":true,"provisional":true},{"content-type":"application/word","encoding":"base64","extensions":["doc","dot"],"registered":false},{"content-type":"application/wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false},{"content-type":"application/wordperfect5.1","encoding":"base64","extensions":["wp5","wp"],"xrefs":{"person":["Paul_Lindner"],"template":["application/wordperfect5.1"]},"registered":true},{"content-type":"application/wordperfect6.1","encoding":"base64","extensions":["wp6"],"obsolete":true,"use-instead":"application/x-wordperfect6.1","registered":false},{"content-type":"application/wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false},{"content-type":"application/wsdl+xml","friendly":{"en":"WSDL - Web Services Description Language"},"encoding":"base64","extensions":["wsdl"],"xrefs":{"person":["W3C"],"template":["application/wsdl+xml"]},"registered":true},{"content-type":"application/wspolicy+xml","friendly":{"en":"Web Services Policy"},"encoding":"base64","extensions":["wspolicy"],"xrefs":{"person":["W3C"],"template":["application/wspolicy+xml"]},"registered":true},{"content-type":"application/x-123","encoding":"base64","extensions":["wk"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false},{"content-type":"application/x-7z-compressed","friendly":{"en":"7-Zip"},"encoding":"base64","extensions":["7z"],"registered":false},{"content-type":"application/x-abiword","friendly":{"en":"AbiWord"},"encoding":"base64","extensions":["abw"],"registered":false},{"content-type":"application/x-access","encoding":"base64","extensions":["mdf","mda","mdb","mde"],"obsolete":true,"use-instead":"application/x-msaccess","registered":false},{"content-type":"application/x-ace-compressed","friendly":{"en":"Ace Archive"},"encoding":"base64","extensions":["ace"],"registered":false},{"content-type":"application/x-apple-diskimage","encoding":"base64","extensions":["dmg"],"registered":false},{"content-type":"application/x-authorware-bin","friendly":{"en":"Adobe (Macropedia) Authorware - Binary File"},"encoding":"base64","extensions":["aab","u32","vox","x32"],"registered":false},{"content-type":"application/x-authorware-map","friendly":{"en":"Adobe (Macropedia) Authorware - Map"},"encoding":"base64","extensions":["aam"],"registered":false},{"content-type":"application/x-authorware-seg","friendly":{"en":"Adobe (Macropedia) Authorware - Segment File"},"encoding":"base64","extensions":["aas"],"registered":false},{"content-type":"application/x-bcpio","friendly":{"en":"Binary CPIO Archive"},"encoding":"base64","extensions":["bcpio"],"registered":false},{"content-type":"application/x-bittorrent","friendly":{"en":"BitTorrent"},"encoding":"base64","extensions":["torrent"],"registered":false},{"content-type":"application/x-bleeper","encoding":"base64","extensions":["bleep"],"registered":false},{"content-type":"application/x-blorb","encoding":"base64","extensions":["blb","blorb"],"registered":false},{"content-type":"application/x-bzip","friendly":{"en":"Bzip Archive"},"encoding":"base64","extensions":["bz"],"registered":false},{"content-type":"application/x-bzip2","friendly":{"en":"Bzip2 Archive"},"encoding":"base64","extensions":["boz","bz2"],"registered":false},{"content-type":"application/x-cbr","encoding":"base64","extensions":["cb7","cba","cbr","cbt","cbz"],"registered":false},{"content-type":"application/x-cdlink","friendly":{"en":"Video CD"},"encoding":"base64","extensions":["vcd"],"registered":false},{"content-type":"application/x-cfs-compressed","encoding":"base64","extensions":["cfs"],"registered":false},{"content-type":"application/x-chat","friendly":{"en":"pIRCh"},"encoding":"base64","extensions":["chat"],"registered":false},{"content-type":"application/x-chess-pgn","friendly":{"en":"Portable Game Notation (Chess Games)"},"encoding":"base64","extensions":["pgn"],"registered":false},{"content-type":"application/x-chrome-extension","encoding":"base64","extensions":["crx"],"registered":false},{"content-type":"application/x-clariscad","encoding":"base64","registered":false},{"content-type":"application/x-compress","encoding":"base64","extensions":["z","Z"],"obsolete":true,"use-instead":"application/x-compressed","registered":false},{"content-type":"application/x-compressed","encoding":"base64","extensions":["z","Z"],"registered":false},{"content-type":"application/x-conference","encoding":"base64","extensions":["nsc"],"registered":false},{"content-type":"application/x-cpio","friendly":{"en":"CPIO Archive"},"encoding":"base64","extensions":["cpio"],"registered":false},{"content-type":"application/x-csh","friendly":{"en":"C Shell Script"},"encoding":"8bit","extensions":["csh"],"registered":false},{"content-type":"application/x-cu-seeme","encoding":"base64","extensions":["csm","cu"],"registered":false},{"content-type":"application/x-debian-package","friendly":{"en":"Debian Package"},"encoding":"base64","extensions":["deb","udeb"],"registered":false},{"content-type":"application/x-dgc-compressed","encoding":"base64","extensions":["dgc"],"registered":false},{"content-type":"application/x-director","friendly":{"en":"Adobe Shockwave Player"},"encoding":"base64","extensions":["dcr","@dir","@dxr","cct","cst","cxt","dir","dxr","fgd","swa","w3d"],"registered":false},{"content-type":"application/x-doom","friendly":{"en":"Doom Video Game"},"encoding":"base64","extensions":["wad"],"registered":false},{"content-type":"application/x-drafting","encoding":"base64","registered":false},{"content-type":"application/x-dtbncx+xml","friendly":{"en":"Navigation Control file for XML (for ePub)"},"encoding":"base64","extensions":["ncx"],"registered":false},{"content-type":"application/x-dtbook+xml","friendly":{"en":"Digital Talking Book"},"encoding":"base64","extensions":["dtb"],"registered":false},{"content-type":"application/x-dtbresource+xml","friendly":{"en":"Digital Talking Book - Resource File"},"encoding":"base64","extensions":["res"],"registered":false},{"content-type":"application/x-dvi","friendly":{"en":"Device Independent File Format (DVI)"},"encoding":"base64","extensions":["dvi"],"registered":false},{"content-type":"application/x-dxf","encoding":"base64","registered":false},{"content-type":"application/x-envoy","encoding":"base64","extensions":["evy"],"registered":false},{"content-type":"application/x-eva","encoding":"base64","extensions":["eva"],"registered":false},{"content-type":"application/x-excel","encoding":"base64","obsolete":true,"use-instead":"application/vnd.ms-excel","registered":false},{"content-type":"application/x-font-bdf","friendly":{"en":"Glyph Bitmap Distribution Format"},"encoding":"base64","extensions":["bdf"],"registered":false},{"content-type":"application/x-font-ghostscript","friendly":{"en":"Ghostscript Font"},"encoding":"base64","extensions":["gsf"],"registered":false},{"content-type":"application/x-font-linux-psf","friendly":{"en":"PSF Fonts"},"encoding":"base64","extensions":["psf"],"registered":false},{"content-type":"application/x-font-opentype","encoding":"base64","extensions":["otf"],"registered":false},{"content-type":"application/x-font-otf","friendly":{"en":"OpenType Font File"},"encoding":"base64","extensions":["otf"],"registered":false},{"content-type":"application/x-font-pcf","friendly":{"en":"Portable Compiled Format"},"encoding":"base64","extensions":["pcf"],"registered":false},{"content-type":"application/x-font-snf","friendly":{"en":"Server Normal Format"},"encoding":"base64","extensions":["snf"],"registered":false},{"content-type":"application/x-font-truetype","encoding":"base64","extensions":["ttf"],"registered":false},{"content-type":"application/x-font-ttf","friendly":{"en":"TrueType Font"},"encoding":"base64","extensions":["ttc","ttf"],"registered":false},{"content-type":"application/x-font-type1","friendly":{"en":"PostScript Fonts"},"encoding":"base64","extensions":["afm","pfa","pfb","pfm"],"registered":false},{"content-type":"application/x-fractals","encoding":"base64","registered":false},{"content-type":"application/x-freearc","encoding":"base64","extensions":["arc"],"registered":false},{"content-type":"application/x-futuresplash","friendly":{"en":"FutureSplash Animator"},"encoding":"base64","extensions":["spl"],"registered":false},{"content-type":"application/x-gca-compressed","encoding":"base64","extensions":["gca"],"registered":false},{"content-type":"application/x-ghostview","encoding":"base64","registered":false},{"content-type":"application/x-glulx","encoding":"base64","extensions":["ulx"],"registered":false},{"content-type":"application/x-gnumeric","friendly":{"en":"Gnumeric"},"encoding":"base64","extensions":["gnumeric"],"registered":false},{"content-type":"application/x-gramps-xml","encoding":"base64","extensions":["gramps"],"registered":false},{"content-type":"application/x-gtar","friendly":{"en":"GNU Tar Files"},"encoding":"base64","extensions":["gtar","tgz","tbz2","tbz"],"registered":false},{"content-type":"application/x-gzip","encoding":"base64","extensions":["gz"],"obsolete":true,"use-instead":"application/gzip","registered":false},{"content-type":"application/x-hdf","friendly":{"en":"Hierarchical Data Format"},"encoding":"base64","extensions":["hdf"],"registered":false},{"content-type":"application/x-hep","encoding":"base64","extensions":["hep"],"registered":false},{"content-type":"application/x-html+ruby","encoding":"8bit","extensions":["rhtml"],"registered":false},{"content-type":"application/x-httpd-php","encoding":"8bit","extensions":["phtml","pht","php"],"registered":false},{"content-type":"application/x-ibooks+zip","encoding":"base64","extensions":["ibooks"],"registered":false},{"content-type":"application/x-ica","encoding":"base64","extensions":["ica"],"registered":false},{"content-type":"application/x-ideas","encoding":"base64","registered":false},{"content-type":"application/x-imagemap","encoding":"8bit","extensions":["imagemap","imap"],"registered":false},{"content-type":"application/x-install-instructions","encoding":"base64","extensions":["install"],"registered":false},{"content-type":"application/x-iso9660-image","encoding":"base64","extensions":["iso"],"registered":false},{"content-type":"application/x-iwork-keynote-sffkey","encoding":"base64","extensions":["key"],"registered":false},{"content-type":"application/x-iwork-numbers-sffnumbers","encoding":"base64","extensions":["numbers"],"registered":false},{"content-type":"application/x-iwork-pages-sffpages","encoding":"base64","extensions":["pages"],"registered":false},{"content-type":"application/x-java-archive","encoding":"base64","extensions":["jar"],"registered":false},{"content-type":"application/x-java-jnlp-file","friendly":{"en":"Java Network Launching Protocol"},"encoding":"base64","extensions":["jnlp"],"registered":false},{"content-type":"application/x-java-serialized-object","encoding":"base64","extensions":["ser"],"registered":false},{"content-type":"application/x-java-vm","encoding":"base64","extensions":["class"],"registered":false},{"content-type":"application/x-javascript","encoding":"8bit","extensions":["js","mjs"],"obsolete":true,"use-instead":"application/javascript","registered":false},{"content-type":"application/x-koan","encoding":"base64","extensions":["skp","skd","skt","skm"],"registered":false},{"content-type":"application/x-latex","friendly":{"en":"LaTeX"},"encoding":"8bit","extensions":["ltx","latex"],"registered":false},{"content-type":"application/x-lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false},{"content-type":"application/x-lzh-compressed","encoding":"base64","extensions":["lha","lzh"],"registered":false},{"content-type":"application/x-mac","encoding":"base64","extensions":["bin"],"registered":false},{"content-type":"application/x-mac-compactpro","encoding":"base64","extensions":["cpt"],"registered":false},{"content-type":"application/x-macbase64","encoding":"base64","extensions":["bin"],"registered":false},{"content-type":"application/x-macbinary","encoding":"base64","registered":false},{"content-type":"application/x-maker","encoding":"base64","extensions":["frm","maker","frame","fm","fb","book","fbdoc"],"obsolete":true,"use-instead":"application/vnd.framemaker","registered":false},{"content-type":"application/x-mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":"application/vnd.mcd","registered":false},{"content-type":"application/x-mathematica-old","encoding":"base64","registered":false},{"content-type":"application/x-mie","encoding":"base64","extensions":["mie"],"registered":false},{"content-type":"application/x-mif","encoding":"base64","extensions":["mif"],"registered":false},{"content-type":"application/x-mobipocket-ebook","friendly":{"en":"Mobipocket"},"encoding":"base64","extensions":["mobi","prc"],"registered":false},{"content-type":"application/x-ms-application","friendly":{"en":"Microsoft ClickOnce"},"encoding":"base64","extensions":["application"],"registered":false},{"content-type":"application/x-ms-dos-executable","encoding":"base64","extensions":["exe"],"registered":false},{"content-type":"application/x-ms-shortcut","encoding":"base64","extensions":["lnk"],"registered":false},{"content-type":"application/x-ms-wmd","friendly":{"en":"Microsoft Windows Media Player Download Package"},"encoding":"base64","extensions":["wmd"],"registered":false},{"content-type":"application/x-ms-wmz","friendly":{"en":"Microsoft Windows Media Player Skin Package"},"encoding":"base64","extensions":["wmz"],"registered":false},{"content-type":"application/x-ms-xbap","friendly":{"en":"Microsoft XAML Browser Application"},"encoding":"base64","extensions":["xbap"],"registered":false},{"content-type":"application/x-msaccess","friendly":{"en":"Microsoft Access"},"encoding":"base64","extensions":["mda","mdb","mde","mdf"],"registered":false},{"content-type":"application/x-msbinder","friendly":{"en":"Microsoft Office Binder"},"encoding":"base64","extensions":["obd"],"registered":false},{"content-type":"application/x-mscardfile","friendly":{"en":"Microsoft Information Card"},"encoding":"base64","extensions":["crd"],"registered":false},{"content-type":"application/x-msclip","friendly":{"en":"Microsoft Clipboard Clip"},"encoding":"base64","extensions":["clp"],"registered":false},{"content-type":"application/x-msdos-program","encoding":"base64","extensions":["cmd","bat","com","exe","reg","ps1","vbs"],"registered":false},{"content-type":"application/x-msdownload","friendly":{"en":"Microsoft Application"},"encoding":"base64","extensions":["exe","com","cmd","bat","dll","msi","reg","ps1","vbs"],"registered":false},{"content-type":"application/x-msmediaview","friendly":{"en":"Microsoft MediaView"},"encoding":"base64","extensions":["m13","m14","mvb"],"registered":false},{"content-type":"application/x-msmetafile","friendly":{"en":"Microsoft Windows Metafile"},"encoding":"base64","extensions":["emf","emz","wmf","wmz"],"registered":false},{"content-type":"application/x-msmoney","friendly":{"en":"Microsoft Money"},"encoding":"base64","extensions":["mny"],"registered":false},{"content-type":"application/x-mspublisher","friendly":{"en":"Microsoft Publisher"},"encoding":"base64","extensions":["pub"],"registered":false},{"content-type":"application/x-msschedule","friendly":{"en":"Microsoft Schedule+"},"encoding":"base64","extensions":["scd"],"registered":false},{"content-type":"application/x-msterminal","friendly":{"en":"Microsoft Windows Terminal Services"},"encoding":"base64","extensions":["trm"],"registered":false},{"content-type":"application/x-msword","encoding":"base64","extensions":["doc","dot","wrd"],"obsolete":true,"use-instead":"application/msword","registered":false},{"content-type":"application/x-mswrite","friendly":{"en":"Microsoft Wordpad"},"encoding":"base64","extensions":["wri"],"registered":false},{"content-type":"application/x-netcdf","friendly":{"en":"Network Common Data Form (NetCDF)"},"encoding":"base64","extensions":["nc","cdf"],"registered":false},{"content-type":"application/x-ns-proxy-autoconfig","encoding":"base64","extensions":["pac"],"registered":false},{"content-type":"application/x-nzb","encoding":"base64","extensions":["nzb"],"registered":false},{"content-type":"application/x-opera-extension","encoding":"base64","extensions":["oex"],"registered":false},{"content-type":"application/x-pagemaker","encoding":"base64","extensions":["pm","pm5","pt5"],"registered":false},{"content-type":"application/x-perl","encoding":"8bit","extensions":["pl","pm"],"registered":false},{"content-type":"application/x-pgp","encoding":"base64","registered":false,"signature":true},{"content-type":"application/x-pkcs12","friendly":{"en":"PKCS #12 - Personal Information Exchange Syntax Standard"},"encoding":"base64","extensions":["p12","pfx"],"registered":false},{"content-type":"application/x-pkcs7-certificates","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard (Certificates)"},"encoding":"base64","extensions":["p7b","spc"],"registered":false},{"content-type":"application/x-pkcs7-certreqresp","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard (Certificate Request Response)"},"encoding":"base64","extensions":["p7r"],"registered":false},{"content-type":"application/x-pki-message","encoding":"base64","xrefs":{"rfc":["rfc8894"],"template":["application/x-pki-message"]},"registered":true},{"content-type":"application/x-python","encoding":"8bit","extensions":["py"],"registered":false},{"content-type":"application/x-quicktimeplayer","encoding":"base64","extensions":["qtl"],"registered":false},{"content-type":"application/x-rar-compressed","friendly":{"en":"RAR Archive"},"encoding":"base64","extensions":["rar"],"registered":false},{"content-type":"application/x-remote_printing","encoding":"base64","registered":false},{"content-type":"application/x-research-info-systems","encoding":"base64","extensions":["ris"],"registered":false},{"content-type":"application/x-rtf","encoding":"base64","extensions":["rtf"],"obsolete":true,"use-instead":"application/rtf","registered":false},{"content-type":"application/x-ruby","encoding":"8bit","extensions":["rb","rbw"],"registered":false},{"content-type":"application/x-set","encoding":"base64","registered":false},{"content-type":"application/x-sh","friendly":{"en":"Bourne Shell Script"},"encoding":"8bit","extensions":["sh"],"registered":false},{"content-type":"application/x-shar","friendly":{"en":"Shell Archive"},"encoding":"8bit","extensions":["shar"],"registered":false},{"content-type":"application/x-shockwave-flash","friendly":{"en":"Adobe Flash"},"encoding":"base64","extensions":["swf"],"registered":false},{"content-type":"application/x-silverlight-app","friendly":{"en":"Microsoft Silverlight"},"encoding":"base64","extensions":["xap"],"registered":false},{"content-type":"application/x-SLA","encoding":"base64","registered":false},{"content-type":"application/x-smarttech-notebook","encoding":"base64","extensions":["notebook"],"registered":false},{"content-type":"application/x-solids","encoding":"base64","registered":false},{"content-type":"application/x-spss","encoding":"base64","extensions":["sav","sbs","sps","spo","spp"],"registered":false},{"content-type":"application/x-sql","encoding":"base64","extensions":["sql"],"registered":false},{"content-type":"application/x-STEP","encoding":"base64","registered":false},{"content-type":"application/x-stuffit","friendly":{"en":"Stuffit Archive"},"encoding":"base64","extensions":["sit"],"registered":false},{"content-type":"application/x-stuffitx","friendly":{"en":"Stuffit Archive"},"encoding":"base64","extensions":["sitx"],"registered":false},{"content-type":"application/x-subrip","encoding":"base64","extensions":["srt"],"registered":false},{"content-type":"application/x-sv4cpio","friendly":{"en":"System V Release 4 CPIO Archive"},"encoding":"base64","extensions":["sv4cpio"],"registered":false},{"content-type":"application/x-sv4crc","friendly":{"en":"System V Release 4 CPIO Checksum Data"},"encoding":"base64","extensions":["sv4crc"],"registered":false},{"content-type":"application/x-t3vm-image","encoding":"base64","extensions":["t3"],"registered":false},{"content-type":"application/x-tads","encoding":"base64","extensions":["gam"],"registered":false},{"content-type":"application/x-tar","friendly":{"en":"Tar File (Tape Archive)"},"encoding":"base64","extensions":["tar"],"registered":false},{"content-type":"application/x-tcl","friendly":{"en":"Tcl Script"},"encoding":"8bit","extensions":["tcl"],"registered":false},{"content-type":"application/x-tex","friendly":{"en":"TeX"},"encoding":"8bit","extensions":["tex"],"registered":false},{"content-type":"application/x-tex-tfm","friendly":{"en":"TeX Font Metric"},"encoding":"base64","extensions":["tfm"],"registered":false},{"content-type":"application/x-texinfo","friendly":{"en":"GNU Texinfo Document"},"encoding":"8bit","extensions":["texinfo","texi"],"registered":false},{"content-type":"application/x-tgif","encoding":"base64","extensions":["obj"],"registered":false},{"content-type":"application/x-toolbook","encoding":"base64","extensions":["tbk"],"registered":false},{"content-type":"application/x-troff","encoding":"base64","extensions":["t","tr","roff"],"obsolete":true,"use-instead":"text/troff","registered":false},{"content-type":"application/x-troff-man","encoding":"8bit","extensions":["man"],"registered":false},{"content-type":"application/x-troff-me","encoding":"base64","extensions":["me"],"registered":false},{"content-type":"application/x-troff-ms","encoding":"base64","extensions":["ms"],"registered":false},{"content-type":"application/x-u-star","encoding":"base64","obsolete":true,"use-instead":"application/x-ustar","registered":false},{"content-type":"application/x-ustar","friendly":{"en":"Ustar (Uniform Standard Tape Archive)"},"encoding":"base64","extensions":["ustar"],"registered":false},{"content-type":"application/x-VMSBACKUP","encoding":"base64","extensions":["bck"],"registered":false},{"content-type":"application/x-wais-source","friendly":{"en":"WAIS Source"},"encoding":"base64","extensions":["src"],"registered":false},{"content-type":"application/x-web-app-manifest+json","encoding":"base64","extensions":["webapp"],"registered":false},{"content-type":"application/x-Wingz","encoding":"base64","extensions":["wz","wkz"],"registered":false},{"content-type":"application/x-word","encoding":"base64","extensions":["doc","dot"],"obsolete":true,"use-instead":"application/msword","registered":false},{"content-type":"application/x-wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false},{"content-type":"application/x-wordperfect6.1","encoding":"base64","extensions":["wp6"],"registered":false},{"content-type":"application/x-wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false},{"content-type":"application/x-www-form-urlencoded","encoding":"7bit","xrefs":{"person":["Anne_van_Kesteren","WHATWG"],"template":["application/x-www-form-urlencoded"]},"registered":true},{"content-type":"application/x-x509-ca-cert","friendly":{"en":"X.509 Certificate"},"encoding":"base64","extensions":["crt","der"],"xrefs":{"rfc":["rfc8894"],"template":["application/x-x509-ca-cert"]},"registered":true},{"content-type":"application/x-x509-ca-ra-cert","encoding":"base64","xrefs":{"rfc":["rfc8894"],"template":["application/x-x509-ca-ra-cert"]},"registered":true},{"content-type":"application/x-x509-next-ca-cert","encoding":"base64","xrefs":{"rfc":["rfc8894"],"template":["application/x-x509-next-ca-cert"]},"registered":true},{"content-type":"application/x-xfig","friendly":{"en":"Xfig"},"encoding":"base64","extensions":["fig"],"registered":false},{"content-type":"application/x-xliff+xml","encoding":"base64","extensions":["xlf"],"registered":false},{"content-type":"application/x-xpinstall","friendly":{"en":"XPInstall - Mozilla"},"encoding":"base64","extensions":["xpi"],"registered":false},{"content-type":"application/x-xz","encoding":"base64","extensions":["xz"],"registered":false},{"content-type":"application/x-zip-compressed","friendly":{"en":"Zip Archive"},"encoding":"base64","extensions":["zip"],"registered":false},{"content-type":"application/x-zmachine","encoding":"base64","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"],"registered":false},{"content-type":"application/x400-bp","encoding":"base64","xrefs":{"rfc":["rfc1494"],"template":["application/x400-bp"]},"registered":true},{"content-type":"application/x400.bp","encoding":"base64","obsolete":true,"use-instead":"application/x400-bp","registered":false},{"content-type":"application/xacml+xml","encoding":"base64","xrefs":{"rfc":["rfc7061"],"template":["application/xacml+xml"]},"registered":true},{"content-type":"application/xaml+xml","encoding":"base64","extensions":["xaml"],"registered":false},{"content-type":"application/xcap-att+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-att+xml"]},"registered":true},{"content-type":"application/xcap-caps+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-caps+xml"]},"registered":true},{"content-type":"application/xcap-diff+xml","friendly":{"en":"XML Configuration Access Protocol - XCAP Diff"},"encoding":"base64","extensions":["xdf"],"xrefs":{"rfc":["rfc5874"],"template":["application/xcap-diff+xml"]},"registered":true},{"content-type":"application/xcap-el+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-el+xml"]},"registered":true},{"content-type":"application/xcap-error+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-error+xml"]},"registered":true},{"content-type":"application/xcap-ns+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-ns+xml"]},"registered":true},{"content-type":"application/xcon-conference-info+xml","encoding":"base64","xrefs":{"rfc":["rfc6502"],"template":["application/xcon-conference-info+xml"]},"registered":true},{"content-type":"application/xcon-conference-info-diff+xml","encoding":"base64","xrefs":{"rfc":["rfc6502"],"template":["application/xcon-conference-info-diff+xml"]},"registered":true},{"content-type":"application/xenc+xml","friendly":{"en":"XML Encryption Syntax and Processing"},"encoding":"base64","extensions":["xenc"],"xrefs":{"person":["Joseph_Reagle","XENC_Working_Group"],"template":["application/xenc+xml"]},"registered":true},{"content-type":"application/xhtml+xml","friendly":{"en":"XHTML - The Extensible HyperText Markup Language"},"encoding":"8bit","extensions":["xht","xhtml"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["application/xhtml+xml"]},"registered":true},{"content-type":"application/xhtml-voice+xml","encoding":"base64","obsolete":true,"xrefs":{"draft":["draft-mccobb-xplusv-media-type"],"template":["application/xhtml-voice+xml"],"notes":["- OBSOLETE; no replacement given"]},"registered":true},{"content-type":"application/xliff+xml","encoding":"base64","xrefs":{"person":["Chet_Ensign","OASIS"],"template":["application/xliff+xml"]},"registered":true},{"content-type":"application/xml","friendly":{"en":"XML - Extensible Markup Language"},"encoding":"8bit","extensions":["xml","xsl"],"xrefs":{"rfc":["rfc7303"],"template":["application/xml"]},"registered":true},{"content-type":"application/xml-dtd","friendly":{"en":"Document Type Definition"},"encoding":"8bit","extensions":["dtd"],"xrefs":{"rfc":["rfc7303"],"template":["application/xml-dtd"]},"registered":true},{"content-type":"application/xml-external-parsed-entity","encoding":"base64","xrefs":{"rfc":["rfc7303"],"template":["application/xml-external-parsed-entity"]},"registered":true},{"content-type":"application/xml-patch+xml","encoding":"base64","xrefs":{"rfc":["rfc7351"],"template":["application/xml-patch+xml"]},"registered":true},{"content-type":"application/xmpp+xml","encoding":"base64","xrefs":{"rfc":["rfc3923"],"template":["application/xmpp+xml"]},"registered":true},{"content-type":"application/xop+xml","friendly":{"en":"XML-Binary Optimized Packaging"},"encoding":"base64","extensions":["xop"],"xrefs":{"person":["Mark_Nottingham"],"template":["application/xop+xml"]},"registered":true},{"content-type":"application/xproc+xml","encoding":"base64","extensions":["xpl"],"registered":false},{"content-type":"application/xslt+xml","friendly":{"en":"XML Transformations"},"encoding":"base64","extensions":["xslt"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/REC-xslt20-20070123/#media-type-registration"],"template":["application/xslt+xml"]},"registered":true},{"content-type":"application/xspf+xml","friendly":{"en":"XSPF - XML Shareable Playlist Format"},"encoding":"base64","extensions":["xspf"],"registered":false},{"content-type":"application/xv+xml","friendly":{"en":"MXML"},"encoding":"base64","extensions":["mxml","xhvml","xvm","xvml"],"xrefs":{"rfc":["rfc4374"],"template":["application/xv+xml"]},"registered":true},{"content-type":"application/yang","friendly":{"en":"YANG Data Modeling Language"},"encoding":"base64","extensions":["yang"],"xrefs":{"rfc":["rfc6020"],"template":["application/yang"]},"registered":true},{"content-type":"application/yang-data+json","encoding":"base64","xrefs":{"rfc":["rfc8040"],"template":["application/yang-data+json"]},"registered":true},{"content-type":"application/yang-data+xml","encoding":"base64","xrefs":{"rfc":["rfc8040"],"template":["application/yang-data+xml"]},"registered":true},{"content-type":"application/yang-patch+json","encoding":"base64","xrefs":{"rfc":["rfc8072"],"template":["application/yang-patch+json"]},"registered":true},{"content-type":"application/yang-patch+xml","encoding":"base64","xrefs":{"rfc":["rfc8072"],"template":["application/yang-patch+xml"]},"registered":true},{"content-type":"application/yin+xml","friendly":{"en":"YIN (YANG - XML)"},"encoding":"base64","extensions":["yin"],"xrefs":{"rfc":["rfc6020"],"template":["application/yin+xml"]},"registered":true},{"content-type":"application/zip","friendly":{"en":"Zip Archive"},"encoding":"base64","extensions":["zip"],"xrefs":{"person":["Paul_Lindner"],"template":["application/zip"]},"registered":true},{"content-type":"application/zlib","encoding":"base64","xrefs":{"rfc":["rfc6713"],"template":["application/zlib"]},"registered":true},{"content-type":"application/zstd","encoding":"base64","xrefs":{"rfc":["rfc8878"],"template":["application/zstd"]},"registered":true},{"content-type":"audio/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["audio/1d-interleaved-parityfec"]},"registered":true},{"content-type":"audio/32kadpcm","encoding":"base64","xrefs":{"rfc":["rfc2421","rfc3802"],"template":["audio/32kadpcm"]},"registered":true},{"content-type":"audio/3gpp","encoding":"base64","xrefs":{"rfc":["rfc3839","rfc6381"],"template":["audio/3gpp"]},"registered":true},{"content-type":"audio/3gpp2","encoding":"base64","xrefs":{"rfc":["rfc4393","rfc6381"],"template":["audio/3gpp2"]},"registered":true},{"content-type":"audio/aac","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","Max_Neuendorf"],"template":["audio/aac"]},"registered":true},{"content-type":"audio/ac3","encoding":"base64","xrefs":{"rfc":["rfc4184"],"template":["audio/ac3"]},"registered":true},{"content-type":"audio/adpcm","friendly":{"en":"Adaptive differential pulse-code modulation"},"encoding":"base64","extensions":["adp"],"registered":false},{"content-type":"audio/AMR","encoding":"base64","extensions":["amr"],"xrefs":{"rfc":["rfc4867"],"template":["audio/AMR"]},"registered":true},{"content-type":"audio/AMR-WB","encoding":"base64","extensions":["awb"],"xrefs":{"rfc":["rfc4867"],"template":["audio/AMR-WB"]},"registered":true},{"content-type":"audio/amr-wb+","encoding":"base64","xrefs":{"rfc":["rfc4352"],"template":["audio/amr-wb+"]},"registered":true},{"content-type":"audio/aptx","encoding":"base64","xrefs":{"rfc":["rfc7310"],"template":["audio/aptx"]},"registered":true},{"content-type":"audio/asc","encoding":"base64","xrefs":{"rfc":["rfc6295"],"template":["audio/asc"]},"registered":true},{"content-type":"audio/ATRAC-ADVANCED-LOSSLESS","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC-ADVANCED-LOSSLESS"]},"registered":true},{"content-type":"audio/ATRAC-X","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC-X"]},"registered":true},{"content-type":"audio/ATRAC3","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC3"]},"registered":true},{"content-type":"audio/basic","friendly":{"en":"Sun Audio - Au file format"},"encoding":"base64","extensions":["au","snd"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["audio/basic"]},"registered":true},{"content-type":"audio/BV16","encoding":"base64","xrefs":{"rfc":["rfc4298"],"template":["audio/BV16"]},"registered":true},{"content-type":"audio/BV32","encoding":"base64","xrefs":{"rfc":["rfc4298"],"template":["audio/BV32"]},"registered":true},{"content-type":"audio/clearmode","encoding":"base64","xrefs":{"rfc":["rfc4040"],"template":["audio/clearmode"]},"registered":true},{"content-type":"audio/CN","encoding":"base64","xrefs":{"rfc":["rfc3389"],"template":["audio/CN"]},"registered":true},{"content-type":"audio/DAT12","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/DAT12"]},"registered":true},{"content-type":"audio/dls","encoding":"base64","xrefs":{"rfc":["rfc4613"],"template":["audio/dls"]},"registered":true},{"content-type":"audio/dsr-es201108","encoding":"base64","xrefs":{"rfc":["rfc3557"],"template":["audio/dsr-es201108"]},"registered":true},{"content-type":"audio/dsr-es202050","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202050"]},"registered":true},{"content-type":"audio/dsr-es202211","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202211"]},"registered":true},{"content-type":"audio/dsr-es202212","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202212"]},"registered":true},{"content-type":"audio/DV","encoding":"base64","xrefs":{"rfc":["rfc6469"],"template":["audio/DV"]},"registered":true},{"content-type":"audio/DVI4","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/DVI4"]},"registered":true},{"content-type":"audio/eac3","encoding":"base64","xrefs":{"rfc":["rfc4598"],"template":["audio/eac3"]},"registered":true},{"content-type":"audio/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["audio/encaprtp"]},"registered":true},{"content-type":"audio/EVRC","encoding":"base64","extensions":["evc"],"xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC"]},"registered":true},{"content-type":"audio/EVRC-QCP","encoding":"base64","xrefs":{"rfc":["rfc3625"],"template":["audio/EVRC-QCP"]},"registered":true},{"content-type":"audio/EVRC0","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC0"]},"registered":true},{"content-type":"audio/EVRC1","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC1"]},"registered":true},{"content-type":"audio/EVRCB","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCB"]},"registered":true},{"content-type":"audio/EVRCB0","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCB0"]},"registered":true},{"content-type":"audio/EVRCB1","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRCB1"]},"registered":true},{"content-type":"audio/EVRCNW","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW"]},"registered":true},{"content-type":"audio/EVRCNW0","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW0"]},"registered":true},{"content-type":"audio/EVRCNW1","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW1"]},"registered":true},{"content-type":"audio/EVRCWB","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB"]},"registered":true},{"content-type":"audio/EVRCWB0","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB0"]},"registered":true},{"content-type":"audio/EVRCWB1","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB1"]},"registered":true},{"content-type":"audio/EVS","encoding":"base64","xrefs":{"person":["Kyunghun_Jung","_3GPP"],"template":["audio/EVS"]},"registered":true},{"content-type":"audio/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["audio/example"]},"registered":true},{"content-type":"audio/flexfec","encoding":"base64","xrefs":{"rfc":["rfc8627"],"template":["audio/flexfec"]},"registered":true},{"content-type":"audio/fwdred","encoding":"base64","xrefs":{"rfc":["rfc6354"],"template":["audio/fwdred"]},"registered":true},{"content-type":"audio/G711-0","encoding":"base64","xrefs":{"rfc":["rfc7655"],"template":["audio/G711-0"]},"registered":true},{"content-type":"audio/G719","encoding":"base64","xrefs":{"rfc":["rfc5404"],"rfc-errata":["3245"],"template":["audio/G719"]},"registered":true},{"content-type":"audio/G722","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G722"]},"registered":true},{"content-type":"audio/G7221","encoding":"base64","xrefs":{"rfc":["rfc5577"],"template":["audio/G7221"]},"registered":true},{"content-type":"audio/G723","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G723"]},"registered":true},{"content-type":"audio/G726-16","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-16"]},"registered":true},{"content-type":"audio/G726-24","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-24"]},"registered":true},{"content-type":"audio/G726-32","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-32"]},"registered":true},{"content-type":"audio/G726-40","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-40"]},"registered":true},{"content-type":"audio/G728","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G728"]},"registered":true},{"content-type":"audio/G729","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729"]},"registered":true},{"content-type":"audio/G7291","encoding":"base64","xrefs":{"rfc":["rfc4749","rfc5459"],"template":["audio/G7291"]},"registered":true},{"content-type":"audio/G729D","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729D"]},"registered":true},{"content-type":"audio/G729E","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729E"]},"registered":true},{"content-type":"audio/GSM","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/GSM"]},"registered":true},{"content-type":"audio/GSM-EFR","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/GSM-EFR"]},"registered":true},{"content-type":"audio/GSM-HR-08","encoding":"base64","xrefs":{"rfc":["rfc5993"],"template":["audio/GSM-HR-08"]},"registered":true},{"content-type":"audio/iLBC","encoding":"base64","xrefs":{"rfc":["rfc3952"],"template":["audio/iLBC"]},"registered":true},{"content-type":"audio/ip-mr_v2.5","encoding":"base64","xrefs":{"rfc":["rfc6262"],"template":["audio/ip-mr_v2.5"]},"registered":true},{"content-type":"audio/L16","encoding":"base64","extensions":["l16"],"xrefs":{"rfc":["rfc4856"],"template":["audio/L16"]},"registered":true},{"content-type":"audio/L20","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/L20"]},"registered":true},{"content-type":"audio/L24","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/L24"]},"registered":true},{"content-type":"audio/L8","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/L8"]},"registered":true},{"content-type":"audio/LPC","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/LPC"]},"registered":true},{"content-type":"audio/MELP","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP"]},"registered":true},{"content-type":"audio/MELP1200","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP1200"]},"registered":true},{"content-type":"audio/MELP2400","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP2400"]},"registered":true},{"content-type":"audio/MELP600","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP600"]},"registered":true},{"content-type":"audio/mhas","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","Ingo_Hofmann","Nils_Peters"],"template":["audio/mhas"]},"registered":true},{"content-type":"audio/midi","friendly":{"en":"MIDI - Musical Instrument Digital Interface"},"encoding":"base64","extensions":["kar","mid","midi","rmi"],"registered":false},{"content-type":"audio/mobile-xmf","encoding":"base64","xrefs":{"rfc":["rfc4723"],"template":["audio/mobile-xmf"]},"registered":true},{"content-type":"audio/mp4","friendly":{"en":"MPEG-4 Audio"},"encoding":"base64","extensions":["mp4","mpg4","f4a","f4b","mp4a","m4a"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["audio/mp4"]},"registered":true},{"content-type":"audio/MP4A-LATM","encoding":"base64","extensions":["m4a"],"xrefs":{"rfc":["rfc6416"],"template":["audio/MP4A-LATM"]},"registered":true},{"content-type":"audio/MPA","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["audio/MPA"]},"registered":true},{"content-type":"audio/mpa-robust","encoding":"base64","xrefs":{"rfc":["rfc5219"],"template":["audio/mpa-robust"]},"registered":true},{"content-type":"audio/mpeg","friendly":{"en":"MPEG Audio"},"encoding":"base64","extensions":["mpga","mp2","mp3","m2a","m3a","mp2a"],"xrefs":{"rfc":["rfc3003"],"template":["audio/mpeg"]},"registered":true},{"content-type":"audio/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640","rfc5691","rfc6295"],"template":["audio/mpeg4-generic"]},"registered":true},{"content-type":"audio/ogg","friendly":{"en":"Ogg Audio"},"encoding":"base64","extensions":["oga","ogg","spx","opus"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["audio/ogg"]},"registered":true},{"content-type":"audio/opus","encoding":"base64","xrefs":{"rfc":["rfc7587"],"template":["audio/opus"]},"registered":true},{"content-type":"audio/parityfec","encoding":"base64","xrefs":{"rfc":["rfc3009"],"template":["audio/parityfec"]},"registered":true},{"content-type":"audio/PCMA","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/PCMA"]},"registered":true},{"content-type":"audio/PCMA-WB","encoding":"base64","xrefs":{"rfc":["rfc5391"],"template":["audio/PCMA-WB"]},"registered":true},{"content-type":"audio/PCMU","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/PCMU"]},"registered":true},{"content-type":"audio/PCMU-WB","encoding":"base64","xrefs":{"rfc":["rfc5391"],"template":["audio/PCMU-WB"]},"registered":true},{"content-type":"audio/prs.sid","encoding":"base64","xrefs":{"person":["Linus_Walleij"],"template":["audio/prs.sid"]},"registered":true},{"content-type":"audio/QCELP","encoding":"base64","xrefs":{"rfc":["rfc3555","rfc3625"],"template":["audio/QCELP"]},"registered":true},{"content-type":"audio/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["audio/raptorfec"]},"registered":true},{"content-type":"audio/RED","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["audio/RED"]},"registered":true},{"content-type":"audio/rtp-enc-aescm128","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["audio/rtp-enc-aescm128"]},"registered":true},{"content-type":"audio/rtp-midi","encoding":"base64","xrefs":{"rfc":["rfc6295"],"template":["audio/rtp-midi"]},"registered":true},{"content-type":"audio/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["audio/rtploopback"]},"registered":true},{"content-type":"audio/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["audio/rtx"]},"registered":true},{"content-type":"audio/s3m","encoding":"base64","extensions":["s3m"],"registered":false},{"content-type":"audio/scip","encoding":"base64","xrefs":{"person":["Daniel_Hanson","Michael_Faller","SCIP"],"template":["audio/scip"]},"registered":true},{"content-type":"audio/silk","encoding":"base64","extensions":["sil"],"registered":false},{"content-type":"audio/SMV","encoding":"base64","extensions":["smv"],"xrefs":{"rfc":["rfc3558"],"template":["audio/SMV"]},"registered":true},{"content-type":"audio/SMV-QCP","encoding":"base64","xrefs":{"rfc":["rfc3625"],"template":["audio/SMV-QCP"]},"registered":true},{"content-type":"audio/SMV0","encoding":"base64","xrefs":{"rfc":["rfc3558"],"template":["audio/SMV0"]},"registered":true},{"content-type":"audio/sofa","encoding":"base64","xrefs":{"person":["AES","Piotr_Majdak"],"template":["audio/sofa"]},"registered":true},{"content-type":"audio/sp-midi","encoding":"base64","xrefs":{"person":["Timo_Kosonen","Tom_White"],"template":["audio/sp-midi"]},"registered":true},{"content-type":"audio/speex","encoding":"base64","xrefs":{"rfc":["rfc5574"],"template":["audio/speex"]},"registered":true},{"content-type":"audio/t140c","encoding":"base64","xrefs":{"rfc":["rfc4351"],"template":["audio/t140c"]},"registered":true},{"content-type":"audio/t38","encoding":"base64","xrefs":{"rfc":["rfc4612"],"template":["audio/t38"]},"registered":true},{"content-type":"audio/telephone-event","encoding":"base64","xrefs":{"rfc":["rfc4733"],"template":["audio/telephone-event"]},"registered":true},{"content-type":"audio/TETRA_ACELP","encoding":"base64","xrefs":{"person":["ETSI","Miguel_Angel_Reina_Ortega"],"template":["audio/TETRA_ACELP"]},"registered":true},{"content-type":"audio/TETRA_ACELP_BB","encoding":"base64","xrefs":{"person":["ETSI","Miguel_Angel_Reina_Ortega"],"template":["audio/TETRA_ACELP_BB"]},"registered":true},{"content-type":"audio/tone","encoding":"base64","xrefs":{"rfc":["rfc4733"],"template":["audio/tone"]},"registered":true},{"content-type":"audio/TSVCIS","encoding":"base64","xrefs":{"rfc":["rfc8817"],"template":["audio/TSVCIS"]},"registered":true},{"content-type":"audio/UEMCLIP","encoding":"base64","xrefs":{"rfc":["rfc5686"],"template":["audio/UEMCLIP"]},"registered":true},{"content-type":"audio/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["audio/ulpfec"]},"registered":true},{"content-type":"audio/usac","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","Max_Neuendorf"],"template":["audio/usac"]},"registered":true},{"content-type":"audio/VDVI","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/VDVI"]},"registered":true},{"content-type":"audio/VMR-WB","encoding":"base64","xrefs":{"rfc":["rfc4348","rfc4424"],"template":["audio/VMR-WB"]},"registered":true},{"content-type":"audio/vnd.3gpp.iufp","encoding":"base64","xrefs":{"person":["Thomas_Belling"],"template":["audio/vnd.3gpp.iufp"]},"registered":true},{"content-type":"audio/vnd.4SB","encoding":"base64","xrefs":{"person":["Serge_De_Jaham"],"template":["audio/vnd.4SB"]},"registered":true},{"content-type":"audio/vnd.audiokoz","encoding":"base64","xrefs":{"person":["Vicki_DeBarros"],"template":["audio/vnd.audiokoz"]},"registered":true},{"content-type":"audio/vnd.CELP","encoding":"base64","xrefs":{"person":["Serge_De_Jaham"],"template":["audio/vnd.CELP"]},"registered":true},{"content-type":"audio/vnd.cisco.nse","encoding":"base64","xrefs":{"person":["Rajesh_Kumar"],"template":["audio/vnd.cisco.nse"]},"registered":true},{"content-type":"audio/vnd.cmles.radio-events","encoding":"base64","xrefs":{"person":["Jean-Philippe_Goulet"],"template":["audio/vnd.cmles.radio-events"]},"registered":true},{"content-type":"audio/vnd.cns.anp1","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.anp1"]},"registered":true},{"content-type":"audio/vnd.cns.inf1","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.inf1"]},"registered":true},{"content-type":"audio/vnd.dece.audio","friendly":{"en":"DECE Audio"},"encoding":"base64","extensions":["uva","uvva"],"xrefs":{"person":["Michael_A_Dolan"],"template":["audio/vnd.dece.audio"]},"registered":true},{"content-type":"audio/vnd.digital-winds","friendly":{"en":"Digital Winds Music"},"encoding":"7bit","extensions":["eol"],"xrefs":{"person":["Armands_Strazds"],"template":["audio/vnd.digital-winds"]},"registered":true},{"content-type":"audio/vnd.dlna.adts","encoding":"base64","xrefs":{"person":["Edwin_Heredia"],"template":["audio/vnd.dlna.adts"]},"registered":true},{"content-type":"audio/vnd.dolby.heaac.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.heaac.1"]},"registered":true},{"content-type":"audio/vnd.dolby.heaac.2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.heaac.2"]},"registered":true},{"content-type":"audio/vnd.dolby.mlp","encoding":"base64","xrefs":{"person":["Mike_Ward"],"template":["audio/vnd.dolby.mlp"]},"registered":true},{"content-type":"audio/vnd.dolby.mps","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.mps"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2x","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2x"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2z","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2z"]},"registered":true},{"content-type":"audio/vnd.dolby.pulse.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pulse.1"]},"registered":true},{"content-type":"audio/vnd.dra","friendly":{"en":"DRA Audio"},"encoding":"base64","extensions":["dra"],"xrefs":{"person":["Jiang_Tian"],"template":["audio/vnd.dra"]},"registered":true},{"content-type":"audio/vnd.dts","friendly":{"en":"DTS Audio"},"encoding":"base64","extensions":["dts"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts"]},"registered":true},{"content-type":"audio/vnd.dts.hd","friendly":{"en":"DTS High Definition Audio"},"encoding":"base64","extensions":["dtshd"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts.hd"]},"registered":true},{"content-type":"audio/vnd.dts.uhd","encoding":"base64","xrefs":{"person":["Phillip_Maness"],"template":["audio/vnd.dts.uhd"]},"registered":true},{"content-type":"audio/vnd.dvb.file","encoding":"base64","xrefs":{"person":["Peter_Siebert"],"template":["audio/vnd.dvb.file"]},"registered":true},{"content-type":"audio/vnd.everad.plj","encoding":"base64","extensions":["plj"],"xrefs":{"person":["Shay_Cicelsky"],"template":["audio/vnd.everad.plj"]},"registered":true},{"content-type":"audio/vnd.hns.audio","encoding":"base64","xrefs":{"person":["Swaminathan"],"template":["audio/vnd.hns.audio"]},"registered":true},{"content-type":"audio/vnd.lucent.voice","friendly":{"en":"Lucent Voice"},"encoding":"base64","extensions":["lvp"],"xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.lucent.voice"]},"registered":true},{"content-type":"audio/vnd.ms-playready.media.pya","friendly":{"en":"Microsoft PlayReady Ecosystem"},"encoding":"base64","extensions":["pya"],"xrefs":{"person":["Steve_DiAcetis"],"template":["audio/vnd.ms-playready.media.pya"]},"registered":true},{"content-type":"audio/vnd.nokia.mobile-xmf","encoding":"base64","extensions":["mxmf"],"xrefs":{"person":["Nokia"],"template":["audio/vnd.nokia.mobile-xmf"]},"registered":true},{"content-type":"audio/vnd.nortel.vbk","encoding":"base64","extensions":["vbk"],"xrefs":{"person":["Glenn_Parsons"],"template":["audio/vnd.nortel.vbk"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp4800","friendly":{"en":"Nuera ECELP 4800"},"encoding":"base64","extensions":["ecelp4800"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp4800"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp7470","friendly":{"en":"Nuera ECELP 7470"},"encoding":"base64","extensions":["ecelp7470"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp7470"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp9600","friendly":{"en":"Nuera ECELP 9600"},"encoding":"base64","extensions":["ecelp9600"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp9600"]},"registered":true},{"content-type":"audio/vnd.octel.sbc","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.octel.sbc"]},"registered":true},{"content-type":"audio/vnd.presonus.multitrack","encoding":"base64","xrefs":{"person":["Matthias_Juwan"],"template":["audio/vnd.presonus.multitrack"]},"registered":true},{"content-type":"audio/vnd.qcelp","encoding":"base64","extensions":["qcp"],"obsolete":true,"use-instead":"audio/qcelp","xrefs":{"rfc":["rfc3625"],"template":["audio/vnd.qcelp"],"notes":["- DEPRECATED in favor of audio/qcelp"]},"registered":true},{"content-type":"audio/vnd.rhetorex.32kadpcm","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.rhetorex.32kadpcm"]},"registered":true},{"content-type":"audio/vnd.rip","friendly":{"en":"Hit'n'Mix"},"encoding":"base64","extensions":["rip"],"xrefs":{"person":["Martin_Dawe"],"template":["audio/vnd.rip"]},"registered":true},{"content-type":"audio/vnd.sealedmedia.softseal.mpeg","encoding":"base64","extensions":["smp3","smp","s1m"],"xrefs":{"person":["David_Petersen"],"template":["audio/vnd.sealedmedia.softseal.mpeg"]},"registered":true},{"content-type":"audio/vnd.vmx.cvsd","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.vmx.cvsd"]},"registered":true},{"content-type":"audio/vorbis","encoding":"base64","xrefs":{"rfc":["rfc5215"],"template":["audio/vorbis"]},"registered":true},{"content-type":"audio/vorbis-config","encoding":"base64","xrefs":{"rfc":["rfc5215"],"template":["audio/vorbis-config"]},"registered":true},{"content-type":"audio/wav","friendly":{"en":"Waveform Audio File Format (WAV)"},"encoding":"base64","extensions":["wav"],"registered":false},{"content-type":"audio/webm","friendly":{"en":"Open Web Media Project - Audio"},"encoding":"base64","extensions":["weba","webm"],"registered":false},{"content-type":"audio/x-aac","friendly":{"en":"Advanced Audio Coding (AAC)"},"encoding":"base64","extensions":["aac"],"registered":false},{"content-type":"audio/x-aiff","friendly":{"en":"Audio Interchange File Format"},"encoding":"base64","extensions":["aif","aifc","aiff"],"registered":false},{"content-type":"audio/x-caf","encoding":"base64","extensions":["caf"],"registered":false},{"content-type":"audio/x-flac","encoding":"base64","extensions":["flac"],"registered":false},{"content-type":"audio/x-m4a","encoding":"base64","extensions":["m4a"],"registered":false},{"content-type":"audio/x-matroska","encoding":"base64","extensions":["mka"],"registered":false},{"content-type":"audio/x-midi","encoding":"base64","extensions":["mid","midi","kar"],"registered":false},{"content-type":"audio/x-mpegurl","friendly":{"en":"M3U (Multimedia Playlist)"},"encoding":"base64","extensions":["m3u"],"registered":false},{"content-type":"audio/x-ms-wax","friendly":{"en":"Microsoft Windows Media Audio Redirector"},"encoding":"base64","extensions":["wax"],"registered":false},{"content-type":"audio/x-ms-wma","friendly":{"en":"Microsoft Windows Media Audio"},"encoding":"base64","extensions":["wma"],"registered":false},{"content-type":"audio/x-ms-wmv","encoding":"base64","extensions":["wmv"],"registered":false},{"content-type":"audio/x-pn-realaudio","friendly":{"en":"Real Audio Sound"},"encoding":"base64","extensions":["ra","ram"],"registered":false},{"content-type":"audio/x-pn-realaudio-plugin","friendly":{"en":"Real Audio Sound"},"encoding":"base64","extensions":["rmp","rpm"],"registered":false},{"content-type":"audio/x-realaudio","encoding":"base64","extensions":["ra"],"registered":false},{"content-type":"audio/x-wav","friendly":{"en":"Waveform Audio File Format (WAV)"},"encoding":"base64","extensions":["wav"],"registered":false},{"content-type":"audio/xm","encoding":"base64","extensions":["xm"],"registered":false},{"content-type":"chemical/x-cdx","friendly":{"en":"ChemDraw eXchange file"},"encoding":"base64","extensions":["cdx"],"registered":false},{"content-type":"chemical/x-cif","friendly":{"en":"Crystallographic Interchange Format"},"encoding":"base64","extensions":["cif"],"registered":false},{"content-type":"chemical/x-cmdf","friendly":{"en":"CrystalMaker Data Format"},"encoding":"base64","extensions":["cmdf"],"registered":false},{"content-type":"chemical/x-cml","friendly":{"en":"Chemical Markup Language"},"encoding":"base64","extensions":["cml"],"registered":false},{"content-type":"chemical/x-csml","friendly":{"en":"Chemical Style Markup Language"},"encoding":"base64","extensions":["csml"],"registered":false},{"content-type":"chemical/x-pdb","encoding":"base64","extensions":["pdb"],"obsolete":true,"use-instead":"x-chemical/x-pdb","registered":false},{"content-type":"chemical/x-xyz","friendly":{"en":"XYZ File Format"},"encoding":"base64","extensions":["xyz"],"obsolete":true,"use-instead":"x-chemical/x-xyz","registered":false},{"content-type":"drawing/dwf","encoding":"base64","extensions":["dwf"],"obsolete":true,"use-instead":"x-drawing/dwf","registered":false},{"content-type":"font/collection","encoding":"base64","extensions":["ttc"],"xrefs":{"rfc":["rfc8081"],"template":["font/collection"]},"registered":true},{"content-type":"font/otf","encoding":"base64","extensions":["otf"],"xrefs":{"rfc":["rfc8081"],"template":["font/otf"]},"registered":true},{"content-type":"font/sfnt","encoding":"base64","xrefs":{"rfc":["rfc8081"],"template":["font/sfnt"]},"registered":true},{"content-type":"font/ttf","encoding":"base64","extensions":["ttf"],"xrefs":{"rfc":["rfc8081"],"template":["font/ttf"]},"registered":true},{"content-type":"font/woff","encoding":"base64","extensions":["woff"],"xrefs":{"rfc":["rfc8081"],"template":["font/woff"]},"registered":true},{"content-type":"font/woff2","encoding":"base64","extensions":["woff2"],"xrefs":{"rfc":["rfc8081"],"template":["font/woff2"]},"registered":true},{"content-type":"image/aces","encoding":"base64","xrefs":{"person":["Howard_Lukk","SMPTE"],"template":["image/aces"]},"registered":true},{"content-type":"image/avci","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["image/avci"]},"registered":true},{"content-type":"image/avcs","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["image/avcs"]},"registered":true},{"content-type":"image/avif","encoding":"base64","extensions":["avif"],"xrefs":{"person":["Alliance_for_Open_Media","Cyril_Concolato"],"template":["image/avif"]},"registered":true},{"content-type":"image/bmp","friendly":{"en":"Bitmap Image File"},"encoding":"base64","extensions":["bmp"],"obsolete":true,"use-instead":"image/x-bmp","xrefs":{"rfc":["rfc7903"],"template":["image/bmp"]},"registered":true},{"content-type":"image/cgm","friendly":{"en":"Computer Graphics Metafile"},"encoding":"base64","extensions":["cgm"],"xrefs":{"person":["Alan_Francis"],"template":["image/cgm"]},"registered":true},{"content-type":"image/cmu-raster","encoding":"base64","obsolete":true,"use-instead":"image/x-cmu-raster","registered":false},{"content-type":"image/dicom-rle","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","David_Clunie"],"template":["image/dicom-rle"]},"registered":true},{"content-type":"image/dpx","encoding":"base64","xrefs":{"person":["Director_of_Standards"]},"registered":true,"provisional":true},{"content-type":"image/emf","encoding":"base64","xrefs":{"rfc":["rfc7903"],"template":["image/emf"]},"registered":true},{"content-type":"image/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["image/example"]},"registered":true},{"content-type":"image/fits","encoding":"base64","xrefs":{"rfc":["rfc4047"],"template":["image/fits"]},"registered":true},{"content-type":"image/g3fax","friendly":{"en":"G3 Fax Image"},"encoding":"base64","extensions":["g3"],"xrefs":{"rfc":["rfc1494"],"template":["image/g3fax"]},"registered":true},{"content-type":"image/gif","friendly":{"en":"Graphics Interchange Format"},"encoding":"base64","extensions":["gif"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"image/heic","encoding":"base64","extensions":["heic","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["image/heic"]},"registered":true},{"content-type":"image/heic-sequence","encoding":"base64","extensions":["heics","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["image/heic-sequence"]},"registered":true},{"content-type":"image/heif","encoding":"base64","extensions":["heif","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["image/heif"]},"registered":true},{"content-type":"image/heif-sequence","encoding":"base64","extensions":["heifs","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["image/heif-sequence"]},"registered":true},{"content-type":"image/hej2k","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/hej2k"]},"registered":true},{"content-type":"image/hsj2","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/hsj2"]},"registered":true},{"content-type":"image/ief","friendly":{"en":"Image Exchange Format"},"encoding":"base64","extensions":["ief"],"xrefs":{"rfc":["rfc1314"]},"registered":true},{"content-type":"image/j2is","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1-SC_29-WG_1_Convenor"]},"registered":true,"provisional":true},{"content-type":"image/jls","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","David_Clunie"],"template":["image/jls"]},"registered":true},{"content-type":"image/jp2","encoding":"base64","extensions":["jp2","jpg2"],"xrefs":{"rfc":["rfc3745"],"template":["image/jp2"]},"registered":true},{"content-type":"image/jpeg","friendly":{"en":"JPEG Image"},"encoding":"base64","extensions":["jpeg","jpg","jpe"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"image/jph","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/jph"]},"registered":true},{"content-type":"image/jphc","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/jphc"]},"registered":true},{"content-type":"image/jpm","encoding":"base64","extensions":["jpm","jpgm"],"xrefs":{"rfc":["rfc3745"],"template":["image/jpm"]},"registered":true},{"content-type":"image/jpx","encoding":"base64","extensions":["jpx","jpf"],"xrefs":{"rfc":["rfc3745"],"template":["image/jpx"]},"registered":true},{"content-type":"image/jxl","encoding":"base64","xrefs":{"person":["Touradj_Ebrahimi"]},"registered":true,"provisional":true},{"content-type":"image/jxr","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/jxr"]},"registered":true},{"content-type":"image/jxrA","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/jxrA"]},"registered":true},{"content-type":"image/jxrS","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","ITU-T"],"template":["image/jxrS"]},"registered":true},{"content-type":"image/jxs","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1"],"template":["image/jxs"]},"registered":true},{"content-type":"image/jxsc","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1"],"template":["image/jxsc"]},"registered":true},{"content-type":"image/jxsi","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1"],"template":["image/jxsi"]},"registered":true},{"content-type":"image/jxss","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1"],"template":["image/jxss"]},"registered":true},{"content-type":"image/ktx","friendly":{"en":"OpenGL Textures (KTX)"},"encoding":"base64","extensions":["ktx"],"xrefs":{"person":["Khronos","Mark_Callow"],"template":["image/ktx"]},"registered":true},{"content-type":"image/ktx2","encoding":"base64","xrefs":{"person":["Khronos","Mark_Callow"],"template":["image/ktx2"]},"registered":true},{"content-type":"image/naplps","encoding":"base64","xrefs":{"person":["Ilya_Ferber"],"template":["image/naplps"]},"registered":true},{"content-type":"image/pjpeg","docs":"Fixes a bug with IE6 and progressive JPEGs","encoding":"base64","registered":false},{"content-type":"image/png","friendly":{"en":"Portable Network Graphics (PNG)"},"encoding":"base64","extensions":["png"],"xrefs":{"person":["Glenn_Randers-Pehrson"],"template":["image/png"]},"registered":true},{"content-type":"image/prs.btif","friendly":{"en":"BTIF"},"encoding":"base64","extensions":["btif"],"xrefs":{"person":["Ben_Simon"],"template":["image/prs.btif"]},"registered":true},{"content-type":"image/prs.pti","encoding":"base64","xrefs":{"person":["Juern_Laun"],"template":["image/prs.pti"]},"registered":true},{"content-type":"image/pwg-raster","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["image/pwg-raster"]},"registered":true},{"content-type":"image/sgi","encoding":"base64","extensions":["sgi"],"registered":false},{"content-type":"image/svg+xml","friendly":{"en":"Scalable Vector Graphics (SVG)"},"encoding":"8bit","extensions":["svg","svgz"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/SVG/mimereg.html"],"template":["image/svg+xml"]},"registered":true},{"content-type":"image/t38","encoding":"base64","xrefs":{"rfc":["rfc3362"],"template":["image/t38"]},"registered":true},{"content-type":"image/targa","encoding":"base64","extensions":["tga"],"obsolete":true,"use-instead":"image/x-targa","registered":false},{"content-type":"image/tiff","friendly":{"en":"Tagged Image File Format"},"encoding":"base64","extensions":["tiff","tif"],"xrefs":{"rfc":["rfc3302"],"template":["image/tiff"]},"registered":true},{"content-type":"image/tiff-fx","encoding":"base64","xrefs":{"rfc":["rfc3950"],"template":["image/tiff-fx"]},"registered":true},{"content-type":"image/vnd.adobe.photoshop","friendly":{"en":"Photoshop Document"},"encoding":"base64","extensions":["psd"],"xrefs":{"person":["Kim_Scarborough"],"template":["image/vnd.adobe.photoshop"]},"registered":true},{"content-type":"image/vnd.airzip.accelerator.azv","encoding":"base64","xrefs":{"person":["Gary_Clueit"],"template":["image/vnd.airzip.accelerator.azv"]},"registered":true},{"content-type":"image/vnd.cns.inf2","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["image/vnd.cns.inf2"]},"registered":true},{"content-type":"image/vnd.dece.graphic","friendly":{"en":"DECE Graphic"},"encoding":"base64","extensions":["uvg","uvi","uvvg","uvvi"],"xrefs":{"person":["Michael_A_Dolan"],"template":["image/vnd.dece.graphic"]},"registered":true},{"content-type":"image/vnd.dgn","encoding":"base64","extensions":["dgn"],"obsolete":true,"use-instead":"image/x-vnd.dgn","registered":false},{"content-type":"image/vnd.djvu","friendly":{"en":"DjVu"},"encoding":"base64","extensions":["djvu","djv"],"xrefs":{"person":["Leon_Bottou"],"template":["image/vnd.djvu"]},"registered":true},{"content-type":"image/vnd.dvb.subtitle","friendly":{"en":"Close Captioning - Subtitle"},"encoding":"base64","extensions":["sub"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["image/vnd.dvb.subtitle"]},"registered":true},{"content-type":"image/vnd.dwg","friendly":{"en":"DWG Drawing"},"encoding":"base64","extensions":["dwg"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dwg"]},"registered":true},{"content-type":"image/vnd.dxf","friendly":{"en":"AutoCAD DXF"},"encoding":"base64","extensions":["dxf"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dxf"]},"registered":true},{"content-type":"image/vnd.fastbidsheet","friendly":{"en":"FastBid Sheet"},"encoding":"base64","extensions":["fbs"],"xrefs":{"person":["Scott_Becker"],"template":["image/vnd.fastbidsheet"]},"registered":true},{"content-type":"image/vnd.fpx","friendly":{"en":"FlashPix"},"encoding":"base64","extensions":["fpx"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.fpx"]},"registered":true},{"content-type":"image/vnd.fst","friendly":{"en":"FAST Search & Transfer ASA"},"encoding":"base64","extensions":["fst"],"xrefs":{"person":["Arild_Fuldseth"],"template":["image/vnd.fst"]},"registered":true},{"content-type":"image/vnd.fujixerox.edmics-mmr","friendly":{"en":"EDMICS 2000"},"encoding":"base64","extensions":["mmr"],"xrefs":{"person":["Masanori_Onda"],"template":["image/vnd.fujixerox.edmics-mmr"]},"registered":true},{"content-type":"image/vnd.fujixerox.edmics-rlc","friendly":{"en":"EDMICS 2000"},"encoding":"base64","extensions":["rlc"],"xrefs":{"person":["Masanori_Onda"],"template":["image/vnd.fujixerox.edmics-rlc"]},"registered":true},{"content-type":"image/vnd.globalgraphics.pgb","encoding":"base64","extensions":["pgb"],"xrefs":{"person":["Martin_Bailey"],"template":["image/vnd.globalgraphics.pgb"]},"registered":true},{"content-type":"image/vnd.microsoft.icon","encoding":"base64","extensions":["ico"],"xrefs":{"person":["Simon_Butcher"],"template":["image/vnd.microsoft.icon"]},"registered":true},{"content-type":"image/vnd.mix","encoding":"base64","xrefs":{"person":["Saveen_Reddy"],"template":["image/vnd.mix"]},"registered":true},{"content-type":"image/vnd.mozilla.apng","encoding":"base64","xrefs":{"person":["Stuart_Parmenter"],"template":["image/vnd.mozilla.apng"]},"registered":true},{"content-type":"image/vnd.ms-modi","friendly":{"en":"Microsoft Document Imaging Format"},"encoding":"base64","extensions":["mdi"],"xrefs":{"person":["Gregory_Vaughan"],"template":["image/vnd.ms-modi"]},"registered":true},{"content-type":"image/vnd.ms-photo","encoding":"base64","extensions":["wdp"],"registered":false},{"content-type":"image/vnd.net-fpx","friendly":{"en":"FlashPix"},"encoding":"base64","extensions":["npx"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.net-fpx"]},"registered":true},{"content-type":"image/vnd.net.fpx","encoding":"base64","obsolete":true,"use-instead":"image/vnd.net-fpx","registered":false},{"content-type":"image/vnd.pco.b16","encoding":"base64","xrefs":{"person":["Jan_Zeman","PCO_AG"],"template":["image/vnd.pco.b16"]},"registered":true},{"content-type":"image/vnd.radiance","encoding":"base64","xrefs":{"person":["Greg_Ward","Randolph_Fritz"],"template":["image/vnd.radiance"]},"registered":true},{"content-type":"image/vnd.sealed.png","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealed.png"]},"registered":true},{"content-type":"image/vnd.sealedmedia.softseal.gif","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal.gif"]},"registered":true},{"content-type":"image/vnd.sealedmedia.softseal.jpg","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal.jpg"]},"registered":true},{"content-type":"image/vnd.svf","encoding":"base64","xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.svf"]},"registered":true},{"content-type":"image/vnd.tencent.tap","encoding":"base64","xrefs":{"person":["Ni_Hui"],"template":["image/vnd.tencent.tap"]},"registered":true},{"content-type":"image/vnd.valve.source.texture","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["image/vnd.valve.source.texture"]},"registered":true},{"content-type":"image/vnd.wap.wbmp","friendly":{"en":"WAP Bitamp (WBMP)"},"encoding":"base64","extensions":["wbmp"],"xrefs":{"person":["Peter_Stark"],"template":["image/vnd.wap.wbmp"]},"registered":true},{"content-type":"image/vnd.xiff","friendly":{"en":"eXtended Image File Format (XIFF)"},"encoding":"base64","extensions":["xif"],"xrefs":{"person":["Steven_Martin"],"template":["image/vnd.xiff"]},"registered":true},{"content-type":"image/vnd.zbrush.pcx","encoding":"base64","xrefs":{"person":["Chris_Charabaruk"],"template":["image/vnd.zbrush.pcx"]},"registered":true},{"content-type":"image/webp","friendly":{"en":"WebP Image"},"encoding":"base64","extensions":["webp"],"registered":false},{"content-type":"image/wmf","encoding":"base64","xrefs":{"rfc":["rfc7903"],"template":["image/wmf"]},"registered":true},{"content-type":"image/x-3ds","encoding":"base64","extensions":["3ds"],"registered":false},{"content-type":"image/x-adobe-dng","friendly":{"en":"Adobe Digital Negative"},"encoding":"base64","extensions":["dng"],"registered":false},{"content-type":"image/x-bmp","encoding":"base64","extensions":["bmp"],"registered":false},{"content-type":"image/x-canon-cr2","friendly":{"en":"Canon Raw Image"},"encoding":"base64","extensions":["cr2"],"registered":false},{"content-type":"image/x-canon-crw","friendly":{"en":"Canon Raw Image"},"encoding":"base64","extensions":["crw"],"registered":false},{"content-type":"image/x-cmu-raster","friendly":{"en":"CMU Image"},"encoding":"base64","extensions":["ras"],"registered":false},{"content-type":"image/x-cmx","friendly":{"en":"Corel Metafile Exchange (CMX)"},"encoding":"base64","extensions":["cmx"],"registered":false},{"content-type":"image/x-compressed-xcf","docs":"see-also:image/x-xcf","encoding":"base64","extensions":["xcfbz2","xcfgz"],"registered":false},{"content-type":"image/x-emf","encoding":"base64","obsolete":true,"use-instead":"image/emf","xrefs":{"rfc":["rfc7903"],"template":["image/emf"],"notes":["- DEPRECATED in favor of image/emf"]},"registered":true},{"content-type":"image/x-epson-erf","friendly":{"en":"Epson Raw Image"},"encoding":"base64","extensions":["erf"],"registered":false},{"content-type":"image/x-freehand","friendly":{"en":"FreeHand MX"},"encoding":"base64","extensions":["fh","fh4","fh5","fh7","fhc"],"registered":false},{"content-type":"image/x-fuji-raf","friendly":{"en":"Fuji Raw Image"},"encoding":"base64","extensions":["raf"],"registered":false},{"content-type":"image/x-hasselblad-3fr","encoding":"base64","extensions":["3fr"],"registered":false},{"content-type":"image/x-icon","friendly":{"en":"Icon Image"},"encoding":"base64","extensions":["ico"],"registered":false},{"content-type":"image/x-kodak-dcr","friendly":{"en":"Kodak Raw Image"},"encoding":"base64","extensions":["dcr"],"registered":false},{"content-type":"image/x-kodak-k25","friendly":{"en":"Kodak Raw Image"},"encoding":"base64","extensions":["k25"],"registered":false},{"content-type":"image/x-kodak-kdc","friendly":{"en":"Kodak Raw Image"},"encoding":"base64","extensions":["kdc"],"registered":false},{"content-type":"image/x-minolta-mrw","friendly":{"en":"Minolta Raw Image"},"encoding":"base64","extensions":["mrw"],"registered":false},{"content-type":"image/x-mrsid-image","encoding":"base64","extensions":["sid"],"registered":false},{"content-type":"image/x-ms-bmp","friendly":{"en":"Bitmap Image File"},"encoding":"base64","extensions":["bmp"],"obsolete":true,"registered":false},{"content-type":"image/x-nikon-nef","friendly":{"en":"Nikon Raw Image"},"encoding":"base64","extensions":["nef"],"registered":false},{"content-type":"image/x-olympus-orf","friendly":{"en":"Olympus Raw Image"},"encoding":"base64","extensions":["orf"],"registered":false},{"content-type":"image/x-paintshoppro","encoding":"base64","extensions":["psp","pspimage"],"registered":false},{"content-type":"image/x-panasonic-raw","friendly":{"en":"Panasonic Raw Image"},"encoding":"base64","extensions":["raw"],"registered":false},{"content-type":"image/x-pcx","friendly":{"en":"PCX Image"},"encoding":"base64","extensions":["pcx"],"registered":false},{"content-type":"image/x-pentax-pef","friendly":{"en":"Pentax Raw Image"},"encoding":"base64","extensions":["pef"],"registered":false},{"content-type":"image/x-pict","friendly":{"en":"PICT Image"},"encoding":"base64","extensions":["pct","pic"],"registered":false},{"content-type":"image/x-portable-anymap","friendly":{"en":"Portable Anymap Image"},"encoding":"base64","extensions":["pnm"],"registered":false},{"content-type":"image/x-portable-bitmap","friendly":{"en":"Portable Bitmap Format"},"encoding":"base64","extensions":["pbm"],"registered":false},{"content-type":"image/x-portable-graymap","friendly":{"en":"Portable Graymap Format"},"encoding":"base64","extensions":["pgm"],"registered":false},{"content-type":"image/x-portable-pixmap","friendly":{"en":"Portable Pixmap Format"},"encoding":"base64","extensions":["ppm"],"registered":false},{"content-type":"image/x-rgb","friendly":{"en":"Silicon Graphics RGB Bitmap"},"encoding":"base64","extensions":["rgb"],"registered":false},{"content-type":"image/x-sigma-x3f","friendly":{"en":"Sigma Raw Image"},"encoding":"base64","extensions":["x3f"],"registered":false},{"content-type":"image/x-sony-arw","friendly":{"en":"Sony Raw Image"},"encoding":"base64","extensions":["arw"],"registered":false},{"content-type":"image/x-sony-sr2","friendly":{"en":"Sony Raw Image"},"encoding":"base64","extensions":["sr2"],"registered":false},{"content-type":"image/x-sony-srf","friendly":{"en":"Sony Raw Image"},"encoding":"base64","extensions":["srf"],"registered":false},{"content-type":"image/x-targa","encoding":"base64","extensions":["tga"],"registered":false},{"content-type":"image/x-tga","encoding":"base64","extensions":["tga"],"registered":false},{"content-type":"image/x-vnd.dgn","encoding":"base64","extensions":["dgn"],"registered":false},{"content-type":"image/x-win-bmp","encoding":"base64","registered":false},{"content-type":"image/x-wmf","encoding":"base64","obsolete":true,"use-instead":"image/wmf","xrefs":{"rfc":["rfc7903"],"template":["image/wmf"],"notes":["- DEPRECATED in favor of image/wmf"]},"registered":true},{"content-type":"image/x-xbitmap","friendly":{"en":"X BitMap"},"encoding":"7bit","extensions":["xbm"],"registered":false},{"content-type":"image/x-xbm","encoding":"7bit","extensions":["xbm"],"registered":false},{"content-type":"image/x-xcf","encoding":"base64","extensions":["xcf"],"registered":false},{"content-type":"image/x-xpixmap","friendly":{"en":"X PixMap"},"encoding":"8bit","extensions":["xpm"],"registered":false},{"content-type":"image/x-xwindowdump","friendly":{"en":"X Window Dump"},"encoding":"base64","extensions":["xwd"],"registered":false},{"content-type":"message/CPIM","encoding":"base64","xrefs":{"rfc":["rfc3862"],"template":["message/CPIM"]},"registered":true},{"content-type":"message/delivery-status","encoding":"base64","xrefs":{"rfc":["rfc1894"],"template":["message/delivery-status"]},"registered":true},{"content-type":"message/disposition-notification","encoding":"base64","xrefs":{"rfc":["rfc8098"],"template":["message/disposition-notification"]},"registered":true},{"content-type":"message/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["message/example"]},"registered":true},{"content-type":"message/external-body","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/feedback-report","encoding":"base64","xrefs":{"rfc":["rfc5965"],"template":["message/feedback-report"]},"registered":true},{"content-type":"message/global","encoding":"base64","xrefs":{"rfc":["rfc6532"],"template":["message/global"]},"registered":true},{"content-type":"message/global-delivery-status","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-delivery-status"]},"registered":true},{"content-type":"message/global-disposition-notification","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-disposition-notification"]},"registered":true},{"content-type":"message/global-headers","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-headers"]},"registered":true},{"content-type":"message/http","encoding":"base64","xrefs":{"draft":["RFC-ietf-httpbis-messaging-19"],"template":["message/http"]},"registered":true},{"content-type":"message/imdn+xml","encoding":"base64","xrefs":{"rfc":["rfc5438"],"template":["message/imdn+xml"]},"registered":true},{"content-type":"message/news","encoding":"8bit","obsolete":true,"xrefs":{"rfc":["rfc5537"],"person":["Henry_Spencer"],"template":["message/news"],"notes":["- OBSOLETED by RFC5537"]},"registered":true},{"content-type":"message/partial","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/rfc822","friendly":{"en":"Email Message"},"encoding":"8bit","extensions":["eml","mime"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/s-http","encoding":"base64","xrefs":{"rfc":["rfc2660"],"template":["message/s-http"]},"registered":true},{"content-type":"message/sip","encoding":"base64","xrefs":{"rfc":["rfc3261"],"template":["message/sip"]},"registered":true},{"content-type":"message/sipfrag","encoding":"base64","xrefs":{"rfc":["rfc3420"],"template":["message/sipfrag"]},"registered":true},{"content-type":"message/tracking-status","encoding":"base64","xrefs":{"rfc":["rfc3886"],"template":["message/tracking-status"]},"registered":true},{"content-type":"message/vnd.si.simp","encoding":"base64","obsolete":true,"xrefs":{"person":["Nicholas_Parks_Young"],"template":["message/vnd.si.simp"],"notes":["- OBSOLETED by request"]},"registered":true},{"content-type":"message/vnd.wfa.wsc","encoding":"base64","xrefs":{"person":["Mick_Conley"],"template":["message/vnd.wfa.wsc"]},"registered":true},{"content-type":"model/3mf","encoding":"base64","xrefs":{"uri":["http://www.3mf.io/specification"],"person":["Michael_Sweet","_3MF"],"template":["model/3mf"]},"registered":true},{"content-type":"model/e57","encoding":"base64","xrefs":{"person":["ASTM"],"template":["model/e57"]},"registered":true},{"content-type":"model/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["model/example"]},"registered":true},{"content-type":"model/gltf+json","encoding":"base64","xrefs":{"person":["Khronos","Uli_Klumpp"],"template":["model/gltf+json"]},"registered":true},{"content-type":"model/gltf-binary","encoding":"base64","xrefs":{"person":["Khronos","Saurabh_Bhatia"],"template":["model/gltf-binary"]},"registered":true},{"content-type":"model/iges","friendly":{"en":"Initial Graphics Exchange Specification (IGES)"},"encoding":"base64","extensions":["igs","iges"],"xrefs":{"person":["Curtis_Parks"],"template":["model/iges"]},"registered":true},{"content-type":"model/mesh","friendly":{"en":"Mesh Data Type"},"encoding":"base64","extensions":["msh","mesh","silo"],"xrefs":{"rfc":["rfc2077"]},"registered":true},{"content-type":"model/mtl","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","Luiza_Kowalczyk"],"template":["model/mtl"]},"registered":true},{"content-type":"model/obj","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","Luiza_Kowalczyk"],"template":["model/obj"]},"registered":true},{"content-type":"model/step","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step"]},"registered":true},{"content-type":"model/step+xml","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step+xml"]},"registered":true},{"content-type":"model/step+zip","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step+zip"]},"registered":true},{"content-type":"model/step-xml+zip","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step-xml+zip"]},"registered":true},{"content-type":"model/stl","encoding":"base64","xrefs":{"person":["DICOM_Standards_Committee","Lisa_Spellman"],"template":["model/stl"]},"registered":true},{"content-type":"model/vnd.collada+xml","friendly":{"en":"COLLADA"},"encoding":"base64","extensions":["dae"],"xrefs":{"person":["James_Riordon"],"template":["model/vnd.collada+xml"]},"registered":true},{"content-type":"model/vnd.dwf","friendly":{"en":"Autodesk Design Web Format (DWF)"},"encoding":"base64","extensions":["dwf"],"xrefs":{"person":["Jason_Pratt"],"template":["model/vnd.dwf"]},"registered":true},{"content-type":"model/vnd.flatland.3dml","encoding":"base64","xrefs":{"person":["Michael_Powers"],"template":["model/vnd.flatland.3dml"]},"registered":true},{"content-type":"model/vnd.gdl","friendly":{"en":"Geometric Description Language (GDL)"},"encoding":"base64","extensions":["gdl"],"xrefs":{"person":["Attila_Babits"],"template":["model/vnd.gdl"]},"registered":true},{"content-type":"model/vnd.gs-gdl","encoding":"base64","xrefs":{"person":["Attila_Babits"],"template":["model/vnd.gs-gdl"]},"registered":true},{"content-type":"model/vnd.gtw","friendly":{"en":"Gen-Trix Studio"},"encoding":"base64","extensions":["gtw"],"xrefs":{"person":["Yutaka_Ozaki"],"template":["model/vnd.gtw"]},"registered":true},{"content-type":"model/vnd.moml+xml","encoding":"base64","xrefs":{"person":["Christopher_Brooks"],"template":["model/vnd.moml+xml"]},"registered":true},{"content-type":"model/vnd.mts","friendly":{"en":"Virtue MTS"},"encoding":"base64","extensions":["mts"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.mts"]},"registered":true},{"content-type":"model/vnd.opengex","encoding":"base64","xrefs":{"person":["Eric_Lengyel"],"template":["model/vnd.opengex"]},"registered":true},{"content-type":"model/vnd.parasolid.transmit.binary","encoding":"base64","extensions":["x_b","xmt_bin"],"xrefs":{"person":["Parasolid"],"template":["model/vnd.parasolid.transmit.binary"]},"registered":true},{"content-type":"model/vnd.parasolid.transmit.text","encoding":"quoted-printable","extensions":["x_t","xmt_txt"],"xrefs":{"person":["Parasolid"],"template":["model/vnd.parasolid.transmit.text"]},"registered":true},{"content-type":"model/vnd.pytha.pyox","encoding":"base64","xrefs":{"person":["Daniel_Flassig"],"template":["model/vnd.pytha.pyox"]},"registered":true},{"content-type":"model/vnd.rosette.annotated-data-model","encoding":"base64","xrefs":{"person":["Benson_Margulies"],"template":["model/vnd.rosette.annotated-data-model"]},"registered":true},{"content-type":"model/vnd.sap.vds","encoding":"base64","xrefs":{"person":["Igor_Afanasyev","SAP_SE"],"template":["model/vnd.sap.vds"]},"registered":true},{"content-type":"model/vnd.usdz+zip","encoding":"base64","xrefs":{"person":["Sebastian_Grassia"],"template":["model/vnd.usdz+zip"]},"registered":true},{"content-type":"model/vnd.valve.source.compiled-map","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["model/vnd.valve.source.compiled-map"]},"registered":true},{"content-type":"model/vnd.vtu","friendly":{"en":"Virtue VTU"},"encoding":"base64","extensions":["vtu"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.vtu"]},"registered":true},{"content-type":"model/vrml","friendly":{"en":"Virtual Reality Modeling Language"},"encoding":"base64","extensions":["wrl","vrml"],"xrefs":{"rfc":["rfc2077"]},"registered":true},{"content-type":"model/x3d+binary","encoding":"base64","extensions":["x3db","x3dbz"],"registered":false},{"content-type":"model/x3d+fastinfoset","encoding":"base64","xrefs":{"person":["Web3D_X3D"],"template":["model/x3d+fastinfoset"]},"registered":true},{"content-type":"model/x3d+vrml","encoding":"base64","extensions":["x3dv","x3dvz"],"registered":false},{"content-type":"model/x3d+xml","encoding":"base64","extensions":["x3d","x3dz"],"xrefs":{"person":["Web3D","Web3D_X3D"],"template":["model/x3d+xml"]},"registered":true},{"content-type":"model/x3d-vrml","encoding":"base64","xrefs":{"person":["Web3D","Web3D_X3D"],"template":["model/x3d-vrml"]},"registered":true},{"content-type":"multipart/alternative","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/appledouble","encoding":"8bit","xrefs":{"person":["Patrik_Faltstrom"],"template":["multipart/appledouble"]},"registered":true},{"content-type":"multipart/byteranges","encoding":"base64","xrefs":{"draft":["RFC-ietf-httpbis-semantics-19"],"template":["multipart/byteranges"]},"registered":true},{"content-type":"multipart/digest","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/encrypted","encoding":"base64","xrefs":{"rfc":["rfc1847"],"template":["multipart/encrypted"]},"registered":true},{"content-type":"multipart/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["multipart/example"]},"registered":true},{"content-type":"multipart/form-data","encoding":"base64","xrefs":{"rfc":["rfc7578"],"template":["multipart/form-data"]},"registered":true},{"content-type":"multipart/header-set","encoding":"base64","xrefs":{"person":["Dave_Crocker"],"template":["multipart/header-set"]},"registered":true},{"content-type":"multipart/mixed","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/multilingual","encoding":"base64","xrefs":{"rfc":["rfc8255"],"template":["multipart/multilingual"]},"registered":true},{"content-type":"multipart/parallel","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/related","encoding":"base64","xrefs":{"rfc":["rfc2387"],"template":["multipart/related"]},"registered":true},{"content-type":"multipart/report","encoding":"base64","xrefs":{"rfc":["rfc6522"],"template":["multipart/report"]},"registered":true},{"content-type":"multipart/signed","encoding":"base64","xrefs":{"rfc":["rfc1847"],"template":["multipart/signed"]},"registered":true},{"content-type":"multipart/vnd.bint.med-plus","encoding":"base64","xrefs":{"person":["Heinz-Peter_Schütz"],"template":["multipart/vnd.bint.med-plus"]},"registered":true},{"content-type":"multipart/voice-message","encoding":"base64","xrefs":{"rfc":["rfc3801"],"template":["multipart/voice-message"]},"registered":true},{"content-type":"multipart/x-gzip","encoding":"base64","registered":false},{"content-type":"multipart/x-mixed-replace","encoding":"base64","xrefs":{"person":["Robin_Berjon","W3C"],"template":["multipart/x-mixed-replace"]},"registered":true},{"content-type":"multipart/x-parallel","encoding":"base64","obsolete":true,"use-instead":"multipart/parallel","registered":false},{"content-type":"multipart/x-tar","encoding":"base64","registered":false},{"content-type":"multipart/x-ustar","encoding":"base64","registered":false},{"content-type":"multipart/x-www-form-urlencoded","encoding":"base64","obsolete":true,"use-instead":"application/x-www-form-urlencoded","registered":false},{"content-type":"multipart/x-zip","encoding":"base64","registered":false},{"content-type":"text/1d-interleaved-parityfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc6015"],"template":["text/1d-interleaved-parityfec"]},"registered":true},{"content-type":"text/cache-manifest","encoding":"quoted-printable","extensions":["appcache","manifest"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["text/cache-manifest"]},"registered":true},{"content-type":"text/calendar","friendly":{"en":"iCalendar"},"encoding":"quoted-printable","extensions":["ics","ifb"],"xrefs":{"rfc":["rfc5545"],"template":["text/calendar"]},"registered":true},{"content-type":"text/comma-separated-values","encoding":"8bit","extensions":["csv"],"obsolete":true,"use-instead":"text/csv","registered":false},{"content-type":"text/cql","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/cql"]},"registered":true},{"content-type":"text/cql-expression","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/cql-expression"]},"registered":true},{"content-type":"text/cql-identifier","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/cql-identifier"]},"registered":true},{"content-type":"text/css","friendly":{"en":"Cascading Style Sheets (CSS)"},"encoding":"8bit","extensions":["css"],"xrefs":{"rfc":["rfc2318"],"template":["text/css"]},"registered":true},{"content-type":"text/csv","friendly":{"en":"Comma-Separated Values"},"encoding":"8bit","extensions":["csv"],"xrefs":{"rfc":["rfc4180","rfc7111"],"template":["text/csv"]},"registered":true},{"content-type":"text/csv-schema","encoding":"quoted-printable","xrefs":{"person":["David_Underdown","National_Archives_UK"],"template":["text/csv-schema"]},"registered":true},{"content-type":"text/directory","encoding":"quoted-printable","obsolete":true,"xrefs":{"rfc":["rfc2425","rfc6350"],"template":["text/directory"],"notes":["- DEPRECATED by RFC6350"]},"registered":true},{"content-type":"text/dns","encoding":"quoted-printable","xrefs":{"rfc":["rfc4027"],"template":["text/dns"]},"registered":true},{"content-type":"text/ecmascript","encoding":"quoted-printable","extensions":["es","ecma"],"obsolete":true,"use-instead":"application/ecmascript","xrefs":{"rfc":["rfc4329"],"template":["text/ecmascript"],"notes":["- OBSOLETED in favor of application/ecmascript"]},"registered":true},{"content-type":"text/encaprtp","encoding":"quoted-printable","xrefs":{"rfc":["rfc6849"],"template":["text/encaprtp"]},"registered":true},{"content-type":"text/enriched","encoding":"quoted-printable","xrefs":{"rfc":["rfc1896"]},"registered":true},{"content-type":"text/example","encoding":"quoted-printable","xrefs":{"rfc":["rfc4735"],"template":["text/example"]},"registered":true},{"content-type":"text/fhirpath","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/fhirpath"]},"registered":true},{"content-type":"text/flexfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc8627"],"template":["text/flexfec"]},"registered":true},{"content-type":"text/fwdred","encoding":"quoted-printable","xrefs":{"rfc":["rfc6354"],"template":["text/fwdred"]},"registered":true},{"content-type":"text/gff3","encoding":"quoted-printable","xrefs":{"person":["Sequence_Ontology"],"template":["text/gff3"]},"registered":true},{"content-type":"text/grammar-ref-list","encoding":"quoted-printable","xrefs":{"rfc":["rfc6787"],"template":["text/grammar-ref-list"]},"registered":true},{"content-type":"text/html","friendly":{"en":"HyperText Markup Language (HTML)"},"encoding":"8bit","extensions":["html","htm","htmlx","shtml","htx"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["text/html"]},"registered":true},{"content-type":"text/javascript","encoding":"quoted-printable","extensions":["js","mjs"],"obsolete":true,"use-instead":"application/javascript","xrefs":{"rfc":["rfc4329"],"template":["text/javascript"],"notes":["- OBSOLETED in favor of application/javascript"]},"registered":true},{"content-type":"text/jcr-cnd","encoding":"quoted-printable","xrefs":{"person":["Peeter_Piegaze"],"template":["text/jcr-cnd"]},"registered":true},{"content-type":"text/markdown","encoding":"quoted-printable","extensions":["markdown","md","mkd"],"xrefs":{"rfc":["rfc7763"],"template":["text/markdown"]},"registered":true},{"content-type":"text/mizar","encoding":"quoted-printable","xrefs":{"person":["Jesse_Alama"],"template":["text/mizar"]},"registered":true},{"content-type":"text/n3","friendly":{"en":"Notation3"},"encoding":"quoted-printable","extensions":["n3"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/n3"]},"registered":true},{"content-type":"text/nfo","encoding":"quoted-printable","xrefs":{"person":["Sean_Leonard"]},"registered":true,"provisional":true},{"content-type":"text/parameters","encoding":"quoted-printable","xrefs":{"rfc":["rfc7826"],"template":["text/parameters"]},"registered":true},{"content-type":"text/parityfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc3009"],"template":["text/parityfec"]},"registered":true},{"content-type":"text/plain","friendly":{"en":"Text File"},"encoding":"quoted-printable","extensions":["txt","asc","c","cc","h","hh","cpp","hpp","dat","hlp","conf","def","doc","in","list","log","rst","text","textile"],"xrefs":{"rfc":["rfc2046","rfc3676","rfc5147"]},"registered":true},{"content-type":"text/provenance-notation","encoding":"quoted-printable","xrefs":{"person":["Ivan_Herman","W3C"],"template":["text/provenance-notation"]},"registered":true},{"content-type":"text/prs.fallenstein.rst","encoding":"quoted-printable","extensions":["rst"],"xrefs":{"person":["Benja_Fallenstein"],"template":["text/prs.fallenstein.rst"]},"registered":true},{"content-type":"text/prs.lines.tag","friendly":{"en":"PRS Lines Tag"},"encoding":"quoted-printable","extensions":["dsc"],"xrefs":{"person":["John_Lines"],"template":["text/prs.lines.tag"]},"registered":true},{"content-type":"text/prs.prop.logic","encoding":"quoted-printable","xrefs":{"person":["Hans-Dieter_A._Hiep"],"template":["text/prs.prop.logic"]},"registered":true},{"content-type":"text/raptorfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc6682"],"template":["text/raptorfec"]},"registered":true},{"content-type":"text/RED","encoding":"quoted-printable","xrefs":{"rfc":["rfc4102"],"template":["text/RED"]},"registered":true},{"content-type":"text/rfc822-headers","encoding":"quoted-printable","xrefs":{"rfc":["rfc6522"],"template":["text/rfc822-headers"]},"registered":true},{"content-type":"text/richtext","friendly":{"en":"Rich Text Format (RTF)"},"encoding":"8bit","extensions":["rtx"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"text/rtf","encoding":"8bit","extensions":["rtf"],"xrefs":{"person":["Paul_Lindner"],"template":["text/rtf"]},"registered":true},{"content-type":"text/rtp-enc-aescm128","encoding":"quoted-printable","xrefs":{"person":["_3GPP"],"template":["text/rtp-enc-aescm128"]},"registered":true},{"content-type":"text/rtploopback","encoding":"quoted-printable","xrefs":{"rfc":["rfc6849"],"template":["text/rtploopback"]},"registered":true},{"content-type":"text/rtx","encoding":"quoted-printable","xrefs":{"rfc":["rfc4588"],"template":["text/rtx"]},"registered":true},{"content-type":"text/sgml","friendly":{"en":"Standard Generalized Markup Language (SGML)"},"encoding":"quoted-printable","extensions":["sgml","sgm"],"xrefs":{"rfc":["rfc1874"],"template":["text/SGML"]},"registered":true},{"content-type":"text/shaclc","encoding":"quoted-printable","xrefs":{"person":["Vladimir_Alexiev","W3C_SHACL_Community_Group"],"template":["text/shaclc"]},"registered":true},{"content-type":"text/shex","encoding":"quoted-printable","xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/shex"]},"registered":true},{"content-type":"text/spdx","encoding":"quoted-printable","xrefs":{"person":["Linux_Foundation","Rose_Judge"],"template":["text/spdx"]},"registered":true},{"content-type":"text/strings","encoding":"quoted-printable","xrefs":{"person":["IEEE-ISTO-PWG-PPP"],"template":["text/strings"]},"registered":true},{"content-type":"text/t140","encoding":"quoted-printable","xrefs":{"rfc":["rfc4103"],"template":["text/t140"]},"registered":true},{"content-type":"text/tab-separated-values","friendly":{"en":"Tab Separated Values"},"encoding":"quoted-printable","extensions":["tsv"],"xrefs":{"person":["Paul_Lindner"],"template":["text/tab-separated-values"]},"registered":true},{"content-type":"text/troff","friendly":{"en":"troff"},"encoding":"8bit","extensions":["t","tr","roff","troff","man","me","ms"],"xrefs":{"rfc":["rfc4263"],"template":["text/troff"]},"registered":true},{"content-type":"text/turtle","friendly":{"en":"Turtle (Terse RDF Triple Language)"},"encoding":"quoted-printable","extensions":["ttl"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/turtle"]},"registered":true},{"content-type":"text/ulpfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc5109"],"template":["text/ulpfec"]},"registered":true},{"content-type":"text/uri-list","friendly":{"en":"URI Resolution Services"},"encoding":"quoted-printable","extensions":["uri","uris","urls"],"xrefs":{"rfc":["rfc2483"],"template":["text/uri-list"]},"registered":true},{"content-type":"text/vcard","encoding":"quoted-printable","extensions":["vcard"],"xrefs":{"rfc":["rfc6350"],"template":["text/vcard"]},"registered":true,"signature":true},{"content-type":"text/vnd.a","encoding":"quoted-printable","xrefs":{"person":["Regis_Dehoux"],"template":["text/vnd.a"]},"registered":true},{"content-type":"text/vnd.abc","encoding":"quoted-printable","xrefs":{"person":["Steve_Allen"],"template":["text/vnd.abc"]},"registered":true},{"content-type":"text/vnd.ascii-art","encoding":"quoted-printable","xrefs":{"person":["Kim_Scarborough"],"template":["text/vnd.ascii-art"]},"registered":true},{"content-type":"text/vnd.curl","friendly":{"en":"Curl - Applet"},"encoding":"quoted-printable","extensions":["curl"],"xrefs":{"person":["Robert_Byrnes"],"template":["text/vnd.curl"]},"registered":true},{"content-type":"text/vnd.curl.dcurl","friendly":{"en":"Curl - Detached Applet"},"encoding":"quoted-printable","extensions":["dcurl"],"registered":false},{"content-type":"text/vnd.curl.mcurl","friendly":{"en":"Curl - Manifest File"},"encoding":"quoted-printable","extensions":["mcurl"],"registered":false},{"content-type":"text/vnd.curl.scurl","friendly":{"en":"Curl - Source Code"},"encoding":"quoted-printable","extensions":["scurl"],"registered":false},{"content-type":"text/vnd.debian.copyright","encoding":"quoted-printable","xrefs":{"person":["Charles_Plessy"],"template":["text/vnd.debian.copyright"]},"registered":true},{"content-type":"text/vnd.DMClientScript","encoding":"quoted-printable","xrefs":{"person":["Dan_Bradley"],"template":["text/vnd.DMClientScript"]},"registered":true},{"content-type":"text/vnd.dvb.subtitle","encoding":"quoted-printable","extensions":["sub"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["text/vnd.dvb.subtitle"]},"registered":true},{"content-type":"text/vnd.esmertec.theme-descriptor","encoding":"quoted-printable","xrefs":{"person":["Stefan_Eilemann"],"template":["text/vnd.esmertec.theme-descriptor"]},"registered":true},{"content-type":"text/vnd.familysearch.gedcom","encoding":"quoted-printable","xrefs":{"person":["Gordon_Clarke"],"template":["text/vnd.familysearch.gedcom"]},"registered":true},{"content-type":"text/vnd.ficlab.flt","encoding":"quoted-printable","xrefs":{"person":["Steve_Gilberd"],"template":["text/vnd.ficlab.flt"]},"registered":true},{"content-type":"text/vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":"model/vnd.flatland.3dml","registered":false},{"content-type":"text/vnd.fly","friendly":{"en":"mod_fly / fly.cgi"},"encoding":"quoted-printable","extensions":["fly"],"xrefs":{"person":["John-Mark_Gurney"],"template":["text/vnd.fly"]},"registered":true},{"content-type":"text/vnd.fmi.flexstor","friendly":{"en":"FLEXSTOR"},"encoding":"quoted-printable","extensions":["flx"],"xrefs":{"person":["Kari_E._Hurtta"],"template":["text/vnd.fmi.flexstor"]},"registered":true},{"content-type":"text/vnd.gml","encoding":"quoted-printable","xrefs":{"person":["Mi_Tar"],"template":["text/vnd.gml"]},"registered":true},{"content-type":"text/vnd.graphviz","friendly":{"en":"Graphviz"},"encoding":"quoted-printable","extensions":["gv"],"xrefs":{"person":["John_Ellson"],"template":["text/vnd.graphviz"]},"registered":true},{"content-type":"text/vnd.hans","encoding":"quoted-printable","xrefs":{"person":["Hill_Hanxv"],"template":["text/vnd.hans"]},"registered":true},{"content-type":"text/vnd.hgl","encoding":"quoted-printable","xrefs":{"person":["Heungsub_Lee"],"template":["text/vnd.hgl"]},"registered":true},{"content-type":"text/vnd.in3d.3dml","friendly":{"en":"In3D - 3DML"},"encoding":"quoted-printable","extensions":["3dml"],"xrefs":{"person":["Michael_Powers"],"template":["text/vnd.in3d.3dml"]},"registered":true},{"content-type":"text/vnd.in3d.spot","friendly":{"en":"In3D - 3DML"},"encoding":"quoted-printable","extensions":["spot"],"xrefs":{"person":["Michael_Powers"],"template":["text/vnd.in3d.spot"]},"registered":true},{"content-type":"text/vnd.IPTC.NewsML","encoding":"quoted-printable","xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NewsML"]},"registered":true},{"content-type":"text/vnd.IPTC.NITF","encoding":"quoted-printable","xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NITF"]},"registered":true},{"content-type":"text/vnd.latex-z","encoding":"quoted-printable","xrefs":{"person":["Mikusiak_Lubos"],"template":["text/vnd.latex-z"]},"registered":true},{"content-type":"text/vnd.motorola.reflex","encoding":"quoted-printable","xrefs":{"person":["Mark_Patton"],"template":["text/vnd.motorola.reflex"]},"registered":true},{"content-type":"text/vnd.ms-mediapackage","encoding":"quoted-printable","xrefs":{"person":["Jan_Nelson"],"template":["text/vnd.ms-mediapackage"]},"registered":true},{"content-type":"text/vnd.net2phone.commcenter.command","encoding":"quoted-printable","extensions":["ccc"],"xrefs":{"person":["Feiyu_Xie"],"template":["text/vnd.net2phone.commcenter.command"]},"registered":true},{"content-type":"text/vnd.radisys.msml-basic-layout","encoding":"quoted-printable","xrefs":{"rfc":["rfc5707"],"template":["text/vnd.radisys.msml-basic-layout"]},"registered":true},{"content-type":"text/vnd.senx.warpscript","encoding":"quoted-printable","xrefs":{"person":["Pierre_Papin"],"template":["text/vnd.senx.warpscript"]},"registered":true},{"content-type":"text/vnd.si.uricatalogue","encoding":"quoted-printable","obsolete":true,"xrefs":{"person":["Nicholas_Parks_Young"],"template":["text/vnd.si.uricatalogue"],"notes":["- OBSOLETED by request"]},"registered":true},{"content-type":"text/vnd.sosi","encoding":"quoted-printable","xrefs":{"person":["Petter_Reinholdtsen"],"template":["text/vnd.sosi"]},"registered":true},{"content-type":"text/vnd.sun.j2me.app-descriptor","friendly":{"en":"J2ME App Descriptor"},"encoding":"8bit","extensions":["jad"],"xrefs":{"person":["Gary_Adams"],"template":["text/vnd.sun.j2me.app-descriptor"]},"registered":true},{"content-type":"text/vnd.trolltech.linguist","encoding":"quoted-printable","xrefs":{"person":["David_Lee_Lambert"],"template":["text/vnd.trolltech.linguist"]},"registered":true},{"content-type":"text/vnd.wap.si","encoding":"quoted-printable","extensions":["si"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.si"]},"registered":true},{"content-type":"text/vnd.wap.sl","encoding":"quoted-printable","extensions":["sl"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.sl"]},"registered":true},{"content-type":"text/vnd.wap.wml","friendly":{"en":"Wireless Markup Language (WML)"},"encoding":"quoted-printable","extensions":["wml"],"xrefs":{"person":["Peter_Stark"],"template":["text/vnd.wap.wml"]},"registered":true},{"content-type":"text/vnd.wap.wmlscript","friendly":{"en":"Wireless Markup Language Script (WMLScript)"},"encoding":"quoted-printable","extensions":["wmls"],"xrefs":{"person":["Peter_Stark"],"template":["text/vnd.wap.wmlscript"]},"registered":true},{"content-type":"text/vtt","encoding":"quoted-printable","extensions":["vtt"],"xrefs":{"person":["Silvia_Pfeiffer","W3C"],"template":["text/vtt"]},"registered":true},{"content-type":"text/x-asm","friendly":{"en":"Assembler Source File"},"encoding":"quoted-printable","extensions":["asm","s"],"registered":false},{"content-type":"text/x-c","friendly":{"en":"C Source File"},"encoding":"quoted-printable","extensions":["c","cc","cpp","cxx","dic","h","hh"],"registered":false},{"content-type":"text/x-coffescript","encoding":"8bit","extensions":["coffee"],"registered":false},{"content-type":"text/x-component","encoding":"8bit","extensions":["htc"],"registered":false},{"content-type":"text/x-fortran","friendly":{"en":"Fortran Source File"},"encoding":"quoted-printable","extensions":["f","f77","f90","for"],"registered":false},{"content-type":"text/x-java-source","friendly":{"en":"Java Source File"},"encoding":"quoted-printable","extensions":["java"],"registered":false},{"content-type":"text/x-nfo","encoding":"quoted-printable","extensions":["nfo"],"registered":false},{"content-type":"text/x-opml","encoding":"quoted-printable","extensions":["opml"],"registered":false},{"content-type":"text/x-pascal","friendly":{"en":"Pascal Source File"},"encoding":"quoted-printable","extensions":["p","pas"],"registered":false},{"content-type":"text/x-rtf","encoding":"8bit","extensions":["rtf"],"obsolete":true,"use-instead":"text/rtf","registered":false},{"content-type":"text/x-setext","friendly":{"en":"Setext"},"encoding":"quoted-printable","extensions":["etx"],"registered":false},{"content-type":"text/x-sfv","encoding":"quoted-printable","extensions":["sfv"],"registered":false},{"content-type":"text/x-uuencode","friendly":{"en":"UUEncode"},"encoding":"quoted-printable","extensions":["uu"],"registered":false},{"content-type":"text/x-vcalendar","friendly":{"en":"vCalendar"},"encoding":"8bit","extensions":["vcs"],"registered":false},{"content-type":"text/x-vcard","friendly":{"en":"vCard"},"encoding":"8bit","extensions":["vcf"],"registered":false,"signature":true},{"content-type":"text/x-vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":"model/vnd.flatland.3dml","registered":false},{"content-type":"text/x-yaml","encoding":"8bit","extensions":["yaml","yml"],"registered":false},{"content-type":"text/xml","encoding":"8bit","extensions":["xml","dtd","xsd"],"xrefs":{"rfc":["rfc7303"],"template":["text/xml"]},"registered":true},{"content-type":"text/xml-external-parsed-entity","encoding":"quoted-printable","xrefs":{"rfc":["rfc7303"],"template":["text/xml-external-parsed-entity"]},"registered":true},{"content-type":"video/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["video/1d-interleaved-parityfec"]},"registered":true},{"content-type":"video/3gpp","friendly":{"en":"3GP"},"encoding":"base64","extensions":["3gp","3gpp"],"xrefs":{"rfc":["rfc3839","rfc6381"],"template":["video/3gpp"]},"registered":true},{"content-type":"video/3gpp-tt","encoding":"base64","xrefs":{"rfc":["rfc4396"],"template":["video/3gpp-tt"]},"registered":true},{"content-type":"video/3gpp2","friendly":{"en":"3GP2"},"encoding":"base64","extensions":["3g2","3gpp2"],"xrefs":{"rfc":["rfc4393","rfc6381"],"template":["video/3gpp2"]},"registered":true},{"content-type":"video/AV1","encoding":"base64","xrefs":{"person":["Alliance_for_Open_Media"],"template":["video/AV1"]},"registered":true},{"content-type":"video/BMPEG","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/BMPEG"]},"registered":true},{"content-type":"video/BT656","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/BT656"]},"registered":true},{"content-type":"video/CelB","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/CelB"]},"registered":true},{"content-type":"video/dl","encoding":"base64","extensions":["dl"],"obsolete":true,"use-instead":"video/x-dl","registered":false},{"content-type":"video/DV","encoding":"base64","extensions":["dv"],"xrefs":{"rfc":["rfc6469"],"template":["video/DV"]},"registered":true},{"content-type":"video/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["video/encaprtp"]},"registered":true},{"content-type":"video/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["video/example"]},"registered":true},{"content-type":"video/FFV1","encoding":"base64","xrefs":{"rfc":["rfc9043"],"template":["video/FFV1"]},"registered":true},{"content-type":"video/flexfec","encoding":"base64","xrefs":{"rfc":["rfc8627"],"template":["video/flexfec"]},"registered":true},{"content-type":"video/gl","encoding":"base64","extensions":["gl"],"obsolete":true,"use-instead":"video/x-gl","registered":false},{"content-type":"video/H261","friendly":{"en":"H.261"},"encoding":"base64","extensions":["h261"],"xrefs":{"rfc":["rfc4587"],"template":["video/H261"]},"registered":true},{"content-type":"video/H263","friendly":{"en":"H.263"},"encoding":"base64","extensions":["h263"],"xrefs":{"rfc":["rfc3555"],"template":["video/H263"]},"registered":true},{"content-type":"video/H263-1998","encoding":"base64","xrefs":{"rfc":["rfc4629"],"template":["video/H263-1998"]},"registered":true},{"content-type":"video/H263-2000","encoding":"base64","xrefs":{"rfc":["rfc4629"],"template":["video/H263-2000"]},"registered":true},{"content-type":"video/H264","friendly":{"en":"H.264"},"encoding":"base64","extensions":["h264"],"xrefs":{"rfc":["rfc6184"],"template":["video/H264"]},"registered":true},{"content-type":"video/H264-RCDO","encoding":"base64","xrefs":{"rfc":["rfc6185"],"template":["video/H264-RCDO"]},"registered":true},{"content-type":"video/H264-SVC","encoding":"base64","xrefs":{"rfc":["rfc6190"],"template":["video/H264-SVC"]},"registered":true},{"content-type":"video/H265","encoding":"base64","xrefs":{"rfc":["rfc7798"],"template":["video/H265"]},"registered":true},{"content-type":"video/iso.segment","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["video/iso.segment"]},"registered":true},{"content-type":"video/JPEG","friendly":{"en":"JPGVideo"},"encoding":"base64","extensions":["jpgv"],"xrefs":{"rfc":["rfc3555"],"template":["video/JPEG"]},"registered":true},{"content-type":"video/jpeg2000","encoding":"base64","xrefs":{"rfc":["rfc5371","rfc5372"],"template":["video/jpeg2000"]},"registered":true},{"content-type":"video/jpm","friendly":{"en":"JPEG 2000 Compound Image File Format"},"encoding":"base64","extensions":["jpgm","jpm"],"registered":false},{"content-type":"video/jxsv","encoding":"base64","xrefs":{"rfc":["rfc9134"],"template":["video/jxsv"]},"registered":true},{"content-type":"video/MJ2","friendly":{"en":"Motion JPEG 2000"},"encoding":"base64","extensions":["mj2","mjp2"],"xrefs":{"rfc":["rfc3745"],"template":["video/mj2"]},"registered":true},{"content-type":"video/MP1S","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MP1S"]},"registered":true},{"content-type":"video/MP2P","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MP2P"]},"registered":true},{"content-type":"video/MP2T","encoding":"base64","extensions":["ts","mts","m2ts","cpi","clpi","mpl","mpls","bdm"],"xrefs":{"rfc":["rfc3555"],"template":["video/MP2T"]},"registered":true},{"content-type":"video/mp4","friendly":{"en":"MPEG-4 Video"},"encoding":"base64","extensions":["mp4","mpg4","f4v","f4p","mp4v"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["video/mp4"]},"registered":true},{"content-type":"video/MP4V-ES","encoding":"base64","xrefs":{"rfc":["rfc6416"],"template":["video/MP4V-ES"]},"registered":true},{"content-type":"video/mpeg","friendly":{"en":"MPEG Video"},"encoding":"base64","extensions":["mp2","mp3g","mpe","mpeg","mpg","m1v","m2v"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"video/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640"],"template":["video/mpeg4-generic"]},"registered":true},{"content-type":"video/MPV","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MPV"]},"registered":true},{"content-type":"video/nv","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["video/nv"]},"registered":true},{"content-type":"video/ogg","friendly":{"en":"Ogg Video"},"encoding":"base64","extensions":["ogg","ogv"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["video/ogg"]},"registered":true},{"content-type":"video/parityfec","encoding":"base64","xrefs":{"rfc":["rfc3009"],"template":["video/parityfec"]},"registered":true},{"content-type":"video/pointer","encoding":"base64","xrefs":{"rfc":["rfc2862"],"template":["video/pointer"]},"registered":true},{"content-type":"video/quicktime","friendly":{"en":"Quicktime Video"},"encoding":"base64","extensions":["qt","mov"],"xrefs":{"rfc":["rfc6381"],"person":["Paul_Lindner"],"template":["video/quicktime"]},"registered":true},{"content-type":"video/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["video/raptorfec"]},"registered":true},{"content-type":"video/raw","encoding":"base64","xrefs":{"rfc":["rfc4175"],"template":["video/raw"]},"registered":true},{"content-type":"video/rtp-enc-aescm128","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["video/rtp-enc-aescm128"]},"registered":true},{"content-type":"video/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["video/rtploopback"]},"registered":true},{"content-type":"video/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["video/rtx"]},"registered":true},{"content-type":"video/scip","encoding":"base64","xrefs":{"person":["Daniel_Hanson","Michael_Faller","SCIP"],"template":["video/scip"]},"registered":true},{"content-type":"video/smpte291","encoding":"base64","xrefs":{"rfc":["rfc8331"],"template":["video/smpte291"]},"registered":true},{"content-type":"video/SMPTE292M","encoding":"base64","xrefs":{"rfc":["rfc3497"],"template":["video/SMPTE292M"]},"registered":true},{"content-type":"video/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["video/ulpfec"]},"registered":true},{"content-type":"video/vc1","encoding":"base64","xrefs":{"rfc":["rfc4425"],"template":["video/vc1"]},"registered":true},{"content-type":"video/vc2","encoding":"base64","xrefs":{"rfc":["rfc8450"],"template":["video/vc2"]},"registered":true},{"content-type":"video/vnd.CCTV","encoding":"base64","xrefs":{"person":["Frank_Rottmann"],"template":["video/vnd.CCTV"]},"registered":true},{"content-type":"video/vnd.dece.hd","friendly":{"en":"DECE High Definition Video"},"encoding":"base64","extensions":["uvh","uvvh"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.hd"]},"registered":true},{"content-type":"video/vnd.dece.mobile","friendly":{"en":"DECE Mobile Video"},"encoding":"base64","extensions":["uvm","uvvm"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.mobile"]},"registered":true},{"content-type":"video/vnd.dece.mp4","encoding":"base64","xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.mp4"]},"registered":true},{"content-type":"video/vnd.dece.pd","friendly":{"en":"DECE PD Video"},"encoding":"base64","extensions":["uvp","uvvp"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.pd"]},"registered":true},{"content-type":"video/vnd.dece.sd","friendly":{"en":"DECE SD Video"},"encoding":"base64","extensions":["uvs","uvvs"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.sd"]},"registered":true},{"content-type":"video/vnd.dece.video","friendly":{"en":"DECE Video"},"encoding":"base64","extensions":["uvv","uvvv"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.video"]},"registered":true},{"content-type":"video/vnd.directv.mpeg","encoding":"base64","xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv.mpeg"]},"registered":true},{"content-type":"video/vnd.directv.mpeg-tts","encoding":"base64","xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv.mpeg-tts"]},"registered":true},{"content-type":"video/vnd.dlna.mpeg-tts","encoding":"base64","xrefs":{"person":["Edwin_Heredia"],"template":["video/vnd.dlna.mpeg-tts"]},"registered":true},{"content-type":"video/vnd.dvb.file","encoding":"base64","extensions":["dvb"],"xrefs":{"person":["Kevin_Murray","Peter_Siebert"],"template":["video/vnd.dvb.file"]},"registered":true},{"content-type":"video/vnd.fvt","friendly":{"en":"FAST Search & Transfer ASA"},"encoding":"base64","extensions":["fvt"],"xrefs":{"person":["Arild_Fuldseth"],"template":["video/vnd.fvt"]},"registered":true},{"content-type":"video/vnd.hns.video","encoding":"base64","xrefs":{"person":["Swaminathan"],"template":["video/vnd.hns.video"]},"registered":true},{"content-type":"video/vnd.iptvforum.1dparityfec-1010","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-1010"]},"registered":true},{"content-type":"video/vnd.iptvforum.1dparityfec-2005","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-2005"]},"registered":true},{"content-type":"video/vnd.iptvforum.2dparityfec-1010","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-1010"]},"registered":true},{"content-type":"video/vnd.iptvforum.2dparityfec-2005","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-2005"]},"registered":true},{"content-type":"video/vnd.iptvforum.ttsavc","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsavc"]},"registered":true},{"content-type":"video/vnd.iptvforum.ttsmpeg2","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsmpeg2"]},"registered":true},{"content-type":"video/vnd.motorola.video","encoding":"base64","xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.video"]},"registered":true},{"content-type":"video/vnd.motorola.videop","encoding":"base64","xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.videop"]},"registered":true},{"content-type":"video/vnd.mpegurl","friendly":{"en":"MPEG Url"},"encoding":"8bit","extensions":["mxu","m4u"],"xrefs":{"person":["Heiko_Recktenwald"],"template":["video/vnd.mpegurl"]},"registered":true},{"content-type":"video/vnd.ms-playready.media.pyv","friendly":{"en":"Microsoft PlayReady Ecosystem Video"},"encoding":"base64","extensions":["pyv"],"xrefs":{"person":["Steve_DiAcetis"],"template":["video/vnd.ms-playready.media.pyv"]},"registered":true},{"content-type":"video/vnd.nokia.interleaved-multimedia","encoding":"base64","extensions":["nim"],"xrefs":{"person":["Petteri_Kangaslampi"],"template":["video/vnd.nokia.interleaved-multimedia"]},"registered":true},{"content-type":"video/vnd.nokia.mp4vr","encoding":"base64","xrefs":{"person":["Miska_M._Hannuksela"],"template":["video/vnd.nokia.mp4vr"]},"registered":true},{"content-type":"video/vnd.nokia.videovoip","encoding":"base64","xrefs":{"person":["Nokia"],"template":["video/vnd.nokia.videovoip"]},"registered":true},{"content-type":"video/vnd.objectvideo","encoding":"base64","extensions":["mp4","m4v"],"xrefs":{"person":["John_Clark"],"template":["video/vnd.objectvideo"]},"registered":true},{"content-type":"video/vnd.radgamettools.bink","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["video/vnd.radgamettools.bink"]},"registered":true},{"content-type":"video/vnd.radgamettools.smacker","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["video/vnd.radgamettools.smacker"]},"registered":true},{"content-type":"video/vnd.sealed.mpeg1","encoding":"base64","extensions":["s11"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg1"]},"registered":true},{"content-type":"video/vnd.sealed.mpeg4","encoding":"base64","extensions":["smpg","s14"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg4"]},"registered":true},{"content-type":"video/vnd.sealed.swf","encoding":"base64","extensions":["sswf","ssw"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.swf"]},"registered":true},{"content-type":"video/vnd.sealedmedia.softseal.mov","encoding":"base64","extensions":["smov","smo","s1q"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealedmedia.softseal.mov"]},"registered":true},{"content-type":"video/vnd.uvvu.mp4","friendly":{"en":"DECE MP4"},"encoding":"base64","extensions":["uvu","uvvu"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.uvvu.mp4"]},"registered":true},{"content-type":"video/vnd.vivo","friendly":{"en":"Vivo"},"encoding":"base64","extensions":["viv","vivo"],"xrefs":{"person":["John_Wolfe"],"template":["video/vnd.vivo"]},"registered":true},{"content-type":"video/vnd.youtube.yt","encoding":"base64","xrefs":{"person":["Google"],"template":["video/vnd.youtube.yt"]},"registered":true},{"content-type":"video/VP8","encoding":"base64","xrefs":{"rfc":["rfc7741"],"template":["video/VP8"]},"registered":true},{"content-type":"video/VP9","encoding":"base64","xrefs":{"draft":["RFC-ietf-payload-vp9-16"],"template":["video/VP9"]},"registered":true},{"content-type":"video/webm","friendly":{"en":"Open Web Media Project - Video"},"encoding":"base64","extensions":["webm"],"registered":false},{"content-type":"video/x-dl","encoding":"base64","extensions":["dl"],"registered":false},{"content-type":"video/x-dv","encoding":"base64","extensions":["dv"],"obsolete":true,"use-instead":"video/DV","registered":false},{"content-type":"video/x-f4v","friendly":{"en":"Flash Video"},"encoding":"base64","extensions":["f4v"],"registered":false},{"content-type":"video/x-fli","friendly":{"en":"FLI/FLC Animation Format"},"encoding":"base64","extensions":["fli"],"registered":false},{"content-type":"video/x-flv","friendly":{"en":"Flash Video"},"encoding":"base64","extensions":["flv"],"registered":false},{"content-type":"video/x-gl","encoding":"base64","extensions":["gl"],"registered":false},{"content-type":"video/x-ivf","encoding":"base64","extensions":["ivf"],"registered":false},{"content-type":"video/x-m4v","friendly":{"en":"M4v"},"encoding":"base64","extensions":["m4v"],"registered":false},{"content-type":"video/x-matroska","encoding":"base64","extensions":["mk3d","mks","mkv"],"registered":false},{"content-type":"video/x-mng","encoding":"base64","extensions":["mng"],"registered":false},{"content-type":"video/x-motion-jpeg","encoding":"base64","extensions":["mjpg","mjpeg"],"registered":false},{"content-type":"video/x-ms-asf","friendly":{"en":"Microsoft Advanced Systems Format (ASF)"},"encoding":"base64","extensions":["asf","asx"],"registered":false},{"content-type":"video/x-ms-vob","encoding":"base64","extensions":["vob"],"registered":false},{"content-type":"video/x-ms-wm","friendly":{"en":"Microsoft Windows Media"},"encoding":"base64","extensions":["wm"],"registered":false},{"content-type":"video/x-ms-wmv","friendly":{"en":"Microsoft Windows Media Video"},"encoding":"base64","extensions":["wmv"],"registered":false},{"content-type":"video/x-ms-wmx","friendly":{"en":"Microsoft Windows Media Audio/Video Playlist"},"encoding":"base64","extensions":["wmx"],"registered":false},{"content-type":"video/x-ms-wvx","friendly":{"en":"Microsoft Windows Media Video Playlist"},"encoding":"base64","extensions":["wvx"],"registered":false},{"content-type":"video/x-msvideo","friendly":{"en":"Audio Video Interleave (AVI)"},"encoding":"base64","extensions":["avi"],"registered":false},{"content-type":"video/x-sgi-movie","friendly":{"en":"SGI Movie"},"encoding":"base64","extensions":["movie"],"registered":false},{"content-type":"video/x-smv","encoding":"base64","extensions":["smv"],"registered":false},{"content-type":"x-chemical/x-pdb","encoding":"base64","extensions":["pdb"],"registered":false},{"content-type":"x-chemical/x-xyz","encoding":"base64","extensions":["xyz"],"registered":false},{"content-type":"x-conference/x-cooltalk","friendly":{"en":"CoolTalk"},"encoding":"base64","extensions":["ice"],"registered":false},{"content-type":"x-drawing/dwf","encoding":"base64","extensions":["dwf"],"registered":false},{"content-type":"x-world/x-vrml","encoding":"base64","extensions":["wrl","vrml"],"registered":false}] diff --git a/fluentd/vendored_gem_src/mime-types-data/data/mime.content_type.column b/fluentd/vendored_gem_src/mime-types-data/data/mime.content_type.column index 1da6077c2..80ccb2c91 100644 --- a/fluentd/vendored_gem_src/mime-types-data/data/mime.content_type.column +++ b/fluentd/vendored_gem_src/mime-types-data/data/mime.content_type.column @@ -9,6 +9,7 @@ application/access mdf mda mdb mde application/ace+cbor application/activemessage application/activity+json +application/akn+xml application/alto-costmap+json application/alto-costmapfilter+json application/alto-directory+json @@ -26,6 +27,7 @@ application/andrew-inset ez application/appledouble application/applefile application/applixware aw +application/at+jwt application/ATF application/ATFX application/atom+xml atom @@ -66,6 +68,7 @@ application/cdni application/CEA application/cea-2018+xml application/cellml+xml +application/cert-chain+cbor application/cfw application/clariscad application/clr @@ -89,6 +92,7 @@ application/cu-seeme cu application/cwt application/cybercash application/dash+xml +application/dash-patch+xml application/dashdelta application/davmount+xml davmount application/dca-rft @@ -179,6 +183,7 @@ application/index.obj application/index.response application/index.vnd application/inkml+xml ink inkml +application/ion application/iotp application/ipfix ipfix application/ipp @@ -194,6 +199,7 @@ application/jose+json application/jrd+json application/jscalendar+json application/json json +application/json-nd application/json-patch+json application/json-seq application/jsonml+json jsonml @@ -284,6 +290,7 @@ application/ocsp-request application/ocsp-response application/octet-stream bin dms lha lzh class ani pgp gpg so dll dylib bpk deploy dist distz dump elc lrf mar pkg ipa application/oda oda +application/odm+json application/odm+xml application/ODX application/oebps-package+xml opf @@ -317,6 +324,7 @@ application/pkcs8-encrypted application/pkix-attr-cert ac application/pkix-cert cer application/pkix-crl crl +application/pkix-keyinfo application/pkix-pkipath pkipath application/pkixcmp pki application/pls+xml pls @@ -347,16 +355,19 @@ application/reginfo+xml rif application/relax-ng-compact-syntax rnc application/remote-printing application/remote_printing +application/reports+json application/reputon+json application/resource-lists+xml rl application/resource-lists-diff+xml rld application/rfc+xml +application/rif+xml application/riscos application/rlmi+xml application/rls-services+xml rs application/route-apd+xml application/route-s-tsid+xml application/route-usd+xml +application/rpki-checklist application/rpki-ghostbusters gbr application/rpki-manifest mft application/rpki-publication @@ -403,6 +414,7 @@ application/sgml sgml application/sgml-open-catalog soc application/shf+xml shf application/sieve siv +application/signed-exchange application/simple-filter+xml application/simple-message-summary application/simpleSymbolContainer @@ -417,6 +429,7 @@ application/soap+xml application/solids application/sparql-query rq application/sparql-results+xml srx +application/spdx+json application/spirits-event+xml application/sql application/srgs gram @@ -449,6 +462,7 @@ application/timestamped-data tsd application/tlsrpt+gzip application/tlsrpt+json application/tnauthlist +application/token-introspection+jwt application/toolbook tbk application/trickle-ice-sdpfrag application/trig @@ -547,6 +561,7 @@ application/vnd.afpc.modca-mediummap application/vnd.afpc.modca-objectcontainer application/vnd.afpc.modca-overlay application/vnd.afpc.modca-pagesegment +application/vnd.age application/vnd.ah-barcode application/vnd.ahead.space ahead application/vnd.airzip.filesecure.azf azf @@ -1038,6 +1053,7 @@ application/vnd.music-niff application/vnd.musician mus application/vnd.muvee.style msty application/vnd.mynfc taglet +application/vnd.nacamar.ybrid+json application/vnd.ncd.control application/vnd.ncd.reference application/vnd.nearst.inv+json @@ -1491,12 +1507,14 @@ application/voucher-cms+json application/vq-rtcpxr application/wasm wasm application/watcherinfo+xml wif +application/webbundle application/webpush-options+json application/whoispp-query application/whoispp-response application/widget wgt application/winhlp hlp application/wita +application/won application/word doc dot application/wordperfect wp application/wordperfect5.1 wp5 wp @@ -1921,6 +1939,7 @@ image/bmp bmp image/cgm cgm image/cmu-raster image/dicom-rle +image/dpx image/emf image/example image/fits @@ -1933,6 +1952,7 @@ image/heif-sequence heifs hif image/hej2k image/hsj2 image/ief ief +image/j2is image/jls image/jp2 jp2 jpg2 image/jpeg jpeg jpg jpe @@ -1940,6 +1960,7 @@ image/jph image/jphc image/jpm jpm jpgm image/jpx jpx jpf +image/jxl image/jxr image/jxrA image/jxrS @@ -2150,6 +2171,7 @@ text/jcr-cnd text/markdown markdown md mkd text/mizar text/n3 n3 +text/nfo text/parameters text/parityfec text/plain txt asc c cc h hh cpp hpp dat hlp conf def doc in list log rst text textile @@ -2188,6 +2210,7 @@ text/vnd.debian.copyright text/vnd.DMClientScript text/vnd.dvb.subtitle sub text/vnd.esmertec.theme-descriptor +text/vnd.familysearch.gedcom text/vnd.ficlab.flt text/vnd.flatland.3dml text/vnd.fly fly diff --git a/fluentd/vendored_gem_src/mime-types-data/data/mime.docs.column b/fluentd/vendored_gem_src/mime-types-data/data/mime.docs.column index 58141b38a..cd2d23999 100644 --- a/fluentd/vendored_gem_src/mime-types-data/data/mime.docs.column +++ b/fluentd/vendored_gem_src/mime-types-data/data/mime.docs.column @@ -1950,6 +1950,27 @@ - - - +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- Fixes a bug with IE6 and progressive JPEGs - - @@ -2351,3 +2372,5 @@ see-also:image/x-xcf - - - +- +- diff --git a/fluentd/vendored_gem_src/mime-types-data/data/mime.encoding.column b/fluentd/vendored_gem_src/mime-types-data/data/mime.encoding.column index 11d26bb1e..d7b3c6068 100644 --- a/fluentd/vendored_gem_src/mime-types-data/data/mime.encoding.column +++ b/fluentd/vendored_gem_src/mime-types-data/data/mime.encoding.column @@ -28,6 +28,8 @@ base64 base64 base64 base64 +base64 +base64 8bit 8bit 8bit @@ -172,6 +174,8 @@ base64 base64 base64 base64 +base64 +base64 8bit base64 base64 @@ -187,6 +191,7 @@ base64 base64 base64 base64 +base64 8bit base64 base64 @@ -211,6 +216,7 @@ base64 base64 base64 base64 +base64 8bit base64 base64 @@ -302,6 +308,7 @@ base64 base64 base64 base64 +base64 7bit 7bit base64 @@ -321,6 +328,7 @@ base64 base64 base64 base64 +base64 8bit base64 base64 @@ -409,6 +417,10 @@ base64 base64 base64 base64 +base64 +base64 +base64 +base64 8bit 8bit base64 @@ -525,6 +537,8 @@ base64 base64 base64 base64 +base64 +base64 7bit base64 base64 @@ -785,6 +799,7 @@ base64 base64 base64 base64 +base64 7bit base64 base64 @@ -1278,6 +1293,7 @@ base64 base64 base64 base64 +base64 8bit base64 base64 @@ -1530,6 +1546,8 @@ base64 base64 base64 base64 +base64 +base64 8bit base64 base64 @@ -1956,6 +1974,9 @@ base64 base64 base64 base64 +base64 +base64 +base64 8bit base64 base64 @@ -2160,6 +2181,7 @@ quoted-printable quoted-printable quoted-printable quoted-printable +quoted-printable 8bit 8bit quoted-printable @@ -2208,6 +2230,7 @@ quoted-printable quoted-printable quoted-printable quoted-printable +quoted-printable 8bit quoted-printable quoted-printable diff --git a/fluentd/vendored_gem_src/mime-types-data/data/mime.flags.column b/fluentd/vendored_gem_src/mime-types-data/data/mime.flags.column index b6db1822b..be078b13f 100644 --- a/fluentd/vendored_gem_src/mime-types-data/data/mime.flags.column +++ b/fluentd/vendored_gem_src/mime-types-data/data/mime.flags.column @@ -1,2353 +1,2376 @@ -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -1 1 0 -0 0 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 1 -0 1 1 -0 0 0 -0 1 0 -0 1 0 -0 1 1 -0 1 0 -0 1 1 -0 1 1 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 0 0 -1 0 0 -0 1 0 -1 0 0 -1 0 0 -0 1 0 -0 1 0 -1 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 1 -0 0 0 -0 0 0 -0 0 0 -0 1 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -1 0 0 -0 0 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 1 0 -1 0 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -1 0 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 1 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 1 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -1 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 1 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 1 -1 0 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -1 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 1 0 -0 0 0 -0 0 0 -1 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 -0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +1 1 0 0 +0 0 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 1 0 +0 1 1 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 1 0 +0 1 0 0 +0 1 1 0 +0 1 1 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 1 +0 0 0 0 +1 0 0 0 +0 1 0 0 +1 0 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 1 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +1 0 0 0 +0 0 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +1 0 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 1 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 1 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 1 0 +1 0 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +1 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 1 0 0 +0 0 0 0 +0 0 0 0 +1 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 +0 0 0 0 diff --git a/fluentd/vendored_gem_src/mime-types-data/data/mime.friendly.column b/fluentd/vendored_gem_src/mime-types-data/data/mime.friendly.column index 7169b01b5..9c802dbd9 100644 --- a/fluentd/vendored_gem_src/mime-types-data/data/mime.friendly.column +++ b/fluentd/vendored_gem_src/mime-types-data/data/mime.friendly.column @@ -22,12 +22,14 @@ - - - +- en^Andrew Toolkit - - en^Applixware - - +- en^Atom Syndication Format en^Atom Publishing Protocol - @@ -85,11 +87,13 @@ en^Cloud Data Management Interface (CDMI) - Queue - - - +- en^CU-SeeMe - - - - +- en^Web Distributed Authoring and Versioning - - @@ -180,6 +184,7 @@ en^Hyperstudio - - - +- en^Internet Protocol Flow Information Export - - @@ -211,6 +216,7 @@ en^JavaScript Object Notation (JSON) - - - +- en^Macintosh BinHex 4.0 en^Compact Pro - @@ -286,6 +292,7 @@ en^Binary Data en^Office Document Architecture - - +- en^Open eBook Publication Structure en^Ogg - @@ -317,6 +324,7 @@ en^PKCS #8 - Private-Key Information Syntax Standard en^Attribute Certificate en^Internet Public Key Infrastructure - Certificate en^Internet Public Key Infrastructure - Certificate Revocation Lists +- en^Internet Public Key Infrastructure - Certification Path en^Internet Public Key Infrastructure - Certificate Management Protocole en^Pronunciation Lexicon Specification @@ -348,11 +356,13 @@ en^Relax NG Compact Syntax - - - +- en^XML Resource Lists en^XML Resource Lists Diff - - - +- en^XML Resource Lists - - @@ -362,6 +372,7 @@ en^XML Resource Lists - - - +- en^Really Simple Discovery en^RSS - Really Simple Syndication en^Rich Text Format @@ -410,6 +421,7 @@ en^S Hexdump Format - - - +- en^Synchronized Multimedia Integration Language - - @@ -419,6 +431,7 @@ en^SPARQL - Query en^SPARQL - Results - - +- en^Speech Recognition Grammar Specification en^Speech Recognition Grammar Specification - XML en^Search/Retrieve via URL Response Format @@ -507,6 +520,7 @@ en^Time Stamped Data Envelope - - - +- en^3rd Generation Partnership Project - Pic Large en^3rd Generation Partnership Project - Pic Small en^3rd Generation Partnership Project - Pic Var @@ -548,6 +562,7 @@ en^Adobe XML Forms Data Format - - - +- en^Ahead AIR Application en^AirZip FileSECURE en^AirZip FileSECURE @@ -1044,6 +1059,7 @@ en^Muvee Automatic Video Editing - - - +- en^neuroLanguage - - @@ -1494,6 +1510,7 @@ en^WebAssembly - - - +- en^Widget Packaging and XML Configuration en^WinHelp - @@ -1502,6 +1519,7 @@ en^WinHelp - - - +- en^WSDL - Web Services Description Language en^Web Services Policy - @@ -1924,6 +1942,7 @@ en^Computer Graphics Metafile - - - +- en^G3 Fax Image en^Graphics Interchange Format - @@ -1935,6 +1954,7 @@ en^Graphics Interchange Format en^Image Exchange Format - - +- en^JPEG Image - - @@ -1947,6 +1967,7 @@ en^JPEG Image - - - +- en^OpenGL Textures (KTX) - - @@ -2152,6 +2173,7 @@ en^HyperText Markup Language (HTML) en^Notation3 - - +- en^Text File - - @@ -2190,6 +2212,7 @@ en^Curl - Source Code - - - +- en^mod_fly / fly.cgi en^FLEXSTOR - diff --git a/fluentd/vendored_gem_src/mime-types-data/data/mime.pext.column b/fluentd/vendored_gem_src/mime-types-data/data/mime.pext.column index 6e0f1dd1d..7c32a6578 100644 --- a/fluentd/vendored_gem_src/mime-types-data/data/mime.pext.column +++ b/fluentd/vendored_gem_src/mime-types-data/data/mime.pext.column @@ -2351,3 +2351,26 @@ - - - +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- diff --git a/fluentd/vendored_gem_src/mime-types-data/data/mime.use_instead.column b/fluentd/vendored_gem_src/mime-types-data/data/mime.use_instead.column index ba8047153..551e88e2d 100644 --- a/fluentd/vendored_gem_src/mime-types-data/data/mime.use_instead.column +++ b/fluentd/vendored_gem_src/mime-types-data/data/mime.use_instead.column @@ -43,6 +43,8 @@ application/x-msaccess - - - +- +- application/x-bleeper - - @@ -134,6 +136,8 @@ application/cals-1840 - - - +- +- application/vnd.ms-excel - - @@ -208,6 +212,8 @@ application/x-imagemap - - - +- +- application/vnd.lotus-1-2-3 - - @@ -339,6 +345,8 @@ application/x-mathematica-old - - - +- +- application/x-quicktimeplayer - - @@ -409,6 +417,10 @@ application/remote-printing - - - +- +- +- +- application/smil+xml - - @@ -449,6 +461,8 @@ application/smil+xml - - - +- +- application/x-toolbook - - @@ -577,6 +591,7 @@ application/vnd.3gpp.mcvideo-info+xml - - - +- application/vnd.aristanetworks.swi - - @@ -1064,6 +1079,7 @@ application/vnd.visionary - - - +- application/vnd.nokia.ncd - - @@ -1498,6 +1514,8 @@ video/vnd.youtube.yt - - - +- +- application/vnd.wordperfect - application/x-wordperfect6.1 @@ -1958,6 +1976,9 @@ image/x-cmu-raster - - - +- +- +- image/x-targa - - @@ -2189,6 +2210,8 @@ application/javascript - - - +- +- model/vnd.flatland.3dml - - diff --git a/fluentd/vendored_gem_src/mime-types-data/data/mime.xrefs.column b/fluentd/vendored_gem_src/mime-types-data/data/mime.xrefs.column index 0fa8a842c..62acf6ae0 100644 --- a/fluentd/vendored_gem_src/mime-types-data/data/mime.xrefs.column +++ b/fluentd/vendored_gem_src/mime-types-data/data/mime.xrefs.column @@ -9,6 +9,7 @@ person^ASAM^Thomas_Thomsen|template^application/A2L draft^RFC-ietf-ace-oauth-authz-45|template^application/ace+cbor person^Ehud_Shapiro|template^application/activemessage person^Benjamin_Goering^W3C|template^application/activity+json +person^Chet_Ensign rfc^rfc7285|template^application/alto-costmap+json rfc^rfc7285|template^application/alto-costmapfilter+json rfc^rfc7285|template^application/alto-directory+json @@ -26,6 +27,7 @@ person^Nathaniel_Borenstein|template^application/andrew-inset - person^Patrik_Faltstrom|template^application/applefile - +rfc^rfc9068|template^application/at+jwt person^ASAM^Thomas_Thomsen|template^application/ATF person^ASAM^Thomas_Thomsen|template^application/ATFX rfc^rfc4287^rfc5023|template^application/atom+xml @@ -66,6 +68,7 @@ rfc^rfc7736|template^application/cdni person^ASAM^Thomas_Thomsen|template^application/CEA person^Gottfried_Zimmermann|template^application/cea-2018+xml rfc^rfc4708|template^application/cellml+xml +draft^draft-yasskin-http-origin-signed-responses rfc^rfc6230|template^application/cfw - person^Andy_Miller^IMS_Global|template^application/clr @@ -89,6 +92,7 @@ person^Ivan_Herman^W3C|template^application/csvm+json rfc^rfc8392|template^application/cwt person^Donald_E._Eastlake_3rd|template^application/cybercash person^ISO-IEC_JTC1^Thomas_Stockhammer|template^application/dash+xml +person^ISO-IEC_JTC1|template^application/dash-patch+xml person^David_Furbeck|template^application/dashdelta rfc^rfc4709|template^application/davmount+xml person^Larry_Campbell|template^application/dca-rft @@ -104,7 +108,7 @@ rfc^rfc4027|template^application/dns rfc^rfc8427|template^application/dns+json rfc^rfc8484|template^application/dns-message - -draft^RFC-ietf-dots-rfc8782-bis-08|template^application/dots+cbor +rfc^rfc9132|template^application/dots+cbor - rfc^rfc6063|template^application/dskpp+xml rfc^rfc5698|template^application/dssc+der @@ -164,7 +168,7 @@ rfc^rfc6713|template^application/gzip rfc^rfc4573|template^application/H224 rfc^rfc5985|template^application/held+xml - -rfc^rfc7230|template^application/http +draft^RFC-ietf-httpbis-messaging-19|template^application/http person^Michael_Domino|template^application/hyperstudio - rfc^rfc5408|template^application/ibe-key-request+xml @@ -179,6 +183,7 @@ rfc^rfc2652|template^application/index.obj rfc^rfc2652|template^application/index.response rfc^rfc2652|template^application/index.vnd person^Kazuyuki_Ashimura|template^application/inkml+xml +person^Jonathan_Hohle rfc^rfc2935|template^application/IOTP rfc^rfc5655|template^application/ipfix rfc^rfc8010|template^application/ipp @@ -194,6 +199,7 @@ rfc^rfc7515|template^application/jose+json rfc^rfc7033|template^application/jrd+json rfc^rfc8984|template^application/jscalendar+json rfc^rfc8259|template^application/json +person^Glen_Kleidon rfc^rfc6902|template^application/json-patch+json rfc^rfc7464|template^application/json-seq - @@ -279,11 +285,12 @@ rfc^rfc5537|template^application/news-transmission rfc^rfc6787|template^application/nlsml+xml person^Node.js_TSC|template^application/node person^Michael_Hammer|template^application/nss -draft^RFC-ietf-oauth-jwsreq-34|template^application/oauth-authz-req+jwt +rfc^rfc9101|template^application/oauth-authz-req+jwt rfc^rfc6960|template^application/ocsp-request rfc^rfc6960|template^application/ocsp-response rfc^rfc2045^rfc2046|template^application/octet-stream rfc^rfc1494|template^application/ODA +person^Sam_Hume person^CDISC^Sam_Hume|template^application/odm+xml person^ASAM^Thomas_Thomsen|template^application/ODX rfc^rfc4839|template^application/oebps-package+xml @@ -317,6 +324,7 @@ rfc^rfc8351|template^application/pkcs8-encrypted rfc^rfc5877|template^application/pkix-attr-cert rfc^rfc2585|template^application/pkix-cert rfc^rfc2585|template^application/pkix-crl +draft^draft-hallambaker-mesh-udf rfc^rfc6066|template^application/pkix-pkipath rfc^rfc2510|template^application/pkixcmp rfc^rfc4267|template^application/pls+xml @@ -347,16 +355,19 @@ rfc^rfc3680|template^application/reginfo+xml template^application/relax-ng-compact-syntax|uri^http://www.jtc1sc34.org/repository/0661.pdf person^Marshall_Rose|rfc^rfc1486|template^application/remote-printing - +person^Douglas_Creager rfc^rfc7071|template^application/reputon+json rfc^rfc4826|template^application/resource-lists+xml rfc^rfc5362|template^application/resource-lists-diff+xml rfc^rfc7991|template^application/rfc+xml +person^Sandro_Hawke person^Nick_Smith|template^application/riscos rfc^rfc4662|template^application/rlmi+xml rfc^rfc4826|template^application/rls-services+xml person^ATSC|template^application/route-apd+xml person^ATSC|template^application/route-s-tsid+xml person^ATSC|template^application/route-usd+xml +draft^draft-ietf-sidrops-rpki-rsc-02 rfc^rfc6493|template^application/rpki-ghostbusters rfc^rfc6481|template^application/rpki-manifest rfc^rfc8181|template^application/rpki-publication @@ -403,6 +414,7 @@ rfc^rfc1874|template^application/SGML person^Paul_Grosso|template^application/sgml-open-catalog rfc^rfc4194|template^application/shf+xml rfc^rfc5228|template^application/sieve +draft^draft-yasskin-http-origin-signed-responses rfc^rfc4661|template^application/simple-filter+xml rfc^rfc3842|template^application/simple-message-summary person^_3GPP|template^application/simpleSymbolContainer @@ -417,6 +429,7 @@ rfc^rfc3902|template^application/soap+xml - person^W3C|template^application/sparql-query|uri^http://www.w3.org/TR/2007/CR-rdf-sparql-query-20070614/#mediaType person^W3C|template^application/sparql-results+xml|uri^http://www.w3.org/TR/2007/CR-rdf-sparql-XMLres-20070925/#mime +person^Linux_Foundation^Rose_Judge|template^application/spdx+json rfc^rfc3910|template^application/spirits-event+xml rfc^rfc6922|template^application/sql rfc^rfc4267|template^application/srgs @@ -449,6 +462,7 @@ rfc^rfc5955|template^application/timestamped-data rfc^rfc8460|template^application/tlsrpt+gzip rfc^rfc8460|template^application/tlsrpt+json rfc^rfc8226|template^application/tnauthlist +draft^RFC-oauth-jwt-introspection-response-12|template^application/token-introspection+jwt - rfc^rfc8840|template^application/trickle-ice-sdpfrag person^W3C^W3C_RDF_Working_Group|template^application/trig @@ -517,7 +531,7 @@ person^Frederic_Firmin|template^application/vnd.3gpp.srvcc-ext+xml person^Frederic_Firmin|template^application/vnd.3gpp.SRVCC-info+xml person^Frederic_Firmin|template^application/vnd.3gpp.state-and-event-info+xml person^Frederic_Firmin|template^application/vnd.3gpp.ussd+xml -person^Andy_Dryden|template^application/vnd.3gpp2.bcmcsinfo+xml +person^AC_Mahendran|template^application/vnd.3gpp2.bcmcsinfo+xml person^AC_Mahendran|template^application/vnd.3gpp2.sms person^AC_Mahendran|template^application/vnd.3gpp2.tcap person^Gus_Asadi|template^application/vnd.3lightssoftware.imagescal @@ -529,7 +543,7 @@ person^Dovid_Lubin|template^application/vnd.acucorp - person^Henrik_Andersson|template^application/vnd.adobe.flash.movie person^Chris_Solc|template^application/vnd.adobe.formscentral.fcdt -person^Robert_Brambley^Steven_Heintz|template^application/vnd.adobe.fxp +person^Steven_Heintz|template^application/vnd.adobe.fxp person^Tapani_Otala|template^application/vnd.adobe.partial-upload person^John_Brinkman|template^application/vnd.adobe.xdp+xml person^Roberto_Perelman|template^application/vnd.adobe.xfdf @@ -547,6 +561,7 @@ person^Jörg_Palmer|template^application/vnd.afpc.modca-mediummap person^Jörg_Palmer|template^application/vnd.afpc.modca-objectcontainer person^Jörg_Palmer|template^application/vnd.afpc.modca-overlay person^Jörg_Palmer|template^application/vnd.afpc.modca-pagesegment +person^Filippo_Valsorda|template^application/vnd.age person^Katsuhiko_Ichinose|template^application/vnd.ah-barcode person^Tor_Kristensen|template^application/vnd.ahead.space person^Daniel_Mould^Gary_Clueit|template^application/vnd.airzip.filesecure.azf @@ -1038,6 +1053,7 @@ person^Tim_Butler|template^application/vnd.music-niff person^Greg_Adams|template^application/vnd.musician person^Chandrashekhara_Anantharamu|template^application/vnd.muvee.style person^Franck_Lefevre|template^application/vnd.mynfc +person^Sebastian_A._Weiss|template^application/vnd.nacamar.ybrid+json person^Lauri_Tarkkala|template^application/vnd.ncd.control person^Lauri_Tarkkala|template^application/vnd.ncd.reference person^Thomas_Schoffelen|template^application/vnd.nearst.inv+json @@ -1491,12 +1507,14 @@ rfc^rfc8366|template^application/voucher-cms+json rfc^rfc6035|template^application/vq-rtcpxr person^Eric_Prudhommeaux^W3C|template^application/wasm rfc^rfc3858|template^application/watcherinfo+xml +draft^draft-yasskin-wpack-bundled-exchanges rfc^rfc8292|template^application/webpush-options+json rfc^rfc2957|template^application/whoispp-query rfc^rfc2958|template^application/whoispp-response person^Steven_Pemberton^W3C|template^application/widget|uri^http://www.w3.org/TR/widgets/#media-type-registration-for-application/widget - person^Larry_Campbell|template^application/wita +person^Roy_T._Fielding - - person^Paul_Lindner|template^application/wordperfect5.1 @@ -1921,6 +1939,7 @@ rfc^rfc7903|template^image/bmp person^Alan_Francis|template^image/cgm - person^DICOM_Standards_Committee^David_Clunie|template^image/dicom-rle +person^Director_of_Standards rfc^rfc7903|template^image/emf rfc^rfc4735|template^image/example rfc^rfc4047|template^image/fits @@ -1933,6 +1952,7 @@ person^David_Singer^ISO-IEC_JTC1|template^image/heif-sequence person^ISO-IEC_JTC1^ITU-T|template^image/hej2k person^ISO-IEC_JTC1^ITU-T|template^image/hsj2 rfc^rfc1314 +person^ISO-IEC_JTC_1-SC_29-WG_1_Convenor person^DICOM_Standards_Committee^David_Clunie|template^image/jls rfc^rfc3745|template^image/jp2 rfc^rfc2045^rfc2046 @@ -1940,6 +1960,7 @@ person^ISO-IEC_JTC1^ITU-T|template^image/jph person^ISO-IEC_JTC1^ITU-T|template^image/jphc rfc^rfc3745|template^image/jpm rfc^rfc3745|template^image/jpx +person^Touradj_Ebrahimi person^ISO-IEC_JTC1^ITU-T|template^image/jxr person^ISO-IEC_JTC1^ITU-T|template^image/jxrA person^ISO-IEC_JTC1^ITU-T|template^image/jxrS @@ -2052,7 +2073,7 @@ rfc^rfc6532|template^message/global rfc^rfc6533|template^message/global-delivery-status rfc^rfc6533|template^message/global-disposition-notification rfc^rfc6533|template^message/global-headers -rfc^rfc7230|template^message/http +draft^RFC-ietf-httpbis-messaging-19|template^message/http rfc^rfc5438|template^message/imdn+xml notes^- OBSOLETED by RFC5537|person^Henry_Spencer|rfc^rfc5537|template^message/news rfc^rfc2045^rfc2046 @@ -2102,7 +2123,7 @@ person^Web3D^Web3D_X3D|template^model/x3d+xml person^Web3D^Web3D_X3D|template^model/x3d-vrml rfc^rfc2045^rfc2046 person^Patrik_Faltstrom|template^multipart/appledouble -rfc^rfc7233|template^multipart/byteranges +draft^RFC-ietf-httpbis-semantics-19|template^multipart/byteranges rfc^rfc2045^rfc2046 rfc^rfc1847|template^multipart/encrypted rfc^rfc4735|template^multipart/example @@ -2150,6 +2171,7 @@ person^Peeter_Piegaze|template^text/jcr-cnd rfc^rfc7763|template^text/markdown person^Jesse_Alama|template^text/mizar person^Eric_Prudhommeaux^W3C|template^text/n3 +person^Sean_Leonard rfc^rfc7826|template^text/parameters rfc^rfc3009|template^text/parityfec rfc^rfc2046^rfc3676^rfc5147 @@ -2188,6 +2210,7 @@ person^Charles_Plessy|template^text/vnd.debian.copyright person^Dan_Bradley|template^text/vnd.DMClientScript person^Michael_Lagally^Peter_Siebert|template^text/vnd.dvb.subtitle person^Stefan_Eilemann|template^text/vnd.esmertec.theme-descriptor +person^Gordon_Clarke|template^text/vnd.familysearch.gedcom person^Steve_Gilberd|template^text/vnd.ficlab.flt - person^John-Mark_Gurney|template^text/vnd.fly @@ -2261,7 +2284,7 @@ person^David_Singer^ISO-IEC_JTC1|template^video/iso.segment rfc^rfc3555|template^video/JPEG rfc^rfc5371^rfc5372|template^video/jpeg2000 - -draft^RFC-ietf-payload-rtp-jpegxs-18|template^video/jxsv +rfc^rfc9134|template^video/jxsv rfc^rfc3745|template^video/mj2 rfc^rfc3555|template^video/MP1S rfc^rfc3555|template^video/MP2P diff --git a/fluentd/vendored_gem_src/mime-types-data/lib/mime-types-data.rb b/fluentd/vendored_gem_src/mime-types-data/lib/mime-types-data.rb index 602b67d2f..c6c0db6b4 100644 --- a/fluentd/vendored_gem_src/mime-types-data/lib/mime-types-data.rb +++ b/fluentd/vendored_gem_src/mime-types-data/lib/mime-types-data.rb @@ -1,3 +1,3 @@ # frozen_string_literal: true -require 'mime/types/data' +require "mime/types/data" diff --git a/fluentd/vendored_gem_src/mime-types-data/lib/mime/types/data.rb b/fluentd/vendored_gem_src/mime-types-data/lib/mime/types/data.rb index ad80ed667..589381a22 100644 --- a/fluentd/vendored_gem_src/mime-types-data/lib/mime/types/data.rb +++ b/fluentd/vendored_gem_src/mime-types-data/lib/mime/types/data.rb @@ -3,7 +3,7 @@ module MIME class Types module Data - VERSION = '3.2021.0901' + VERSION = "3.2021.1115" # The path that will be used for loading the MIME::Types data. The # default location is __FILE__/../../../../data, which is where the data @@ -15,7 +15,7 @@ module Data # System maintainer note: this is the constant to change when packaging # mime-types for your system. It is recommended that the path be # something like /usr/share/ruby/mime-types/. - PATH = File.expand_path('../../../../data', __FILE__) + PATH = File.expand_path("../../../../data", __FILE__) end end end diff --git a/fluentd/vendored_gem_src/mime-types-data/mime-types-data.gemspec b/fluentd/vendored_gem_src/mime-types-data/mime-types-data.gemspec index f46e8a8a7..e5e635e36 100644 --- a/fluentd/vendored_gem_src/mime-types-data/mime-types-data.gemspec +++ b/fluentd/vendored_gem_src/mime-types-data/mime-types-data.gemspec @@ -1,18 +1,18 @@ # -*- encoding: utf-8 -*- -# stub: mime-types-data 3.2021.0901 ruby lib +# stub: mime-types-data 3.2021.1115 ruby lib Gem::Specification.new do |s| s.name = "mime-types-data".freeze - s.version = "3.2021.0901" + s.version = "3.2021.1115" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Austin Ziegler".freeze] - s.date = "2021-09-02" + s.date = "2021-11-15" s.description = "mime-types-data provides a registry for information about MIME media type\ndefinitions. It can be used with the Ruby mime-types library or other software\nto determine defined filename extensions for MIME types, or to use filename\nextensions to look up the likely MIME type definitions.".freeze s.email = ["halostatue@gmail.com".freeze] s.extra_rdoc_files = ["Code-of-Conduct.md".freeze, "Contributing.md".freeze, "History.md".freeze, "Licence.md".freeze, "Manifest.txt".freeze, "README.md".freeze] - s.files = ["Code-of-Conduct.md".freeze, "Contributing.md".freeze, "History.md".freeze, "Licence.md".freeze, "Manifest.txt".freeze, "README.md".freeze, "Rakefile".freeze, "data/mime-types.json".freeze, "data/mime.content_type.column".freeze, "data/mime.docs.column".freeze, "data/mime.encoding.column".freeze, "data/mime.flags.column".freeze, "data/mime.friendly.column".freeze, "data/mime.pext.column".freeze, "data/mime.use_instead.column".freeze, "data/mime.xrefs.column".freeze, "lib/mime-types-data.rb".freeze, "lib/mime/types/data.rb".freeze, "types/application.yaml".freeze, "types/audio.yaml".freeze, "types/chemical.yaml".freeze, "types/conference.yaml".freeze, "types/drawing.yaml".freeze, "types/font.yaml".freeze, "types/image.yaml".freeze, "types/message.yaml".freeze, "types/model.yaml".freeze, "types/multipart.yaml".freeze, "types/text.yaml".freeze, "types/video.yaml".freeze, "types/world.yaml".freeze] + s.files = ["Code-of-Conduct.md".freeze, "Contributing.md".freeze, "History.md".freeze, "Licence.md".freeze, "Manifest.txt".freeze, "README.md".freeze, "Rakefile".freeze, "data/content_type_mime.db".freeze, "data/ext_mime.db".freeze, "data/mime-types.json".freeze, "data/mime.content_type.column".freeze, "data/mime.docs.column".freeze, "data/mime.encoding.column".freeze, "data/mime.flags.column".freeze, "data/mime.friendly.column".freeze, "data/mime.pext.column".freeze, "data/mime.use_instead.column".freeze, "data/mime.xrefs.column".freeze, "lib/mime-types-data.rb".freeze, "lib/mime/types/data.rb".freeze, "types/application.yaml".freeze, "types/audio.yaml".freeze, "types/chemical.yaml".freeze, "types/conference.yaml".freeze, "types/drawing.yaml".freeze, "types/font.yaml".freeze, "types/image.yaml".freeze, "types/message.yaml".freeze, "types/model.yaml".freeze, "types/multipart.yaml".freeze, "types/provisional-standard-types.yaml".freeze, "types/text.yaml".freeze, "types/video.yaml".freeze, "types/world.yaml".freeze] s.homepage = "https://github.com/mime-types/mime-types-data/".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--main".freeze, "README.md".freeze] @@ -30,7 +30,9 @@ Gem::Specification.new do |s| s.add_development_dependency(%q.freeze, ["~> 1.6"]) s.add_development_dependency(%q.freeze, ["~> 1.0"]) s.add_development_dependency(%q.freeze, [">= 10.0", "< 14"]) - s.add_development_dependency(%q.freeze, [">= 3.2.1", "< 4"]) + s.add_development_dependency(%q.freeze, [">= 3.4.0", "< 4"]) + s.add_development_dependency(%q.freeze, ["~> 1.0"]) + s.add_development_dependency(%q.freeze, ["~> 3.0"]) s.add_development_dependency(%q.freeze, [">= 4.0", "< 7"]) s.add_development_dependency(%q.freeze, ["~> 3.23"]) else @@ -40,7 +42,9 @@ Gem::Specification.new do |s| s.add_dependency(%q.freeze, ["~> 1.6"]) s.add_dependency(%q.freeze, ["~> 1.0"]) s.add_dependency(%q.freeze, [">= 10.0", "< 14"]) - s.add_dependency(%q.freeze, [">= 3.2.1", "< 4"]) + s.add_dependency(%q.freeze, [">= 3.4.0", "< 4"]) + s.add_dependency(%q.freeze, ["~> 1.0"]) + s.add_dependency(%q.freeze, ["~> 3.0"]) s.add_dependency(%q.freeze, [">= 4.0", "< 7"]) s.add_dependency(%q.freeze, ["~> 3.23"]) end @@ -51,7 +55,9 @@ Gem::Specification.new do |s| s.add_dependency(%q.freeze, ["~> 1.6"]) s.add_dependency(%q.freeze, ["~> 1.0"]) s.add_dependency(%q.freeze, [">= 10.0", "< 14"]) - s.add_dependency(%q.freeze, [">= 3.2.1", "< 4"]) + s.add_dependency(%q.freeze, [">= 3.4.0", "< 4"]) + s.add_dependency(%q.freeze, ["~> 1.0"]) + s.add_dependency(%q.freeze, ["~> 3.0"]) s.add_dependency(%q.freeze, [">= 4.0", "< 7"]) s.add_dependency(%q.freeze, ["~> 3.23"]) end diff --git a/fluentd/vendored_gem_src/mime-types-data/types/application.yaml b/fluentd/vendored_gem_src/mime-types-data/types/application.yaml index 7bb302635..2a6cd5a29 100644 --- a/fluentd/vendored_gem_src/mime-types-data/types/application.yaml +++ b/fluentd/vendored_gem_src/mime-types-data/types/application.yaml @@ -253,6 +253,15 @@ extensions: - aw registered: false +- !ruby/object:MIME::Type + content-type: application/at+jwt + encoding: base64 + xrefs: + rfc: + - rfc9068 + template: + - application/at+jwt + registered: true - !ruby/object:MIME::Type content-type: application/ATF encoding: base64 @@ -856,6 +865,15 @@ template: - application/dash+xml registered: true +- !ruby/object:MIME::Type + content-type: application/dash-patch+xml + encoding: base64 + xrefs: + person: + - ISO-IEC_JTC1 + template: + - application/dash-patch+xml + registered: true - !ruby/object:MIME::Type content-type: application/dashdelta encoding: base64 @@ -1003,8 +1021,8 @@ content-type: application/dots+cbor encoding: base64 xrefs: - draft: - - RFC-ietf-dots-rfc8782-bis-08 + rfc: + - rfc9132 template: - application/dots+cbor registered: true @@ -1590,8 +1608,8 @@ content-type: application/http encoding: base64 xrefs: - rfc: - - rfc7230 + draft: + - RFC-ietf-httpbis-messaging-19 template: - application/http registered: true @@ -2708,8 +2726,8 @@ content-type: application/oauth-authz-req+jwt encoding: base64 xrefs: - draft: - - RFC-ietf-oauth-jwsreq-34 + rfc: + - rfc9101 template: - application/oauth-authz-req+jwt registered: true @@ -4161,6 +4179,16 @@ template: - application/sparql-results+xml registered: true +- !ruby/object:MIME::Type + content-type: application/spdx+json + encoding: base64 + xrefs: + person: + - Linux_Foundation + - Rose_Judge + template: + - application/spdx+json + registered: true - !ruby/object:MIME::Type content-type: application/spirits-event+xml encoding: base64 @@ -4476,6 +4504,15 @@ template: - application/tnauthlist registered: true +- !ruby/object:MIME::Type + content-type: application/token-introspection+jwt + encoding: base64 + xrefs: + draft: + - RFC-oauth-jwt-introspection-response-12 + template: + - application/token-introspection+jwt + registered: true - !ruby/object:MIME::Type content-type: application/toolbook encoding: base64 @@ -5115,7 +5152,7 @@ encoding: base64 xrefs: person: - - Andy_Dryden + - AC_Mahendran template: - application/vnd.3gpp2.bcmcsinfo+xml registered: true @@ -5255,7 +5292,6 @@ - fxpl xrefs: person: - - Robert_Brambley - Steven_Heintz template: - application/vnd.adobe.fxp @@ -5421,6 +5457,15 @@ template: - application/vnd.afpc.modca-pagesegment registered: true +- !ruby/object:MIME::Type + content-type: application/vnd.age + encoding: base64 + xrefs: + person: + - Filippo_Valsorda + template: + - application/vnd.age + registered: true - !ruby/object:MIME::Type content-type: application/vnd.ah-barcode encoding: base64 @@ -10706,6 +10751,15 @@ template: - application/vnd.mynfc registered: true +- !ruby/object:MIME::Type + content-type: application/vnd.nacamar.ybrid+json + encoding: base64 + xrefs: + person: + - Sebastian_A._Weiss + template: + - application/vnd.nacamar.ybrid+json + registered: true - !ruby/object:MIME::Type content-type: application/vnd.ncd.control encoding: base64 diff --git a/fluentd/vendored_gem_src/mime-types-data/types/message.yaml b/fluentd/vendored_gem_src/mime-types-data/types/message.yaml index a58e7687a..eebfa0057 100644 --- a/fluentd/vendored_gem_src/mime-types-data/types/message.yaml +++ b/fluentd/vendored_gem_src/mime-types-data/types/message.yaml @@ -92,8 +92,8 @@ content-type: message/http encoding: base64 xrefs: - rfc: - - rfc7230 + draft: + - RFC-ietf-httpbis-messaging-19 template: - message/http registered: true diff --git a/fluentd/vendored_gem_src/mime-types-data/types/multipart.yaml b/fluentd/vendored_gem_src/mime-types-data/types/multipart.yaml index 331b1c675..d76e99f54 100644 --- a/fluentd/vendored_gem_src/mime-types-data/types/multipart.yaml +++ b/fluentd/vendored_gem_src/mime-types-data/types/multipart.yaml @@ -20,8 +20,8 @@ content-type: multipart/byteranges encoding: base64 xrefs: - rfc: - - rfc7233 + draft: + - RFC-ietf-httpbis-semantics-19 template: - multipart/byteranges registered: true diff --git a/fluentd/vendored_gem_src/mime-types-data/types/provisional-standard-types.yaml b/fluentd/vendored_gem_src/mime-types-data/types/provisional-standard-types.yaml new file mode 100644 index 000000000..c4e2b8618 --- /dev/null +++ b/fluentd/vendored_gem_src/mime-types-data/types/provisional-standard-types.yaml @@ -0,0 +1,129 @@ +--- +- !ruby/object:MIME::Type + content-type: application/akn+xml + encoding: base64 + xrefs: + person: + - Chet_Ensign + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: application/cert-chain+cbor + encoding: base64 + xrefs: + draft: + - draft-yasskin-http-origin-signed-responses + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: application/ion + encoding: base64 + xrefs: + person: + - Jonathan_Hohle + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: application/json-nd + encoding: base64 + xrefs: + person: + - Glen_Kleidon + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: application/odm+json + encoding: base64 + xrefs: + person: + - Sam_Hume + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: application/pkix-keyinfo + encoding: base64 + xrefs: + draft: + - draft-hallambaker-mesh-udf + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: application/reports+json + encoding: base64 + xrefs: + person: + - Douglas_Creager + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: application/rif+xml + encoding: base64 + xrefs: + person: + - Sandro_Hawke + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: application/rpki-checklist + encoding: base64 + xrefs: + draft: + - draft-ietf-sidrops-rpki-rsc-02 + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: application/signed-exchange + encoding: base64 + xrefs: + draft: + - draft-yasskin-http-origin-signed-responses + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: application/webbundle + encoding: base64 + xrefs: + draft: + - draft-yasskin-wpack-bundled-exchanges + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: application/won + encoding: base64 + xrefs: + person: + - Roy_T._Fielding + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: image/dpx + encoding: base64 + xrefs: + person: + - Director_of_Standards + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: image/j2is + encoding: base64 + xrefs: + person: + - ISO-IEC_JTC_1-SC_29-WG_1_Convenor + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: image/jxl + encoding: base64 + xrefs: + person: + - Touradj_Ebrahimi + registered: true + provisional: true +- !ruby/object:MIME::Type + content-type: text/nfo + encoding: quoted-printable + xrefs: + person: + - Sean_Leonard + registered: true + provisional: true diff --git a/fluentd/vendored_gem_src/mime-types-data/types/text.yaml b/fluentd/vendored_gem_src/mime-types-data/types/text.yaml index ad462e451..ac15ed70a 100644 --- a/fluentd/vendored_gem_src/mime-types-data/types/text.yaml +++ b/fluentd/vendored_gem_src/mime-types-data/types/text.yaml @@ -714,6 +714,15 @@ template: - text/vnd.esmertec.theme-descriptor registered: true +- !ruby/object:MIME::Type + content-type: text/vnd.familysearch.gedcom + encoding: quoted-printable + xrefs: + person: + - Gordon_Clarke + template: + - text/vnd.familysearch.gedcom + registered: true - !ruby/object:MIME::Type content-type: text/vnd.ficlab.flt encoding: quoted-printable diff --git a/fluentd/vendored_gem_src/mime-types-data/types/video.yaml b/fluentd/vendored_gem_src/mime-types-data/types/video.yaml index 12870cb82..be4834ffe 100644 --- a/fluentd/vendored_gem_src/mime-types-data/types/video.yaml +++ b/fluentd/vendored_gem_src/mime-types-data/types/video.yaml @@ -276,8 +276,8 @@ content-type: video/jxsv encoding: base64 xrefs: - draft: - - RFC-ietf-payload-rtp-jpegxs-18 + rfc: + - rfc9134 template: - video/jxsv registered: true diff --git a/fluentd/vendored_gem_src/mime-types/Code-of-Conduct.md b/fluentd/vendored_gem_src/mime-types/Code-of-Conduct.md index 5b6ac4d67..306de4e81 100644 --- a/fluentd/vendored_gem_src/mime-types/Code-of-Conduct.md +++ b/fluentd/vendored_gem_src/mime-types/Code-of-Conduct.md @@ -14,21 +14,21 @@ appearance, race, religion, or sexual identity and orientation. Examples of behavior that contributes to creating a positive environment include: -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members +- Using welcoming and inclusive language +- Being respectful of differing viewpoints and experiences +- Gracefully accepting constructive criticism +- Focusing on what is best for the community +- Showing empathy towards other community members Examples of unacceptable behavior by participants include: -* The use of sexualized language or imagery and unwelcome sexual attention or +- The use of sexualized language or imagery and unwelcome sexual attention or advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic +- Trolling, insulting/derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or electronic address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a +- Other conduct which could reasonably be considered inappropriate in a professional setting ## Our Responsibilities diff --git a/fluentd/vendored_gem_src/mime-types/Contributing.md b/fluentd/vendored_gem_src/mime-types/Contributing.md index c06ead277..56d4df525 100644 --- a/fluentd/vendored_gem_src/mime-types/Contributing.md +++ b/fluentd/vendored_gem_src/mime-types/Contributing.md @@ -1,143 +1,132 @@ -## Contributing +# Contributing I value any contribution to mime-types you can provide: a bug report, a feature request, or code contributions. There are a few guidelines for contributing to mime-types: -* Code changes *will* *not* be accepted without tests. The test suite is - written with [minitest][]. -* Match my coding style. -* Use a thoughtfully-named topic branch that contains your change. Rebase your +- Code changes _will_ _not_ be accepted without tests. The test suite is + written with [minitest]. +- Match my coding style. +- Use a thoughtfully-named topic branch that contains your change. Rebase your commits into logical chunks as necessary. -* Use [quality commit messages][]. -* Do not change the version number; when your patch is accepted and a release +- Use [quality commit messages]. +- Do not change the version number; when your patch is accepted and a release is made, the version will be updated at that point. -* Submit a GitHub pull request with your changes. -* New or changed behaviours require new or updated documentation. +- Submit a GitHub pull request with your changes. +- New or changed behaviours require new or updated documentation. -### Adding or Modifying MIME Types +## Adding or Modifying MIME Types The mime-types registry is no longer contained in mime-types, but in -[mime-types-data][]. Please see that project for contributions there. +[mime-types-data]. Please see that project for contributions there. ### Test Dependencies -mime-types uses Ryan Davis’s [Hoe][] to manage the release process, and it adds -a number of rake tasks. You will mostly be interested in: +mime-types uses Ryan Davis’s [Hoe] to manage the release process, and it adds +a number of rake tasks. You will mostly be interested in `rake`, which runs +the tests the same way that `rake test` or `rake travis` will do. - $ rake - -which runs the tests the same way that: - - $ rake test - $ rake travis - -will do. - -To assist with the installation of the development dependencies for mime-types, -I have provided the simplest possible Gemfile pointing to the (generated) -`mime-types.gemspec` file. This will permit you to do: - - $ bundle install - -to get the development dependencies. If you aleady have +hoe+ installed, you -can accomplish the same thing with: - - $ rake newb +To assist with the installation of the development dependencies for +mime-types, I have provided the simplest possible Gemfile pointing to the +(generated) `mime-types.gemspec` file. This will permit you to do `bundle +install` to get the development dependencies. If you aleady have `hoe` +installed, you can accomplish the same thing with `rake newb`. This task will install any missing dependencies, run the tests/specs, and generate the RDoc. -You can run tests with code coverage analysis by running: - - $ rake test:coverage +You can run tests with code coverage analysis by running `rake +test:coverage`. -### Benchmarks +## Benchmarks mime-types offers several benchmark tasks to measure different measures of performance. There is a repeated load test, measuring how long it takes to start and load mime-types with its full registry. By default, it runs fifty loops and uses the -built-in benchmark library. +built-in benchmark library: - $ rake benchmark:load +- `rake benchmark:load` There are two allocation tracing benchmarks (for normal and columnar loads). These can only be run on Ruby 2.1 or better and requires the -[allocation\_tracer][] gem (not installed by default). +[allocation\_tracer] gem (not installed by default). - $ rake benchmark:allocations - $ rake benchmark:allocations:columnar +- `rake benchmark:allocations` +- `rake benchmark:allocations:columnar` There are two loaded object count benchmarks (for normal and columnar loads). These use `ObjectSpace.count_objects`. - $ rake benchmark:objects - $ rake benchmark:objects:columnar +- `rake benchmark:objects` +- `rake benchmark:objects:columnar` -### Workflow +## Workflow Here's the most direct way to get your work merged into the project: -* Fork the project. -* Clone down your fork (`git clone git://github.com//ruby-mime-types.git`). -* Create a topic branch to contain your change (`git checkout -b my_awesome_feature`). -* Hack away, add tests. Not necessarily in that order. -* Make sure everything still passes by running `rake`. -* If necessary, rebase your commits into logical chunks, without errors. -* Push the branch up (`git push origin my_awesome_feature`). -* Create a pull request against mime-types/ruby-mime-types and describe what +- Fork the project. +- Clone down your fork (`git clone git://github.com//ruby-mime-types.git`). +- Create a topic branch to contain your change (`git checkout -b my_awesome_feature`). +- Hack away, add tests. Not necessarily in that order. +- Make sure everything still passes by running `rake`. +- If necessary, rebase your commits into logical chunks, without errors. +- Push the branch up (`git push origin my_awesome_feature`). +- Create a pull request against mime-types/ruby-mime-types and describe what your change does and the why you think it should be merged. -### Contributors +## Contributors -* Austin Ziegler created mime-types. +- Austin Ziegler created mime-types. Thanks to everyone else who has contributed to mime-types over the years: -* Aaron Patterson -* Aggelos Avgerinos -* Al Snow -* Andre Pankratz -* Andy Brody -* Arnaud Meuret -* Brandon Galbraith -* Burke Libbey -* Chris Gat -* David Genord -* Dillon Welch -* Eric Marden -* Edward Betts -* Garret Alfert -* Godfrey Chan -* Greg Brockman -* Hans de Graaff -* Henrik Hodne -* Janko Marohnić -* Jean Boussier -* Jeremy Evans -* Juanito Fatas -* Jun Aruga -* Łukasz Śliwa -* Keerthi Siva -* Ken Ip -* Martin d'Allens -* Mauricio Linhares -* Nicolas Leger -* Nicholas La Roux -* nycvotes-dev -* Olle Jonsson -* Postmodern -* Richard Hirner -* Richard Hurt -* Richard Schneeman -* Tibor Szolár -* Todd Carrico +- Aaron Patterson +- Aggelos Avgerinos +- Al Snow +- Andre Pankratz +- Andy Brody +- Arnaud Meuret +- Brandon Galbraith +- Burke Libbey +- Chris Gat +- David Genord +- Dillon Welch +- Eric Marden +- Edward Betts +- Garret Alfert +- Godfrey Chan +- Greg Brockman +- Hans de Graaff +- Henrik Hodne +- Igor Victor +- Janko Marohnić +- Jean Boussier +- Jeremy Evans +- Juanito Fatas +- Jun Aruga +- Łukasz Śliwa +- Keerthi Siva +- Ken Ip +- Kevin Menard +- Koichi ITO +- Martin d'Allens +- Mauricio Linhares +- Nicolas Leger +- Nicholas La Roux +- nycvotes-dev +- Olle Jonsson +- Postmodern +- Richard Hirner +- Richard Hurt +- Richard Schneeman +- Tibor Szolár +- Todd Carrico [minitest]: https://github.com/seattlerb/minitest [quality commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html [mime-types-data]: https://github.com/mime-types/mime-types-data -[Hoe]: https://github.com/seattlerb/hoe +[hoe]: https://github.com/seattlerb/hoe [allocation\_tracer]: https://github.com/ko1/allocation_tracer diff --git a/fluentd/vendored_gem_src/mime-types/History.md b/fluentd/vendored_gem_src/mime-types/History.md index 50d594475..6e88f4599 100644 --- a/fluentd/vendored_gem_src/mime-types/History.md +++ b/fluentd/vendored_gem_src/mime-types/History.md @@ -1,216 +1,241 @@ +# Changelog + +## 3.4.1 / 2021-11-16 + +- 1 bugfix: + + - Fixed a Ruby < 2.3 incompatibility introduced by the use of standardrb, + where `<<-` heredocs were converted to `<<~` heredocs. These have been + reverted back to `<<-` with the indentation kept and a `.strip` call + to prevent excess whitespace. + +## 3.4.0 / 2021-11-15 + +- 1 minor enhancement: + + - Added a new field to `MIME::Type` for checking provisional registrations + from IANA. [#157] + +- Documentation: + + - Kevin Menard synced the documentation so that all examples are correct. + [#153] + +- Administrivia: + + - Added Ruby 3.0 to the CI test matrix. Added `windows/jruby` to the + CI exclusion list; it refuses to run successfully. + - Removed the Travis CI configuration and changed it to Github Workflows + [#150]. Removed Coveralls configuration. + - Igor Victor added TruffleRuby to the Travis CI configuration. [#149] + - Koichi ITO loosened an excessively tight dependency. [#147] + - Started using `standardrb` for Ruby formatting and validation. + - Moved `deps:top` functionality to a support file. + ## 3.3.1 / 2019-12-26 -* 1 minor bugfix: +- 1 minor bugfix: - * Al Snow fixed a warning with MIME::Types::Logger producing a warning - because Ruby 2.7 introduces numbered block parameters. Because of the - way that the MIME::Types::Logger works for deprecation messages, the - initializer parameters had been named `_1`, `_2`, and `_3`. This has - now been resolved. [#146][] + - Al Snow fixed a warning with MIME::Types::Logger producing a warning + because Ruby 2.7 introduces numbered block parameters. Because of the way + that the MIME::Types::Logger works for deprecation messages, the + initializer parameters had been named `_1`, `_2`, and `_3`. This has now + been resolved. [#146] -* Administrivia: +- Administrivia: - * Olle Jonsson removed an outdated Travis configuration option (`sudo: - false`). [#142][] + - Olle Jonsson removed an outdated Travis configuration option (`sudo: false`). [#142] ## 3.3 / 2019-09-04 -* 1 minor enhancement +- 1 minor enhancement - * Jean Boussier reduced memory usage for Ruby versions 2.3 or higher by - interning various string values in each type. This is done with a - backwards-compatible call that _freezes_ the strings on older - versions of Ruby. [#141][] + - Jean Boussier reduced memory usage for Ruby versions 2.3 or higher by + interning various string values in each type. This is done with a + backwards-compatible call that _freezes_ the strings on older versions of + Ruby. [#141] -* Administrivia: +- Administrivia: - * Nicholas La Roux updated Travis build configurations. [#139][] + - Nicholas La Roux updated Travis build configurations. [#139] ## 3.2.2 / 2018-08-12 -* Hiroto Fukui removed a stray `debugger` statement that I had used in - producing v3.2.1. [#137][] +- Hiroto Fukui removed a stray `debugger` statement that I had used in + producing v3.2.1. [#137] ## 3.2.1 / 2018-08-12 -* A few bugs related to MIME::Types::Container and its use in the - mime-types-data helper tools reared their head because I released 3.2 - before verifying against mime-types-data. +- A few bugs related to MIME::Types::Container and its use in the + mime-types-data helper tools reared their head because I released 3.2 + before verifying against mime-types-data. ## 3.2 / 2018-08-12 -* 2 minor enhancements +- 2 minor enhancements - * Janko Marohnić contributed a change to `MIME::Type#priority_order` that - should improve on strict sorting when dealing with MIME types that - appear to be in the same family even if strict sorting would cause an - unregistered type to be sorted first. [#132][] + - Janko Marohnić contributed a change to `MIME::Type#priority_order` that + should improve on strict sorting when dealing with MIME types that appear + to be in the same family even if strict sorting would cause an + unregistered type to be sorted first. [#132] - * Dillon Welch contributed a change that added `frozen_string_literal: - true` to files so that modern Rubies can automatically reduce duplicate - string allocations. [#135][] + - Dillon Welch contributed a change that added `frozen_string_literal: true` to files so that modern Rubies can automatically reduce duplicate + string allocations. [#135] -* 2 bug fixes +- 2 bug fixes - * Burke Libbey fixed a problem with cached data loading. [#126][] + - Burke Libbey fixed a problem with cached data loading. [#126] - * Resolved an issue where Enumerable#inject returns +nil+ when provided - an empty enumerable and a default value has not been provided. This is - because when Enumerable#inject isn't provided a starting value, the - first value is used as the default value. In every case where this - error was happening, the result was supposed to be an array containing - Set objects so they can be reduced to a single Set. [#117][], [#127][], - [#134][]. + - Resolved an issue where Enumerable#inject returns `nil` when provided an + empty enumerable and a default value has not been provided. This is + because when Enumerable#inject isn't provided a starting value, the first + value is used as the default value. In every case where this error was + happening, the result was supposed to be an array containing Set objects + so they can be reduced to a single Set. [#117], [#127], [#134] - * Fixed an uncontrolled growth bug in MIME::Types::Container where a key - miss would create a new entry with an empty Set in the container. This - was working as designed (this particular feature was heavily used - during MIME::Type registry construction), but the design was flawed in - that it did not have any way of determining the difference between - construction and querying. This would mean that, if you have a function - in your web app that queries the MIME::Types registry by extension, the - extension registry would grow uncontrollably. [#136][] + - Fixed an uncontrolled growth bug in MIME::Types::Container where a key + miss would create a new entry with an empty Set in the container. This + was working as designed (this particular feature was heavily used during + MIME::Type registry construction), but the design was flawed in that it + did not have any way of determining the difference between construction + and querying. This would mean that, if you have a function in your web + app that queries the MIME::Types registry by extension, the extension + registry would grow uncontrollably. [#136] -* Deprecations: +- Deprecations: - * Lazy loading (`$RUBY_MIME_TYPES_LAZY_LOAD`) has been deprecated. + - Lazy loading (`$RUBY_MIME_TYPES_LAZY_LOAD`) has been deprecated. -* Documentation Changes: +- Documentation Changes: - * Supporting files are now Markdown instead of rdoc, except for the - README. + - Supporting files are now Markdown instead of rdoc, except for the README. - * The history file has been modified to remove all history prior to 3.0. - This history can be found in previous commits. + - The history file has been modified to remove all history prior to 3.0. + This history can be found in previous commits. - * A spelling error was corrected by Edward Betts ([#129][]). + - A spelling error was corrected by Edward Betts ([#129]). -* Administrivia: +- Administrivia: - * CI configuration for more modern versions of Ruby were added by Nicolas - Leger ([#130][]), Jun Aruga ([#125][]), and Austin Ziegler. Removed - ruby-head-clang and rbx (Rubinius) from CI. + - CI configuration for more modern versions of Ruby were added by Nicolas + Leger ([#130]), Jun Aruga ([#125]), and Austin Ziegler. Removed + ruby-head-clang and rbx (Rubinius) from CI. - * Fixed tests which were asserting equality against nil, which will - become an error in Minitest 6. + - Fixed tests which were asserting equality against nil, which will become + an error in Minitest 6. ## 3.1 / 2016-05-22 -* 1 documentation change: +- 1 documentation change: - * Tim Smith (@tas50) updated the build badges to be SVGs to improve - readability on high-density (retina) screens with pull request - [#112][]. + - Tim Smith (@tas50) updated the build badges to be SVGs to improve + readability on high-density (retina) screens with pull request [#112]. -* 3 bug fixes +- 3 bug fixes - * A test for `MIME::Types::Cache` fails under Ruby 2.3 because of frozen - strings, [#118][]. This has been fixed. + - A test for `MIME::Types::Cache` fails under Ruby 2.3 because of frozen + strings, [#118]. This has been fixed. - * The JSON data has been incorrectly encoded since the release of - mime-types 3 on the `xrefs` field, because of the switch to using a Set - to store cross-reference information. This has been fixed. + - The JSON data has been incorrectly encoded since the release of + mime-types 3 on the `xrefs` field, because of the switch to using a Set + to store cross-reference information. This has been fixed. - * A tentative fix for [#117][] has been applied, removing the only - circular require dependencies that exist (and for which there was code - to prevent, but the current fix is simpler). I have no way to verify - this fix and depending on how things are loaded by `delayed_job`, this - fix may not be sufficient. + - A tentative fix for [#117] has been applied, removing the only circular + require dependencies that exist (and for which there was code to prevent, + but the current fix is simpler). I have no way to verify this fix and + depending on how things are loaded by `delayed_job`, this fix may not be + sufficient. -* 1 governance change +- 1 governance change - * Updated to Contributor Covenant 1.4. + - Updated to Contributor Covenant 1.4. ## 3.0 / 2015-11-21 -* 2 governance changes +- 2 governance changes - * This project and the related mime-types-data project are now - exclusively MIT licensed. Resolves [#95][]. + - This project and the related mime-types-data project are now exclusively + MIT licensed. Resolves [#95]. - * All projects under the mime-types organization now have a standard code - of conduct adapted from the [Contributor Covenant][]. This text can be - found in the [Code-of-Conduct.md][] file. + - All projects under the mime-types organization now have a standard code + of conduct adapted from the [Contributor Covenant]. This text can be + found in the [Code-of-Conduct.md] file. -* 3 major changes +- 3 major changes - * All methods deprecated in mime-types 2.x have been removed. + - All methods deprecated in mime-types 2.x have been removed. - * mime-types now requires Ruby 2.0 compatibility or later. Resolves - [#97][]. + - mime-types now requires Ruby 2.0 compatibility or later. Resolves + [#97]. - * The registry data has been removed from mime-types and put into - mime-types-data, maintained and released separately. It can be found at - [mime-types-data][]. + - The registry data has been removed from mime-types and put into + mime-types-data, maintained and released separately. It can be found at + [mime-types-data]. -* 17 minor changes: +- 17 minor changes: - * `MIME::Type` changes: + - `MIME::Type` changes: - * Changed the way that simplified types representations are created - to reflect the fact that `x-` prefixes are no longer considered - special according to IANA. A simplified MIME type is case-folded to - lowercase. A new keyword parameter, `remove_x_prefix`, can be - provided to remove `x-` prefixes. + - Changed the way that simplified types representations are created to + reflect the fact that `x-` prefixes are no longer considered special + according to IANA. A simplified MIME type is case-folded to lowercase. + A new keyword parameter, `remove_x_prefix`, can be provided to remove + `x-` prefixes. - * Improved initialization with an Array works so that extensions do - not need to be wrapped in another array. This means that - `%w(text/yaml yaml yml)` works in the same way that - `['text/yaml', %w(yaml yml)]` did (and still does). + - Improved initialization with an Array works so that extensions do not + need to be wrapped in another array. This means that `%w(text/yaml yaml yml)` works in the same way that `['text/yaml', %w(yaml yml)]` did (and + still does). - * Changed `priority_compare` to conform with attributes that no - longer exist. + - Changed `priority_compare` to conform with attributes that no longer + exist. - * Changed the internal implementation of extensions to use a frozen - Set. + - Changed the internal implementation of extensions to use a frozen Set. - * When extensions are set or modified with `add_extensions`, the - primary registry will be informed of a need to reindex extensions. - Resolves [#84][]. + - When extensions are set or modified with `add_extensions`, the primary + registry will be informed of a need to reindex extensions. Resolves + [#84]. - * The preferred extension can be set explicitly. If not set, it will - be the first extension. If the preferred extension is not in the - extension list, it will be added. + - The preferred extension can be set explicitly. If not set, it will be + the first extension. If the preferred extension is not in the extension + list, it will be added. - * Improved how xref URLs are generated. + - Improved how xref URLs are generated. - * Converted `obsolete`, `registered` and `signature` to - `attr_accessors`. + - Converted `obsolete`, `registered` and `signature` to `attr_accessors`. - * `MIME::Types` changes: + - `MIME::Types` changes: - * Modified `MIME::Types.new` to track instances of `MIME::Types` so - that they can be told to reindex the extensions as necessary. + - Modified `MIME::Types.new` to track instances of `MIME::Types` so that + they can be told to reindex the extensions as necessary. - * Removed `data_version` attribute. + - Removed `data_version` attribute. - * Changed `#[]` so that the `complete` and `registered` flags are - keywords instead of a generic options parameter. + - Changed `#[]` so that the `complete` and `registered` flags are + keywords instead of a generic options parameter. - * Extracted the class methods to a separate file. + - Extracted the class methods to a separate file. - * Changed the container implementation to use a Set instead of an - Array to prevent data duplication. Resolves [#79][]. + - Changed the container implementation to use a Set instead of an Array + to prevent data duplication. Resolves [#79]. - * `MIME::Types::Cache` changes: + - `MIME::Types::Cache` changes: - * Caching is now based on the data gem version instead of the - mime-types version. + - Caching is now based on the data gem version instead of the mime-types + version. - * Caching is compatible with columnar registry stores. + - Caching is compatible with columnar registry stores. - * `MIME::Types::Loader` changes: + - `MIME::Types::Loader` changes: - * `MIME::Types::Loader::PATH` has been removed and replaced with - `MIME::Types::Data::PATH` from the mime-types-data gem. The - environment variable `RUBY_MIME_TYPES_DATA` is still used. + - `MIME::Types::Loader::PATH` has been removed and replaced with + `MIME::Types::Data::PATH` from the mime-types-data gem. The environment + variable `RUBY_MIME_TYPES_DATA` is still used. - * Support for the long-deprecated mime-types v1 format has been - removed. + - Support for the long-deprecated mime-types v1 format has been removed. - * The registry is default loaded from the columnar store by default. - The internal format of the columnar store has changed; many of the - boolean flags are now loaded from a single file. Resolves [#85][]. + - The registry is default loaded from the columnar store by default. The + internal format of the columnar store has changed; many of the boolean + flags are now loaded from a single file. Resolves [#85]. [#79]: https://github.com/mime-types/ruby-mime-types/pull/79 [#84]: https://github.com/mime-types/ruby-mime-types/pull/84 @@ -235,6 +260,10 @@ [#141]: https://github.com/mime-types/ruby-mime-types/pull/141 [#142]: https://github.com/mime-types/ruby-mime-types/pull/142 [#146]: https://github.com/mime-types/ruby-mime-types/pull/146 -[Code-of-Conduct.md]: Code-of-Conduct_md.html -[Contributor Covenant]: http://contributor-covenant.org +[#147]: https://github.com/mime-types/ruby-mime-types/pull/147 +[#149]: https://github.com/mime-types/ruby-mime-types/pull/149 +[#150]: https://github.com/mime-types/ruby-mime-types/pull/150 +[#153]: https://github.com/mime-types/ruby-mime-types/pull/153 +[code-of-conduct.md]: Code-of-Conduct_md.html +[contributor covenant]: http://contributor-covenant.org [mime-types-data]: https://github.com/mime-types/mime-types-data diff --git a/fluentd/vendored_gem_src/mime-types/Licence.md b/fluentd/vendored_gem_src/mime-types/Licence.md index 5cbeeb409..d928f712e 100644 --- a/fluentd/vendored_gem_src/mime-types/Licence.md +++ b/fluentd/vendored_gem_src/mime-types/Licence.md @@ -1,10 +1,10 @@ -## Licence +# Licence -* Copyright 2003–2019 Austin Ziegler and contributors. +- Copyright 2003–2019 Austin Ziegler and contributors. The software in this repository is made available under the MIT license. -### MIT License +## MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/fluentd/vendored_gem_src/mime-types/README.rdoc b/fluentd/vendored_gem_src/mime-types/README.rdoc index 76e7d1642..1f3dca582 100644 --- a/fluentd/vendored_gem_src/mime-types/README.rdoc +++ b/fluentd/vendored_gem_src/mime-types/README.rdoc @@ -65,6 +65,7 @@ files). A MIME::Type stores the known information about one MIME type. puts text.ascii? # => true puts text.obsolete? # => false puts text.registered? # => true + puts text.provisional? # => false puts text.complete? # => true puts text # => 'text/plain' diff --git a/fluentd/vendored_gem_src/mime-types/Rakefile b/fluentd/vendored_gem_src/mime-types/Rakefile index 3c69c1717..712141a39 100644 --- a/fluentd/vendored_gem_src/mime-types/Rakefile +++ b/fluentd/vendored_gem_src/mime-types/Rakefile @@ -1,79 +1,108 @@ # frozen_string_literal: true -require 'rubygems' -require 'hoe' -require 'rake/clean' +require "rubygems" +require "hoe" +require "rake/clean" + +# This is required until https://github.com/seattlerb/hoe/issues/112 is fixed +class Hoe + def with_config + config = Hoe::DEFAULT_CONFIG + + rc = File.expand_path("~/.hoerc") + homeconfig = load_config(rc) + config = config.merge(homeconfig) + + localconfig = load_config(File.expand_path(File.join(Dir.pwd, ".hoerc"))) + config = config.merge(localconfig) + + yield config, rc + end + + def load_config(name) + File.exist?(name) ? safe_load_yaml(name) : {} + end + + def safe_load_yaml(name) + return safe_load_yaml_file(name) if YAML.respond_to?(:safe_load_file) + + data = IO.binread(name) + YAML.safe_load(data, permitted_classes: [Regexp]) + rescue + YAML.safe_load(data, [Regexp]) + end + + def safe_load_yaml_file(name) + YAML.safe_load_file(name, permitted_classes: [Regexp]) + rescue + YAML.safe_load_file(name, [Regexp]) + end +end Hoe.plugin :doofus Hoe.plugin :gemspec2 Hoe.plugin :git Hoe.plugin :minitest -Hoe.plugin :travis -Hoe.plugin :email unless ENV['CI'] or ENV['TRAVIS'] +Hoe.plugin :email unless ENV["CI"] -spec = Hoe.spec 'mime-types' do - developer('Austin Ziegler', 'halostatue@gmail.com') +spec = Hoe.spec "mime-types" do + developer("Austin Ziegler", "halostatue@gmail.com") self.need_tar = true - require_ruby_version '>= 2.0' - - self.history_file = 'History.md' - self.readme_file = 'README.rdoc' - - license 'MIT' - - extra_deps << ['mime-types-data', '~> 3.2015'] - - extra_dev_deps << ['hoe-doofus', '~> 1.0'] - extra_dev_deps << ['hoe-gemspec2', '~> 1.1'] - extra_dev_deps << ['hoe-git', '~> 1.6'] - extra_dev_deps << ['hoe-rubygems', '~> 1.0'] - extra_dev_deps << ['hoe-travis', '~> 1.2'] - extra_dev_deps << ['minitest', '~> 5.4'] - extra_dev_deps << ['minitest-autotest', '~> 1.0'] - extra_dev_deps << ['minitest-focus', '~> 1.0'] - extra_dev_deps << ['minitest-bonus-assertions', '~> 3.0'] - extra_dev_deps << ['minitest-hooks', '~> 1.4'] - extra_dev_deps << ['rake', '>= 10.0', '< 13.0'] - extra_dev_deps << ['fivemat', '~> 1.3'] - extra_dev_deps << ['minitest-rg', '~> 5.2'] - - if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.0') - extra_dev_deps << ['simplecov', '~> 0.7'] - # if ENV['CI'] or ENV['TRAVIS'] - # extra_dev_deps << ['coveralls', '~> 0.8'] - # end + require_ruby_version ">= 2.0" + + self.history_file = "History.md" + self.readme_file = "README.rdoc" + + license "MIT" + + extra_deps << ["mime-types-data", "~> 3.2015"] + + extra_dev_deps << ["hoe-doofus", "~> 1.0"] + extra_dev_deps << ["hoe-gemspec2", "~> 1.1"] + extra_dev_deps << ["hoe-git", "~> 1.6"] + extra_dev_deps << ["hoe-rubygems", "~> 1.0"] + extra_dev_deps << ["standard", "~> 1.0"] + extra_dev_deps << ["minitest", "~> 5.4"] + extra_dev_deps << ["minitest-autotest", "~> 1.0"] + extra_dev_deps << ["minitest-focus", "~> 1.0"] + extra_dev_deps << ["minitest-bonus-assertions", "~> 3.0"] + extra_dev_deps << ["minitest-hooks", "~> 1.4"] + extra_dev_deps << ["rake", ">= 10.0", "< 14.0"] + + if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.0") + extra_dev_deps << ["simplecov", "~> 0.7"] end end namespace :benchmark do task :support do - %w(lib support).each { |path| + %w[lib support].each { |path| $LOAD_PATH.unshift(File.join(Rake.application.original_dir, path)) } end - desc 'Benchmark Load Times' - task :load, [:repeats] => 'benchmark:support' do |_, args| - require 'benchmarks/load' + desc "Benchmark Load Times" + task :load, [:repeats] => "benchmark:support" do |_, args| + require "benchmarks/load" Benchmarks::Load.report( - File.join(Rake.application.original_dir, 'lib'), + File.join(Rake.application.original_dir, "lib"), args.repeats ) end - desc 'Allocation counts' - task :allocations, [:top_x, :mime_types_only] => 'benchmark:support' do |_, args| - require 'benchmarks/load_allocations' + desc "Allocation counts" + task :allocations, [:top_x, :mime_types_only] => "benchmark:support" do |_, args| + require "benchmarks/load_allocations" Benchmarks::LoadAllocations.report( top_x: args.top_x, mime_types_only: args.mime_types_only ) end - desc 'Columnar allocation counts' - task 'allocations:columnar', [:top_x, :mime_types_only] => 'benchmark:support' do |_, args| - require 'benchmarks/load_allocations' + desc "Columnar allocation counts" + task "allocations:columnar", [:top_x, :mime_types_only] => "benchmark:support" do |_, args| + require "benchmarks/load_allocations" Benchmarks::LoadAllocations.report( columnar: true, top_x: args.top_x, @@ -81,9 +110,9 @@ namespace :benchmark do ) end - desc 'Columnar allocation counts (full load)' - task 'allocations:columnar:full', [:top_x, :mime_types_only] => 'benchmark:support' do |_, args| - require 'benchmarks/load_allocations' + desc "Columnar allocation counts (full load)" + task "allocations:columnar:full", [:top_x, :mime_types_only] => "benchmark:support" do |_, args| + require "benchmarks/load_allocations" Benchmarks::LoadAllocations.report( columnar: true, top_x: args.top_x, @@ -92,18 +121,18 @@ namespace :benchmark do ) end - desc 'Memory profiler' - task :memory, [:top_x, :mime_types_only] => 'benchmark:support' do |_, args| - require 'benchmarks/memory_profiler' + desc "Memory profiler" + task :memory, [:top_x, :mime_types_only] => "benchmark:support" do |_, args| + require "benchmarks/memory_profiler" Benchmarks::ProfileMemory.report( mime_types_only: args.mime_types_only, top_x: args.top_x ) end - desc 'Columnar memory profiler' - task 'memory:columnar', [:top_x, :mime_types_only] => 'benchmark:support' do |_, args| - require 'benchmarks/memory_profiler' + desc "Columnar memory profiler" + task "memory:columnar", [:top_x, :mime_types_only] => "benchmark:support" do |_, args| + require "benchmarks/memory_profiler" Benchmarks::ProfileMemory.report( columnar: true, mime_types_only: args.mime_types_only, @@ -111,9 +140,9 @@ namespace :benchmark do ) end - desc 'Columnar allocation counts (full load)' - task 'memory:columnar:full', [:top_x, :mime_types_only] => 'benchmark:support' do |_, args| - require 'benchmarks/memory_profiler' + desc "Columnar allocation counts (full load)" + task "memory:columnar:full", [:top_x, :mime_types_only] => "benchmark:support" do |_, args| + require "benchmarks/memory_profiler" Benchmarks::ProfileMemory.report( columnar: true, full: true, @@ -122,90 +151,72 @@ namespace :benchmark do ) end - desc 'Object counts' - task objects: 'benchmark:support' do - require 'benchmarks/object_counts' + desc "Object counts" + task objects: "benchmark:support" do + require "benchmarks/object_counts" Benchmarks::ObjectCounts.report end - desc 'Columnar object counts' - task 'objects:columnar' => 'benchmark:support' do - require 'benchmarks/object_counts' + desc "Columnar object counts" + task "objects:columnar" => "benchmark:support" do + require "benchmarks/object_counts" Benchmarks::ObjectCounts.report(columnar: true) end - desc 'Columnar object counts (full load)' - task 'objects:columnar:full' => 'benchmark:support' do - require 'benchmarks/object_counts' + desc "Columnar object counts (full load)" + task "objects:columnar:full" => "benchmark:support" do + require "benchmarks/object_counts" Benchmarks::ObjectCounts.report(columnar: true, full: true) end end namespace :profile do - directory 'tmp/profile' + directory "tmp/profile" - CLEAN.add 'tmp' + CLEAN.add "tmp" def ruby_prof(script) - require 'pathname' - output = Pathname('tmp/profile').join(script) + require "pathname" + output = Pathname("tmp/profile").join(script) output.mkpath - script = Pathname('support/profile').join("#{script}.rb") + script = Pathname("support/profile").join("#{script}.rb") args = [ - '-W0', - '-Ilib', - '-S', 'ruby-prof', - '-R', 'mime/types', - '-s', 'self', - '-p', 'multi', - '-f', output.to_s, + "-W0", + "-Ilib", + "-S", "ruby-prof", + "-R", "mime/types", + "-s", "self", + "-p", "multi", + "-f", output.to_s, script.to_s ] - ruby args.join(' ') + ruby args.join(" ") end - task full: 'tmp/profile' do - ruby_prof 'full' + task full: "tmp/profile" do + ruby_prof "full" end task columnar: :support do - ruby_prof 'columnar' + ruby_prof "columnar" end - task 'columnar:full' => :support do - ruby_prof 'columnar_full' + task "columnar:full" => :support do + ruby_prof "columnar_full" end end -if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.0') +if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.0") namespace :test do - # Coveralls needs to be disabled for now because it transitively depends on - # an earlier version of mime-types. - # if ENV['CI'] or ENV['TRAVIS'] - # task :coveralls do - # spec.test_prelude = [ - # 'require "psych"', - # 'require "simplecov"', - # 'require "coveralls"', - # 'SimpleCov.formatter = Coveralls::SimpleCov::Formatter', - # 'SimpleCov.start("test_frameworks") { command_name "Minitest" }', - # 'gem "minitest"' - # ].join('; ') - # Rake::Task['test'].execute - # end - - # Rake::Task['travis'].prerequisites.replace(%w(test:coveralls)) - # end - - desc 'Run test coverage' + desc "Run test coverage" task :coverage do spec.test_prelude = [ 'require "simplecov"', 'SimpleCov.start("test_frameworks") { command_name "Minitest" }', 'gem "minitest"' - ].join('; ') - Rake::Task['test'].execute + ].join("; ") + Rake::Task["test"].execute end end end @@ -213,18 +224,18 @@ end namespace :convert do namespace :docs do task :setup do - gem 'rdoc' - require 'rdoc/rdoc' + gem "rdoc" + require "rdoc/rdoc" @doc_converter ||= RDoc::Markup::ToMarkdown.new end - FileList['*.rdoc'].each do |name| + FileList["*.rdoc"].each do |name| rdoc = name - mark = "#{File.basename(name, '.rdoc')}.md" + mark = "#{File.basename(name, ".rdoc")}.md" file mark => [rdoc, :setup] do |t| puts "#{rdoc} => #{mark}" - File.open(t.name, 'wb') { |target| + File.open(t.name, "wb") { |target| target.write @doc_converter.convert(IO.read(t.prerequisites.first)) } end @@ -235,46 +246,21 @@ namespace :convert do end end - desc 'Convert documentation from RDoc to Markdown' - task docs: 'convert:docs:run' + desc "Convert documentation from RDoc to Markdown" + task docs: "convert:docs:run" end -task 'deps:top', [:number] do |_, args| - require 'net/http' - require 'json' - - def rubygems_get(gem_name: '', endpoint: '') - path = File.join('/api/v1/gems/', gem_name, endpoint).chomp('/') + '.json' - Net::HTTP.start('rubygems.org', use_ssl: true) do |http| - JSON.parse(http.get(path).body) - end - end - - results = rubygems_get( - gem_name: 'mime-types', - endpoint: 'reverse_dependencies' - ) - - weighted_results = {} - results.each do |name| - begin - weighted_results[name] = rubygems_get(gem_name: name)['downloads'] - rescue => e - puts "#{name} #{e.message}" - end - end - - weighted_results.sort { |(_k1, v1), (_k2, v2)| - v2 <=> v1 - }.first(args.number || 50).each_with_index do |(k, v), i| - puts "#{i}) #{k}: #{v}" +namespace :deps do + task :top, [:number] => "benchmark:support" do |_, args| + require "deps" + Deps.run(args) end end task :console do - arguments = %w(pry) + arguments = %w[irb] arguments.push(*spec.spec.require_paths.map { |dir| "-I#{dir}" }) - arguments.push("-r#{spec.spec.name.gsub('-', File::SEPARATOR)}") + arguments.push("-r#{spec.spec.name.gsub("-", File::SEPARATOR)}") unless system(*arguments) error "Command failed: #{show_command}" abort diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime-types.rb b/fluentd/vendored_gem_src/mime-types/lib/mime-types.rb index 5c7dd73ad..dcb87cf21 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime-types.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime-types.rb @@ -1,3 +1,3 @@ # frozen_string_literal: true -require 'mime/types' +require "mime/types" diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime/type.rb b/fluentd/vendored_gem_src/mime-types/lib/mime/type.rb index 07e1ad30a..db1cb20f4 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime/type.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime/type.rb @@ -9,25 +9,61 @@ module MIME # == Usage # require 'mime/types' # -# plaintext = MIME::Types['text/plain'].first -# # returns [text/plain, text/plain] +# plaintext = MIME::Types['text/plain'] # => [ text/plain ] # text = plaintext.first -# print text.media_type # => 'text' -# print text.sub_type # => 'plain' +# puts text.media_type # => 'text' +# puts text.sub_type # => 'plain' # -# puts text.extensions.join(" ") # => 'asc txt c cc h hh cpp' +# puts text.extensions.join(' ') # => 'txt asc c cc h hh cpp hpp dat hlp' +# puts text.preferred_extension # => 'txt' +# puts text.friendly # => 'Text Document' +# puts text.i18n_key # => 'text.plain' # -# puts text.encoding # => 8bit +# puts text.encoding # => quoted-printable +# puts text.default_encoding # => quoted-printable # puts text.binary? # => false # puts text.ascii? # => true +# puts text.obsolete? # => false +# puts text.registered? # => true +# puts text.provisional? # => false +# puts text.complete? # => true +# +# puts text # => 'text/plain' +# # puts text == 'text/plain' # => true -# puts MIME::Type.simplified('x-appl/x-zip') # => 'appl/zip' +# puts 'text/plain' == text # => true +# puts text == 'text/x-plain' # => false +# puts 'text/x-plain' == text # => false +# +# puts MIME::Type.simplified('x-appl/x-zip') # => 'x-appl/x-zip' +# puts MIME::Type.i18n_key('x-appl/x-zip') # => 'x-appl.x-zip' +# +# puts text.like?('text/x-plain') # => true +# puts text.like?(MIME::Type.new('x-text/x-plain')) # => true +# +# puts text.xrefs.inspect # => { "rfc" => [ "rfc2046", "rfc3676", "rfc5147" ] } +# puts text.xref_urls # => [ "http://www.iana.org/go/rfc2046", +# # "http://www.iana.org/go/rfc3676", +# # "http://www.iana.org/go/rfc5147" ] +# +# xtext = MIME::Type.new('x-text/x-plain') +# puts xtext.media_type # => 'text' +# puts xtext.raw_media_type # => 'x-text' +# puts xtext.sub_type # => 'plain' +# puts xtext.raw_sub_type # => 'x-plain' +# puts xtext.complete? # => false +# +# puts MIME::Types.any? { |type| type.content_type == 'text/plain' } # => true +# puts MIME::Types.all?(&:registered?) # => false # -# puts MIME::Types.any? { |type| -# type.content_type == 'text/plain' -# } # => true -# puts MIME::Types.all?(&:registered?) -# # => false +# # Various string representations of MIME types +# qcelp = MIME::Types['audio/QCELP'].first # => audio/QCELP +# puts qcelp.content_type # => 'audio/QCELP' +# puts qcelp.simplified # => 'audio/qcelp' +# +# xwingz = MIME::Types['application/x-Wingz'].first # => application/x-Wingz +# puts xwingz.content_type # => 'application/x-Wingz' +# puts xwingz.simplified # => 'application/x-wingz' class MIME::Type # Reflects a MIME content-type specification that is not correctly # formatted (it isn't +type+/+subtype+). @@ -57,24 +93,24 @@ def to_s end # The released version of the mime-types library. - VERSION = '3.3.1' + VERSION = "3.4.1" include Comparable # :stopdoc: # TODO verify mime-type character restrictions; I am pretty sure that this is # too wide open. - MEDIA_TYPE_RE = %r{([-\w.+]+)/([-\w.+]*)}.freeze - I18N_RE = /[^[:alnum:]]/.freeze - BINARY_ENCODINGS = %w(base64 8bit).freeze - ASCII_ENCODINGS = %w(7bit quoted-printable).freeze + MEDIA_TYPE_RE = %r{([-\w.+]+)/([-\w.+]*)}.freeze + I18N_RE = /[^[:alnum:]]/.freeze + BINARY_ENCODINGS = %w[base64 8bit].freeze + ASCII_ENCODINGS = %w[7bit quoted-printable].freeze # :startdoc: private_constant :MEDIA_TYPE_RE, :I18N_RE, :BINARY_ENCODINGS, - :ASCII_ENCODINGS + :ASCII_ENCODINGS # Builds a MIME::Type object from the +content_type+, a MIME Content Type - # value (e.g., 'text/plain' or 'applicaton/x-eruby'). The constructed object + # value (e.g., 'text/plain' or 'application/x-eruby'). The constructed object # is yielded to an optional block for additional configuration, such as # associating extensions and encoding information. # @@ -86,9 +122,9 @@ def to_s # * Otherwise, the content_type will be used as a string. # # Yields the newly constructed +self+ object. - def initialize(content_type) # :yields self: + def initialize(content_type) # :yields: self @friendly = {} - @obsolete = @registered = false + @obsolete = @registered = @provisional = false @preferred_extension = @docs = @use_instead = nil self.extensions = [] @@ -113,11 +149,12 @@ def initialize(content_type) # :yields self: # Indicates that a MIME type is like another type. This differs from # == because x- prefixes are removed for this comparison. def like?(other) - other = if other.respond_to?(:simplified) - MIME::Type.simplified(other.simplified, remove_x_prefix: true) - else - MIME::Type.simplified(other.to_s, remove_x_prefix: true) - end + other = + if other.respond_to?(:simplified) + MIME::Type.simplified(other.simplified, remove_x_prefix: true) + else + MIME::Type.simplified(other.to_s, remove_x_prefix: true) + end MIME::Type.simplified(simplified, remove_x_prefix: true) == other end @@ -131,8 +168,8 @@ def <=>(other) elsif other.respond_to?(:simplified) simplified <=> other.simplified else - filtered = 'silent' if other == :silent - filtered ||= 'true' if other == true + filtered = "silent" if other == :silent + filtered ||= "true" if other == true filtered ||= other.to_s simplified <=> MIME::Type.simplified(filtered) @@ -158,23 +195,24 @@ def <=>(other) def priority_compare(other) pc = simplified <=> other.simplified if pc.zero? || !(extensions & other.extensions).empty? - pc = if (reg = registered?) != other.registered? - reg ? -1 : 1 # registered < unregistered - elsif (comp = complete?) != other.complete? - comp ? -1 : 1 # complete < incomplete - elsif (obs = obsolete?) != other.obsolete? - obs ? 1 : -1 # current < obsolete - elsif obs and ((ui = use_instead) != (oui = other.use_instead)) - if ui.nil? - 1 - elsif oui.nil? - -1 - else - ui <=> oui - end - else - 0 - end + pc = + if (reg = registered?) != other.registered? + reg ? -1 : 1 # registered < unregistered + elsif (comp = complete?) != other.complete? + comp ? -1 : 1 # complete < incomplete + elsif (obs = obsolete?) != other.obsolete? + obs ? 1 : -1 # current < obsolete + elsif obs && ((ui = use_instead) != (oui = other.use_instead)) + if ui.nil? + 1 + elsif oui.nil? + -1 + else + ui <=> oui + end + else + 0 + end end pc @@ -183,7 +221,7 @@ def priority_compare(other) # Returns +true+ if the +other+ object is a MIME::Type and the content types # match. def eql?(other) - other.kind_of?(MIME::Type) and self == other + other.is_a?(MIME::Type) && (self == other) end # Returns the whole MIME content-type string. @@ -197,8 +235,7 @@ def eql?(other) # audio/QCELP => audio/QCELP attr_reader :content_type # A simplified form of the MIME content-type string, suitable for - # case-insensitive comparison, with any extension markers (x- text/plain # x-chemical/x-pdb => x-chemical/x-pdb @@ -290,9 +327,9 @@ def preferred_extension=(value) # :nodoc: ## def encoding=(enc) # :nodoc: - if enc.nil? or enc == :default + if enc.nil? || (enc == :default) @encoding = default_encoding - elsif BINARY_ENCODINGS.include?(enc) or ASCII_ENCODINGS.include?(enc) + elsif BINARY_ENCODINGS.include?(enc) || ASCII_ENCODINGS.include?(enc) @encoding = enc else fail InvalidEncoding, enc @@ -301,7 +338,7 @@ def encoding=(enc) # :nodoc: # Returns the default encoding for the MIME::Type based on the media type. def default_encoding - @media_type == 'text' ? 'quoted-printable' : 'base64' + @media_type == "text" ? "quoted-printable" : "base64" end ## @@ -321,7 +358,7 @@ def use_instead # Returns +true+ if the media type is obsolete. attr_accessor :obsolete - alias obsolete? obsolete + alias_method :obsolete?, :obsolete # The documentation for this MIME::Type. attr_accessor :docs @@ -331,7 +368,7 @@ def use_instead # call-seq: # text_plain.friendly # => "Text File" # text_plain.friendly('en') # => "Text File" - def friendly(lang = 'en') + def friendly(lang = "en") @friendly ||= {} case lang @@ -343,7 +380,7 @@ def friendly(lang = 'en') @friendly.update(lang) else fail ArgumentError, - "Expected a language or translation set, not #{lang.inspect}" + "Expected a language or translation set, not #{lang.inspect}" end end @@ -374,14 +411,22 @@ def xrefs=(xrefs) # :nodoc: # The decoded cross-reference URL list for this MIME::Type. def xref_urls xrefs.flat_map { |type, values| - name = :"xref_url_for_#{type.tr('-', '_')}" - respond_to?(name, true) and xref_map(values, name) or values.to_a + name = :"xref_url_for_#{type.tr("-", "_")}" + respond_to?(name, true) && xref_map(values, name) || values.to_a } end # Indicates whether the MIME type has been registered with IANA. attr_accessor :registered - alias registered? registered + alias_method :registered?, :registered + + # Indicates whether the MIME type's registration with IANA is provisional. + attr_accessor :provisional + + # Indicates whether the MIME type's registration with IANA is provisional. + def provisional? + registered? && @provisional + end # MIME types can be specified to be sent across a network in particular # formats. This method returns +true+ when the MIME::Type encoding is set @@ -399,7 +444,7 @@ def ascii? # Indicateswhether the MIME type is declared as a signature type. attr_accessor :signature - alias signature? signature + alias_method :signature?, :signature # Returns +true+ if the MIME::Type specifies an extension list, # indicating that it is a complete MIME::Type. @@ -422,7 +467,7 @@ def to_str # Converts the MIME::Type to a JSON string. def to_json(*args) - require 'json' + require "json" to_h.to_json(*args) end @@ -438,26 +483,27 @@ def to_h # # This method should be considered a private implementation detail. def encode_with(coder) - coder['content-type'] = @content_type - coder['docs'] = @docs unless @docs.nil? or @docs.empty? - coder['friendly'] = @friendly unless @friendly.nil? or @friendly.empty? - coder['encoding'] = @encoding - coder['extensions'] = @extensions.to_a unless @extensions.empty? - coder['preferred-extension'] = @preferred_extension if @preferred_extension + coder["content-type"] = @content_type + coder["docs"] = @docs unless @docs.nil? || @docs.empty? + coder["friendly"] = @friendly unless @friendly.nil? || @friendly.empty? + coder["encoding"] = @encoding + coder["extensions"] = @extensions.to_a unless @extensions.empty? + coder["preferred-extension"] = @preferred_extension if @preferred_extension if obsolete? - coder['obsolete'] = obsolete? - coder['use-instead'] = use_instead if use_instead + coder["obsolete"] = obsolete? + coder["use-instead"] = use_instead if use_instead end unless xrefs.empty? {}.tap do |hash| xrefs.each do |k, v| hash[k] = v.to_a.sort end - coder['xrefs'] = hash + coder["xrefs"] = hash end end - coder['registered'] = registered? - coder['signature'] = signature? if signature? + coder["registered"] = registered? + coder["provisional"] = provisional? if provisional? + coder["signature"] = signature? if signature? coder end @@ -466,18 +512,19 @@ def encode_with(coder) # # This method should be considered a private implementation detail. def init_with(coder) - self.content_type = coder['content-type'] - self.docs = coder['docs'] || '' - self.encoding = coder['encoding'] - self.extensions = coder['extensions'] || [] - self.preferred_extension = coder['preferred-extension'] - self.obsolete = coder['obsolete'] || false - self.registered = coder['registered'] || false - self.signature = coder['signature'] - self.xrefs = coder['xrefs'] || {} - self.use_instead = coder['use-instead'] + self.content_type = coder["content-type"] + self.docs = coder["docs"] || "" + self.encoding = coder["encoding"] + self.extensions = coder["extensions"] || [] + self.preferred_extension = coder["preferred-extension"] + self.obsolete = coder["obsolete"] || false + self.registered = coder["registered"] || false + self.provisional = coder["provisional"] || false + self.signature = coder["signature"] + self.xrefs = coder["xrefs"] || {} + self.use_instead = coder["use-instead"] - friendly(coder['friendly'] || {}) + friendly(coder["friendly"] || {}) end def inspect # :nodoc: @@ -501,8 +548,8 @@ def simplified(content_type, remove_x_prefix: false) # Converts a provided +content_type+ into a translation key suitable for # use with the I18n library. def i18n_key(content_type) - simplify_matchdata(match(content_type), joiner: '.') { |e| - e.gsub!(I18N_RE, '-') + simplify_matchdata(match(content_type), joiner: ".") { |e| + e.gsub!(I18N_RE, "-") } end @@ -519,12 +566,12 @@ def match(content_type) private - def simplify_matchdata(matchdata, remove_x = false, joiner: '/') + def simplify_matchdata(matchdata, remove_x = false, joiner: "/") return nil unless matchdata matchdata.captures.map { |e| e.downcase! - e.sub!(/^x-/, '') if remove_x + e.sub!(/^x-/, "") if remove_x yield e if block_given? e }.join(joiner) @@ -537,11 +584,11 @@ def content_type=(type_string) match = MEDIA_TYPE_RE.match(type_string) fail InvalidContentType, type_string if match.nil? - @content_type = intern_string(type_string) + @content_type = intern_string(type_string) @raw_media_type, @raw_sub_type = match.captures - @simplified = intern_string(MIME::Type.simplified(match)) - @i18n_key = intern_string(MIME::Type.i18n_key(match)) - @media_type, @sub_type = MEDIA_TYPE_RE.match(@simplified).captures + @simplified = intern_string(MIME::Type.simplified(match)) + @i18n_key = intern_string(MIME::Type.i18n_key(match)) + @media_type, @sub_type = MEDIA_TYPE_RE.match(@simplified).captures @raw_media_type = intern_string(@raw_media_type) @raw_sub_type = intern_string(@raw_sub_type) @@ -566,22 +613,22 @@ def xref_map(values, helper) end def xref_url_for_rfc(value) - 'http://www.iana.org/go/%s' % value + "http://www.iana.org/go/%s" % value end def xref_url_for_draft(value) - 'http://www.iana.org/go/%s' % value.sub(/\ARFC/, 'draft') + "http://www.iana.org/go/%s" % value.sub(/\ARFC/, "draft") end def xref_url_for_rfc_errata(value) - 'http://www.rfc-editor.org/errata_search.php?eid=%s' % value + "http://www.rfc-editor.org/errata_search.php?eid=%s" % value end def xref_url_for_person(value) - 'http://www.iana.org/assignments/media-types/media-types.xhtml#%s' % value + "http://www.iana.org/assignments/media-types/media-types.xhtml#%s" % value end def xref_url_for_template(value) - 'http://www.iana.org/assignments/media-types/%s' % value + "http://www.iana.org/assignments/media-types/%s" % value end end diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime/type/columnar.rb b/fluentd/vendored_gem_src/mime-types/lib/mime/type/columnar.rb index c29690e2a..1b7c3caf0 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime/type/columnar.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime/type/columnar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'mime/type' +require "mime/type" # A version of MIME::Type that works hand-in-hand with a MIME::Types::Columnar # container to load data by columns. @@ -35,8 +35,8 @@ def self.column(*methods, file: nil) # :nodoc: column :encoding, :encoding= column :docs, :docs= column :preferred_extension, :preferred_extension= - column :obsolete, :obsolete=, :obsolete?, :registered, :registered=, - :registered?, :signature, :signature=, :signature?, file: 'flags' + column :obsolete, :obsolete=, :obsolete?, :registered, :registered=, :registered?, :signature, :signature=, + :signature?, :provisional, :provisional=, :provisional?, file: "flags" column :xrefs, :xrefs=, :xref_urls column :use_instead, :use_instead= diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime/types.rb b/fluentd/vendored_gem_src/mime-types/lib/mime/types.rb index 26ff9376b..31692cacf 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime/types.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime/types.rb @@ -7,7 +7,7 @@ class Types end end -require 'mime/type' +require "mime/type" # MIME::Types is a registry of MIME types. It is both a class (created with # MIME::Types.new) and a default registry (loaded automatically or through @@ -61,6 +61,7 @@ class Types # puts plaintext.ascii? # => true # puts plaintext.obsolete? # => false # puts plaintext.registered? # => true +# puts plaintext.provisional? # => false # puts plaintext == 'text/plain' # => true # puts MIME::Type.simplified('x-appl/x-zip') # => 'appl/zip' # @@ -72,8 +73,8 @@ class MIME::Types # Creates a new MIME::Types registry. def initialize - @type_variants = Container.new - @extension_index = Container.new + @type_variants = Container.new + @extension_index = Container.new end # Returns the number of known type variants. @@ -122,14 +123,15 @@ def each # 5. Obsolete definitions use-instead clauses are compared. # 6. Sort on name. def [](type_id, complete: false, registered: false) - matches = case type_id + matches = + case type_id when MIME::Type @type_variants[type_id.simplified] when Regexp match(type_id) else @type_variants[MIME::Type.simplified(type_id)] - end + end prune_matches(matches, complete, registered).sort { |a, b| a.priority_compare(b) @@ -155,7 +157,7 @@ def type_for(filename) a.priority_compare(b) } end - alias of type_for + alias_method :of, :type_for # Add one or more MIME::Type objects to the set of known types. If the # type is already known, a warning will be displayed. @@ -163,7 +165,7 @@ def type_for(filename) # The last parameter may be the value :silent or +true+ which # will suppress duplicate MIME type warnings. def add(*types) - quiet = ((types.last == :silent) or (types.last == true)) + quiet = ((types.last == :silent) || (types.last == true)) types.each do |mime_type| case mime_type @@ -184,9 +186,9 @@ def add(*types) # already known, a warning will be displayed. The +quiet+ parameter may be a # truthy value to suppress that warning. def add_type(type, quiet = false) - if !quiet and @type_variants[type.simplified].include?(type) - MIME::Types.logger.warn <<-WARNING -Type #{type} is already registered as a variant of #{type.simplified}. + if !quiet && @type_variants[type.simplified].include?(type) + MIME::Types.logger.warn <<-WARNING.chomp.strip + Type #{type} is already registered as a variant of #{type.simplified}. WARNING end @@ -223,9 +225,9 @@ def match(pattern) end end -require 'mime/types/cache' -require 'mime/types/container' -require 'mime/types/loader' -require 'mime/types/logger' -require 'mime/types/_columnar' -require 'mime/types/registry' +require "mime/types/cache" +require "mime/types/container" +require "mime/types/loader" +require "mime/types/logger" +require "mime/types/_columnar" +require "mime/types/registry" diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime/types/_columnar.rb b/fluentd/vendored_gem_src/mime-types/lib/mime/types/_columnar.rb index f68bf6121..9f8c13275 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime/types/_columnar.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime/types/_columnar.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'mime/type/columnar' +require "mime/type/columnar" # MIME::Types::Columnar is used to extend a MIME::Types container to load data # by columns instead of from JSON or YAML. Column loads of MIME types loaded @@ -19,10 +19,10 @@ def self.extended(obj) # :nodoc: end # Load the first column data file (type and extensions). - def load_base_data(path) #:nodoc: + def load_base_data(path) # :nodoc: @__root__ = path - each_file_line('content_type', false) do |line| + each_file_line("content_type", false) do |line| line = line.split content_type = line.shift extensions = line @@ -45,11 +45,11 @@ def each_file_line(name, lookup = true) i = -1 column = File.join(@__root__, "mime.#{name}.column") - IO.readlines(column, encoding: 'UTF-8').each do |line| + IO.readlines(column, encoding: "UTF-8").each do |line| line.chomp! if lookup - type = @__mime_data__[i += 1] or next + (type = @__mime_data__[i += 1]) || next yield type, line else yield line @@ -61,57 +61,58 @@ def each_file_line(name, lookup = true) end def load_encoding - each_file_line('encoding') do |type, line| + each_file_line("encoding") do |type, line| pool ||= {} type.instance_variable_set(:@encoding, (pool[line] ||= line)) end end def load_docs - each_file_line('docs') do |type, line| + each_file_line("docs") do |type, line| type.instance_variable_set(:@docs, opt(line)) end end def load_preferred_extension - each_file_line('pext') do |type, line| + each_file_line("pext") do |type, line| type.instance_variable_set(:@preferred_extension, opt(line)) end end def load_flags - each_file_line('flags') do |type, line| + each_file_line("flags") do |type, line| line = line.split type.instance_variable_set(:@obsolete, flag(line.shift)) type.instance_variable_set(:@registered, flag(line.shift)) type.instance_variable_set(:@signature, flag(line.shift)) + type.instance_variable_set(:@provisional, flag(line.shift)) end end def load_xrefs - each_file_line('xrefs') { |type, line| + each_file_line("xrefs") { |type, line| type.instance_variable_set(:@xrefs, dict(line, array: true)) } end def load_friendly - each_file_line('friendly') { |type, line| + each_file_line("friendly") { |type, line| type.instance_variable_set(:@friendly, dict(line)) } end def load_use_instead - each_file_line('use_instead') do |type, line| + each_file_line("use_instead") do |type, line| type.instance_variable_set(:@use_instead, opt(line)) end end def dict(line, array: false) - if line == '-' + if line == "-" {} else - line.split('|').each_with_object({}) { |l, h| - k, v = l.split('^') + line.split("|").each_with_object({}) { |l, h| + k, v = l.split("^") v = nil if v.empty? h[k] = array ? Array(v) : v } @@ -119,18 +120,18 @@ def dict(line, array: false) end def arr(line) - if line == '-' + if line == "-" [] else - line.split('|').flatten.compact.uniq + line.split("|").flatten.compact.uniq end end def opt(line) - line unless line == '-' + line unless line == "-" end def flag(line) - line == '1' + line == "1" end end diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime/types/cache.rb b/fluentd/vendored_gem_src/mime-types/lib/mime/types/cache.rb index e3d69c809..71d488ee9 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime/types/cache.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime/types/cache.rb @@ -15,21 +15,21 @@ class << MIME::Types::Cache # file does not exist, if the file cannot be loaded, or if the data in # the cache version is different than this version. def load(cache_file = nil) - cache_file ||= ENV['RUBY_MIME_TYPES_CACHE'] - return nil unless cache_file and File.exist?(cache_file) + cache_file ||= ENV["RUBY_MIME_TYPES_CACHE"] + return nil unless cache_file && File.exist?(cache_file) cache = Marshal.load(File.binread(cache_file)) if cache.version == MIME::Types::Data::VERSION Marshal.load(cache.data) else - MIME::Types.logger.warn <<-WARNING.chomp -Could not load MIME::Types cache: invalid version + MIME::Types.logger.warn <<-WARNING.chomp.strip + Could not load MIME::Types cache: invalid version WARNING nil end rescue => e - MIME::Types.logger.warn <<-WARNING.chomp -Could not load MIME::Types cache: #{e} + MIME::Types.logger.warn <<-WARNING.chomp.strip + Could not load MIME::Types cache: #{e} WARNING nil end @@ -44,12 +44,12 @@ def load(cache_file = nil) # +RUBY_MIME_TYPES_CACHE+. If there is no cache file specified either # directly or through the environment, this method will return +nil+ def save(types = nil, cache_file = nil) - cache_file ||= ENV['RUBY_MIME_TYPES_CACHE'] + cache_file ||= ENV["RUBY_MIME_TYPES_CACHE"] return nil unless cache_file types ||= MIME::Types.send(:__types__) - File.open(cache_file, 'wb') do |f| + File.open(cache_file, "wb") do |f| f.write( Marshal.dump(new(MIME::Types::Data::VERSION, Marshal.dump(types))) ) diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime/types/columnar.rb b/fluentd/vendored_gem_src/mime-types/lib/mime/types/columnar.rb index 5c7dd73ad..dcb87cf21 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime/types/columnar.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime/types/columnar.rb @@ -1,3 +1,3 @@ # frozen_string_literal: true -require 'mime/types' +require "mime/types" diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime/types/container.rb b/fluentd/vendored_gem_src/mime-types/lib/mime/types/container.rb index 0f086228b..441debe99 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime/types/container.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime/types/container.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true -require 'set' -require 'forwardable' +require "set" +require "forwardable" # MIME::Types requires a serializable keyed container that returns an empty Set # on a key miss. Hash#default_value cannot be used because, while it traverses @@ -9,7 +9,7 @@ # format (plus, a default of a mutable object resuls in a shared mess). # Hash#default_proc cannot be used without a wrapper because it prevents # Marshal serialization (and doesn't survive the round-trip). -class MIME::Types::Container #:nodoc: +class MIME::Types::Container # :nodoc: extend Forwardable def initialize(hash = {}) @@ -37,7 +37,7 @@ def merge(other) def merge!(other) tap { - other = other.kind_of?(MIME::Types::Container) ? other.container : other + other = other.is_a?(MIME::Types::Container) ? other.container : other container.merge!(other) normalize } @@ -48,15 +48,15 @@ def to_hash end def_delegators :@container, - :==, - :count, - :each, - :each_value, - :empty?, - :flat_map, - :keys, - :select, - :values + :==, + :count, + :each, + :each_value, + :empty?, + :flat_map, + :keys, + :select, + :values def add(key, value) (container[key] ||= Set.new).add(value) @@ -85,7 +85,7 @@ def init_with(coder) def normalize container.each do |k, v| - next if v.kind_of?(Set) + next if v.is_a?(Set) container[k] = Set[*v] end diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime/types/deprecations.rb b/fluentd/vendored_gem_src/mime-types/lib/mime/types/deprecations.rb index 9de2946ef..3c649774f 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime/types/deprecations.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime/types/deprecations.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -require 'mime/types/logger' +require "mime/types/logger" # The namespace for MIME applications, tools, and libraries. module MIME @@ -8,25 +8,29 @@ module MIME class Types # Used to mark a method as deprecated in the mime-types interface. def self.deprecated(klass, sym, message = nil, &block) # :nodoc: - level = case klass + level = + case klass when Class, Module - '.' + "." else klass = klass.class - '#' - end - message = case message + "#" + end + message = + case message when :private, :protected "and will be #{message}" when nil - 'and will be removed' + "and will be removed" else message - end - MIME::Types.logger.warn <<-WARNING.chomp -#{caller[1]}: #{klass}#{level}#{sym} is deprecated #{message}. + end + MIME::Types.logger.warn <<-WARNING.chomp.strip + #{caller(2..2).first}: #{klass}#{level}#{sym} is deprecated #{message}. WARNING - block.call if block + + return unless block + block.call end end end diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime/types/full.rb b/fluentd/vendored_gem_src/mime-types/lib/mime/types/full.rb index 920ad2ae6..a69e6bda3 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime/types/full.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime/types/full.rb @@ -9,11 +9,11 @@ class << self private def load_mode - { columnar: false } + {columnar: false} end end end end end -require 'mime/types' +require "mime/types" diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime/types/loader.rb b/fluentd/vendored_gem_src/mime-types/lib/mime/types/loader.rb index a38ba48fc..d6450c59d 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime/types/loader.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime/types/loader.rb @@ -1,13 +1,12 @@ # frozen_string_literal: true -# -*- ruby encoding: utf-8 -*- - ## module MIME; end + ## class MIME::Types; end -require 'mime/types/data' +require "mime/types/data" # This class is responsible for initializing the MIME::Types registry from # the data files supplied with the mime-types library. @@ -30,7 +29,7 @@ class MIME::Types::Loader # Creates a Loader object that can be used to load MIME::Types registries # into memory, using YAML, JSON, or Columnar registry format loaders. def initialize(path = nil, container = nil) - path = path || ENV['RUBY_MIME_TYPES_DATA'] || MIME::Types::Data::PATH + path = path || ENV["RUBY_MIME_TYPES_DATA"] || MIME::Types::Data::PATH @container = container || MIME::Types.new @path = File.expand_path(path) end @@ -68,7 +67,7 @@ def load_json # Loads a MIME::Types registry from columnar files recursively found in # +path+. def load_columnar - require 'mime/types/columnar' unless defined?(MIME::Types::Columnar) + require "mime/types/columnar" unless defined?(MIME::Types::Columnar) container.extend(MIME::Types::Columnar) container.load_base_data(path) @@ -80,7 +79,7 @@ def load_columnar # # This will load from columnar files (#load_columnar) if columnar: # true is provided in +options+ and there are columnar files in +path+. - def load(options = { columnar: false }) + def load(options = {columnar: false}) if options[:columnar] && !Dir[columnar_path].empty? load_columnar else @@ -90,7 +89,7 @@ def load(options = { columnar: false }) class << self # Loads the default MIME::Type registry. - def load(options = { columnar: false }) + def load(options = {columnar: false}) new.load(options) end @@ -105,12 +104,18 @@ def load(options = { columnar: false }) # NOTE: The purpose of this format is purely for maintenance reasons. def load_from_yaml(filename) begin - require 'psych' + require "psych" rescue LoadError nil end - require 'yaml' - YAML.load(read_file(filename)) + + require "yaml" + + if old_yaml? + YAML.safe_load(read_file(filename), [MIME::Type]) + else + YAML.safe_load(read_file(filename), permitted_classes: [MIME::Type]) + end end # Loads MIME::Types from a single JSON file. @@ -119,28 +124,36 @@ def load_from_yaml(filename) # The JSON format is the registry format for the MIME types registry # shipped with the mime-types library. def load_from_json(filename) - require 'json' + require "json" JSON.parse(read_file(filename)).map { |type| MIME::Type.new(type) } end private def read_file(filename) - File.open(filename, 'r:UTF-8:-', &:read) + File.open(filename, "r:UTF-8:-", &:read) + end + + def old_yaml? + @old_yaml ||= + begin + require "rubygems/version" + Gem::Version.new(YAML::VERSION) < Gem::Version.new("3.1") + end end end private def yaml_path - File.join(path, '*.y{,a}ml') + File.join(path, "*.y{,a}ml") end def json_path - File.join(path, '*.json') + File.join(path, "*.json") end def columnar_path - File.join(path, '*.column') + File.join(path, "*.column") end end diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime/types/logger.rb b/fluentd/vendored_gem_src/mime-types/lib/mime/types/logger.rb index 927a4e571..894f47cb8 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime/types/logger.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime/types/logger.rb @@ -1,8 +1,6 @@ # frozen_string_literal: true -# -*- ruby encoding: utf-8 -*- - -require 'logger' +require "logger" ## module MIME @@ -14,8 +12,8 @@ class << self attr_accessor :logger end - class WarnLogger < ::Logger #:nodoc: - class WarnLogDevice < ::Logger::LogDevice #:nodoc: + class WarnLogger < ::Logger # :nodoc: + class WarnLogDevice < ::Logger::LogDevice # :nodoc: def initialize(*) end diff --git a/fluentd/vendored_gem_src/mime-types/lib/mime/types/registry.rb b/fluentd/vendored_gem_src/mime-types/lib/mime/types/registry.rb index 5c8e5c7e5..e557a5ccd 100644 --- a/fluentd/vendored_gem_src/mime-types/lib/mime/types/registry.rb +++ b/fluentd/vendored_gem_src/mime-types/lib/mime/types/registry.rb @@ -33,7 +33,7 @@ def each def type_for(filename) __types__.type_for(filename) end - alias of type_for + alias_method :of, :type_for # MIME::Types#add against the default MIME::Types registry. def add(*types) @@ -43,22 +43,22 @@ def add(*types) private def lazy_load? - return unless ENV.key?('RUBY_MIME_TYPES_LAZY_LOAD') + return unless ENV.key?("RUBY_MIME_TYPES_LAZY_LOAD") - MIME::Types.logger.warn <<-WARNING.chomp -Lazy loading ($RUBY_MIME_TYPES_LAZY_LOAD) is deprecated and will be removed. + MIME::Types.logger.warn <<-WARNING.chomp.strip + Lazy loading ($RUBY_MIME_TYPES_LAZY_LOAD) is deprecated and will be removed. WARNING - (lazy = ENV['RUBY_MIME_TYPES_LAZY_LOAD']) && (lazy != 'false') + (lazy = ENV["RUBY_MIME_TYPES_LAZY_LOAD"]) && (lazy != "false") end def __types__ - (defined?(@__types__) and @__types__) or load_default_mime_types + (defined?(@__types__) && @__types__) || load_default_mime_types end unless private_method_defined?(:load_mode) def load_mode - { columnar: true } + {columnar: true} end end diff --git a/fluentd/vendored_gem_src/mime-types/mime-types.gemspec b/fluentd/vendored_gem_src/mime-types/mime-types.gemspec index 73c338733..33e185b16 100644 --- a/fluentd/vendored_gem_src/mime-types/mime-types.gemspec +++ b/fluentd/vendored_gem_src/mime-types/mime-types.gemspec @@ -1,15 +1,15 @@ # -*- encoding: utf-8 -*- -# stub: mime-types 3.3.1 ruby lib +# stub: mime-types 3.4.1 ruby lib Gem::Specification.new do |s| s.name = "mime-types".freeze - s.version = "3.3.1" + s.version = "3.4.1" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/mime-types/ruby-mime-types/issues", "changelog_uri" => "https://github.com/mime-types/ruby-mime-types/blob/master/History.md", "homepage_uri" => "https://github.com/mime-types/ruby-mime-types/", "source_code_uri" => "https://github.com/mime-types/ruby-mime-types/" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Austin Ziegler".freeze] - s.date = "2019-12-26" + s.date = "2021-11-16" s.description = "The mime-types library provides a library and registry for information about\nMIME content type definitions. It can be used to determine defined filename\nextensions for MIME types, or to use filename extensions to look up the likely\nMIME type definitions.\n\nVersion 3.0 is a major release that requires Ruby 2.0 compatibility and removes\ndeprecated functions. The columnar registry format introduced in 2.6 has been\nmade the primary format; the registry data has been extracted from this library\nand put into {mime-types-data}[https://github.com/mime-types/mime-types-data].\nAdditionally, mime-types is now licensed exclusively under the MIT licence and\nthere is a code of conduct in effect. There are a number of other smaller\nchanges described in the History file.".freeze s.email = ["halostatue@gmail.com".freeze] s.extra_rdoc_files = ["Code-of-Conduct.md".freeze, "Contributing.md".freeze, "History.md".freeze, "Licence.md".freeze, "Manifest.txt".freeze, "README.rdoc".freeze] @@ -26,59 +26,53 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q.freeze, ["~> 3.2015"]) - s.add_development_dependency(%q.freeze, ["~> 5.13"]) + s.add_development_dependency(%q.freeze, ["~> 5.14"]) s.add_development_dependency(%q.freeze, ["~> 1.0"]) s.add_development_dependency(%q.freeze, ["~> 1.1"]) s.add_development_dependency(%q.freeze, ["~> 1.6"]) s.add_development_dependency(%q.freeze, ["~> 1.0"]) - s.add_development_dependency(%q.freeze, ["~> 1.2"]) + s.add_development_dependency(%q.freeze, ["~> 1.0"]) s.add_development_dependency(%q.freeze, ["~> 1.0"]) s.add_development_dependency(%q.freeze, ["~> 1.0"]) s.add_development_dependency(%q.freeze, ["~> 3.0"]) s.add_development_dependency(%q.freeze, ["~> 1.4"]) - s.add_development_dependency(%q.freeze, [">= 10.0", "< 13.0"]) - s.add_development_dependency(%q.freeze, ["~> 1.3"]) - s.add_development_dependency(%q.freeze, ["~> 5.2"]) + s.add_development_dependency(%q.freeze, [">= 10.0", "< 14.0"]) s.add_development_dependency(%q.freeze, ["~> 0.7"]) s.add_development_dependency(%q.freeze, [">= 4.0", "< 7"]) - s.add_development_dependency(%q.freeze, ["~> 3.20"]) + s.add_development_dependency(%q.freeze, ["~> 3.23"]) else s.add_dependency(%q.freeze, ["~> 3.2015"]) - s.add_dependency(%q.freeze, ["~> 5.13"]) + s.add_dependency(%q.freeze, ["~> 5.14"]) s.add_dependency(%q.freeze, ["~> 1.0"]) s.add_dependency(%q.freeze, ["~> 1.1"]) s.add_dependency(%q.freeze, ["~> 1.6"]) s.add_dependency(%q.freeze, ["~> 1.0"]) - s.add_dependency(%q.freeze, ["~> 1.2"]) + s.add_dependency(%q.freeze, ["~> 1.0"]) s.add_dependency(%q.freeze, ["~> 1.0"]) s.add_dependency(%q.freeze, ["~> 1.0"]) s.add_dependency(%q.freeze, ["~> 3.0"]) s.add_dependency(%q.freeze, ["~> 1.4"]) - s.add_dependency(%q.freeze, [">= 10.0", "< 13.0"]) - s.add_dependency(%q.freeze, ["~> 1.3"]) - s.add_dependency(%q.freeze, ["~> 5.2"]) + s.add_dependency(%q.freeze, [">= 10.0", "< 14.0"]) s.add_dependency(%q.freeze, ["~> 0.7"]) s.add_dependency(%q.freeze, [">= 4.0", "< 7"]) - s.add_dependency(%q.freeze, ["~> 3.20"]) + s.add_dependency(%q.freeze, ["~> 3.23"]) end else s.add_dependency(%q.freeze, ["~> 3.2015"]) - s.add_dependency(%q.freeze, ["~> 5.13"]) + s.add_dependency(%q.freeze, ["~> 5.14"]) s.add_dependency(%q.freeze, ["~> 1.0"]) s.add_dependency(%q.freeze, ["~> 1.1"]) s.add_dependency(%q.freeze, ["~> 1.6"]) s.add_dependency(%q.freeze, ["~> 1.0"]) - s.add_dependency(%q.freeze, ["~> 1.2"]) + s.add_dependency(%q.freeze, ["~> 1.0"]) s.add_dependency(%q.freeze, ["~> 1.0"]) s.add_dependency(%q.freeze, ["~> 1.0"]) s.add_dependency(%q.freeze, ["~> 3.0"]) s.add_dependency(%q.freeze, ["~> 1.4"]) - s.add_dependency(%q.freeze, [">= 10.0", "< 13.0"]) - s.add_dependency(%q.freeze, ["~> 1.3"]) - s.add_dependency(%q.freeze, ["~> 5.2"]) + s.add_dependency(%q.freeze, [">= 10.0", "< 14.0"]) s.add_dependency(%q.freeze, ["~> 0.7"]) s.add_dependency(%q.freeze, [">= 4.0", "< 7"]) - s.add_dependency(%q.freeze, ["~> 3.20"]) + s.add_dependency(%q.freeze, ["~> 3.23"]) end end diff --git a/fluentd/vendored_gem_src/mime-types/test/minitest_helper.rb b/fluentd/vendored_gem_src/mime-types/test/minitest_helper.rb index 27c39133a..44973e3f5 100644 --- a/fluentd/vendored_gem_src/mime-types/test/minitest_helper.rb +++ b/fluentd/vendored_gem_src/mime-types/test/minitest_helper.rb @@ -1,13 +1,11 @@ # frozen_string_literal: true -require 'mime/type' -require 'fileutils' +require "mime/type" +require "fileutils" -gem 'minitest' -require 'fivemat/minitest/autorun' -require 'minitest/focus' -require 'minitest/rg' -require 'minitest-bonus-assertions' -require 'minitest/hooks' +gem "minitest" +require "minitest/focus" +require "minitest-bonus-assertions" +require "minitest/hooks" -ENV['RUBY_MIME_TYPES_LAZY_LOAD'] = 'yes' +ENV["RUBY_MIME_TYPES_LAZY_LOAD"] = "yes" diff --git a/fluentd/vendored_gem_src/mime-types/test/test_mime_type.rb b/fluentd/vendored_gem_src/mime-types/test/test_mime_type.rb index 891c04ee0..5ef4aebba 100644 --- a/fluentd/vendored_gem_src/mime-types/test/test_mime_type.rb +++ b/fluentd/vendored_gem_src/mime-types/test/test_mime_type.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true -require 'mime/types' -require 'minitest_helper' +require "mime/types" +require "minitest_helper" describe MIME::Type do def mime_type(content_type) @@ -9,299 +9,299 @@ def mime_type(content_type) end let(:x_appl_x_zip) { - mime_type('x-appl/x-zip') { |t| t.extensions = %w(zip zp) } + mime_type("x-appl/x-zip") { |t| t.extensions = %w[zip zp] } } - let(:text_plain) { mime_type('text/plain') } - let(:text_html) { mime_type('text/html') } - let(:image_jpeg) { mime_type('image/jpeg') } + let(:text_plain) { mime_type("text/plain") } + let(:text_html) { mime_type("text/html") } + let(:image_jpeg) { mime_type("image/jpeg") } let(:application_javascript) { - mime_type('application/javascript') do |js| - js.friendly('en' => 'JavaScript') + mime_type("application/javascript") do |js| + js.friendly("en" => "JavaScript") js.xrefs = { - 'rfc' => %w(rfc4239 rfc4239), - 'template' => %w(application/javascript) + "rfc" => %w[rfc4239 rfc4239], + "template" => %w[application/javascript] } - js.encoding = '8bit' - js.extensions = %w(js sj) + js.encoding = "8bit" + js.extensions = %w[js sj] js.registered = true end } let(:text_x_yaml) { - mime_type('text/x-yaml') do |yaml| - yaml.extensions = %w(yaml yml) - yaml.encoding = '8bit' - yaml.friendly('en' => 'YAML Structured Document') + mime_type("text/x-yaml") do |yaml| + yaml.extensions = %w[yaml yml] + yaml.encoding = "8bit" + yaml.friendly("en" => "YAML Structured Document") end } let(:text_x_yaml_with_docs) { text_x_yaml.dup.tap do |yaml| - yaml.docs = 'Test YAML' + yaml.docs = "Test YAML" end } - describe '.simplified' do - it 'leaves normal types alone' do - assert_equal 'text/plain', MIME::Type.simplified('text/plain') + describe ".simplified" do + it "leaves normal types alone" do + assert_equal "text/plain", MIME::Type.simplified("text/plain") end - it 'does not remove x- prefixes by default' do - assert_equal 'application/x-msword', - MIME::Type.simplified('application/x-msword') - assert_equal 'x-xyz/abc', MIME::Type.simplified('x-xyz/abc') + it "does not remove x- prefixes by default" do + assert_equal "application/x-msword", + MIME::Type.simplified("application/x-msword") + assert_equal "x-xyz/abc", MIME::Type.simplified("x-xyz/abc") end - it 'removes x- prefixes when requested' do - assert_equal 'application/msword', - MIME::Type.simplified('application/x-msword', remove_x_prefix: true) - assert_equal 'xyz/abc', - MIME::Type.simplified('x-xyz/abc', remove_x_prefix: true) + it "removes x- prefixes when requested" do + assert_equal "application/msword", + MIME::Type.simplified("application/x-msword", remove_x_prefix: true) + assert_equal "xyz/abc", + MIME::Type.simplified("x-xyz/abc", remove_x_prefix: true) end - it 'lowercases mixed-case types' do - assert_equal 'text/vcard', MIME::Type.simplified('text/vCard') + it "lowercases mixed-case types" do + assert_equal "text/vcard", MIME::Type.simplified("text/vCard") end - it 'returns nil when the value provided is not a valid content type' do - assert_nil MIME::Type.simplified('text') + it "returns nil when the value provided is not a valid content type" do + assert_nil MIME::Type.simplified("text") end end - describe '.i18n_key' do - it 'converts text/plain to text.plain' do - assert_equal 'text.plain', MIME::Type.i18n_key('text/plain') + describe ".i18n_key" do + it "converts text/plain to text.plain" do + assert_equal "text.plain", MIME::Type.i18n_key("text/plain") end - it 'does not remove x-prefixes' do - assert_equal 'application.x-msword', - MIME::Type.i18n_key('application/x-msword') + it "does not remove x-prefixes" do + assert_equal "application.x-msword", + MIME::Type.i18n_key("application/x-msword") end - it 'converts text/vCard to text.vcard' do - assert_equal 'text.vcard', MIME::Type.i18n_key('text/vCard') + it "converts text/vCard to text.vcard" do + assert_equal "text.vcard", MIME::Type.i18n_key("text/vCard") end - it 'returns nil when the value provided is not a valid content type' do - assert_nil MIME::Type.i18n_key('text') + it "returns nil when the value provided is not a valid content type" do + assert_nil MIME::Type.i18n_key("text") end end - describe '.new' do - it 'fails if an invalid content type is provided' do + describe ".new" do + it "fails if an invalid content type is provided" do exception = assert_raises MIME::Type::InvalidContentType do - MIME::Type.new('apps') + MIME::Type.new("apps") end assert_equal 'Invalid Content-Type "apps"', exception.to_s end - it 'creates a valid content type just from a string' do - type = MIME::Type.new('text/x-yaml') + it "creates a valid content type just from a string" do + type = MIME::Type.new("text/x-yaml") assert_instance_of MIME::Type, type - assert_equal 'text/x-yaml', type.content_type + assert_equal "text/x-yaml", type.content_type end - it 'yields the content type in a block' do - MIME::Type.new('text/x-yaml') do |type| + it "yields the content type in a block" do + MIME::Type.new("text/x-yaml") do |type| assert_instance_of MIME::Type, type - assert_equal 'text/x-yaml', type.content_type + assert_equal "text/x-yaml", type.content_type end end - it 'creates a valid content type from a hash' do + it "creates a valid content type from a hash" do type = MIME::Type.new( - 'content-type' => 'text/x-yaml', - 'obsolete' => true + "content-type" => "text/x-yaml", + "obsolete" => true ) assert_instance_of MIME::Type, type - assert_equal 'text/x-yaml', type.content_type + assert_equal "text/x-yaml", type.content_type assert type.obsolete? end - it 'creates a valid content type from an array' do - type = MIME::Type.new(%w(text/x-yaml yaml yml yz)) + it "creates a valid content type from an array" do + type = MIME::Type.new(%w[text/x-yaml yaml yml yz]) assert_instance_of MIME::Type, type - assert_equal 'text/x-yaml', type.content_type - assert_equal %w(yaml yml yz), type.extensions + assert_equal "text/x-yaml", type.content_type + assert_equal %w[yaml yml yz], type.extensions end end - describe '#like?' do - it 'compares two MIME::Types on #simplified values without x- prefixes' do + describe "#like?" do + it "compares two MIME::Types on #simplified values without x- prefixes" do assert text_plain.like?(text_plain) refute text_plain.like?(text_html) end - it 'compares MIME::Type against string without x- prefixes' do + it "compares MIME::Type against string without x- prefixes" do assert text_plain.like?(text_plain.to_s) refute text_plain.like?(text_html.to_s) end end - describe '#<=>' do - it 'correctly compares identical types' do + describe "#<=>" do + it "correctly compares identical types" do assert_equal text_plain, text_plain end - it 'correctly compares equivalent types' do - right = mime_type('text/Plain') + it "correctly compares equivalent types" do + right = mime_type("text/Plain") refute_same text_plain, right assert_equal text_plain, right end - it 'correctly compares types that sort earlier' do + it "correctly compares types that sort earlier" do refute_equal text_html, text_plain assert_operator text_html, :<, text_plain end - it 'correctly compares types that sort later' do + it "correctly compares types that sort later" do refute_equal text_plain, text_html assert_operator text_plain, :>, text_html end - it 'correctly compares types against equivalent strings' do - assert_equal text_plain, 'text/plain' + it "correctly compares types against equivalent strings" do + assert_equal text_plain, "text/plain" end - it 'correctly compares types against strings that sort earlier' do - refute_equal text_html, 'text/plain' - assert_operator text_html, :<, 'text/plain' + it "correctly compares types against strings that sort earlier" do + refute_equal text_html, "text/plain" + assert_operator text_html, :<, "text/plain" end - it 'correctly compares types against strings that sort later' do - refute_equal text_plain, 'text/html' - assert_operator text_plain, :>, 'text/html' + it "correctly compares types against strings that sort later" do + refute_equal text_plain, "text/html" + assert_operator text_plain, :>, "text/html" end - it 'correctly compares against nil' do + it "correctly compares against nil" do refute_equal text_html, nil assert_operator text_plain, :<, nil end end - describe '#ascii?' do - it 'defaults to true for text/* types' do + describe "#ascii?" do + it "defaults to true for text/* types" do assert text_plain.ascii? end - it 'defaults to false for non-text/* types' do + it "defaults to false for non-text/* types" do refute image_jpeg.ascii? end end - describe '#binary?' do - it 'defaults to false for text/* types' do + describe "#binary?" do + it "defaults to false for text/* types" do refute text_plain.binary? end - it 'defaults to true for non-text/* types' do + it "defaults to true for non-text/* types" do assert image_jpeg.binary? end end - describe '#complete?' do - it 'is true when there are extensions' do + describe "#complete?" do + it "is true when there are extensions" do assert text_x_yaml.complete? end - it 'is false when there are no extensions' do - refute mime_type('text/plain').complete? + it "is false when there are no extensions" do + refute mime_type("text/plain").complete? end end - describe '#content_type' do - it 'preserves the original case' do - assert_equal 'text/plain', text_plain.content_type - assert_equal 'text/vCard', mime_type('text/vCard').content_type + describe "#content_type" do + it "preserves the original case" do + assert_equal "text/plain", text_plain.content_type + assert_equal "text/vCard", mime_type("text/vCard").content_type end - it 'does not remove x- prefixes' do - assert_equal 'x-appl/x-zip', x_appl_x_zip.content_type + it "does not remove x- prefixes" do + assert_equal "x-appl/x-zip", x_appl_x_zip.content_type end end - describe '#default_encoding' do - it 'is quoted-printable for text/* types' do - assert_equal 'quoted-printable', text_plain.default_encoding + describe "#default_encoding" do + it "is quoted-printable for text/* types" do + assert_equal "quoted-printable", text_plain.default_encoding end - it 'is base64 for non-text/* types' do - assert_equal 'base64', image_jpeg.default_encoding + it "is base64 for non-text/* types" do + assert_equal "base64", image_jpeg.default_encoding end end - describe '#encoding, #encoding=' do - it 'returns #default_encoding if not set explicitly' do - assert_equal 'quoted-printable', text_plain.encoding - assert_equal 'base64', image_jpeg.encoding + describe "#encoding, #encoding=" do + it "returns #default_encoding if not set explicitly" do + assert_equal "quoted-printable", text_plain.encoding + assert_equal "base64", image_jpeg.encoding end - it 'returns the set value when set' do - text_plain.encoding = '8bit' - assert_equal '8bit', text_plain.encoding + it "returns the set value when set" do + text_plain.encoding = "8bit" + assert_equal "8bit", text_plain.encoding end - it 'resets to the default encoding when set to nil or :default' do - text_plain.encoding = '8bit' + it "resets to the default encoding when set to nil or :default" do + text_plain.encoding = "8bit" text_plain.encoding = nil assert_equal text_plain.default_encoding, text_plain.encoding text_plain.encoding = :default assert_equal text_plain.default_encoding, text_plain.encoding end - it 'raises a MIME::Type::InvalidEncoding for an invalid encoding' do + it "raises a MIME::Type::InvalidEncoding for an invalid encoding" do exception = assert_raises MIME::Type::InvalidEncoding do - text_plain.encoding = 'binary' + text_plain.encoding = "binary" end assert_equal 'Invalid Encoding "binary"', exception.to_s end end - describe '#eql?' do - it 'is not true for a non-MIME::Type' do - refute text_plain.eql?('text/plain') + describe "#eql?" do + it "is not true for a non-MIME::Type" do + refute text_plain.eql?("text/plain") end - it 'is not true for a different MIME::Type' do + it "is not true for a different MIME::Type" do refute text_plain.eql?(image_jpeg) end - it 'is true for an equivalent MIME::Type' do - assert text_plain, mime_type('text/Plain') + it "is true for an equivalent MIME::Type" do + assert text_plain, mime_type("text/Plain") end end - describe '#extensions, #extensions=' do - it 'returns an array of extensions' do - assert_equal %w(yaml yml), text_x_yaml.extensions - assert_equal %w(zip zp), x_appl_x_zip.extensions + describe "#extensions, #extensions=" do + it "returns an array of extensions" do + assert_equal %w[yaml yml], text_x_yaml.extensions + assert_equal %w[zip zp], x_appl_x_zip.extensions end - it 'sets a single extension when provided a single value' do - text_x_yaml.extensions = 'yaml' - assert_equal %w(yaml), text_x_yaml.extensions + it "sets a single extension when provided a single value" do + text_x_yaml.extensions = "yaml" + assert_equal %w[yaml], text_x_yaml.extensions end - it 'deduplicates extensions' do - text_x_yaml.extensions = %w(yaml yaml) - assert_equal %w(yaml), text_x_yaml.extensions + it "deduplicates extensions" do + text_x_yaml.extensions = %w[yaml yaml] + assert_equal %w[yaml], text_x_yaml.extensions end end - describe '#add_extensions' do - it 'does not modify extensions when provided nil' do + describe "#add_extensions" do + it "does not modify extensions when provided nil" do text_x_yaml.add_extensions(nil) - assert_equal %w(yaml yml), text_x_yaml.extensions + assert_equal %w[yaml yml], text_x_yaml.extensions end - it 'remains deduplicated with duplicate values' do - text_x_yaml.add_extensions('yaml') - assert_equal %w(yaml yml), text_x_yaml.extensions - text_x_yaml.add_extensions(%w(yaml yz)) - assert_equal %w(yaml yml yz), text_x_yaml.extensions + it "remains deduplicated with duplicate values" do + text_x_yaml.add_extensions("yaml") + assert_equal %w[yaml yml], text_x_yaml.extensions + text_x_yaml.add_extensions(%w[yaml yz]) + assert_equal %w[yaml yml yz], text_x_yaml.extensions end end - describe '#priority_compare' do + describe "#priority_compare" do def assert_priority_less(left, right) assert_equal(-1, left.priority_compare(right)) end @@ -320,17 +320,17 @@ def assert_priority(left, middle, right) assert_priority_more right, left end - let(:text_1) { mime_type('text/1') } - let(:text_1p) { mime_type('text/1') } - let(:text_2) { mime_type('text/2') } + let(:text_1) { mime_type("text/1") } + let(:text_1p) { mime_type("text/1") } + let(:text_2) { mime_type("text/2") } - it 'sorts (1) based on the simplified type' do + it "sorts (1) based on the simplified type" do assert_priority text_1, text_1p, text_2 end - it 'sorts (2) based on extensions' do - text_1.extensions = ['foo', 'bar'] - text_2.extensions = ['foo'] + it "sorts (2) based on extensions" do + text_1.extensions = ["foo", "bar"] + text_2.extensions = ["foo"] assert_priority_same text_1, text_2 @@ -339,272 +339,283 @@ def assert_priority(left, middle, right) assert_priority_more text_1, text_2 end - it 'sorts (3) based on the registration state' do + it "sorts (3) based on the registration state" do text_1.registered = text_1p.registered = true text_1b = mime_type(text_1) { |t| t.registered = false } assert_priority text_1, text_1p, text_1b end - it 'sorts (4) based on the completeness' do - text_1.extensions = text_1p.extensions = '1' + it "sorts (4) based on the completeness" do + text_1.extensions = text_1p.extensions = "1" text_1b = mime_type(text_1) { |t| t.extensions = nil } assert_priority text_1, text_1p, text_1b end - it 'sorts (5) based on obsolete status' do + it "sorts (5) based on obsolete status" do text_1.obsolete = text_1p.obsolete = false text_1b = mime_type(text_1) { |t| t.obsolete = true } assert_priority text_1, text_1p, text_1b end - it 'sorts (5) based on the use-instead value' do + it "sorts (5) based on the use-instead value" do text_1.obsolete = text_1p.obsolete = true - text_1.use_instead = text_1p.use_instead = 'abc/xyz' + text_1.use_instead = text_1p.use_instead = "abc/xyz" text_1b = mime_type(text_1) { |t| t.use_instead = nil } assert_priority text_1, text_1p, text_1b - text_1b.use_instead = 'abc/zzz' + text_1b.use_instead = "abc/zzz" assert_priority text_1, text_1p, text_1b end end - describe '#raw_media_type' do - it 'extracts the media type as case-preserved' do - assert_equal 'Text', mime_type('Text/plain').raw_media_type + describe "#raw_media_type" do + it "extracts the media type as case-preserved" do + assert_equal "Text", mime_type("Text/plain").raw_media_type end - it 'does not remove x- prefixes' do - assert_equal('x-appl', x_appl_x_zip.raw_media_type) + it "does not remove x- prefixes" do + assert_equal("x-appl", x_appl_x_zip.raw_media_type) end end - describe '#media_type' do - it 'extracts the media type as lowercase' do - assert_equal 'text', text_plain.media_type + describe "#media_type" do + it "extracts the media type as lowercase" do + assert_equal "text", text_plain.media_type end - it 'does not remove x- prefixes' do - assert_equal('x-appl', x_appl_x_zip.media_type) + it "does not remove x- prefixes" do + assert_equal("x-appl", x_appl_x_zip.media_type) end end - describe '#raw_media_type' do - it 'extracts the media type as case-preserved' do - assert_equal 'Text', mime_type('Text/plain').raw_media_type + describe "#raw_media_type" do + it "extracts the media type as case-preserved" do + assert_equal "Text", mime_type("Text/plain").raw_media_type end - it 'does not remove x- prefixes' do - assert_equal('x-appl', x_appl_x_zip.raw_media_type) + it "does not remove x- prefixes" do + assert_equal("x-appl", x_appl_x_zip.raw_media_type) end end - describe '#sub_type' do - it 'extracts the sub type as lowercase' do - assert_equal 'plain', text_plain.sub_type + describe "#sub_type" do + it "extracts the sub type as lowercase" do + assert_equal "plain", text_plain.sub_type end - it 'does not remove x- prefixes' do - assert_equal('x-zip', x_appl_x_zip.sub_type) + it "does not remove x- prefixes" do + assert_equal("x-zip", x_appl_x_zip.sub_type) end end - describe '#raw_sub_type' do - it 'extracts the sub type as case-preserved' do - assert_equal 'Plain', mime_type('text/Plain').raw_sub_type + describe "#raw_sub_type" do + it "extracts the sub type as case-preserved" do + assert_equal "Plain", mime_type("text/Plain").raw_sub_type end - it 'does not remove x- prefixes' do - assert_equal('x-zip', x_appl_x_zip.raw_sub_type) + it "does not remove x- prefixes" do + assert_equal("x-zip", x_appl_x_zip.raw_sub_type) end end - describe '#to_h' do - let(:t) { mime_type('a/b') } + describe "#to_h" do + let(:t) { mime_type("a/b") } - it 'has the required keys (content-type, registered, encoding)' do - assert_has_keys t.to_h, %w(content-type registered encoding) + it "has the required keys (content-type, registered, encoding)" do + assert_has_keys t.to_h, %w[content-type registered encoding] end - it 'has the docs key if there are documents' do - assert_has_keys mime_type(t) { |v| v.docs = 'a' }.to_h, %w(docs) + it "has the docs key if there are documents" do + assert_has_keys mime_type(t) { |v| v.docs = "a" }.to_h, %w[docs] end - it 'has the extensions key if set' do - assert_has_keys mime_type(t) { |v| v.extensions = 'a' }.to_h, - 'extensions' + it "has the extensions key if set" do + assert_has_keys mime_type(t) { |v| v.extensions = "a" }.to_h, + "extensions" end - it 'has the preferred-extension key if set' do - assert_has_keys mime_type(t) { |v| v.preferred_extension = 'a' }.to_h, - 'preferred-extension' + it "has the preferred-extension key if set" do + assert_has_keys mime_type(t) { |v| v.preferred_extension = "a" }.to_h, + "preferred-extension" end - it 'has the obsolete key if set' do - assert_has_keys mime_type(t) { |v| v.obsolete = true }.to_h, 'obsolete' + it "has the obsolete key if set" do + assert_has_keys mime_type(t) { |v| v.obsolete = true }.to_h, "obsolete" end - it 'has the obsolete and use-instead keys if set' do + it "has the obsolete and use-instead keys if set" do assert_has_keys mime_type(t) { |v| v.obsolete = true - v.use_instead = 'c/d' - }.to_h, %w(obsolete use-instead) + v.use_instead = "c/d" + }.to_h, %w[obsolete use-instead] end - it 'has the signature key if set' do - assert_has_keys mime_type(t) { |v| v.signature = true }.to_h, 'signature' + it "has the signature key if set" do + assert_has_keys mime_type(t) { |v| v.signature = true }.to_h, "signature" end end - describe '#to_json' do - let(:expected) { + describe "#to_json" do + let(:expected_1) { '{"content-type":"a/b","encoding":"base64","registered":false}' } + let(:expected_2) { + '{"content-type":"a/b","encoding":"base64","registered":true,"provisional":true}' + } - it 'converts to JSON when requested' do - assert_equal expected, mime_type('a/b').to_json + it "converts to JSON when requested" do + assert_equal expected_1, mime_type("a/b").to_json + end + + it "converts to JSON with provisional when requested" do + type = mime_type("a/b") do |t| + t.registered = true + t.provisional = true + end + assert_equal expected_2, type.to_json end end - describe '#to_s, #to_str' do - it 'represents itself as a string of the canonical content_type' do - assert_equal 'text/plain', text_plain.to_s + describe "#to_s, #to_str" do + it "represents itself as a string of the canonical content_type" do + assert_equal "text/plain", text_plain.to_s end - it 'acts like a string of the canonical content_type for comparison' do - assert_equal text_plain, 'text/plain' + it "acts like a string of the canonical content_type for comparison" do + assert_equal text_plain, "text/plain" end - it 'acts like a string for other purposes' do - assert_equal 'stringy', 'text/plain'.sub(text_plain, 'stringy') + it "acts like a string for other purposes" do + assert_equal "stringy", "text/plain".sub(text_plain, "stringy") end end - describe '#xrefs, #xrefs=' do + describe "#xrefs, #xrefs=" do let(:expected) { - MIME::Types::Container.new('rfc' => Set['rfc1234', 'rfc5678']) + MIME::Types::Container.new("rfc" => Set["rfc1234", "rfc5678"]) } - it 'returns the expected results' do + it "returns the expected results" do application_javascript.xrefs = { - 'rfc' => %w(rfc5678 rfc1234 rfc1234) + "rfc" => %w[rfc5678 rfc1234 rfc1234] } assert_equal expected, application_javascript.xrefs end end - describe '#xref_urls' do + describe "#xref_urls" do let(:expected) { [ - 'http://www.iana.org/go/draft1', - 'http://www.iana.org/assignments/media-types/a/b', - 'http://www.iana.org/assignments/media-types/media-types.xhtml#p-1', - 'http://www.iana.org/go/rfc-1', - 'http://www.rfc-editor.org/errata_search.php?eid=err-1', - 'http://example.org', - 'text' + "http://www.iana.org/go/draft1", + "http://www.iana.org/assignments/media-types/a/b", + "http://www.iana.org/assignments/media-types/media-types.xhtml#p-1", + "http://www.iana.org/go/rfc-1", + "http://www.rfc-editor.org/errata_search.php?eid=err-1", + "http://example.org", + "text" ] } let(:type) { - mime_type('a/b').tap do |t| + mime_type("a/b").tap do |t| t.xrefs = { - 'draft' => ['RFC1'], - 'template' => ['a/b'], - 'person' => ['p-1'], - 'rfc' => ['rfc-1'], - 'rfc-errata' => ['err-1'], - 'uri' => ['http://example.org'], - 'text' => ['text'] + "draft" => ["RFC1"], + "template" => ["a/b"], + "person" => ["p-1"], + "rfc" => ["rfc-1"], + "rfc-errata" => ["err-1"], + "uri" => ["http://example.org"], + "text" => ["text"] } end } - it 'translates according to given rules' do + it "translates according to given rules" do assert_equal expected, type.xref_urls end end - describe '#use_instead' do - it 'is nil unless the type is obsolete' do + describe "#use_instead" do + it "is nil unless the type is obsolete" do assert_nil text_plain.use_instead end - it 'is nil if not set and the type is obsolete' do + it "is nil if not set and the type is obsolete" do text_plain.obsolete = true assert_nil text_plain.use_instead end - it 'is a different type if set and the type is obsolete' do + it "is a different type if set and the type is obsolete" do text_plain.obsolete = true - text_plain.use_instead = 'text/html' - assert_equal 'text/html', text_plain.use_instead + text_plain.use_instead = "text/html" + assert_equal "text/html", text_plain.use_instead end end - describe '#preferred_extension, #preferred_extension=' do - it 'is nil when not set and there are no extensions' do + describe "#preferred_extension, #preferred_extension=" do + it "is nil when not set and there are no extensions" do assert_nil text_plain.preferred_extension end - it 'is the first extension when not set but there are extensions' do - assert_equal 'yaml', text_x_yaml.preferred_extension + it "is the first extension when not set but there are extensions" do + assert_equal "yaml", text_x_yaml.preferred_extension end - it 'is the extension provided when set' do - text_x_yaml.preferred_extension = 'yml' - assert_equal 'yml', text_x_yaml.preferred_extension + it "is the extension provided when set" do + text_x_yaml.preferred_extension = "yml" + assert_equal "yml", text_x_yaml.preferred_extension end - it 'is adds the preferred extension if it does not exist' do - text_x_yaml.preferred_extension = 'yz' - assert_equal 'yz', text_x_yaml.preferred_extension - assert_includes text_x_yaml.extensions, 'yz' + it "is adds the preferred extension if it does not exist" do + text_x_yaml.preferred_extension = "yz" + assert_equal "yz", text_x_yaml.preferred_extension + assert_includes text_x_yaml.extensions, "yz" end end - describe '#friendly' do - it 'returns English by default' do - assert_equal 'YAML Structured Document', text_x_yaml.friendly + describe "#friendly" do + it "returns English by default" do + assert_equal "YAML Structured Document", text_x_yaml.friendly end - it 'returns English when requested' do - assert_equal 'YAML Structured Document', text_x_yaml.friendly('en') - assert_equal 'YAML Structured Document', text_x_yaml.friendly(:en) + it "returns English when requested" do + assert_equal "YAML Structured Document", text_x_yaml.friendly("en") + assert_equal "YAML Structured Document", text_x_yaml.friendly(:en) end - it 'returns nothing for an unknown language' do - assert_nil text_x_yaml.friendly('zz') + it "returns nothing for an unknown language" do + assert_nil text_x_yaml.friendly("zz") end - it 'merges new values from an array parameter' do - expected = { 'en' => 'Text files' } - assert_equal expected, text_plain.friendly(['en', 'Text files']) - expected.update('fr' => 'des fichiers texte') + it "merges new values from an array parameter" do + expected = {"en" => "Text files"} + assert_equal expected, text_plain.friendly(["en", "Text files"]) + expected.update("fr" => "des fichiers texte") assert_equal expected, - text_plain.friendly(['fr', 'des fichiers texte']) + text_plain.friendly(["fr", "des fichiers texte"]) end - it 'merges new values from a hash parameter' do - expected = { 'en' => 'Text files' } + it "merges new values from a hash parameter" do + expected = {"en" => "Text files"} assert_equal expected, text_plain.friendly(expected) - french = { 'fr' => 'des fichiers texte' } + french = {"fr" => "des fichiers texte"} expected.update(french) assert_equal expected, text_plain.friendly(french) end - it 'raises an ArgumentError if an unknown value is provided' do + it "raises an ArgumentError if an unknown value is provided" do exception = assert_raises ArgumentError do text_plain.friendly(1) end - assert_equal 'Expected a language or translation set, not 1', - exception.message + assert_equal "Expected a language or translation set, not 1", + exception.message end end end diff --git a/fluentd/vendored_gem_src/mime-types/test/test_mime_types.rb b/fluentd/vendored_gem_src/mime-types/test/test_mime_types.rb index 6a9689f9c..b01b702b3 100644 --- a/fluentd/vendored_gem_src/mime-types/test/test_mime_types.rb +++ b/fluentd/vendored_gem_src/mime-types/test/test_mime_types.rb @@ -1,128 +1,128 @@ # frozen_string_literal: true -require 'mime/types' -require 'minitest_helper' +require "mime/types" +require "minitest_helper" describe MIME::Types do def mime_types @mime_types ||= MIME::Types.new.tap { |mt| - mt.add MIME::Type.new(['text/plain', %w(txt)]), - MIME::Type.new(['image/jpeg', %w(jpg jpeg)]), - MIME::Type.new('application/x-wordperfect6.1'), - MIME::Type.new( - 'content-type' => 'application/x-www-form-urlencoded', - 'registered' => true - ), - MIME::Type.new(['application/x-gzip', %w(gz)]), - MIME::Type.new( - 'content-type' => 'application/gzip', - 'extensions' => 'gz', - 'registered' => true - ) + mt.add MIME::Type.new(["text/plain", %w[txt]]), + MIME::Type.new(["image/jpeg", %w[jpg jpeg]]), + MIME::Type.new("application/x-wordperfect6.1"), + MIME::Type.new( + "content-type" => "application/x-www-form-urlencoded", + "registered" => true + ), + MIME::Type.new(["application/x-gzip", %w[gz]]), + MIME::Type.new( + "content-type" => "application/gzip", + "extensions" => "gz", + "registered" => true + ) } end - describe 'is enumerable' do - it 'correctly uses an Enumerable method like #any?' do - assert(mime_types.any? { |type| type.content_type == 'text/plain' }) + describe "is enumerable" do + it "correctly uses an Enumerable method like #any?" do + assert(mime_types.any? { |type| type.content_type == "text/plain" }) end - it 'implements each with no parameters to return an Enumerator' do + it "implements each with no parameters to return an Enumerator" do assert_kind_of Enumerator, mime_types.each assert_kind_of Enumerator, mime_types.map end - it 'will create a lazy enumerator' do + it "will create a lazy enumerator" do assert_kind_of Enumerator::Lazy, mime_types.lazy assert_kind_of Enumerator::Lazy, mime_types.map.lazy end - it 'is countable with an enumerator' do + it "is countable with an enumerator" do assert_equal 6, mime_types.each.count assert_equal 6, mime_types.lazy.count end end - describe '#[]' do - it 'can be searched with a MIME::Type' do - text_plain = MIME::Type.new('text/plain') - assert_includes mime_types[text_plain], 'text/plain' + describe "#[]" do + it "can be searched with a MIME::Type" do + text_plain = MIME::Type.new("text/plain") + assert_includes mime_types[text_plain], "text/plain" assert_equal 1, mime_types[text_plain].size end - it 'can be searched with a regular expression' do - assert_includes mime_types[/plain$/], 'text/plain' + it "can be searched with a regular expression" do + assert_includes mime_types[/plain$/], "text/plain" assert_equal 1, mime_types[/plain$/].size end - it 'sorts by priority with multiple matches' do - assert_equal %w(application/gzip application/x-gzip), mime_types[/gzip$/] + it "sorts by priority with multiple matches" do + assert_equal %w[application/gzip application/x-gzip], mime_types[/gzip$/] assert_equal 2, mime_types[/gzip$/].size end - it 'can be searched with a string' do - assert_includes mime_types['text/plain'], 'text/plain' - assert_equal 1, mime_types['text/plain'].size + it "can be searched with a string" do + assert_includes mime_types["text/plain"], "text/plain" + assert_equal 1, mime_types["text/plain"].size end - it 'can be searched with the complete flag' do + it "can be searched with the complete flag" do assert_empty mime_types[ - 'application/x-www-form-urlencoded', + "application/x-www-form-urlencoded", complete: true ] - assert_includes mime_types['text/plain', complete: true], 'text/plain' - assert_equal 1, mime_types['text/plain', complete: true].size + assert_includes mime_types["text/plain", complete: true], "text/plain" + assert_equal 1, mime_types["text/plain", complete: true].size end - it 'can be searched with the registered flag' do - assert_empty mime_types['application/x-wordperfect6.1', registered: true] + it "can be searched with the registered flag" do + assert_empty mime_types["application/x-wordperfect6.1", registered: true] refute_empty mime_types[ - 'application/x-www-form-urlencoded', + "application/x-www-form-urlencoded", registered: true ] refute_empty mime_types[/gzip/, registered: true] refute_equal mime_types[/gzip/], mime_types[/gzip/, registered: true] end - it 'properly returns an empty result on a regular expression miss' do + it "properly returns an empty result on a regular expression miss" do assert_empty mime_types[/^foo/] assert_empty mime_types[/^foo/, registered: true] assert_empty mime_types[/^foo/, complete: true] end end - describe '#add' do - let(:eruby) { MIME::Type.new('application/x-eruby') } - let(:jinja) { MIME::Type.new('application/jinja2') } + describe "#add" do + let(:eruby) { MIME::Type.new("application/x-eruby") } + let(:jinja) { MIME::Type.new("application/jinja2") } - it 'successfully adds a new type' do + it "successfully adds a new type" do mime_types.add(eruby) - assert_equal mime_types['application/x-eruby'], [eruby] + assert_equal mime_types["application/x-eruby"], [eruby] end - it 'complains about adding a duplicate type' do + it "complains about adding a duplicate type" do mime_types.add(eruby) - assert_output '', /is already registered as a variant/ do + assert_output "", /is already registered as a variant/ do mime_types.add(eruby) end - assert_equal mime_types['application/x-eruby'], [eruby] + assert_equal mime_types["application/x-eruby"], [eruby] end - it 'does not complain about adding a duplicate type when quiet' do + it "does not complain about adding a duplicate type when quiet" do mime_types.add(eruby) - assert_output '', '' do + assert_output "", "" do mime_types.add(eruby, :silent) end - assert_equal mime_types['application/x-eruby'], [eruby] + assert_equal mime_types["application/x-eruby"], [eruby] end - it 'successfully adds from an array' do + it "successfully adds from an array" do mime_types.add([eruby, jinja]) - assert_equal mime_types['application/x-eruby'], [eruby] - assert_equal mime_types['application/jinja2'], [jinja] + assert_equal mime_types["application/x-eruby"], [eruby] + assert_equal mime_types["application/jinja2"], [jinja] end - it 'successfully adds from another MIME::Types' do + it "successfully adds from another MIME::Types" do mt = MIME::Types.new mt.add(mime_types) assert_equal mime_types.count, mt.count @@ -133,36 +133,36 @@ def mime_types end end - describe '#type_for' do - it 'finds all types for a given extension' do - assert_equal %w(application/gzip application/x-gzip), - mime_types.type_for('gz') + describe "#type_for" do + it "finds all types for a given extension" do + assert_equal %w[application/gzip application/x-gzip], + mime_types.type_for("gz") end - it 'separates the extension from filenames' do - assert_equal %w(image/jpeg), mime_types.of(['foo.jpeg', 'bar.jpeg']) + it "separates the extension from filenames" do + assert_equal %w[image/jpeg], mime_types.of(["foo.jpeg", "bar.jpeg"]) end - it 'finds multiple extensions' do - assert_equal %w(image/jpeg text/plain), - mime_types.type_for(%w(foo.txt foo.jpeg)) + it "finds multiple extensions" do + assert_equal %w[image/jpeg text/plain], + mime_types.type_for(%w[foo.txt foo.jpeg]) end - it 'does not find unknown extensions' do + it "does not find unknown extensions" do keys = mime_types.instance_variable_get(:@extension_index).keys - assert_empty mime_types.type_for('zzz') + assert_empty mime_types.type_for("zzz") assert_equal keys, mime_types.instance_variable_get(:@extension_index).keys end - it 'modifying type extensions causes reindexing' do - plain_text = mime_types['text/plain'].first - plain_text.add_extensions('xtxt') - assert_includes mime_types.type_for('xtxt'), 'text/plain' + it "modifying type extensions causes reindexing" do + plain_text = mime_types["text/plain"].first + plain_text.add_extensions("xtxt") + assert_includes mime_types.type_for("xtxt"), "text/plain" end end - describe '#count' do - it 'can count the number of types inside' do + describe "#count" do + it "can count the number of types inside" do assert_equal 6, mime_types.count end end diff --git a/fluentd/vendored_gem_src/mime-types/test/test_mime_types_cache.rb b/fluentd/vendored_gem_src/mime-types/test/test_mime_types_cache.rb index b56526fdb..909f18c73 100644 --- a/fluentd/vendored_gem_src/mime-types/test/test_mime_types_cache.rb +++ b/fluentd/vendored_gem_src/mime-types/test/test_mime_types_cache.rb @@ -1,25 +1,25 @@ # frozen_string_literal: true -require 'mime/types' -require 'minitest_helper' +require "mime/types" +require "minitest_helper" + +MUTEX = Mutex.new describe MIME::Types::Cache do include Minitest::Hooks - MUTEX = Mutex.new - def around - require 'fileutils' + require "fileutils" MUTEX.synchronize do - @cache_file = File.expand_path('../cache.tst', __FILE__) - ENV['RUBY_MIME_TYPES_CACHE'] = @cache_file + @cache_file = File.expand_path("../cache.tst", __FILE__) + ENV["RUBY_MIME_TYPES_CACHE"] = @cache_file clear_cache_file super clear_cache_file - ENV.delete('RUBY_MIME_TYPES_CACHE') + ENV.delete("RUBY_MIME_TYPES_CACHE") end end @@ -32,67 +32,67 @@ def clear_cache_file FileUtils.rm @cache_file if File.exist? @cache_file end - describe '.load' do - it 'does not use cache when RUBY_MIME_TYPES_CACHE is unset' do - ENV.delete('RUBY_MIME_TYPES_CACHE') + describe ".load" do + it "does not use cache when RUBY_MIME_TYPES_CACHE is unset" do + ENV.delete("RUBY_MIME_TYPES_CACHE") assert_nil MIME::Types::Cache.load end - it 'does not use cache when missing' do + it "does not use cache when missing" do assert_nil MIME::Types::Cache.load end - it 'registers the data to be updated by #add_extensions' do + it "registers the data to be updated by #add_extensions" do MIME::Types::Cache.save reset_mime_types - assert_equal([], MIME::Types.type_for('foo.additional')) - html = MIME::Types['text/html'][0] - html.add_extensions('additional') - assert_equal([html], MIME::Types.type_for('foo.additional')) + assert_equal([], MIME::Types.type_for("foo.additional")) + html = MIME::Types["text/html"][0] + html.add_extensions("additional") + assert_equal([html], MIME::Types.type_for("foo.additional")) end - it 'outputs an error when there is an invalid version' do + it "outputs an error when there is an invalid version" do v = MIME::Types::Data::VERSION MIME::Types::Data.send(:remove_const, :VERSION) - MIME::Types::Data.const_set(:VERSION, '0.0') + MIME::Types::Data.const_set(:VERSION, "0.0") MIME::Types::Cache.save MIME::Types::Data.send(:remove_const, :VERSION) MIME::Types::Data.const_set(:VERSION, v) MIME::Types.instance_variable_set(:@__types__, nil) - assert_output '', /MIME::Types cache: invalid version/ do - MIME::Types['text/html'] + assert_output "", /MIME::Types cache: invalid version/ do + MIME::Types["text/html"] end end - it 'outputs an error when there is a marshal file incompatibility' do + it "outputs an error when there is a marshal file incompatibility" do MIME::Types::Cache.save data = File.binread(@cache_file).reverse - File.open(@cache_file, 'wb') do |f| f.write(data) end + File.open(@cache_file, "wb") { |f| f.write(data) } MIME::Types.instance_variable_set(:@__types__, nil) - assert_output '', /incompatible marshal file format/ do - MIME::Types['text/html'] + assert_output "", /incompatible marshal file format/ do + MIME::Types["text/html"] end end end - describe '.save' do - it 'does not create cache when RUBY_MIME_TYPES_CACHE is unset' do - ENV.delete('RUBY_MIME_TYPES_CACHE') + describe ".save" do + it "does not create cache when RUBY_MIME_TYPES_CACHE is unset" do + ENV.delete("RUBY_MIME_TYPES_CACHE") assert_nil MIME::Types::Cache.save end - it 'creates the cache ' do + it "creates the cache " do assert_equal(false, File.exist?(@cache_file)) MIME::Types::Cache.save assert_equal(true, File.exist?(@cache_file)) end - it 'uses the cache' do - MIME::Types['text/html'].first.add_extensions('hex') + it "uses the cache" do + MIME::Types["text/html"].first.add_extensions("hex") MIME::Types::Cache.save MIME::Types.instance_variable_set(:@__types__, nil) - assert_includes MIME::Types['text/html'].first.extensions, 'hex' + assert_includes MIME::Types["text/html"].first.extensions, "hex" reset_mime_types end @@ -100,19 +100,19 @@ def clear_cache_file end describe MIME::Types::Container do - it 'marshals and unmarshals correctly' do + it "marshals and unmarshals correctly" do container = MIME::Types::Container.new - container.add('xyz', 'abc') + container.add("xyz", "abc") # default proc should return Set[] - assert_equal(Set[], container['abc']) - assert_equal(Set['abc'], container['xyz']) + assert_equal(Set[], container["abc"]) + assert_equal(Set["abc"], container["xyz"]) marshalled = Marshal.dump(container) loaded_container = Marshal.load(marshalled) # default proc should still return Set[] - assert_equal(Set[], loaded_container['abc']) - assert_equal(Set['abc'], container['xyz']) + assert_equal(Set[], loaded_container["abc"]) + assert_equal(Set["abc"], container["xyz"]) end end diff --git a/fluentd/vendored_gem_src/mime-types/test/test_mime_types_class.rb b/fluentd/vendored_gem_src/mime-types/test/test_mime_types_class.rb index a9f4468b1..b47bca2d0 100644 --- a/fluentd/vendored_gem_src/mime-types/test/test_mime_types_class.rb +++ b/fluentd/vendored_gem_src/mime-types/test/test_mime_types_class.rb @@ -1,74 +1,74 @@ # frozen_string_literal: true -require 'mime/types' -require 'minitest_helper' +require "mime/types" +require "minitest_helper" -describe MIME::Types, 'registry' do +describe MIME::Types, "registry" do def setup MIME::Types.send(:load_default_mime_types) end - describe 'is enumerable' do - it 'correctly uses an Enumerable method like #any?' do - assert(MIME::Types.any? { |type| type.content_type == 'text/plain' }) + describe "is enumerable" do + it "correctly uses an Enumerable method like #any?" do + assert(MIME::Types.any? { |type| type.content_type == "text/plain" }) end - it 'implements each with no parameters to return an Enumerator' do + it "implements each with no parameters to return an Enumerator" do assert_kind_of Enumerator, MIME::Types.each assert_kind_of Enumerator, MIME::Types.map end - it 'will create a lazy enumerator' do + it "will create a lazy enumerator" do assert_kind_of Enumerator::Lazy, MIME::Types.lazy assert_kind_of Enumerator::Lazy, MIME::Types.map.lazy end - it 'is countable with an enumerator' do + it "is countable with an enumerator" do assert MIME::Types.each.count > 999 assert MIME::Types.lazy.count > 999 end end - describe '.[]' do - it 'can be searched with a MIME::Type' do - text_plain = MIME::Type.new('text/plain') - assert_includes MIME::Types[text_plain], 'text/plain' + describe ".[]" do + it "can be searched with a MIME::Type" do + text_plain = MIME::Type.new("text/plain") + assert_includes MIME::Types[text_plain], "text/plain" assert_equal 1, MIME::Types[text_plain].size end - it 'can be searched with a regular expression' do - assert_includes MIME::Types[/plain$/], 'text/plain' + it "can be searched with a regular expression" do + assert_includes MIME::Types[/plain$/], "text/plain" assert_equal 1, MIME::Types[/plain$/].size end - it 'sorts by priority with multiple matches' do + it "sorts by priority with multiple matches" do types = MIME::Types[/gzip$/].select { |t| - %w(application/gzip application/x-gzip multipart/x-gzip).include?(t) + %w[application/gzip application/x-gzip multipart/x-gzip].include?(t) } # This is this way because of a new type ending with gzip that only # appears in some data files. - assert_equal %w(application/gzip application/x-gzip multipart/x-gzip), types + assert_equal %w[application/gzip application/x-gzip multipart/x-gzip], types assert_equal 3, types.size end - it 'can be searched with a string' do - assert_includes MIME::Types['text/plain'], 'text/plain' - assert_equal 1, MIME::Types['text/plain'].size + it "can be searched with a string" do + assert_includes MIME::Types["text/plain"], "text/plain" + assert_equal 1, MIME::Types["text/plain"].size end - it 'can be searched with the complete flag' do + it "can be searched with the complete flag" do assert_empty MIME::Types[ - 'application/x-www-form-urlencoded', + "application/x-www-form-urlencoded", complete: true ] - assert_includes MIME::Types['text/plain', complete: true], 'text/plain' - assert_equal 1, MIME::Types['text/plain', complete: true].size + assert_includes MIME::Types["text/plain", complete: true], "text/plain" + assert_equal 1, MIME::Types["text/plain", complete: true].size end - it 'can be searched with the registered flag' do - assert_empty MIME::Types['application/x-wordperfect6.1', registered: true] + it "can be searched with the registered flag" do + assert_empty MIME::Types["application/x-wordperfect6.1", registered: true] refute_empty MIME::Types[ - 'application/x-www-form-urlencoded', + "application/x-www-form-urlencoded", registered: true ] refute_empty MIME::Types[/gzip/, registered: true] @@ -76,75 +76,75 @@ def setup end end - describe '.type_for' do - it 'finds all types for a given extension' do - assert_equal %w(application/gzip application/x-gzip), - MIME::Types.type_for('gz') + describe ".type_for" do + it "finds all types for a given extension" do + assert_equal %w[application/gzip application/x-gzip], + MIME::Types.type_for("gz") end - it 'separates the extension from filenames' do - assert_equal %w(image/jpeg), MIME::Types.of(['foo.jpeg', 'bar.jpeg']) + it "separates the extension from filenames" do + assert_equal %w[image/jpeg], MIME::Types.of(["foo.jpeg", "bar.jpeg"]) end - it 'finds multiple extensions' do - assert_equal %w(image/jpeg text/plain), - MIME::Types.type_for(%w(foo.txt foo.jpeg)) + it "finds multiple extensions" do + assert_equal %w[image/jpeg text/plain], + MIME::Types.type_for(%w[foo.txt foo.jpeg]) end - it 'does not find unknown extensions' do - assert_empty MIME::Types.type_for('zzz') + it "does not find unknown extensions" do + assert_empty MIME::Types.type_for("zzz") end - it 'modifying type extensions causes reindexing' do - plain_text = MIME::Types['text/plain'].first - plain_text.add_extensions('xtxt') - assert_includes MIME::Types.type_for('xtxt'), 'text/plain' + it "modifying type extensions causes reindexing" do + plain_text = MIME::Types["text/plain"].first + plain_text.add_extensions("xtxt") + assert_includes MIME::Types.type_for("xtxt"), "text/plain" end end - describe '.count' do - it 'can count the number of types inside' do + describe ".count" do + it "can count the number of types inside" do assert MIME::Types.count > 999 end end - describe '.add' do + describe ".add" do def setup MIME::Types.instance_variable_set(:@__types__, nil) MIME::Types.send(:load_default_mime_types) end - let(:eruby) { MIME::Type.new('application/x-eruby') } - let(:jinja) { MIME::Type.new('application/jinja2') } + let(:eruby) { MIME::Type.new("application/x-eruby") } + let(:jinja) { MIME::Type.new("application/jinja2") } - it 'successfully adds a new type' do + it "successfully adds a new type" do MIME::Types.add(eruby) - assert_equal MIME::Types['application/x-eruby'], [eruby] + assert_equal MIME::Types["application/x-eruby"], [eruby] end - it 'complains about adding a duplicate type' do + it "complains about adding a duplicate type" do MIME::Types.add(eruby) - assert_output '', /is already registered as a variant/ do + assert_output "", /is already registered as a variant/ do MIME::Types.add(eruby) end - assert_equal MIME::Types['application/x-eruby'], [eruby] + assert_equal MIME::Types["application/x-eruby"], [eruby] end - it 'does not complain about adding a duplicate type when quiet' do + it "does not complain about adding a duplicate type when quiet" do MIME::Types.add(eruby) assert_silent do MIME::Types.add(eruby, :silent) end - assert_equal MIME::Types['application/x-eruby'], [eruby] + assert_equal MIME::Types["application/x-eruby"], [eruby] end - it 'successfully adds from an array' do + it "successfully adds from an array" do MIME::Types.add([eruby, jinja]) - assert_equal MIME::Types['application/x-eruby'], [eruby] - assert_equal MIME::Types['application/jinja2'], [jinja] + assert_equal MIME::Types["application/x-eruby"], [eruby] + assert_equal MIME::Types["application/jinja2"], [jinja] end - it 'successfully adds from another MIME::Types' do + it "successfully adds from another MIME::Types" do old_count = MIME::Types.count mt = MIME::Types.new diff --git a/fluentd/vendored_gem_src/mime-types/test/test_mime_types_lazy.rb b/fluentd/vendored_gem_src/mime-types/test/test_mime_types_lazy.rb index 12233c050..04f81f6cd 100644 --- a/fluentd/vendored_gem_src/mime-types/test/test_mime_types_lazy.rb +++ b/fluentd/vendored_gem_src/mime-types/test/test_mime_types_lazy.rb @@ -1,16 +1,16 @@ # frozen_string_literal: true -require 'mime/types' -require 'minitest_helper' +require "mime/types" +require "minitest_helper" -describe MIME::Types, 'lazy loading' do +describe MIME::Types, "lazy loading" do def setup - ENV['RUBY_MIME_TYPES_LAZY_LOAD'] = 'true' + ENV["RUBY_MIME_TYPES_LAZY_LOAD"] = "true" end def teardown reset_mime_types - ENV.delete('RUBY_MIME_TYPES_LAZY_LOAD') + ENV.delete("RUBY_MIME_TYPES_LAZY_LOAD") end def reset_mime_types @@ -18,32 +18,32 @@ def reset_mime_types MIME::Types.send(:load_default_mime_types) end - describe '.lazy_load?' do - it 'is true when RUBY_MIME_TYPES_LAZY_LOAD is set' do - assert_output '', /RUBY_MIME_TYPES_LAZY_LOAD/ do + describe ".lazy_load?" do + it "is true when RUBY_MIME_TYPES_LAZY_LOAD is set" do + assert_output "", /RUBY_MIME_TYPES_LAZY_LOAD/ do assert_equal true, MIME::Types.send(:lazy_load?) end end - it 'is nil when RUBY_MIME_TYPES_LAZY_LOAD is unset' do - ENV['RUBY_MIME_TYPES_LAZY_LOAD'] = nil - assert_output '', '' do + it "is nil when RUBY_MIME_TYPES_LAZY_LOAD is unset" do + ENV["RUBY_MIME_TYPES_LAZY_LOAD"] = nil + assert_output "", "" do assert_nil MIME::Types.send(:lazy_load?) end end - it 'is false when RUBY_MIME_TYPES_LAZY_LOAD is false' do - ENV['RUBY_MIME_TYPES_LAZY_LOAD'] = 'false' - assert_output '', /RUBY_MIME_TYPES_LAZY_LOAD/ do + it "is false when RUBY_MIME_TYPES_LAZY_LOAD is false" do + ENV["RUBY_MIME_TYPES_LAZY_LOAD"] = "false" + assert_output "", /RUBY_MIME_TYPES_LAZY_LOAD/ do assert_equal false, MIME::Types.send(:lazy_load?) end end end - it 'loads lazily when RUBY_MIME_TYPES_LAZY_LOAD is set' do + it "loads lazily when RUBY_MIME_TYPES_LAZY_LOAD is set" do MIME::Types.instance_variable_set(:@__types__, nil) assert_nil MIME::Types.instance_variable_get(:@__types__) - refute_nil MIME::Types['text/html'].first + refute_nil MIME::Types["text/html"].first refute_nil MIME::Types.instance_variable_get(:@__types__) end end diff --git a/fluentd/vendored_gem_src/mime-types/test/test_mime_types_loader.rb b/fluentd/vendored_gem_src/mime-types/test/test_mime_types_loader.rb index 7fb4e9be6..af5d85160 100644 --- a/fluentd/vendored_gem_src/mime-types/test/test_mime_types_loader.rb +++ b/fluentd/vendored_gem_src/mime-types/test/test_mime_types_loader.rb @@ -1,32 +1,32 @@ # frozen_string_literal: true -require 'mime/types' -require 'minitest_helper' +require "mime/types" +require "minitest_helper" describe MIME::Types::Loader do def setup - @path = File.expand_path('../fixture', __FILE__) - @loader = MIME::Types::Loader.new(@path) - @bad_path = File.expand_path('../bad-fixtures', __FILE__) + @path = File.expand_path("../fixture", __FILE__) + @loader = MIME::Types::Loader.new(@path) + @bad_path = File.expand_path("../bad-fixtures", __FILE__) end def assert_correctly_loaded(types) - assert_includes(types, 'application/1d-interleaved-parityfec') - assert_equal(%w(webm), types['audio/webm'].first.extensions) - refute(types['audio/webm'].first.registered?) + assert_includes(types, "application/1d-interleaved-parityfec") + assert_equal(%w[webm], types["audio/webm"].first.extensions) + refute(types["audio/webm"].first.registered?) - assert_equal('Fixes a bug with IE6 and progressive JPEGs', - types['image/pjpeg'].first.docs) + assert_equal("Fixes a bug with IE6 and progressive JPEGs", + types["image/pjpeg"].first.docs) - assert(types['audio/vnd.qcelp'].first.obsolete?) - assert_equal('audio/QCELP', types['audio/vnd.qcelp'].first.use_instead) + assert(types["audio/vnd.qcelp"].first.obsolete?) + assert_equal("audio/QCELP", types["audio/vnd.qcelp"].first.use_instead) end - it 'loads YAML files correctly' do + it "loads YAML files correctly" do assert_correctly_loaded @loader.load_yaml end - it 'loads JSON files correctly' do + it "loads JSON files correctly" do assert_correctly_loaded @loader.load_json end end