diff --git a/Rakefile b/Rakefile index 869fc98..9ecd0b8 100644 --- a/Rakefile +++ b/Rakefile @@ -105,7 +105,11 @@ namespace :convert do desc "Convert from YAML to JSON" task :json, [:source, :destination, :multiple_files] do |_, args| require "convert" - Convert.from_yaml_to_json(from: args.source, to: args.destination, multiple_files: args.multiple_files) + Convert.from_yaml_to_json( + from: args.source, + to: args.destination, + multiple_files: args.multiple_files + ) end desc "Convert from YAML to Columnar" @@ -119,6 +123,15 @@ namespace :convert do require "convert/mini_mime_db" Convert::MiniMimeDb.from_yaml_to_mini_mime(from: args.source, to: args.destination) end + + task :yaml, [:source, :destination] => :support do |_, args| + require "convert" + Convert.from_yaml_to_yaml( + from: args.source, + to: args.destination, + multiple_files: true + ) + end end namespace :json do diff --git a/data/content_type_mime.db b/data/content_type_mime.db index 03356ab..1eeae10 100644 --- a/data/content_type_mime.db +++ b/data/content_type_mime.db @@ -9,7 +9,6 @@ cdmic application/cdmi-container 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 @@ -50,7 +49,6 @@ m21 application/mp21 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 @@ -93,11 +91,9 @@ sbml application/sbml+xml 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 @@ -353,14 +349,11 @@ rpss application/vnd.nokia.radio-presets 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 @@ -448,7 +441,6 @@ sus application/vnd.sus-calendar 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 @@ -564,16 +556,13 @@ cpt application/x-mac-compactpro 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 @@ -582,6 +571,7 @@ pub application/x-mspublisher scd application/x-msschedule base64 trm application/x-msterminal base64 wri application/x-mswrite base64 +nc application/x-netcdf base64 pac application/x-ns-proxy-autoconfig base64 nzb application/x-nzb base64 oex application/x-opera-extension base64 @@ -631,7 +621,6 @@ xdf application/xcap-diff+xml 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 @@ -777,7 +766,6 @@ dae model/vnd.collada+xml 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 diff --git a/data/ext_mime.db b/data/ext_mime.db index ef81e60..7ae8d69 100644 --- a/data/ext_mime.db +++ b/data/ext_mime.db @@ -24,7 +24,7 @@ aep application/vnd.audiograph afm application/x-font-type1 base64 afp application/vnd.ibm.modcap base64 ahead application/vnd.ahead.space base64 -ai application/pdf base64 +ai application/postscript 8bit aif audio/x-aiff base64 aifc audio/x-aiff base64 aiff audio/x-aiff base64 @@ -39,7 +39,7 @@ application application/x-ms-application apr application/vnd.lotus-approach base64 arc application/x-freearc base64 arw image/x-sony-arw base64 -asc application/pgp-signature base64 +asc text/plain quoted-printable asf application/vnd.ms-asf base64 asm text/x-asm quoted-printable aso application/vnd.accpac.simply.aso base64 @@ -57,11 +57,11 @@ awb audio/AMR-WB 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 +bat application/x-msdownload base64 bck application/x-VMSBACKUP base64 bcpio application/x-bcpio base64 bdf application/x-font-bdf base64 -bdm application/vnd.syncml.dm+wbxml base64 +bdm video/MP2T base64 bed application/vnd.realvnc.bed base64 bh2 application/vnd.fujitsu.oasysprs base64 bin application/octet-stream base64 @@ -102,7 +102,7 @@ ccc text/vnd.net2phone.commcenter.command cct application/x-director base64 ccxml application/ccxml+xml base64 cdbcmsg application/vnd.contact.cmsg base64 -cdf application/netcdf base64 +cdf application/x-netcdf base64 cdkey application/vnd.mediastation.cdkey base64 cdmia application/cdmi-capability base64 cdmic application/cdmi-container base64 @@ -132,14 +132,14 @@ clkx application/vnd.crick.clicker clp application/x-msclip base64 clpi video/MP2T base64 cmc application/vnd.cosmocaller base64 -cmd application/x-msdos-program base64 +cmd application/x-msdownload 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 +com application/x-msdownload base64 conf text/plain quoted-printable cpi video/MP2T base64 cpio application/x-cpio base64 @@ -159,7 +159,7 @@ csp application/vnd.commonspace css text/css 8bit cst application/x-director base64 csv text/csv 8bit -cu application/cu-seeme base64 +cu application/x-cu-seeme base64 curl application/vnd.curl base64 cw application/prs.cww base64 cww application/prs.cww base64 @@ -198,7 +198,7 @@ dmp application/vnd.tcpdump.pcap dms application/octet-stream base64 dna application/vnd.dna base64 dng image/x-adobe-dng base64 -doc application/msword base64 +doc text/plain quoted-printable docm application/vnd.ms-word.document.macroEnabled.12 base64 docx application/vnd.openxmlformats-officedocument.wordprocessingml.document base64 dot application/msword base64 @@ -210,7 +210,7 @@ dra audio/vnd.dra dsc text/prs.lines.tag quoted-printable dssc application/dssc+der base64 dtb application/x-dtbook+xml base64 -dtd application/xml-dtd 8bit +dtd text/xml 8bit dts audio/vnd.dts base64 dtshd audio/vnd.dts.hd base64 dump application/octet-stream base64 @@ -253,7 +253,7 @@ etx text/x-setext eva application/x-eva base64 evc audio/EVRC base64 evy application/x-envoy base64 -exe application/x-ms-dos-executable base64 +exe application/x-msdownload base64 exi application/exi base64 ext application/vnd.novadigm.EXT base64 ez application/andrew-inset base64 @@ -542,12 +542,12 @@ mobi application/x-mobipocket-ebook mods application/mods+xml base64 mov video/quicktime base64 movie video/x-sgi-movie base64 -mp2 audio/mpeg base64 +mp2 video/mpeg base64 mp21 application/mp21 base64 mp2a audio/mpeg base64 mp3 audio/mpeg base64 mp3g video/mpeg base64 -mp4 application/mp4 base64 +mp4 audio/mp4 base64 mp4a audio/mp4 base64 mp4s application/mp4 base64 mp4v video/mp4 base64 @@ -555,7 +555,7 @@ mpc application/vnd.mophun.certificate mpe video/mpeg base64 mpeg video/mpeg base64 mpg video/mpeg base64 -mpg4 application/mp4 base64 +mpg4 audio/mp4 base64 mpga audio/mpeg base64 mpkg application/vnd.apple.installer+xml base64 mpl video/MP2T base64 @@ -579,7 +579,7 @@ msh model/mesh msi application/x-msdownload base64 msl application/vnd.Mobius.MSL base64 msty application/vnd.muvee.style base64 -mts model/vnd.mts base64 +mts video/MP2T base64 mus application/vnd.musician base64 musicxml application/vnd.recordare.musicxml+xml base64 mvb application/x-msmediaview base64 @@ -594,7 +594,7 @@ n-gage application/vnd.nokia.n-gage.symbian.install n3 text/n3 quoted-printable nb application/mathematica base64 nbp application/vnd.wolfram.player base64 -nc application/netcdf base64 +nc application/x-netcdf base64 ncx application/x-dtbncx+xml base64 nef image/x-nikon-nef base64 nfo text/x-nfo quoted-printable @@ -620,11 +620,11 @@ obd application/x-msbinder 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 +odc application/vnd.oasis.opendocument.chart-template base64 +odf application/vnd.oasis.opendocument.formula-template base64 odft application/vnd.oasis.opendocument.formula-template base64 odg application/vnd.oasis.opendocument.graphics base64 -odi application/vnd.oasis.opendocument.image base64 +odi application/vnd.oasis.opendocument.image-template base64 odm application/vnd.oasis.opendocument.text-master base64 odp application/vnd.oasis.opendocument.presentation base64 ods application/vnd.oasis.opendocument.spreadsheet base64 @@ -731,7 +731,7 @@ pre application/vnd.lotus-freelance prf application/pics-rules base64 prql application/prql base64 ps application/postscript 8bit -ps1 application/x-msdos-program base64 +ps1 application/x-msdownload base64 psb application/vnd.3gpp.pic-bw-small base64 psd image/vnd.adobe.photoshop base64 psf application/x-font-linux-psf base64 @@ -772,7 +772,7 @@ rcprofile application/vnd.ipunplugged.rcprofile rct application/prs.nprend base64 rdf application/rdf+xml 8bit rdz application/vnd.data-vision.rdz base64 -reg application/x-msdos-program base64 +reg application/x-msdownload base64 rep application/vnd.businessobjects base64 req application/vnd.nervana base64 request application/vnd.nervana base64 @@ -853,7 +853,7 @@ sfv text/x-sfv sgi image/sgi base64 sgl application/vnd.stardivision.writer-global base64 sgm text/sgml quoted-printable -sgml application/sgml base64 +sgml text/sgml quoted-printable sh application/x-sh 8bit shar application/x-shar 8bit shf application/shf+xml base64 @@ -904,7 +904,7 @@ spf application/vnd.yamaha.smaf-phrase spl application/x-futuresplash base64 spo application/x-spss base64 spot text/vnd.in3d.spot quoted-printable -spp application/scvp-vp-response base64 +spp application/vnd.sealed.ppt base64 sppt application/vnd.sealed.ppt base64 spq application/scvp-vp-request base64 sps application/x-spss base64 @@ -1041,7 +1041,7 @@ uvvz application/vnd.dece.zip uvx application/vnd.dece.unspecified base64 uvz application/vnd.dece.zip base64 vbk audio/vnd.nortel.vbk base64 -vbs application/x-msdos-program base64 +vbs application/x-msdownload base64 vcard text/vcard quoted-printable vcd application/x-cdlink base64 vcf text/x-vcard 8bit @@ -1084,7 +1084,7 @@ wg application/vnd.pmi.widget wgt application/widget base64 wif application/watcherinfo+xml base64 wk application/x-123 base64 -wks application/vnd.lotus-1-2-3 base64 +wks application/vnd.ms-works base64 wkz application/x-Wingz base64 wm video/x-ms-wm base64 wma audio/x-ms-wma base64 @@ -1096,7 +1096,7 @@ wmls text/vnd.wap.wmlscript wmlsc application/vnd.wap.wmlscriptc base64 wmv audio/x-ms-wmv base64 wmx video/x-ms-wmx base64 -wmz application/x-ms-wmz base64 +wmz application/x-msmetafile base64 woff font/woff base64 woff2 font/woff2 base64 wp application/wordperfect5.1 base64 @@ -1161,7 +1161,7 @@ xltm application/vnd.ms-excel.template.macroEnabled.12 xltx application/vnd.openxmlformats-officedocument.spreadsheetml.template base64 xlw application/vnd.ms-excel base64 xm audio/xm base64 -xml application/xml 8bit +xml text/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 diff --git a/data/mime-types.json b/data/mime-types.json index d9aea53..ddb76a5 100644 --- a/data/mime-types.json +++ b/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/1ob","encoding":"base64","xrefs":{"person":["Rob_Coyle"]},"registered":true,"provisional":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":{"rfc":["rfc9200"],"template":["application/ace+cbor"]},"registered":true},{"content-type":"application/ace+json","encoding":"base64","xrefs":{"rfc":["rfc9431"],"template":["application/ace+json"]},"registered":true},{"content-type":"application/ace-groupcomm+cbor","encoding":"base64","xrefs":{"rfc":["rfc9594"],"template":["application/ace-groupcomm+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/aif+cbor","encoding":"base64","xrefs":{"rfc":["rfc9237"],"template":["application/aif+cbor"]},"registered":true},{"content-type":"application/aif+json","encoding":"base64","xrefs":{"rfc":["rfc9237"],"template":["application/aif+json"]},"registered":true},{"content-type":"application/akn+xml","encoding":"base64","xrefs":{"person":["Chet_Ensign"]},"registered":true,"provisional":true},{"content-type":"application/alto-cdni+json","encoding":"base64","xrefs":{"rfc":["rfc9241"],"template":["application/alto-cdni+json"]},"registered":true},{"content-type":"application/alto-cdnifilter+json","encoding":"base64","xrefs":{"rfc":["rfc9241"],"template":["application/alto-cdnifilter+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-propmap+json","encoding":"base64","xrefs":{"rfc":["rfc9240"],"template":["application/alto-propmap+json"]},"registered":true},{"content-type":"application/alto-propmapparams+json","encoding":"base64","xrefs":{"rfc":["rfc9240"],"template":["application/alto-propmapparams+json"]},"registered":true},{"content-type":"application/alto-tips+json","encoding":"base64","xrefs":{"rfc":["rfc9569"],"template":["application/alto-tips+json"]},"registered":true},{"content-type":"application/alto-tipsparams+json","encoding":"base64","xrefs":{"rfc":["rfc9569"],"template":["application/alto-tipsparams+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/application/jwk-set+jwt","encoding":"base64","xrefs":{"person":["OpenID_Foundation_Artifact_Binding_WG"],"template":["application/application/jwk-set+jwt"]},"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/automationml-aml+xml","encoding":"base64","xrefs":{"person":["AutomationML_e.V."],"template":["application/automationml-aml+xml"]},"registered":true},{"content-type":"application/automationml-amlx+zip","encoding":"base64","xrefs":{"person":["AutomationML_e.V."],"template":["application/automationml-amlx+zip"]},"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/bufr","encoding":"base64","xrefs":{"person":["Anna_Milan","World_Meterological_Organization"],"template":["application/bufr"]},"registered":true,"provisional":true},{"content-type":"application/c2pa","encoding":"base64","xrefs":{"person":["C2PA","Leonard_Rosenthol"],"template":["application/c2pa"]},"registered":true},{"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/cda+xml","encoding":"base64","xrefs":{"person":["HL7","Marc_Duteau"],"template":["application/cda+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/CESR","encoding":"base64","xrefs":{"person":["Samuel_M._Smith"]},"registered":true,"provisional":true},{"content-type":"application/cfw","encoding":"base64","xrefs":{"rfc":["rfc6230"],"template":["application/cfw"]},"registered":true},{"content-type":"application/cid-edhoc+cbor-seq","encoding":"base64","xrefs":{"rfc":["rfc9528"],"template":["application/cid-edhoc+cbor-seq"]},"registered":true},{"content-type":"application/city+json","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/city+json"]},"registered":true,"provisional":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/cmw+cbor","encoding":"base64","xrefs":{"draft":["draft-ietf-rats-msg-wrap-04"]},"registered":true,"provisional":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/concise-problem-details+cbor","encoding":"base64","xrefs":{"rfc":["rfc9290"],"template":["application/concise-problem-details+cbor"]},"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":{"rfc":["rfc9052"],"template":["application/cose"]},"registered":true},{"content-type":"application/cose-key","encoding":"base64","xrefs":{"rfc":["rfc9052"],"template":["application/cose-key"]},"registered":true},{"content-type":"application/cose-key-set","encoding":"base64","xrefs":{"rfc":["rfc9052"],"template":["application/cose-key-set"]},"registered":true},{"content-type":"application/cose-x509","encoding":"base64","xrefs":{"rfc":["rfc9360"],"template":["application/cose-x509"]},"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/cwl","encoding":"base64","xrefs":{"person":["CWL_Project","Michael_R._Crusoe"],"template":["application/cwl"]},"registered":true},{"content-type":"application/cwl+json","encoding":"base64","xrefs":{"person":["CWL_Project","Michael_R._Crusoe"],"template":["application/cwl+json"]},"registered":true},{"content-type":"application/cwl+yaml","encoding":"base64","xrefs":{"person":["CWL_Project","Michael_R._Crusoe"],"template":["application/cwl+yaml"]},"registered":true},{"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_JTC_1","Thomas_Stockhammer"],"template":["application/dash+xml"]},"registered":true},{"content-type":"application/dash-patch+xml","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"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/deflate","encoding":"base64","xrefs":{"person":["David_Clunie"]},"registered":true,"provisional":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_Standard_Committee","David_Clunie"],"template":["application/dicom+json"]},"registered":true},{"content-type":"application/dicom+xml","encoding":"base64","xrefs":{"person":["DICOM_Standard_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/dpop+jwt","encoding":"base64","xrefs":{"rfc":["rfc9449"],"template":["application/dpop+jwt"]},"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"],"obsolete":true,"use-instead":"text/javascript","xrefs":{"rfc":["rfc4329","rfc9239"],"template":["application/ecmascript"],"notes":["(OBSOLETED in favor of text/javascript)"]},"registered":true},{"content-type":"application/edhoc+cbor-seq","encoding":"base64","xrefs":{"rfc":["rfc9528"],"template":["application/edhoc+cbor-seq"]},"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.LegacyESN+json","encoding":"base64","xrefs":{"person":["NENA","Randall_Gellens"],"template":["application/EmergencyCallData.LegacyESN+json"]},"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"],"rfc-errata":["6500"],"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_JTC_1","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/entity-statement+jwt","encoding":"base64","xrefs":{"person":["OpenID_Foundation_Artifact_Binding_WG"],"template":["application/entity-statement+jwt"]},"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":["EPUB_3_WG","W3C"],"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":{"rfc":["rfc9163"],"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_JTC_1_SC_6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/fastinfoset"]},"registered":true},{"content-type":"application/fastsoap","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/fastsoap"]},"registered":true},{"content-type":"application/fdf","encoding":"base64","xrefs":{"person":["Betsy_Fanning","ISO-TC_171-SC_2"],"template":["application/fdf"]},"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_JTC_1","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/geopose+json","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geopose+json"]},"registered":true,"provisional":true},{"content-type":"application/geoxacml+json","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geoxacml+json"]},"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/gnap-binding-jws","encoding":"base64","xrefs":{"draft":["RFC-ietf-gnap-core-protocol-20"],"template":["application/gnap-binding-jws"]},"registered":true},{"content-type":"application/gnap-binding-jwsd","encoding":"base64","xrefs":{"draft":["RFC-ietf-gnap-core-protocol-20"],"template":["application/gnap-binding-jwsd"]},"registered":true},{"content-type":"application/gnap-binding-rotation-jws","encoding":"base64","xrefs":{"draft":["RFC-ietf-gnap-core-protocol-20"],"template":["application/gnap-binding-rotation-jws"]},"registered":true},{"content-type":"application/gnap-binding-rotation-jwsd","encoding":"base64","xrefs":{"draft":["RFC-ietf-gnap-core-protocol-20"],"template":["application/gnap-binding-rotation-jwsd"]},"registered":true},{"content-type":"application/gpx+xml","encoding":"base64","extensions":["gpx"],"registered":false},{"content-type":"application/grib","encoding":"base64","xrefs":{"person":["Anna_Milan","World_Meterological_Organization"],"template":["application/grib"]},"registered":true,"provisional":true},{"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/hl7v2+xml","encoding":"base64","xrefs":{"person":["HL7","Marc_Duteau"],"template":["application/hl7v2+xml"]},"registered":true},{"content-type":"application/http","encoding":"base64","xrefs":{"rfc":["rfc9112"],"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"],"xrefs":{"person":["Iris_Clark","JCP"],"template":["application/java-archive"]},"registered":true},{"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"],"obsolete":true,"use-instead":"text/javascript","xrefs":{"rfc":["rfc4329","rfc9239"],"template":["application/javascript"],"notes":["(OBSOLETED in favor of text/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/jscontact+json","encoding":"base64","xrefs":{"rfc":["rfc9553"],"template":["application/jscontact+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/jsonpath","encoding":"base64","xrefs":{"rfc":["rfc9535"],"template":["application/jsonpath"]},"registered":true},{"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/linkset","encoding":"base64","xrefs":{"rfc":["rfc9264"],"template":["application/linkset"]},"registered":true},{"content-type":"application/linkset+json","encoding":"base64","xrefs":{"rfc":["rfc9264"],"template":["application/linkset+json"]},"registered":true},{"content-type":"application/load-control+xml","encoding":"base64","xrefs":{"rfc":["rfc7200"],"template":["application/load-control+xml"]},"registered":true},{"content-type":"application/logout+jwt","encoding":"base64","xrefs":{"person":["OpenID_Foundation_Artifact_Binding_WG"],"template":["application/logout+jwt"]},"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":{"rfc":["rfc9177"],"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"],"xrefs":{"person":["Ethan_Davis"]},"registered":true,"provisional":true},{"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/oblivious-dns-message","encoding":"base64","xrefs":{"rfc":["rfc9230"],"template":["application/oblivious-dns-message"]},"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":{"person":["EPUB_3_WG","W3C"],"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/ohttp-keys","encoding":"base64","xrefs":{"rfc":["rfc9458"],"template":["application/ohttp-keys"]},"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/private-token-issuer-directory","encoding":"base64","xrefs":{"rfc":["rfc9578"],"template":["application/private-token-issuer-directory"]},"registered":true},{"content-type":"application/private-token-request","encoding":"base64","xrefs":{"rfc":["rfc9578"],"template":["application/private-token-request"]},"registered":true},{"content-type":"application/private-token-response","encoding":"base64","xrefs":{"rfc":["rfc9578"],"template":["application/private-token-response"]},"registered":true},{"content-type":"application/pro_eng","encoding":"base64","registered":false},{"content-type":"application/problem+json","encoding":"base64","xrefs":{"rfc":["rfc9457"],"template":["application/problem+json"]},"registered":true},{"content-type":"application/problem+xml","encoding":"base64","xrefs":{"rfc":["rfc9457"],"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/prql","friendly":{"en":"Pipelined Relational Query Language"},"encoding":"base64","extensions":["prql"],"registered":false},{"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.implied-document+xml","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-document+xml"]},"registered":true},{"content-type":"application/prs.implied-executable","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-executable"]},"registered":true},{"content-type":"application/prs.implied-object+json","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-object+json"]},"registered":true},{"content-type":"application/prs.implied-object+json-seq","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-object+json-seq"]},"registered":true},{"content-type":"application/prs.implied-object+yaml","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-object+yaml"]},"registered":true},{"content-type":"application/prs.implied-structure","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-structure"]},"registered":true},{"content-type":"application/prs.mayfile","encoding":"base64","xrefs":{"person":["Azalea_Gardenia"],"template":["application/prs.mayfile"]},"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.vcfbzip2","encoding":"base64","xrefs":{"person":["Paolo_Marcheschi"],"template":["application/prs.vcfbzip2"]},"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.JTC_1sc34.org/repository/0661.pdf"],"template":["application/relax-ng-compact-syntax"]},"registered":true},{"content-type":"application/remote-printing","encoding":"base64","obsolete":true,"xrefs":{"rfc":["rfc1486"],"person":["Marshall_Rose"],"uri":["https://datatracker.ietf.org/doc/status-change-int-tlds-to-historic"],"template":["application/remote-printing"],"notes":["(OBSOLETE)"]},"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":{"rfc":["rfc9323"],"template":["application/rpki-checklist"]},"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":["rfc9582"],"template":["application/rpki-roa"]},"registered":true},{"content-type":"application/rpki-signed-tal","encoding":"base64","xrefs":{"draft":["RFC-ietf-sidrops-signed-tal-16"],"template":["application/rpki-signed-tal"]},"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":["IEEE","Robby_Simpson"],"template":["application/sep+xml"]},"registered":true},{"content-type":"application/sep-exi","encoding":"base64","xrefs":{"person":["IEEE","Robby_Simpson"],"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_JTC_1_SC_6_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/sslkeylogfile","encoding":"base64","xrefs":{"draft":["RFC-ietf-tls-keylogfile-02"],"template":["application/sslkeylogfile"]},"registered":true},{"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/ST2110-41","encoding":"base64","xrefs":{"person":["SMPTE","SMPTE_Director_of_Standards_Development"],"template":["application/ST2110-41"]},"registered":true,"provisional":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/stratum","encoding":"base64","xrefs":{"person":["Ben_van_Hartingsveldt"],"note":["1"],"template":["application/stratum"]},"registered":true},{"content-type":"application/swid+cbor","encoding":"base64","xrefs":{"rfc":["rfc9393"],"template":["application/swid+cbor"]},"registered":true},{"content-type":"application/swid+xml","encoding":"base64","xrefs":{"person":["David_Waltermire","ISO-IEC_JTC_1","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/tm+json","encoding":"base64","xrefs":{"person":["Sebastian_Kaebisch","W3C"],"template":["application/tm+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":{"draft":["RFC-murchison-rfc8536bis-15"],"template":["application/tzif"]},"registered":true},{"content-type":"application/tzif-leap","encoding":"base64","xrefs":{"draft":["RFC-murchison-rfc8536bis-15"],"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_JTC_1"],"template":["application/urc-grpsheet+xml"]},"registered":true},{"content-type":"application/urc-ressheet+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC_1"],"template":["application/urc-ressheet+xml"]},"registered":true},{"content-type":"application/urc-targetdesc+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC_1"],"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/vc","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/vc"]},"registered":true,"provisional":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.1ob","encoding":"base64","xrefs":{"person":["Rob_Coyle"],"template":["application/vnd.1ob"]},"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-pc3a+xml","encoding":"base64","xrefs":{"person":["Haorui_Yang"],"template":["application/vnd.3gpp-prose-pc3a+xml"]},"registered":true},{"content-type":"application/vnd.3gpp-prose-pc3ach+xml","encoding":"base64","xrefs":{"person":["Haorui_Yang"],"template":["application/vnd.3gpp-prose-pc3ach+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-prose-pc8+xml","encoding":"base64","xrefs":{"person":["Haorui_Yang"],"template":["application/vnd.3gpp-prose-pc8+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.5gsa2x","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_CT1"],"template":["application/vnd.3gpp.5gsa2x"]},"registered":true},{"content-type":"application/vnd.3gpp.5gsa2x-local-service-information","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_CT1"],"template":["application/vnd.3gpp.5gsa2x-local-service-information"]},"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.crs+xml","encoding":"base64","xrefs":{"person":["Xu_Chen"],"template":["application/vnd.3gpp.crs+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.current-location-discovery+xml","encoding":"base64","xrefs":{"person":["Peter_Leis"],"template":["application/vnd.3gpp.current-location-discovery+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-msgstore-ctrl-request+xml","encoding":"base64","xrefs":{"person":["Kiran_Kapale"],"template":["application/vnd.3gpp.mcdata-msgstore-ctrl-request+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-regroup+xml","encoding":"base64","xrefs":{"person":["Kiran_Kapale"],"template":["application/vnd.3gpp.mcdata-regroup+xml"]},"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-regroup+xml","encoding":"base64","xrefs":{"person":["Kiran_Kapale"],"template":["application/vnd.3gpp.mcptt-regroup+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-regroup+xml","encoding":"base64","xrefs":{"person":["Kiran_Kapale"],"template":["application/vnd.3gpp.mcvideo-regroup+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.pinapp-info+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_CT1"],"template":["application/vnd.3gpp.pinapp-info+xml"]},"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.seal-group-doc+xml","encoding":"base64","xrefs":{"person":["Sapan_Shah"],"template":["application/vnd.3gpp.seal-group-doc+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.seal-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.seal-location-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-location-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.seal-mbms-usage-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-mbms-usage-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.seal-network-QoS-management-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-network-QoS-management-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.seal-ue-config-info+xml","encoding":"base64","xrefs":{"person":["Sapan_Shah"],"template":["application/vnd.3gpp.seal-ue-config-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.seal-unicast-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-unicast-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.seal-user-profile-info+xml","encoding":"base64","xrefs":{"person":["Sapan_Shah"],"template":["application/vnd.3gpp.seal-user-profile-info+xml"]},"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.3gpp.v2x","encoding":"base64","xrefs":{"person":["Sang_Min_Park"],"template":["application/vnd.3gpp.v2x"]},"registered":true},{"content-type":"application/vnd.3gpp.vae-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.vae-info+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.acm.addressxfer+json","encoding":"base64","xrefs":{"person":["Sridhar_Ramakrishnan"],"template":["application/vnd.acm.addressxfer+json"]},"registered":true},{"content-type":"application/vnd.acm.chatbot+json","encoding":"base64","xrefs":{"person":["Sridhar_Ramakrishnan"],"template":["application/vnd.acm.chatbot+json"]},"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.parquet","encoding":"base64","xrefs":{"person":["Apache_Parquet_Project"],"template":["application/vnd.apache.parquet"]},"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.apexlang","encoding":"base64","xrefs":{"person":["Fawad_Shaikh"],"template":["application/vnd.apexlang"]},"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.belightsoft.lhzd+zip","encoding":"base64","xrefs":{"person":["Dmytro_Yunchyk"],"template":["application/vnd.belightsoft.lhzd+zip"]},"registered":true},{"content-type":"application/vnd.belightsoft.lhzl+zip","encoding":"base64","xrefs":{"person":["Dmytro_Yunchyk"],"template":["application/vnd.belightsoft.lhzl+zip"]},"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.bzip3","encoding":"base64","xrefs":{"person":["Kamila_Szewczyk"],"template":["application/vnd.bzip3"]},"registered":true},{"content-type":"application/vnd.c3voc.schedule+xml","encoding":"base64","xrefs":{"person":["Andreas_Hubel"],"template":["application/vnd.c3voc.schedule+xml"]},"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.cncf.helm.chart.content.v1.tar+gzip","encoding":"base64","xrefs":{"person":["Andrew_Block"],"template":["application/vnd.cncf.helm.chart.content.v1.tar+gzip"]},"registered":true},{"content-type":"application/vnd.cncf.helm.chart.provenance.v1.prov","encoding":"base64","xrefs":{"person":["Andrew_Block"],"template":["application/vnd.cncf.helm.chart.provenance.v1.prov"]},"registered":true},{"content-type":"application/vnd.cncf.helm.config.v1+json","encoding":"base64","xrefs":{"person":["Andrew_Block"],"template":["application/vnd.cncf.helm.config.v1+json"]},"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.datalog","encoding":"base64","xrefs":{"person":["Simon_Johnston"],"template":["application/vnd.datalog"]},"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":["Debian_Policy_mailing_list"],"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.eclipse.ditto+json","encoding":"base64","xrefs":{"person":["Eclipse_Ditto_developers"],"template":["application/vnd.eclipse.ditto+json"]},"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.eln+zip","encoding":"base64","xrefs":{"person":["Nicolas_CARPI"],"template":["application/vnd.eln+zip"]},"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.erofs","encoding":"base64","xrefs":{"person":["Xiang_Gao"],"template":["application/vnd.erofs"]},"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.eu.kasparian.car+json","encoding":"base64","xrefs":{"person":["Hervé_Kasparian"],"template":["application/vnd.eu.kasparian.car+json"]},"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.familysearch.gedcom+zip","encoding":"base64","xrefs":{"person":["Gordon_Clarke"],"template":["application/vnd.familysearch.gedcom+zip"]},"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.freelog.comic","encoding":"base64","xrefs":{"person":["Liu_Qiancen"],"template":["application/vnd.freelog.comic"]},"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.ga4gh.passport+jwt","encoding":"base64","xrefs":{"person":["GA4GH_Secretariat"],"template":["application/vnd.ga4gh.passport+jwt"]},"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.genozip","encoding":"base64","xrefs":{"person":["Divon_Lan"],"template":["application/vnd.genozip"]},"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.gentoo.catmetadata+xml","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.catmetadata+xml"]},"registered":true},{"content-type":"application/vnd.gentoo.ebuild","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.ebuild"]},"registered":true},{"content-type":"application/vnd.gentoo.eclass","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.eclass"]},"registered":true},{"content-type":"application/vnd.gentoo.gpkg","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.gpkg"]},"registered":true},{"content-type":"application/vnd.gentoo.manifest","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.manifest"]},"registered":true},{"content-type":"application/vnd.gentoo.pkgmetadata+xml","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.pkgmetadata+xml"]},"registered":true},{"content-type":"application/vnd.gentoo.xpak","encoding":"base64","xrefs":{"person":["Gentoo_Portage_Project"],"template":["application/vnd.gentoo.xpak"]},"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","extensions":["ggs"],"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.gnu.taler.exchange+json","encoding":"base64","xrefs":{"person":["Christian_Grothoff"],"template":["application/vnd.gnu.taler.exchange+json"]},"registered":true},{"content-type":"application/vnd.gnu.taler.merchant+json","encoding":"base64","xrefs":{"person":["Christian_Grothoff"],"template":["application/vnd.gnu.taler.merchant+json"]},"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","obsolete":true,"xrefs":{"person":["Stefan_Szilva"],"template":["application/vnd.gov.sk.e-form+xml"],"notes":["(OBSOLETED by request)"]},"registered":true},{"content-type":"application/vnd.gov.sk.e-form+zip","encoding":"base64","xrefs":{"person":["Stefan_Szilva"],"template":["application/vnd.gov.sk.e-form+zip"]},"registered":true},{"content-type":"application/vnd.gov.sk.xmldatacontainer+xml","encoding":"base64","xrefs":{"person":["Stefan_Szilva"],"template":["application/vnd.gov.sk.xmldatacontainer+xml"]},"registered":true},{"content-type":"application/vnd.gpxsee.map+xml","encoding":"base64","xrefs":{"person":["Martin_Tůma"],"template":["application/vnd.gpxsee.map+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.hl7cda+xml","encoding":"base64","xrefs":{"person":["Marc_Duteau"],"template":["application/vnd.hl7cda+xml"]},"registered":true},{"content-type":"application/vnd.hl7v2+xml","encoding":"base64","xrefs":{"person":["Marc_Duteau"],"template":["application/vnd.hl7v2+xml"]},"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.hsl","encoding":"base64","xrefs":{"person":["Heungsub_Lee"],"template":["application/vnd.hsl"]},"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.ipfs.ipns-record","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipfs.ipns-record"]},"registered":true},{"content-type":"application/vnd.ipld.car","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipld.car"]},"registered":true},{"content-type":"application/vnd.ipld.dag-cbor","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipld.dag-cbor"]},"registered":true},{"content-type":"application/vnd.ipld.dag-json","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipld.dag-json"]},"registered":true},{"content-type":"application/vnd.ipld.raw","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipld.raw"]},"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.keyman.kmp+zip","encoding":"base64","xrefs":{"person":["Marc_Durdin"],"template":["application/vnd.keyman.kmp+zip"]},"registered":true},{"content-type":"application/vnd.keyman.kmx","encoding":"base64","xrefs":{"person":["Marc_Durdin"],"template":["application/vnd.keyman.kmx"]},"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.ldev.productlicensing","encoding":"base64","xrefs":{"person":["L.development_Polska"],"template":["application/vnd.ldev.productlicensing"]},"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.maxar.archive.3tz+zip","encoding":"base64","xrefs":{"person":["Erik_Dahlström"],"template":["application/vnd.maxar.archive.3tz+zip"]},"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.mdl","encoding":"base64","xrefs":{"person":["Lutz_Kettner"],"template":["application/vnd.mdl"]},"registered":true},{"content-type":"application/vnd.mdl-mbsdf","encoding":"base64","xrefs":{"person":["Lutz_Kettner"],"template":["application/vnd.mdl-mbsdf"]},"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.medicalholodeck.recordxr","encoding":"base64","xrefs":{"person":["Dominique_Sandoz"],"template":["application/vnd.medicalholodeck.recordxr"]},"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.mermaid","encoding":"base64","xrefs":{"person":["Sidharth_Vinod"],"template":["application/vnd.mermaid"]},"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.modl","encoding":"base64","xrefs":{"person":["Elliott_Brown"],"template":["application/vnd.modl"]},"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.msgpack","encoding":"base64","xrefs":{"person":["Alexander_Ivanov"],"template":["application/vnd.msgpack"]},"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.nato.bindingdataobject+cbor","encoding":"base64","xrefs":{"person":["Aidan_Murdock"],"template":["application/vnd.nato.bindingdataobject+cbor"]},"registered":true},{"content-type":"application/vnd.nato.bindingdataobject+json","encoding":"base64","xrefs":{"person":["Aidan_Murdock"],"template":["application/vnd.nato.bindingdataobject+json"]},"registered":true},{"content-type":"application/vnd.nato.bindingdataobject+xml","encoding":"base64","xrefs":{"person":["Aidan_Murdock"],"template":["application/vnd.nato.bindingdataobject+xml"]},"registered":true},{"content-type":"application/vnd.nato.openxmlformats-package.iepd+zip","encoding":"base64","xrefs":{"person":["Aidan_Murdock"],"template":["application/vnd.nato.openxmlformats-package.iepd+zip"]},"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.oai.workflows","encoding":"base64","xrefs":{"person":["Frank_Kilcommins"],"template":["application/vnd.oai.workflows"]},"registered":true},{"content-type":"application/vnd.oai.workflows+json","encoding":"base64","xrefs":{"person":["Frank_Kilcommins"],"template":["application/vnd.oai.workflows+json"]},"registered":true},{"content-type":"application/vnd.oai.workflows+yaml","encoding":"base64","xrefs":{"person":["Frank_Kilcommins"],"template":["application/vnd.oai.workflows+yaml"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.base","encoding":"base64","xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.base"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.chart","friendly":{"en":"OpenDocument Chart"},"encoding":"base64","extensions":["odc"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.chart-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.database","friendly":{"en":"OpenDocument Database"},"encoding":"base64","extensions":["odb"],"obsolete":true,"use-instead":"application/vnd.oasis.opendocument.base","xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.database"],"notes":["(OBSOLETED in favor of application/vnd.oasis.opendocument.base)"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.formula","friendly":{"en":"OpenDocument Formula"},"encoding":"base64","extensions":["odf"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.text-master"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-master-template","encoding":"base64","xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.text-master-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-template","friendly":{"en":"OpenDocument Text Template"},"encoding":"base64","extensions":["ott"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"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","OASIS_TC_Admin"],"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.onvif.metadata","encoding":"base64","xrefs":{"person":["Hans_Busch"],"template":["application/vnd.onvif.metadata"]},"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.pt.mundusmundi","encoding":"base64","xrefs":{"person":["Igor_Lima_Bolacha_Severino"],"template":["application/vnd.pt.mundusmundi"]},"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.relpipe","encoding":"base64","xrefs":{"person":["Frantisek_Kucera"],"template":["application/vnd.relpipe"]},"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.smintio.portals.archive","encoding":"base64","xrefs":{"person":["Reinhard_Holzner"],"template":["application/vnd.smintio.portals.archive"]},"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.sybyl.mol2","encoding":"base64","xrefs":{"person":["Finn_Rayk_Gärtner"],"template":["application/vnd.sybyl.mol2"]},"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.syft+json","encoding":"base64","xrefs":{"person":["Dan_Luhring"],"template":["application/vnd.syft+json"]},"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.uic.osdm+json","encoding":"base64","xrefs":{"person":["David_Sarfatti"],"template":["application/vnd.uic.osdm+json"]},"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.wasmflow.wafl","encoding":"base64","xrefs":{"person":["Fawad_Shaikh"],"template":["application/vnd.wasmflow.wafl"]},"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.wordlift","encoding":"base64","xrefs":{"person":["David_Riccitelli"],"template":["application/vnd.wordlift"]},"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.xarin.cpj","encoding":"base64","xrefs":{"person":["Ben_Brown"],"template":["application/vnd.xarin.cpj"]},"registered":true},{"content-type":"application/vnd.xecrets-encrypted","encoding":"base64","xrefs":{"person":["Svante_Seleborg"],"template":["application/vnd.xecrets-encrypted"]},"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+cose","encoding":"base64","xrefs":{"draft":["draft-ietf-anima-constrained-voucher-23"]},"registered":true,"provisional":true},{"content-type":"application/voucher-cms+json","encoding":"base64","xrefs":{"rfc":["rfc8366"],"template":["application/voucher-cms+json"]},"registered":true},{"content-type":"application/voucher-cose+cbor","encoding":"base64","xrefs":{"draft":["draft-ietf-anima-constrained-voucher-17"]},"registered":true,"provisional":true},{"content-type":"application/vp","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/vp"]},"registered":true,"provisional":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-ecmascript","encoding":"8bit","obsolete":true,"use-instead":"text/javascript","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":"text/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/xfdf","encoding":"base64","xrefs":{"person":["Betsy_Fanning","ISO-TC_171-SC_2"],"template":["application/xfdf"]},"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/yaml","encoding":"base64","xrefs":{"uri":["https://yaml.org/spec/1.2.2/"],"rfc":["rfc9512"],"template":["application/yaml"]},"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+cbor","encoding":"base64","xrefs":{"rfc":["rfc9254"],"template":["application/yang-data+cbor"]},"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/yang-sid+json","encoding":"base64","xrefs":{"rfc":["rfc9595"],"template":["application/yang-sid+json"]},"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","extensions":["aac"],"xrefs":{"person":["ISO-IEC_JTC_1","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/flac","encoding":"base64","extensions":["flac"],"xrefs":{"draft":["RFC-ietf-cellar-flac-14"],"template":["audio/flac"]},"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/matroska","encoding":"base64","extensions":["mka"],"xrefs":{"draft":["RFC-ietf-cellar-matroska-21"],"template":["audio/matroska"]},"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_JTC_1","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/midi-clip","encoding":"base64","xrefs":{"person":["Benjamin_Israel","MIDI_Association"],"template":["audio/midi-clip"]},"registered":true,"provisional":true},{"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":{"rfc":["rfc9607"],"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":["Athan_Billias","MIDI_Association"],"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_JTC_1","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"],"obsolete":true,"use-instead":"audio/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"],"obsolete":true,"use-instead":"audio/flac","registered":false},{"content-type":"audio/x-m4a","encoding":"base64","registered":false},{"content-type":"audio/x-matroska","encoding":"base64","extensions":["mka"],"obsolete":true,"use-instead":"audio/matroska","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":"haptics/hjif","encoding":"base64","xrefs":{"draft":["RFC-ietf-mediaman-haptics-05"],"template":["haptics/hjif"]},"registered":true},{"content-type":"haptics/hmpg","encoding":"base64","xrefs":{"draft":["RFC-ietf-mediaman-haptics-05"],"template":["haptics/hmpg"]},"registered":true},{"content-type":"haptics/ivs","encoding":"base64","xrefs":{"draft":["RFC-ietf-mediaman-haptics-05"],"template":["haptics/ivs"]},"registered":true},{"content-type":"image/aces","encoding":"base64","xrefs":{"person":["Howard_Lukk","SMPTE"],"template":["image/aces"]},"registered":true},{"content-type":"image/apng","encoding":"base64","xrefs":{"person":["W3C","W3C_PNG_Working_Group"],"template":["image/apng"]},"registered":true},{"content-type":"image/avci","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/avci"]},"registered":true},{"content-type":"image/avcs","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"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"],"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_Standard_Committee","David_Clunie"],"template":["image/dicom-rle"]},"registered":true},{"content-type":"image/dpx","encoding":"base64","xrefs":{"person":["SMPTE","SMPTE_Director_of_Standards_Development"],"template":["image/dpx"]},"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"],"template":["image/gif"]},"registered":true},{"content-type":"image/heic","encoding":"base64","extensions":["heic","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/heic"]},"registered":true},{"content-type":"image/heic-sequence","encoding":"base64","extensions":["heics","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/heic-sequence"]},"registered":true},{"content-type":"image/heif","encoding":"base64","extensions":["heif","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/heif"]},"registered":true},{"content-type":"image/heif-sequence","encoding":"base64","extensions":["heifs","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/heif-sequence"]},"registered":true},{"content-type":"image/hej2k","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/hej2k"]},"registered":true},{"content-type":"image/hsj2","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/hsj2"]},"registered":true},{"content-type":"image/ief","friendly":{"en":"Image Exchange Format"},"encoding":"base64","extensions":["ief"],"xrefs":{"rfc":["rfc1314"],"template":["image/ief"]},"registered":true},{"content-type":"image/j2c","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ISO-IEC_JTC_1_SC_29_WG_1","ITU-T"],"template":["image/j2c"]},"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_Standard_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","jfif"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["image/jpeg"]},"registered":true},{"content-type":"image/jph","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jph"]},"registered":true},{"content-type":"image/jphc","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","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"],"person":["ISO-IEC_JTC_1_SC_29_WG_1"],"template":["image/jpx"]},"registered":true},{"content-type":"image/jxl","encoding":"base64","extensions":["jxl"],"xrefs":{"person":["ISO-IEC_JTC_1","ISO-IEC_JTC_1_SC_29_WG_1"],"template":["image/jxl"]},"registered":true,"provisional":true},{"content-type":"image/jxr","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jxr"]},"registered":true},{"content-type":"image/jxrA","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jxrA"]},"registered":true},{"content-type":"image/jxrS","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jxrS"]},"registered":true},{"content-type":"image/jxs","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["image/jxs"]},"registered":true},{"content-type":"image/jxsc","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["image/jxsc"]},"registered":true},{"content-type":"image/jxsi","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["image/jxsi"]},"registered":true},{"content-type":"image/jxss","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"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/pdc","encoding":"base64","xrefs":{"person":["Pierre-Anthony_Lemieux"]},"registered":true,"provisional":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":["PNG_Working_Group","W3C"],"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"],"xrefs":{"draft":["RFC-zern-webp-15"],"template":["image/webp"]},"registered":true},{"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"],"obsolete":true,"use-instead":"image/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/bhttp","encoding":"base64","xrefs":{"rfc":["rfc9292"],"template":["message/bhttp"]},"registered":true},{"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"],"template":["message/external-body"]},"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":["rfc9112"],"template":["message/http"]},"registered":true},{"content-type":"message/imdn+xml","encoding":"base64","xrefs":{"rfc":["rfc5438"],"template":["message/imdn+xml"]},"registered":true},{"content-type":"message/mls","encoding":"base64","xrefs":{"rfc":["rfc9420"],"template":["message/mls"]},"registered":true},{"content-type":"message/news","encoding":"8bit","obsolete":true,"xrefs":{"rfc":["rfc5537"],"person":["Henry_Spencer"],"template":["message/news"],"notes":["(OBSOLETED by )"]},"registered":true},{"content-type":"message/ohttp-req","encoding":"base64","xrefs":{"rfc":["rfc9458"],"template":["message/ohttp-req"]},"registered":true},{"content-type":"message/ohttp-res","encoding":"base64","xrefs":{"rfc":["rfc9458"],"template":["message/ohttp-res"]},"registered":true},{"content-type":"message/partial","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["message/partial"]},"registered":true},{"content-type":"message/rfc822","friendly":{"en":"Email Message"},"encoding":"8bit","extensions":["eml","mime"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["message/rfc822"]},"registered":true},{"content-type":"message/s-http","encoding":"base64","obsolete":true,"xrefs":{"rfc":["rfc2660"],"uri":["https://datatracker.ietf.org/doc/status-change-http-experiments-to-historic"],"template":["message/s-http"],"notes":["(OBSOLETE)"]},"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/JT","encoding":"base64","xrefs":{"person":["ISO-TC_184-SC_4","Michael_Zink"],"template":["model/JT"]},"registered":true},{"content-type":"model/mesh","friendly":{"en":"Mesh Data Type"},"encoding":"base64","extensions":["msh","mesh","silo"],"xrefs":{"rfc":["rfc2077"],"template":["model/mesh"]},"registered":true},{"content-type":"model/mtl","encoding":"base64","xrefs":{"person":["Carolyn_Hull","DICOM_Standard_Committee","DICOM_WG_17"],"template":["model/mtl"]},"registered":true},{"content-type":"model/obj","encoding":"base64","xrefs":{"person":["Carolyn_Hull","DICOM_Standard_Committee","DICOM_WG_17"],"template":["model/obj"]},"registered":true},{"content-type":"model/prc","encoding":"base64","xrefs":{"person":["Betsy_Fanning","ISO-TC_171-SC_2"],"template":["model/prc"]},"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":["Carolyn_Hull","DICOM_Standard_Committee","DICOM_WG_17"],"template":["model/stl"]},"registered":true},{"content-type":"model/u3d","encoding":"base64","xrefs":{"person":["PDF_Association","Peter_Wyatt"],"template":["model/u3d"]},"registered":true},{"content-type":"model/vnd.bary","encoding":"base64","xrefs":{"person":["Displaced_Micro-Mesh_SDK_Support"],"template":["model/vnd.bary"]},"registered":true},{"content-type":"model/vnd.cld","encoding":"base64","xrefs":{"person":["Robert_Monaghan"],"template":["model/vnd.cld"]},"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.usda","encoding":"base64","xrefs":{"person":["Sebastian_Grassia"],"template":["model/vnd.usda"]},"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"],"template":["model/vrml"]},"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"],"template":["multipart/alternative"]},"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":["rfc9110"],"template":["multipart/byteranges"]},"registered":true},{"content-type":"multipart/digest","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["multipart/digest"]},"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"],"template":["multipart/mixed"]},"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"],"template":["multipart/parallel"]},"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":"text/javascript","xrefs":{"rfc":["rfc9239"],"template":["text/ecmascript"],"notes":["(OBSOLETED in favor of text/javascript)"]},"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"],"template":["text/enriched"]},"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/hl7v2","encoding":"quoted-printable","xrefs":{"person":["HL7","Marc_Duteau"],"template":["text/hl7v2"]},"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","cjs"],"xrefs":{"rfc":["rfc9239"],"template":["text/javascript"]},"registered":true},{"content-type":"text/javascript1.0","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false},{"content-type":"text/javascript1.1","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false},{"content-type":"text/javascript1.2","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false},{"content-type":"text/javascript1.3","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false},{"content-type":"text/javascript1.4","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false},{"content-type":"text/jcr-cnd","encoding":"quoted-printable","xrefs":{"person":["Peeter_Piegaze"],"template":["text/jcr-cnd"]},"registered":true},{"content-type":"text/jscript","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false},{"content-type":"text/livescript","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false},{"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"],"template":["text/plain"]},"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/prs.texi","encoding":"quoted-printable","xrefs":{"person":["Matin_Bavardi"],"template":["text/prs.texi"]},"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"],"template":["text/richtext"]},"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.exchangeable","encoding":"quoted-printable","xrefs":{"person":["Martin_Cizek"],"template":["text/vnd.exchangeable"]},"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.vcf","encoding":"quoted-printable","xrefs":{"person":["Anand_Jahagirdar"],"template":["text/vnd.vcf"]},"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/vnd.zoo.kcl","encoding":"quoted-printable","xrefs":{"person":["Jessie_Frazelle"],"template":["text/vnd.zoo.kcl"]},"registered":true},{"content-type":"text/vtt","encoding":"quoted-printable","extensions":["vtt"],"xrefs":{"person":["Silvia_Pfeiffer","W3C"],"template":["text/vtt"]},"registered":true},{"content-type":"text/wgsl","encoding":"quoted-printable","xrefs":{"person":["David_Neto","W3C"],"template":["text/wgsl"]},"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-ecmascript","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","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/evc","encoding":"base64","xrefs":{"rfc":["rfc9584"],"template":["video/evc"]},"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/H266","encoding":"base64","xrefs":{"rfc":["rfc9328"],"template":["video/H266"]},"registered":true},{"content-type":"video/iso.segment","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"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/matroska","encoding":"base64","xrefs":{"draft":["RFC-ietf-cellar-matroska-21"],"template":["video/matroska"]},"registered":true},{"content-type":"video/matroska-3d","encoding":"base64","xrefs":{"draft":["RFC-ietf-cellar-matroska-21"],"template":["video/matroska-3d"]},"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","m2t"],"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"],"template":["video/mpeg"]},"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":{"rfc":["rfc9607"],"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,"sort-priority":16},{"content-type":"application/1ob","encoding":"base64","xrefs":{"person":["Rob_Coyle"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/3gpdash-qoe-report+xml","encoding":"base64","xrefs":{"person":["Ozgur_Oyman","_3GPP"],"template":["application/3gpdash-qoe-report+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/3gpp-ims+xml","encoding":"base64","xrefs":{"person":["John_M_Meredith","_3GPP"],"template":["application/3gpp-ims+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/3gppHal+json","encoding":"base64","xrefs":{"person":["Ulrich_Wiehe","_3GPP"],"template":["application/3gppHal+json"]},"registered":true,"sort-priority":16},{"content-type":"application/3gppHalForms+json","encoding":"base64","xrefs":{"person":["Ulrich_Wiehe","_3GPP"],"template":["application/3gppHalForms+json"]},"registered":true,"sort-priority":16},{"content-type":"application/A2L","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/A2L"]},"registered":true,"sort-priority":16},{"content-type":"application/acad","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/access","encoding":"base64","extensions":["mdf","mda","mdb","mde"],"obsolete":true,"use-instead":"application/x-msaccess","registered":false,"sort-priority":172},{"content-type":"application/ace+cbor","encoding":"base64","xrefs":{"rfc":["rfc9200"],"template":["application/ace+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/ace+json","encoding":"base64","xrefs":{"rfc":["rfc9431"],"template":["application/ace+json"]},"registered":true,"sort-priority":16},{"content-type":"application/ace-groupcomm+cbor","encoding":"base64","xrefs":{"rfc":["rfc9594"],"template":["application/ace-groupcomm+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/activemessage","encoding":"base64","xrefs":{"person":["Ehud_Shapiro"],"template":["application/activemessage"]},"registered":true,"sort-priority":16},{"content-type":"application/activity+json","encoding":"base64","xrefs":{"person":["Benjamin_Goering","W3C"],"template":["application/activity+json"]},"registered":true,"sort-priority":16},{"content-type":"application/aif+cbor","encoding":"base64","xrefs":{"rfc":["rfc9237"],"template":["application/aif+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/aif+json","encoding":"base64","xrefs":{"rfc":["rfc9237"],"template":["application/aif+json"]},"registered":true,"sort-priority":16},{"content-type":"application/akn+xml","encoding":"base64","xrefs":{"person":["Chet_Ensign"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/alto-cdni+json","encoding":"base64","xrefs":{"rfc":["rfc9241"],"template":["application/alto-cdni+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-cdnifilter+json","encoding":"base64","xrefs":{"rfc":["rfc9241"],"template":["application/alto-cdnifilter+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-costmap+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-costmap+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-costmapfilter+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-costmapfilter+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-directory+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-directory+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-endpointcost+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointcost+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-endpointcostparams+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointcostparams+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-endpointprop+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointprop+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-endpointpropparams+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointpropparams+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-error+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-error+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-networkmap+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-networkmap+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-networkmapfilter+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-networkmapfilter+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-propmap+json","encoding":"base64","xrefs":{"rfc":["rfc9240"],"template":["application/alto-propmap+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-propmapparams+json","encoding":"base64","xrefs":{"rfc":["rfc9240"],"template":["application/alto-propmapparams+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-tips+json","encoding":"base64","xrefs":{"rfc":["rfc9569"],"template":["application/alto-tips+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-tipsparams+json","encoding":"base64","xrefs":{"rfc":["rfc9569"],"template":["application/alto-tipsparams+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-updatestreamcontrol+json","encoding":"base64","xrefs":{"rfc":["rfc8895"],"template":["application/alto-updatestreamcontrol+json"]},"registered":true,"sort-priority":16},{"content-type":"application/alto-updatestreamparams+json","encoding":"base64","xrefs":{"rfc":["rfc8895"],"template":["application/alto-updatestreamparams+json"]},"registered":true,"sort-priority":16},{"content-type":"application/AML","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/AML"]},"registered":true,"sort-priority":16},{"content-type":"application/andrew-inset","friendly":{"en":"Andrew Toolkit"},"encoding":"base64","extensions":["ez"],"xrefs":{"person":["Nathaniel_Borenstein"],"template":["application/andrew-inset"]},"registered":true,"sort-priority":15},{"content-type":"application/appledouble","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/applefile","encoding":"base64","xrefs":{"person":["Patrik_Faltstrom"],"template":["application/applefile"]},"registered":true,"sort-priority":16},{"content-type":"application/application/jwk-set+jwt","encoding":"base64","xrefs":{"person":["OpenID_Foundation_Artifact_Binding_WG"],"template":["application/application/jwk-set+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/applixware","friendly":{"en":"Applixware"},"encoding":"base64","extensions":["aw"],"registered":false,"sort-priority":47},{"content-type":"application/at+jwt","encoding":"base64","xrefs":{"rfc":["rfc9068"],"template":["application/at+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/ATF","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ATF"]},"registered":true,"sort-priority":16},{"content-type":"application/ATFX","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ATFX"]},"registered":true,"sort-priority":16},{"content-type":"application/atom+xml","friendly":{"en":"Atom Syndication Format"},"encoding":"8bit","extensions":["atom"],"xrefs":{"rfc":["rfc4287","rfc5023"],"template":["application/atom+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/atomcat+xml","friendly":{"en":"Atom Publishing Protocol"},"encoding":"8bit","extensions":["atomcat"],"xrefs":{"rfc":["rfc5023"],"template":["application/atomcat+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/atomdeleted+xml","encoding":"8bit","xrefs":{"rfc":["rfc6721"],"template":["application/atomdeleted+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/atomicmail","encoding":"base64","xrefs":{"person":["Nathaniel_Borenstein"],"template":["application/atomicmail"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/atsc-dwd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-dwd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/atsc-dynamic-event-message","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-dynamic-event-message"]},"registered":true,"sort-priority":16},{"content-type":"application/atsc-held+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-held+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/atsc-rdt+json","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-rdt+json"]},"registered":true,"sort-priority":16},{"content-type":"application/atsc-rsat+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/atsc-rsat+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ATXML","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ATXML"]},"registered":true,"sort-priority":16},{"content-type":"application/auth-policy+xml","encoding":"8bit","xrefs":{"rfc":["rfc4745"],"template":["application/auth-policy+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/automationml-aml+xml","encoding":"base64","xrefs":{"person":["AutomationML_e.V."],"template":["application/automationml-aml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/automationml-amlx+zip","encoding":"base64","xrefs":{"person":["AutomationML_e.V."],"template":["application/automationml-amlx+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/bacnet-xdd+zip","encoding":"base64","xrefs":{"person":["ASHRAE","Dave_Robin"],"template":["application/bacnet-xdd+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/batch-SMTP","encoding":"base64","xrefs":{"rfc":["rfc2442"],"template":["application/batch-SMTP"]},"registered":true,"sort-priority":16},{"content-type":"application/beep+xml","encoding":"base64","xrefs":{"rfc":["rfc3080"],"template":["application/beep+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/bleeper","encoding":"base64","extensions":["bleep"],"obsolete":true,"use-instead":"application/x-bleeper","registered":false,"sort-priority":175},{"content-type":"application/bufr","encoding":"base64","xrefs":{"person":["Anna_Milan","World_Meterological_Organization"],"template":["application/bufr"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/c2pa","encoding":"base64","xrefs":{"person":["C2PA","Leonard_Rosenthol"],"template":["application/c2pa"]},"registered":true,"sort-priority":16},{"content-type":"application/calendar+json","encoding":"base64","xrefs":{"rfc":["rfc7265"],"template":["application/calendar+json"]},"registered":true,"sort-priority":16},{"content-type":"application/calendar+xml","encoding":"base64","xrefs":{"rfc":["rfc6321"],"template":["application/calendar+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/call-completion","encoding":"base64","xrefs":{"rfc":["rfc6910"],"template":["application/call-completion"]},"registered":true,"sort-priority":16},{"content-type":"application/cals-1840","encoding":"base64","xrefs":{"rfc":["rfc1895"],"template":["application/CALS-1840"]},"registered":true,"sort-priority":16},{"content-type":"application/cals1840","encoding":"base64","obsolete":true,"use-instead":"application/cals-1840","registered":false,"sort-priority":176},{"content-type":"application/cap+xml","encoding":"base64","xrefs":{"draft":["RFC-ietf-ecrit-data-only-ea-22"],"template":["application/cap+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/captive+json","encoding":"base64","xrefs":{"rfc":["rfc8908"],"template":["application/captive+json"]},"registered":true,"sort-priority":16},{"content-type":"application/cbor","encoding":"base64","xrefs":{"rfc":["rfc8949"],"template":["application/cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/cbor-seq","encoding":"base64","xrefs":{"rfc":["rfc8742"],"template":["application/cbor-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/cccex","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/cccex"]},"registered":true,"sort-priority":16},{"content-type":"application/ccmp+xml","encoding":"base64","xrefs":{"rfc":["rfc6503"],"template":["application/ccmp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ccxml+xml","friendly":{"en":"Voice Browser Call Control"},"encoding":"base64","extensions":["ccxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/ccxml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/cda+xml","encoding":"base64","xrefs":{"person":["HL7","Marc_Duteau"],"template":["application/cda+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/CDFX+XML","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/CDFX+XML"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/cdni","encoding":"base64","xrefs":{"rfc":["rfc7736"],"template":["application/cdni"]},"registered":true,"sort-priority":16},{"content-type":"application/CEA","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/CEA"]},"registered":true,"sort-priority":16},{"content-type":"application/cea-2018+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/cea-2018+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/cellml+xml","encoding":"base64","xrefs":{"rfc":["rfc4708"],"template":["application/cellml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/cert-chain+cbor","encoding":"base64","xrefs":{"draft":["draft-yasskin-http-origin-signed-responses"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/CESR","encoding":"base64","xrefs":{"person":["Samuel_M._Smith"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/cfw","encoding":"base64","xrefs":{"rfc":["rfc6230"],"template":["application/cfw"]},"registered":true,"sort-priority":16},{"content-type":"application/cid-edhoc+cbor-seq","encoding":"base64","xrefs":{"rfc":["rfc9528"],"template":["application/cid-edhoc+cbor-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/city+json","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/city+json"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/clariscad","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/clr","encoding":"base64","xrefs":{"person":["Andy_Miller","IMS_Global"],"template":["application/clr"]},"registered":true,"sort-priority":16},{"content-type":"application/clue+xml","encoding":"base64","xrefs":{"rfc":["rfc8847"],"template":["application/clue+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/clue_info+xml","encoding":"base64","xrefs":{"rfc":["rfc8846"],"template":["application/clue_info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/cms","encoding":"base64","xrefs":{"rfc":["rfc7193"],"template":["application/cms"]},"registered":true,"sort-priority":16},{"content-type":"application/cmw+cbor","encoding":"base64","xrefs":{"draft":["draft-ietf-rats-msg-wrap-04"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/cnrp+xml","encoding":"base64","xrefs":{"rfc":["rfc3367"],"template":["application/cnrp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/coap-group+json","encoding":"base64","xrefs":{"rfc":["rfc7390"],"template":["application/coap-group+json"]},"registered":true,"sort-priority":16},{"content-type":"application/coap-payload","encoding":"base64","xrefs":{"rfc":["rfc8075"],"template":["application/coap-payload"]},"registered":true,"sort-priority":16},{"content-type":"application/commonground","encoding":"base64","xrefs":{"person":["David_Glazer"],"template":["application/commonground"]},"registered":true,"sort-priority":16},{"content-type":"application/concise-problem-details+cbor","encoding":"base64","xrefs":{"rfc":["rfc9290"],"template":["application/concise-problem-details+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/conference-info+xml","encoding":"base64","xrefs":{"rfc":["rfc4575"],"template":["application/conference-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/cose","encoding":"base64","xrefs":{"rfc":["rfc9052"],"template":["application/cose"]},"registered":true,"sort-priority":16},{"content-type":"application/cose-key","encoding":"base64","xrefs":{"rfc":["rfc9052"],"template":["application/cose-key"]},"registered":true,"sort-priority":16},{"content-type":"application/cose-key-set","encoding":"base64","xrefs":{"rfc":["rfc9052"],"template":["application/cose-key-set"]},"registered":true,"sort-priority":16},{"content-type":"application/cose-x509","encoding":"base64","xrefs":{"rfc":["rfc9360"],"template":["application/cose-x509"]},"registered":true,"sort-priority":16},{"content-type":"application/cpl+xml","encoding":"base64","xrefs":{"rfc":["rfc3880"],"template":["application/cpl+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/csrattrs","encoding":"base64","xrefs":{"rfc":["rfc7030"],"template":["application/csrattrs"]},"registered":true,"sort-priority":16},{"content-type":"application/csta+xml","encoding":"base64","xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/csta+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/CSTAdata+xml","encoding":"base64","xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/CSTAdata+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/csvm+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/csvm+json"]},"registered":true,"sort-priority":16},{"content-type":"application/cu-seeme","friendly":{"en":"CU-SeeMe"},"encoding":"base64","extensions":["cu"],"registered":false,"sort-priority":47},{"content-type":"application/cwl","encoding":"base64","xrefs":{"person":["CWL_Project","Michael_R._Crusoe"],"template":["application/cwl"]},"registered":true,"sort-priority":16},{"content-type":"application/cwl+json","encoding":"base64","xrefs":{"person":["CWL_Project","Michael_R._Crusoe"],"template":["application/cwl+json"]},"registered":true,"sort-priority":16},{"content-type":"application/cwl+yaml","encoding":"base64","xrefs":{"person":["CWL_Project","Michael_R._Crusoe"],"template":["application/cwl+yaml"]},"registered":true,"sort-priority":16},{"content-type":"application/cwt","encoding":"base64","xrefs":{"rfc":["rfc8392"],"template":["application/cwt"]},"registered":true,"sort-priority":16},{"content-type":"application/cybercash","encoding":"base64","xrefs":{"person":["Donald_E._Eastlake_3rd"],"template":["application/cybercash"]},"registered":true,"sort-priority":16},{"content-type":"application/dash+xml","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","Thomas_Stockhammer"],"template":["application/dash+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/dash-patch+xml","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["application/dash-patch+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/dashdelta","encoding":"base64","xrefs":{"person":["David_Furbeck"],"template":["application/dashdelta"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/dca-rft","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/dca-rft"]},"registered":true,"sort-priority":16},{"content-type":"application/DCD","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/DCD"]},"registered":true,"sort-priority":16},{"content-type":"application/dec-dx","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/dec-dx"]},"registered":true,"sort-priority":16},{"content-type":"application/deflate","encoding":"base64","xrefs":{"person":["David_Clunie"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/dialog-info+xml","encoding":"base64","xrefs":{"rfc":["rfc4235"],"template":["application/dialog-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/dicom","encoding":"base64","extensions":["dcm"],"xrefs":{"rfc":["rfc3240"],"template":["application/dicom"]},"registered":true,"sort-priority":15},{"content-type":"application/dicom+json","encoding":"base64","xrefs":{"person":["DICOM_Standard_Committee","David_Clunie"],"template":["application/dicom+json"]},"registered":true,"sort-priority":16},{"content-type":"application/dicom+xml","encoding":"base64","xrefs":{"person":["DICOM_Standard_Committee","David_Clunie"],"template":["application/dicom+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/DII","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/DII"]},"registered":true,"sort-priority":16},{"content-type":"application/DIT","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/DIT"]},"registered":true,"sort-priority":16},{"content-type":"application/dns","encoding":"base64","xrefs":{"rfc":["rfc4027"],"template":["application/dns"]},"registered":true,"sort-priority":16},{"content-type":"application/dns+json","encoding":"base64","xrefs":{"rfc":["rfc8427"],"template":["application/dns+json"]},"registered":true,"sort-priority":16},{"content-type":"application/dns-message","encoding":"base64","xrefs":{"rfc":["rfc8484"],"template":["application/dns-message"]},"registered":true,"sort-priority":16},{"content-type":"application/docbook+xml","encoding":"base64","extensions":["dbk"],"registered":false,"sort-priority":47},{"content-type":"application/dots+cbor","encoding":"base64","xrefs":{"rfc":["rfc9132"],"template":["application/dots+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/dpop+jwt","encoding":"base64","xrefs":{"rfc":["rfc9449"],"template":["application/dpop+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/drafting","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/dskpp+xml","encoding":"base64","xrefs":{"rfc":["rfc6063"],"template":["application/dskpp+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/dvcs","encoding":"base64","xrefs":{"rfc":["rfc3029"],"template":["application/dvcs"]},"registered":true,"sort-priority":16},{"content-type":"application/dxf","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/ecmascript","friendly":{"en":"ECMAScript"},"encoding":"base64","extensions":["ecma","es"],"obsolete":true,"use-instead":"text/javascript","xrefs":{"rfc":["rfc4329","rfc9239"],"template":["application/ecmascript"],"notes":["(OBSOLETED in favor of text/javascript)"]},"registered":true,"sort-priority":142},{"content-type":"application/edhoc+cbor-seq","encoding":"base64","xrefs":{"rfc":["rfc9528"],"template":["application/edhoc+cbor-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/EDI-consent","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDI-consent"]},"registered":true,"sort-priority":16},{"content-type":"application/EDI-X12","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDI-X12"]},"registered":true,"sort-priority":16},{"content-type":"application/EDIFACT","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDIFACT"]},"registered":true,"sort-priority":16},{"content-type":"application/efi","encoding":"base64","xrefs":{"person":["Samer_El-Haj-Mahmoud","UEFI_Forum"],"template":["application/efi"]},"registered":true,"sort-priority":16},{"content-type":"application/elm+json","encoding":"base64","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["application/elm+json"]},"registered":true,"sort-priority":16},{"content-type":"application/elm+xml","encoding":"base64","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["application/elm+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.cap+xml","encoding":"base64","xrefs":{"rfc":["rfc8876"],"template":["application/EmergencyCallData.cap+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.Comment+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.Comment+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.Control+xml","encoding":"base64","xrefs":{"rfc":["rfc8147"],"template":["application/EmergencyCallData.Control+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.DeviceInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.DeviceInfo+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.eCall.MSD","encoding":"base64","xrefs":{"rfc":["rfc8147"],"template":["application/EmergencyCallData.eCall.MSD"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.LegacyESN+json","encoding":"base64","xrefs":{"person":["NENA","Randall_Gellens"],"template":["application/EmergencyCallData.LegacyESN+json"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.ProviderInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.ProviderInfo+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.ServiceInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.ServiceInfo+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.SubscriberInfo+xml","encoding":"base64","xrefs":{"rfc":["rfc7852"],"template":["application/EmergencyCallData.SubscriberInfo+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/EmergencyCallData.VEDS+xml","encoding":"base64","xrefs":{"rfc":["rfc8148"],"rfc-errata":["6500"],"template":["application/EmergencyCallData.VEDS+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/emma+xml","friendly":{"en":"Extensible MultiModal Annotation"},"encoding":"base64","extensions":["emma"],"xrefs":{"person":["ISO-IEC_JTC_1","W3C"],"uri":["http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration"],"template":["application/emma+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/emotionml+xml","encoding":"base64","xrefs":{"person":["Kazuyuki_Ashimura","W3C"],"template":["application/emotionml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["application/encaprtp"]},"registered":true,"sort-priority":16},{"content-type":"application/entity-statement+jwt","encoding":"base64","xrefs":{"person":["OpenID_Foundation_Artifact_Binding_WG"],"template":["application/entity-statement+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/epp+xml","encoding":"base64","xrefs":{"rfc":["rfc5730"],"template":["application/epp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/epub+zip","friendly":{"en":"Electronic Publication"},"encoding":"base64","extensions":["epub"],"xrefs":{"person":["EPUB_3_WG","W3C"],"template":["application/epub+zip"]},"registered":true,"sort-priority":15},{"content-type":"application/eshop","encoding":"base64","xrefs":{"person":["Steve_Katz"],"template":["application/eshop"]},"registered":true,"sort-priority":16},{"content-type":"application/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["application/example"]},"registered":true,"sort-priority":16},{"content-type":"application/excel","encoding":"base64","extensions":["xls","xlt"],"obsolete":true,"use-instead":"application/vnd.ms-excel","registered":false,"sort-priority":174},{"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,"sort-priority":15},{"content-type":"application/expect-ct-report+json","encoding":"base64","xrefs":{"rfc":["rfc9163"],"template":["application/expect-ct-report+json"]},"registered":true,"sort-priority":16},{"content-type":"application/express","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["application/express"]},"registered":true,"sort-priority":16},{"content-type":"application/fastinfoset","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/fastinfoset"]},"registered":true,"sort-priority":16},{"content-type":"application/fastsoap","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/fastsoap"]},"registered":true,"sort-priority":16},{"content-type":"application/fdf","encoding":"base64","xrefs":{"person":["Betsy_Fanning","ISO-TC_171-SC_2"],"template":["application/fdf"]},"registered":true,"sort-priority":16},{"content-type":"application/fdt+xml","encoding":"base64","xrefs":{"rfc":["rfc6726"],"template":["application/fdt+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/fhir+json","encoding":"base64","xrefs":{"person":["Grahame_Grieve","HL7"],"template":["application/fhir+json"]},"registered":true,"sort-priority":16},{"content-type":"application/fhir+xml","encoding":"base64","xrefs":{"person":["Grahame_Grieve","HL7"],"template":["application/fhir+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/fits","encoding":"base64","xrefs":{"rfc":["rfc4047"],"template":["application/fits"]},"registered":true,"sort-priority":16},{"content-type":"application/flexfec","encoding":"base64","xrefs":{"rfc":["rfc8627"],"template":["application/flexfec"]},"registered":true,"sort-priority":16},{"content-type":"application/font-sfnt","encoding":"base64","extensions":["otf","ttf"],"obsolete":true,"use-instead":"font/sfnt","xrefs":{"person":["ISO-IEC_JTC_1","Levantovsky"],"rfc":["rfc8081"],"template":["application/font-sfnt"],"notes":["- DEPRECATED in favor of font/sfnt"]},"registered":true,"sort-priority":142},{"content-type":"application/font-tdpfr","friendly":{"en":"Portable Font Resource"},"encoding":"base64","extensions":["pfr"],"xrefs":{"rfc":["rfc3073"],"template":["application/font-tdpfr"]},"registered":true,"sort-priority":15},{"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,"sort-priority":142},{"content-type":"application/fractals","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/framework-attributes+xml","encoding":"base64","xrefs":{"rfc":["rfc6230"],"template":["application/framework-attributes+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/futuresplash","encoding":"base64","extensions":["spl"],"obsolete":true,"use-instead":"application/x-futuresplash","registered":false,"sort-priority":175},{"content-type":"application/geo+json","encoding":"base64","xrefs":{"rfc":["rfc7946"],"template":["application/geo+json"]},"registered":true,"sort-priority":16},{"content-type":"application/geo+json-seq","encoding":"base64","xrefs":{"rfc":["rfc8142"],"template":["application/geo+json-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/geopackage+sqlite3","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geopackage+sqlite3"]},"registered":true,"sort-priority":16},{"content-type":"application/geopose+json","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geopose+json"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/geoxacml+json","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geoxacml+json"]},"registered":true,"sort-priority":16},{"content-type":"application/geoxacml+xml","encoding":"base64","xrefs":{"person":["OGC","Scott_Simmons"],"template":["application/geoxacml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ghostview","encoding":"base64","obsolete":true,"use-instead":"application/x-ghostview","registered":false,"sort-priority":176},{"content-type":"application/gltf-buffer","encoding":"base64","xrefs":{"person":["Khronos","Saurabh_Bhatia"],"template":["application/gltf-buffer"]},"registered":true,"sort-priority":16},{"content-type":"application/gml+xml","encoding":"base64","extensions":["gml"],"xrefs":{"person":["Clemens_Portele","OGC"],"template":["application/gml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/gnap-binding-jws","encoding":"base64","xrefs":{"draft":["RFC-ietf-gnap-core-protocol-20"],"template":["application/gnap-binding-jws"]},"registered":true,"sort-priority":16},{"content-type":"application/gnap-binding-jwsd","encoding":"base64","xrefs":{"draft":["RFC-ietf-gnap-core-protocol-20"],"template":["application/gnap-binding-jwsd"]},"registered":true,"sort-priority":16},{"content-type":"application/gnap-binding-rotation-jws","encoding":"base64","xrefs":{"draft":["RFC-ietf-gnap-core-protocol-20"],"template":["application/gnap-binding-rotation-jws"]},"registered":true,"sort-priority":16},{"content-type":"application/gnap-binding-rotation-jwsd","encoding":"base64","xrefs":{"draft":["RFC-ietf-gnap-core-protocol-20"],"template":["application/gnap-binding-rotation-jwsd"]},"registered":true,"sort-priority":16},{"content-type":"application/gpx+xml","encoding":"base64","extensions":["gpx"],"registered":false,"sort-priority":47},{"content-type":"application/grib","encoding":"base64","xrefs":{"person":["Anna_Milan","World_Meterological_Organization"],"template":["application/grib"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/gxf","encoding":"base64","extensions":["gxf"],"registered":false,"sort-priority":47},{"content-type":"application/gzip","encoding":"base64","extensions":["gz"],"xrefs":{"rfc":["rfc6713"],"template":["application/gzip"]},"registered":true,"sort-priority":15},{"content-type":"application/H224","encoding":"base64","xrefs":{"rfc":["rfc4573"],"template":["application/H224"]},"registered":true,"sort-priority":16},{"content-type":"application/held+xml","encoding":"base64","xrefs":{"rfc":["rfc5985"],"template":["application/held+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/hep","encoding":"base64","extensions":["hep"],"obsolete":true,"use-instead":"application/x-hep","registered":false,"sort-priority":175},{"content-type":"application/hl7v2+xml","encoding":"base64","xrefs":{"person":["HL7","Marc_Duteau"],"template":["application/hl7v2+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/http","encoding":"base64","xrefs":{"rfc":["rfc9112"],"template":["application/http"]},"registered":true,"sort-priority":16},{"content-type":"application/hyperstudio","friendly":{"en":"Hyperstudio"},"encoding":"base64","extensions":["stk"],"xrefs":{"person":["Michael_Domino"],"template":["application/hyperstudio"]},"registered":true,"sort-priority":15},{"content-type":"application/i-deas","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/ibe-key-request+xml","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-key-request+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ibe-pkg-reply+xml","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-pkg-reply+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ibe-pp-data","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-pp-data"]},"registered":true,"sort-priority":16},{"content-type":"application/iges","encoding":"base64","xrefs":{"person":["Curtis_Parks"],"template":["application/iges"]},"registered":true,"sort-priority":16},{"content-type":"application/im-iscomposing+xml","encoding":"base64","xrefs":{"rfc":["rfc3994"],"template":["application/im-iscomposing+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/imagemap","encoding":"8bit","extensions":["imagemap","imap"],"obsolete":true,"use-instead":"application/x-imagemap","registered":false,"sort-priority":174},{"content-type":"application/index","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index"]},"registered":true,"sort-priority":16},{"content-type":"application/index.cmd","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.cmd"]},"registered":true,"sort-priority":16},{"content-type":"application/index.obj","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.obj"]},"registered":true,"sort-priority":16},{"content-type":"application/index.response","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.response"]},"registered":true,"sort-priority":16},{"content-type":"application/index.vnd","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.vnd"]},"registered":true,"sort-priority":16},{"content-type":"application/inkml+xml","encoding":"base64","extensions":["ink","inkml"],"xrefs":{"person":["Kazuyuki_Ashimura"],"template":["application/inkml+xml"]},"registered":true,"sort-priority":14},{"content-type":"application/ion","encoding":"base64","xrefs":{"person":["Jonathan_Hohle"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/iotp","encoding":"base64","xrefs":{"rfc":["rfc2935"],"template":["application/IOTP"]},"registered":true,"sort-priority":16},{"content-type":"application/ipfix","friendly":{"en":"Internet Protocol Flow Information Export"},"encoding":"base64","extensions":["ipfix"],"xrefs":{"rfc":["rfc5655"],"template":["application/ipfix"]},"registered":true,"sort-priority":15},{"content-type":"application/ipp","encoding":"base64","xrefs":{"rfc":["rfc8010"],"template":["application/ipp"]},"registered":true,"sort-priority":16},{"content-type":"application/isup","encoding":"base64","xrefs":{"rfc":["rfc3204"],"template":["application/ISUP"]},"registered":true,"sort-priority":16},{"content-type":"application/its+xml","encoding":"base64","xrefs":{"person":["ITS-IG-W3C","W3C"],"template":["application/its+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/java-archive","friendly":{"en":"Java Archive"},"encoding":"base64","extensions":["jar"],"xrefs":{"person":["Iris_Clark","JCP"],"template":["application/java-archive"]},"registered":true,"sort-priority":15},{"content-type":"application/java-serialized-object","friendly":{"en":"Java Serialized Object"},"encoding":"base64","extensions":["ser"],"registered":false,"sort-priority":47},{"content-type":"application/java-vm","friendly":{"en":"Java Bytecode File"},"encoding":"base64","extensions":["class"],"registered":false,"sort-priority":47},{"content-type":"application/javascript","friendly":{"en":"JavaScript"},"encoding":"8bit","extensions":["js","mjs","sj"],"obsolete":true,"use-instead":"text/javascript","xrefs":{"rfc":["rfc4329","rfc9239"],"template":["application/javascript"],"notes":["(OBSOLETED in favor of text/javascript)"]},"registered":true,"sort-priority":141},{"content-type":"application/jf2feed+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/jf2feed+json"]},"registered":true,"sort-priority":16},{"content-type":"application/jose","encoding":"base64","xrefs":{"rfc":["rfc7515"],"template":["application/jose"]},"registered":true,"sort-priority":16},{"content-type":"application/jose+json","encoding":"base64","xrefs":{"rfc":["rfc7515"],"template":["application/jose+json"]},"registered":true,"sort-priority":16},{"content-type":"application/jrd+json","encoding":"base64","xrefs":{"rfc":["rfc7033"],"template":["application/jrd+json"]},"registered":true,"sort-priority":16},{"content-type":"application/jscalendar+json","encoding":"base64","xrefs":{"rfc":["rfc8984"],"template":["application/jscalendar+json"]},"registered":true,"sort-priority":16},{"content-type":"application/jscontact+json","encoding":"base64","xrefs":{"rfc":["rfc9553"],"template":["application/jscontact+json"]},"registered":true,"sort-priority":16},{"content-type":"application/json","friendly":{"en":"JavaScript Object Notation (JSON)"},"encoding":"8bit","extensions":["json"],"xrefs":{"rfc":["rfc8259"],"template":["application/json"]},"registered":true,"sort-priority":15},{"content-type":"application/json-nd","encoding":"base64","xrefs":{"person":["Glen_Kleidon"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/json-patch+json","encoding":"base64","xrefs":{"rfc":["rfc6902"],"template":["application/json-patch+json"]},"registered":true,"sort-priority":16},{"content-type":"application/json-seq","encoding":"base64","xrefs":{"rfc":["rfc7464"],"template":["application/json-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/jsonml+json","encoding":"base64","extensions":["jsonml"],"registered":false,"sort-priority":47},{"content-type":"application/jsonpath","encoding":"base64","xrefs":{"rfc":["rfc9535"],"template":["application/jsonpath"]},"registered":true,"sort-priority":16},{"content-type":"application/jwk+json","encoding":"base64","xrefs":{"rfc":["rfc7517"],"template":["application/jwk+json"]},"registered":true,"sort-priority":16},{"content-type":"application/jwk-set+json","encoding":"base64","xrefs":{"rfc":["rfc7517"],"template":["application/jwk-set+json"]},"registered":true,"sort-priority":16},{"content-type":"application/jwt","encoding":"base64","xrefs":{"rfc":["rfc7519"],"template":["application/jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/kpml-request+xml","encoding":"base64","xrefs":{"rfc":["rfc4730"],"template":["application/kpml-request+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/kpml-response+xml","encoding":"base64","xrefs":{"rfc":["rfc4730"],"template":["application/kpml-response+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ld+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/ld+json"]},"registered":true,"sort-priority":16},{"content-type":"application/lgr+xml","encoding":"base64","xrefs":{"rfc":["rfc7940"],"template":["application/lgr+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/link-format","encoding":"base64","xrefs":{"rfc":["rfc6690"],"template":["application/link-format"]},"registered":true,"sort-priority":16},{"content-type":"application/linkset","encoding":"base64","xrefs":{"rfc":["rfc9264"],"template":["application/linkset"]},"registered":true,"sort-priority":16},{"content-type":"application/linkset+json","encoding":"base64","xrefs":{"rfc":["rfc9264"],"template":["application/linkset+json"]},"registered":true,"sort-priority":16},{"content-type":"application/load-control+xml","encoding":"base64","xrefs":{"rfc":["rfc7200"],"template":["application/load-control+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/logout+jwt","encoding":"base64","xrefs":{"person":["OpenID_Foundation_Artifact_Binding_WG"],"template":["application/logout+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/lost+xml","encoding":"base64","extensions":["lostxml"],"xrefs":{"rfc":["rfc5222"],"template":["application/lost+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/lostsync+xml","encoding":"base64","xrefs":{"rfc":["rfc6739"],"template":["application/lostsync+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false,"sort-priority":175},{"content-type":"application/lpf+zip","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/lpf+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/LXF","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/LXF"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/mac-compactpro","friendly":{"en":"Compact Pro"},"encoding":"base64","extensions":["cpt"],"obsolete":true,"use-instead":"application/x-mac-compactpro","registered":false,"sort-priority":175},{"content-type":"application/macbinary","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/macwriteii","encoding":"base64","xrefs":{"person":["Paul_Lindner"],"template":["application/macwriteii"]},"registered":true,"sort-priority":16},{"content-type":"application/mads+xml","friendly":{"en":"Metadata Authority Description Schema"},"encoding":"base64","extensions":["mads"],"xrefs":{"rfc":["rfc6207"],"template":["application/mads+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/manifest+json","encoding":"base64","extensions":["webmanifest"],"xrefs":{"person":["Marcos_Caceres","W3C"],"template":["application/manifest+json"]},"registered":true,"sort-priority":15},{"content-type":"application/marc","friendly":{"en":"MARC Formats"},"encoding":"base64","extensions":["mrc"],"xrefs":{"rfc":["rfc2220"],"template":["application/marc"]},"registered":true,"sort-priority":15},{"content-type":"application/marcxml+xml","friendly":{"en":"MARC21 XML Schema"},"encoding":"base64","extensions":["mrcx"],"xrefs":{"rfc":["rfc6207"],"template":["application/marcxml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":"application/vnd.mcd","registered":false,"sort-priority":175},{"content-type":"application/mathematica","friendly":{"en":"Mathematica Notebooks"},"encoding":"base64","extensions":["ma","mb","nb"],"xrefs":{"person":["Wolfram"],"template":["application/mathematica"]},"registered":true,"sort-priority":13},{"content-type":"application/mathematica-old","encoding":"base64","obsolete":true,"use-instead":"application/x-mathematica-old","registered":false,"sort-priority":176},{"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,"sort-priority":15},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/mbms-associated-procedure-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-associated-procedure-description+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-deregister+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-deregister+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-envelope+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-envelope+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-msk+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-msk+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-msk-response+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-msk-response+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-protection-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-protection-description+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-reception-report+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-reception-report+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-register+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-register+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-register-response+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-register-response+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-schedule+xml","encoding":"base64","xrefs":{"person":["Eric_Turcotte","_3GPP"],"template":["application/mbms-schedule+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbms-user-service-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-user-service-description+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mbox","friendly":{"en":"Mbox database files"},"encoding":"base64","extensions":["mbox"],"xrefs":{"rfc":["rfc4155"],"template":["application/mbox"]},"registered":true,"sort-priority":15},{"content-type":"application/media-policy-dataset+xml","encoding":"base64","xrefs":{"rfc":["rfc6796"],"template":["application/media-policy-dataset+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/media_control+xml","encoding":"base64","xrefs":{"rfc":["rfc5168"],"template":["application/media_control+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/merge-patch+json","encoding":"base64","xrefs":{"rfc":["rfc7396"],"template":["application/merge-patch+json"]},"registered":true,"sort-priority":16},{"content-type":"application/metalink+xml","encoding":"base64","extensions":["metalink"],"registered":false,"sort-priority":47},{"content-type":"application/metalink4+xml","friendly":{"en":"Metalink"},"encoding":"base64","extensions":["meta4"],"xrefs":{"rfc":["rfc5854"],"template":["application/metalink4+xml"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/MF4","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/MF4"]},"registered":true,"sort-priority":16},{"content-type":"application/mikey","encoding":"base64","xrefs":{"rfc":["rfc3830"],"template":["application/mikey"]},"registered":true,"sort-priority":16},{"content-type":"application/mipc","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/mipc"]},"registered":true,"sort-priority":16},{"content-type":"application/missing-blocks+cbor-seq","encoding":"base64","xrefs":{"rfc":["rfc9177"],"template":["application/missing-blocks+cbor-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/mmt-aei+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/mmt-aei+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mmt-usd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/mmt-usd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mods+xml","friendly":{"en":"Metadata Object Description Schema"},"encoding":"base64","extensions":["mods"],"xrefs":{"rfc":["rfc6207"],"template":["application/mods+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/moss-keys","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/moss-keys"]},"registered":true,"sort-priority":16},{"content-type":"application/moss-signature","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/moss-signature"]},"registered":true,"sort-priority":16},{"content-type":"application/mosskey-data","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/mosskey-data"]},"registered":true,"sort-priority":16},{"content-type":"application/mosskey-request","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/mosskey-request"]},"registered":true,"sort-priority":16},{"content-type":"application/mp21","friendly":{"en":"MPEG-21"},"encoding":"base64","extensions":["m21","mp21"],"xrefs":{"rfc":["rfc6381"],"person":["David_Singer"],"template":["application/mp21"]},"registered":true,"sort-priority":14},{"content-type":"application/mp4","friendly":{"en":"MPEG4"},"encoding":"base64","extensions":["mp4","mpg4","mp4s"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["application/mp4"]},"registered":true,"sort-priority":13},{"content-type":"application/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640"],"template":["application/mpeg4-generic"]},"registered":true,"sort-priority":16},{"content-type":"application/mpeg4-iod","encoding":"base64","xrefs":{"rfc":["rfc4337"],"template":["application/mpeg4-iod"]},"registered":true,"sort-priority":16},{"content-type":"application/mpeg4-iod-xmt","encoding":"base64","xrefs":{"rfc":["rfc4337"],"template":["application/mpeg4-iod-xmt"]},"registered":true,"sort-priority":16},{"content-type":"application/mrb-consumer+xml","encoding":"base64","xrefs":{"rfc":["rfc6917"],"template":["application/mrb-consumer+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/mrb-publish+xml","encoding":"base64","xrefs":{"rfc":["rfc6917"],"template":["application/mrb-publish+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/msc-ivr+xml","encoding":"base64","xrefs":{"rfc":["rfc6231"],"template":["application/msc-ivr+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/msc-mixer+xml","encoding":"base64","xrefs":{"rfc":["rfc6505"],"template":["application/msc-mixer+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/msword","friendly":{"en":"Microsoft Word"},"encoding":"base64","extensions":["doc","dot","wrd"],"xrefs":{"person":["Paul_Lindner"],"template":["application/msword"]},"registered":true,"sort-priority":13},{"content-type":"application/mud+json","encoding":"base64","xrefs":{"rfc":["rfc8520"],"template":["application/mud+json"]},"registered":true,"sort-priority":16},{"content-type":"application/multipart-core","encoding":"base64","xrefs":{"rfc":["rfc8710"],"template":["application/multipart-core"]},"registered":true,"sort-priority":16},{"content-type":"application/mxf","friendly":{"en":"Material Exchange Format"},"encoding":"base64","extensions":["mxf"],"xrefs":{"rfc":["rfc4539"],"template":["application/mxf"]},"registered":true,"sort-priority":15},{"content-type":"application/n-quads","encoding":"base64","xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["application/n-quads"]},"registered":true,"sort-priority":16},{"content-type":"application/n-triples","encoding":"base64","xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["application/n-triples"]},"registered":true,"sort-priority":16},{"content-type":"application/nasdata","encoding":"base64","xrefs":{"rfc":["rfc4707"],"template":["application/nasdata"]},"registered":true,"sort-priority":16},{"content-type":"application/netcdf","encoding":"base64","extensions":["nc","cdf"],"xrefs":{"person":["Ethan_Davis"]},"registered":true,"provisional":true,"sort-priority":78},{"content-type":"application/news-checkgroups","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-checkgroups"]},"registered":true,"sort-priority":16},{"content-type":"application/news-groupinfo","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-groupinfo"]},"registered":true,"sort-priority":16},{"content-type":"application/news-message-id","encoding":"base64","obsolete":true,"registered":false,"sort-priority":176},{"content-type":"application/news-transmission","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-transmission"]},"registered":true,"sort-priority":16},{"content-type":"application/nlsml+xml","encoding":"base64","xrefs":{"rfc":["rfc6787"],"template":["application/nlsml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/node","encoding":"base64","xrefs":{"person":["Node.js_TSC"],"template":["application/node"]},"registered":true,"sort-priority":16},{"content-type":"application/nss","encoding":"base64","xrefs":{"person":["Michael_Hammer"],"template":["application/nss"]},"registered":true,"sort-priority":16},{"content-type":"application/oauth-authz-req+jwt","encoding":"base64","xrefs":{"rfc":["rfc9101"],"template":["application/oauth-authz-req+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/oblivious-dns-message","encoding":"base64","xrefs":{"rfc":["rfc9230"],"template":["application/oblivious-dns-message"]},"registered":true,"sort-priority":16},{"content-type":"application/ocsp-request","encoding":"base64","xrefs":{"rfc":["rfc6960"],"template":["application/ocsp-request"]},"registered":true,"sort-priority":16},{"content-type":"application/ocsp-response","encoding":"base64","xrefs":{"rfc":["rfc6960"],"template":["application/ocsp-response"]},"registered":true,"sort-priority":16},{"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,"sort-priority":0},{"content-type":"application/oda","friendly":{"en":"Office Document Architecture"},"encoding":"base64","extensions":["oda"],"xrefs":{"rfc":["rfc1494"],"template":["application/ODA"]},"registered":true,"sort-priority":15},{"content-type":"application/odm+json","encoding":"base64","xrefs":{"person":["Sam_Hume"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/odm+xml","encoding":"base64","xrefs":{"person":["CDISC","Sam_Hume"],"template":["application/odm+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/ODX","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ODX"]},"registered":true,"sort-priority":16},{"content-type":"application/oebps-package+xml","friendly":{"en":"Open eBook Publication Structure"},"encoding":"base64","extensions":["opf"],"xrefs":{"person":["EPUB_3_WG","W3C"],"template":["application/oebps-package+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/ogg","friendly":{"en":"Ogg"},"encoding":"base64","extensions":["ogx"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["application/ogg"]},"registered":true,"sort-priority":15},{"content-type":"application/ohttp-keys","encoding":"base64","xrefs":{"rfc":["rfc9458"],"template":["application/ohttp-keys"]},"registered":true,"sort-priority":16},{"content-type":"application/omdoc+xml","encoding":"base64","extensions":["omdoc"],"registered":false,"sort-priority":47},{"content-type":"application/onenote","friendly":{"en":"Microsoft OneNote"},"encoding":"base64","extensions":["onepkg","onetmp","onetoc","onetoc2"],"registered":false,"sort-priority":44},{"content-type":"application/opc-nodeset+xml","encoding":"base64","xrefs":{"person":["OPC_Foundation"],"template":["application/opc-nodeset+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/oscore","encoding":"base64","xrefs":{"rfc":["rfc8613"],"template":["application/oscore"]},"registered":true,"sort-priority":16},{"content-type":"application/oxps","encoding":"base64","extensions":["oxps"],"xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/oxps"]},"registered":true,"sort-priority":15},{"content-type":"application/p21","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["application/p21"]},"registered":true,"sort-priority":16},{"content-type":"application/p21+zip","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["application/p21+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/p2p-overlay+xml","encoding":"base64","xrefs":{"rfc":["rfc6940"],"template":["application/p2p-overlay+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/parityfec","encoding":"base64","xrefs":{"rfc":["rfc3009"],"template":["application/parityfec"]},"registered":true,"sort-priority":16},{"content-type":"application/passport","encoding":"base64","xrefs":{"rfc":["rfc8225"],"template":["application/passport"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/pdf","friendly":{"en":"Adobe Portable Document Format"},"encoding":"base64","extensions":["pdf","ai"],"xrefs":{"rfc":["rfc8118"],"template":["application/pdf"]},"registered":true,"sort-priority":14},{"content-type":"application/PDX","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/PDX"]},"registered":true,"sort-priority":16},{"content-type":"application/pem-certificate-chain","encoding":"base64","xrefs":{"rfc":["rfc8555"],"template":["application/pem-certificate-chain"]},"registered":true,"sort-priority":16},{"content-type":"application/pgp-encrypted","friendly":{"en":"Pretty Good Privacy"},"encoding":"7bit","extensions":["pgp","gpg"],"xrefs":{"rfc":["rfc3156"],"template":["application/pgp-encrypted"]},"registered":true,"sort-priority":14},{"content-type":"application/pgp-keys","encoding":"7bit","xrefs":{"rfc":["rfc3156"],"template":["application/pgp-keys"]},"registered":true,"signature":true,"sort-priority":16},{"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,"sort-priority":14},{"content-type":"application/pics-rules","friendly":{"en":"PICSRules"},"encoding":"base64","extensions":["prf"],"registered":false,"sort-priority":47},{"content-type":"application/pidf+xml","encoding":"base64","xrefs":{"rfc":["rfc3863"],"template":["application/pidf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/pidf-diff+xml","encoding":"base64","xrefs":{"rfc":["rfc5262"],"template":["application/pidf-diff+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/pkcs12","encoding":"base64","xrefs":{"person":["IETF"],"template":["application/pkcs12"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/pkcs8-encrypted","encoding":"base64","xrefs":{"rfc":["rfc8351"],"template":["application/pkcs8-encrypted"]},"registered":true,"sort-priority":16},{"content-type":"application/pkix-attr-cert","friendly":{"en":"Attribute Certificate"},"encoding":"base64","extensions":["ac"],"xrefs":{"rfc":["rfc5877"],"template":["application/pkix-attr-cert"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/pkix-keyinfo","encoding":"base64","xrefs":{"draft":["draft-hallambaker-mesh-udf"]},"registered":true,"provisional":true,"sort-priority":80},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/pls+xml","friendly":{"en":"Pronunciation Lexicon Specification"},"encoding":"base64","extensions":["pls"],"xrefs":{"rfc":["rfc4267"],"template":["application/pls+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/poc-settings+xml","encoding":"base64","xrefs":{"rfc":["rfc4354"],"template":["application/poc-settings+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/postscript","friendly":{"en":"PostScript"},"encoding":"8bit","extensions":["eps","ps","ai"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["application/postscript"]},"registered":true,"sort-priority":13},{"content-type":"application/powerpoint","encoding":"base64","extensions":["ppt","pps","pot"],"registered":false,"sort-priority":45},{"content-type":"application/ppsp-tracker+json","encoding":"base64","xrefs":{"rfc":["rfc7846"],"template":["application/ppsp-tracker+json"]},"registered":true,"sort-priority":16},{"content-type":"application/private-token-issuer-directory","encoding":"base64","xrefs":{"rfc":["rfc9578"],"template":["application/private-token-issuer-directory"]},"registered":true,"sort-priority":16},{"content-type":"application/private-token-request","encoding":"base64","xrefs":{"rfc":["rfc9578"],"template":["application/private-token-request"]},"registered":true,"sort-priority":16},{"content-type":"application/private-token-response","encoding":"base64","xrefs":{"rfc":["rfc9578"],"template":["application/private-token-response"]},"registered":true,"sort-priority":16},{"content-type":"application/pro_eng","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/problem+json","encoding":"base64","xrefs":{"rfc":["rfc9457"],"template":["application/problem+json"]},"registered":true,"sort-priority":16},{"content-type":"application/problem+xml","encoding":"base64","xrefs":{"rfc":["rfc9457"],"template":["application/problem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/provenance+xml","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/provenance+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/prql","friendly":{"en":"Pipelined Relational Query Language"},"encoding":"base64","extensions":["prql"],"registered":false,"sort-priority":47},{"content-type":"application/prs.alvestrand.titrax-sheet","encoding":"base64","xrefs":{"person":["Harald_T._Alvestrand"],"template":["application/prs.alvestrand.titrax-sheet"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.cww","friendly":{"en":"CU-Writer"},"encoding":"base64","extensions":["cw","cww"],"xrefs":{"person":["Khemchart_Rungchavalnont"],"template":["application/prs.cww"]},"registered":true,"sort-priority":14},{"content-type":"application/prs.cyn","encoding":"base64","xrefs":{"person":["Cynthia_Revström"],"template":["application/prs.cyn"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.hpub+zip","encoding":"base64","xrefs":{"person":["Giulio_Zambon"],"template":["application/prs.hpub+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.implied-document+xml","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-document+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.implied-executable","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-executable"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.implied-object+json","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-object+json"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.implied-object+json-seq","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-object+json-seq"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.implied-object+yaml","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-object+yaml"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.implied-structure","encoding":"base64","xrefs":{"person":["Marek_Čermák"],"template":["application/prs.implied-structure"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.mayfile","encoding":"base64","xrefs":{"person":["Azalea_Gardenia"],"template":["application/prs.mayfile"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.nprend","encoding":"base64","extensions":["rnd","rct"],"xrefs":{"person":["Jay_Doggett"],"template":["application/prs.nprend"]},"registered":true,"sort-priority":14},{"content-type":"application/prs.plucker","encoding":"base64","xrefs":{"person":["Bill_Janssen"],"template":["application/prs.plucker"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.rdf-xml-crypt","encoding":"base64","xrefs":{"person":["Toby_Inkster"],"template":["application/prs.rdf-xml-crypt"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.vcfbzip2","encoding":"base64","xrefs":{"person":["Paolo_Marcheschi"],"template":["application/prs.vcfbzip2"]},"registered":true,"sort-priority":16},{"content-type":"application/prs.xsf+xml","encoding":"base64","xrefs":{"person":["Maik_Stührenberg"],"template":["application/prs.xsf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/pskc+xml","friendly":{"en":"Portable Symmetric Key Container"},"encoding":"base64","extensions":["pskcxml"],"xrefs":{"rfc":["rfc6030"],"template":["application/pskc+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/pvd+json","encoding":"base64","xrefs":{"rfc":["rfc8801"],"template":["application/pvd+json"]},"registered":true,"sort-priority":16},{"content-type":"application/qsig","encoding":"base64","xrefs":{"rfc":["rfc3204"],"template":["application/QSIG"]},"registered":true,"sort-priority":16},{"content-type":"application/quicktimeplayer","encoding":"base64","extensions":["qtl"],"obsolete":true,"use-instead":"application/x-quicktimeplayer","registered":false,"sort-priority":175},{"content-type":"application/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["application/raptorfec"]},"registered":true,"sort-priority":16},{"content-type":"application/rdap+json","encoding":"base64","xrefs":{"rfc":["rfc9083"],"template":["application/rdap+json"]},"registered":true,"sort-priority":16},{"content-type":"application/rdf+xml","friendly":{"en":"Resource Description Framework"},"encoding":"8bit","extensions":["rdf"],"xrefs":{"rfc":["rfc3870"],"template":["application/rdf+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/reginfo+xml","friendly":{"en":"IMS Networks"},"encoding":"base64","extensions":["rif"],"xrefs":{"rfc":["rfc3680"],"template":["application/reginfo+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/relax-ng-compact-syntax","friendly":{"en":"Relax NG Compact Syntax"},"encoding":"base64","extensions":["rnc"],"xrefs":{"uri":["http://www.JTC_1sc34.org/repository/0661.pdf"],"template":["application/relax-ng-compact-syntax"]},"registered":true,"sort-priority":15},{"content-type":"application/remote-printing","encoding":"base64","obsolete":true,"xrefs":{"rfc":["rfc1486"],"person":["Marshall_Rose"],"uri":["https://datatracker.ietf.org/doc/status-change-int-tlds-to-historic"],"template":["application/remote-printing"],"notes":["(OBSOLETE)"]},"registered":true,"sort-priority":144},{"content-type":"application/remote_printing","encoding":"base64","obsolete":true,"use-instead":"application/remote-printing","registered":false,"sort-priority":176},{"content-type":"application/reports+json","encoding":"base64","xrefs":{"person":["Douglas_Creager"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/reputon+json","encoding":"base64","xrefs":{"rfc":["rfc7071"],"template":["application/reputon+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/rfc+xml","encoding":"base64","xrefs":{"rfc":["rfc7991"],"template":["application/rfc+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/rif+xml","encoding":"base64","xrefs":{"person":["Sandro_Hawke"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/riscos","encoding":"base64","xrefs":{"person":["Nick_Smith"],"template":["application/riscos"]},"registered":true,"sort-priority":16},{"content-type":"application/rlmi+xml","encoding":"base64","xrefs":{"rfc":["rfc4662"],"template":["application/rlmi+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/route-apd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/route-apd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/route-s-tsid+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/route-s-tsid+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/route-usd+xml","encoding":"base64","xrefs":{"person":["ATSC"],"template":["application/route-usd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/rpki-checklist","encoding":"base64","xrefs":{"rfc":["rfc9323"],"template":["application/rpki-checklist"]},"registered":true,"sort-priority":16},{"content-type":"application/rpki-ghostbusters","encoding":"base64","extensions":["gbr"],"xrefs":{"rfc":["rfc6493"],"template":["application/rpki-ghostbusters"]},"registered":true,"sort-priority":15},{"content-type":"application/rpki-manifest","encoding":"base64","extensions":["mft"],"xrefs":{"rfc":["rfc6481"],"template":["application/rpki-manifest"]},"registered":true,"sort-priority":15},{"content-type":"application/rpki-publication","encoding":"base64","xrefs":{"rfc":["rfc8181"],"template":["application/rpki-publication"]},"registered":true,"sort-priority":16},{"content-type":"application/rpki-roa","encoding":"base64","extensions":["roa"],"xrefs":{"rfc":["rfc9582"],"template":["application/rpki-roa"]},"registered":true,"sort-priority":15},{"content-type":"application/rpki-signed-tal","encoding":"base64","xrefs":{"draft":["RFC-ietf-sidrops-signed-tal-16"],"template":["application/rpki-signed-tal"]},"registered":true,"sort-priority":16},{"content-type":"application/rpki-updown","encoding":"base64","xrefs":{"rfc":["rfc6492"],"template":["application/rpki-updown"]},"registered":true,"sort-priority":16},{"content-type":"application/rsd+xml","friendly":{"en":"Really Simple Discovery"},"encoding":"base64","extensions":["rsd"],"registered":false,"sort-priority":47},{"content-type":"application/rss+xml","friendly":{"en":"RSS - Really Simple Syndication"},"encoding":"base64","extensions":["rss"],"registered":false,"sort-priority":47},{"content-type":"application/rtf","friendly":{"en":"Rich Text Format"},"encoding":"base64","extensions":["rtf"],"xrefs":{"person":["Paul_Lindner"],"template":["application/rtf"]},"registered":true,"sort-priority":15},{"content-type":"application/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["application/rtploopback"]},"registered":true,"sort-priority":16},{"content-type":"application/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["application/rtx"]},"registered":true,"sort-priority":16},{"content-type":"application/samlassertion+xml","encoding":"base64","xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlassertion+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/samlmetadata+xml","encoding":"base64","xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlmetadata+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/sarif+json","encoding":"base64","xrefs":{"person":["Laurence_J._Golding","Michael_C._Fanning","OASIS"],"template":["application/sarif+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/sbe","encoding":"base64","xrefs":{"person":["Donald_L._Mendelson","FIX_Trading_Community"],"template":["application/sbe"]},"registered":true,"sort-priority":16},{"content-type":"application/sbml+xml","friendly":{"en":"Systems Biology Markup Language"},"encoding":"base64","extensions":["sbml"],"xrefs":{"rfc":["rfc3823"],"template":["application/sbml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/scaip+xml","encoding":"base64","xrefs":{"person":["Oskar_Jonsson","SIS"],"template":["application/scaip+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/scim+json","encoding":"base64","xrefs":{"rfc":["rfc7644"],"template":["application/scim+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/sdp","friendly":{"en":"Session Description Protocol"},"encoding":"base64","extensions":["sdp"],"xrefs":{"rfc":["rfc8866"],"template":["application/sdp"]},"registered":true,"sort-priority":15},{"content-type":"application/secevent+jwt","encoding":"base64","xrefs":{"rfc":["rfc8417"],"template":["application/secevent+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/senml+cbor","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/senml+json","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml+json"]},"registered":true,"sort-priority":16},{"content-type":"application/senml+xml","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/senml-etch+cbor","encoding":"base64","xrefs":{"rfc":["rfc8790"],"template":["application/senml-etch+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/senml-etch+json","encoding":"base64","xrefs":{"rfc":["rfc8790"],"template":["application/senml-etch+json"]},"registered":true,"sort-priority":16},{"content-type":"application/senml-exi","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/senml-exi"]},"registered":true,"sort-priority":16},{"content-type":"application/sensml+cbor","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/sensml+json","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml+json"]},"registered":true,"sort-priority":16},{"content-type":"application/sensml+xml","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/sensml-exi","encoding":"base64","xrefs":{"rfc":["rfc8428"],"template":["application/sensml-exi"]},"registered":true,"sort-priority":16},{"content-type":"application/sep+xml","encoding":"base64","xrefs":{"person":["IEEE","Robby_Simpson"],"template":["application/sep+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/sep-exi","encoding":"base64","xrefs":{"person":["IEEE","Robby_Simpson"],"template":["application/sep-exi"]},"registered":true,"sort-priority":16},{"content-type":"application/session-info","encoding":"base64","xrefs":{"person":["Frederic_Firmin","_3GPP"],"template":["application/session-info"]},"registered":true,"sort-priority":16},{"content-type":"application/set","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/set-payment","encoding":"base64","xrefs":{"person":["Brian_Korver"],"template":["application/set-payment"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/set-registration","encoding":"base64","xrefs":{"person":["Brian_Korver"],"template":["application/set-registration"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/sgml","encoding":"base64","extensions":["sgml"],"xrefs":{"rfc":["rfc1874"],"template":["application/SGML"]},"registered":true,"sort-priority":15},{"content-type":"application/sgml-open-catalog","encoding":"base64","extensions":["soc"],"xrefs":{"person":["Paul_Grosso"],"template":["application/sgml-open-catalog"]},"registered":true,"sort-priority":15},{"content-type":"application/shf+xml","friendly":{"en":"S Hexdump Format"},"encoding":"base64","extensions":["shf"],"xrefs":{"rfc":["rfc4194"],"template":["application/shf+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/sieve","encoding":"base64","extensions":["siv"],"xrefs":{"rfc":["rfc5228"],"template":["application/sieve"]},"registered":true,"sort-priority":15},{"content-type":"application/signed-exchange","encoding":"base64","xrefs":{"draft":["draft-yasskin-http-origin-signed-responses"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/simple-filter+xml","encoding":"base64","xrefs":{"rfc":["rfc4661"],"template":["application/simple-filter+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/simple-message-summary","encoding":"base64","xrefs":{"rfc":["rfc3842"],"template":["application/simple-message-summary"]},"registered":true,"sort-priority":16},{"content-type":"application/simpleSymbolContainer","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/simpleSymbolContainer"]},"registered":true,"sort-priority":16},{"content-type":"application/sipc","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/sipc"]},"registered":true,"sort-priority":16},{"content-type":"application/SLA","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/slate","encoding":"base64","xrefs":{"person":["Terry_Crowley"],"template":["application/slate"]},"registered":true,"sort-priority":16},{"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,"sort-priority":142},{"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,"sort-priority":14},{"content-type":"application/smpte336m","encoding":"base64","xrefs":{"rfc":["rfc6597"],"template":["application/smpte336m"]},"registered":true,"sort-priority":16},{"content-type":"application/soap+fastinfoset","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur","ITU-T_ASN.1_Rapporteur"],"template":["application/soap+fastinfoset"]},"registered":true,"sort-priority":16},{"content-type":"application/soap+xml","encoding":"base64","xrefs":{"rfc":["rfc3902"],"template":["application/soap+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/solids","encoding":"base64","registered":false,"sort-priority":48},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/spdx+json","encoding":"base64","xrefs":{"person":["Linux_Foundation","Rose_Judge"],"template":["application/spdx+json"]},"registered":true,"sort-priority":16},{"content-type":"application/spirits-event+xml","encoding":"base64","xrefs":{"rfc":["rfc3910"],"template":["application/spirits-event+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/sql","encoding":"base64","xrefs":{"rfc":["rfc6922"],"template":["application/sql"]},"registered":true,"sort-priority":16},{"content-type":"application/srgs","friendly":{"en":"Speech Recognition Grammar Specification"},"encoding":"base64","extensions":["gram"],"xrefs":{"rfc":["rfc4267"],"template":["application/srgs"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/ssdl+xml","encoding":"base64","extensions":["ssdl"],"registered":false,"sort-priority":47},{"content-type":"application/sslkeylogfile","encoding":"base64","xrefs":{"draft":["RFC-ietf-tls-keylogfile-02"],"template":["application/sslkeylogfile"]},"registered":true,"sort-priority":16},{"content-type":"application/ssml+xml","friendly":{"en":"Speech Synthesis Markup Language"},"encoding":"base64","extensions":["ssml"],"xrefs":{"rfc":["rfc4267"],"template":["application/ssml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/ST2110-41","encoding":"base64","xrefs":{"person":["SMPTE","SMPTE_Director_of_Standards_Development"],"template":["application/ST2110-41"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/STEP","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/stix+json","encoding":"base64","xrefs":{"person":["Chet_Ensign","OASIS"],"template":["application/stix+json"]},"registered":true,"sort-priority":16},{"content-type":"application/stratum","encoding":"base64","xrefs":{"person":["Ben_van_Hartingsveldt"],"note":["1"],"template":["application/stratum"]},"registered":true,"sort-priority":16},{"content-type":"application/swid+cbor","encoding":"base64","xrefs":{"rfc":["rfc9393"],"template":["application/swid+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/swid+xml","encoding":"base64","xrefs":{"person":["David_Waltermire","ISO-IEC_JTC_1","Ron_Brill"],"template":["application/swid+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-apex-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-apex-update"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-apex-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-apex-update-confirm"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-community-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-community-update"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-community-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-community-update-confirm"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-error","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-error"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-sequence-adjust","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-sequence-adjust"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-sequence-adjust-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-sequence-adjust-confirm"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-status-query","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-status-query"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-status-response","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-status-response"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-update"]},"registered":true,"sort-priority":16},{"content-type":"application/tamp-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-update-confirm"]},"registered":true,"sort-priority":16},{"content-type":"application/taxii+json","encoding":"base64","xrefs":{"person":["Chet_Ensign","OASIS"],"template":["application/taxii+json"]},"registered":true,"sort-priority":16},{"content-type":"application/td+json","encoding":"base64","xrefs":{"person":["Matthias_Kovatsch","W3C"],"template":["application/td+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"content-type":"application/TETRA_ISI","encoding":"base64","xrefs":{"person":["ETSI","Miguel_Angel_Reina_Ortega"],"template":["application/TETRA_ISI"]},"registered":true,"sort-priority":16},{"content-type":"application/thraud+xml","friendly":{"en":"Sharing Transaction Fraud Data"},"encoding":"base64","extensions":["tfi"],"xrefs":{"rfc":["rfc5941"],"template":["application/thraud+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/timestamp-query","encoding":"base64","xrefs":{"rfc":["rfc3161"],"template":["application/timestamp-query"]},"registered":true,"sort-priority":16},{"content-type":"application/timestamp-reply","encoding":"base64","xrefs":{"rfc":["rfc3161"],"template":["application/timestamp-reply"]},"registered":true,"sort-priority":16},{"content-type":"application/timestamped-data","friendly":{"en":"Time Stamped Data Envelope"},"encoding":"base64","extensions":["tsd"],"xrefs":{"rfc":["rfc5955"],"template":["application/timestamped-data"]},"registered":true,"sort-priority":15},{"content-type":"application/tlsrpt+gzip","encoding":"base64","xrefs":{"rfc":["rfc8460"],"template":["application/tlsrpt+gzip"]},"registered":true,"sort-priority":16},{"content-type":"application/tlsrpt+json","encoding":"base64","xrefs":{"rfc":["rfc8460"],"template":["application/tlsrpt+json"]},"registered":true,"sort-priority":16},{"content-type":"application/tm+json","encoding":"base64","xrefs":{"person":["Sebastian_Kaebisch","W3C"],"template":["application/tm+json"]},"registered":true,"sort-priority":16},{"content-type":"application/tnauthlist","encoding":"base64","xrefs":{"rfc":["rfc8226"],"template":["application/tnauthlist"]},"registered":true,"sort-priority":16},{"content-type":"application/token-introspection+jwt","encoding":"base64","xrefs":{"draft":["RFC-oauth-jwt-introspection-response-12"],"template":["application/token-introspection+jwt"]},"registered":true,"sort-priority":16},{"content-type":"application/toolbook","encoding":"base64","extensions":["tbk"],"obsolete":true,"use-instead":"application/x-toolbook","registered":false,"sort-priority":175},{"content-type":"application/trickle-ice-sdpfrag","encoding":"base64","xrefs":{"rfc":["rfc8840"],"template":["application/trickle-ice-sdpfrag"]},"registered":true,"sort-priority":16},{"content-type":"application/trig","encoding":"base64","xrefs":{"person":["W3C","W3C_RDF_Working_Group"],"template":["application/trig"]},"registered":true,"sort-priority":16},{"content-type":"application/ttml+xml","encoding":"base64","xrefs":{"person":["W3C","W3C_Timed_Text_Working_Group"],"template":["application/ttml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/tve-trigger","encoding":"base64","xrefs":{"person":["Linda_Welsh"],"template":["application/tve-trigger"]},"registered":true,"sort-priority":16},{"content-type":"application/tzif","encoding":"base64","xrefs":{"draft":["RFC-murchison-rfc8536bis-15"],"template":["application/tzif"]},"registered":true,"sort-priority":16},{"content-type":"application/tzif-leap","encoding":"base64","xrefs":{"draft":["RFC-murchison-rfc8536bis-15"],"template":["application/tzif-leap"]},"registered":true,"sort-priority":16},{"content-type":"application/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["application/ulpfec"]},"registered":true,"sort-priority":16},{"content-type":"application/urc-grpsheet+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC_1"],"template":["application/urc-grpsheet+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/urc-ressheet+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC_1"],"template":["application/urc-ressheet+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/urc-targetdesc+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann","ISO-IEC_JTC_1"],"template":["application/urc-targetdesc+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/urc-uisocketdesc+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/urc-uisocketdesc+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vc","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/vc"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/vcard+json","encoding":"base64","xrefs":{"rfc":["rfc7095"],"template":["application/vcard+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vcard+xml","encoding":"base64","xrefs":{"rfc":["rfc6351"],"template":["application/vcard+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vda","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/vemmi","encoding":"base64","xrefs":{"rfc":["rfc2122"],"template":["application/vemmi"]},"registered":true,"sort-priority":16},{"content-type":"application/VMSBACKUP","encoding":"base64","extensions":["bck"],"obsolete":true,"use-instead":"application/x-VMSBACKUP","registered":false,"sort-priority":175},{"content-type":"application/vnd.1000minds.decision-model+xml","encoding":"base64","xrefs":{"person":["Franz_Ombler"],"template":["application/vnd.1000minds.decision-model+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.1ob","encoding":"base64","xrefs":{"person":["Rob_Coyle"],"template":["application/vnd.1ob"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp-prose+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp-prose+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp-prose-pc3a+xml","encoding":"base64","xrefs":{"person":["Haorui_Yang"],"template":["application/vnd.3gpp-prose-pc3a+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp-prose-pc3ach+xml","encoding":"base64","xrefs":{"person":["Haorui_Yang"],"template":["application/vnd.3gpp-prose-pc3ach+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp-prose-pc3ch+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp-prose-pc3ch+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp-prose-pc8+xml","encoding":"base64","xrefs":{"person":["Haorui_Yang"],"template":["application/vnd.3gpp-prose-pc8+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.3gpp.5gnas","encoding":"base64","xrefs":{"person":["Jones_Lu_Yunjie","_3GPP"],"template":["application/vnd.3gpp.5gnas"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.5gsa2x","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_CT1"],"template":["application/vnd.3gpp.5gsa2x"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.5gsa2x-local-service-information","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_CT1"],"template":["application/vnd.3gpp.5gsa2x-local-service-information"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.3gpp.bsf+xml","encoding":"base64","xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.bsf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.crs+xml","encoding":"base64","xrefs":{"person":["Xu_Chen"],"template":["application/vnd.3gpp.crs+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.current-location-discovery+xml","encoding":"base64","xrefs":{"person":["Peter_Leis"],"template":["application/vnd.3gpp.current-location-discovery+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.GMOP+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.GMOP+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.gtpc","encoding":"base64","xrefs":{"person":["Yang_Yong","_3GPP"],"template":["application/vnd.3gpp.gtpc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.interworking-data","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.interworking-data"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.lpp","encoding":"base64","xrefs":{"person":["Jones_Lu_Yunjie","_3GPP"],"template":["application/vnd.3gpp.lpp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mc-signalling-ear","encoding":"base64","xrefs":{"person":["Tim_Woodward"],"template":["application/vnd.3gpp.mc-signalling-ear"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml","encoding":"base64","xrefs":{"person":["Kiran_Kapale"],"template":["application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-payload","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-payload"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-regroup+xml","encoding":"base64","xrefs":{"person":["Kiran_Kapale"],"template":["application/vnd.3gpp.mcdata-regroup+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcdata-signalling","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcdata-signalling"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-info+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-regroup+xml","encoding":"base64","xrefs":{"person":["Kiran_Kapale"],"template":["application/vnd.3gpp.mcptt-regroup+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcptt-signed+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcptt-signed+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":144},{"content-type":"application/vnd.3gpp.mcvideo-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mcvideo-info+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.3gpp.mcvideo-regroup+xml","encoding":"base64","xrefs":{"person":["Kiran_Kapale"],"template":["application/vnd.3gpp.mcvideo-regroup+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.3gpp.mid-call+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mid-call+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.ngap","encoding":"base64","xrefs":{"person":["Yang_Yong","_3GPP"],"template":["application/vnd.3gpp.ngap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.pfcp","encoding":"base64","xrefs":{"person":["Bruno_Landais","_3GPP"],"template":["application/vnd.3gpp.pfcp"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.3gpp.pinapp-info+xml","encoding":"base64","xrefs":{"person":["Dongwook_Kim","_3GPP_CT1"],"template":["application/vnd.3gpp.pinapp-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.s1ap","encoding":"base64","xrefs":{"person":["Yang_Yong","_3GPP"],"template":["application/vnd.3gpp.s1ap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-group-doc+xml","encoding":"base64","xrefs":{"person":["Sapan_Shah"],"template":["application/vnd.3gpp.seal-group-doc+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-location-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-location-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-mbms-usage-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-mbms-usage-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-network-QoS-management-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-network-QoS-management-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-ue-config-info+xml","encoding":"base64","xrefs":{"person":["Sapan_Shah"],"template":["application/vnd.3gpp.seal-ue-config-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-unicast-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.seal-unicast-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.seal-user-profile-info+xml","encoding":"base64","xrefs":{"person":["Sapan_Shah"],"template":["application/vnd.3gpp.seal-user-profile-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.sms","encoding":"base64","extensions":["sms"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.sms"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.3gpp.sms+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.sms+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.srvcc-ext+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.srvcc-ext+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.SRVCC-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.SRVCC-info+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.3gpp.ussd+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.ussd+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.v2x","encoding":"base64","xrefs":{"person":["Sang_Min_Park"],"template":["application/vnd.3gpp.v2x"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp.vae-info+xml","encoding":"base64","xrefs":{"person":["Christian_Herrero-Veron","_3GPP"],"template":["application/vnd.3gpp.vae-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp2.bcmcsinfo+xml","encoding":"base64","xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.bcmcsinfo+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.3gpp2.sms","encoding":"base64","xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.sms"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.3lightssoftware.imagescal","encoding":"base64","xrefs":{"person":["Gus_Asadi"],"template":["application/vnd.3lightssoftware.imagescal"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.acm.addressxfer+json","encoding":"base64","xrefs":{"person":["Sridhar_Ramakrishnan"],"template":["application/vnd.acm.addressxfer+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.acm.chatbot+json","encoding":"base64","xrefs":{"person":["Sridhar_Ramakrishnan"],"template":["application/vnd.acm.chatbot+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.acucobol","friendly":{"en":"ACU Cobol"},"encoding":"base64","extensions":["acu"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd.acucobol"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.acucorp","friendly":{"en":"ACU Cobol"},"encoding":"7bit","extensions":["atc","acutc"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd.acucorp"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.adobe.air-application-installer-package+zip","friendly":{"en":"Adobe AIR Application"},"encoding":"base64","extensions":["air"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.adobe.flash.movie","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.adobe.flash.movie"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.adobe.formscentral.fcdt","encoding":"base64","extensions":["fcdt"],"xrefs":{"person":["Chris_Solc"],"template":["application/vnd.adobe.formscentral.fcdt"]},"registered":true,"sort-priority":15},{"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,"sort-priority":14},{"content-type":"application/vnd.adobe.partial-upload","encoding":"base64","xrefs":{"person":["Tapani_Otala"],"template":["application/vnd.adobe.partial-upload"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.aether.imp","encoding":"base64","xrefs":{"person":["Jay_Moskowitz"],"template":["application/vnd.aether.imp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.afplinedata","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.afplinedata"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.afplinedata-pagedef","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.afplinedata-pagedef"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.cmoca-cmresource","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.cmoca-cmresource"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.foca-charset","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.foca-charset"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.foca-codedfont","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.foca-codedfont"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.foca-codepage","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.foca-codepage"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca-cmtable","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-cmtable"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca-formdef","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-formdef"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca-mediummap","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-mediummap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca-objectcontainer","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-objectcontainer"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca-overlay","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-overlay"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.afpc.modca-pagesegment","encoding":"base64","xrefs":{"person":["Jörg_Palmer"],"template":["application/vnd.afpc.modca-pagesegment"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.age","encoding":"base64","xrefs":{"person":["Filippo_Valsorda"],"template":["application/vnd.age"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ah-barcode","encoding":"base64","xrefs":{"person":["Katsuhiko_Ichinose"],"template":["application/vnd.ah-barcode"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.amadeus+json","encoding":"base64","xrefs":{"person":["Patrick_Brosse"],"template":["application/vnd.amadeus+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.amazon.ebook","friendly":{"en":"Amazon Kindle eBook format"},"encoding":"base64","extensions":["azw"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.amazon.mobi8-ebook","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.amazon.mobi8-ebook"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.amiga.ami","friendly":{"en":"AmigaDE"},"encoding":"base64","extensions":["ami"],"xrefs":{"person":["Kevin_Blumberg"],"template":["application/vnd.amiga.ami"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.amundsen.maze+xml","encoding":"base64","xrefs":{"person":["Mike_Amundsen"],"template":["application/vnd.amundsen.maze+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.android.ota","encoding":"base64","xrefs":{"person":["Greg_Kaiser"],"template":["application/vnd.android.ota"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.android.package-archive","friendly":{"en":"Android Package Archive"},"encoding":"base64","extensions":["apk"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.anki","encoding":"base64","xrefs":{"person":["Kerrick_Staley"],"template":["application/vnd.anki"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.anser-web-funds-transfer-initiation","friendly":{"en":"ANSER-WEB Terminal Client - Web Funds Transfer"},"encoding":"base64","extensions":["fti"],"registered":false,"sort-priority":47},{"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,"sort-priority":15},{"content-type":"application/vnd.apache.arrow.file","encoding":"base64","xrefs":{"person":["Apache_Arrow_Project"],"template":["application/vnd.apache.arrow.file"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apache.arrow.stream","encoding":"base64","xrefs":{"person":["Apache_Arrow_Project"],"template":["application/vnd.apache.arrow.stream"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apache.parquet","encoding":"base64","xrefs":{"person":["Apache_Parquet_Project"],"template":["application/vnd.apache.parquet"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apache.thrift.binary","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.binary"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apache.thrift.compact","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.compact"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apache.thrift.json","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apexlang","encoding":"base64","xrefs":{"person":["Fawad_Shaikh"],"template":["application/vnd.apexlang"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.api+json","encoding":"base64","xrefs":{"person":["Steve_Klabnik"],"template":["application/vnd.api+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.aplextor.warrp+json","encoding":"base64","xrefs":{"person":["Oleg_Uryutin"],"template":["application/vnd.aplextor.warrp+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apothekende.reservation+json","encoding":"base64","xrefs":{"person":["Adrian_Föder"],"template":["application/vnd.apothekende.reservation+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.apple.keynote","encoding":"base64","xrefs":{"person":["Manichandra_Sajjanapu"],"template":["application/vnd.apple.keynote"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.apple.numbers","encoding":"base64","xrefs":{"person":["Manichandra_Sajjanapu"],"template":["application/vnd.apple.numbers"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apple.pages","encoding":"base64","xrefs":{"person":["Manichandra_Sajjanapu"],"template":["application/vnd.apple.pages"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.apple.pkpass","encoding":"base64","extensions":["pkpass"],"registered":false,"sort-priority":47},{"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,"sort-priority":144},{"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,"sort-priority":15},{"content-type":"application/vnd.artisan+json","encoding":"base64","xrefs":{"person":["Brad_Turner"],"template":["application/vnd.artisan+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.artsquare","encoding":"base64","xrefs":{"person":["Christopher_Smith"],"template":["application/vnd.artsquare"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.astraea-software.iota","encoding":"base64","extensions":["iota"],"xrefs":{"person":["Christopher_Snazell"],"template":["application/vnd.astraea-software.iota"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.audiograph","friendly":{"en":"Audiograph"},"encoding":"base64","extensions":["aep"],"xrefs":{"person":["Horia_Cristian_Slusanschi"],"template":["application/vnd.audiograph"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.autopackage","encoding":"base64","xrefs":{"person":["Mike_Hearn"],"template":["application/vnd.autopackage"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.avalon+json","encoding":"base64","xrefs":{"person":["Ben_Hinman"],"template":["application/vnd.avalon+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.avistar+xml","encoding":"base64","xrefs":{"person":["Vladimir_Vysotsky"],"template":["application/vnd.avistar+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.balsamiq.bmml+xml","encoding":"base64","xrefs":{"person":["Giacomo_Guilizzoni"],"template":["application/vnd.balsamiq.bmml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.balsamiq.bmpr","encoding":"base64","xrefs":{"person":["Giacomo_Guilizzoni"],"template":["application/vnd.balsamiq.bmpr"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.banana-accounting","encoding":"base64","xrefs":{"person":["José_Del_Romano"],"template":["application/vnd.banana-accounting"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bbf.usp.error","encoding":"base64","xrefs":{"person":["Broadband_Forum"],"template":["application/vnd.bbf.usp.error"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bbf.usp.msg","encoding":"base64","xrefs":{"person":["Broadband_Forum"],"template":["application/vnd.bbf.usp.msg"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bbf.usp.msg+json","encoding":"base64","xrefs":{"person":["Broadband_Forum"],"template":["application/vnd.bbf.usp.msg+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bekitzur-stech+json","encoding":"base64","xrefs":{"person":["Jegulsky"],"template":["application/vnd.bekitzur-stech+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.belightsoft.lhzd+zip","encoding":"base64","xrefs":{"person":["Dmytro_Yunchyk"],"template":["application/vnd.belightsoft.lhzd+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.belightsoft.lhzl+zip","encoding":"base64","xrefs":{"person":["Dmytro_Yunchyk"],"template":["application/vnd.belightsoft.lhzl+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bint.med-content","encoding":"base64","xrefs":{"person":["Heinz-Peter_Schütz"],"template":["application/vnd.bint.med-content"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.biopax.rdf+xml","encoding":"base64","xrefs":{"person":["Pathway_Commons"],"template":["application/vnd.biopax.rdf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.blink-idb-value-wrapper","encoding":"base64","xrefs":{"person":["Victor_Costan"],"template":["application/vnd.blink-idb-value-wrapper"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.bluetooth.ep.oob","encoding":"base64","xrefs":{"person":["Mike_Foley"],"template":["application/vnd.bluetooth.ep.oob"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bluetooth.le.oob","encoding":"base64","xrefs":{"person":["Mark_Powell"],"template":["application/vnd.bluetooth.le.oob"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.bpf","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.bpf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bpf3","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.bpf3"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.businessobjects","friendly":{"en":"BusinessObjects"},"encoding":"base64","extensions":["rep"],"xrefs":{"person":["Philippe_Imoucha"],"template":["application/vnd.businessobjects"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.byu.uapi+json","encoding":"base64","xrefs":{"person":["Brent_Moore"],"template":["application/vnd.byu.uapi+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.bzip3","encoding":"base64","xrefs":{"person":["Kamila_Szewczyk"],"template":["application/vnd.bzip3"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.c3voc.schedule+xml","encoding":"base64","xrefs":{"person":["Andreas_Hubel"],"template":["application/vnd.c3voc.schedule+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cab-jscript","encoding":"base64","xrefs":{"person":["Joerg_Falkenberg"],"template":["application/vnd.cab-jscript"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.canon-cpdl","encoding":"base64","xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-cpdl"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.canon-lips","encoding":"base64","xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-lips"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.capasystems-pg+json","encoding":"base64","xrefs":{"person":["Yüksel_Aydemir"],"template":["application/vnd.capasystems-pg+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cendio.thinlinc.clientconf","encoding":"base64","xrefs":{"person":["Peter_Astrand"],"template":["application/vnd.cendio.thinlinc.clientconf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.century-systems.tcp_stream","encoding":"base64","xrefs":{"person":["Shuji_Fujii"],"template":["application/vnd.century-systems.tcp_stream"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.chess-pgn","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.chess-pgn"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.ciedi","encoding":"base64","xrefs":{"person":["Hidekazu_Enjo"],"template":["application/vnd.ciedi"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.cirpack.isdn-ext","encoding":"base64","xrefs":{"person":["Pascal_Mayeux"],"template":["application/vnd.cirpack.isdn-ext"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.citationstyles.style+xml","encoding":"base64","xrefs":{"person":["Rintze_M._Zelle"],"template":["application/vnd.citationstyles.style+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.claymore","friendly":{"en":"Claymore Data Files"},"encoding":"base64","extensions":["cla"],"xrefs":{"person":["Ray_Simpson"],"template":["application/vnd.claymore"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":11},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.cncf.helm.chart.content.v1.tar+gzip","encoding":"base64","xrefs":{"person":["Andrew_Block"],"template":["application/vnd.cncf.helm.chart.content.v1.tar+gzip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cncf.helm.chart.provenance.v1.prov","encoding":"base64","xrefs":{"person":["Andrew_Block"],"template":["application/vnd.cncf.helm.chart.provenance.v1.prov"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cncf.helm.config.v1+json","encoding":"base64","xrefs":{"person":["Andrew_Block"],"template":["application/vnd.cncf.helm.config.v1+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.coffeescript","encoding":"base64","xrefs":{"person":["Devyn_Collier_Johnson"],"template":["application/vnd.coffeescript"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collabio.xodocuments.document","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.document"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collabio.xodocuments.document-template","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.document-template"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collabio.xodocuments.presentation","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.presentation"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collabio.xodocuments.presentation-template","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.presentation-template"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collabio.xodocuments.spreadsheet","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.spreadsheet"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collabio.xodocuments.spreadsheet-template","encoding":"base64","xrefs":{"person":["Alexey_Meandrov"],"template":["application/vnd.collabio.xodocuments.spreadsheet-template"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collection+json","encoding":"base64","xrefs":{"person":["Mike_Amundsen"],"template":["application/vnd.collection+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collection.doc+json","encoding":"base64","xrefs":{"person":["Irakli_Nadareishvili"],"template":["application/vnd.collection.doc+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.collection.next+json","encoding":"base64","xrefs":{"person":["Ioseb_Dzmanashvili"],"template":["application/vnd.collection.next+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.comicbook+zip","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.comicbook+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.comicbook-rar","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.comicbook-rar"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.commerce-battelle","encoding":"base64","xrefs":{"person":["David_Applebaum"],"template":["application/vnd.commerce-battelle"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.coreos.ignition+json","encoding":"base64","xrefs":{"person":["Alex_Crawford"],"template":["application/vnd.coreos.ignition+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cosmocaller","friendly":{"en":"CosmoCaller"},"encoding":"base64","extensions":["cmc"],"xrefs":{"person":["Steve_Dellutri"],"template":["application/vnd.cosmocaller"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.cryptii.pipe+json","encoding":"base64","xrefs":{"person":["Fränz_Friederes"],"template":["application/vnd.cryptii.pipe+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.crypto-shade-file","encoding":"base64","xrefs":{"person":["Connor_Horman"],"template":["application/vnd.crypto-shade-file"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cryptomator.encrypted","encoding":"base64","xrefs":{"person":["Sebastian_Stenzel"],"template":["application/vnd.cryptomator.encrypted"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cryptomator.vault","encoding":"base64","xrefs":{"person":["Sebastian_Stenzel"],"template":["application/vnd.cryptomator.vault"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ctc-posml","friendly":{"en":"PosML"},"encoding":"base64","extensions":["pml"],"xrefs":{"person":["Bayard_Kohlhepp"],"template":["application/vnd.ctc-posml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ctct.ws+xml","encoding":"base64","xrefs":{"person":["Jim_Ancona"],"template":["application/vnd.ctct.ws+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cups-pdf","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-pdf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cups-postscript","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-postscript"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.cups-raster","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raster"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cups-raw","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raw"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.curl","encoding":"base64","extensions":["curl"],"xrefs":{"person":["Robert_Byrnes"],"template":["application/vnd.curl"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.curl.car","friendly":{"en":"CURL Applet"},"encoding":"base64","extensions":["car"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.curl.pcurl","friendly":{"en":"CURL Applet"},"encoding":"base64","extensions":["pcurl"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.cyan.dean.root+xml","encoding":"base64","xrefs":{"person":["Matt_Kern"],"template":["application/vnd.cyan.dean.root+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cybank","encoding":"base64","xrefs":{"person":["Nor_Helmee"],"template":["application/vnd.cybank"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cyclonedx+json","encoding":"base64","xrefs":{"person":["Patrick_Dwyer"],"template":["application/vnd.cyclonedx+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.cyclonedx+xml","encoding":"base64","xrefs":{"person":["Patrick_Dwyer"],"template":["application/vnd.cyclonedx+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.d2l.coursepackage1p0+zip","encoding":"base64","xrefs":{"person":["Viktor_Haag"],"template":["application/vnd.d2l.coursepackage1p0+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.d3m-dataset","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.d3m-dataset"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.d3m-problem","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.d3m-problem"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dart","encoding":"base64","extensions":["dart"],"xrefs":{"person":["Anders_Sandholm"],"template":["application/vnd.dart"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.datalog","encoding":"base64","xrefs":{"person":["Simon_Johnston"],"template":["application/vnd.datalog"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.datapackage+json","encoding":"base64","xrefs":{"person":["Paul_Walsh"],"template":["application/vnd.datapackage+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dataresource+json","encoding":"base64","xrefs":{"person":["Paul_Walsh"],"template":["application/vnd.dataresource+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dbf","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.dbf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.debian.binary-package","encoding":"base64","xrefs":{"person":["Debian_Policy_mailing_list"],"template":["application/vnd.debian.binary-package"]},"registered":true,"sort-priority":16},{"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,"sort-priority":12},{"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,"sort-priority":14},{"content-type":"application/vnd.dece.unspecified","encoding":"base64","extensions":["uvvx","uvx"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.unspecified"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.dece.zip","encoding":"base64","extensions":["uvvz","uvz"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.zip"]},"registered":true,"sort-priority":14},{"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,"sort-priority":15},{"content-type":"application/vnd.desmume.movie","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.desmume.movie"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dir-bi.plate-dl-nosuffix","encoding":"base64","xrefs":{"person":["Yamanaka"],"template":["application/vnd.dir-bi.plate-dl-nosuffix"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dm.delegation+xml","encoding":"base64","xrefs":{"person":["Axel_Ferrazzini"],"template":["application/vnd.dm.delegation+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.document+json","encoding":"base64","xrefs":{"person":["Tom_Christie"],"template":["application/vnd.document+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dolby.mlp","friendly":{"en":"Dolby Meridian Lossless Packing"},"encoding":"base64","extensions":["mlp"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.dolby.mobile.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["application/vnd.dolby.mobile.1"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dolby.mobile.2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["application/vnd.dolby.mobile.2"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.doremir.scorecloud-binary-document","encoding":"base64","xrefs":{"person":["Erik_Ronström"],"template":["application/vnd.doremir.scorecloud-binary-document"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dpgraph","friendly":{"en":"DPGraph"},"encoding":"base64","extensions":["dpg"],"xrefs":{"person":["David_Parker"],"template":["application/vnd.dpgraph"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.dreamfactory","friendly":{"en":"DreamFactory"},"encoding":"base64","extensions":["dfac"],"xrefs":{"person":["William_C._Appleton"],"template":["application/vnd.dreamfactory"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.drive+json","encoding":"base64","xrefs":{"person":["Keith_Kester"],"template":["application/vnd.drive+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ds-keypoint","encoding":"base64","extensions":["kpxx"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.dtg.local","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dtg.local.flash","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.flash"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dtg.local.html","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.html"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.dvb.dvbisl+xml","encoding":"base64","xrefs":{"person":["Emily_DUBS"],"template":["application/vnd.dvb.dvbisl+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.dvbj","encoding":"base64","xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.dvbj"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.esgcontainer","encoding":"base64","xrefs":{"person":["Joerg_Heuer"],"template":["application/vnd.dvb.esgcontainer"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.ipdcdftnotifaccess","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.ipdcdftnotifaccess"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.ipdcesgaccess","encoding":"base64","xrefs":{"person":["Joerg_Heuer"],"template":["application/vnd.dvb.ipdcesgaccess"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.ipdcesgaccess2","encoding":"base64","xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgaccess2"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.ipdcesgpdd","encoding":"base64","xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgpdd"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.ipdcroaming","encoding":"base64","xrefs":{"person":["Yiling_Xu"],"template":["application/vnd.dvb.ipdcroaming"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.iptv.alfec-base","encoding":"base64","xrefs":{"person":["Jean-Baptiste_Henry"],"template":["application/vnd.dvb.iptv.alfec-base"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.iptv.alfec-enhancement","encoding":"base64","xrefs":{"person":["Jean-Baptiste_Henry"],"template":["application/vnd.dvb.iptv.alfec-enhancement"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.dvb.notif-container+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-container+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.notif-generic+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-generic+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.dvb.notif-init+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-init+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dvb.pfr","encoding":"base64","xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.pfr"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.dxr","encoding":"base64","xrefs":{"person":["Michael_Duffy"],"template":["application/vnd.dxr"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.dynageo","friendly":{"en":"DynaGeo"},"encoding":"base64","extensions":["geo"],"xrefs":{"person":["Roland_Mechling"],"template":["application/vnd.dynageo"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.dzr","encoding":"base64","xrefs":{"person":["Carl_Anderson"],"template":["application/vnd.dzr"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.easykaraoke.cdgdownload","encoding":"base64","xrefs":{"person":["Iain_Downs"],"template":["application/vnd.easykaraoke.cdgdownload"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecdis-update","encoding":"base64","xrefs":{"person":["Gert_Buettgenbach"],"template":["application/vnd.ecdis-update"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecip.rlp","encoding":"base64","xrefs":{"person":["Wei_Tang"],"template":["application/vnd.ecip.rlp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.eclipse.ditto+json","encoding":"base64","xrefs":{"person":["Eclipse_Ditto_developers"],"template":["application/vnd.eclipse.ditto+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.ecowin.filerequest","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.filerequest"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecowin.fileupdate","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.fileupdate"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecowin.series","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.series"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecowin.seriesrequest","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesrequest"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ecowin.seriesupdate","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesupdate"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.efi.img","encoding":"base64","xrefs":{"person":["Fu_Siyuan","UEFI_Forum"],"template":["application/vnd.efi.img"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.efi.iso","encoding":"base64","xrefs":{"person":["Fu_Siyuan","UEFI_Forum"],"template":["application/vnd.efi.iso"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.eln+zip","encoding":"base64","xrefs":{"person":["Nicolas_CARPI"],"template":["application/vnd.eln+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.emclient.accessrequest+xml","encoding":"base64","xrefs":{"person":["Filip_Navara"],"template":["application/vnd.emclient.accessrequest+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.enliven","friendly":{"en":"Enliven Viewer"},"encoding":"base64","extensions":["nml"],"xrefs":{"person":["Paul_Santinelli_Jr."],"template":["application/vnd.enliven"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.enphase.envoy","encoding":"base64","xrefs":{"person":["Chris_Eich"],"template":["application/vnd.enphase.envoy"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.eprints.data+xml","encoding":"base64","xrefs":{"person":["Tim_Brody"],"template":["application/vnd.eprints.data+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.ericsson.quickcall","encoding":"base64","xrefs":{"person":["Paul_Tidwell"],"template":["application/vnd.ericsson.quickcall"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.erofs","encoding":"base64","xrefs":{"person":["Xiang_Gao"],"template":["application/vnd.erofs"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.espass-espass+zip","encoding":"base64","xrefs":{"person":["Marcus_Ligi_Büschleb"],"template":["application/vnd.espass-espass+zip"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"content-type":"application/vnd.etsi.aoc+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.aoc+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.etsi.cug+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.cug+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvcommand+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvcommand+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvdiscovery+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvdiscovery+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvprofile+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvprofile+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvsad-bc+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-bc+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvsad-cod+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-cod+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvsad-npvr+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-npvr+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvservice+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvservice+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvsync+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvsync+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.iptvueprofile+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvueprofile+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.mcid+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.mcid+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.mheg5","encoding":"base64","xrefs":{"person":["Ian_Medland","Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.mheg5"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.etsi.pstn+xml","encoding":"base64","xrefs":{"person":["Jiwan_Han","Thomas_Belling"],"template":["application/vnd.etsi.pstn+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.sci+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.sci+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.simservs+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.simservs+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.timestamp-token","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.timestamp-token"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.tsl+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.tsl+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.etsi.tsl.der","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.tsl.der"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.eu.kasparian.car+json","encoding":"base64","xrefs":{"person":["Hervé_Kasparian"],"template":["application/vnd.eu.kasparian.car+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.eudora.data","encoding":"base64","xrefs":{"person":["Pete_Resnick"],"template":["application/vnd.eudora.data"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.evolv.ecig.profile","encoding":"base64","xrefs":{"person":["James_Bellinger"],"template":["application/vnd.evolv.ecig.profile"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.evolv.ecig.settings","encoding":"base64","xrefs":{"person":["James_Bellinger"],"template":["application/vnd.evolv.ecig.settings"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.evolv.ecig.theme","encoding":"base64","xrefs":{"person":["James_Bellinger"],"template":["application/vnd.evolv.ecig.theme"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.exstream-empower+zip","encoding":"base64","xrefs":{"person":["Bill_Kidwell"],"template":["application/vnd.exstream-empower+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.exstream-package","encoding":"base64","xrefs":{"person":["Bill_Kidwell"],"template":["application/vnd.exstream-package"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.f-secure.mobile","encoding":"base64","xrefs":{"person":["Samu_Sarivaara"],"template":["application/vnd.f-secure.mobile"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.familysearch.gedcom+zip","encoding":"base64","xrefs":{"person":["Gordon_Clarke"],"template":["application/vnd.familysearch.gedcom+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fastcopy-disk-image","encoding":"base64","xrefs":{"person":["Thomas_Huth"],"template":["application/vnd.fastcopy-disk-image"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fdf","friendly":{"en":"Forms Data Format"},"encoding":"base64","extensions":["fdf"],"xrefs":{"person":["Steve_Zilles"],"template":["application/vnd.fdf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.fdsn.mseed","encoding":"base64","extensions":["mseed"],"xrefs":{"person":["Chad_Trabant"],"template":["application/vnd.fdsn.mseed"]},"registered":true,"sort-priority":15},{"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,"sort-priority":14},{"content-type":"application/vnd.ffsns","encoding":"base64","xrefs":{"person":["Holstage"],"template":["application/vnd.ffsns"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ficlab.flb+zip","encoding":"base64","xrefs":{"person":["Steve_Gilberd"],"template":["application/vnd.ficlab.flb+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.filmit.zfc","encoding":"base64","xrefs":{"person":["Harms_Moeller"],"template":["application/vnd.filmit.zfc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fints","encoding":"base64","xrefs":{"person":["Ingo_Hammann"],"template":["application/vnd.fints"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.firemonkeys.cloudcell","encoding":"base64","xrefs":{"person":["Alex_Dubov"],"template":["application/vnd.firemonkeys.cloudcell"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.FloGraphIt","friendly":{"en":"NpGraphIt"},"encoding":"base64","extensions":["gph"],"xrefs":{"person":["Dick_Floersch"],"template":["application/vnd.FloGraphIt"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.font-fontforge-sfd","encoding":"base64","xrefs":{"person":["George_Williams"],"template":["application/vnd.font-fontforge-sfd"]},"registered":true,"sort-priority":16},{"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,"sort-priority":9},{"content-type":"application/vnd.freelog.comic","encoding":"base64","xrefs":{"person":["Liu_Qiancen"],"template":["application/vnd.freelog.comic"]},"registered":true,"sort-priority":16},{"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,"sort-priority":143},{"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,"sort-priority":143},{"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,"sort-priority":15},{"content-type":"application/vnd.fujifilm.fb.docuworks","encoding":"base64","xrefs":{"person":["Kazuya_Iimura"],"template":["application/vnd.fujifilm.fb.docuworks"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fujifilm.fb.docuworks.binder","encoding":"base64","xrefs":{"person":["Kazuya_Iimura"],"template":["application/vnd.fujifilm.fb.docuworks.binder"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fujifilm.fb.docuworks.container","encoding":"base64","xrefs":{"person":["Kazuya_Iimura"],"template":["application/vnd.fujifilm.fb.docuworks.container"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fujifilm.fb.jfi+xml","encoding":"base64","xrefs":{"person":["Keitaro_Ishida"],"template":["application/vnd.fujifilm.fb.jfi+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.fujixerox.ART-EX","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART-EX"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fujixerox.ART4","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART4"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.fujixerox.docuworks.container","encoding":"base64","xrefs":{"person":["Kiyoshi_Tashiro"],"template":["application/vnd.fujixerox.docuworks.container"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fujixerox.HBPL","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.HBPL"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fut-misnet","encoding":"base64","xrefs":{"person":["Jann_Pruulman"],"template":["application/vnd.fut-misnet"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.futoin+cbor","encoding":"base64","xrefs":{"person":["Andrey_Galkin"],"template":["application/vnd.futoin+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.futoin+json","encoding":"base64","xrefs":{"person":["Andrey_Galkin"],"template":["application/vnd.futoin+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.fuzzysheet","friendly":{"en":"FuzzySheet"},"encoding":"base64","extensions":["fzs"],"xrefs":{"person":["Simon_Birtwistle"],"template":["application/vnd.fuzzysheet"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ga4gh.passport+jwt","encoding":"base64","xrefs":{"person":["GA4GH_Secretariat"],"template":["application/vnd.ga4gh.passport+jwt"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.genozip","encoding":"base64","xrefs":{"person":["Divon_Lan"],"template":["application/vnd.genozip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentics.grd+json","encoding":"base64","xrefs":{"person":["Philipp_Gortan"],"template":["application/vnd.gentics.grd+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.catmetadata+xml","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.catmetadata+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.ebuild","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.ebuild"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.eclass","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.eclass"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.gpkg","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.gpkg"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.manifest","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.manifest"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.pkgmetadata+xml","encoding":"base64","xrefs":{"person":["Michał_Górny"],"template":["application/vnd.gentoo.pkgmetadata+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gentoo.xpak","encoding":"base64","xrefs":{"person":["Gentoo_Portage_Project"],"template":["application/vnd.gentoo.xpak"]},"registered":true,"sort-priority":16},{"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,"sort-priority":144},{"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,"sort-priority":144},{"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,"sort-priority":15},{"content-type":"application/vnd.geogebra.slides","encoding":"base64","extensions":["ggs"],"xrefs":{"person":["GeoGebra","Markus_Hohenwarter","Michael_Borcherds"],"template":["application/vnd.geogebra.slides"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":14},{"content-type":"application/vnd.geonext","friendly":{"en":"GEONExT and JSXGraph"},"encoding":"base64","extensions":["gxt"],"xrefs":{"person":["Matthias_Ehmann"],"template":["application/vnd.geonext"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.geoplan","friendly":{"en":"GeoplanW"},"encoding":"base64","extensions":["g2w"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geoplan"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.geospace","friendly":{"en":"GeospacW"},"encoding":"base64","extensions":["g3w"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geospace"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.gerber","encoding":"base64","xrefs":{"person":["Thomas_Weyn"],"template":["application/vnd.gerber"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.globalplatform.card-content-mgt","encoding":"base64","xrefs":{"person":["Gil_Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":143},{"content-type":"application/vnd.gnu.taler.exchange+json","encoding":"base64","xrefs":{"person":["Christian_Grothoff"],"template":["application/vnd.gnu.taler.exchange+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gnu.taler.merchant+json","encoding":"base64","xrefs":{"person":["Christian_Grothoff"],"template":["application/vnd.gnu.taler.merchant+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.gov.sk.e-form+xml","encoding":"base64","obsolete":true,"xrefs":{"person":["Stefan_Szilva"],"template":["application/vnd.gov.sk.e-form+xml"],"notes":["(OBSOLETED by request)"]},"registered":true,"sort-priority":144},{"content-type":"application/vnd.gov.sk.e-form+zip","encoding":"base64","xrefs":{"person":["Stefan_Szilva"],"template":["application/vnd.gov.sk.e-form+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gov.sk.xmldatacontainer+xml","encoding":"base64","xrefs":{"person":["Stefan_Szilva"],"template":["application/vnd.gov.sk.xmldatacontainer+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.gpxsee.map+xml","encoding":"base64","xrefs":{"person":["Martin_Tůma"],"template":["application/vnd.gpxsee.map+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.grafeq","friendly":{"en":"GrafEq"},"encoding":"base64","extensions":["gqf","gqs"],"xrefs":{"person":["Jeff_Tupper"],"template":["application/vnd.grafeq"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.gridmp","encoding":"base64","xrefs":{"person":["Jeff_Lawson"],"template":["application/vnd.gridmp"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.hal+json","encoding":"base64","xrefs":{"person":["Mike_Kelly"],"template":["application/vnd.hal+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":10},{"content-type":"application/vnd.hc+json","encoding":"base64","xrefs":{"person":["Jan_Schütze"],"template":["application/vnd.hc+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hcl-bireports","encoding":"base64","xrefs":{"person":["Doug_R._Serres"],"template":["application/vnd.hcl-bireports"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hdt","encoding":"base64","xrefs":{"person":["Javier_D._Fernández"],"template":["application/vnd.hdt"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.heroku+json","encoding":"base64","xrefs":{"person":["Wesley_Beary"],"template":["application/vnd.heroku+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.hl7cda+xml","encoding":"base64","xrefs":{"person":["Marc_Duteau"],"template":["application/vnd.hl7cda+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hl7v2+xml","encoding":"base64","xrefs":{"person":["Marc_Duteau"],"template":["application/vnd.hl7v2+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.hsl","encoding":"base64","xrefs":{"person":["Heungsub_Lee"],"template":["application/vnd.hsl"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.httphone","encoding":"base64","xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.httphone"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.hyper+json","encoding":"base64","xrefs":{"person":["Irakli_Nadareishvili"],"template":["application/vnd.hyper+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hyper-item+json","encoding":"base64","xrefs":{"person":["Mario_Demuth"],"template":["application/vnd.hyper-item+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.hyperdrive+json","encoding":"base64","xrefs":{"person":["Daniel_Sims"],"template":["application/vnd.hyperdrive+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":144},{"content-type":"application/vnd.ibm.electronic-media","encoding":"base64","extensions":["emm"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.electronic-media"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ibm.MiniPay","friendly":{"en":"MiniPay"},"encoding":"base64","extensions":["mpy"],"xrefs":{"person":["Amir_Herzberg"],"template":["application/vnd.ibm.MiniPay"]},"registered":true,"sort-priority":15},{"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,"sort-priority":141},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.iccprofile","friendly":{"en":"ICC profile"},"encoding":"base64","extensions":["icc","icm"],"xrefs":{"person":["Phil_Green"],"template":["application/vnd.iccprofile"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.ieee.1905","encoding":"base64","xrefs":{"person":["Purva_R_Rajkotia"],"template":["application/vnd.ieee.1905"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.igloader","friendly":{"en":"igLoader"},"encoding":"base64","extensions":["igl"],"xrefs":{"person":["Tim_Fisher"],"template":["application/vnd.igloader"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.imagemeter.folder+zip","encoding":"base64","xrefs":{"person":["Dirk_Farin"],"template":["application/vnd.imagemeter.folder+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.imagemeter.image+zip","encoding":"base64","xrefs":{"person":["Dirk_Farin"],"template":["application/vnd.imagemeter.image+zip"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.ims.imsccv1p1","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p1"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ims.imsccv1p2","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p2"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ims.imsccv1p3","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p3"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.informedcontrol.rms+xml","encoding":"base64","xrefs":{"person":["Mark_Wahl"],"template":["application/vnd.informedcontrol.rms+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":144},{"content-type":"application/vnd.infotech.project","encoding":"base64","xrefs":{"person":["Charles_Engelke"],"template":["application/vnd.infotech.project"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.infotech.project+xml","encoding":"base64","xrefs":{"person":["Charles_Engelke"],"template":["application/vnd.infotech.project+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.innopath.wamp.notification","encoding":"base64","xrefs":{"person":["Takanori_Sudo"],"template":["application/vnd.innopath.wamp.notification"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":14},{"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,"sort-priority":15},{"content-type":"application/vnd.intertrust.digibox","encoding":"base64","xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.digibox"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.intertrust.nncp","encoding":"base64","xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.nncp"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.intu.qfx","friendly":{"en":"Quicken"},"encoding":"base64","extensions":["qfx"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qfx"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.ipfs.ipns-record","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipfs.ipns-record"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ipld.car","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipld.car"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ipld.dag-cbor","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipld.dag-cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ipld.dag-json","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipld.dag-json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ipld.raw","encoding":"base64","xrefs":{"person":["Marcin_Rataj"],"template":["application/vnd.ipld.raw"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.catalogitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.catalogitem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.conceptitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.conceptitem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.knowledgeitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.knowledgeitem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.newsitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsitem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.newsmessage+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsmessage+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.packageitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.packageitem+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.iptc.g2.planningitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.planningitem+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.iso11783-10+zip","encoding":"base64","xrefs":{"person":["Frank_Wiebeler"],"template":["application/vnd.iso11783-10+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.jam","friendly":{"en":"Lightspeed Audio Lab"},"encoding":"base64","extensions":["jam"],"xrefs":{"person":["Brijesh_Kumar"],"template":["application/vnd.jam"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.japannet-directory-service","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-directory-service"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-jpnstore-wakeup","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-jpnstore-wakeup"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-payment-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-payment-wakeup"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-registration","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-registration"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-registration-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-registration-wakeup"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-setstore-wakeup","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-setstore-wakeup"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-verification","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-verification"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.japannet-verification-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-verification-wakeup"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.jisp","friendly":{"en":"RhymBox"},"encoding":"base64","extensions":["jisp"],"xrefs":{"person":["Sebastiaan_Deckers"],"template":["application/vnd.jisp"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.jsk.isdn-ngn","encoding":"base64","xrefs":{"person":["Yokoyama_Kiyonobu"],"template":["application/vnd.jsk.isdn-ngn"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.kahootz","friendly":{"en":"Kahootz"},"encoding":"base64","extensions":["ktr","ktz"],"xrefs":{"person":["Tim_Macdonald"],"template":["application/vnd.kahootz"]},"registered":true,"sort-priority":14},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":14},{"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,"sort-priority":15},{"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,"sort-priority":14},{"content-type":"application/vnd.kenameaapp","friendly":{"en":"Kenamea App"},"encoding":"base64","extensions":["htke"],"xrefs":{"person":["Dirk_DiGiorgio-Haag"],"template":["application/vnd.kenameaapp"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.keyman.kmp+zip","encoding":"base64","xrefs":{"person":["Marc_Durdin"],"template":["application/vnd.keyman.kmp+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.keyman.kmx","encoding":"base64","xrefs":{"person":["Marc_Durdin"],"template":["application/vnd.keyman.kmx"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.kidspiration","friendly":{"en":"Kidspiration"},"encoding":"base64","extensions":["kia"],"xrefs":{"person":["Jack_Bennett"],"template":["application/vnd.kidspiration"]},"registered":true,"sort-priority":15},{"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,"sort-priority":13},{"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,"sort-priority":12},{"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,"sort-priority":15},{"content-type":"application/vnd.las","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.las"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.las.las+json","encoding":"base64","xrefs":{"person":["Rob_Bailey"],"template":["application/vnd.las.las+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.laszip","encoding":"base64","xrefs":{"person":["Bryan_Blank","NCGIS"],"template":["application/vnd.laszip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ldev.productlicensing","encoding":"base64","xrefs":{"person":["L.development_Polska"],"template":["application/vnd.ldev.productlicensing"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.leap+json","encoding":"base64","xrefs":{"person":["Mark_C_Fralick"],"template":["application/vnd.leap+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.liberty-request+xml","encoding":"base64","xrefs":{"person":["Brett_McDowell"],"template":["application/vnd.liberty-request+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.logipipe.circuit+zip","encoding":"base64","xrefs":{"person":["Victor_Kuchynsky"],"template":["application/vnd.logipipe.circuit+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.loom","encoding":"base64","xrefs":{"person":["Sten_Linnarsson"],"template":["application/vnd.loom"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.mapbox-vector-tile","encoding":"base64","xrefs":{"person":["Blake_Thompson"],"template":["application/vnd.mapbox-vector-tile"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.marlin.drm.actiontoken+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.actiontoken+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.marlin.drm.conftoken+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.conftoken+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.marlin.drm.license+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.license+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.marlin.drm.mdcf","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.mdcf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mason+json","encoding":"base64","xrefs":{"person":["Jorn_Wildt"],"template":["application/vnd.mason+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.maxar.archive.3tz+zip","encoding":"base64","xrefs":{"person":["Erik_Dahlström"],"template":["application/vnd.maxar.archive.3tz+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.maxmind.maxmind-db","encoding":"base64","xrefs":{"person":["William_Stevenson"],"template":["application/vnd.maxmind.maxmind-db"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.mdl","encoding":"base64","xrefs":{"person":["Lutz_Kettner"],"template":["application/vnd.mdl"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mdl-mbsdf","encoding":"base64","xrefs":{"person":["Lutz_Kettner"],"template":["application/vnd.mdl-mbsdf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.medcalcdata","friendly":{"en":"MedCalc"},"encoding":"base64","extensions":["mc1"],"xrefs":{"person":["Frank_Schoonjans"],"template":["application/vnd.medcalcdata"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.mediastation.cdkey","friendly":{"en":"MediaRemote"},"encoding":"base64","extensions":["cdkey"],"xrefs":{"person":["Henry_Flurry"],"template":["application/vnd.mediastation.cdkey"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.medicalholodeck.recordxr","encoding":"base64","xrefs":{"person":["Dominique_Sandoz"],"template":["application/vnd.medicalholodeck.recordxr"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.meridian-slingshot","encoding":"base64","xrefs":{"person":["Eric_Wedel"],"template":["application/vnd.meridian-slingshot"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mermaid","encoding":"base64","xrefs":{"person":["Sidharth_Vinod"],"template":["application/vnd.mermaid"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.micro+json","encoding":"base64","xrefs":{"person":["Dali_Zheng"],"template":["application/vnd.micro+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.micrografx.flo","friendly":{"en":"Micrografx"},"encoding":"base64","extensions":["flo"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx.flo"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.microsoft.portable-executable","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.microsoft.portable-executable"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.microsoft.windows.thumbnail-cache","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.microsoft.windows.thumbnail-cache"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.miele+json","encoding":"base64","xrefs":{"person":["Nils_Langhammer"],"template":["application/vnd.miele+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mif","friendly":{"en":"FrameMaker Interchange Format"},"encoding":"base64","extensions":["mif"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd.mif"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.minisoft-hp3000-save","encoding":"base64","xrefs":{"person":["Chris_Bartram"],"template":["application/vnd.minisoft-hp3000-save"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.mitsubishi.misty-guard.trustweb","encoding":"base64","xrefs":{"person":["Tanaka"],"template":["application/vnd.mitsubishi.misty-guard.trustweb"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.modl","encoding":"base64","xrefs":{"person":["Elliott_Brown"],"template":["application/vnd.modl"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.motorola.flexsuite","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.flexsuite.adsi","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.adsi"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.flexsuite.fis","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.fis"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.flexsuite.gotap","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.gotap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.flexsuite.kmr","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.kmr"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.flexsuite.ttc","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.ttc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.flexsuite.wem","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.wem"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.motorola.iprm","encoding":"base64","xrefs":{"person":["Rafie_Shamsaasef"],"template":["application/vnd.motorola.iprm"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.ms-3mfdocument","encoding":"base64","xrefs":{"person":["Shawn_Maloney"],"template":["application/vnd.ms-3mfdocument"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.ms-asf","encoding":"base64","extensions":["asf"],"xrefs":{"person":["Eric_Fleischman"],"template":["application/vnd.ms-asf"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":10},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.ms-office.activeX+xml","encoding":"base64","xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-office.activeX+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.ms-outlook","encoding":"base64","extensions":["msg"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-pki.seccat","friendly":{"en":"Microsoft Trust UI Provider - Security Catalog"},"encoding":"base64","extensions":["cat"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-pki.stl","friendly":{"en":"Microsoft Trust UI Provider - Certificate Trust Link"},"encoding":"base64","extensions":["stl"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.ms-playready.initiator+xml","encoding":"base64","xrefs":{"person":["Daniel_Schneider"],"template":["application/vnd.ms-playready.initiator+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":13},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.ms-PrintDeviceCapabilities+xml","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-PrintDeviceCapabilities+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-PrintSchemaTicket+xml","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-PrintSchemaTicket+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"content-type":"application/vnd.ms-tnef","encoding":"base64","xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-tnef"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-windows.devicepairing","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.devicepairing"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-windows.nwprinting.oob","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.nwprinting.oob"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-windows.printerpairing","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.printerpairing"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ms-windows.wsd.oob","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.wsd.oob"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.ms-wmdrm.lic-resp","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-resp"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.ms-wmdrm.meter-resp","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-resp"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":12},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.msa-disk-image","encoding":"base64","xrefs":{"person":["Thomas_Huth"],"template":["application/vnd.msa-disk-image"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.msgpack","encoding":"base64","xrefs":{"person":["Alexander_Ivanov"],"template":["application/vnd.msgpack"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.msign","encoding":"base64","xrefs":{"person":["Malte_Borcherding"],"template":["application/vnd.msign"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.multiad.creator","encoding":"base64","xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.multiad.creator.cif","encoding":"base64","xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator.cif"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.music-niff","encoding":"base64","xrefs":{"person":["Tim_Butler"],"template":["application/vnd.music-niff"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.mynfc","encoding":"base64","extensions":["taglet"],"xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.mynfc"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.nacamar.ybrid+json","encoding":"base64","xrefs":{"person":["Sebastian_A._Weiss"],"template":["application/vnd.nacamar.ybrid+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nato.bindingdataobject+cbor","encoding":"base64","xrefs":{"person":["Aidan_Murdock"],"template":["application/vnd.nato.bindingdataobject+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nato.bindingdataobject+json","encoding":"base64","xrefs":{"person":["Aidan_Murdock"],"template":["application/vnd.nato.bindingdataobject+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nato.bindingdataobject+xml","encoding":"base64","xrefs":{"person":["Aidan_Murdock"],"template":["application/vnd.nato.bindingdataobject+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nato.openxmlformats-package.iepd+zip","encoding":"base64","xrefs":{"person":["Aidan_Murdock"],"template":["application/vnd.nato.openxmlformats-package.iepd+zip"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ncd.control","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.control"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ncd.reference","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.reference"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nearst.inv+json","encoding":"base64","xrefs":{"person":["Thomas_Schoffelen"],"template":["application/vnd.nearst.inv+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nebumind.line","encoding":"base64","xrefs":{"person":["Andreas_Molzer"],"template":["application/vnd.nebumind.line"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nervana","encoding":"base64","extensions":["ent","entity","req","request","bkm","kcm"],"xrefs":{"person":["Steve_Judkins"],"template":["application/vnd.nervana"]},"registered":true,"sort-priority":10},{"content-type":"application/vnd.netfpx","encoding":"base64","xrefs":{"person":["Andy_Mutz"],"template":["application/vnd.netfpx"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.neurolanguage.nlu","friendly":{"en":"neuroLanguage"},"encoding":"base64","extensions":["nlu"],"xrefs":{"person":["Dan_DuFeu"],"template":["application/vnd.neurolanguage.nlu"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.nimn","encoding":"base64","xrefs":{"person":["Amit_Kumar_Gupta"],"template":["application/vnd.nimn"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nintendo.nitro.rom","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.nintendo.nitro.rom"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nintendo.snes.rom","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.nintendo.snes.rom"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nitf","encoding":"base64","extensions":["nitf","ntf"],"xrefs":{"person":["Steve_Rogan"],"template":["application/vnd.nitf"]},"registered":true,"sort-priority":14},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.nokia.catalogs","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.catalogs"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.conml+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.conml+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.iptv.config+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iptv.config+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.iSDS-radio-presets","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iSDS-radio-presets"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.landmark+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.landmark+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.landmarkcollection+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmarkcollection+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.n-gage.ac+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.ac+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":143},{"content-type":"application/vnd.nokia.ncd","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.ncd"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.ncd+xml","encoding":"base64","obsolete":true,"use-instead":"application/vnd.nokia.ncd","registered":true,"sort-priority":144},{"content-type":"application/vnd.nokia.pcd+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.nokia.pcd+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.ntt-local.content-share","encoding":"base64","xrefs":{"person":["Akinori_Taya"],"template":["application/vnd.ntt-local.content-share"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ntt-local.file-transfer","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.file-transfer"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.oai.workflows","encoding":"base64","xrefs":{"person":["Frank_Kilcommins"],"template":["application/vnd.oai.workflows"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oai.workflows+json","encoding":"base64","xrefs":{"person":["Frank_Kilcommins"],"template":["application/vnd.oai.workflows+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oai.workflows+yaml","encoding":"base64","xrefs":{"person":["Frank_Kilcommins"],"template":["application/vnd.oai.workflows+yaml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oasis.opendocument.base","encoding":"base64","xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.base"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oasis.opendocument.chart","friendly":{"en":"OpenDocument Chart"},"encoding":"base64","extensions":["odc"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.chart"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.chart-template","friendly":{"en":"OpenDocument Chart Template"},"encoding":"base64","extensions":["odc","otc"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.chart-template"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.oasis.opendocument.database","friendly":{"en":"OpenDocument Database"},"encoding":"base64","extensions":["odb"],"obsolete":true,"use-instead":"application/vnd.oasis.opendocument.base","xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.database"],"notes":["(OBSOLETED in favor of application/vnd.oasis.opendocument.base)"]},"registered":true,"sort-priority":143},{"content-type":"application/vnd.oasis.opendocument.formula","friendly":{"en":"OpenDocument Formula"},"encoding":"base64","extensions":["odf"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.formula"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.formula-template","friendly":{"en":"OpenDocument Formula Template"},"encoding":"base64","extensions":["odf","odft"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.formula-template"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.oasis.opendocument.graphics","friendly":{"en":"OpenDocument Graphics"},"encoding":"base64","extensions":["odg"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.graphics"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.graphics-template","friendly":{"en":"OpenDocument Graphics Template"},"encoding":"base64","extensions":["otg"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.graphics-template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.image","friendly":{"en":"OpenDocument Image"},"encoding":"base64","extensions":["odi"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.image"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.image-template","friendly":{"en":"OpenDocument Image Template"},"encoding":"base64","extensions":["odi","oti"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.image-template"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.oasis.opendocument.presentation","friendly":{"en":"OpenDocument Presentation"},"encoding":"base64","extensions":["odp"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.presentation"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.presentation-template","friendly":{"en":"OpenDocument Presentation Template"},"encoding":"base64","extensions":["otp"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.presentation-template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.spreadsheet","friendly":{"en":"OpenDocument Spreadsheet"},"encoding":"base64","extensions":["ods"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.spreadsheet"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.spreadsheet-template","friendly":{"en":"OpenDocument Spreadsheet Template"},"encoding":"base64","extensions":["ots"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.spreadsheet-template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.text","friendly":{"en":"OpenDocument Text"},"encoding":"base64","extensions":["odt"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.text"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.text-master","friendly":{"en":"OpenDocument Text Master"},"encoding":"base64","extensions":["odm"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.text-master"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.text-master-template","encoding":"base64","xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.text-master-template"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oasis.opendocument.text-template","friendly":{"en":"OpenDocument Text Template"},"encoding":"base64","extensions":["ott"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.text-template"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.oasis.opendocument.text-web","friendly":{"en":"Open Document Text Web"},"encoding":"base64","extensions":["oth"],"xrefs":{"person":["OASIS","OASIS_TC_Admin"],"template":["application/vnd.oasis.opendocument.text-web"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.obn","encoding":"base64","xrefs":{"person":["Matthias_Hessling"],"template":["application/vnd.obn"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ocf+cbor","encoding":"base64","xrefs":{"person":["Michael_Koster"],"template":["application/vnd.ocf+cbor"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.oftn.l10n+json","encoding":"base64","xrefs":{"person":["Eli_Grey"],"template":["application/vnd.oftn.l10n+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.contentaccessdownload+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.contentaccessdownload+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.contentaccessstreaming+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.contentaccessstreaming+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.cspg-hexbinary","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.cspg-hexbinary"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.dae.svg+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.dae.svg+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.dae.xhtml+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.dae.xhtml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.mippvcontrolmessage+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.mippvcontrolmessage+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.pae.gem","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.pae.gem"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.spdiscovery+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.spdiscovery+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.spdlist+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.spdlist+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.ueprofile+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.ueprofile+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oipf.userprofile+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.userprofile+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.oma-scws-config","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-config"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma-scws-http-request","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-request"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma-scws-http-response","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-response"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.oma.cab-pcc+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-pcc+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.oma.dcd","encoding":"base64","xrefs":{"person":["Avi_Primo","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcd"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oma.dcdc","encoding":"base64","xrefs":{"person":["Avi_Primo","Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcdc"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.oma.push","encoding":"base64","xrefs":{"person":["Bryan_Sullivan","OMA"],"template":["application/vnd.oma.push"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.omads-email+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-email+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.omads-file+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-file+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.omads-folder+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-folder+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.omaloc-supl-init","encoding":"base64","xrefs":{"person":["Julien_Grange"],"template":["application/vnd.omaloc-supl-init"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onepager","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepager"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onepagertamp","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertamp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onepagertamx","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertamx"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onepagertat","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertat"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onepagertatp","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertatp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onepagertatx","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepagertatx"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.onvif.metadata","encoding":"base64","xrefs":{"person":["Hans_Busch"],"template":["application/vnd.onvif.metadata"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openblox.game+xml","encoding":"base64","xrefs":{"person":["Mark_Otaris"],"template":["application/vnd.openblox.game+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openblox.game-binary","encoding":"base64","xrefs":{"person":["Mark_Otaris"],"template":["application/vnd.openblox.game-binary"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openeye.oeb","encoding":"base64","xrefs":{"person":["Craig_Bruce"],"template":["application/vnd.openeye.oeb"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openofficeorg.extension","friendly":{"en":"Open Office Extension"},"encoding":"base64","extensions":["oxt"],"registered":true,"sort-priority":15},{"content-type":"application/vnd.openstreetmap.data+xml","encoding":"base64","xrefs":{"person":["Paul_Norman"],"template":["application/vnd.openstreetmap.data+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.opentimestamps.ots","encoding":"base64","xrefs":{"person":["Peter_Todd"],"template":["application/vnd.opentimestamps.ots"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.customXmlProperties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.customXmlProperties+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.drawing+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawing+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.theme+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.theme+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.themeOverride+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.themeOverride+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-officedocument.vmlDrawing","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.vmlDrawing"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.openxmlformats-package.relationships+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.relationships+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oracle.resource+json","encoding":"base64","xrefs":{"person":["Ning_Dong"],"template":["application/vnd.oracle.resource+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.orange.indata","encoding":"base64","xrefs":{"person":["CHATRAS_Bruno"],"template":["application/vnd.orange.indata"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.osa.netdeploy","encoding":"base64","xrefs":{"person":["Steven_Klos"],"template":["application/vnd.osa.netdeploy"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.osgi.bundle","encoding":"base64","xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.bundle"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.osgi.subsystem","encoding":"base64","extensions":["esa"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.subsystem"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.otps.ct-kip+xml","encoding":"base64","xrefs":{"person":["Magnus_Nystrom"],"template":["application/vnd.otps.ct-kip+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.oxli.countgraph","encoding":"base64","xrefs":{"person":["C._Titus_Brown"],"template":["application/vnd.oxli.countgraph"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.pagerduty+json","encoding":"base64","xrefs":{"person":["Steve_Rice"],"template":["application/vnd.pagerduty+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":12},{"content-type":"application/vnd.panoply","encoding":"base64","xrefs":{"person":["Natarajan_Balasundara"],"template":["application/vnd.panoply"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.paos.xml","encoding":"base64","xrefs":{"person":["John_Kemp"],"template":["application/vnd.paos.xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.patentdive","encoding":"base64","xrefs":{"person":["Christian_Trosclair"],"template":["application/vnd.patentdive"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.patientecommsdoc","encoding":"base64","xrefs":{"person":["Andrew_David_Kendall"],"template":["application/vnd.patientecommsdoc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.pawaafile","friendly":{"en":"PawaaFILE"},"encoding":"base64","extensions":["paw"],"xrefs":{"person":["Prakash_Baskaran"],"template":["application/vnd.pawaafile"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.pcos","encoding":"base64","xrefs":{"person":["Slawomir_Lisznianski"],"template":["application/vnd.pcos"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.piaccess.application-licence","encoding":"base64","xrefs":{"person":["Lucas_Maneos"],"template":["application/vnd.piaccess.application-licence"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.picsel","friendly":{"en":"Pcsel eFIF File"},"encoding":"base64","extensions":["efif"],"xrefs":{"person":["Giuseppe_Naccarato"],"template":["application/vnd.picsel"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":16},{"content-type":"application/vnd.pocketlearn","friendly":{"en":"PocketLearn Viewers"},"encoding":"base64","extensions":["plf"],"xrefs":{"person":["Jorge_Pando"],"template":["application/vnd.pocketlearn"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.powerbuilder6","friendly":{"en":"PowerBuilder"},"encoding":"base64","extensions":["pbd"],"xrefs":{"person":["David_Guy"],"template":["application/vnd.powerbuilder6"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.powerbuilder6-s","encoding":"base64","xrefs":{"person":["David_Guy"],"template":["application/vnd.powerbuilder6-s"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.powerbuilder7","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.powerbuilder7-s","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7-s"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.powerbuilder75","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.powerbuilder75-s","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75-s"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.preminet","encoding":"base64","xrefs":{"person":["Juoko_Tenhunen"],"template":["application/vnd.preminet"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.psfs","encoding":"base64","xrefs":{"person":["Kristopher_Durski"],"template":["application/vnd.psfs"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.pt.mundusmundi","encoding":"base64","xrefs":{"person":["Igor_Lima_Bolacha_Severino"],"template":["application/vnd.pt.mundusmundi"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":14},{"content-type":"application/vnd.pwg-multiplexed","encoding":"base64","xrefs":{"rfc":["rfc3391"],"template":["application/vnd.pwg-multiplexed"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.pwg-xhtml-print+xml","encoding":"base64","xrefs":{"person":["Don_Wright"],"template":["application/vnd.pwg-xhtml-print+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.qualcomm.brew-app-res","encoding":"base64","xrefs":{"person":["Glenn_Forrester"],"template":["application/vnd.qualcomm.brew-app-res"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.quarantainenet","encoding":"base64","xrefs":{"person":["Casper_Joost_Eyckelhof"],"template":["application/vnd.quarantainenet"]},"registered":true,"sort-priority":16},{"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,"sort-priority":10},{"content-type":"application/vnd.quobject-quoxdocument","encoding":"base64","xrefs":{"person":["Matthias_Ludwig"],"template":["application/vnd.quobject-quoxdocument"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.moml+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.moml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-audit+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-audit-conf+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-conf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-audit-conn+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-conn+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-audit-dialog+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-dialog+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-audit-stream+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-stream+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-conf+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-conf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-dialog+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-dialog-base+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-base+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-dialog-group+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-group+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-dialog-speech+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-speech+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.radisys.msml-dialog-transform+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-transform+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.rainstor.data","encoding":"base64","xrefs":{"person":["Kevin_Crook"],"template":["application/vnd.rainstor.data"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.rapid","encoding":"base64","xrefs":{"person":["Etay_Szekely"],"template":["application/vnd.rapid"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.rar","encoding":"base64","xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.rar"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.realvnc.bed","friendly":{"en":"RealVNC"},"encoding":"base64","extensions":["bed"],"xrefs":{"person":["Nick_Reeves"],"template":["application/vnd.realvnc.bed"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.relpipe","encoding":"base64","xrefs":{"person":["Frantisek_Kucera"],"template":["application/vnd.relpipe"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.RenLearn.rlprint","encoding":"base64","xrefs":{"person":["James_Wick"],"template":["application/vnd.RenLearn.rlprint"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.resilient.logic","encoding":"base64","xrefs":{"person":["Benedikt_Muessig"],"template":["application/vnd.resilient.logic"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.restful+json","encoding":"base64","xrefs":{"person":["Stephen_Mizell"],"template":["application/vnd.restful+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.rig.cryptonote","friendly":{"en":"CryptoNote"},"encoding":"base64","extensions":["cryptonote"],"xrefs":{"person":["Ken_Jibiki"],"template":["application/vnd.rig.cryptonote"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.rim.cod","friendly":{"en":"Blackberry COD File"},"encoding":"base64","extensions":["cod"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.rn-realmedia","friendly":{"en":"RealMedia"},"encoding":"base64","extensions":["rm"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.rn-realmedia-vbr","encoding":"base64","extensions":["rmvb"],"registered":false,"sort-priority":47},{"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,"sort-priority":15},{"content-type":"application/vnd.rs-274x","encoding":"base64","xrefs":{"person":["Lee_Harding"],"template":["application/vnd.rs-274x"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ruckus.download","encoding":"base64","xrefs":{"person":["Jerry_Harris"],"template":["application/vnd.ruckus.download"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.s3sms","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.s3sms"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sailingtracker.track","friendly":{"en":"SailingTracker"},"encoding":"base64","extensions":["st"],"xrefs":{"person":["Heikki_Vesalainen"],"template":["application/vnd.sailingtracker.track"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.sar","encoding":"base64","xrefs":{"person":["Markus_Strehle"],"template":["application/vnd.sar"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sbm.cid","encoding":"base64","xrefs":{"person":["Shinji_Kusakari"],"template":["application/vnd.sbm.cid"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sbm.mid2","encoding":"base64","xrefs":{"person":["Masanori_Murai"],"template":["application/vnd.sbm.mid2"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.scribus","encoding":"base64","xrefs":{"person":["Craig_Bradney"],"template":["application/vnd.scribus"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sealed.3df","encoding":"base64","xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.3df"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sealed.csf","encoding":"base64","xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.csf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sealed.doc","encoding":"base64","extensions":["sdoc","sdo","s1w"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.doc"]},"registered":true,"sort-priority":13},{"content-type":"application/vnd.sealed.eml","encoding":"base64","extensions":["seml","sem"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.eml"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.sealed.mht","encoding":"base64","extensions":["smht","smh"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.mht"]},"registered":true,"sort-priority":14},{"content-type":"application/vnd.sealed.net","encoding":"base64","xrefs":{"person":["Martin_Lambert"],"template":["application/vnd.sealed.net"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sealed.ppt","encoding":"base64","extensions":["sppt","spp","s1p"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.ppt"]},"registered":true,"sort-priority":13},{"content-type":"application/vnd.sealed.tiff","encoding":"base64","xrefs":{"person":["John_Kwan","Martin_Lambert"],"template":["application/vnd.sealed.tiff"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sealed.xls","encoding":"base64","extensions":["sxls","sxl","s1e"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed.xls"]},"registered":true,"sort-priority":13},{"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,"sort-priority":13},{"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,"sort-priority":13},{"content-type":"application/vnd.seemail","friendly":{"en":"SeeMail"},"encoding":"base64","extensions":["see"],"xrefs":{"person":["Steve_Webb"],"template":["application/vnd.seemail"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.seis+json","encoding":"base64","xrefs":{"person":["ICT_Manager"],"template":["application/vnd.seis+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sema","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["sema"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.sema"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.semd","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["semd"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.semd"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.semf","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["semf"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.semf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.shade-save-file","encoding":"base64","xrefs":{"person":["Connor_Horman"],"template":["application/vnd.shade-save-file"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.shootproof+json","encoding":"base64","xrefs":{"person":["Ben_Ramsey"],"template":["application/vnd.shootproof+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.shopkick+json","encoding":"base64","xrefs":{"person":["Ronald_Jacobs"],"template":["application/vnd.shopkick+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.shp","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.shp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.shx","encoding":"base64","xrefs":{"person":["Mi_Tar"],"template":["application/vnd.shx"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sigrok.session","encoding":"base64","xrefs":{"person":["Uwe_Hermann"],"template":["application/vnd.sigrok.session"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"content-type":"application/vnd.siren+json","encoding":"base64","xrefs":{"person":["Kevin_Swiber"],"template":["application/vnd.siren+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.smaf","friendly":{"en":"SMAF File"},"encoding":"base64","extensions":["mmf"],"xrefs":{"person":["Hiroaki_Takahashi"],"template":["application/vnd.smaf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.smart.notebook","encoding":"base64","xrefs":{"person":["Jonathan_Neitz"],"template":["application/vnd.smart.notebook"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.smintio.portals.archive","encoding":"base64","xrefs":{"person":["Reinhard_Holzner"],"template":["application/vnd.smintio.portals.archive"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.snesdev-page-table","encoding":"base64","xrefs":{"person":["Connor_Horman"],"template":["application/vnd.snesdev-page-table"]},"registered":true,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":16},{"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,"sort-priority":14},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.sqlite3","encoding":"base64","xrefs":{"person":["Clemens_Ladisch"],"template":["application/vnd.sqlite3"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sss-cod","encoding":"base64","xrefs":{"person":["Asang_Dani"],"template":["application/vnd.sss-cod"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sss-dtf","encoding":"base64","xrefs":{"person":["Eric_Bruno"],"template":["application/vnd.sss-dtf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sss-ntf","encoding":"base64","xrefs":{"person":["Eric_Bruno"],"template":["application/vnd.sss-ntf"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.stardivision.calc","friendly":{"en":"StarOffice - Calc"},"encoding":"base64","extensions":["sdc"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.stardivision.chart","encoding":"base64","extensions":["sds"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.stardivision.draw","friendly":{"en":"StarOffice - Draw"},"encoding":"base64","extensions":["sda"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.stardivision.impress","friendly":{"en":"StarOffice - Impress"},"encoding":"base64","extensions":["sdd"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.stardivision.math","friendly":{"en":"StarOffice - Math"},"encoding":"base64","extensions":["sdf","smf"],"registered":false,"sort-priority":46},{"content-type":"application/vnd.stardivision.writer","friendly":{"en":"StarOffice - Writer"},"encoding":"base64","extensions":["sdw","vor"],"registered":false,"sort-priority":46},{"content-type":"application/vnd.stardivision.writer-global","friendly":{"en":"StarOffice - Writer (Global)"},"encoding":"base64","extensions":["sgl"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.stepmania.package","encoding":"base64","extensions":["smzip"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.stepmania.package"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.stepmania.stepchart","friendly":{"en":"StepMania"},"encoding":"base64","extensions":["sm"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.stepmania.stepchart"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.street-stream","encoding":"base64","xrefs":{"person":["Glenn_Levitt"],"template":["application/vnd.street-stream"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sun.wadl+xml","encoding":"base64","xrefs":{"person":["Marc_Hadley"],"template":["application/vnd.sun.wadl+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sun.xml.calc","friendly":{"en":"OpenOffice - Calc (Spreadsheet)"},"encoding":"base64","extensions":["sxc"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.calc.template","friendly":{"en":"OpenOffice - Calc Template (Spreadsheet)"},"encoding":"base64","extensions":["stc"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.draw","friendly":{"en":"OpenOffice - Draw (Graphics)"},"encoding":"base64","extensions":["sxd"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.draw.template","friendly":{"en":"OpenOffice - Draw Template (Graphics)"},"encoding":"base64","extensions":["std"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.impress","friendly":{"en":"OpenOffice - Impress (Presentation)"},"encoding":"base64","extensions":["sxi"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.impress.template","friendly":{"en":"OpenOffice - Impress Template (Presentation)"},"encoding":"base64","extensions":["sti"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.math","friendly":{"en":"OpenOffice - Math (Formula)"},"encoding":"base64","extensions":["sxm"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.writer","friendly":{"en":"OpenOffice - Writer (Text - HTML)"},"encoding":"base64","extensions":["sxw"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.writer.global","friendly":{"en":"OpenOffice - Writer (Text - HTML)"},"encoding":"base64","extensions":["sxg"],"registered":false,"sort-priority":47},{"content-type":"application/vnd.sun.xml.writer.template","friendly":{"en":"OpenOffice - Writer Template (Text - HTML)"},"encoding":"base64","extensions":["stw"],"registered":false,"sort-priority":47},{"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,"sort-priority":14},{"content-type":"application/vnd.svd","friendly":{"en":"SourceView Document"},"encoding":"base64","extensions":["svd"],"xrefs":{"person":["Scott_Becker"],"template":["application/vnd.svd"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.swiftview-ics","encoding":"base64","xrefs":{"person":["Glenn_Widener"],"template":["application/vnd.swiftview-ics"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sybyl.mol2","encoding":"base64","xrefs":{"person":["Finn_Rayk_Gärtner"],"template":["application/vnd.sybyl.mol2"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.sycle+xml","encoding":"base64","xrefs":{"person":["Johann_Terblanche"],"template":["application/vnd.sycle+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.syft+json","encoding":"base64","xrefs":{"person":["Dan_Luhring"],"template":["application/vnd.syft+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.symbian.install","friendly":{"en":"Symbian Install Package"},"encoding":"base64","extensions":["sis","sisx"],"registered":false,"sort-priority":46},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":16},{"content-type":"application/vnd.syncml.dmddf+wbxml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.syncml.dmddf+xml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.syncml.dmtnds+wbxml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.syncml.dmtnds+xml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.syncml.ds.notification","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.syncml.ds.notification"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.tableschema+json","encoding":"base64","xrefs":{"person":["Paul_Walsh"],"template":["application/vnd.tableschema+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":13},{"content-type":"application/vnd.think-cell.ppttc+json","encoding":"base64","xrefs":{"person":["Arno_Schoedl"],"template":["application/vnd.think-cell.ppttc+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.tmd.mediaflex.api+xml","encoding":"base64","xrefs":{"person":["Alex_Sibilev"],"template":["application/vnd.tmd.mediaflex.api+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.tml","encoding":"base64","xrefs":{"person":["Joey_Smith"],"template":["application/vnd.tml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.tmobile-livetv","friendly":{"en":"MobileTV"},"encoding":"base64","extensions":["tmo"],"xrefs":{"person":["Nicolas_Helin"],"template":["application/vnd.tmobile-livetv"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.tri.onesource","encoding":"base64","xrefs":{"person":["Rick_Rupp"],"template":["application/vnd.tri.onesource"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.trueapp","friendly":{"en":"True BASIC"},"encoding":"base64","extensions":["tra"],"xrefs":{"person":["J._Scott_Hepler"],"template":["application/vnd.trueapp"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.truedoc","encoding":"base64","xrefs":{"person":["Brad_Chase"],"template":["application/vnd.truedoc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ubisoft.webplayer","encoding":"base64","xrefs":{"person":["Martin_Talbot"],"template":["application/vnd.ubisoft.webplayer"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"content-type":"application/vnd.uic.osdm+json","encoding":"base64","xrefs":{"person":["David_Sarfatti"],"template":["application/vnd.uic.osdm+json"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.umajin","friendly":{"en":"UMAJIN"},"encoding":"base64","extensions":["umj"],"xrefs":{"person":["Jamie_Riden"],"template":["application/vnd.umajin"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.unity","friendly":{"en":"Unity 3d"},"encoding":"base64","extensions":["unityweb"],"xrefs":{"person":["Unity3d"],"template":["application/vnd.unity"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.uplanet.alert","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.alert-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert-wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.bearer-choice","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.bearer-choice-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice-wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.cacheop","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.cacheop-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop-wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.channel","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.channel-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel-wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.list","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.list-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list-wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.listcmd","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.listcmd-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd-wbxml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uplanet.signal","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.signal"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.uri-map","encoding":"base64","xrefs":{"person":["Sebastian_Baer"],"template":["application/vnd.uri-map"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.valve.source.material","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.valve.source.material"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.vcx","friendly":{"en":"VirtualCatalog"},"encoding":"base64","extensions":["vcx"],"xrefs":{"person":["Taisuke_Sugimoto"],"template":["application/vnd.vcx"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.vd-study","encoding":"base64","xrefs":{"person":["Luc_Rogge"],"template":["application/vnd.vd-study"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.vectorworks","encoding":"base64","xrefs":{"person":["Biplab_Sarkar","Lyndsey_Ferguson"],"template":["application/vnd.vectorworks"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.vel+json","encoding":"base64","xrefs":{"person":["James_Wigger"],"template":["application/vnd.vel+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.verimatrix.vcas","encoding":"base64","xrefs":{"person":["Petr_Peterka"],"template":["application/vnd.verimatrix.vcas"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.veritone.aion+json","encoding":"base64","xrefs":{"person":["Al_Brown"],"template":["application/vnd.veritone.aion+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.veryant.thin","encoding":"base64","xrefs":{"person":["Massimo_Bertoli"],"template":["application/vnd.veryant.thin"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.ves.encrypted","encoding":"base64","xrefs":{"person":["Jim_Zubov"],"template":["application/vnd.ves.encrypted"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.vidsoft.vidconference","encoding":"8bit","extensions":["vsc"],"xrefs":{"person":["Robert_Hess"],"template":["application/vnd.vidsoft.vidconference"]},"registered":true,"sort-priority":15},{"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,"sort-priority":12},{"content-type":"application/vnd.visionary","friendly":{"en":"Visionary"},"encoding":"base64","extensions":["vis"],"xrefs":{"person":["Gayatri_Aravindakumar"],"template":["application/vnd.visionary"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.vividence.scriptfile","encoding":"base64","xrefs":{"person":["Mark_Risher"],"template":["application/vnd.vividence.scriptfile"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.vsf","friendly":{"en":"Viewport+"},"encoding":"base64","extensions":["vsf"],"xrefs":{"person":["Delton_Rowe"],"template":["application/vnd.vsf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wap.sic","encoding":"base64","extensions":["sic"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap.sic"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wap.slc","encoding":"base64","extensions":["slc"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap.slc"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.wap.wmlscriptc","friendly":{"en":"WMLScript"},"encoding":"base64","extensions":["wmlsc"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wmlscriptc"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wasmflow.wafl","encoding":"base64","xrefs":{"person":["Fawad_Shaikh"],"template":["application/vnd.wasmflow.wafl"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.webturbo","friendly":{"en":"WebTurbo"},"encoding":"base64","extensions":["wtb"],"xrefs":{"person":["Yaser_Rehem"],"template":["application/vnd.webturbo"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wfa.dpp","encoding":"base64","xrefs":{"person":["Dr._Jun_Tian","Wi-Fi_Alliance"],"template":["application/vnd.wfa.dpp"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wfa.p2p","encoding":"base64","xrefs":{"person":["Mick_Conley"],"template":["application/vnd.wfa.p2p"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wfa.wsc","encoding":"base64","xrefs":{"person":["Wi-Fi_Alliance"],"template":["application/vnd.wfa.wsc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.windows.devicepairing","encoding":"base64","xrefs":{"person":["Priya_Dandawate"],"template":["application/vnd.windows.devicepairing"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wmc","encoding":"base64","xrefs":{"person":["Thomas_Kjornes"],"template":["application/vnd.wmc"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wmf.bootstrap","encoding":"base64","xrefs":{"person":["Prakash_Iyer","Thinh_Nguyenphu"],"template":["application/vnd.wmf.bootstrap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wolfram.mathematica","encoding":"base64","xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wolfram.mathematica.package","encoding":"base64","xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica.package"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.wordlift","encoding":"base64","xrefs":{"person":["David_Riccitelli"],"template":["application/vnd.wordlift"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wordperfect","friendly":{"en":"Wordperfect"},"encoding":"base64","extensions":["wpd"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.wordperfect"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wqd","friendly":{"en":"SundaHus WQ"},"encoding":"base64","extensions":["wqd"],"xrefs":{"person":["Jan_Bostrom"],"template":["application/vnd.wqd"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wrq-hp3000-labelled","encoding":"base64","xrefs":{"person":["Chris_Bartram"],"template":["application/vnd.wrq-hp3000-labelled"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wt.stf","friendly":{"en":"Worldtalk"},"encoding":"base64","extensions":["stf"],"xrefs":{"person":["Bill_Wohler"],"template":["application/vnd.wt.stf"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wv.csp+wbxml","encoding":"base64","extensions":["wv"],"xrefs":{"person":["Matti_Salmi"],"template":["application/vnd.wv.csp+wbxml"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.wv.csp+xml","encoding":"8bit","xrefs":{"person":["John_Ingi_Ingimundarson"],"template":["application/vnd.wv.csp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.wv.ssp+xml","encoding":"8bit","xrefs":{"person":["John_Ingi_Ingimundarson"],"template":["application/vnd.wv.ssp+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xacml+json","encoding":"base64","xrefs":{"person":["David_Brossard"],"template":["application/vnd.xacml+json"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xara","friendly":{"en":"CorelXARA"},"encoding":"base64","extensions":["xar"],"xrefs":{"person":["David_Matthewman"],"template":["application/vnd.xara"]},"registered":true,"sort-priority":15},{"content-type":"application/vnd.xarin.cpj","encoding":"base64","xrefs":{"person":["Ben_Brown"],"template":["application/vnd.xarin.cpj"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xecrets-encrypted","encoding":"base64","xrefs":{"person":["Svante_Seleborg"],"template":["application/vnd.xecrets-encrypted"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/vnd.xfdl.webform","encoding":"base64","xrefs":{"person":["Michael_Mansell"],"template":["application/vnd.xfdl.webform"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xmi+xml","encoding":"base64","xrefs":{"person":["Fred_Waskiewicz"],"template":["application/vnd.xmi+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xmpie.cpkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.cpkg"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xmpie.dpkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.dpkg"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xmpie.plan","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.plan"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xmpie.ppkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.ppkg"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.xmpie.xlim","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.xlim"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.yamaha.remote-setup","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.remote-setup"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"application/vnd.yamaha.through-ngn","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.through-ngn"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.yamaha.tunnel-udpencap","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.tunnel-udpencap"]},"registered":true,"sort-priority":16},{"content-type":"application/vnd.yaoweme","encoding":"base64","xrefs":{"person":["Jens_Jorgensen"],"template":["application/vnd.yaoweme"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":144},{"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,"sort-priority":14},{"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,"sort-priority":15},{"content-type":"application/voicexml+xml","friendly":{"en":"VoiceXML"},"encoding":"base64","extensions":["vxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/voicexml+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/voucher+cose","encoding":"base64","xrefs":{"draft":["draft-ietf-anima-constrained-voucher-23"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/voucher-cms+json","encoding":"base64","xrefs":{"rfc":["rfc8366"],"template":["application/voucher-cms+json"]},"registered":true,"sort-priority":16},{"content-type":"application/voucher-cose+cbor","encoding":"base64","xrefs":{"draft":["draft-ietf-anima-constrained-voucher-17"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/vp","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/vp"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/vq-rtcpxr","encoding":"base64","xrefs":{"rfc":["rfc6035"],"template":["application/vq-rtcpxr"]},"registered":true,"sort-priority":16},{"content-type":"application/wasm","friendly":{"en":"WebAssembly"},"encoding":"8bit","extensions":["wasm"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["application/wasm"]},"registered":true,"sort-priority":15},{"content-type":"application/watcherinfo+xml","encoding":"base64","extensions":["wif"],"xrefs":{"rfc":["rfc3858"],"template":["application/watcherinfo+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/webbundle","encoding":"base64","xrefs":{"draft":["draft-yasskin-wpack-bundled-exchanges"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/webpush-options+json","encoding":"base64","xrefs":{"rfc":["rfc8292"],"template":["application/webpush-options+json"]},"registered":true,"sort-priority":16},{"content-type":"application/whoispp-query","encoding":"base64","xrefs":{"rfc":["rfc2957"],"template":["application/whoispp-query"]},"registered":true,"sort-priority":16},{"content-type":"application/whoispp-response","encoding":"base64","xrefs":{"rfc":["rfc2958"],"template":["application/whoispp-response"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/winhlp","friendly":{"en":"WinHelp"},"encoding":"base64","extensions":["hlp"],"registered":false,"sort-priority":47},{"content-type":"application/wita","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/wita"]},"registered":true,"sort-priority":16},{"content-type":"application/won","encoding":"base64","xrefs":{"person":["Roy_T._Fielding"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"application/word","encoding":"base64","extensions":["doc","dot"],"registered":false,"sort-priority":46},{"content-type":"application/wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false,"sort-priority":175},{"content-type":"application/wordperfect5.1","encoding":"base64","extensions":["wp5","wp"],"xrefs":{"person":["Paul_Lindner"],"template":["application/wordperfect5.1"]},"registered":true,"sort-priority":14},{"content-type":"application/wordperfect6.1","encoding":"base64","extensions":["wp6"],"obsolete":true,"use-instead":"application/x-wordperfect6.1","registered":false,"sort-priority":175},{"content-type":"application/wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false,"sort-priority":175},{"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,"sort-priority":15},{"content-type":"application/wspolicy+xml","friendly":{"en":"Web Services Policy"},"encoding":"base64","extensions":["wspolicy"],"xrefs":{"person":["W3C"],"template":["application/wspolicy+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/x-123","encoding":"base64","extensions":["wk"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false,"sort-priority":175},{"content-type":"application/x-7z-compressed","friendly":{"en":"7-Zip"},"encoding":"base64","extensions":["7z"],"registered":false,"sort-priority":47},{"content-type":"application/x-abiword","friendly":{"en":"AbiWord"},"encoding":"base64","extensions":["abw"],"registered":false,"sort-priority":47},{"content-type":"application/x-access","encoding":"base64","extensions":["mdf","mda","mdb","mde"],"obsolete":true,"use-instead":"application/x-msaccess","registered":false,"sort-priority":172},{"content-type":"application/x-ace-compressed","friendly":{"en":"Ace Archive"},"encoding":"base64","extensions":["ace"],"registered":false,"sort-priority":47},{"content-type":"application/x-apple-diskimage","encoding":"base64","extensions":["dmg"],"registered":false,"sort-priority":47},{"content-type":"application/x-authorware-bin","friendly":{"en":"Adobe (Macropedia) Authorware - Binary File"},"encoding":"base64","extensions":["aab","u32","vox","x32"],"registered":false,"sort-priority":44},{"content-type":"application/x-authorware-map","friendly":{"en":"Adobe (Macropedia) Authorware - Map"},"encoding":"base64","extensions":["aam"],"registered":false,"sort-priority":47},{"content-type":"application/x-authorware-seg","friendly":{"en":"Adobe (Macropedia) Authorware - Segment File"},"encoding":"base64","extensions":["aas"],"registered":false,"sort-priority":47},{"content-type":"application/x-bcpio","friendly":{"en":"Binary CPIO Archive"},"encoding":"base64","extensions":["bcpio"],"registered":false,"sort-priority":47},{"content-type":"application/x-bittorrent","friendly":{"en":"BitTorrent"},"encoding":"base64","extensions":["torrent"],"registered":false,"sort-priority":47},{"content-type":"application/x-bleeper","encoding":"base64","extensions":["bleep"],"registered":false,"sort-priority":47},{"content-type":"application/x-blorb","encoding":"base64","extensions":["blb","blorb"],"registered":false,"sort-priority":46},{"content-type":"application/x-bzip","friendly":{"en":"Bzip Archive"},"encoding":"base64","extensions":["bz"],"registered":false,"sort-priority":47},{"content-type":"application/x-bzip2","friendly":{"en":"Bzip2 Archive"},"encoding":"base64","extensions":["boz","bz2"],"registered":false,"sort-priority":46},{"content-type":"application/x-cbr","encoding":"base64","extensions":["cb7","cba","cbr","cbt","cbz"],"registered":false,"sort-priority":43},{"content-type":"application/x-cdlink","friendly":{"en":"Video CD"},"encoding":"base64","extensions":["vcd"],"registered":false,"sort-priority":47},{"content-type":"application/x-cfs-compressed","encoding":"base64","extensions":["cfs"],"registered":false,"sort-priority":47},{"content-type":"application/x-chat","friendly":{"en":"pIRCh"},"encoding":"base64","extensions":["chat"],"registered":false,"sort-priority":47},{"content-type":"application/x-chess-pgn","friendly":{"en":"Portable Game Notation (Chess Games)"},"encoding":"base64","extensions":["pgn"],"registered":false,"sort-priority":47},{"content-type":"application/x-chrome-extension","encoding":"base64","extensions":["crx"],"registered":false,"sort-priority":47},{"content-type":"application/x-clariscad","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-compress","encoding":"base64","extensions":["z","Z"],"obsolete":true,"use-instead":"application/x-compressed","registered":false,"sort-priority":174},{"content-type":"application/x-compressed","encoding":"base64","extensions":["z","Z"],"registered":false,"sort-priority":46},{"content-type":"application/x-conference","encoding":"base64","extensions":["nsc"],"registered":false,"sort-priority":47},{"content-type":"application/x-cpio","friendly":{"en":"CPIO Archive"},"encoding":"base64","extensions":["cpio"],"registered":false,"sort-priority":47},{"content-type":"application/x-csh","friendly":{"en":"C Shell Script"},"encoding":"8bit","extensions":["csh"],"registered":false,"sort-priority":47},{"content-type":"application/x-cu-seeme","encoding":"base64","extensions":["csm","cu"],"registered":false,"sort-priority":46},{"content-type":"application/x-debian-package","friendly":{"en":"Debian Package"},"encoding":"base64","extensions":["deb","udeb"],"registered":false,"sort-priority":46},{"content-type":"application/x-dgc-compressed","encoding":"base64","extensions":["dgc"],"registered":false,"sort-priority":47},{"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,"sort-priority":37},{"content-type":"application/x-doom","friendly":{"en":"Doom Video Game"},"encoding":"base64","extensions":["wad"],"registered":false,"sort-priority":47},{"content-type":"application/x-drafting","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-dtbncx+xml","friendly":{"en":"Navigation Control file for XML (for ePub)"},"encoding":"base64","extensions":["ncx"],"registered":false,"sort-priority":47},{"content-type":"application/x-dtbook+xml","friendly":{"en":"Digital Talking Book"},"encoding":"base64","extensions":["dtb"],"registered":false,"sort-priority":47},{"content-type":"application/x-dtbresource+xml","friendly":{"en":"Digital Talking Book - Resource File"},"encoding":"base64","extensions":["res"],"registered":false,"sort-priority":47},{"content-type":"application/x-dvi","friendly":{"en":"Device Independent File Format (DVI)"},"encoding":"base64","extensions":["dvi"],"registered":false,"sort-priority":47},{"content-type":"application/x-dxf","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-ecmascript","encoding":"8bit","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"application/x-envoy","encoding":"base64","extensions":["evy"],"registered":false,"sort-priority":47},{"content-type":"application/x-eva","encoding":"base64","extensions":["eva"],"registered":false,"sort-priority":47},{"content-type":"application/x-excel","encoding":"base64","obsolete":true,"use-instead":"application/vnd.ms-excel","registered":false,"sort-priority":176},{"content-type":"application/x-font-bdf","friendly":{"en":"Glyph Bitmap Distribution Format"},"encoding":"base64","extensions":["bdf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-ghostscript","friendly":{"en":"Ghostscript Font"},"encoding":"base64","extensions":["gsf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-linux-psf","friendly":{"en":"PSF Fonts"},"encoding":"base64","extensions":["psf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-opentype","encoding":"base64","extensions":["otf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-otf","friendly":{"en":"OpenType Font File"},"encoding":"base64","extensions":["otf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-pcf","friendly":{"en":"Portable Compiled Format"},"encoding":"base64","extensions":["pcf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-snf","friendly":{"en":"Server Normal Format"},"encoding":"base64","extensions":["snf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-truetype","encoding":"base64","extensions":["ttf"],"registered":false,"sort-priority":47},{"content-type":"application/x-font-ttf","friendly":{"en":"TrueType Font"},"encoding":"base64","extensions":["ttc","ttf"],"registered":false,"sort-priority":46},{"content-type":"application/x-font-type1","friendly":{"en":"PostScript Fonts"},"encoding":"base64","extensions":["afm","pfa","pfb","pfm"],"registered":false,"sort-priority":44},{"content-type":"application/x-fractals","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-freearc","encoding":"base64","extensions":["arc"],"registered":false,"sort-priority":47},{"content-type":"application/x-futuresplash","friendly":{"en":"FutureSplash Animator"},"encoding":"base64","extensions":["spl"],"registered":false,"sort-priority":47},{"content-type":"application/x-gca-compressed","encoding":"base64","extensions":["gca"],"registered":false,"sort-priority":47},{"content-type":"application/x-ghostview","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-glulx","encoding":"base64","extensions":["ulx"],"registered":false,"sort-priority":47},{"content-type":"application/x-gnumeric","friendly":{"en":"Gnumeric"},"encoding":"base64","extensions":["gnumeric"],"registered":false,"sort-priority":47},{"content-type":"application/x-gramps-xml","encoding":"base64","extensions":["gramps"],"registered":false,"sort-priority":47},{"content-type":"application/x-gtar","friendly":{"en":"GNU Tar Files"},"encoding":"base64","extensions":["gtar","tgz","tbz2","tbz"],"registered":false,"sort-priority":44},{"content-type":"application/x-gzip","encoding":"base64","extensions":["gz"],"obsolete":true,"use-instead":"application/gzip","registered":false,"sort-priority":175},{"content-type":"application/x-hdf","friendly":{"en":"Hierarchical Data Format"},"encoding":"base64","extensions":["hdf"],"registered":false,"sort-priority":47},{"content-type":"application/x-hep","encoding":"base64","extensions":["hep"],"registered":false,"sort-priority":47},{"content-type":"application/x-html+ruby","encoding":"8bit","extensions":["rhtml"],"registered":false,"sort-priority":47},{"content-type":"application/x-httpd-php","encoding":"8bit","extensions":["phtml","pht","php"],"registered":false,"sort-priority":45},{"content-type":"application/x-ibooks+zip","encoding":"base64","extensions":["ibooks"],"registered":false,"sort-priority":47},{"content-type":"application/x-ica","encoding":"base64","extensions":["ica"],"registered":false,"sort-priority":47},{"content-type":"application/x-ideas","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-imagemap","encoding":"8bit","extensions":["imagemap","imap"],"registered":false,"sort-priority":46},{"content-type":"application/x-install-instructions","encoding":"base64","extensions":["install"],"registered":false,"sort-priority":47},{"content-type":"application/x-iso9660-image","encoding":"base64","extensions":["iso"],"registered":false,"sort-priority":47},{"content-type":"application/x-iwork-keynote-sffkey","encoding":"base64","extensions":["key"],"registered":false,"sort-priority":47},{"content-type":"application/x-iwork-numbers-sffnumbers","encoding":"base64","extensions":["numbers"],"registered":false,"sort-priority":47},{"content-type":"application/x-iwork-pages-sffpages","encoding":"base64","extensions":["pages"],"registered":false,"sort-priority":47},{"content-type":"application/x-java-archive","encoding":"base64","extensions":["jar"],"registered":false,"sort-priority":47},{"content-type":"application/x-java-jnlp-file","friendly":{"en":"Java Network Launching Protocol"},"encoding":"base64","extensions":["jnlp"],"registered":false,"sort-priority":47},{"content-type":"application/x-java-serialized-object","encoding":"base64","extensions":["ser"],"registered":false,"sort-priority":47},{"content-type":"application/x-java-vm","encoding":"base64","extensions":["class"],"registered":false,"sort-priority":47},{"content-type":"application/x-javascript","encoding":"8bit","extensions":["js","mjs"],"obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":174},{"content-type":"application/x-koan","encoding":"base64","extensions":["skp","skd","skt","skm"],"registered":false,"sort-priority":44},{"content-type":"application/x-latex","friendly":{"en":"LaTeX"},"encoding":"8bit","extensions":["ltx","latex"],"registered":false,"sort-priority":46},{"content-type":"application/x-lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false,"sort-priority":175},{"content-type":"application/x-lzh-compressed","encoding":"base64","extensions":["lha","lzh"],"registered":false,"sort-priority":46},{"content-type":"application/x-mac","encoding":"base64","extensions":["bin"],"registered":false,"sort-priority":47},{"content-type":"application/x-mac-compactpro","encoding":"base64","extensions":["cpt"],"registered":false,"sort-priority":47},{"content-type":"application/x-macbase64","encoding":"base64","extensions":["bin"],"registered":false,"sort-priority":47},{"content-type":"application/x-macbinary","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-maker","encoding":"base64","extensions":["frm","maker","frame","fm","fb","book","fbdoc"],"obsolete":true,"use-instead":"application/vnd.framemaker","registered":false,"sort-priority":169},{"content-type":"application/x-mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":"application/vnd.mcd","registered":false,"sort-priority":175},{"content-type":"application/x-mathematica-old","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-mie","encoding":"base64","extensions":["mie"],"registered":false,"sort-priority":47},{"content-type":"application/x-mif","encoding":"base64","extensions":["mif"],"registered":false,"sort-priority":47},{"content-type":"application/x-mobipocket-ebook","friendly":{"en":"Mobipocket"},"encoding":"base64","extensions":["mobi","prc"],"registered":false,"sort-priority":46},{"content-type":"application/x-ms-application","friendly":{"en":"Microsoft ClickOnce"},"encoding":"base64","extensions":["application"],"registered":false,"sort-priority":47},{"content-type":"application/x-ms-dos-executable","encoding":"base64","extensions":["exe"],"registered":false,"sort-priority":47},{"content-type":"application/x-ms-shortcut","encoding":"base64","extensions":["lnk"],"registered":false,"sort-priority":47},{"content-type":"application/x-ms-wmd","friendly":{"en":"Microsoft Windows Media Player Download Package"},"encoding":"base64","extensions":["wmd"],"registered":false,"sort-priority":47},{"content-type":"application/x-ms-wmz","friendly":{"en":"Microsoft Windows Media Player Skin Package"},"encoding":"base64","extensions":["wmz"],"registered":false,"sort-priority":47},{"content-type":"application/x-ms-xbap","friendly":{"en":"Microsoft XAML Browser Application"},"encoding":"base64","extensions":["xbap"],"registered":false,"sort-priority":47},{"content-type":"application/x-msaccess","friendly":{"en":"Microsoft Access"},"encoding":"base64","extensions":["mda","mdb","mde","mdf"],"registered":false,"sort-priority":44},{"content-type":"application/x-msbinder","friendly":{"en":"Microsoft Office Binder"},"encoding":"base64","extensions":["obd"],"registered":false,"sort-priority":47},{"content-type":"application/x-mscardfile","friendly":{"en":"Microsoft Information Card"},"encoding":"base64","extensions":["crd"],"registered":false,"sort-priority":47},{"content-type":"application/x-msclip","friendly":{"en":"Microsoft Clipboard Clip"},"encoding":"base64","extensions":["clp"],"registered":false,"sort-priority":47},{"content-type":"application/x-msdos-program","encoding":"base64","extensions":["cmd","bat","com","exe","reg","ps1","vbs"],"registered":false,"sort-priority":41},{"content-type":"application/x-msdownload","friendly":{"en":"Microsoft Application"},"encoding":"base64","extensions":["exe","com","cmd","bat","dll","msi","reg","ps1","vbs"],"registered":false,"sort-priority":39},{"content-type":"application/x-msmediaview","friendly":{"en":"Microsoft MediaView"},"encoding":"base64","extensions":["m13","m14","mvb"],"registered":false,"sort-priority":45},{"content-type":"application/x-msmetafile","friendly":{"en":"Microsoft Windows Metafile"},"encoding":"base64","extensions":["emf","emz","wmf","wmz"],"registered":false,"sort-priority":44},{"content-type":"application/x-msmoney","friendly":{"en":"Microsoft Money"},"encoding":"base64","extensions":["mny"],"registered":false,"sort-priority":47},{"content-type":"application/x-mspublisher","friendly":{"en":"Microsoft Publisher"},"encoding":"base64","extensions":["pub"],"registered":false,"sort-priority":47},{"content-type":"application/x-msschedule","friendly":{"en":"Microsoft Schedule+"},"encoding":"base64","extensions":["scd"],"registered":false,"sort-priority":47},{"content-type":"application/x-msterminal","friendly":{"en":"Microsoft Windows Terminal Services"},"encoding":"base64","extensions":["trm"],"registered":false,"sort-priority":47},{"content-type":"application/x-msword","encoding":"base64","extensions":["doc","dot","wrd"],"obsolete":true,"use-instead":"application/msword","registered":false,"sort-priority":173},{"content-type":"application/x-mswrite","friendly":{"en":"Microsoft Wordpad"},"encoding":"base64","extensions":["wri"],"registered":false,"sort-priority":47},{"content-type":"application/x-netcdf","friendly":{"en":"Network Common Data Form (NetCDF)"},"encoding":"base64","extensions":["nc","cdf"],"registered":false,"sort-priority":46},{"content-type":"application/x-ns-proxy-autoconfig","encoding":"base64","extensions":["pac"],"registered":false,"sort-priority":47},{"content-type":"application/x-nzb","encoding":"base64","extensions":["nzb"],"registered":false,"sort-priority":47},{"content-type":"application/x-opera-extension","encoding":"base64","extensions":["oex"],"registered":false,"sort-priority":47},{"content-type":"application/x-pagemaker","encoding":"base64","extensions":["pm","pm5","pt5"],"registered":false,"sort-priority":45},{"content-type":"application/x-perl","encoding":"8bit","extensions":["pl","pm"],"registered":false,"sort-priority":46},{"content-type":"application/x-pgp","encoding":"base64","registered":false,"signature":true,"sort-priority":48},{"content-type":"application/x-pkcs12","friendly":{"en":"PKCS #12 - Personal Information Exchange Syntax Standard"},"encoding":"base64","extensions":["p12","pfx"],"registered":false,"sort-priority":46},{"content-type":"application/x-pkcs7-certificates","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard (Certificates)"},"encoding":"base64","extensions":["p7b","spc"],"registered":false,"sort-priority":46},{"content-type":"application/x-pkcs7-certreqresp","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard (Certificate Request Response)"},"encoding":"base64","extensions":["p7r"],"registered":false,"sort-priority":47},{"content-type":"application/x-pki-message","encoding":"base64","xrefs":{"rfc":["rfc8894"],"template":["application/x-pki-message"]},"registered":true,"sort-priority":16},{"content-type":"application/x-python","encoding":"8bit","extensions":["py"],"registered":false,"sort-priority":47},{"content-type":"application/x-quicktimeplayer","encoding":"base64","extensions":["qtl"],"registered":false,"sort-priority":47},{"content-type":"application/x-rar-compressed","friendly":{"en":"RAR Archive"},"encoding":"base64","extensions":["rar"],"registered":false,"sort-priority":47},{"content-type":"application/x-remote_printing","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-research-info-systems","encoding":"base64","extensions":["ris"],"registered":false,"sort-priority":47},{"content-type":"application/x-rtf","encoding":"base64","extensions":["rtf"],"obsolete":true,"use-instead":"application/rtf","registered":false,"sort-priority":175},{"content-type":"application/x-ruby","encoding":"8bit","extensions":["rb","rbw"],"registered":false,"sort-priority":46},{"content-type":"application/x-set","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-sh","friendly":{"en":"Bourne Shell Script"},"encoding":"8bit","extensions":["sh"],"registered":false,"sort-priority":47},{"content-type":"application/x-shar","friendly":{"en":"Shell Archive"},"encoding":"8bit","extensions":["shar"],"registered":false,"sort-priority":47},{"content-type":"application/x-shockwave-flash","friendly":{"en":"Adobe Flash"},"encoding":"base64","extensions":["swf"],"registered":false,"sort-priority":47},{"content-type":"application/x-silverlight-app","friendly":{"en":"Microsoft Silverlight"},"encoding":"base64","extensions":["xap"],"registered":false,"sort-priority":47},{"content-type":"application/x-SLA","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-smarttech-notebook","encoding":"base64","extensions":["notebook"],"registered":false,"sort-priority":47},{"content-type":"application/x-solids","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-spss","encoding":"base64","extensions":["sav","sbs","sps","spo","spp"],"registered":false,"sort-priority":43},{"content-type":"application/x-sql","encoding":"base64","extensions":["sql"],"registered":false,"sort-priority":47},{"content-type":"application/x-STEP","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"application/x-stuffit","friendly":{"en":"Stuffit Archive"},"encoding":"base64","extensions":["sit"],"registered":false,"sort-priority":47},{"content-type":"application/x-stuffitx","friendly":{"en":"Stuffit Archive"},"encoding":"base64","extensions":["sitx"],"registered":false,"sort-priority":47},{"content-type":"application/x-subrip","encoding":"base64","extensions":["srt"],"registered":false,"sort-priority":47},{"content-type":"application/x-sv4cpio","friendly":{"en":"System V Release 4 CPIO Archive"},"encoding":"base64","extensions":["sv4cpio"],"registered":false,"sort-priority":47},{"content-type":"application/x-sv4crc","friendly":{"en":"System V Release 4 CPIO Checksum Data"},"encoding":"base64","extensions":["sv4crc"],"registered":false,"sort-priority":47},{"content-type":"application/x-t3vm-image","encoding":"base64","extensions":["t3"],"registered":false,"sort-priority":47},{"content-type":"application/x-tads","encoding":"base64","extensions":["gam"],"registered":false,"sort-priority":47},{"content-type":"application/x-tar","friendly":{"en":"Tar File (Tape Archive)"},"encoding":"base64","extensions":["tar"],"registered":false,"sort-priority":47},{"content-type":"application/x-tcl","friendly":{"en":"Tcl Script"},"encoding":"8bit","extensions":["tcl"],"registered":false,"sort-priority":47},{"content-type":"application/x-tex","friendly":{"en":"TeX"},"encoding":"8bit","extensions":["tex"],"registered":false,"sort-priority":47},{"content-type":"application/x-tex-tfm","friendly":{"en":"TeX Font Metric"},"encoding":"base64","extensions":["tfm"],"registered":false,"sort-priority":47},{"content-type":"application/x-texinfo","friendly":{"en":"GNU Texinfo Document"},"encoding":"8bit","extensions":["texinfo","texi"],"registered":false,"sort-priority":46},{"content-type":"application/x-tgif","encoding":"base64","extensions":["obj"],"registered":false,"sort-priority":47},{"content-type":"application/x-toolbook","encoding":"base64","extensions":["tbk"],"registered":false,"sort-priority":47},{"content-type":"application/x-troff","encoding":"base64","extensions":["t","tr","roff"],"obsolete":true,"use-instead":"text/troff","registered":false,"sort-priority":173},{"content-type":"application/x-troff-man","encoding":"8bit","extensions":["man"],"registered":false,"sort-priority":47},{"content-type":"application/x-troff-me","encoding":"base64","extensions":["me"],"registered":false,"sort-priority":47},{"content-type":"application/x-troff-ms","encoding":"base64","extensions":["ms"],"registered":false,"sort-priority":47},{"content-type":"application/x-u-star","encoding":"base64","obsolete":true,"use-instead":"application/x-ustar","registered":false,"sort-priority":176},{"content-type":"application/x-ustar","friendly":{"en":"Ustar (Uniform Standard Tape Archive)"},"encoding":"base64","extensions":["ustar"],"registered":false,"sort-priority":47},{"content-type":"application/x-VMSBACKUP","encoding":"base64","extensions":["bck"],"registered":false,"sort-priority":47},{"content-type":"application/x-wais-source","friendly":{"en":"WAIS Source"},"encoding":"base64","extensions":["src"],"registered":false,"sort-priority":47},{"content-type":"application/x-web-app-manifest+json","encoding":"base64","extensions":["webapp"],"registered":false,"sort-priority":47},{"content-type":"application/x-Wingz","encoding":"base64","extensions":["wz","wkz"],"registered":false,"sort-priority":46},{"content-type":"application/x-word","encoding":"base64","extensions":["doc","dot"],"obsolete":true,"use-instead":"application/msword","registered":false,"sort-priority":174},{"content-type":"application/x-wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false,"sort-priority":175},{"content-type":"application/x-wordperfect6.1","encoding":"base64","extensions":["wp6"],"registered":false,"sort-priority":47},{"content-type":"application/x-wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false,"sort-priority":175},{"content-type":"application/x-www-form-urlencoded","encoding":"7bit","xrefs":{"person":["Anne_van_Kesteren","WHATWG"],"template":["application/x-www-form-urlencoded"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"content-type":"application/x-x509-ca-ra-cert","encoding":"base64","xrefs":{"rfc":["rfc8894"],"template":["application/x-x509-ca-ra-cert"]},"registered":true,"sort-priority":16},{"content-type":"application/x-x509-next-ca-cert","encoding":"base64","xrefs":{"rfc":["rfc8894"],"template":["application/x-x509-next-ca-cert"]},"registered":true,"sort-priority":16},{"content-type":"application/x-xfig","friendly":{"en":"Xfig"},"encoding":"base64","extensions":["fig"],"registered":false,"sort-priority":47},{"content-type":"application/x-xliff+xml","encoding":"base64","extensions":["xlf"],"registered":false,"sort-priority":47},{"content-type":"application/x-xpinstall","friendly":{"en":"XPInstall - Mozilla"},"encoding":"base64","extensions":["xpi"],"registered":false,"sort-priority":47},{"content-type":"application/x-xz","encoding":"base64","extensions":["xz"],"registered":false,"sort-priority":47},{"content-type":"application/x-zip-compressed","friendly":{"en":"Zip Archive"},"encoding":"base64","extensions":["zip"],"registered":false,"sort-priority":47},{"content-type":"application/x-zmachine","encoding":"base64","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"],"registered":false,"sort-priority":40},{"content-type":"application/x400-bp","encoding":"base64","xrefs":{"rfc":["rfc1494"],"template":["application/x400-bp"]},"registered":true,"sort-priority":16},{"content-type":"application/x400.bp","encoding":"base64","obsolete":true,"use-instead":"application/x400-bp","registered":false,"sort-priority":176},{"content-type":"application/xacml+xml","encoding":"base64","xrefs":{"rfc":["rfc7061"],"template":["application/xacml+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xaml+xml","encoding":"base64","extensions":["xaml"],"registered":false,"sort-priority":47},{"content-type":"application/xcap-att+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-att+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xcap-caps+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-caps+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/xcap-el+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-el+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xcap-error+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-error+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xcap-ns+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-ns+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xcon-conference-info+xml","encoding":"base64","xrefs":{"rfc":["rfc6502"],"template":["application/xcon-conference-info+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xcon-conference-info-diff+xml","encoding":"base64","xrefs":{"rfc":["rfc6502"],"template":["application/xcon-conference-info-diff+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/xfdf","encoding":"base64","xrefs":{"person":["Betsy_Fanning","ISO-TC_171-SC_2"],"template":["application/xfdf"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"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,"sort-priority":144},{"content-type":"application/xliff+xml","encoding":"base64","xrefs":{"person":["Chet_Ensign","OASIS"],"template":["application/xliff+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xml","friendly":{"en":"XML - Extensible Markup Language"},"encoding":"8bit","extensions":["xml","xsl"],"xrefs":{"rfc":["rfc7303"],"template":["application/xml"]},"registered":true,"sort-priority":14},{"content-type":"application/xml-dtd","friendly":{"en":"Document Type Definition"},"encoding":"8bit","extensions":["dtd"],"xrefs":{"rfc":["rfc7303"],"template":["application/xml-dtd"]},"registered":true,"sort-priority":15},{"content-type":"application/xml-external-parsed-entity","encoding":"base64","xrefs":{"rfc":["rfc7303"],"template":["application/xml-external-parsed-entity"]},"registered":true,"sort-priority":16},{"content-type":"application/xml-patch+xml","encoding":"base64","xrefs":{"rfc":["rfc7351"],"template":["application/xml-patch+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/xmpp+xml","encoding":"base64","xrefs":{"rfc":["rfc3923"],"template":["application/xmpp+xml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"application/xproc+xml","encoding":"base64","extensions":["xpl"],"registered":false,"sort-priority":47},{"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,"sort-priority":15},{"content-type":"application/xspf+xml","friendly":{"en":"XSPF - XML Shareable Playlist Format"},"encoding":"base64","extensions":["xspf"],"registered":false,"sort-priority":47},{"content-type":"application/xv+xml","friendly":{"en":"MXML"},"encoding":"base64","extensions":["mxml","xhvml","xvm","xvml"],"xrefs":{"rfc":["rfc4374"],"template":["application/xv+xml"]},"registered":true,"sort-priority":12},{"content-type":"application/yaml","encoding":"base64","xrefs":{"uri":["https://yaml.org/spec/1.2.2/"],"rfc":["rfc9512"],"template":["application/yaml"]},"registered":true,"sort-priority":16},{"content-type":"application/yang","friendly":{"en":"YANG Data Modeling Language"},"encoding":"base64","extensions":["yang"],"xrefs":{"rfc":["rfc6020"],"template":["application/yang"]},"registered":true,"sort-priority":15},{"content-type":"application/yang-data+cbor","encoding":"base64","xrefs":{"rfc":["rfc9254"],"template":["application/yang-data+cbor"]},"registered":true,"sort-priority":16},{"content-type":"application/yang-data+json","encoding":"base64","xrefs":{"rfc":["rfc8040"],"template":["application/yang-data+json"]},"registered":true,"sort-priority":16},{"content-type":"application/yang-data+xml","encoding":"base64","xrefs":{"rfc":["rfc8040"],"template":["application/yang-data+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/yang-patch+json","encoding":"base64","xrefs":{"rfc":["rfc8072"],"template":["application/yang-patch+json"]},"registered":true,"sort-priority":16},{"content-type":"application/yang-patch+xml","encoding":"base64","xrefs":{"rfc":["rfc8072"],"template":["application/yang-patch+xml"]},"registered":true,"sort-priority":16},{"content-type":"application/yang-sid+json","encoding":"base64","xrefs":{"rfc":["rfc9595"],"template":["application/yang-sid+json"]},"registered":true,"sort-priority":16},{"content-type":"application/yin+xml","friendly":{"en":"YIN (YANG - XML)"},"encoding":"base64","extensions":["yin"],"xrefs":{"rfc":["rfc6020"],"template":["application/yin+xml"]},"registered":true,"sort-priority":15},{"content-type":"application/zip","friendly":{"en":"Zip Archive"},"encoding":"base64","extensions":["zip"],"xrefs":{"person":["Paul_Lindner"],"template":["application/zip"]},"registered":true,"sort-priority":15},{"content-type":"application/zlib","encoding":"base64","xrefs":{"rfc":["rfc6713"],"template":["application/zlib"]},"registered":true,"sort-priority":16},{"content-type":"application/zstd","encoding":"base64","xrefs":{"rfc":["rfc8878"],"template":["application/zstd"]},"registered":true,"sort-priority":16},{"content-type":"audio/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["audio/1d-interleaved-parityfec"]},"registered":true,"sort-priority":16},{"content-type":"audio/32kadpcm","encoding":"base64","xrefs":{"rfc":["rfc2421","rfc3802"],"template":["audio/32kadpcm"]},"registered":true,"sort-priority":16},{"content-type":"audio/3gpp","encoding":"base64","xrefs":{"rfc":["rfc3839","rfc6381"],"template":["audio/3gpp"]},"registered":true,"sort-priority":16},{"content-type":"audio/3gpp2","encoding":"base64","xrefs":{"rfc":["rfc4393","rfc6381"],"template":["audio/3gpp2"]},"registered":true,"sort-priority":16},{"content-type":"audio/aac","encoding":"base64","extensions":["aac"],"xrefs":{"person":["ISO-IEC_JTC_1","Max_Neuendorf"],"template":["audio/aac"]},"registered":true,"sort-priority":15},{"content-type":"audio/ac3","encoding":"base64","xrefs":{"rfc":["rfc4184"],"template":["audio/ac3"]},"registered":true,"sort-priority":16},{"content-type":"audio/adpcm","friendly":{"en":"Adaptive differential pulse-code modulation"},"encoding":"base64","extensions":["adp"],"registered":false,"sort-priority":47},{"content-type":"audio/AMR","encoding":"base64","extensions":["amr"],"xrefs":{"rfc":["rfc4867"],"template":["audio/AMR"]},"registered":true,"sort-priority":15},{"content-type":"audio/AMR-WB","encoding":"base64","extensions":["awb"],"xrefs":{"rfc":["rfc4867"],"template":["audio/AMR-WB"]},"registered":true,"sort-priority":15},{"content-type":"audio/amr-wb+","encoding":"base64","xrefs":{"rfc":["rfc4352"],"template":["audio/amr-wb+"]},"registered":true,"sort-priority":16},{"content-type":"audio/aptx","encoding":"base64","xrefs":{"rfc":["rfc7310"],"template":["audio/aptx"]},"registered":true,"sort-priority":16},{"content-type":"audio/asc","encoding":"base64","xrefs":{"rfc":["rfc6295"],"template":["audio/asc"]},"registered":true,"sort-priority":16},{"content-type":"audio/ATRAC-ADVANCED-LOSSLESS","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC-ADVANCED-LOSSLESS"]},"registered":true,"sort-priority":16},{"content-type":"audio/ATRAC-X","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC-X"]},"registered":true,"sort-priority":16},{"content-type":"audio/ATRAC3","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC3"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"content-type":"audio/BV16","encoding":"base64","xrefs":{"rfc":["rfc4298"],"template":["audio/BV16"]},"registered":true,"sort-priority":16},{"content-type":"audio/BV32","encoding":"base64","xrefs":{"rfc":["rfc4298"],"template":["audio/BV32"]},"registered":true,"sort-priority":16},{"content-type":"audio/clearmode","encoding":"base64","xrefs":{"rfc":["rfc4040"],"template":["audio/clearmode"]},"registered":true,"sort-priority":16},{"content-type":"audio/CN","encoding":"base64","xrefs":{"rfc":["rfc3389"],"template":["audio/CN"]},"registered":true,"sort-priority":16},{"content-type":"audio/DAT12","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/DAT12"]},"registered":true,"sort-priority":16},{"content-type":"audio/dls","encoding":"base64","xrefs":{"rfc":["rfc4613"],"template":["audio/dls"]},"registered":true,"sort-priority":16},{"content-type":"audio/dsr-es201108","encoding":"base64","xrefs":{"rfc":["rfc3557"],"template":["audio/dsr-es201108"]},"registered":true,"sort-priority":16},{"content-type":"audio/dsr-es202050","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202050"]},"registered":true,"sort-priority":16},{"content-type":"audio/dsr-es202211","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202211"]},"registered":true,"sort-priority":16},{"content-type":"audio/dsr-es202212","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202212"]},"registered":true,"sort-priority":16},{"content-type":"audio/DV","encoding":"base64","xrefs":{"rfc":["rfc6469"],"template":["audio/DV"]},"registered":true,"sort-priority":16},{"content-type":"audio/DVI4","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/DVI4"]},"registered":true,"sort-priority":16},{"content-type":"audio/eac3","encoding":"base64","xrefs":{"rfc":["rfc4598"],"template":["audio/eac3"]},"registered":true,"sort-priority":16},{"content-type":"audio/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["audio/encaprtp"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRC","encoding":"base64","extensions":["evc"],"xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC"]},"registered":true,"sort-priority":15},{"content-type":"audio/EVRC-QCP","encoding":"base64","xrefs":{"rfc":["rfc3625"],"template":["audio/EVRC-QCP"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRC0","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC0"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRC1","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC1"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCB","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCB"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCB0","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCB0"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCB1","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRCB1"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCNW","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCNW0","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW0"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCNW1","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW1"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCWB","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCWB0","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB0"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVRCWB1","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB1"]},"registered":true,"sort-priority":16},{"content-type":"audio/EVS","encoding":"base64","xrefs":{"person":["Kyunghun_Jung","_3GPP"],"template":["audio/EVS"]},"registered":true,"sort-priority":16},{"content-type":"audio/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["audio/example"]},"registered":true,"sort-priority":16},{"content-type":"audio/flac","encoding":"base64","extensions":["flac"],"xrefs":{"draft":["RFC-ietf-cellar-flac-14"],"template":["audio/flac"]},"registered":true,"sort-priority":15},{"content-type":"audio/flexfec","encoding":"base64","xrefs":{"rfc":["rfc8627"],"template":["audio/flexfec"]},"registered":true,"sort-priority":16},{"content-type":"audio/fwdred","encoding":"base64","xrefs":{"rfc":["rfc6354"],"template":["audio/fwdred"]},"registered":true,"sort-priority":16},{"content-type":"audio/G711-0","encoding":"base64","xrefs":{"rfc":["rfc7655"],"template":["audio/G711-0"]},"registered":true,"sort-priority":16},{"content-type":"audio/G719","encoding":"base64","xrefs":{"rfc":["rfc5404"],"rfc-errata":["3245"],"template":["audio/G719"]},"registered":true,"sort-priority":16},{"content-type":"audio/G722","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G722"]},"registered":true,"sort-priority":16},{"content-type":"audio/G7221","encoding":"base64","xrefs":{"rfc":["rfc5577"],"template":["audio/G7221"]},"registered":true,"sort-priority":16},{"content-type":"audio/G723","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G723"]},"registered":true,"sort-priority":16},{"content-type":"audio/G726-16","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-16"]},"registered":true,"sort-priority":16},{"content-type":"audio/G726-24","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-24"]},"registered":true,"sort-priority":16},{"content-type":"audio/G726-32","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-32"]},"registered":true,"sort-priority":16},{"content-type":"audio/G726-40","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-40"]},"registered":true,"sort-priority":16},{"content-type":"audio/G728","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G728"]},"registered":true,"sort-priority":16},{"content-type":"audio/G729","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729"]},"registered":true,"sort-priority":16},{"content-type":"audio/G7291","encoding":"base64","xrefs":{"rfc":["rfc4749","rfc5459"],"template":["audio/G7291"]},"registered":true,"sort-priority":16},{"content-type":"audio/G729D","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729D"]},"registered":true,"sort-priority":16},{"content-type":"audio/G729E","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729E"]},"registered":true,"sort-priority":16},{"content-type":"audio/GSM","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/GSM"]},"registered":true,"sort-priority":16},{"content-type":"audio/GSM-EFR","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/GSM-EFR"]},"registered":true,"sort-priority":16},{"content-type":"audio/GSM-HR-08","encoding":"base64","xrefs":{"rfc":["rfc5993"],"template":["audio/GSM-HR-08"]},"registered":true,"sort-priority":16},{"content-type":"audio/iLBC","encoding":"base64","xrefs":{"rfc":["rfc3952"],"template":["audio/iLBC"]},"registered":true,"sort-priority":16},{"content-type":"audio/ip-mr_v2.5","encoding":"base64","xrefs":{"rfc":["rfc6262"],"template":["audio/ip-mr_v2.5"]},"registered":true,"sort-priority":16},{"content-type":"audio/L16","encoding":"base64","extensions":["l16"],"xrefs":{"rfc":["rfc4856"],"template":["audio/L16"]},"registered":true,"sort-priority":15},{"content-type":"audio/L20","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/L20"]},"registered":true,"sort-priority":16},{"content-type":"audio/L24","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/L24"]},"registered":true,"sort-priority":16},{"content-type":"audio/L8","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/L8"]},"registered":true,"sort-priority":16},{"content-type":"audio/LPC","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/LPC"]},"registered":true,"sort-priority":16},{"content-type":"audio/matroska","encoding":"base64","extensions":["mka"],"xrefs":{"draft":["RFC-ietf-cellar-matroska-21"],"template":["audio/matroska"]},"registered":true,"sort-priority":15},{"content-type":"audio/MELP","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP"]},"registered":true,"sort-priority":16},{"content-type":"audio/MELP1200","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP1200"]},"registered":true,"sort-priority":16},{"content-type":"audio/MELP2400","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP2400"]},"registered":true,"sort-priority":16},{"content-type":"audio/MELP600","encoding":"base64","xrefs":{"rfc":["rfc8130"],"template":["audio/MELP600"]},"registered":true,"sort-priority":16},{"content-type":"audio/mhas","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","Ingo_Hofmann","Nils_Peters"],"template":["audio/mhas"]},"registered":true,"sort-priority":16},{"content-type":"audio/midi","friendly":{"en":"MIDI - Musical Instrument Digital Interface"},"encoding":"base64","extensions":["kar","mid","midi","rmi"],"registered":false,"sort-priority":44},{"content-type":"audio/midi-clip","encoding":"base64","xrefs":{"person":["Benjamin_Israel","MIDI_Association"],"template":["audio/midi-clip"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"audio/mobile-xmf","encoding":"base64","xrefs":{"rfc":["rfc4723"],"template":["audio/mobile-xmf"]},"registered":true,"sort-priority":16},{"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,"sort-priority":10},{"content-type":"audio/MP4A-LATM","encoding":"base64","extensions":["m4a"],"xrefs":{"rfc":["rfc6416"],"template":["audio/MP4A-LATM"]},"registered":true,"sort-priority":15},{"content-type":"audio/MPA","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["audio/MPA"]},"registered":true,"sort-priority":16},{"content-type":"audio/mpa-robust","encoding":"base64","xrefs":{"rfc":["rfc5219"],"template":["audio/mpa-robust"]},"registered":true,"sort-priority":16},{"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,"sort-priority":10},{"content-type":"audio/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640","rfc5691","rfc6295"],"template":["audio/mpeg4-generic"]},"registered":true,"sort-priority":16},{"content-type":"audio/ogg","friendly":{"en":"Ogg Audio"},"encoding":"base64","extensions":["oga","ogg","spx","opus"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["audio/ogg"]},"registered":true,"sort-priority":12},{"content-type":"audio/opus","encoding":"base64","xrefs":{"rfc":["rfc7587"],"template":["audio/opus"]},"registered":true,"sort-priority":16},{"content-type":"audio/parityfec","encoding":"base64","xrefs":{"rfc":["rfc3009"],"template":["audio/parityfec"]},"registered":true,"sort-priority":16},{"content-type":"audio/PCMA","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/PCMA"]},"registered":true,"sort-priority":16},{"content-type":"audio/PCMA-WB","encoding":"base64","xrefs":{"rfc":["rfc5391"],"template":["audio/PCMA-WB"]},"registered":true,"sort-priority":16},{"content-type":"audio/PCMU","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/PCMU"]},"registered":true,"sort-priority":16},{"content-type":"audio/PCMU-WB","encoding":"base64","xrefs":{"rfc":["rfc5391"],"template":["audio/PCMU-WB"]},"registered":true,"sort-priority":16},{"content-type":"audio/prs.sid","encoding":"base64","xrefs":{"person":["Linus_Walleij"],"template":["audio/prs.sid"]},"registered":true,"sort-priority":16},{"content-type":"audio/QCELP","encoding":"base64","xrefs":{"rfc":["rfc3555","rfc3625"],"template":["audio/QCELP"]},"registered":true,"sort-priority":16},{"content-type":"audio/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["audio/raptorfec"]},"registered":true,"sort-priority":16},{"content-type":"audio/RED","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["audio/RED"]},"registered":true,"sort-priority":16},{"content-type":"audio/rtp-enc-aescm128","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["audio/rtp-enc-aescm128"]},"registered":true,"sort-priority":16},{"content-type":"audio/rtp-midi","encoding":"base64","xrefs":{"rfc":["rfc6295"],"template":["audio/rtp-midi"]},"registered":true,"sort-priority":16},{"content-type":"audio/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["audio/rtploopback"]},"registered":true,"sort-priority":16},{"content-type":"audio/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["audio/rtx"]},"registered":true,"sort-priority":16},{"content-type":"audio/s3m","encoding":"base64","extensions":["s3m"],"registered":false,"sort-priority":47},{"content-type":"audio/scip","encoding":"base64","xrefs":{"rfc":["rfc9607"],"template":["audio/scip"]},"registered":true,"sort-priority":16},{"content-type":"audio/silk","encoding":"base64","extensions":["sil"],"registered":false,"sort-priority":47},{"content-type":"audio/SMV","encoding":"base64","extensions":["smv"],"xrefs":{"rfc":["rfc3558"],"template":["audio/SMV"]},"registered":true,"sort-priority":15},{"content-type":"audio/SMV-QCP","encoding":"base64","xrefs":{"rfc":["rfc3625"],"template":["audio/SMV-QCP"]},"registered":true,"sort-priority":16},{"content-type":"audio/SMV0","encoding":"base64","xrefs":{"rfc":["rfc3558"],"template":["audio/SMV0"]},"registered":true,"sort-priority":16},{"content-type":"audio/sofa","encoding":"base64","xrefs":{"person":["AES","Piotr_Majdak"],"template":["audio/sofa"]},"registered":true,"sort-priority":16},{"content-type":"audio/sp-midi","encoding":"base64","xrefs":{"person":["Athan_Billias","MIDI_Association"],"template":["audio/sp-midi"]},"registered":true,"sort-priority":16},{"content-type":"audio/speex","encoding":"base64","xrefs":{"rfc":["rfc5574"],"template":["audio/speex"]},"registered":true,"sort-priority":16},{"content-type":"audio/t140c","encoding":"base64","xrefs":{"rfc":["rfc4351"],"template":["audio/t140c"]},"registered":true,"sort-priority":16},{"content-type":"audio/t38","encoding":"base64","xrefs":{"rfc":["rfc4612"],"template":["audio/t38"]},"registered":true,"sort-priority":16},{"content-type":"audio/telephone-event","encoding":"base64","xrefs":{"rfc":["rfc4733"],"template":["audio/telephone-event"]},"registered":true,"sort-priority":16},{"content-type":"audio/TETRA_ACELP","encoding":"base64","xrefs":{"person":["ETSI","Miguel_Angel_Reina_Ortega"],"template":["audio/TETRA_ACELP"]},"registered":true,"sort-priority":16},{"content-type":"audio/TETRA_ACELP_BB","encoding":"base64","xrefs":{"person":["ETSI","Miguel_Angel_Reina_Ortega"],"template":["audio/TETRA_ACELP_BB"]},"registered":true,"sort-priority":16},{"content-type":"audio/tone","encoding":"base64","xrefs":{"rfc":["rfc4733"],"template":["audio/tone"]},"registered":true,"sort-priority":16},{"content-type":"audio/TSVCIS","encoding":"base64","xrefs":{"rfc":["rfc8817"],"template":["audio/TSVCIS"]},"registered":true,"sort-priority":16},{"content-type":"audio/UEMCLIP","encoding":"base64","xrefs":{"rfc":["rfc5686"],"template":["audio/UEMCLIP"]},"registered":true,"sort-priority":16},{"content-type":"audio/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["audio/ulpfec"]},"registered":true,"sort-priority":16},{"content-type":"audio/usac","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","Max_Neuendorf"],"template":["audio/usac"]},"registered":true,"sort-priority":16},{"content-type":"audio/VDVI","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/VDVI"]},"registered":true,"sort-priority":16},{"content-type":"audio/VMR-WB","encoding":"base64","xrefs":{"rfc":["rfc4348","rfc4424"],"template":["audio/VMR-WB"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.3gpp.iufp","encoding":"base64","xrefs":{"person":["Thomas_Belling"],"template":["audio/vnd.3gpp.iufp"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.4SB","encoding":"base64","xrefs":{"person":["Serge_De_Jaham"],"template":["audio/vnd.4SB"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.audiokoz","encoding":"base64","xrefs":{"person":["Vicki_DeBarros"],"template":["audio/vnd.audiokoz"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.CELP","encoding":"base64","xrefs":{"person":["Serge_De_Jaham"],"template":["audio/vnd.CELP"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.cisco.nse","encoding":"base64","xrefs":{"person":["Rajesh_Kumar"],"template":["audio/vnd.cisco.nse"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.cmles.radio-events","encoding":"base64","xrefs":{"person":["Jean-Philippe_Goulet"],"template":["audio/vnd.cmles.radio-events"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.cns.anp1","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.anp1"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.cns.inf1","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.inf1"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"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,"sort-priority":15},{"content-type":"audio/vnd.dlna.adts","encoding":"base64","xrefs":{"person":["Edwin_Heredia"],"template":["audio/vnd.dlna.adts"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.heaac.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.heaac.1"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.heaac.2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.heaac.2"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.mlp","encoding":"base64","xrefs":{"person":["Mike_Ward"],"template":["audio/vnd.dolby.mlp"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.mps","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.mps"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.pl2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.pl2x","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2x"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.pl2z","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2z"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dolby.pulse.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pulse.1"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dra","friendly":{"en":"DRA Audio"},"encoding":"base64","extensions":["dra"],"xrefs":{"person":["Jiang_Tian"],"template":["audio/vnd.dra"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.dts","friendly":{"en":"DTS Audio"},"encoding":"base64","extensions":["dts"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"audio/vnd.dts.uhd","encoding":"base64","xrefs":{"person":["Phillip_Maness"],"template":["audio/vnd.dts.uhd"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.dvb.file","encoding":"base64","xrefs":{"person":["Peter_Siebert"],"template":["audio/vnd.dvb.file"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.everad.plj","encoding":"base64","extensions":["plj"],"xrefs":{"person":["Shay_Cicelsky"],"template":["audio/vnd.everad.plj"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.hns.audio","encoding":"base64","xrefs":{"person":["Swaminathan"],"template":["audio/vnd.hns.audio"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"audio/vnd.nokia.mobile-xmf","encoding":"base64","extensions":["mxmf"],"xrefs":{"person":["Nokia"],"template":["audio/vnd.nokia.mobile-xmf"]},"registered":true,"sort-priority":15},{"content-type":"audio/vnd.nortel.vbk","encoding":"base64","extensions":["vbk"],"xrefs":{"person":["Glenn_Parsons"],"template":["audio/vnd.nortel.vbk"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"audio/vnd.octel.sbc","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.octel.sbc"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.presonus.multitrack","encoding":"base64","xrefs":{"person":["Matthias_Juwan"],"template":["audio/vnd.presonus.multitrack"]},"registered":true,"sort-priority":16},{"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,"sort-priority":143},{"content-type":"audio/vnd.rhetorex.32kadpcm","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.rhetorex.32kadpcm"]},"registered":true,"sort-priority":16},{"content-type":"audio/vnd.rip","friendly":{"en":"Hit'n'Mix"},"encoding":"base64","extensions":["rip"],"xrefs":{"person":["Martin_Dawe"],"template":["audio/vnd.rip"]},"registered":true,"sort-priority":15},{"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,"sort-priority":13},{"content-type":"audio/vnd.vmx.cvsd","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.vmx.cvsd"]},"registered":true,"sort-priority":16},{"content-type":"audio/vorbis","encoding":"base64","xrefs":{"rfc":["rfc5215"],"template":["audio/vorbis"]},"registered":true,"sort-priority":16},{"content-type":"audio/vorbis-config","encoding":"base64","xrefs":{"rfc":["rfc5215"],"template":["audio/vorbis-config"]},"registered":true,"sort-priority":16},{"content-type":"audio/wav","friendly":{"en":"Waveform Audio File Format (WAV)"},"encoding":"base64","extensions":["wav"],"registered":false,"sort-priority":47},{"content-type":"audio/webm","friendly":{"en":"Open Web Media Project - Audio"},"encoding":"base64","extensions":["weba","webm"],"registered":false,"sort-priority":46},{"content-type":"audio/x-aac","friendly":{"en":"Advanced Audio Coding (AAC)"},"encoding":"base64","extensions":["aac"],"obsolete":true,"use-instead":"audio/aac","registered":false,"sort-priority":175},{"content-type":"audio/x-aiff","friendly":{"en":"Audio Interchange File Format"},"encoding":"base64","extensions":["aif","aifc","aiff"],"registered":false,"sort-priority":45},{"content-type":"audio/x-caf","encoding":"base64","extensions":["caf"],"registered":false,"sort-priority":47},{"content-type":"audio/x-flac","encoding":"base64","extensions":["flac"],"obsolete":true,"use-instead":"audio/flac","registered":false,"sort-priority":175},{"content-type":"audio/x-m4a","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"audio/x-matroska","encoding":"base64","extensions":["mka"],"obsolete":true,"use-instead":"audio/matroska","registered":false,"sort-priority":175},{"content-type":"audio/x-midi","encoding":"base64","extensions":["mid","midi","kar"],"registered":false,"sort-priority":45},{"content-type":"audio/x-mpegurl","friendly":{"en":"M3U (Multimedia Playlist)"},"encoding":"base64","extensions":["m3u"],"registered":false,"sort-priority":47},{"content-type":"audio/x-ms-wax","friendly":{"en":"Microsoft Windows Media Audio Redirector"},"encoding":"base64","extensions":["wax"],"registered":false,"sort-priority":47},{"content-type":"audio/x-ms-wma","friendly":{"en":"Microsoft Windows Media Audio"},"encoding":"base64","extensions":["wma"],"registered":false,"sort-priority":47},{"content-type":"audio/x-ms-wmv","encoding":"base64","extensions":["wmv"],"registered":false,"sort-priority":47},{"content-type":"audio/x-pn-realaudio","friendly":{"en":"Real Audio Sound"},"encoding":"base64","extensions":["ra","ram"],"registered":false,"sort-priority":46},{"content-type":"audio/x-pn-realaudio-plugin","friendly":{"en":"Real Audio Sound"},"encoding":"base64","extensions":["rmp","rpm"],"registered":false,"sort-priority":46},{"content-type":"audio/x-realaudio","encoding":"base64","extensions":["ra"],"registered":false,"sort-priority":47},{"content-type":"audio/x-wav","friendly":{"en":"Waveform Audio File Format (WAV)"},"encoding":"base64","extensions":["wav"],"registered":false,"sort-priority":47},{"content-type":"audio/xm","encoding":"base64","extensions":["xm"],"registered":false,"sort-priority":47},{"content-type":"chemical/x-cdx","friendly":{"en":"ChemDraw eXchange file"},"encoding":"base64","extensions":["cdx"],"registered":false,"sort-priority":47},{"content-type":"chemical/x-cif","friendly":{"en":"Crystallographic Interchange Format"},"encoding":"base64","extensions":["cif"],"registered":false,"sort-priority":47},{"content-type":"chemical/x-cmdf","friendly":{"en":"CrystalMaker Data Format"},"encoding":"base64","extensions":["cmdf"],"registered":false,"sort-priority":47},{"content-type":"chemical/x-cml","friendly":{"en":"Chemical Markup Language"},"encoding":"base64","extensions":["cml"],"registered":false,"sort-priority":47},{"content-type":"chemical/x-csml","friendly":{"en":"Chemical Style Markup Language"},"encoding":"base64","extensions":["csml"],"registered":false,"sort-priority":47},{"content-type":"chemical/x-pdb","encoding":"base64","extensions":["pdb"],"obsolete":true,"use-instead":"x-chemical/x-pdb","registered":false,"sort-priority":175},{"content-type":"chemical/x-xyz","friendly":{"en":"XYZ File Format"},"encoding":"base64","extensions":["xyz"],"obsolete":true,"use-instead":"x-chemical/x-xyz","registered":false,"sort-priority":175},{"content-type":"drawing/dwf","encoding":"base64","extensions":["dwf"],"obsolete":true,"use-instead":"x-drawing/dwf","registered":false,"sort-priority":175},{"content-type":"font/collection","encoding":"base64","extensions":["ttc"],"xrefs":{"rfc":["rfc8081"],"template":["font/collection"]},"registered":true,"sort-priority":15},{"content-type":"font/otf","encoding":"base64","extensions":["otf"],"xrefs":{"rfc":["rfc8081"],"template":["font/otf"]},"registered":true,"sort-priority":15},{"content-type":"font/sfnt","encoding":"base64","xrefs":{"rfc":["rfc8081"],"template":["font/sfnt"]},"registered":true,"sort-priority":16},{"content-type":"font/ttf","encoding":"base64","extensions":["ttf"],"xrefs":{"rfc":["rfc8081"],"template":["font/ttf"]},"registered":true,"sort-priority":15},{"content-type":"font/woff","encoding":"base64","extensions":["woff"],"xrefs":{"rfc":["rfc8081"],"template":["font/woff"]},"registered":true,"sort-priority":15},{"content-type":"font/woff2","encoding":"base64","extensions":["woff2"],"xrefs":{"rfc":["rfc8081"],"template":["font/woff2"]},"registered":true,"sort-priority":15},{"content-type":"haptics/hjif","encoding":"base64","xrefs":{"draft":["RFC-ietf-mediaman-haptics-05"],"template":["haptics/hjif"]},"registered":true,"sort-priority":16},{"content-type":"haptics/hmpg","encoding":"base64","xrefs":{"draft":["RFC-ietf-mediaman-haptics-05"],"template":["haptics/hmpg"]},"registered":true,"sort-priority":16},{"content-type":"haptics/ivs","encoding":"base64","xrefs":{"draft":["RFC-ietf-mediaman-haptics-05"],"template":["haptics/ivs"]},"registered":true,"sort-priority":16},{"content-type":"image/aces","encoding":"base64","xrefs":{"person":["Howard_Lukk","SMPTE"],"template":["image/aces"]},"registered":true,"sort-priority":16},{"content-type":"image/apng","encoding":"base64","xrefs":{"person":["W3C","W3C_PNG_Working_Group"],"template":["image/apng"]},"registered":true,"sort-priority":16},{"content-type":"image/avci","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/avci"]},"registered":true,"sort-priority":16},{"content-type":"image/avcs","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/avcs"]},"registered":true,"sort-priority":16},{"content-type":"image/avif","encoding":"base64","extensions":["avif"],"xrefs":{"person":["Alliance_for_Open_Media","Cyril_Concolato"],"template":["image/avif"]},"registered":true,"sort-priority":15},{"content-type":"image/bmp","friendly":{"en":"Bitmap Image File"},"encoding":"base64","extensions":["bmp"],"xrefs":{"rfc":["rfc7903"],"template":["image/bmp"]},"registered":true,"sort-priority":15},{"content-type":"image/cgm","friendly":{"en":"Computer Graphics Metafile"},"encoding":"base64","extensions":["cgm"],"xrefs":{"person":["Alan_Francis"],"template":["image/cgm"]},"registered":true,"sort-priority":15},{"content-type":"image/cmu-raster","encoding":"base64","obsolete":true,"use-instead":"image/x-cmu-raster","registered":false,"sort-priority":176},{"content-type":"image/dicom-rle","encoding":"base64","xrefs":{"person":["DICOM_Standard_Committee","David_Clunie"],"template":["image/dicom-rle"]},"registered":true,"sort-priority":16},{"content-type":"image/dpx","encoding":"base64","xrefs":{"person":["SMPTE","SMPTE_Director_of_Standards_Development"],"template":["image/dpx"]},"registered":true,"sort-priority":16},{"content-type":"image/emf","encoding":"base64","xrefs":{"rfc":["rfc7903"],"template":["image/emf"]},"registered":true,"sort-priority":16},{"content-type":"image/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["image/example"]},"registered":true,"sort-priority":16},{"content-type":"image/fits","encoding":"base64","xrefs":{"rfc":["rfc4047"],"template":["image/fits"]},"registered":true,"sort-priority":16},{"content-type":"image/g3fax","friendly":{"en":"G3 Fax Image"},"encoding":"base64","extensions":["g3"],"xrefs":{"rfc":["rfc1494"],"template":["image/g3fax"]},"registered":true,"sort-priority":15},{"content-type":"image/gif","friendly":{"en":"Graphics Interchange Format"},"encoding":"base64","extensions":["gif"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["image/gif"]},"registered":true,"sort-priority":15},{"content-type":"image/heic","encoding":"base64","extensions":["heic","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/heic"]},"registered":true,"sort-priority":14},{"content-type":"image/heic-sequence","encoding":"base64","extensions":["heics","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/heic-sequence"]},"registered":true,"sort-priority":14},{"content-type":"image/heif","encoding":"base64","extensions":["heif","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/heif"]},"registered":true,"sort-priority":14},{"content-type":"image/heif-sequence","encoding":"base64","extensions":["heifs","hif"],"xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["image/heif-sequence"]},"registered":true,"sort-priority":14},{"content-type":"image/hej2k","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/hej2k"]},"registered":true,"sort-priority":16},{"content-type":"image/hsj2","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/hsj2"]},"registered":true,"sort-priority":16},{"content-type":"image/ief","friendly":{"en":"Image Exchange Format"},"encoding":"base64","extensions":["ief"],"xrefs":{"rfc":["rfc1314"],"template":["image/ief"]},"registered":true,"sort-priority":15},{"content-type":"image/j2c","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ISO-IEC_JTC_1_SC_29_WG_1","ITU-T"],"template":["image/j2c"]},"registered":true,"sort-priority":16},{"content-type":"image/j2is","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1-SC_29-WG_1_Convenor"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"image/jls","encoding":"base64","xrefs":{"person":["DICOM_Standard_Committee","David_Clunie"],"template":["image/jls"]},"registered":true,"sort-priority":16},{"content-type":"image/jp2","encoding":"base64","extensions":["jp2","jpg2"],"xrefs":{"rfc":["rfc3745"],"template":["image/jp2"]},"registered":true,"sort-priority":14},{"content-type":"image/jpeg","friendly":{"en":"JPEG Image"},"encoding":"base64","extensions":["jpeg","jpg","jpe","jfif"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["image/jpeg"]},"registered":true,"sort-priority":12},{"content-type":"image/jph","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jph"]},"registered":true,"sort-priority":16},{"content-type":"image/jphc","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jphc"]},"registered":true,"sort-priority":16},{"content-type":"image/jpm","encoding":"base64","extensions":["jpm","jpgm"],"xrefs":{"rfc":["rfc3745"],"template":["image/jpm"]},"registered":true,"sort-priority":14},{"content-type":"image/jpx","encoding":"base64","extensions":["jpx","jpf"],"xrefs":{"rfc":["rfc3745"],"person":["ISO-IEC_JTC_1_SC_29_WG_1"],"template":["image/jpx"]},"registered":true,"sort-priority":14},{"content-type":"image/jxl","encoding":"base64","extensions":["jxl"],"xrefs":{"person":["ISO-IEC_JTC_1","ISO-IEC_JTC_1_SC_29_WG_1"],"template":["image/jxl"]},"registered":true,"provisional":true,"sort-priority":79},{"content-type":"image/jxr","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jxr"]},"registered":true,"sort-priority":16},{"content-type":"image/jxrA","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jxrA"]},"registered":true,"sort-priority":16},{"content-type":"image/jxrS","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1","ITU-T"],"template":["image/jxrS"]},"registered":true,"sort-priority":16},{"content-type":"image/jxs","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["image/jxs"]},"registered":true,"sort-priority":16},{"content-type":"image/jxsc","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["image/jxsc"]},"registered":true,"sort-priority":16},{"content-type":"image/jxsi","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["image/jxsi"]},"registered":true,"sort-priority":16},{"content-type":"image/jxss","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC_1"],"template":["image/jxss"]},"registered":true,"sort-priority":16},{"content-type":"image/ktx","friendly":{"en":"OpenGL Textures (KTX)"},"encoding":"base64","extensions":["ktx"],"xrefs":{"person":["Khronos","Mark_Callow"],"template":["image/ktx"]},"registered":true,"sort-priority":15},{"content-type":"image/ktx2","encoding":"base64","xrefs":{"person":["Khronos","Mark_Callow"],"template":["image/ktx2"]},"registered":true,"sort-priority":16},{"content-type":"image/naplps","encoding":"base64","xrefs":{"person":["Ilya_Ferber"],"template":["image/naplps"]},"registered":true,"sort-priority":16},{"content-type":"image/pdc","encoding":"base64","xrefs":{"person":["Pierre-Anthony_Lemieux"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"image/pjpeg","docs":"Fixes a bug with IE6 and progressive JPEGs","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"image/png","friendly":{"en":"Portable Network Graphics (PNG)"},"encoding":"base64","extensions":["png"],"xrefs":{"person":["PNG_Working_Group","W3C"],"template":["image/png"]},"registered":true,"sort-priority":15},{"content-type":"image/prs.btif","friendly":{"en":"BTIF"},"encoding":"base64","extensions":["btif"],"xrefs":{"person":["Ben_Simon"],"template":["image/prs.btif"]},"registered":true,"sort-priority":15},{"content-type":"image/prs.pti","encoding":"base64","xrefs":{"person":["Juern_Laun"],"template":["image/prs.pti"]},"registered":true,"sort-priority":16},{"content-type":"image/pwg-raster","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["image/pwg-raster"]},"registered":true,"sort-priority":16},{"content-type":"image/sgi","encoding":"base64","extensions":["sgi"],"registered":false,"sort-priority":47},{"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,"sort-priority":14},{"content-type":"image/t38","encoding":"base64","xrefs":{"rfc":["rfc3362"],"template":["image/t38"]},"registered":true,"sort-priority":16},{"content-type":"image/targa","encoding":"base64","extensions":["tga"],"obsolete":true,"use-instead":"image/x-targa","registered":false,"sort-priority":175},{"content-type":"image/tiff","friendly":{"en":"Tagged Image File Format"},"encoding":"base64","extensions":["tiff","tif"],"xrefs":{"rfc":["rfc3302"],"template":["image/tiff"]},"registered":true,"sort-priority":14},{"content-type":"image/tiff-fx","encoding":"base64","xrefs":{"rfc":["rfc3950"],"template":["image/tiff-fx"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"image/vnd.airzip.accelerator.azv","encoding":"base64","xrefs":{"person":["Gary_Clueit"],"template":["image/vnd.airzip.accelerator.azv"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.cns.inf2","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["image/vnd.cns.inf2"]},"registered":true,"sort-priority":16},{"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,"sort-priority":12},{"content-type":"image/vnd.dgn","encoding":"base64","extensions":["dgn"],"obsolete":true,"use-instead":"image/x-vnd.dgn","registered":false,"sort-priority":175},{"content-type":"image/vnd.djvu","friendly":{"en":"DjVu"},"encoding":"base64","extensions":["djvu","djv"],"xrefs":{"person":["Leon_Bottou"],"template":["image/vnd.djvu"]},"registered":true,"sort-priority":14},{"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,"sort-priority":15},{"content-type":"image/vnd.dwg","friendly":{"en":"DWG Drawing"},"encoding":"base64","extensions":["dwg"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dwg"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.dxf","friendly":{"en":"AutoCAD DXF"},"encoding":"base64","extensions":["dxf"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dxf"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.fastbidsheet","friendly":{"en":"FastBid Sheet"},"encoding":"base64","extensions":["fbs"],"xrefs":{"person":["Scott_Becker"],"template":["image/vnd.fastbidsheet"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.fpx","friendly":{"en":"FlashPix"},"encoding":"base64","extensions":["fpx"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.fpx"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"image/vnd.globalgraphics.pgb","encoding":"base64","extensions":["pgb"],"xrefs":{"person":["Martin_Bailey"],"template":["image/vnd.globalgraphics.pgb"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.microsoft.icon","encoding":"base64","extensions":["ico"],"xrefs":{"person":["Simon_Butcher"],"template":["image/vnd.microsoft.icon"]},"registered":true,"sort-priority":15},{"content-type":"image/vnd.mix","encoding":"base64","xrefs":{"person":["Saveen_Reddy"],"template":["image/vnd.mix"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.mozilla.apng","encoding":"base64","xrefs":{"person":["Stuart_Parmenter"],"template":["image/vnd.mozilla.apng"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"image/vnd.ms-photo","encoding":"base64","extensions":["wdp"],"registered":false,"sort-priority":47},{"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,"sort-priority":15},{"content-type":"image/vnd.net.fpx","encoding":"base64","obsolete":true,"use-instead":"image/vnd.net-fpx","registered":false,"sort-priority":176},{"content-type":"image/vnd.pco.b16","encoding":"base64","xrefs":{"person":["Jan_Zeman","PCO_AG"],"template":["image/vnd.pco.b16"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.radiance","encoding":"base64","xrefs":{"person":["Greg_Ward","Randolph_Fritz"],"template":["image/vnd.radiance"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.sealed.png","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealed.png"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.sealedmedia.softseal.gif","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal.gif"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.sealedmedia.softseal.jpg","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal.jpg"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.svf","encoding":"base64","xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.svf"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.tencent.tap","encoding":"base64","xrefs":{"person":["Ni_Hui"],"template":["image/vnd.tencent.tap"]},"registered":true,"sort-priority":16},{"content-type":"image/vnd.valve.source.texture","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["image/vnd.valve.source.texture"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"image/vnd.zbrush.pcx","encoding":"base64","xrefs":{"person":["Chris_Charabaruk"],"template":["image/vnd.zbrush.pcx"]},"registered":true,"sort-priority":16},{"content-type":"image/webp","friendly":{"en":"WebP Image"},"encoding":"base64","extensions":["webp"],"xrefs":{"draft":["RFC-zern-webp-15"],"template":["image/webp"]},"registered":true,"sort-priority":15},{"content-type":"image/wmf","encoding":"base64","xrefs":{"rfc":["rfc7903"],"template":["image/wmf"]},"registered":true,"sort-priority":16},{"content-type":"image/x-3ds","encoding":"base64","extensions":["3ds"],"registered":false,"sort-priority":47},{"content-type":"image/x-adobe-dng","friendly":{"en":"Adobe Digital Negative"},"encoding":"base64","extensions":["dng"],"registered":false,"sort-priority":47},{"content-type":"image/x-bmp","encoding":"base64","extensions":["bmp"],"obsolete":true,"use-instead":"image/bmp","registered":false,"sort-priority":175},{"content-type":"image/x-canon-cr2","friendly":{"en":"Canon Raw Image"},"encoding":"base64","extensions":["cr2"],"registered":false,"sort-priority":47},{"content-type":"image/x-canon-crw","friendly":{"en":"Canon Raw Image"},"encoding":"base64","extensions":["crw"],"registered":false,"sort-priority":47},{"content-type":"image/x-cmu-raster","friendly":{"en":"CMU Image"},"encoding":"base64","extensions":["ras"],"registered":false,"sort-priority":47},{"content-type":"image/x-cmx","friendly":{"en":"Corel Metafile Exchange (CMX)"},"encoding":"base64","extensions":["cmx"],"registered":false,"sort-priority":47},{"content-type":"image/x-compressed-xcf","docs":"see-also:image/x-xcf","encoding":"base64","extensions":["xcfbz2","xcfgz"],"registered":false,"sort-priority":46},{"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,"sort-priority":144},{"content-type":"image/x-epson-erf","friendly":{"en":"Epson Raw Image"},"encoding":"base64","extensions":["erf"],"registered":false,"sort-priority":47},{"content-type":"image/x-freehand","friendly":{"en":"FreeHand MX"},"encoding":"base64","extensions":["fh","fh4","fh5","fh7","fhc"],"registered":false,"sort-priority":43},{"content-type":"image/x-fuji-raf","friendly":{"en":"Fuji Raw Image"},"encoding":"base64","extensions":["raf"],"registered":false,"sort-priority":47},{"content-type":"image/x-hasselblad-3fr","encoding":"base64","extensions":["3fr"],"registered":false,"sort-priority":47},{"content-type":"image/x-icon","friendly":{"en":"Icon Image"},"encoding":"base64","extensions":["ico"],"registered":false,"sort-priority":47},{"content-type":"image/x-kodak-dcr","friendly":{"en":"Kodak Raw Image"},"encoding":"base64","extensions":["dcr"],"registered":false,"sort-priority":47},{"content-type":"image/x-kodak-k25","friendly":{"en":"Kodak Raw Image"},"encoding":"base64","extensions":["k25"],"registered":false,"sort-priority":47},{"content-type":"image/x-kodak-kdc","friendly":{"en":"Kodak Raw Image"},"encoding":"base64","extensions":["kdc"],"registered":false,"sort-priority":47},{"content-type":"image/x-minolta-mrw","friendly":{"en":"Minolta Raw Image"},"encoding":"base64","extensions":["mrw"],"registered":false,"sort-priority":47},{"content-type":"image/x-mrsid-image","encoding":"base64","extensions":["sid"],"registered":false,"sort-priority":47},{"content-type":"image/x-ms-bmp","friendly":{"en":"Bitmap Image File"},"encoding":"base64","extensions":["bmp"],"obsolete":true,"registered":false,"sort-priority":175},{"content-type":"image/x-nikon-nef","friendly":{"en":"Nikon Raw Image"},"encoding":"base64","extensions":["nef"],"registered":false,"sort-priority":47},{"content-type":"image/x-olympus-orf","friendly":{"en":"Olympus Raw Image"},"encoding":"base64","extensions":["orf"],"registered":false,"sort-priority":47},{"content-type":"image/x-paintshoppro","encoding":"base64","extensions":["psp","pspimage"],"registered":false,"sort-priority":46},{"content-type":"image/x-panasonic-raw","friendly":{"en":"Panasonic Raw Image"},"encoding":"base64","extensions":["raw"],"registered":false,"sort-priority":47},{"content-type":"image/x-pcx","friendly":{"en":"PCX Image"},"encoding":"base64","extensions":["pcx"],"registered":false,"sort-priority":47},{"content-type":"image/x-pentax-pef","friendly":{"en":"Pentax Raw Image"},"encoding":"base64","extensions":["pef"],"registered":false,"sort-priority":47},{"content-type":"image/x-pict","friendly":{"en":"PICT Image"},"encoding":"base64","extensions":["pct","pic"],"registered":false,"sort-priority":46},{"content-type":"image/x-portable-anymap","friendly":{"en":"Portable Anymap Image"},"encoding":"base64","extensions":["pnm"],"registered":false,"sort-priority":47},{"content-type":"image/x-portable-bitmap","friendly":{"en":"Portable Bitmap Format"},"encoding":"base64","extensions":["pbm"],"registered":false,"sort-priority":47},{"content-type":"image/x-portable-graymap","friendly":{"en":"Portable Graymap Format"},"encoding":"base64","extensions":["pgm"],"registered":false,"sort-priority":47},{"content-type":"image/x-portable-pixmap","friendly":{"en":"Portable Pixmap Format"},"encoding":"base64","extensions":["ppm"],"registered":false,"sort-priority":47},{"content-type":"image/x-rgb","friendly":{"en":"Silicon Graphics RGB Bitmap"},"encoding":"base64","extensions":["rgb"],"registered":false,"sort-priority":47},{"content-type":"image/x-sigma-x3f","friendly":{"en":"Sigma Raw Image"},"encoding":"base64","extensions":["x3f"],"registered":false,"sort-priority":47},{"content-type":"image/x-sony-arw","friendly":{"en":"Sony Raw Image"},"encoding":"base64","extensions":["arw"],"registered":false,"sort-priority":47},{"content-type":"image/x-sony-sr2","friendly":{"en":"Sony Raw Image"},"encoding":"base64","extensions":["sr2"],"registered":false,"sort-priority":47},{"content-type":"image/x-sony-srf","friendly":{"en":"Sony Raw Image"},"encoding":"base64","extensions":["srf"],"registered":false,"sort-priority":47},{"content-type":"image/x-targa","encoding":"base64","extensions":["tga"],"registered":false,"sort-priority":47},{"content-type":"image/x-tga","encoding":"base64","extensions":["tga"],"registered":false,"sort-priority":47},{"content-type":"image/x-vnd.dgn","encoding":"base64","extensions":["dgn"],"registered":false,"sort-priority":47},{"content-type":"image/x-win-bmp","encoding":"base64","registered":false,"sort-priority":48},{"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,"sort-priority":144},{"content-type":"image/x-xbitmap","friendly":{"en":"X BitMap"},"encoding":"7bit","extensions":["xbm"],"registered":false,"sort-priority":47},{"content-type":"image/x-xbm","encoding":"7bit","extensions":["xbm"],"registered":false,"sort-priority":47},{"content-type":"image/x-xcf","encoding":"base64","extensions":["xcf"],"registered":false,"sort-priority":47},{"content-type":"image/x-xpixmap","friendly":{"en":"X PixMap"},"encoding":"8bit","extensions":["xpm"],"registered":false,"sort-priority":47},{"content-type":"image/x-xwindowdump","friendly":{"en":"X Window Dump"},"encoding":"base64","extensions":["xwd"],"registered":false,"sort-priority":47},{"content-type":"message/bhttp","encoding":"base64","xrefs":{"rfc":["rfc9292"],"template":["message/bhttp"]},"registered":true,"sort-priority":16},{"content-type":"message/CPIM","encoding":"base64","xrefs":{"rfc":["rfc3862"],"template":["message/CPIM"]},"registered":true,"sort-priority":16},{"content-type":"message/delivery-status","encoding":"base64","xrefs":{"rfc":["rfc1894"],"template":["message/delivery-status"]},"registered":true,"sort-priority":16},{"content-type":"message/disposition-notification","encoding":"base64","xrefs":{"rfc":["rfc8098"],"template":["message/disposition-notification"]},"registered":true,"sort-priority":16},{"content-type":"message/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["message/example"]},"registered":true,"sort-priority":16},{"content-type":"message/external-body","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["message/external-body"]},"registered":true,"sort-priority":16},{"content-type":"message/feedback-report","encoding":"base64","xrefs":{"rfc":["rfc5965"],"template":["message/feedback-report"]},"registered":true,"sort-priority":16},{"content-type":"message/global","encoding":"base64","xrefs":{"rfc":["rfc6532"],"template":["message/global"]},"registered":true,"sort-priority":16},{"content-type":"message/global-delivery-status","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-delivery-status"]},"registered":true,"sort-priority":16},{"content-type":"message/global-disposition-notification","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-disposition-notification"]},"registered":true,"sort-priority":16},{"content-type":"message/global-headers","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-headers"]},"registered":true,"sort-priority":16},{"content-type":"message/http","encoding":"base64","xrefs":{"rfc":["rfc9112"],"template":["message/http"]},"registered":true,"sort-priority":16},{"content-type":"message/imdn+xml","encoding":"base64","xrefs":{"rfc":["rfc5438"],"template":["message/imdn+xml"]},"registered":true,"sort-priority":16},{"content-type":"message/mls","encoding":"base64","xrefs":{"rfc":["rfc9420"],"template":["message/mls"]},"registered":true,"sort-priority":16},{"content-type":"message/news","encoding":"8bit","obsolete":true,"xrefs":{"rfc":["rfc5537"],"person":["Henry_Spencer"],"template":["message/news"],"notes":["(OBSOLETED by )"]},"registered":true,"sort-priority":144},{"content-type":"message/ohttp-req","encoding":"base64","xrefs":{"rfc":["rfc9458"],"template":["message/ohttp-req"]},"registered":true,"sort-priority":16},{"content-type":"message/ohttp-res","encoding":"base64","xrefs":{"rfc":["rfc9458"],"template":["message/ohttp-res"]},"registered":true,"sort-priority":16},{"content-type":"message/partial","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["message/partial"]},"registered":true,"sort-priority":16},{"content-type":"message/rfc822","friendly":{"en":"Email Message"},"encoding":"8bit","extensions":["eml","mime"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["message/rfc822"]},"registered":true,"sort-priority":14},{"content-type":"message/s-http","encoding":"base64","obsolete":true,"xrefs":{"rfc":["rfc2660"],"uri":["https://datatracker.ietf.org/doc/status-change-http-experiments-to-historic"],"template":["message/s-http"],"notes":["(OBSOLETE)"]},"registered":true,"sort-priority":144},{"content-type":"message/sip","encoding":"base64","xrefs":{"rfc":["rfc3261"],"template":["message/sip"]},"registered":true,"sort-priority":16},{"content-type":"message/sipfrag","encoding":"base64","xrefs":{"rfc":["rfc3420"],"template":["message/sipfrag"]},"registered":true,"sort-priority":16},{"content-type":"message/tracking-status","encoding":"base64","xrefs":{"rfc":["rfc3886"],"template":["message/tracking-status"]},"registered":true,"sort-priority":16},{"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,"sort-priority":144},{"content-type":"message/vnd.wfa.wsc","encoding":"base64","xrefs":{"person":["Mick_Conley"],"template":["message/vnd.wfa.wsc"]},"registered":true,"sort-priority":16},{"content-type":"model/3mf","encoding":"base64","xrefs":{"uri":["http://www.3mf.io/specification"],"person":["Michael_Sweet","_3MF"],"template":["model/3mf"]},"registered":true,"sort-priority":16},{"content-type":"model/e57","encoding":"base64","xrefs":{"person":["ASTM"],"template":["model/e57"]},"registered":true,"sort-priority":16},{"content-type":"model/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["model/example"]},"registered":true,"sort-priority":16},{"content-type":"model/gltf+json","encoding":"base64","xrefs":{"person":["Khronos","Uli_Klumpp"],"template":["model/gltf+json"]},"registered":true,"sort-priority":16},{"content-type":"model/gltf-binary","encoding":"base64","xrefs":{"person":["Khronos","Saurabh_Bhatia"],"template":["model/gltf-binary"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"content-type":"model/JT","encoding":"base64","xrefs":{"person":["ISO-TC_184-SC_4","Michael_Zink"],"template":["model/JT"]},"registered":true,"sort-priority":16},{"content-type":"model/mesh","friendly":{"en":"Mesh Data Type"},"encoding":"base64","extensions":["msh","mesh","silo"],"xrefs":{"rfc":["rfc2077"],"template":["model/mesh"]},"registered":true,"sort-priority":13},{"content-type":"model/mtl","encoding":"base64","xrefs":{"person":["Carolyn_Hull","DICOM_Standard_Committee","DICOM_WG_17"],"template":["model/mtl"]},"registered":true,"sort-priority":16},{"content-type":"model/obj","encoding":"base64","xrefs":{"person":["Carolyn_Hull","DICOM_Standard_Committee","DICOM_WG_17"],"template":["model/obj"]},"registered":true,"sort-priority":16},{"content-type":"model/prc","encoding":"base64","xrefs":{"person":["Betsy_Fanning","ISO-TC_171-SC_2"],"template":["model/prc"]},"registered":true,"sort-priority":16},{"content-type":"model/step","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step"]},"registered":true,"sort-priority":16},{"content-type":"model/step+xml","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step+xml"]},"registered":true,"sort-priority":16},{"content-type":"model/step+zip","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step+zip"]},"registered":true,"sort-priority":16},{"content-type":"model/step-xml+zip","encoding":"base64","xrefs":{"person":["Dana_Tripp","ISO-TC_184-SC_4"],"template":["model/step-xml+zip"]},"registered":true,"sort-priority":16},{"content-type":"model/stl","encoding":"base64","xrefs":{"person":["Carolyn_Hull","DICOM_Standard_Committee","DICOM_WG_17"],"template":["model/stl"]},"registered":true,"sort-priority":16},{"content-type":"model/u3d","encoding":"base64","xrefs":{"person":["PDF_Association","Peter_Wyatt"],"template":["model/u3d"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.bary","encoding":"base64","xrefs":{"person":["Displaced_Micro-Mesh_SDK_Support"],"template":["model/vnd.bary"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.cld","encoding":"base64","xrefs":{"person":["Robert_Monaghan"],"template":["model/vnd.cld"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.collada+xml","friendly":{"en":"COLLADA"},"encoding":"base64","extensions":["dae"],"xrefs":{"person":["James_Riordon"],"template":["model/vnd.collada+xml"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"model/vnd.flatland.3dml","encoding":"base64","xrefs":{"person":["Michael_Powers"],"template":["model/vnd.flatland.3dml"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"model/vnd.gs-gdl","encoding":"base64","xrefs":{"person":["Attila_Babits"],"template":["model/vnd.gs-gdl"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.gtw","friendly":{"en":"Gen-Trix Studio"},"encoding":"base64","extensions":["gtw"],"xrefs":{"person":["Yutaka_Ozaki"],"template":["model/vnd.gtw"]},"registered":true,"sort-priority":15},{"content-type":"model/vnd.moml+xml","encoding":"base64","xrefs":{"person":["Christopher_Brooks"],"template":["model/vnd.moml+xml"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.mts","friendly":{"en":"Virtue MTS"},"encoding":"base64","extensions":["mts"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.mts"]},"registered":true,"sort-priority":15},{"content-type":"model/vnd.opengex","encoding":"base64","xrefs":{"person":["Eric_Lengyel"],"template":["model/vnd.opengex"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"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,"sort-priority":14},{"content-type":"model/vnd.pytha.pyox","encoding":"base64","xrefs":{"person":["Daniel_Flassig"],"template":["model/vnd.pytha.pyox"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.rosette.annotated-data-model","encoding":"base64","xrefs":{"person":["Benson_Margulies"],"template":["model/vnd.rosette.annotated-data-model"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.sap.vds","encoding":"base64","xrefs":{"person":["Igor_Afanasyev","SAP_SE"],"template":["model/vnd.sap.vds"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.usda","encoding":"base64","xrefs":{"person":["Sebastian_Grassia"],"template":["model/vnd.usda"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.usdz+zip","encoding":"base64","xrefs":{"person":["Sebastian_Grassia"],"template":["model/vnd.usdz+zip"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.valve.source.compiled-map","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["model/vnd.valve.source.compiled-map"]},"registered":true,"sort-priority":16},{"content-type":"model/vnd.vtu","friendly":{"en":"Virtue VTU"},"encoding":"base64","extensions":["vtu"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.vtu"]},"registered":true,"sort-priority":15},{"content-type":"model/vrml","friendly":{"en":"Virtual Reality Modeling Language"},"encoding":"base64","extensions":["wrl","vrml"],"xrefs":{"rfc":["rfc2077"],"template":["model/vrml"]},"registered":true,"sort-priority":14},{"content-type":"model/x3d+binary","encoding":"base64","extensions":["x3db","x3dbz"],"registered":false,"sort-priority":46},{"content-type":"model/x3d+fastinfoset","encoding":"base64","xrefs":{"person":["Web3D_X3D"],"template":["model/x3d+fastinfoset"]},"registered":true,"sort-priority":16},{"content-type":"model/x3d+vrml","encoding":"base64","extensions":["x3dv","x3dvz"],"registered":false,"sort-priority":46},{"content-type":"model/x3d+xml","encoding":"base64","extensions":["x3d","x3dz"],"xrefs":{"person":["Web3D","Web3D_X3D"],"template":["model/x3d+xml"]},"registered":true,"sort-priority":14},{"content-type":"model/x3d-vrml","encoding":"base64","xrefs":{"person":["Web3D","Web3D_X3D"],"template":["model/x3d-vrml"]},"registered":true,"sort-priority":16},{"content-type":"multipart/alternative","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["multipart/alternative"]},"registered":true,"sort-priority":16},{"content-type":"multipart/appledouble","encoding":"8bit","xrefs":{"person":["Patrik_Faltstrom"],"template":["multipart/appledouble"]},"registered":true,"sort-priority":16},{"content-type":"multipart/byteranges","encoding":"base64","xrefs":{"rfc":["rfc9110"],"template":["multipart/byteranges"]},"registered":true,"sort-priority":16},{"content-type":"multipart/digest","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["multipart/digest"]},"registered":true,"sort-priority":16},{"content-type":"multipart/encrypted","encoding":"base64","xrefs":{"rfc":["rfc1847"],"template":["multipart/encrypted"]},"registered":true,"sort-priority":16},{"content-type":"multipart/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["multipart/example"]},"registered":true,"sort-priority":16},{"content-type":"multipart/form-data","encoding":"base64","xrefs":{"rfc":["rfc7578"],"template":["multipart/form-data"]},"registered":true,"sort-priority":16},{"content-type":"multipart/header-set","encoding":"base64","xrefs":{"person":["Dave_Crocker"],"template":["multipart/header-set"]},"registered":true,"sort-priority":16},{"content-type":"multipart/mixed","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["multipart/mixed"]},"registered":true,"sort-priority":16},{"content-type":"multipart/multilingual","encoding":"base64","xrefs":{"rfc":["rfc8255"],"template":["multipart/multilingual"]},"registered":true,"sort-priority":16},{"content-type":"multipart/parallel","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"],"template":["multipart/parallel"]},"registered":true,"sort-priority":16},{"content-type":"multipart/related","encoding":"base64","xrefs":{"rfc":["rfc2387"],"template":["multipart/related"]},"registered":true,"sort-priority":16},{"content-type":"multipart/report","encoding":"base64","xrefs":{"rfc":["rfc6522"],"template":["multipart/report"]},"registered":true,"sort-priority":16},{"content-type":"multipart/signed","encoding":"base64","xrefs":{"rfc":["rfc1847"],"template":["multipart/signed"]},"registered":true,"sort-priority":16},{"content-type":"multipart/vnd.bint.med-plus","encoding":"base64","xrefs":{"person":["Heinz-Peter_Schütz"],"template":["multipart/vnd.bint.med-plus"]},"registered":true,"sort-priority":16},{"content-type":"multipart/voice-message","encoding":"base64","xrefs":{"rfc":["rfc3801"],"template":["multipart/voice-message"]},"registered":true,"sort-priority":16},{"content-type":"multipart/x-gzip","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"multipart/x-mixed-replace","encoding":"base64","xrefs":{"person":["Robin_Berjon","W3C"],"template":["multipart/x-mixed-replace"]},"registered":true,"sort-priority":16},{"content-type":"multipart/x-parallel","encoding":"base64","obsolete":true,"use-instead":"multipart/parallel","registered":false,"sort-priority":176},{"content-type":"multipart/x-tar","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"multipart/x-ustar","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"multipart/x-www-form-urlencoded","encoding":"base64","obsolete":true,"use-instead":"application/x-www-form-urlencoded","registered":false,"sort-priority":176},{"content-type":"multipart/x-zip","encoding":"base64","registered":false,"sort-priority":48},{"content-type":"text/1d-interleaved-parityfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc6015"],"template":["text/1d-interleaved-parityfec"]},"registered":true,"sort-priority":16},{"content-type":"text/cache-manifest","encoding":"quoted-printable","extensions":["appcache","manifest"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["text/cache-manifest"]},"registered":true,"sort-priority":14},{"content-type":"text/calendar","friendly":{"en":"iCalendar"},"encoding":"quoted-printable","extensions":["ics","ifb"],"xrefs":{"rfc":["rfc5545"],"template":["text/calendar"]},"registered":true,"sort-priority":14},{"content-type":"text/comma-separated-values","encoding":"8bit","extensions":["csv"],"obsolete":true,"use-instead":"text/csv","registered":false,"sort-priority":175},{"content-type":"text/cql","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/cql"]},"registered":true,"sort-priority":16},{"content-type":"text/cql-expression","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/cql-expression"]},"registered":true,"sort-priority":16},{"content-type":"text/cql-identifier","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/cql-identifier"]},"registered":true,"sort-priority":16},{"content-type":"text/css","friendly":{"en":"Cascading Style Sheets (CSS)"},"encoding":"8bit","extensions":["css"],"xrefs":{"rfc":["rfc2318"],"template":["text/css"]},"registered":true,"sort-priority":15},{"content-type":"text/csv","friendly":{"en":"Comma-Separated Values"},"encoding":"8bit","extensions":["csv"],"xrefs":{"rfc":["rfc4180","rfc7111"],"template":["text/csv"]},"registered":true,"sort-priority":15},{"content-type":"text/csv-schema","encoding":"quoted-printable","xrefs":{"person":["David_Underdown","National_Archives_UK"],"template":["text/csv-schema"]},"registered":true,"sort-priority":16},{"content-type":"text/directory","encoding":"quoted-printable","obsolete":true,"xrefs":{"rfc":["rfc2425","rfc6350"],"template":["text/directory"],"notes":["- DEPRECATED by RFC6350"]},"registered":true,"sort-priority":144},{"content-type":"text/dns","encoding":"quoted-printable","xrefs":{"rfc":["rfc4027"],"template":["text/dns"]},"registered":true,"sort-priority":16},{"content-type":"text/ecmascript","encoding":"quoted-printable","extensions":["es","ecma"],"obsolete":true,"use-instead":"text/javascript","xrefs":{"rfc":["rfc9239"],"template":["text/ecmascript"],"notes":["(OBSOLETED in favor of text/javascript)"]},"registered":true,"sort-priority":142},{"content-type":"text/encaprtp","encoding":"quoted-printable","xrefs":{"rfc":["rfc6849"],"template":["text/encaprtp"]},"registered":true,"sort-priority":16},{"content-type":"text/enriched","encoding":"quoted-printable","xrefs":{"rfc":["rfc1896"],"template":["text/enriched"]},"registered":true,"sort-priority":16},{"content-type":"text/example","encoding":"quoted-printable","xrefs":{"rfc":["rfc4735"],"template":["text/example"]},"registered":true,"sort-priority":16},{"content-type":"text/fhirpath","encoding":"quoted-printable","xrefs":{"person":["Bryn_Rhodes","HL7"],"template":["text/fhirpath"]},"registered":true,"sort-priority":16},{"content-type":"text/flexfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc8627"],"template":["text/flexfec"]},"registered":true,"sort-priority":16},{"content-type":"text/fwdred","encoding":"quoted-printable","xrefs":{"rfc":["rfc6354"],"template":["text/fwdred"]},"registered":true,"sort-priority":16},{"content-type":"text/gff3","encoding":"quoted-printable","xrefs":{"person":["Sequence_Ontology"],"template":["text/gff3"]},"registered":true,"sort-priority":16},{"content-type":"text/grammar-ref-list","encoding":"quoted-printable","xrefs":{"rfc":["rfc6787"],"template":["text/grammar-ref-list"]},"registered":true,"sort-priority":16},{"content-type":"text/hl7v2","encoding":"quoted-printable","xrefs":{"person":["HL7","Marc_Duteau"],"template":["text/hl7v2"]},"registered":true,"sort-priority":16},{"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,"sort-priority":11},{"content-type":"text/javascript","encoding":"quoted-printable","extensions":["js","mjs","cjs"],"xrefs":{"rfc":["rfc9239"],"template":["text/javascript"]},"registered":true,"sort-priority":13},{"content-type":"text/javascript1.0","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/javascript1.1","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/javascript1.2","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/javascript1.3","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/javascript1.4","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/jcr-cnd","encoding":"quoted-printable","xrefs":{"person":["Peeter_Piegaze"],"template":["text/jcr-cnd"]},"registered":true,"sort-priority":16},{"content-type":"text/jscript","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/livescript","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/markdown","encoding":"quoted-printable","extensions":["markdown","md","mkd"],"xrefs":{"rfc":["rfc7763"],"template":["text/markdown"]},"registered":true,"sort-priority":13},{"content-type":"text/mizar","encoding":"quoted-printable","xrefs":{"person":["Jesse_Alama"],"template":["text/mizar"]},"registered":true,"sort-priority":16},{"content-type":"text/n3","friendly":{"en":"Notation3"},"encoding":"quoted-printable","extensions":["n3"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/n3"]},"registered":true,"sort-priority":15},{"content-type":"text/nfo","encoding":"quoted-printable","xrefs":{"person":["Sean_Leonard"]},"registered":true,"provisional":true,"sort-priority":80},{"content-type":"text/parameters","encoding":"quoted-printable","xrefs":{"rfc":["rfc7826"],"template":["text/parameters"]},"registered":true,"sort-priority":16},{"content-type":"text/parityfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc3009"],"template":["text/parityfec"]},"registered":true,"sort-priority":16},{"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"],"template":["text/plain"]},"registered":true,"sort-priority":0},{"content-type":"text/provenance-notation","encoding":"quoted-printable","xrefs":{"person":["Ivan_Herman","W3C"],"template":["text/provenance-notation"]},"registered":true,"sort-priority":16},{"content-type":"text/prs.fallenstein.rst","encoding":"quoted-printable","extensions":["rst"],"xrefs":{"person":["Benja_Fallenstein"],"template":["text/prs.fallenstein.rst"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"text/prs.prop.logic","encoding":"quoted-printable","xrefs":{"person":["Hans-Dieter_A._Hiep"],"template":["text/prs.prop.logic"]},"registered":true,"sort-priority":16},{"content-type":"text/prs.texi","encoding":"quoted-printable","xrefs":{"person":["Matin_Bavardi"],"template":["text/prs.texi"]},"registered":true,"sort-priority":16},{"content-type":"text/raptorfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc6682"],"template":["text/raptorfec"]},"registered":true,"sort-priority":16},{"content-type":"text/RED","encoding":"quoted-printable","xrefs":{"rfc":["rfc4102"],"template":["text/RED"]},"registered":true,"sort-priority":16},{"content-type":"text/rfc822-headers","encoding":"quoted-printable","xrefs":{"rfc":["rfc6522"],"template":["text/rfc822-headers"]},"registered":true,"sort-priority":16},{"content-type":"text/richtext","friendly":{"en":"Rich Text Format (RTF)"},"encoding":"8bit","extensions":["rtx"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["text/richtext"]},"registered":true,"sort-priority":15},{"content-type":"text/rtf","encoding":"8bit","extensions":["rtf"],"xrefs":{"person":["Paul_Lindner"],"template":["text/rtf"]},"registered":true,"sort-priority":15},{"content-type":"text/rtp-enc-aescm128","encoding":"quoted-printable","xrefs":{"person":["_3GPP"],"template":["text/rtp-enc-aescm128"]},"registered":true,"sort-priority":16},{"content-type":"text/rtploopback","encoding":"quoted-printable","xrefs":{"rfc":["rfc6849"],"template":["text/rtploopback"]},"registered":true,"sort-priority":16},{"content-type":"text/rtx","encoding":"quoted-printable","xrefs":{"rfc":["rfc4588"],"template":["text/rtx"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"content-type":"text/shaclc","encoding":"quoted-printable","xrefs":{"person":["Vladimir_Alexiev","W3C_SHACL_Community_Group"],"template":["text/shaclc"]},"registered":true,"sort-priority":16},{"content-type":"text/shex","encoding":"quoted-printable","xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/shex"]},"registered":true,"sort-priority":16},{"content-type":"text/spdx","encoding":"quoted-printable","xrefs":{"person":["Linux_Foundation","Rose_Judge"],"template":["text/spdx"]},"registered":true,"sort-priority":16},{"content-type":"text/strings","encoding":"quoted-printable","xrefs":{"person":["IEEE-ISTO-PWG-PPP"],"template":["text/strings"]},"registered":true,"sort-priority":16},{"content-type":"text/t140","encoding":"quoted-printable","xrefs":{"rfc":["rfc4103"],"template":["text/t140"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":9},{"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,"sort-priority":15},{"content-type":"text/ulpfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc5109"],"template":["text/ulpfec"]},"registered":true,"sort-priority":16},{"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,"sort-priority":13},{"content-type":"text/vcard","encoding":"quoted-printable","extensions":["vcard"],"xrefs":{"rfc":["rfc6350"],"template":["text/vcard"]},"registered":true,"signature":true,"sort-priority":15},{"content-type":"text/vnd.a","encoding":"quoted-printable","xrefs":{"person":["Regis_Dehoux"],"template":["text/vnd.a"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.abc","encoding":"quoted-printable","xrefs":{"person":["Steve_Allen"],"template":["text/vnd.abc"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.ascii-art","encoding":"quoted-printable","xrefs":{"person":["Kim_Scarborough"],"template":["text/vnd.ascii-art"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.curl","friendly":{"en":"Curl - Applet"},"encoding":"quoted-printable","extensions":["curl"],"xrefs":{"person":["Robert_Byrnes"],"template":["text/vnd.curl"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.curl.dcurl","friendly":{"en":"Curl - Detached Applet"},"encoding":"quoted-printable","extensions":["dcurl"],"registered":false,"sort-priority":47},{"content-type":"text/vnd.curl.mcurl","friendly":{"en":"Curl - Manifest File"},"encoding":"quoted-printable","extensions":["mcurl"],"registered":false,"sort-priority":47},{"content-type":"text/vnd.curl.scurl","friendly":{"en":"Curl - Source Code"},"encoding":"quoted-printable","extensions":["scurl"],"registered":false,"sort-priority":47},{"content-type":"text/vnd.debian.copyright","encoding":"quoted-printable","xrefs":{"person":["Charles_Plessy"],"template":["text/vnd.debian.copyright"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.DMClientScript","encoding":"quoted-printable","xrefs":{"person":["Dan_Bradley"],"template":["text/vnd.DMClientScript"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.dvb.subtitle","encoding":"quoted-printable","extensions":["sub"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["text/vnd.dvb.subtitle"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.esmertec.theme-descriptor","encoding":"quoted-printable","xrefs":{"person":["Stefan_Eilemann"],"template":["text/vnd.esmertec.theme-descriptor"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.exchangeable","encoding":"quoted-printable","xrefs":{"person":["Martin_Cizek"],"template":["text/vnd.exchangeable"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.familysearch.gedcom","encoding":"quoted-printable","xrefs":{"person":["Gordon_Clarke"],"template":["text/vnd.familysearch.gedcom"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.ficlab.flt","encoding":"quoted-printable","xrefs":{"person":["Steve_Gilberd"],"template":["text/vnd.ficlab.flt"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":"model/vnd.flatland.3dml","registered":false,"sort-priority":176},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"text/vnd.gml","encoding":"quoted-printable","xrefs":{"person":["Mi_Tar"],"template":["text/vnd.gml"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.graphviz","friendly":{"en":"Graphviz"},"encoding":"quoted-printable","extensions":["gv"],"xrefs":{"person":["John_Ellson"],"template":["text/vnd.graphviz"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.hans","encoding":"quoted-printable","xrefs":{"person":["Hill_Hanxv"],"template":["text/vnd.hans"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.hgl","encoding":"quoted-printable","xrefs":{"person":["Heungsub_Lee"],"template":["text/vnd.hgl"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"text/vnd.IPTC.NewsML","encoding":"quoted-printable","xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NewsML"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.IPTC.NITF","encoding":"quoted-printable","xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NITF"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.latex-z","encoding":"quoted-printable","xrefs":{"person":["Mikusiak_Lubos"],"template":["text/vnd.latex-z"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.motorola.reflex","encoding":"quoted-printable","xrefs":{"person":["Mark_Patton"],"template":["text/vnd.motorola.reflex"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.ms-mediapackage","encoding":"quoted-printable","xrefs":{"person":["Jan_Nelson"],"template":["text/vnd.ms-mediapackage"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.net2phone.commcenter.command","encoding":"quoted-printable","extensions":["ccc"],"xrefs":{"person":["Feiyu_Xie"],"template":["text/vnd.net2phone.commcenter.command"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.radisys.msml-basic-layout","encoding":"quoted-printable","xrefs":{"rfc":["rfc5707"],"template":["text/vnd.radisys.msml-basic-layout"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.senx.warpscript","encoding":"quoted-printable","xrefs":{"person":["Pierre_Papin"],"template":["text/vnd.senx.warpscript"]},"registered":true,"sort-priority":16},{"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,"sort-priority":144},{"content-type":"text/vnd.sosi","encoding":"quoted-printable","xrefs":{"person":["Petter_Reinholdtsen"],"template":["text/vnd.sosi"]},"registered":true,"sort-priority":16},{"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,"sort-priority":15},{"content-type":"text/vnd.trolltech.linguist","encoding":"quoted-printable","xrefs":{"person":["David_Lee_Lambert"],"template":["text/vnd.trolltech.linguist"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.vcf","encoding":"quoted-printable","xrefs":{"person":["Anand_Jahagirdar"],"template":["text/vnd.vcf"]},"registered":true,"sort-priority":16},{"content-type":"text/vnd.wap.si","encoding":"quoted-printable","extensions":["si"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.si"]},"registered":true,"sort-priority":15},{"content-type":"text/vnd.wap.sl","encoding":"quoted-printable","extensions":["sl"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.sl"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"text/vnd.zoo.kcl","encoding":"quoted-printable","xrefs":{"person":["Jessie_Frazelle"],"template":["text/vnd.zoo.kcl"]},"registered":true,"sort-priority":16},{"content-type":"text/vtt","encoding":"quoted-printable","extensions":["vtt"],"xrefs":{"person":["Silvia_Pfeiffer","W3C"],"template":["text/vtt"]},"registered":true,"sort-priority":15},{"content-type":"text/wgsl","encoding":"quoted-printable","xrefs":{"person":["David_Neto","W3C"],"template":["text/wgsl"]},"registered":true,"sort-priority":16},{"content-type":"text/x-asm","friendly":{"en":"Assembler Source File"},"encoding":"quoted-printable","extensions":["asm","s"],"registered":false,"sort-priority":46},{"content-type":"text/x-c","friendly":{"en":"C Source File"},"encoding":"quoted-printable","extensions":["c","cc","cpp","cxx","dic","h","hh"],"registered":false,"sort-priority":41},{"content-type":"text/x-coffescript","encoding":"8bit","extensions":["coffee"],"registered":false,"sort-priority":47},{"content-type":"text/x-component","encoding":"8bit","extensions":["htc"],"registered":false,"sort-priority":47},{"content-type":"text/x-ecmascript","encoding":"quoted-printable","obsolete":true,"use-instead":"text/javascript","registered":false,"sort-priority":176},{"content-type":"text/x-fortran","friendly":{"en":"Fortran Source File"},"encoding":"quoted-printable","extensions":["f","f77","f90","for"],"registered":false,"sort-priority":44},{"content-type":"text/x-java-source","friendly":{"en":"Java Source File"},"encoding":"quoted-printable","extensions":["java"],"registered":false,"sort-priority":47},{"content-type":"text/x-nfo","encoding":"quoted-printable","extensions":["nfo"],"registered":false,"sort-priority":47},{"content-type":"text/x-opml","encoding":"quoted-printable","extensions":["opml"],"registered":false,"sort-priority":47},{"content-type":"text/x-pascal","friendly":{"en":"Pascal Source File"},"encoding":"quoted-printable","extensions":["p","pas"],"registered":false,"sort-priority":46},{"content-type":"text/x-rtf","encoding":"8bit","extensions":["rtf"],"obsolete":true,"use-instead":"text/rtf","registered":false,"sort-priority":175},{"content-type":"text/x-setext","friendly":{"en":"Setext"},"encoding":"quoted-printable","extensions":["etx"],"registered":false,"sort-priority":47},{"content-type":"text/x-sfv","encoding":"quoted-printable","extensions":["sfv"],"registered":false,"sort-priority":47},{"content-type":"text/x-uuencode","friendly":{"en":"UUEncode"},"encoding":"quoted-printable","extensions":["uu"],"registered":false,"sort-priority":47},{"content-type":"text/x-vcalendar","friendly":{"en":"vCalendar"},"encoding":"8bit","extensions":["vcs"],"registered":false,"sort-priority":47},{"content-type":"text/x-vcard","friendly":{"en":"vCard"},"encoding":"8bit","extensions":["vcf"],"registered":false,"signature":true,"sort-priority":47},{"content-type":"text/x-vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":"model/vnd.flatland.3dml","registered":false,"sort-priority":176},{"content-type":"text/x-yaml","encoding":"8bit","extensions":["yaml","yml"],"registered":false,"sort-priority":46},{"content-type":"text/xml","encoding":"8bit","extensions":["xml","dtd","xsd"],"xrefs":{"rfc":["rfc7303"],"template":["text/xml"]},"registered":true,"sort-priority":13},{"content-type":"text/xml-external-parsed-entity","encoding":"quoted-printable","xrefs":{"rfc":["rfc7303"],"template":["text/xml-external-parsed-entity"]},"registered":true,"sort-priority":16},{"content-type":"video/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["video/1d-interleaved-parityfec"]},"registered":true,"sort-priority":16},{"content-type":"video/3gpp","friendly":{"en":"3GP"},"encoding":"base64","extensions":["3gp","3gpp"],"xrefs":{"rfc":["rfc3839","rfc6381"],"template":["video/3gpp"]},"registered":true,"sort-priority":14},{"content-type":"video/3gpp-tt","encoding":"base64","xrefs":{"rfc":["rfc4396"],"template":["video/3gpp-tt"]},"registered":true,"sort-priority":16},{"content-type":"video/3gpp2","friendly":{"en":"3GP2"},"encoding":"base64","extensions":["3g2","3gpp2"],"xrefs":{"rfc":["rfc4393","rfc6381"],"template":["video/3gpp2"]},"registered":true,"sort-priority":14},{"content-type":"video/AV1","encoding":"base64","xrefs":{"person":["Alliance_for_Open_Media"],"template":["video/AV1"]},"registered":true,"sort-priority":16},{"content-type":"video/BMPEG","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/BMPEG"]},"registered":true,"sort-priority":16},{"content-type":"video/BT656","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/BT656"]},"registered":true,"sort-priority":16},{"content-type":"video/CelB","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/CelB"]},"registered":true,"sort-priority":16},{"content-type":"video/dl","encoding":"base64","extensions":["dl"],"obsolete":true,"use-instead":"video/x-dl","registered":false,"sort-priority":175},{"content-type":"video/DV","encoding":"base64","extensions":["dv"],"xrefs":{"rfc":["rfc6469"],"template":["video/DV"]},"registered":true,"sort-priority":15},{"content-type":"video/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["video/encaprtp"]},"registered":true,"sort-priority":16},{"content-type":"video/evc","encoding":"base64","xrefs":{"rfc":["rfc9584"],"template":["video/evc"]},"registered":true,"sort-priority":16},{"content-type":"video/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["video/example"]},"registered":true,"sort-priority":16},{"content-type":"video/FFV1","encoding":"base64","xrefs":{"rfc":["rfc9043"],"template":["video/FFV1"]},"registered":true,"sort-priority":16},{"content-type":"video/flexfec","encoding":"base64","xrefs":{"rfc":["rfc8627"],"template":["video/flexfec"]},"registered":true,"sort-priority":16},{"content-type":"video/gl","encoding":"base64","extensions":["gl"],"obsolete":true,"use-instead":"video/x-gl","registered":false,"sort-priority":175},{"content-type":"video/H261","friendly":{"en":"H.261"},"encoding":"base64","extensions":["h261"],"xrefs":{"rfc":["rfc4587"],"template":["video/H261"]},"registered":true,"sort-priority":15},{"content-type":"video/H263","friendly":{"en":"H.263"},"encoding":"base64","extensions":["h263"],"xrefs":{"rfc":["rfc3555"],"template":["video/H263"]},"registered":true,"sort-priority":15},{"content-type":"video/H263-1998","encoding":"base64","xrefs":{"rfc":["rfc4629"],"template":["video/H263-1998"]},"registered":true,"sort-priority":16},{"content-type":"video/H263-2000","encoding":"base64","xrefs":{"rfc":["rfc4629"],"template":["video/H263-2000"]},"registered":true,"sort-priority":16},{"content-type":"video/H264","friendly":{"en":"H.264"},"encoding":"base64","extensions":["h264"],"xrefs":{"rfc":["rfc6184"],"template":["video/H264"]},"registered":true,"sort-priority":15},{"content-type":"video/H264-RCDO","encoding":"base64","xrefs":{"rfc":["rfc6185"],"template":["video/H264-RCDO"]},"registered":true,"sort-priority":16},{"content-type":"video/H264-SVC","encoding":"base64","xrefs":{"rfc":["rfc6190"],"template":["video/H264-SVC"]},"registered":true,"sort-priority":16},{"content-type":"video/H265","encoding":"base64","xrefs":{"rfc":["rfc7798"],"template":["video/H265"]},"registered":true,"sort-priority":16},{"content-type":"video/H266","encoding":"base64","xrefs":{"rfc":["rfc9328"],"template":["video/H266"]},"registered":true,"sort-priority":16},{"content-type":"video/iso.segment","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC_1"],"template":["video/iso.segment"]},"registered":true,"sort-priority":16},{"content-type":"video/JPEG","friendly":{"en":"JPGVideo"},"encoding":"base64","extensions":["jpgv"],"xrefs":{"rfc":["rfc3555"],"template":["video/JPEG"]},"registered":true,"sort-priority":15},{"content-type":"video/jpeg2000","encoding":"base64","xrefs":{"rfc":["rfc5371","rfc5372"],"template":["video/jpeg2000"]},"registered":true,"sort-priority":16},{"content-type":"video/jpm","friendly":{"en":"JPEG 2000 Compound Image File Format"},"encoding":"base64","extensions":["jpgm","jpm"],"registered":false,"sort-priority":46},{"content-type":"video/jxsv","encoding":"base64","xrefs":{"rfc":["rfc9134"],"template":["video/jxsv"]},"registered":true,"sort-priority":16},{"content-type":"video/matroska","encoding":"base64","xrefs":{"draft":["RFC-ietf-cellar-matroska-21"],"template":["video/matroska"]},"registered":true,"sort-priority":16},{"content-type":"video/matroska-3d","encoding":"base64","xrefs":{"draft":["RFC-ietf-cellar-matroska-21"],"template":["video/matroska-3d"]},"registered":true,"sort-priority":16},{"content-type":"video/MJ2","friendly":{"en":"Motion JPEG 2000"},"encoding":"base64","extensions":["mj2","mjp2"],"xrefs":{"rfc":["rfc3745"],"template":["video/mj2"]},"registered":true,"sort-priority":14},{"content-type":"video/MP1S","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MP1S"]},"registered":true,"sort-priority":16},{"content-type":"video/MP2P","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MP2P"]},"registered":true,"sort-priority":16},{"content-type":"video/MP2T","encoding":"base64","extensions":["ts","mts","m2ts","cpi","clpi","mpl","mpls","bdm","m2t"],"xrefs":{"rfc":["rfc3555"],"template":["video/MP2T"]},"registered":true,"sort-priority":7},{"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,"sort-priority":11},{"content-type":"video/MP4V-ES","encoding":"base64","xrefs":{"rfc":["rfc6416"],"template":["video/MP4V-ES"]},"registered":true,"sort-priority":16},{"content-type":"video/mpeg","friendly":{"en":"MPEG Video"},"encoding":"base64","extensions":["mp2","mp3g","mpe","mpeg","mpg","m1v","m2v"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["video/mpeg"]},"registered":true,"sort-priority":9},{"content-type":"video/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640"],"template":["video/mpeg4-generic"]},"registered":true,"sort-priority":16},{"content-type":"video/MPV","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MPV"]},"registered":true,"sort-priority":16},{"content-type":"video/nv","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["video/nv"]},"registered":true,"sort-priority":16},{"content-type":"video/ogg","friendly":{"en":"Ogg Video"},"encoding":"base64","extensions":["ogg","ogv"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["video/ogg"]},"registered":true,"sort-priority":14},{"content-type":"video/parityfec","encoding":"base64","xrefs":{"rfc":["rfc3009"],"template":["video/parityfec"]},"registered":true,"sort-priority":16},{"content-type":"video/pointer","encoding":"base64","xrefs":{"rfc":["rfc2862"],"template":["video/pointer"]},"registered":true,"sort-priority":16},{"content-type":"video/quicktime","friendly":{"en":"Quicktime Video"},"encoding":"base64","extensions":["qt","mov"],"xrefs":{"rfc":["rfc6381"],"person":["Paul_Lindner"],"template":["video/quicktime"]},"registered":true,"sort-priority":14},{"content-type":"video/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["video/raptorfec"]},"registered":true,"sort-priority":16},{"content-type":"video/raw","encoding":"base64","xrefs":{"rfc":["rfc4175"],"template":["video/raw"]},"registered":true,"sort-priority":16},{"content-type":"video/rtp-enc-aescm128","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["video/rtp-enc-aescm128"]},"registered":true,"sort-priority":16},{"content-type":"video/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["video/rtploopback"]},"registered":true,"sort-priority":16},{"content-type":"video/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["video/rtx"]},"registered":true,"sort-priority":16},{"content-type":"video/scip","encoding":"base64","xrefs":{"rfc":["rfc9607"],"template":["video/scip"]},"registered":true,"sort-priority":16},{"content-type":"video/smpte291","encoding":"base64","xrefs":{"rfc":["rfc8331"],"template":["video/smpte291"]},"registered":true,"sort-priority":16},{"content-type":"video/SMPTE292M","encoding":"base64","xrefs":{"rfc":["rfc3497"],"template":["video/SMPTE292M"]},"registered":true,"sort-priority":16},{"content-type":"video/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["video/ulpfec"]},"registered":true,"sort-priority":16},{"content-type":"video/vc1","encoding":"base64","xrefs":{"rfc":["rfc4425"],"template":["video/vc1"]},"registered":true,"sort-priority":16},{"content-type":"video/vc2","encoding":"base64","xrefs":{"rfc":["rfc8450"],"template":["video/vc2"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.CCTV","encoding":"base64","xrefs":{"person":["Frank_Rottmann"],"template":["video/vnd.CCTV"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"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,"sort-priority":14},{"content-type":"video/vnd.dece.mp4","encoding":"base64","xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.mp4"]},"registered":true,"sort-priority":16},{"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,"sort-priority":14},{"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,"sort-priority":14},{"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,"sort-priority":14},{"content-type":"video/vnd.directv.mpeg","encoding":"base64","xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv.mpeg"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.directv.mpeg-tts","encoding":"base64","xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv.mpeg-tts"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.dlna.mpeg-tts","encoding":"base64","xrefs":{"person":["Edwin_Heredia"],"template":["video/vnd.dlna.mpeg-tts"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.dvb.file","encoding":"base64","extensions":["dvb"],"xrefs":{"person":["Kevin_Murray","Peter_Siebert"],"template":["video/vnd.dvb.file"]},"registered":true,"sort-priority":15},{"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,"sort-priority":15},{"content-type":"video/vnd.hns.video","encoding":"base64","xrefs":{"person":["Swaminathan"],"template":["video/vnd.hns.video"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.iptvforum.1dparityfec-1010","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-1010"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.iptvforum.1dparityfec-2005","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-2005"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.iptvforum.2dparityfec-1010","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-1010"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.iptvforum.2dparityfec-2005","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-2005"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.iptvforum.ttsavc","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsavc"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.iptvforum.ttsmpeg2","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsmpeg2"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.motorola.video","encoding":"base64","xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.video"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.motorola.videop","encoding":"base64","xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.videop"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.mpegurl","friendly":{"en":"MPEG Url"},"encoding":"8bit","extensions":["mxu","m4u"],"xrefs":{"person":["Heiko_Recktenwald"],"template":["video/vnd.mpegurl"]},"registered":true,"sort-priority":14},{"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,"sort-priority":15},{"content-type":"video/vnd.nokia.interleaved-multimedia","encoding":"base64","extensions":["nim"],"xrefs":{"person":["Petteri_Kangaslampi"],"template":["video/vnd.nokia.interleaved-multimedia"]},"registered":true,"sort-priority":15},{"content-type":"video/vnd.nokia.mp4vr","encoding":"base64","xrefs":{"person":["Miska_M._Hannuksela"],"template":["video/vnd.nokia.mp4vr"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.nokia.videovoip","encoding":"base64","xrefs":{"person":["Nokia"],"template":["video/vnd.nokia.videovoip"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.objectvideo","encoding":"base64","extensions":["mp4","m4v"],"xrefs":{"person":["John_Clark"],"template":["video/vnd.objectvideo"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.radgamettools.bink","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["video/vnd.radgamettools.bink"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.radgamettools.smacker","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["video/vnd.radgamettools.smacker"]},"registered":true,"sort-priority":16},{"content-type":"video/vnd.sealed.mpeg1","encoding":"base64","extensions":["s11"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg1"]},"registered":true,"sort-priority":15},{"content-type":"video/vnd.sealed.mpeg4","encoding":"base64","extensions":["smpg","s14"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg4"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.sealed.swf","encoding":"base64","extensions":["sswf","ssw"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.swf"]},"registered":true,"sort-priority":14},{"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,"sort-priority":13},{"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,"sort-priority":14},{"content-type":"video/vnd.vivo","friendly":{"en":"Vivo"},"encoding":"base64","extensions":["viv","vivo"],"xrefs":{"person":["John_Wolfe"],"template":["video/vnd.vivo"]},"registered":true,"sort-priority":14},{"content-type":"video/vnd.youtube.yt","encoding":"base64","xrefs":{"person":["Google"],"template":["video/vnd.youtube.yt"]},"registered":true,"sort-priority":16},{"content-type":"video/VP8","encoding":"base64","xrefs":{"rfc":["rfc7741"],"template":["video/VP8"]},"registered":true,"sort-priority":16},{"content-type":"video/VP9","encoding":"base64","xrefs":{"draft":["RFC-ietf-payload-vp9-16"],"template":["video/VP9"]},"registered":true,"sort-priority":16},{"content-type":"video/webm","friendly":{"en":"Open Web Media Project - Video"},"encoding":"base64","extensions":["webm"],"registered":false,"sort-priority":47},{"content-type":"video/x-dl","encoding":"base64","extensions":["dl"],"registered":false,"sort-priority":47},{"content-type":"video/x-dv","encoding":"base64","extensions":["dv"],"obsolete":true,"use-instead":"video/DV","registered":false,"sort-priority":175},{"content-type":"video/x-f4v","friendly":{"en":"Flash Video"},"encoding":"base64","extensions":["f4v"],"registered":false,"sort-priority":47},{"content-type":"video/x-fli","friendly":{"en":"FLI/FLC Animation Format"},"encoding":"base64","extensions":["fli"],"registered":false,"sort-priority":47},{"content-type":"video/x-flv","friendly":{"en":"Flash Video"},"encoding":"base64","extensions":["flv"],"registered":false,"sort-priority":47},{"content-type":"video/x-gl","encoding":"base64","extensions":["gl"],"registered":false,"sort-priority":47},{"content-type":"video/x-ivf","encoding":"base64","extensions":["ivf"],"registered":false,"sort-priority":47},{"content-type":"video/x-m4v","friendly":{"en":"M4v"},"encoding":"base64","extensions":["m4v"],"registered":false,"sort-priority":47},{"content-type":"video/x-matroska","encoding":"base64","extensions":["mk3d","mks","mkv"],"registered":false,"sort-priority":45},{"content-type":"video/x-mng","encoding":"base64","extensions":["mng"],"registered":false,"sort-priority":47},{"content-type":"video/x-motion-jpeg","encoding":"base64","extensions":["mjpg","mjpeg"],"registered":false,"sort-priority":46},{"content-type":"video/x-ms-asf","friendly":{"en":"Microsoft Advanced Systems Format (ASF)"},"encoding":"base64","extensions":["asf","asx"],"registered":false,"sort-priority":46},{"content-type":"video/x-ms-vob","encoding":"base64","extensions":["vob"],"registered":false,"sort-priority":47},{"content-type":"video/x-ms-wm","friendly":{"en":"Microsoft Windows Media"},"encoding":"base64","extensions":["wm"],"registered":false,"sort-priority":47},{"content-type":"video/x-ms-wmv","friendly":{"en":"Microsoft Windows Media Video"},"encoding":"base64","extensions":["wmv"],"registered":false,"sort-priority":47},{"content-type":"video/x-ms-wmx","friendly":{"en":"Microsoft Windows Media Audio/Video Playlist"},"encoding":"base64","extensions":["wmx"],"registered":false,"sort-priority":47},{"content-type":"video/x-ms-wvx","friendly":{"en":"Microsoft Windows Media Video Playlist"},"encoding":"base64","extensions":["wvx"],"registered":false,"sort-priority":47},{"content-type":"video/x-msvideo","friendly":{"en":"Audio Video Interleave (AVI)"},"encoding":"base64","extensions":["avi"],"registered":false,"sort-priority":47},{"content-type":"video/x-sgi-movie","friendly":{"en":"SGI Movie"},"encoding":"base64","extensions":["movie"],"registered":false,"sort-priority":47},{"content-type":"video/x-smv","encoding":"base64","extensions":["smv"],"registered":false,"sort-priority":47},{"content-type":"x-chemical/x-pdb","encoding":"base64","extensions":["pdb"],"registered":false,"sort-priority":47},{"content-type":"x-chemical/x-xyz","encoding":"base64","extensions":["xyz"],"registered":false,"sort-priority":47},{"content-type":"x-conference/x-cooltalk","friendly":{"en":"CoolTalk"},"encoding":"base64","extensions":["ice"],"registered":false,"sort-priority":47},{"content-type":"x-drawing/dwf","encoding":"base64","extensions":["dwf"],"registered":false,"sort-priority":47},{"content-type":"x-world/x-vrml","encoding":"base64","extensions":["wrl","vrml"],"registered":false,"sort-priority":46}] diff --git a/data/mime.extpri.column b/data/mime.extpri.column new file mode 100644 index 0000000..afb35bf --- /dev/null +++ b/data/mime.extpri.column @@ -0,0 +1,2578 @@ +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- diff --git a/data/mime.spri.column b/data/mime.spri.column new file mode 100644 index 0000000..34374f3 Binary files /dev/null and b/data/mime.spri.column differ diff --git a/support/convert.rb b/support/convert.rb index aeedb7d..a9ed6c1 100644 --- a/support/convert.rb +++ b/support/convert.rb @@ -43,6 +43,15 @@ def from_json_to_yaml(from: nil, to: nil, multiple_files: true) ) end + # Convert from YAML to YAML. Used to do an in-place update of the files. + def from_yaml_to_yaml(from: nil, to: nil, multiple_files: true) # :nodoc: + from_yaml(to_yaml_path(from)) + .to_yaml( + destination: to_yaml_path(to), + multiple_files: to_multiple_files(multiple_files) + ) + end + private :new private @@ -95,6 +104,10 @@ def to_yaml(options = {}) private + def sort(list) + list.sort_by(&:simplified) + end + def load_from(source_type) method = :"load_#{source_type}" @loader.send(method) @@ -108,26 +121,32 @@ def write_types(options) end end + def write_file(file, list, options) + File.open(file, "wb") { |f| + f.puts convert(sort(list), options[:format]) + } + end + def write_one_file(options) d = options[:destination] d = File.join(d, "mime-types.#{options[:format]}") if File.directory?(d) - File.open(d, "wb") { |f| - f.puts convert(@loader.container.map.sort, options[:format]) - } + write_file(d, @loader.container.map, options) end def write_multiple_files(options) d = options[:destination] must_be_directory!(d) - media_types = MIME::Types.map(&:media_type).uniq + media_types = @loader.container.map(&:media_type).map { |type| type.sub(/^x-/, "") }.uniq + media_types.each { |media_type| n = File.join(d, "#{media_type}.#{options[:format]}") - t = @loader.container.select { |e| e.media_type == media_type } - File.open(n, "wb") { |f| - f.puts convert(t.sort, options[:format]) + t = @loader.container.select { |e| + e.media_type == media_type || e.media_type == "x-#{media_type}" } + + write_file(n, t, options) } end diff --git a/support/convert/columnar.rb b/support/convert/columnar.rb index e17d738..9b695aa 100644 --- a/support/convert/columnar.rb +++ b/support/convert/columnar.rb @@ -17,7 +17,7 @@ def from_yaml_to_columnar(from: nil, to: nil) def to_columnar(options = {}) root = options[:destination] or require_destination! @root = must_be_directory!(root) - @data = @loader.container.sort.map(&:to_h) + @data = @loader.container.sort_by(&:simplified).map(&:to_h) column_file("content_type") do |type| [type["content-type"], Array(type["extensions"]).join(" ")] @@ -25,12 +25,20 @@ def to_columnar(options = {}) end required_file("encoding") - optional_file("pext", "preferred-extension") - optional_file("docs") + option_file("pext", "preferred-extension") + option_file("docs") bool_file("flags", "obsolete", "registered", "signature", "provisional") dict_file("xrefs") dict_file("friendly") - optional_file("use_instead", "use-instead") + option_file("use_instead", "use-instead") + dict_file("extpri", "extension-priorities") + bin_file("spri", "sort-priority") + end + + def bin_file(name, field = name) + File.open(File.join(@root, "mime.#{name}.column"), "wb") do |f| + f.write @data.map { |type| type[field] }.pack("C*") + end end def column_file(name, &block) @@ -52,7 +60,7 @@ def required_file(name, field = name) column_file(name) { |type| type[field] } end - def optional_file(name, field = name) + def option_file(name, field = name) column_file(name) { |type| opt(type[field]) } end diff --git a/support/convert/mini_mime_db.rb b/support/convert/mini_mime_db.rb index b34b647..b15962d 100644 --- a/support/convert/mini_mime_db.rb +++ b/support/convert/mini_mime_db.rb @@ -24,7 +24,7 @@ def to_mini_mime_db(options = {}) type.extensions.each { |ext| (index[ext.downcase] ||= []) << type } end - index.each_pair do |k, list| + index.each_pair do |_ext, list| list.sort! { |a, b| a.priority_compare(b) } end diff --git a/types/application.yaml b/types/application.yaml index 27794c6..10bed96 100644 --- a/types/application.yaml +++ b/types/application.yaml @@ -8,6 +8,7 @@ template: - application/1d-interleaved-parityfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/1ob encoding: base64 @@ -16,6 +17,7 @@ - Rob_Coyle registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/3gpdash-qoe-report+xml encoding: base64 @@ -26,6 +28,7 @@ template: - application/3gpdash-qoe-report+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/3gpp-ims+xml encoding: base64 @@ -36,6 +39,7 @@ template: - application/3gpp-ims+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/3gppHal+json encoding: base64 @@ -46,6 +50,7 @@ template: - application/3gppHal+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/3gppHalForms+json encoding: base64 @@ -56,6 +61,7 @@ template: - application/3gppHalForms+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/A2L encoding: base64 @@ -66,10 +72,12 @@ template: - application/A2L registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/acad encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/access encoding: base64 @@ -81,6 +89,7 @@ obsolete: true use-instead: application/x-msaccess registered: false + sort-priority: 172 - !ruby/object:MIME::Type content-type: application/ace+cbor encoding: base64 @@ -90,6 +99,7 @@ template: - application/ace+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ace+json encoding: base64 @@ -99,6 +109,7 @@ template: - application/ace+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ace-groupcomm+cbor encoding: base64 @@ -108,6 +119,7 @@ template: - application/ace-groupcomm+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/activemessage encoding: base64 @@ -117,6 +129,7 @@ template: - application/activemessage registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/activity+json encoding: base64 @@ -127,6 +140,7 @@ template: - application/activity+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/aif+cbor encoding: base64 @@ -136,6 +150,7 @@ template: - application/aif+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/aif+json encoding: base64 @@ -145,6 +160,7 @@ template: - application/aif+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/akn+xml encoding: base64 @@ -153,6 +169,7 @@ - Chet_Ensign registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/alto-cdni+json encoding: base64 @@ -162,6 +179,7 @@ template: - application/alto-cdni+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-cdnifilter+json encoding: base64 @@ -171,6 +189,7 @@ template: - application/alto-cdnifilter+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-costmap+json encoding: base64 @@ -180,6 +199,7 @@ template: - application/alto-costmap+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-costmapfilter+json encoding: base64 @@ -189,6 +209,7 @@ template: - application/alto-costmapfilter+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-directory+json encoding: base64 @@ -198,6 +219,7 @@ template: - application/alto-directory+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-endpointcost+json encoding: base64 @@ -207,6 +229,7 @@ template: - application/alto-endpointcost+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-endpointcostparams+json encoding: base64 @@ -216,6 +239,7 @@ template: - application/alto-endpointcostparams+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-endpointprop+json encoding: base64 @@ -225,6 +249,7 @@ template: - application/alto-endpointprop+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-endpointpropparams+json encoding: base64 @@ -234,6 +259,7 @@ template: - application/alto-endpointpropparams+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-error+json encoding: base64 @@ -243,6 +269,7 @@ template: - application/alto-error+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-networkmap+json encoding: base64 @@ -252,6 +279,7 @@ template: - application/alto-networkmap+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-networkmapfilter+json encoding: base64 @@ -261,6 +289,7 @@ template: - application/alto-networkmapfilter+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-propmap+json encoding: base64 @@ -270,6 +299,7 @@ template: - application/alto-propmap+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-propmapparams+json encoding: base64 @@ -279,6 +309,7 @@ template: - application/alto-propmapparams+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-tips+json encoding: base64 @@ -288,6 +319,7 @@ template: - application/alto-tips+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-tipsparams+json encoding: base64 @@ -297,6 +329,7 @@ template: - application/alto-tipsparams+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-updatestreamcontrol+json encoding: base64 @@ -306,6 +339,7 @@ template: - application/alto-updatestreamcontrol+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/alto-updatestreamparams+json encoding: base64 @@ -315,6 +349,7 @@ template: - application/alto-updatestreamparams+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/AML encoding: base64 @@ -325,6 +360,7 @@ template: - application/AML registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/andrew-inset friendly: @@ -338,10 +374,12 @@ template: - application/andrew-inset registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/appledouble encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/applefile encoding: base64 @@ -351,6 +389,7 @@ template: - application/applefile registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/application/jwk-set+jwt encoding: base64 @@ -360,6 +399,7 @@ template: - application/application/jwk-set+jwt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/applixware friendly: @@ -368,6 +408,7 @@ extensions: - aw registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/at+jwt encoding: base64 @@ -377,6 +418,7 @@ template: - application/at+jwt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ATF encoding: base64 @@ -387,6 +429,7 @@ template: - application/ATF registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ATFX encoding: base64 @@ -397,6 +440,7 @@ template: - application/ATFX registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/atom+xml friendly: @@ -411,6 +455,7 @@ template: - application/atom+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/atomcat+xml friendly: @@ -424,6 +469,7 @@ template: - application/atomcat+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/atomdeleted+xml encoding: 8bit @@ -433,6 +479,7 @@ template: - application/atomdeleted+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/atomicmail encoding: base64 @@ -442,6 +489,7 @@ template: - application/atomicmail registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/atomsvc+xml friendly: @@ -455,6 +503,7 @@ template: - application/atomsvc+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/atsc-dwd+xml encoding: base64 @@ -464,6 +513,7 @@ template: - application/atsc-dwd+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/atsc-dynamic-event-message encoding: base64 @@ -473,6 +523,7 @@ template: - application/atsc-dynamic-event-message registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/atsc-held+xml encoding: base64 @@ -482,6 +533,7 @@ template: - application/atsc-held+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/atsc-rdt+json encoding: base64 @@ -491,6 +543,7 @@ template: - application/atsc-rdt+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/atsc-rsat+xml encoding: base64 @@ -500,6 +553,7 @@ template: - application/atsc-rsat+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ATXML encoding: base64 @@ -510,6 +564,7 @@ template: - application/ATXML registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/auth-policy+xml encoding: 8bit @@ -519,6 +574,7 @@ template: - application/auth-policy+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/automationml-aml+xml encoding: base64 @@ -528,6 +584,7 @@ template: - application/automationml-aml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/automationml-amlx+zip encoding: base64 @@ -537,6 +594,7 @@ template: - application/automationml-amlx+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/bacnet-xdd+zip encoding: base64 @@ -547,6 +605,7 @@ template: - application/bacnet-xdd+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/batch-SMTP encoding: base64 @@ -556,6 +615,7 @@ template: - application/batch-SMTP registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/beep+xml encoding: base64 @@ -565,6 +625,7 @@ template: - application/beep+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/bleeper encoding: base64 @@ -573,6 +634,7 @@ obsolete: true use-instead: application/x-bleeper registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/bufr encoding: base64 @@ -584,6 +646,7 @@ - application/bufr registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/c2pa encoding: base64 @@ -594,6 +657,7 @@ template: - application/c2pa registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/calendar+json encoding: base64 @@ -603,6 +667,7 @@ template: - application/calendar+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/calendar+xml encoding: base64 @@ -612,6 +677,7 @@ template: - application/calendar+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/call-completion encoding: base64 @@ -621,6 +687,7 @@ template: - application/call-completion registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cals-1840 encoding: base64 @@ -630,12 +697,14 @@ template: - application/CALS-1840 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cals1840 encoding: base64 obsolete: true use-instead: application/cals-1840 registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: application/cap+xml encoding: base64 @@ -645,6 +714,7 @@ template: - application/cap+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/captive+json encoding: base64 @@ -654,6 +724,7 @@ template: - application/captive+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cbor encoding: base64 @@ -663,6 +734,7 @@ template: - application/cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cbor-seq encoding: base64 @@ -672,6 +744,7 @@ template: - application/cbor-seq registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cccex encoding: base64 @@ -681,6 +754,7 @@ template: - application/cccex registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ccmp+xml encoding: base64 @@ -690,6 +764,7 @@ template: - application/ccmp+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ccxml+xml friendly: @@ -703,6 +778,7 @@ template: - application/ccxml+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/cda+xml encoding: base64 @@ -713,6 +789,7 @@ template: - application/cda+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/CDFX+XML encoding: base64 @@ -723,6 +800,7 @@ template: - application/CDFX+XML registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cdmi-capability friendly: @@ -736,6 +814,7 @@ template: - application/cdmi-capability registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/cdmi-container friendly: @@ -749,6 +828,7 @@ template: - application/cdmi-container registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/cdmi-domain friendly: @@ -762,6 +842,7 @@ template: - application/cdmi-domain registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/cdmi-object friendly: @@ -775,6 +856,7 @@ template: - application/cdmi-object registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/cdmi-queue friendly: @@ -788,6 +870,7 @@ template: - application/cdmi-queue registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/cdni encoding: base64 @@ -797,6 +880,7 @@ template: - application/cdni registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/CEA encoding: base64 @@ -807,6 +891,7 @@ template: - application/CEA registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cea-2018+xml encoding: base64 @@ -816,6 +901,7 @@ template: - application/cea-2018+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cellml+xml encoding: base64 @@ -825,6 +911,7 @@ template: - application/cellml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cert-chain+cbor encoding: base64 @@ -833,6 +920,7 @@ - draft-yasskin-http-origin-signed-responses registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/CESR encoding: base64 @@ -841,6 +929,7 @@ - Samuel_M._Smith registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/cfw encoding: base64 @@ -850,6 +939,7 @@ template: - application/cfw registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cid-edhoc+cbor-seq encoding: base64 @@ -859,6 +949,7 @@ template: - application/cid-edhoc+cbor-seq registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/city+json encoding: base64 @@ -870,10 +961,12 @@ - application/city+json registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/clariscad encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/clr encoding: base64 @@ -884,6 +977,7 @@ template: - application/clr registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/clue+xml encoding: base64 @@ -893,6 +987,7 @@ template: - application/clue+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/clue_info+xml encoding: base64 @@ -902,6 +997,7 @@ template: - application/clue_info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cms encoding: base64 @@ -911,6 +1007,7 @@ template: - application/cms registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cmw+cbor encoding: base64 @@ -919,6 +1016,7 @@ - draft-ietf-rats-msg-wrap-04 registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/cnrp+xml encoding: base64 @@ -928,6 +1026,7 @@ template: - application/cnrp+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/coap-group+json encoding: base64 @@ -937,6 +1036,7 @@ template: - application/coap-group+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/coap-payload encoding: base64 @@ -946,6 +1046,7 @@ template: - application/coap-payload registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/commonground encoding: base64 @@ -955,6 +1056,7 @@ template: - application/commonground registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/concise-problem-details+cbor encoding: base64 @@ -964,6 +1066,7 @@ template: - application/concise-problem-details+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/conference-info+xml encoding: base64 @@ -973,6 +1076,7 @@ template: - application/conference-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cose encoding: base64 @@ -982,6 +1086,7 @@ template: - application/cose registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cose-key encoding: base64 @@ -991,6 +1096,7 @@ template: - application/cose-key registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cose-key-set encoding: base64 @@ -1000,6 +1106,7 @@ template: - application/cose-key-set registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cose-x509 encoding: base64 @@ -1009,6 +1116,7 @@ template: - application/cose-x509 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cpl+xml encoding: base64 @@ -1018,6 +1126,7 @@ template: - application/cpl+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/csrattrs encoding: base64 @@ -1027,6 +1136,7 @@ template: - application/csrattrs registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/csta+xml encoding: base64 @@ -1036,6 +1146,7 @@ template: - application/csta+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/CSTAdata+xml encoding: base64 @@ -1045,6 +1156,7 @@ template: - application/CSTAdata+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/csvm+json encoding: base64 @@ -1055,6 +1167,7 @@ template: - application/csvm+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cu-seeme friendly: @@ -1063,6 +1176,7 @@ extensions: - cu registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/cwl encoding: base64 @@ -1073,6 +1187,7 @@ template: - application/cwl registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cwl+json encoding: base64 @@ -1083,6 +1198,7 @@ template: - application/cwl+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cwl+yaml encoding: base64 @@ -1093,6 +1209,7 @@ template: - application/cwl+yaml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cwt encoding: base64 @@ -1102,6 +1219,7 @@ template: - application/cwt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/cybercash encoding: base64 @@ -1111,6 +1229,7 @@ template: - application/cybercash registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/dash+xml encoding: base64 @@ -1121,6 +1240,7 @@ template: - application/dash+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/dash-patch+xml encoding: base64 @@ -1130,6 +1250,7 @@ template: - application/dash-patch+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/dashdelta encoding: base64 @@ -1139,6 +1260,7 @@ template: - application/dashdelta registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/davmount+xml friendly: @@ -1152,6 +1274,7 @@ template: - application/davmount+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/dca-rft encoding: base64 @@ -1161,6 +1284,7 @@ template: - application/dca-rft registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/DCD encoding: base64 @@ -1171,6 +1295,7 @@ template: - application/DCD registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/dec-dx encoding: base64 @@ -1180,6 +1305,7 @@ template: - application/dec-dx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/deflate encoding: base64 @@ -1188,6 +1314,7 @@ - David_Clunie registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/dialog-info+xml encoding: base64 @@ -1197,6 +1324,7 @@ template: - application/dialog-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/dicom encoding: base64 @@ -1208,6 +1336,7 @@ template: - application/dicom registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/dicom+json encoding: base64 @@ -1218,6 +1347,7 @@ template: - application/dicom+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/dicom+xml encoding: base64 @@ -1228,6 +1358,7 @@ template: - application/dicom+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/DII encoding: base64 @@ -1238,6 +1369,7 @@ template: - application/DII registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/DIT encoding: base64 @@ -1248,6 +1380,7 @@ template: - application/DIT registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/dns encoding: base64 @@ -1257,6 +1390,7 @@ template: - application/dns registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/dns+json encoding: base64 @@ -1266,6 +1400,7 @@ template: - application/dns+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/dns-message encoding: base64 @@ -1275,12 +1410,14 @@ template: - application/dns-message registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/docbook+xml encoding: base64 extensions: - dbk registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/dots+cbor encoding: base64 @@ -1290,6 +1427,7 @@ template: - application/dots+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/dpop+jwt encoding: base64 @@ -1299,10 +1437,12 @@ template: - application/dpop+jwt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/drafting encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/dskpp+xml encoding: base64 @@ -1312,6 +1452,7 @@ template: - application/dskpp+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/dssc+der friendly: @@ -1325,6 +1466,7 @@ template: - application/dssc+der registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/dssc+xml friendly: @@ -1338,6 +1480,7 @@ template: - application/dssc+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/dvcs encoding: base64 @@ -1347,10 +1490,12 @@ template: - application/dvcs registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/dxf encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/ecmascript friendly: @@ -1370,6 +1515,7 @@ notes: - "(OBSOLETED in favor of text/javascript)" registered: true + sort-priority: 142 - !ruby/object:MIME::Type content-type: application/edhoc+cbor-seq encoding: base64 @@ -1379,6 +1525,7 @@ template: - application/edhoc+cbor-seq registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EDI-consent encoding: base64 @@ -1388,6 +1535,7 @@ template: - application/EDI-consent registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EDI-X12 encoding: base64 @@ -1397,6 +1545,7 @@ template: - application/EDI-X12 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EDIFACT encoding: base64 @@ -1406,6 +1555,7 @@ template: - application/EDIFACT registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/efi encoding: base64 @@ -1416,6 +1566,7 @@ template: - application/efi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/elm+json encoding: base64 @@ -1426,6 +1577,7 @@ template: - application/elm+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/elm+xml encoding: base64 @@ -1436,6 +1588,7 @@ template: - application/elm+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EmergencyCallData.cap+xml encoding: base64 @@ -1445,6 +1598,7 @@ template: - application/EmergencyCallData.cap+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EmergencyCallData.Comment+xml encoding: base64 @@ -1454,6 +1608,7 @@ template: - application/EmergencyCallData.Comment+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EmergencyCallData.Control+xml encoding: base64 @@ -1463,6 +1618,7 @@ template: - application/EmergencyCallData.Control+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EmergencyCallData.DeviceInfo+xml encoding: base64 @@ -1472,6 +1628,7 @@ template: - application/EmergencyCallData.DeviceInfo+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EmergencyCallData.eCall.MSD encoding: base64 @@ -1481,6 +1638,7 @@ template: - application/EmergencyCallData.eCall.MSD registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EmergencyCallData.LegacyESN+json encoding: base64 @@ -1491,6 +1649,7 @@ template: - application/EmergencyCallData.LegacyESN+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EmergencyCallData.ProviderInfo+xml encoding: base64 @@ -1500,6 +1659,7 @@ template: - application/EmergencyCallData.ProviderInfo+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EmergencyCallData.ServiceInfo+xml encoding: base64 @@ -1509,6 +1669,7 @@ template: - application/EmergencyCallData.ServiceInfo+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EmergencyCallData.SubscriberInfo+xml encoding: base64 @@ -1518,6 +1679,7 @@ template: - application/EmergencyCallData.SubscriberInfo+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/EmergencyCallData.VEDS+xml encoding: base64 @@ -1529,6 +1691,7 @@ template: - application/EmergencyCallData.VEDS+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/emma+xml friendly: @@ -1545,6 +1708,7 @@ template: - application/emma+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/emotionml+xml encoding: base64 @@ -1555,6 +1719,7 @@ template: - application/emotionml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/encaprtp encoding: base64 @@ -1564,6 +1729,7 @@ template: - application/encaprtp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/entity-statement+jwt encoding: base64 @@ -1573,6 +1739,7 @@ template: - application/entity-statement+jwt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/epp+xml encoding: base64 @@ -1582,6 +1749,7 @@ template: - application/epp+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/epub+zip friendly: @@ -1596,6 +1764,7 @@ template: - application/epub+zip registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/eshop encoding: base64 @@ -1605,6 +1774,7 @@ template: - application/eshop registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/example encoding: base64 @@ -1614,6 +1784,7 @@ template: - application/example registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/excel encoding: base64 @@ -1623,6 +1794,7 @@ obsolete: true use-instead: application/vnd.ms-excel registered: false + sort-priority: 174 - !ruby/object:MIME::Type content-type: application/exi friendly: @@ -1638,6 +1810,7 @@ template: - application/exi registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/expect-ct-report+json encoding: base64 @@ -1647,6 +1820,7 @@ template: - application/expect-ct-report+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/express encoding: base64 @@ -1657,6 +1831,7 @@ template: - application/express registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/fastinfoset encoding: base64 @@ -1667,6 +1842,7 @@ template: - application/fastinfoset registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/fastsoap encoding: base64 @@ -1677,6 +1853,7 @@ template: - application/fastsoap registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/fdf encoding: base64 @@ -1687,6 +1864,7 @@ template: - application/fdf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/fdt+xml encoding: base64 @@ -1696,6 +1874,7 @@ template: - application/fdt+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/fhir+json encoding: base64 @@ -1706,6 +1885,7 @@ template: - application/fhir+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/fhir+xml encoding: base64 @@ -1716,6 +1896,7 @@ template: - application/fhir+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/fits encoding: base64 @@ -1725,6 +1906,7 @@ template: - application/fits registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/flexfec encoding: base64 @@ -1734,6 +1916,7 @@ template: - application/flexfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/font-sfnt encoding: base64 @@ -1753,6 +1936,7 @@ notes: - "- DEPRECATED in favor of font/sfnt" registered: true + sort-priority: 142 - !ruby/object:MIME::Type content-type: application/font-tdpfr friendly: @@ -1766,6 +1950,7 @@ template: - application/font-tdpfr registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/font-woff friendly: @@ -1786,10 +1971,12 @@ notes: - "- DEPRECATED in favor of font/woff" registered: true + sort-priority: 142 - !ruby/object:MIME::Type content-type: application/fractals encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/framework-attributes+xml encoding: base64 @@ -1799,6 +1986,7 @@ template: - application/framework-attributes+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/futuresplash encoding: base64 @@ -1807,6 +1995,7 @@ obsolete: true use-instead: application/x-futuresplash registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/geo+json encoding: base64 @@ -1816,6 +2005,7 @@ template: - application/geo+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/geo+json-seq encoding: base64 @@ -1825,6 +2015,7 @@ template: - application/geo+json-seq registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/geopackage+sqlite3 encoding: base64 @@ -1835,6 +2026,7 @@ template: - application/geopackage+sqlite3 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/geopose+json encoding: base64 @@ -1846,6 +2038,7 @@ - application/geopose+json registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/geoxacml+json encoding: base64 @@ -1856,6 +2049,7 @@ template: - application/geoxacml+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/geoxacml+xml encoding: base64 @@ -1866,12 +2060,14 @@ template: - application/geoxacml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ghostview encoding: base64 obsolete: true use-instead: application/x-ghostview registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: application/gltf-buffer encoding: base64 @@ -1882,6 +2078,7 @@ template: - application/gltf-buffer registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/gml+xml encoding: base64 @@ -1894,6 +2091,7 @@ template: - application/gml+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/gnap-binding-jws encoding: base64 @@ -1903,6 +2101,7 @@ template: - application/gnap-binding-jws registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/gnap-binding-jwsd encoding: base64 @@ -1912,6 +2111,7 @@ template: - application/gnap-binding-jwsd registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/gnap-binding-rotation-jws encoding: base64 @@ -1921,6 +2121,7 @@ template: - application/gnap-binding-rotation-jws registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/gnap-binding-rotation-jwsd encoding: base64 @@ -1930,12 +2131,14 @@ template: - application/gnap-binding-rotation-jwsd registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/gpx+xml encoding: base64 extensions: - gpx registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/grib encoding: base64 @@ -1947,12 +2150,14 @@ - application/grib registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/gxf encoding: base64 extensions: - gxf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/gzip encoding: base64 @@ -1964,6 +2169,7 @@ template: - application/gzip registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/H224 encoding: base64 @@ -1973,6 +2179,7 @@ template: - application/H224 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/held+xml encoding: base64 @@ -1982,6 +2189,7 @@ template: - application/held+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/hep encoding: base64 @@ -1990,6 +2198,7 @@ obsolete: true use-instead: application/x-hep registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/hl7v2+xml encoding: base64 @@ -2000,6 +2209,7 @@ template: - application/hl7v2+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/http encoding: base64 @@ -2009,6 +2219,7 @@ template: - application/http registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/hyperstudio friendly: @@ -2022,10 +2233,12 @@ template: - application/hyperstudio registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/i-deas encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/ibe-key-request+xml encoding: base64 @@ -2035,6 +2248,7 @@ template: - application/ibe-key-request+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ibe-pkg-reply+xml encoding: base64 @@ -2044,6 +2258,7 @@ template: - application/ibe-pkg-reply+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ibe-pp-data encoding: base64 @@ -2053,6 +2268,7 @@ template: - application/ibe-pp-data registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/iges encoding: base64 @@ -2062,6 +2278,7 @@ template: - application/iges registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/im-iscomposing+xml encoding: base64 @@ -2071,6 +2288,7 @@ template: - application/im-iscomposing+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/imagemap encoding: 8bit @@ -2080,6 +2298,7 @@ obsolete: true use-instead: application/x-imagemap registered: false + sort-priority: 174 - !ruby/object:MIME::Type content-type: application/index encoding: base64 @@ -2089,6 +2308,7 @@ template: - application/index registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/index.cmd encoding: base64 @@ -2098,6 +2318,7 @@ template: - application/index.cmd registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/index.obj encoding: base64 @@ -2107,6 +2328,7 @@ template: - application/index.obj registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/index.response encoding: base64 @@ -2116,6 +2338,7 @@ template: - application/index.response registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/index.vnd encoding: base64 @@ -2125,6 +2348,7 @@ template: - application/index.vnd registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/inkml+xml encoding: base64 @@ -2137,6 +2361,7 @@ template: - application/inkml+xml registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/ion encoding: base64 @@ -2145,6 +2370,7 @@ - Jonathan_Hohle registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/iotp encoding: base64 @@ -2154,6 +2380,7 @@ template: - application/IOTP registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ipfix friendly: @@ -2167,6 +2394,7 @@ template: - application/ipfix registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/ipp encoding: base64 @@ -2176,6 +2404,7 @@ template: - application/ipp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/isup encoding: base64 @@ -2185,6 +2414,7 @@ template: - application/ISUP registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/its+xml encoding: base64 @@ -2195,6 +2425,7 @@ template: - application/its+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/java-archive friendly: @@ -2209,6 +2440,7 @@ template: - application/java-archive registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/java-serialized-object friendly: @@ -2217,6 +2449,7 @@ extensions: - ser registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/java-vm friendly: @@ -2225,6 +2458,7 @@ extensions: - class registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/javascript friendly: @@ -2245,6 +2479,7 @@ notes: - "(OBSOLETED in favor of text/javascript)" registered: true + sort-priority: 141 - !ruby/object:MIME::Type content-type: application/jf2feed+json encoding: base64 @@ -2255,6 +2490,7 @@ template: - application/jf2feed+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/jose encoding: base64 @@ -2264,6 +2500,7 @@ template: - application/jose registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/jose+json encoding: base64 @@ -2273,6 +2510,7 @@ template: - application/jose+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/jrd+json encoding: base64 @@ -2282,6 +2520,7 @@ template: - application/jrd+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/jscalendar+json encoding: base64 @@ -2291,6 +2530,7 @@ template: - application/jscalendar+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/jscontact+json encoding: base64 @@ -2300,6 +2540,7 @@ template: - application/jscontact+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/json friendly: @@ -2313,6 +2554,7 @@ template: - application/json registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/json-nd encoding: base64 @@ -2321,6 +2563,7 @@ - Glen_Kleidon registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/json-patch+json encoding: base64 @@ -2330,6 +2573,7 @@ template: - application/json-patch+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/json-seq encoding: base64 @@ -2339,12 +2583,14 @@ template: - application/json-seq registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/jsonml+json encoding: base64 extensions: - jsonml registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/jsonpath encoding: base64 @@ -2354,6 +2600,7 @@ template: - application/jsonpath registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/jwk+json encoding: base64 @@ -2363,6 +2610,7 @@ template: - application/jwk+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/jwk-set+json encoding: base64 @@ -2372,6 +2620,7 @@ template: - application/jwk-set+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/jwt encoding: base64 @@ -2381,6 +2630,7 @@ template: - application/jwt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/kpml-request+xml encoding: base64 @@ -2390,6 +2640,7 @@ template: - application/kpml-request+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/kpml-response+xml encoding: base64 @@ -2399,6 +2650,7 @@ template: - application/kpml-response+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ld+json encoding: base64 @@ -2409,6 +2661,7 @@ template: - application/ld+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/lgr+xml encoding: base64 @@ -2418,6 +2671,7 @@ template: - application/lgr+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/link-format encoding: base64 @@ -2427,6 +2681,7 @@ template: - application/link-format registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/linkset encoding: base64 @@ -2436,6 +2691,7 @@ template: - application/linkset registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/linkset+json encoding: base64 @@ -2445,6 +2701,7 @@ template: - application/linkset+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/load-control+xml encoding: base64 @@ -2454,6 +2711,7 @@ template: - application/load-control+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/logout+jwt encoding: base64 @@ -2463,6 +2721,7 @@ template: - application/logout+jwt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/lost+xml encoding: base64 @@ -2474,6 +2733,7 @@ template: - application/lost+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/lostsync+xml encoding: base64 @@ -2483,6 +2743,7 @@ template: - application/lostsync+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/lotus-123 encoding: base64 @@ -2491,6 +2752,7 @@ obsolete: true use-instead: application/vnd.lotus-1-2-3 registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/lpf+zip encoding: base64 @@ -2501,6 +2763,7 @@ template: - application/lpf+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/LXF encoding: base64 @@ -2511,6 +2774,7 @@ template: - application/LXF registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mac-binhex40 friendly: @@ -2524,6 +2788,7 @@ template: - application/mac-binhex40 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/mac-compactpro friendly: @@ -2534,10 +2799,12 @@ obsolete: true use-instead: application/x-mac-compactpro registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/macbinary encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/macwriteii encoding: base64 @@ -2547,6 +2814,7 @@ template: - application/macwriteii registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mads+xml friendly: @@ -2560,6 +2828,7 @@ template: - application/mads+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/manifest+json encoding: base64 @@ -2572,6 +2841,7 @@ template: - application/manifest+json registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/marc friendly: @@ -2585,6 +2855,7 @@ template: - application/marc registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/marcxml+xml friendly: @@ -2598,6 +2869,7 @@ template: - application/marcxml+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/mathcad encoding: base64 @@ -2606,6 +2878,7 @@ obsolete: true use-instead: application/vnd.mcd registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/mathematica friendly: @@ -2621,12 +2894,14 @@ template: - application/mathematica registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: application/mathematica-old encoding: base64 obsolete: true use-instead: application/x-mathematica-old registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: application/mathml+xml friendly: @@ -2642,6 +2917,7 @@ template: - application/mathml+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/mathml-content+xml encoding: base64 @@ -2653,6 +2929,7 @@ template: - application/mathml-content+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mathml-presentation+xml encoding: base64 @@ -2664,6 +2941,7 @@ template: - application/mathml-presentation+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mbms-associated-procedure-description+xml encoding: base64 @@ -2673,6 +2951,7 @@ template: - application/mbms-associated-procedure-description+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mbms-deregister+xml encoding: base64 @@ -2682,6 +2961,7 @@ template: - application/mbms-deregister+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mbms-envelope+xml encoding: base64 @@ -2691,6 +2971,7 @@ template: - application/mbms-envelope+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mbms-msk+xml encoding: base64 @@ -2700,6 +2981,7 @@ template: - application/mbms-msk+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mbms-msk-response+xml encoding: base64 @@ -2709,6 +2991,7 @@ template: - application/mbms-msk-response+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mbms-protection-description+xml encoding: base64 @@ -2718,6 +3001,7 @@ template: - application/mbms-protection-description+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mbms-reception-report+xml encoding: base64 @@ -2727,6 +3011,7 @@ template: - application/mbms-reception-report+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mbms-register+xml encoding: base64 @@ -2736,6 +3021,7 @@ template: - application/mbms-register+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mbms-register-response+xml encoding: base64 @@ -2745,6 +3031,7 @@ template: - application/mbms-register-response+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mbms-schedule+xml encoding: base64 @@ -2755,6 +3042,7 @@ template: - application/mbms-schedule+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mbms-user-service-description+xml encoding: base64 @@ -2764,6 +3052,7 @@ template: - application/mbms-user-service-description+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mbox friendly: @@ -2777,6 +3066,7 @@ template: - application/mbox registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/media-policy-dataset+xml encoding: base64 @@ -2786,6 +3076,7 @@ template: - application/media-policy-dataset+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/media_control+xml encoding: base64 @@ -2795,6 +3086,7 @@ template: - application/media_control+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mediaservercontrol+xml friendly: @@ -2808,6 +3100,7 @@ template: - application/mediaservercontrol+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/merge-patch+json encoding: base64 @@ -2817,12 +3110,14 @@ template: - application/merge-patch+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/metalink+xml encoding: base64 extensions: - metalink registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/metalink4+xml friendly: @@ -2836,6 +3131,7 @@ template: - application/metalink4+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/mets+xml friendly: @@ -2849,6 +3145,7 @@ template: - application/mets+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/MF4 encoding: base64 @@ -2859,6 +3156,7 @@ template: - application/MF4 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mikey encoding: base64 @@ -2868,6 +3166,7 @@ template: - application/mikey registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mipc encoding: base64 @@ -2878,6 +3177,7 @@ template: - application/mipc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/missing-blocks+cbor-seq encoding: base64 @@ -2887,6 +3187,7 @@ template: - application/missing-blocks+cbor-seq registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mmt-aei+xml encoding: base64 @@ -2896,6 +3197,7 @@ template: - application/mmt-aei+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mmt-usd+xml encoding: base64 @@ -2905,6 +3207,7 @@ template: - application/mmt-usd+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mods+xml friendly: @@ -2918,6 +3221,7 @@ template: - application/mods+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/moss-keys encoding: base64 @@ -2927,6 +3231,7 @@ template: - application/moss-keys registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/moss-signature encoding: base64 @@ -2936,6 +3241,7 @@ template: - application/moss-signature registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mosskey-data encoding: base64 @@ -2945,6 +3251,7 @@ template: - application/mosskey-data registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mosskey-request encoding: base64 @@ -2954,6 +3261,7 @@ template: - application/mosskey-request registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mp21 friendly: @@ -2970,6 +3278,7 @@ template: - application/mp21 registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/mp4 friendly: @@ -2986,6 +3295,7 @@ template: - application/mp4 registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: application/mpeg4-generic encoding: base64 @@ -2995,6 +3305,7 @@ template: - application/mpeg4-generic registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mpeg4-iod encoding: base64 @@ -3004,6 +3315,7 @@ template: - application/mpeg4-iod registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mpeg4-iod-xmt encoding: base64 @@ -3013,6 +3325,7 @@ template: - application/mpeg4-iod-xmt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mrb-consumer+xml encoding: base64 @@ -3022,6 +3335,7 @@ template: - application/mrb-consumer+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mrb-publish+xml encoding: base64 @@ -3031,6 +3345,7 @@ template: - application/mrb-publish+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/msc-ivr+xml encoding: base64 @@ -3040,6 +3355,7 @@ template: - application/msc-ivr+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/msc-mixer+xml encoding: base64 @@ -3049,6 +3365,7 @@ template: - application/msc-mixer+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/msword friendly: @@ -3064,6 +3381,7 @@ template: - application/msword registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: application/mud+json encoding: base64 @@ -3073,6 +3391,7 @@ template: - application/mud+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/multipart-core encoding: base64 @@ -3082,6 +3401,7 @@ template: - application/multipart-core registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/mxf friendly: @@ -3095,6 +3415,7 @@ template: - application/mxf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/n-quads encoding: base64 @@ -3105,6 +3426,7 @@ template: - application/n-quads registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/n-triples encoding: base64 @@ -3115,6 +3437,7 @@ template: - application/n-triples registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/nasdata encoding: base64 @@ -3124,6 +3447,7 @@ template: - application/nasdata registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/netcdf encoding: base64 @@ -3135,6 +3459,7 @@ - Ethan_Davis registered: true provisional: true + sort-priority: 78 - !ruby/object:MIME::Type content-type: application/news-checkgroups encoding: base64 @@ -3144,6 +3469,7 @@ template: - application/news-checkgroups registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/news-groupinfo encoding: base64 @@ -3153,11 +3479,13 @@ template: - application/news-groupinfo registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/news-message-id encoding: base64 obsolete: true registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: application/news-transmission encoding: base64 @@ -3167,6 +3495,7 @@ template: - application/news-transmission registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/nlsml+xml encoding: base64 @@ -3176,6 +3505,7 @@ template: - application/nlsml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/node encoding: base64 @@ -3185,6 +3515,7 @@ template: - application/node registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/nss encoding: base64 @@ -3194,6 +3525,7 @@ template: - application/nss registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/oauth-authz-req+jwt encoding: base64 @@ -3203,6 +3535,7 @@ template: - application/oauth-authz-req+jwt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/oblivious-dns-message encoding: base64 @@ -3212,6 +3545,7 @@ template: - application/oblivious-dns-message registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ocsp-request encoding: base64 @@ -3221,6 +3555,7 @@ template: - application/ocsp-request registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ocsp-response encoding: base64 @@ -3230,6 +3565,7 @@ template: - application/ocsp-response registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/octet-stream friendly: @@ -3264,6 +3600,7 @@ template: - application/octet-stream registered: true + sort-priority: 0 - !ruby/object:MIME::Type content-type: application/oda friendly: @@ -3277,6 +3614,7 @@ template: - application/ODA registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/odm+json encoding: base64 @@ -3285,6 +3623,7 @@ - Sam_Hume registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/odm+xml encoding: base64 @@ -3295,6 +3634,7 @@ template: - application/odm+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ODX encoding: base64 @@ -3305,6 +3645,7 @@ template: - application/ODX registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/oebps-package+xml friendly: @@ -3319,6 +3660,7 @@ template: - application/oebps-package+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/ogg friendly: @@ -3333,6 +3675,7 @@ template: - application/ogg registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/ohttp-keys encoding: base64 @@ -3342,12 +3685,14 @@ template: - application/ohttp-keys registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/omdoc+xml encoding: base64 extensions: - omdoc registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/onenote friendly: @@ -3359,6 +3704,7 @@ - onetoc - onetoc2 registered: false + sort-priority: 44 - !ruby/object:MIME::Type content-type: application/opc-nodeset+xml encoding: base64 @@ -3368,6 +3714,7 @@ template: - application/opc-nodeset+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/oscore encoding: base64 @@ -3377,6 +3724,7 @@ template: - application/oscore registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/oxps encoding: base64 @@ -3388,6 +3736,7 @@ template: - application/oxps registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/p21 encoding: base64 @@ -3398,6 +3747,7 @@ template: - application/p21 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/p21+zip encoding: base64 @@ -3408,6 +3758,7 @@ template: - application/p21+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/p2p-overlay+xml encoding: base64 @@ -3417,6 +3768,7 @@ template: - application/p2p-overlay+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/parityfec encoding: base64 @@ -3426,6 +3778,7 @@ template: - application/parityfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/passport encoding: base64 @@ -3435,6 +3788,7 @@ template: - application/passport registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/patch-ops-error+xml friendly: @@ -3448,6 +3802,7 @@ template: - application/patch-ops-error+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/pdf friendly: @@ -3462,6 +3817,7 @@ template: - application/pdf registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/PDX encoding: base64 @@ -3472,6 +3828,7 @@ template: - application/PDX registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/pem-certificate-chain encoding: base64 @@ -3481,6 +3838,7 @@ template: - application/pem-certificate-chain registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/pgp-encrypted friendly: @@ -3495,6 +3853,7 @@ template: - application/pgp-encrypted registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/pgp-keys encoding: 7bit @@ -3505,6 +3864,7 @@ - application/pgp-keys registered: true signature: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/pgp-signature friendly: @@ -3520,6 +3880,7 @@ - application/pgp-signature registered: true signature: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/pics-rules friendly: @@ -3528,6 +3889,7 @@ extensions: - prf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/pidf+xml encoding: base64 @@ -3537,6 +3899,7 @@ template: - application/pidf+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/pidf-diff+xml encoding: base64 @@ -3546,6 +3909,7 @@ template: - application/pidf-diff+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/pkcs10 friendly: @@ -3560,6 +3924,7 @@ - application/pkcs10 registered: true signature: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/pkcs12 encoding: base64 @@ -3569,6 +3934,7 @@ template: - application/pkcs12 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/pkcs7-mime friendly: @@ -3585,6 +3951,7 @@ - application/pkcs7-mime registered: true signature: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/pkcs7-signature friendly: @@ -3599,6 +3966,7 @@ - application/pkcs7-signature registered: true signature: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/pkcs8 friendly: @@ -3612,6 +3980,7 @@ template: - application/pkcs8 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/pkcs8-encrypted encoding: base64 @@ -3621,6 +3990,7 @@ template: - application/pkcs8-encrypted registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/pkix-attr-cert friendly: @@ -3634,6 +4004,7 @@ template: - application/pkix-attr-cert registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/pkix-cert friendly: @@ -3647,6 +4018,7 @@ template: - application/pkix-cert registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/pkix-crl friendly: @@ -3660,6 +4032,7 @@ template: - application/pkix-crl registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/pkix-keyinfo encoding: base64 @@ -3668,6 +4041,7 @@ - draft-hallambaker-mesh-udf registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/pkix-pkipath friendly: @@ -3681,6 +4055,7 @@ template: - application/pkix-pkipath registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/pkixcmp friendly: @@ -3694,6 +4069,7 @@ template: - application/pkixcmp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/pls+xml friendly: @@ -3707,6 +4083,7 @@ template: - application/pls+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/poc-settings+xml encoding: base64 @@ -3716,6 +4093,7 @@ template: - application/poc-settings+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/postscript friendly: @@ -3732,6 +4110,7 @@ template: - application/postscript registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: application/powerpoint encoding: base64 @@ -3740,6 +4119,7 @@ - pps - pot registered: false + sort-priority: 45 - !ruby/object:MIME::Type content-type: application/ppsp-tracker+json encoding: base64 @@ -3749,6 +4129,7 @@ template: - application/ppsp-tracker+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/private-token-issuer-directory encoding: base64 @@ -3758,6 +4139,7 @@ template: - application/private-token-issuer-directory registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/private-token-request encoding: base64 @@ -3767,6 +4149,7 @@ template: - application/private-token-request registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/private-token-response encoding: base64 @@ -3776,10 +4159,12 @@ template: - application/private-token-response registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/pro_eng encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/problem+json encoding: base64 @@ -3789,6 +4174,7 @@ template: - application/problem+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/problem+xml encoding: base64 @@ -3798,6 +4184,7 @@ template: - application/problem+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/provenance+xml encoding: base64 @@ -3808,6 +4195,7 @@ template: - application/provenance+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prql friendly: @@ -3816,6 +4204,7 @@ extensions: - prql registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/prs.alvestrand.titrax-sheet encoding: base64 @@ -3825,6 +4214,7 @@ template: - application/prs.alvestrand.titrax-sheet registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.cww friendly: @@ -3839,6 +4229,7 @@ template: - application/prs.cww registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/prs.cyn encoding: base64 @@ -3848,6 +4239,7 @@ template: - application/prs.cyn registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.hpub+zip encoding: base64 @@ -3857,6 +4249,7 @@ template: - application/prs.hpub+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.implied-document+xml encoding: base64 @@ -3866,6 +4259,7 @@ template: - application/prs.implied-document+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.implied-executable encoding: base64 @@ -3875,6 +4269,7 @@ template: - application/prs.implied-executable registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.implied-object+json encoding: base64 @@ -3884,6 +4279,7 @@ template: - application/prs.implied-object+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.implied-object+json-seq encoding: base64 @@ -3893,6 +4289,7 @@ template: - application/prs.implied-object+json-seq registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.implied-object+yaml encoding: base64 @@ -3902,6 +4299,7 @@ template: - application/prs.implied-object+yaml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.implied-structure encoding: base64 @@ -3911,6 +4309,7 @@ template: - application/prs.implied-structure registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.mayfile encoding: base64 @@ -3920,6 +4319,7 @@ template: - application/prs.mayfile registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.nprend encoding: base64 @@ -3932,6 +4332,7 @@ template: - application/prs.nprend registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/prs.plucker encoding: base64 @@ -3941,6 +4342,7 @@ template: - application/prs.plucker registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.rdf-xml-crypt encoding: base64 @@ -3950,6 +4352,7 @@ template: - application/prs.rdf-xml-crypt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.vcfbzip2 encoding: base64 @@ -3959,6 +4362,7 @@ template: - application/prs.vcfbzip2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/prs.xsf+xml encoding: base64 @@ -3968,6 +4372,7 @@ template: - application/prs.xsf+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/pskc+xml friendly: @@ -3981,6 +4386,7 @@ template: - application/pskc+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/pvd+json encoding: base64 @@ -3990,6 +4396,7 @@ template: - application/pvd+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/qsig encoding: base64 @@ -3999,6 +4406,7 @@ template: - application/QSIG registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/quicktimeplayer encoding: base64 @@ -4007,6 +4415,7 @@ obsolete: true use-instead: application/x-quicktimeplayer registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/raptorfec encoding: base64 @@ -4016,6 +4425,7 @@ template: - application/raptorfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/rdap+json encoding: base64 @@ -4025,6 +4435,7 @@ template: - application/rdap+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/rdf+xml friendly: @@ -4038,6 +4449,7 @@ template: - application/rdf+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/reginfo+xml friendly: @@ -4051,6 +4463,7 @@ template: - application/reginfo+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/relax-ng-compact-syntax friendly: @@ -4064,6 +4477,7 @@ template: - application/relax-ng-compact-syntax registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/remote-printing encoding: base64 @@ -4080,12 +4494,14 @@ notes: - "(OBSOLETE)" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: application/remote_printing encoding: base64 obsolete: true use-instead: application/remote-printing registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: application/reports+json encoding: base64 @@ -4094,6 +4510,7 @@ - Douglas_Creager registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/reputon+json encoding: base64 @@ -4103,6 +4520,7 @@ template: - application/reputon+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/resource-lists+xml friendly: @@ -4116,6 +4534,7 @@ template: - application/resource-lists+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/resource-lists-diff+xml friendly: @@ -4129,6 +4548,7 @@ template: - application/resource-lists-diff+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/rfc+xml encoding: base64 @@ -4138,6 +4558,7 @@ template: - application/rfc+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/rif+xml encoding: base64 @@ -4146,6 +4567,7 @@ - Sandro_Hawke registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/riscos encoding: base64 @@ -4155,6 +4577,7 @@ template: - application/riscos registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/rlmi+xml encoding: base64 @@ -4164,6 +4587,7 @@ template: - application/rlmi+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/rls-services+xml friendly: @@ -4177,6 +4601,7 @@ template: - application/rls-services+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/route-apd+xml encoding: base64 @@ -4186,6 +4611,7 @@ template: - application/route-apd+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/route-s-tsid+xml encoding: base64 @@ -4195,6 +4621,7 @@ template: - application/route-s-tsid+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/route-usd+xml encoding: base64 @@ -4204,6 +4631,7 @@ template: - application/route-usd+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/rpki-checklist encoding: base64 @@ -4213,6 +4641,7 @@ template: - application/rpki-checklist registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/rpki-ghostbusters encoding: base64 @@ -4224,6 +4653,7 @@ template: - application/rpki-ghostbusters registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/rpki-manifest encoding: base64 @@ -4235,6 +4665,7 @@ template: - application/rpki-manifest registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/rpki-publication encoding: base64 @@ -4244,6 +4675,7 @@ template: - application/rpki-publication registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/rpki-roa encoding: base64 @@ -4255,6 +4687,7 @@ template: - application/rpki-roa registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/rpki-signed-tal encoding: base64 @@ -4264,6 +4697,7 @@ template: - application/rpki-signed-tal registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/rpki-updown encoding: base64 @@ -4273,6 +4707,7 @@ template: - application/rpki-updown registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/rsd+xml friendly: @@ -4281,6 +4716,7 @@ extensions: - rsd registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/rss+xml friendly: @@ -4289,6 +4725,7 @@ extensions: - rss registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/rtf friendly: @@ -4302,6 +4739,7 @@ template: - application/rtf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/rtploopback encoding: base64 @@ -4311,6 +4749,7 @@ template: - application/rtploopback registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/rtx encoding: base64 @@ -4320,6 +4759,7 @@ template: - application/rtx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/samlassertion+xml encoding: base64 @@ -4329,6 +4769,7 @@ template: - application/samlassertion+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/samlmetadata+xml encoding: base64 @@ -4338,6 +4779,7 @@ template: - application/samlmetadata+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/sarif+json encoding: base64 @@ -4349,6 +4791,7 @@ template: - application/sarif+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/sarif-external-properties+json encoding: base64 @@ -4360,6 +4803,7 @@ template: - application/sarif-external-properties+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/sbe encoding: base64 @@ -4370,6 +4814,7 @@ template: - application/sbe registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/sbml+xml friendly: @@ -4383,6 +4828,7 @@ template: - application/sbml+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/scaip+xml encoding: base64 @@ -4393,6 +4839,7 @@ template: - application/scaip+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/scim+json encoding: base64 @@ -4402,6 +4849,7 @@ template: - application/scim+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/scvp-cv-request friendly: @@ -4415,6 +4863,7 @@ template: - application/scvp-cv-request registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/scvp-cv-response friendly: @@ -4428,6 +4877,7 @@ template: - application/scvp-cv-response registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/scvp-vp-request friendly: @@ -4441,6 +4891,7 @@ template: - application/scvp-vp-request registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/scvp-vp-response friendly: @@ -4454,6 +4905,7 @@ template: - application/scvp-vp-response registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/sdp friendly: @@ -4467,6 +4919,7 @@ template: - application/sdp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/secevent+jwt encoding: base64 @@ -4476,6 +4929,7 @@ template: - application/secevent+jwt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/senml+cbor encoding: base64 @@ -4485,6 +4939,7 @@ template: - application/senml+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/senml+json encoding: base64 @@ -4494,6 +4949,7 @@ template: - application/senml+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/senml+xml encoding: base64 @@ -4503,6 +4959,7 @@ template: - application/senml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/senml-etch+cbor encoding: base64 @@ -4512,6 +4969,7 @@ template: - application/senml-etch+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/senml-etch+json encoding: base64 @@ -4521,6 +4979,7 @@ template: - application/senml-etch+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/senml-exi encoding: base64 @@ -4530,6 +4989,7 @@ template: - application/senml-exi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/sensml+cbor encoding: base64 @@ -4539,6 +4999,7 @@ template: - application/sensml+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/sensml+json encoding: base64 @@ -4548,6 +5009,7 @@ template: - application/sensml+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/sensml+xml encoding: base64 @@ -4557,6 +5019,7 @@ template: - application/sensml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/sensml-exi encoding: base64 @@ -4566,6 +5029,7 @@ template: - application/sensml-exi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/sep+xml encoding: base64 @@ -4576,6 +5040,7 @@ template: - application/sep+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/sep-exi encoding: base64 @@ -4586,6 +5051,7 @@ template: - application/sep-exi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/session-info encoding: base64 @@ -4596,10 +5062,12 @@ template: - application/session-info registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/set encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/set-payment encoding: base64 @@ -4609,6 +5077,7 @@ template: - application/set-payment registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/set-payment-initiation friendly: @@ -4622,6 +5091,7 @@ template: - application/set-payment-initiation registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/set-registration encoding: base64 @@ -4631,6 +5101,7 @@ template: - application/set-registration registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/set-registration-initiation friendly: @@ -4644,6 +5115,7 @@ template: - application/set-registration-initiation registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/sgml encoding: base64 @@ -4655,6 +5127,7 @@ template: - application/SGML registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/sgml-open-catalog encoding: base64 @@ -4666,6 +5139,7 @@ template: - application/sgml-open-catalog registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/shf+xml friendly: @@ -4679,6 +5153,7 @@ template: - application/shf+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/sieve encoding: base64 @@ -4690,6 +5165,7 @@ template: - application/sieve registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/signed-exchange encoding: base64 @@ -4698,6 +5174,7 @@ - draft-yasskin-http-origin-signed-responses registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/simple-filter+xml encoding: base64 @@ -4707,6 +5184,7 @@ template: - application/simple-filter+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/simple-message-summary encoding: base64 @@ -4716,6 +5194,7 @@ template: - application/simple-message-summary registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/simpleSymbolContainer encoding: base64 @@ -4725,6 +5204,7 @@ template: - application/simpleSymbolContainer registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/sipc encoding: base64 @@ -4735,10 +5215,12 @@ template: - application/sipc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/SLA encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/slate encoding: base64 @@ -4748,6 +5230,7 @@ template: - application/slate registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/smil encoding: 8bit @@ -4764,6 +5247,7 @@ notes: - "(OBSOLETED in favor of application/smil+xml)" registered: true + sort-priority: 142 - !ruby/object:MIME::Type content-type: application/smil+xml friendly: @@ -4778,6 +5262,7 @@ template: - application/smil+xml registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/smpte336m encoding: base64 @@ -4787,6 +5272,7 @@ template: - application/smpte336m registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/soap+fastinfoset encoding: base64 @@ -4797,6 +5283,7 @@ template: - application/soap+fastinfoset registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/soap+xml encoding: base64 @@ -4806,10 +5293,12 @@ template: - application/soap+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/solids encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/sparql-query friendly: @@ -4825,6 +5314,7 @@ template: - application/sparql-query registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/sparql-results+xml friendly: @@ -4840,6 +5330,7 @@ template: - application/sparql-results+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/spdx+json encoding: base64 @@ -4850,6 +5341,7 @@ template: - application/spdx+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/spirits-event+xml encoding: base64 @@ -4859,6 +5351,7 @@ template: - application/spirits-event+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/sql encoding: base64 @@ -4868,6 +5361,7 @@ template: - application/sql registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/srgs friendly: @@ -4881,6 +5375,7 @@ template: - application/srgs registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/srgs+xml friendly: @@ -4894,6 +5389,7 @@ template: - application/srgs+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/sru+xml friendly: @@ -4907,12 +5403,14 @@ template: - application/sru+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/ssdl+xml encoding: base64 extensions: - ssdl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/sslkeylogfile encoding: base64 @@ -4922,6 +5420,7 @@ template: - application/sslkeylogfile registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ssml+xml friendly: @@ -4935,6 +5434,7 @@ template: - application/ssml+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/ST2110-41 encoding: base64 @@ -4946,10 +5446,12 @@ - application/ST2110-41 registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/STEP encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/stix+json encoding: base64 @@ -4960,6 +5462,7 @@ template: - application/stix+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/stratum encoding: base64 @@ -4971,6 +5474,7 @@ template: - application/stratum registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/swid+cbor encoding: base64 @@ -4980,6 +5484,7 @@ template: - application/swid+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/swid+xml encoding: base64 @@ -4991,6 +5496,7 @@ template: - application/swid+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tamp-apex-update encoding: base64 @@ -5000,6 +5506,7 @@ template: - application/tamp-apex-update registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tamp-apex-update-confirm encoding: base64 @@ -5009,6 +5516,7 @@ template: - application/tamp-apex-update-confirm registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tamp-community-update encoding: base64 @@ -5018,6 +5526,7 @@ template: - application/tamp-community-update registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tamp-community-update-confirm encoding: base64 @@ -5027,6 +5536,7 @@ template: - application/tamp-community-update-confirm registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tamp-error encoding: base64 @@ -5036,6 +5546,7 @@ template: - application/tamp-error registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tamp-sequence-adjust encoding: base64 @@ -5045,6 +5556,7 @@ template: - application/tamp-sequence-adjust registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tamp-sequence-adjust-confirm encoding: base64 @@ -5054,6 +5566,7 @@ template: - application/tamp-sequence-adjust-confirm registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tamp-status-query encoding: base64 @@ -5063,6 +5576,7 @@ template: - application/tamp-status-query registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tamp-status-response encoding: base64 @@ -5072,6 +5586,7 @@ template: - application/tamp-status-response registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tamp-update encoding: base64 @@ -5081,6 +5596,7 @@ template: - application/tamp-update registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tamp-update-confirm encoding: base64 @@ -5090,6 +5606,7 @@ template: - application/tamp-update-confirm registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/taxii+json encoding: base64 @@ -5100,6 +5617,7 @@ template: - application/taxii+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/td+json encoding: base64 @@ -5110,6 +5628,7 @@ template: - application/td+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tei+xml friendly: @@ -5124,6 +5643,7 @@ template: - application/tei+xml registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/TETRA_ISI encoding: base64 @@ -5134,6 +5654,7 @@ template: - application/TETRA_ISI registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/thraud+xml friendly: @@ -5147,6 +5668,7 @@ template: - application/thraud+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/timestamp-query encoding: base64 @@ -5156,6 +5678,7 @@ template: - application/timestamp-query registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/timestamp-reply encoding: base64 @@ -5165,6 +5688,7 @@ template: - application/timestamp-reply registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/timestamped-data friendly: @@ -5178,6 +5702,7 @@ template: - application/timestamped-data registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/tlsrpt+gzip encoding: base64 @@ -5187,6 +5712,7 @@ template: - application/tlsrpt+gzip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tlsrpt+json encoding: base64 @@ -5196,6 +5722,7 @@ template: - application/tlsrpt+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tm+json encoding: base64 @@ -5206,6 +5733,7 @@ template: - application/tm+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tnauthlist encoding: base64 @@ -5215,6 +5743,7 @@ template: - application/tnauthlist registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/token-introspection+jwt encoding: base64 @@ -5224,6 +5753,7 @@ template: - application/token-introspection+jwt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/toolbook encoding: base64 @@ -5232,6 +5762,7 @@ obsolete: true use-instead: application/x-toolbook registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/trickle-ice-sdpfrag encoding: base64 @@ -5241,6 +5772,7 @@ template: - application/trickle-ice-sdpfrag registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/trig encoding: base64 @@ -5251,6 +5783,7 @@ template: - application/trig registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ttml+xml encoding: base64 @@ -5261,6 +5794,7 @@ template: - application/ttml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tve-trigger encoding: base64 @@ -5270,6 +5804,7 @@ template: - application/tve-trigger registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tzif encoding: base64 @@ -5279,6 +5814,7 @@ template: - application/tzif registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/tzif-leap encoding: base64 @@ -5288,6 +5824,7 @@ template: - application/tzif-leap registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/ulpfec encoding: base64 @@ -5297,6 +5834,7 @@ template: - application/ulpfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/urc-grpsheet+xml encoding: base64 @@ -5307,6 +5845,7 @@ template: - application/urc-grpsheet+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/urc-ressheet+xml encoding: base64 @@ -5317,6 +5856,7 @@ template: - application/urc-ressheet+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/urc-targetdesc+xml encoding: base64 @@ -5327,6 +5867,7 @@ template: - application/urc-targetdesc+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/urc-uisocketdesc+xml encoding: base64 @@ -5336,6 +5877,7 @@ template: - application/urc-uisocketdesc+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vc encoding: base64 @@ -5347,6 +5889,7 @@ - application/vc registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/vcard+json encoding: base64 @@ -5356,6 +5899,7 @@ template: - application/vcard+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vcard+xml encoding: base64 @@ -5365,10 +5909,12 @@ template: - application/vcard+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vda encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/vemmi encoding: base64 @@ -5378,6 +5924,7 @@ template: - application/vemmi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/VMSBACKUP encoding: base64 @@ -5386,6 +5933,7 @@ obsolete: true use-instead: application/x-VMSBACKUP registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/vnd.1000minds.decision-model+xml encoding: base64 @@ -5395,6 +5943,7 @@ template: - application/vnd.1000minds.decision-model+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.1ob encoding: base64 @@ -5404,6 +5953,7 @@ template: - application/vnd.1ob registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp-prose+xml encoding: base64 @@ -5413,6 +5963,7 @@ template: - application/vnd.3gpp-prose+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp-prose-pc3a+xml encoding: base64 @@ -5422,6 +5973,7 @@ template: - application/vnd.3gpp-prose-pc3a+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp-prose-pc3ach+xml encoding: base64 @@ -5431,6 +5983,7 @@ template: - application/vnd.3gpp-prose-pc3ach+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp-prose-pc3ch+xml encoding: base64 @@ -5440,6 +5993,7 @@ template: - application/vnd.3gpp-prose-pc3ch+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp-prose-pc8+xml encoding: base64 @@ -5449,6 +6003,7 @@ template: - application/vnd.3gpp-prose-pc8+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp-v2x-local-service-information encoding: base64 @@ -5458,6 +6013,7 @@ template: - application/vnd.3gpp-v2x-local-service-information registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.5gnas encoding: base64 @@ -5468,6 +6024,7 @@ template: - application/vnd.3gpp.5gnas registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.5gsa2x encoding: base64 @@ -5478,6 +6035,7 @@ template: - application/vnd.3gpp.5gsa2x registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.5gsa2x-local-service-information encoding: base64 @@ -5488,6 +6046,7 @@ template: - application/vnd.3gpp.5gsa2x-local-service-information registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.access-transfer-events+xml encoding: base64 @@ -5497,6 +6056,7 @@ template: - application/vnd.3gpp.access-transfer-events+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.bsf+xml encoding: base64 @@ -5506,6 +6066,7 @@ template: - application/vnd.3gpp.bsf+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.crs+xml encoding: base64 @@ -5515,6 +6076,7 @@ template: - application/vnd.3gpp.crs+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.current-location-discovery+xml encoding: base64 @@ -5524,6 +6086,7 @@ template: - application/vnd.3gpp.current-location-discovery+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.GMOP+xml encoding: base64 @@ -5533,6 +6096,7 @@ template: - application/vnd.3gpp.GMOP+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.gtpc encoding: base64 @@ -5543,6 +6107,7 @@ template: - application/vnd.3gpp.gtpc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.interworking-data encoding: base64 @@ -5552,6 +6117,7 @@ template: - application/vnd.3gpp.interworking-data registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.lpp encoding: base64 @@ -5562,6 +6128,7 @@ template: - application/vnd.3gpp.lpp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mc-signalling-ear encoding: base64 @@ -5571,6 +6138,7 @@ template: - application/vnd.3gpp.mc-signalling-ear registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcdata-affiliation-command+xml encoding: base64 @@ -5580,6 +6148,7 @@ template: - application/vnd.3gpp.mcdata-affiliation-command+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcdata-info+xml encoding: base64 @@ -5589,6 +6158,7 @@ template: - application/vnd.3gpp.mcdata-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml encoding: base64 @@ -5598,6 +6168,7 @@ template: - application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcdata-payload encoding: base64 @@ -5607,6 +6178,7 @@ template: - application/vnd.3gpp.mcdata-payload registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcdata-regroup+xml encoding: base64 @@ -5616,6 +6188,7 @@ template: - application/vnd.3gpp.mcdata-regroup+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcdata-service-config+xml encoding: base64 @@ -5625,6 +6198,7 @@ template: - application/vnd.3gpp.mcdata-service-config+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcdata-signalling encoding: base64 @@ -5634,6 +6208,7 @@ template: - application/vnd.3gpp.mcdata-signalling registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcdata-ue-config+xml encoding: base64 @@ -5643,6 +6218,7 @@ template: - application/vnd.3gpp.mcdata-ue-config+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcdata-user-profile+xml encoding: base64 @@ -5652,6 +6228,7 @@ template: - application/vnd.3gpp.mcdata-user-profile+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcptt-affiliation-command+xml encoding: base64 @@ -5661,6 +6238,7 @@ template: - application/vnd.3gpp.mcptt-affiliation-command+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcptt-floor-request+xml encoding: base64 @@ -5670,6 +6248,7 @@ template: - application/vnd.3gpp.mcptt-floor-request+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcptt-info+xml encoding: base64 @@ -5679,6 +6258,7 @@ template: - application/vnd.3gpp.mcptt-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcptt-location-info+xml encoding: base64 @@ -5688,6 +6268,7 @@ template: - application/vnd.3gpp.mcptt-location-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcptt-mbms-usage-info+xml encoding: base64 @@ -5697,6 +6278,7 @@ template: - application/vnd.3gpp.mcptt-mbms-usage-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcptt-regroup+xml encoding: base64 @@ -5706,6 +6288,7 @@ template: - application/vnd.3gpp.mcptt-regroup+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcptt-service-config+xml encoding: base64 @@ -5715,6 +6298,7 @@ template: - application/vnd.3gpp.mcptt-service-config+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcptt-signed+xml encoding: base64 @@ -5724,6 +6308,7 @@ template: - application/vnd.3gpp.mcptt-signed+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcptt-ue-config+xml encoding: base64 @@ -5733,6 +6318,7 @@ template: - application/vnd.3gpp.mcptt-ue-config+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcptt-ue-init-config+xml encoding: base64 @@ -5742,6 +6328,7 @@ template: - application/vnd.3gpp.mcptt-ue-init-config+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcptt-user-profile+xml encoding: base64 @@ -5751,6 +6338,7 @@ template: - application/vnd.3gpp.mcptt-user-profile+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcvideo-affiliation-command+xml encoding: base64 @@ -5760,6 +6348,7 @@ template: - application/vnd.3gpp.mcvideo-affiliation-command+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcvideo-affiliation-info+xml encoding: base64 @@ -5773,6 +6362,7 @@ notes: - "(OBSOLETED in favor of application/vnd.3gpp.mcvideo-info+xml)" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcvideo-info+xml encoding: base64 @@ -5782,6 +6372,7 @@ template: - application/vnd.3gpp.mcvideo-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcvideo-location-info+xml encoding: base64 @@ -5791,6 +6382,7 @@ template: - application/vnd.3gpp.mcvideo-location-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcvideo-mbms-usage-info+xml encoding: base64 @@ -5800,6 +6392,7 @@ template: - application/vnd.3gpp.mcvideo-mbms-usage-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcvideo-regroup+xml encoding: base64 @@ -5809,6 +6402,7 @@ template: - application/vnd.3gpp.mcvideo-regroup+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcvideo-service-config+xml encoding: base64 @@ -5818,6 +6412,7 @@ template: - application/vnd.3gpp.mcvideo-service-config+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcvideo-transmission-request+xml encoding: base64 @@ -5827,6 +6422,7 @@ template: - application/vnd.3gpp.mcvideo-transmission-request+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcvideo-ue-config+xml encoding: base64 @@ -5836,6 +6432,7 @@ template: - application/vnd.3gpp.mcvideo-ue-config+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mcvideo-user-profile+xml encoding: base64 @@ -5845,6 +6442,7 @@ template: - application/vnd.3gpp.mcvideo-user-profile+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.mid-call+xml encoding: base64 @@ -5854,6 +6452,7 @@ template: - application/vnd.3gpp.mid-call+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.ngap encoding: base64 @@ -5864,6 +6463,7 @@ template: - application/vnd.3gpp.ngap registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.pfcp encoding: base64 @@ -5874,6 +6474,7 @@ template: - application/vnd.3gpp.pfcp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.pic-bw-large friendly: @@ -5887,6 +6488,7 @@ template: - application/vnd.3gpp.pic-bw-large registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.pic-bw-small friendly: @@ -5900,6 +6502,7 @@ template: - application/vnd.3gpp.pic-bw-small registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.pic-bw-var friendly: @@ -5913,6 +6516,7 @@ template: - application/vnd.3gpp.pic-bw-var registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.pinapp-info+xml encoding: base64 @@ -5923,6 +6527,7 @@ template: - application/vnd.3gpp.pinapp-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.s1ap encoding: base64 @@ -5933,6 +6538,7 @@ template: - application/vnd.3gpp.s1ap registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.seal-group-doc+xml encoding: base64 @@ -5942,6 +6548,7 @@ template: - application/vnd.3gpp.seal-group-doc+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.seal-info+xml encoding: base64 @@ -5952,6 +6559,7 @@ template: - application/vnd.3gpp.seal-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.seal-location-info+xml encoding: base64 @@ -5962,6 +6570,7 @@ template: - application/vnd.3gpp.seal-location-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.seal-mbms-usage-info+xml encoding: base64 @@ -5972,6 +6581,7 @@ template: - application/vnd.3gpp.seal-mbms-usage-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.seal-network-QoS-management-info+xml encoding: base64 @@ -5982,6 +6592,7 @@ template: - application/vnd.3gpp.seal-network-QoS-management-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.seal-ue-config-info+xml encoding: base64 @@ -5991,6 +6602,7 @@ template: - application/vnd.3gpp.seal-ue-config-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.seal-unicast-info+xml encoding: base64 @@ -6001,6 +6613,7 @@ template: - application/vnd.3gpp.seal-unicast-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.seal-user-profile-info+xml encoding: base64 @@ -6010,6 +6623,7 @@ template: - application/vnd.3gpp.seal-user-profile-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.sms encoding: base64 @@ -6021,6 +6635,7 @@ template: - application/vnd.3gpp.sms registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.sms+xml encoding: base64 @@ -6030,6 +6645,7 @@ template: - application/vnd.3gpp.sms+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.srvcc-ext+xml encoding: base64 @@ -6039,6 +6655,7 @@ template: - application/vnd.3gpp.srvcc-ext+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.SRVCC-info+xml encoding: base64 @@ -6048,6 +6665,7 @@ template: - application/vnd.3gpp.SRVCC-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.state-and-event-info+xml encoding: base64 @@ -6057,6 +6675,7 @@ template: - application/vnd.3gpp.state-and-event-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.ussd+xml encoding: base64 @@ -6066,6 +6685,7 @@ template: - application/vnd.3gpp.ussd+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.v2x encoding: base64 @@ -6075,6 +6695,7 @@ template: - application/vnd.3gpp.v2x registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp.vae-info+xml encoding: base64 @@ -6085,6 +6706,7 @@ template: - application/vnd.3gpp.vae-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp2.bcmcsinfo+xml encoding: base64 @@ -6094,6 +6716,7 @@ template: - application/vnd.3gpp2.bcmcsinfo+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp2.sms encoding: base64 @@ -6103,6 +6726,7 @@ template: - application/vnd.3gpp2.sms registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3gpp2.tcap friendly: @@ -6117,6 +6741,7 @@ template: - application/vnd.3gpp2.tcap registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.3lightssoftware.imagescal encoding: base64 @@ -6126,6 +6751,7 @@ template: - application/vnd.3lightssoftware.imagescal registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.3M.Post-it-Notes friendly: @@ -6139,6 +6765,7 @@ template: - application/vnd.3M.Post-it-Notes registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.accpac.simply.aso friendly: @@ -6152,6 +6779,7 @@ template: - application/vnd.accpac.simply.aso registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.accpac.simply.imp friendly: @@ -6165,6 +6793,7 @@ template: - application/vnd.accpac.simply.imp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.acm.addressxfer+json encoding: base64 @@ -6174,6 +6803,7 @@ template: - application/vnd.acm.addressxfer+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.acm.chatbot+json encoding: base64 @@ -6183,6 +6813,7 @@ template: - application/vnd.acm.chatbot+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.acucobol friendly: @@ -6196,6 +6827,7 @@ template: - application/vnd.acucobol registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.acucorp friendly: @@ -6210,6 +6842,7 @@ template: - application/vnd.acucorp registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.adobe.air-application-installer-package+zip friendly: @@ -6218,6 +6851,7 @@ extensions: - air registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.adobe.flash.movie encoding: base64 @@ -6227,6 +6861,7 @@ template: - application/vnd.adobe.flash.movie registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.adobe.formscentral.fcdt encoding: base64 @@ -6238,6 +6873,7 @@ template: - application/vnd.adobe.formscentral.fcdt registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.adobe.fxp friendly: @@ -6252,6 +6888,7 @@ template: - application/vnd.adobe.fxp registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.adobe.partial-upload encoding: base64 @@ -6261,6 +6898,7 @@ template: - application/vnd.adobe.partial-upload registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.adobe.xdp+xml friendly: @@ -6274,6 +6912,7 @@ template: - application/vnd.adobe.xdp+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.adobe.xfdf friendly: @@ -6287,6 +6926,7 @@ template: - application/vnd.adobe.xfdf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.aether.imp encoding: base64 @@ -6296,6 +6936,7 @@ template: - application/vnd.aether.imp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.afplinedata encoding: base64 @@ -6305,6 +6946,7 @@ template: - application/vnd.afpc.afplinedata registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.afplinedata-pagedef encoding: base64 @@ -6314,6 +6956,7 @@ template: - application/vnd.afpc.afplinedata-pagedef registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.cmoca-cmresource encoding: base64 @@ -6323,6 +6966,7 @@ template: - application/vnd.afpc.cmoca-cmresource registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.foca-charset encoding: base64 @@ -6332,6 +6976,7 @@ template: - application/vnd.afpc.foca-charset registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.foca-codedfont encoding: base64 @@ -6341,6 +6986,7 @@ template: - application/vnd.afpc.foca-codedfont registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.foca-codepage encoding: base64 @@ -6350,6 +6996,7 @@ template: - application/vnd.afpc.foca-codepage registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.modca encoding: base64 @@ -6359,6 +7006,7 @@ template: - application/vnd.afpc.modca registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.modca-cmtable encoding: base64 @@ -6368,6 +7016,7 @@ template: - application/vnd.afpc.modca-cmtable registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.modca-formdef encoding: base64 @@ -6377,6 +7026,7 @@ template: - application/vnd.afpc.modca-formdef registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.modca-mediummap encoding: base64 @@ -6386,6 +7036,7 @@ template: - application/vnd.afpc.modca-mediummap registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.modca-objectcontainer encoding: base64 @@ -6395,6 +7046,7 @@ template: - application/vnd.afpc.modca-objectcontainer registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.modca-overlay encoding: base64 @@ -6404,6 +7056,7 @@ template: - application/vnd.afpc.modca-overlay registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.afpc.modca-pagesegment encoding: base64 @@ -6413,6 +7066,7 @@ template: - application/vnd.afpc.modca-pagesegment registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.age encoding: base64 @@ -6422,6 +7076,7 @@ template: - application/vnd.age registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ah-barcode encoding: base64 @@ -6431,6 +7086,7 @@ template: - application/vnd.ah-barcode registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ahead.space friendly: @@ -6444,6 +7100,7 @@ template: - application/vnd.ahead.space registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.airzip.filesecure.azf friendly: @@ -6458,6 +7115,7 @@ template: - application/vnd.airzip.filesecure.azf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.airzip.filesecure.azs friendly: @@ -6472,6 +7130,7 @@ template: - application/vnd.airzip.filesecure.azs registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.amadeus+json encoding: base64 @@ -6481,6 +7140,7 @@ template: - application/vnd.amadeus+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.amazon.ebook friendly: @@ -6489,6 +7149,7 @@ extensions: - azw registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.amazon.mobi8-ebook encoding: base64 @@ -6498,6 +7159,7 @@ template: - application/vnd.amazon.mobi8-ebook registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.americandynamics.acc friendly: @@ -6511,6 +7173,7 @@ template: - application/vnd.americandynamics.acc registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.amiga.ami friendly: @@ -6524,6 +7187,7 @@ template: - application/vnd.amiga.ami registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.amundsen.maze+xml encoding: base64 @@ -6533,6 +7197,7 @@ template: - application/vnd.amundsen.maze+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.android.ota encoding: base64 @@ -6542,6 +7207,7 @@ template: - application/vnd.android.ota registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.android.package-archive friendly: @@ -6550,6 +7216,7 @@ extensions: - apk registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.anki encoding: base64 @@ -6559,6 +7226,7 @@ template: - application/vnd.anki registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.anser-web-certificate-issue-initiation friendly: @@ -6572,6 +7240,7 @@ template: - application/vnd.anser-web-certificate-issue-initiation registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.anser-web-funds-transfer-initiation friendly: @@ -6580,6 +7249,7 @@ extensions: - fti registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.antix.game-component friendly: @@ -6593,6 +7263,7 @@ template: - application/vnd.antix.game-component registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.apache.arrow.file encoding: base64 @@ -6602,6 +7273,7 @@ template: - application/vnd.apache.arrow.file registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.apache.arrow.stream encoding: base64 @@ -6611,6 +7283,7 @@ template: - application/vnd.apache.arrow.stream registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.apache.parquet encoding: base64 @@ -6620,6 +7293,7 @@ template: - application/vnd.apache.parquet registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.apache.thrift.binary encoding: base64 @@ -6629,6 +7303,7 @@ template: - application/vnd.apache.thrift.binary registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.apache.thrift.compact encoding: base64 @@ -6638,6 +7313,7 @@ template: - application/vnd.apache.thrift.compact registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.apache.thrift.json encoding: base64 @@ -6647,6 +7323,7 @@ template: - application/vnd.apache.thrift.json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.apexlang encoding: base64 @@ -6656,6 +7333,7 @@ template: - application/vnd.apexlang registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.api+json encoding: base64 @@ -6665,6 +7343,7 @@ template: - application/vnd.api+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.aplextor.warrp+json encoding: base64 @@ -6674,6 +7353,7 @@ template: - application/vnd.aplextor.warrp+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.apothekende.reservation+json encoding: base64 @@ -6683,6 +7363,7 @@ template: - application/vnd.apothekende.reservation+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.apple.installer+xml friendly: @@ -6696,6 +7377,7 @@ template: - application/vnd.apple.installer+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.apple.keynote encoding: base64 @@ -6705,6 +7387,7 @@ template: - application/vnd.apple.keynote registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.apple.mpegurl friendly: @@ -6718,6 +7401,7 @@ template: - application/vnd.apple.mpegurl registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.apple.numbers encoding: base64 @@ -6727,6 +7411,7 @@ template: - application/vnd.apple.numbers registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.apple.pages encoding: base64 @@ -6736,12 +7421,14 @@ template: - application/vnd.apple.pages registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.apple.pkpass encoding: base64 extensions: - pkpass registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.arastra.swi encoding: base64 @@ -6755,6 +7442,7 @@ notes: - "(OBSOLETED in favor of application/vnd.aristanetworks.swi)" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: application/vnd.aristanetworks.swi friendly: @@ -6768,6 +7456,7 @@ template: - application/vnd.aristanetworks.swi registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.artisan+json encoding: base64 @@ -6777,6 +7466,7 @@ template: - application/vnd.artisan+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.artsquare encoding: base64 @@ -6786,6 +7476,7 @@ template: - application/vnd.artsquare registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.astraea-software.iota encoding: base64 @@ -6797,6 +7488,7 @@ template: - application/vnd.astraea-software.iota registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.audiograph friendly: @@ -6810,6 +7502,7 @@ template: - application/vnd.audiograph registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.autopackage encoding: base64 @@ -6819,6 +7512,7 @@ template: - application/vnd.autopackage registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.avalon+json encoding: base64 @@ -6828,6 +7522,7 @@ template: - application/vnd.avalon+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.avistar+xml encoding: base64 @@ -6837,6 +7532,7 @@ template: - application/vnd.avistar+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.balsamiq.bmml+xml encoding: base64 @@ -6846,6 +7542,7 @@ template: - application/vnd.balsamiq.bmml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.balsamiq.bmpr encoding: base64 @@ -6855,6 +7552,7 @@ template: - application/vnd.balsamiq.bmpr registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.banana-accounting encoding: base64 @@ -6864,6 +7562,7 @@ template: - application/vnd.banana-accounting registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.bbf.usp.error encoding: base64 @@ -6873,6 +7572,7 @@ template: - application/vnd.bbf.usp.error registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.bbf.usp.msg encoding: base64 @@ -6882,6 +7582,7 @@ template: - application/vnd.bbf.usp.msg registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.bbf.usp.msg+json encoding: base64 @@ -6891,6 +7592,7 @@ template: - application/vnd.bbf.usp.msg+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.bekitzur-stech+json encoding: base64 @@ -6900,6 +7602,7 @@ template: - application/vnd.bekitzur-stech+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.belightsoft.lhzd+zip encoding: base64 @@ -6909,6 +7612,7 @@ template: - application/vnd.belightsoft.lhzd+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.belightsoft.lhzl+zip encoding: base64 @@ -6918,6 +7622,7 @@ template: - application/vnd.belightsoft.lhzl+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.bint.med-content encoding: base64 @@ -6927,6 +7632,7 @@ template: - application/vnd.bint.med-content registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.biopax.rdf+xml encoding: base64 @@ -6936,6 +7642,7 @@ template: - application/vnd.biopax.rdf+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.blink-idb-value-wrapper encoding: base64 @@ -6945,6 +7652,7 @@ template: - application/vnd.blink-idb-value-wrapper registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.blueice.multipass friendly: @@ -6958,6 +7666,7 @@ template: - application/vnd.blueice.multipass registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.bluetooth.ep.oob encoding: base64 @@ -6967,6 +7676,7 @@ template: - application/vnd.bluetooth.ep.oob registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.bluetooth.le.oob encoding: base64 @@ -6976,6 +7686,7 @@ template: - application/vnd.bluetooth.le.oob registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.bmi friendly: @@ -6989,6 +7700,7 @@ template: - application/vnd.bmi registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.bpf encoding: base64 @@ -6999,6 +7711,7 @@ template: - application/vnd.bpf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.bpf3 encoding: base64 @@ -7009,6 +7722,7 @@ template: - application/vnd.bpf3 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.businessobjects friendly: @@ -7022,6 +7736,7 @@ template: - application/vnd.businessobjects registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.byu.uapi+json encoding: base64 @@ -7031,6 +7746,7 @@ template: - application/vnd.byu.uapi+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.bzip3 encoding: base64 @@ -7040,6 +7756,7 @@ template: - application/vnd.bzip3 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.c3voc.schedule+xml encoding: base64 @@ -7049,6 +7766,7 @@ template: - application/vnd.c3voc.schedule+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cab-jscript encoding: base64 @@ -7058,6 +7776,7 @@ template: - application/vnd.cab-jscript registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.canon-cpdl encoding: base64 @@ -7067,6 +7786,7 @@ template: - application/vnd.canon-cpdl registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.canon-lips encoding: base64 @@ -7076,6 +7796,7 @@ template: - application/vnd.canon-lips registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.capasystems-pg+json encoding: base64 @@ -7085,6 +7806,7 @@ template: - application/vnd.capasystems-pg+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cendio.thinlinc.clientconf encoding: base64 @@ -7094,6 +7816,7 @@ template: - application/vnd.cendio.thinlinc.clientconf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.century-systems.tcp_stream encoding: base64 @@ -7103,6 +7826,7 @@ template: - application/vnd.century-systems.tcp_stream registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.chemdraw+xml friendly: @@ -7116,6 +7840,7 @@ template: - application/vnd.chemdraw+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.chess-pgn encoding: base64 @@ -7125,6 +7850,7 @@ template: - application/vnd.chess-pgn registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.chipnuts.karaoke-mmd friendly: @@ -7138,6 +7864,7 @@ template: - application/vnd.chipnuts.karaoke-mmd registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ciedi encoding: base64 @@ -7147,6 +7874,7 @@ template: - application/vnd.ciedi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cinderella friendly: @@ -7160,6 +7888,7 @@ template: - application/vnd.cinderella registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.cirpack.isdn-ext encoding: base64 @@ -7169,6 +7898,7 @@ template: - application/vnd.cirpack.isdn-ext registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.citationstyles.style+xml encoding: base64 @@ -7178,6 +7908,7 @@ template: - application/vnd.citationstyles.style+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.claymore friendly: @@ -7191,6 +7922,7 @@ template: - application/vnd.claymore registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.cloanto.rp9 friendly: @@ -7204,6 +7936,7 @@ template: - application/vnd.cloanto.rp9 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.clonk.c4group friendly: @@ -7221,6 +7954,7 @@ template: - application/vnd.clonk.c4group registered: true + sort-priority: 11 - !ruby/object:MIME::Type content-type: application/vnd.cluetrust.cartomobile-config friendly: @@ -7234,6 +7968,7 @@ template: - application/vnd.cluetrust.cartomobile-config registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.cluetrust.cartomobile-config-pkg friendly: @@ -7247,6 +7982,7 @@ template: - application/vnd.cluetrust.cartomobile-config-pkg registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.cncf.helm.chart.content.v1.tar+gzip encoding: base64 @@ -7256,6 +7992,7 @@ template: - application/vnd.cncf.helm.chart.content.v1.tar+gzip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cncf.helm.chart.provenance.v1.prov encoding: base64 @@ -7265,6 +8002,7 @@ template: - application/vnd.cncf.helm.chart.provenance.v1.prov registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cncf.helm.config.v1+json encoding: base64 @@ -7274,6 +8012,7 @@ template: - application/vnd.cncf.helm.config.v1+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.coffeescript encoding: base64 @@ -7283,6 +8022,7 @@ template: - application/vnd.coffeescript registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.collabio.xodocuments.document encoding: base64 @@ -7292,6 +8032,7 @@ template: - application/vnd.collabio.xodocuments.document registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.collabio.xodocuments.document-template encoding: base64 @@ -7301,6 +8042,7 @@ template: - application/vnd.collabio.xodocuments.document-template registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.collabio.xodocuments.presentation encoding: base64 @@ -7310,6 +8052,7 @@ template: - application/vnd.collabio.xodocuments.presentation registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.collabio.xodocuments.presentation-template encoding: base64 @@ -7319,6 +8062,7 @@ template: - application/vnd.collabio.xodocuments.presentation-template registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.collabio.xodocuments.spreadsheet encoding: base64 @@ -7328,6 +8072,7 @@ template: - application/vnd.collabio.xodocuments.spreadsheet registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.collabio.xodocuments.spreadsheet-template encoding: base64 @@ -7337,6 +8082,7 @@ template: - application/vnd.collabio.xodocuments.spreadsheet-template registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.collection+json encoding: base64 @@ -7346,6 +8092,7 @@ template: - application/vnd.collection+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.collection.doc+json encoding: base64 @@ -7355,6 +8102,7 @@ template: - application/vnd.collection.doc+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.collection.next+json encoding: base64 @@ -7364,6 +8112,7 @@ template: - application/vnd.collection.next+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.comicbook+zip encoding: base64 @@ -7373,6 +8122,7 @@ template: - application/vnd.comicbook+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.comicbook-rar encoding: base64 @@ -7382,6 +8132,7 @@ template: - application/vnd.comicbook-rar registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.commerce-battelle encoding: base64 @@ -7391,6 +8142,7 @@ template: - application/vnd.commerce-battelle registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.commonspace friendly: @@ -7404,6 +8156,7 @@ template: - application/vnd.commonspace registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.contact.cmsg friendly: @@ -7417,6 +8170,7 @@ template: - application/vnd.contact.cmsg registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.coreos.ignition+json encoding: base64 @@ -7426,6 +8180,7 @@ template: - application/vnd.coreos.ignition+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cosmocaller friendly: @@ -7439,6 +8194,7 @@ template: - application/vnd.cosmocaller registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.crick.clicker friendly: @@ -7452,6 +8208,7 @@ template: - application/vnd.crick.clicker registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.crick.clicker.keyboard friendly: @@ -7465,6 +8222,7 @@ template: - application/vnd.crick.clicker.keyboard registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.crick.clicker.palette friendly: @@ -7478,6 +8236,7 @@ template: - application/vnd.crick.clicker.palette registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.crick.clicker.template friendly: @@ -7491,6 +8250,7 @@ template: - application/vnd.crick.clicker.template registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.crick.clicker.wordbank friendly: @@ -7504,6 +8264,7 @@ template: - application/vnd.crick.clicker.wordbank registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.criticaltools.wbs+xml friendly: @@ -7517,6 +8278,7 @@ template: - application/vnd.criticaltools.wbs+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.cryptii.pipe+json encoding: base64 @@ -7526,6 +8288,7 @@ template: - application/vnd.cryptii.pipe+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.crypto-shade-file encoding: base64 @@ -7535,6 +8298,7 @@ template: - application/vnd.crypto-shade-file registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cryptomator.encrypted encoding: base64 @@ -7544,6 +8308,7 @@ template: - application/vnd.cryptomator.encrypted registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cryptomator.vault encoding: base64 @@ -7553,6 +8318,7 @@ template: - application/vnd.cryptomator.vault registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ctc-posml friendly: @@ -7566,6 +8332,7 @@ template: - application/vnd.ctc-posml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ctct.ws+xml encoding: base64 @@ -7575,6 +8342,7 @@ template: - application/vnd.ctct.ws+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cups-pdf encoding: base64 @@ -7584,6 +8352,7 @@ template: - application/vnd.cups-pdf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cups-postscript encoding: base64 @@ -7593,6 +8362,7 @@ template: - application/vnd.cups-postscript registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cups-ppd friendly: @@ -7606,6 +8376,7 @@ template: - application/vnd.cups-ppd registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.cups-raster encoding: base64 @@ -7615,6 +8386,7 @@ template: - application/vnd.cups-raster registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cups-raw encoding: base64 @@ -7624,6 +8396,7 @@ template: - application/vnd.cups-raw registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.curl encoding: base64 @@ -7635,6 +8408,7 @@ template: - application/vnd.curl registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.curl.car friendly: @@ -7643,6 +8417,7 @@ extensions: - car registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.curl.pcurl friendly: @@ -7651,6 +8426,7 @@ extensions: - pcurl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.cyan.dean.root+xml encoding: base64 @@ -7660,6 +8436,7 @@ template: - application/vnd.cyan.dean.root+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cybank encoding: base64 @@ -7669,6 +8446,7 @@ template: - application/vnd.cybank registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cyclonedx+json encoding: base64 @@ -7678,6 +8456,7 @@ template: - application/vnd.cyclonedx+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.cyclonedx+xml encoding: base64 @@ -7687,6 +8466,7 @@ template: - application/vnd.cyclonedx+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.d2l.coursepackage1p0+zip encoding: base64 @@ -7696,6 +8476,7 @@ template: - application/vnd.d2l.coursepackage1p0+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.d3m-dataset encoding: base64 @@ -7705,6 +8486,7 @@ template: - application/vnd.d3m-dataset registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.d3m-problem encoding: base64 @@ -7714,6 +8496,7 @@ template: - application/vnd.d3m-problem registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dart encoding: base64 @@ -7725,6 +8508,7 @@ template: - application/vnd.dart registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.data-vision.rdz friendly: @@ -7738,6 +8522,7 @@ template: - application/vnd.data-vision.rdz registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.datalog encoding: base64 @@ -7747,6 +8532,7 @@ template: - application/vnd.datalog registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.datapackage+json encoding: base64 @@ -7756,6 +8542,7 @@ template: - application/vnd.datapackage+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dataresource+json encoding: base64 @@ -7765,6 +8552,7 @@ template: - application/vnd.dataresource+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dbf encoding: base64 @@ -7774,6 +8562,7 @@ template: - application/vnd.dbf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.debian.binary-package encoding: base64 @@ -7783,6 +8572,7 @@ template: - application/vnd.debian.binary-package registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dece.data encoding: base64 @@ -7797,6 +8587,7 @@ template: - application/vnd.dece.data registered: true + sort-priority: 12 - !ruby/object:MIME::Type content-type: application/vnd.dece.ttml+xml encoding: base64 @@ -7809,6 +8600,7 @@ template: - application/vnd.dece.ttml+xml registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.dece.unspecified encoding: base64 @@ -7821,6 +8613,7 @@ template: - application/vnd.dece.unspecified registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.dece.zip encoding: base64 @@ -7833,6 +8626,7 @@ template: - application/vnd.dece.zip registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.denovo.fcselayout-link friendly: @@ -7846,6 +8640,7 @@ template: - application/vnd.denovo.fcselayout-link registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.desmume.movie encoding: base64 @@ -7855,6 +8650,7 @@ template: - application/vnd.desmume.movie registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dir-bi.plate-dl-nosuffix encoding: base64 @@ -7864,6 +8660,7 @@ template: - application/vnd.dir-bi.plate-dl-nosuffix registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dm.delegation+xml encoding: base64 @@ -7873,6 +8670,7 @@ template: - application/vnd.dm.delegation+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dna friendly: @@ -7886,6 +8684,7 @@ template: - application/vnd.dna registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.document+json encoding: base64 @@ -7895,6 +8694,7 @@ template: - application/vnd.document+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dolby.mlp friendly: @@ -7903,6 +8703,7 @@ extensions: - mlp registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.dolby.mobile.1 encoding: base64 @@ -7912,6 +8713,7 @@ template: - application/vnd.dolby.mobile.1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dolby.mobile.2 encoding: base64 @@ -7921,6 +8723,7 @@ template: - application/vnd.dolby.mobile.2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.doremir.scorecloud-binary-document encoding: base64 @@ -7930,6 +8733,7 @@ template: - application/vnd.doremir.scorecloud-binary-document registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dpgraph friendly: @@ -7943,6 +8747,7 @@ template: - application/vnd.dpgraph registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.dreamfactory friendly: @@ -7956,6 +8761,7 @@ template: - application/vnd.dreamfactory registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.drive+json encoding: base64 @@ -7965,12 +8771,14 @@ template: - application/vnd.drive+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ds-keypoint encoding: base64 extensions: - kpxx registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.dtg.local encoding: base64 @@ -7980,6 +8788,7 @@ template: - application/vnd.dtg.local registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dtg.local.flash encoding: base64 @@ -7989,6 +8798,7 @@ template: - application/vnd.dtg.local.flash registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dtg.local.html encoding: base64 @@ -7998,6 +8808,7 @@ template: - application/vnd.dtg.local.html registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.ait friendly: @@ -8012,6 +8823,7 @@ template: - application/vnd.dvb.ait registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.dvb.dvbisl+xml encoding: base64 @@ -8021,6 +8833,7 @@ template: - application/vnd.dvb.dvbisl+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.dvbj encoding: base64 @@ -8031,6 +8844,7 @@ template: - application/vnd.dvb.dvbj registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.esgcontainer encoding: base64 @@ -8040,6 +8854,7 @@ template: - application/vnd.dvb.esgcontainer registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.ipdcdftnotifaccess encoding: base64 @@ -8049,6 +8864,7 @@ template: - application/vnd.dvb.ipdcdftnotifaccess registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.ipdcesgaccess encoding: base64 @@ -8058,6 +8874,7 @@ template: - application/vnd.dvb.ipdcesgaccess registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.ipdcesgaccess2 encoding: base64 @@ -8067,6 +8884,7 @@ template: - application/vnd.dvb.ipdcesgaccess2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.ipdcesgpdd encoding: base64 @@ -8076,6 +8894,7 @@ template: - application/vnd.dvb.ipdcesgpdd registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.ipdcroaming encoding: base64 @@ -8085,6 +8904,7 @@ template: - application/vnd.dvb.ipdcroaming registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.iptv.alfec-base encoding: base64 @@ -8094,6 +8914,7 @@ template: - application/vnd.dvb.iptv.alfec-base registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.iptv.alfec-enhancement encoding: base64 @@ -8103,6 +8924,7 @@ template: - application/vnd.dvb.iptv.alfec-enhancement registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.notif-aggregate-root+xml encoding: base64 @@ -8112,6 +8934,7 @@ template: - application/vnd.dvb.notif-aggregate-root+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.notif-container+xml encoding: base64 @@ -8121,6 +8944,7 @@ template: - application/vnd.dvb.notif-container+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.notif-generic+xml encoding: base64 @@ -8130,6 +8954,7 @@ template: - application/vnd.dvb.notif-generic+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.notif-ia-msglist+xml encoding: base64 @@ -8139,6 +8964,7 @@ template: - application/vnd.dvb.notif-ia-msglist+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.notif-ia-registration-request+xml encoding: base64 @@ -8148,6 +8974,7 @@ template: - application/vnd.dvb.notif-ia-registration-request+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.notif-ia-registration-response+xml encoding: base64 @@ -8157,6 +8984,7 @@ template: - application/vnd.dvb.notif-ia-registration-response+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.notif-init+xml encoding: base64 @@ -8166,6 +8994,7 @@ template: - application/vnd.dvb.notif-init+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.pfr encoding: base64 @@ -8176,6 +9005,7 @@ template: - application/vnd.dvb.pfr registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dvb.service friendly: @@ -8190,6 +9020,7 @@ template: - application/vnd.dvb.service registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.dxr encoding: base64 @@ -8199,6 +9030,7 @@ template: - application/vnd.dxr registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.dynageo friendly: @@ -8212,6 +9044,7 @@ template: - application/vnd.dynageo registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.dzr encoding: base64 @@ -8221,6 +9054,7 @@ template: - application/vnd.dzr registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.easykaraoke.cdgdownload encoding: base64 @@ -8230,6 +9064,7 @@ template: - application/vnd.easykaraoke.cdgdownload registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ecdis-update encoding: base64 @@ -8239,6 +9074,7 @@ template: - application/vnd.ecdis-update registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ecip.rlp encoding: base64 @@ -8248,6 +9084,7 @@ template: - application/vnd.ecip.rlp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.eclipse.ditto+json encoding: base64 @@ -8257,6 +9094,7 @@ template: - application/vnd.eclipse.ditto+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ecowin.chart friendly: @@ -8270,6 +9108,7 @@ template: - application/vnd.ecowin.chart registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ecowin.filerequest encoding: base64 @@ -8279,6 +9118,7 @@ template: - application/vnd.ecowin.filerequest registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ecowin.fileupdate encoding: base64 @@ -8288,6 +9128,7 @@ template: - application/vnd.ecowin.fileupdate registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ecowin.series encoding: base64 @@ -8297,6 +9138,7 @@ template: - application/vnd.ecowin.series registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ecowin.seriesrequest encoding: base64 @@ -8306,6 +9148,7 @@ template: - application/vnd.ecowin.seriesrequest registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ecowin.seriesupdate encoding: base64 @@ -8315,6 +9158,7 @@ template: - application/vnd.ecowin.seriesupdate registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.efi.img encoding: base64 @@ -8325,6 +9169,7 @@ template: - application/vnd.efi.img registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.efi.iso encoding: base64 @@ -8335,6 +9180,7 @@ template: - application/vnd.efi.iso registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.eln+zip encoding: base64 @@ -8344,6 +9190,7 @@ template: - application/vnd.eln+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.emclient.accessrequest+xml encoding: base64 @@ -8353,6 +9200,7 @@ template: - application/vnd.emclient.accessrequest+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.enliven friendly: @@ -8366,6 +9214,7 @@ template: - application/vnd.enliven registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.enphase.envoy encoding: base64 @@ -8375,6 +9224,7 @@ template: - application/vnd.enphase.envoy registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.eprints.data+xml encoding: base64 @@ -8384,6 +9234,7 @@ template: - application/vnd.eprints.data+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.epson.esf friendly: @@ -8397,6 +9248,7 @@ template: - application/vnd.epson.esf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.epson.msf friendly: @@ -8410,6 +9262,7 @@ template: - application/vnd.epson.msf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.epson.quickanime friendly: @@ -8423,6 +9276,7 @@ template: - application/vnd.epson.quickanime registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.epson.salt friendly: @@ -8436,6 +9290,7 @@ template: - application/vnd.epson.salt registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.epson.ssf friendly: @@ -8449,6 +9304,7 @@ template: - application/vnd.epson.ssf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ericsson.quickcall encoding: base64 @@ -8458,6 +9314,7 @@ template: - application/vnd.ericsson.quickcall registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.erofs encoding: base64 @@ -8467,6 +9324,7 @@ template: - application/vnd.erofs registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.espass-espass+zip encoding: base64 @@ -8476,6 +9334,7 @@ template: - application/vnd.espass-espass+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.eszigno3+xml friendly: @@ -8490,6 +9349,7 @@ template: - application/vnd.eszigno3+xml registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.etsi.aoc+xml encoding: base64 @@ -8499,6 +9359,7 @@ template: - application/vnd.etsi.aoc+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.asic-e+zip encoding: base64 @@ -8508,6 +9369,7 @@ template: - application/vnd.etsi.asic-e+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.asic-s+zip encoding: base64 @@ -8517,6 +9379,7 @@ template: - application/vnd.etsi.asic-s+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.cug+xml encoding: base64 @@ -8526,6 +9389,7 @@ template: - application/vnd.etsi.cug+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.iptvcommand+xml encoding: base64 @@ -8535,6 +9399,7 @@ template: - application/vnd.etsi.iptvcommand+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.iptvdiscovery+xml encoding: base64 @@ -8544,6 +9409,7 @@ template: - application/vnd.etsi.iptvdiscovery+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.iptvprofile+xml encoding: base64 @@ -8553,6 +9419,7 @@ template: - application/vnd.etsi.iptvprofile+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.iptvsad-bc+xml encoding: base64 @@ -8562,6 +9429,7 @@ template: - application/vnd.etsi.iptvsad-bc+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.iptvsad-cod+xml encoding: base64 @@ -8571,6 +9439,7 @@ template: - application/vnd.etsi.iptvsad-cod+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.iptvsad-npvr+xml encoding: base64 @@ -8580,6 +9449,7 @@ template: - application/vnd.etsi.iptvsad-npvr+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.iptvservice+xml encoding: base64 @@ -8589,6 +9459,7 @@ template: - application/vnd.etsi.iptvservice+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.iptvsync+xml encoding: base64 @@ -8598,6 +9469,7 @@ template: - application/vnd.etsi.iptvsync+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.iptvueprofile+xml encoding: base64 @@ -8607,6 +9479,7 @@ template: - application/vnd.etsi.iptvueprofile+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.mcid+xml encoding: base64 @@ -8616,6 +9489,7 @@ template: - application/vnd.etsi.mcid+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.mheg5 encoding: base64 @@ -8626,6 +9500,7 @@ template: - application/vnd.etsi.mheg5 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.overload-control-policy-dataset+xml encoding: base64 @@ -8635,6 +9510,7 @@ template: - application/vnd.etsi.overload-control-policy-dataset+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.pstn+xml encoding: base64 @@ -8645,6 +9521,7 @@ template: - application/vnd.etsi.pstn+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.sci+xml encoding: base64 @@ -8654,6 +9531,7 @@ template: - application/vnd.etsi.sci+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.simservs+xml encoding: base64 @@ -8663,6 +9541,7 @@ template: - application/vnd.etsi.simservs+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.timestamp-token encoding: base64 @@ -8672,6 +9551,7 @@ template: - application/vnd.etsi.timestamp-token registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.tsl+xml encoding: base64 @@ -8681,6 +9561,7 @@ template: - application/vnd.etsi.tsl+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.etsi.tsl.der encoding: base64 @@ -8690,6 +9571,7 @@ template: - application/vnd.etsi.tsl.der registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.eu.kasparian.car+json encoding: base64 @@ -8699,6 +9581,7 @@ template: - application/vnd.eu.kasparian.car+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.eudora.data encoding: base64 @@ -8708,6 +9591,7 @@ template: - application/vnd.eudora.data registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.evolv.ecig.profile encoding: base64 @@ -8717,6 +9601,7 @@ template: - application/vnd.evolv.ecig.profile registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.evolv.ecig.settings encoding: base64 @@ -8726,6 +9611,7 @@ template: - application/vnd.evolv.ecig.settings registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.evolv.ecig.theme encoding: base64 @@ -8735,6 +9621,7 @@ template: - application/vnd.evolv.ecig.theme registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.exstream-empower+zip encoding: base64 @@ -8744,6 +9631,7 @@ template: - application/vnd.exstream-empower+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.exstream-package encoding: base64 @@ -8753,6 +9641,7 @@ template: - application/vnd.exstream-package registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ezpix-album friendly: @@ -8766,6 +9655,7 @@ template: - application/vnd.ezpix-album registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ezpix-package friendly: @@ -8779,6 +9669,7 @@ template: - application/vnd.ezpix-package registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.f-secure.mobile encoding: base64 @@ -8788,6 +9679,7 @@ template: - application/vnd.f-secure.mobile registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.familysearch.gedcom+zip encoding: base64 @@ -8797,6 +9689,7 @@ template: - application/vnd.familysearch.gedcom+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.fastcopy-disk-image encoding: base64 @@ -8806,6 +9699,7 @@ template: - application/vnd.fastcopy-disk-image registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.fdf friendly: @@ -8819,6 +9713,7 @@ template: - application/vnd.fdf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.fdsn.mseed encoding: base64 @@ -8830,6 +9725,7 @@ template: - application/vnd.fdsn.mseed registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.fdsn.seed friendly: @@ -8844,6 +9740,7 @@ template: - application/vnd.fdsn.seed registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.ffsns encoding: base64 @@ -8853,6 +9750,7 @@ template: - application/vnd.ffsns registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ficlab.flb+zip encoding: base64 @@ -8862,6 +9760,7 @@ template: - application/vnd.ficlab.flb+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.filmit.zfc encoding: base64 @@ -8871,6 +9770,7 @@ template: - application/vnd.filmit.zfc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.fints encoding: base64 @@ -8880,6 +9780,7 @@ template: - application/vnd.fints registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.firemonkeys.cloudcell encoding: base64 @@ -8889,6 +9790,7 @@ template: - application/vnd.firemonkeys.cloudcell registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.FloGraphIt friendly: @@ -8902,6 +9804,7 @@ template: - application/vnd.FloGraphIt registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.fluxtime.clip friendly: @@ -8915,6 +9818,7 @@ template: - application/vnd.fluxtime.clip registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.font-fontforge-sfd encoding: base64 @@ -8924,6 +9828,7 @@ template: - application/vnd.font-fontforge-sfd registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.framemaker friendly: @@ -8943,6 +9848,7 @@ template: - application/vnd.framemaker registered: true + sort-priority: 9 - !ruby/object:MIME::Type content-type: application/vnd.freelog.comic encoding: base64 @@ -8952,6 +9858,7 @@ template: - application/vnd.freelog.comic registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.frogans.fnc friendly: @@ -8969,6 +9876,7 @@ notes: - "(OBSOLETE)" registered: true + sort-priority: 143 - !ruby/object:MIME::Type content-type: application/vnd.frogans.ltf friendly: @@ -8986,6 +9894,7 @@ notes: - "(OBSOLETE)" registered: true + sort-priority: 143 - !ruby/object:MIME::Type content-type: application/vnd.fsc.weblaunch friendly: @@ -8999,6 +9908,7 @@ template: - application/vnd.fsc.weblaunch registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.fujifilm.fb.docuworks encoding: base64 @@ -9008,6 +9918,7 @@ template: - application/vnd.fujifilm.fb.docuworks registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.fujifilm.fb.docuworks.binder encoding: base64 @@ -9017,6 +9928,7 @@ template: - application/vnd.fujifilm.fb.docuworks.binder registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.fujifilm.fb.docuworks.container encoding: base64 @@ -9026,6 +9938,7 @@ template: - application/vnd.fujifilm.fb.docuworks.container registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.fujifilm.fb.jfi+xml encoding: base64 @@ -9035,6 +9948,7 @@ template: - application/vnd.fujifilm.fb.jfi+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.fujitsu.oasys friendly: @@ -9048,6 +9962,7 @@ template: - application/vnd.fujitsu.oasys registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.fujitsu.oasys2 friendly: @@ -9061,6 +9976,7 @@ template: - application/vnd.fujitsu.oasys2 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.fujitsu.oasys3 friendly: @@ -9074,6 +9990,7 @@ template: - application/vnd.fujitsu.oasys3 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.fujitsu.oasysgp friendly: @@ -9087,6 +10004,7 @@ template: - application/vnd.fujitsu.oasysgp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.fujitsu.oasysprs friendly: @@ -9100,6 +10018,7 @@ template: - application/vnd.fujitsu.oasysprs registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.fujixerox.ART-EX encoding: base64 @@ -9109,6 +10028,7 @@ template: - application/vnd.fujixerox.ART-EX registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.fujixerox.ART4 encoding: base64 @@ -9118,6 +10038,7 @@ template: - application/vnd.fujixerox.ART4 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.fujixerox.ddd friendly: @@ -9131,6 +10052,7 @@ template: - application/vnd.fujixerox.ddd registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.fujixerox.docuworks friendly: @@ -9144,6 +10066,7 @@ template: - application/vnd.fujixerox.docuworks registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.fujixerox.docuworks.binder friendly: @@ -9157,6 +10080,7 @@ template: - application/vnd.fujixerox.docuworks.binder registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.fujixerox.docuworks.container encoding: base64 @@ -9166,6 +10090,7 @@ template: - application/vnd.fujixerox.docuworks.container registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.fujixerox.HBPL encoding: base64 @@ -9175,6 +10100,7 @@ template: - application/vnd.fujixerox.HBPL registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.fut-misnet encoding: base64 @@ -9184,6 +10110,7 @@ template: - application/vnd.fut-misnet registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.futoin+cbor encoding: base64 @@ -9193,6 +10120,7 @@ template: - application/vnd.futoin+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.futoin+json encoding: base64 @@ -9202,6 +10130,7 @@ template: - application/vnd.futoin+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.fuzzysheet friendly: @@ -9215,6 +10144,7 @@ template: - application/vnd.fuzzysheet registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ga4gh.passport+jwt encoding: base64 @@ -9224,6 +10154,7 @@ template: - application/vnd.ga4gh.passport+jwt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.genomatix.tuxedo friendly: @@ -9237,6 +10168,7 @@ template: - application/vnd.genomatix.tuxedo registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.genozip encoding: base64 @@ -9246,6 +10178,7 @@ template: - application/vnd.genozip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.gentics.grd+json encoding: base64 @@ -9255,6 +10188,7 @@ template: - application/vnd.gentics.grd+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.gentoo.catmetadata+xml encoding: base64 @@ -9264,6 +10198,7 @@ template: - application/vnd.gentoo.catmetadata+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.gentoo.ebuild encoding: base64 @@ -9273,6 +10208,7 @@ template: - application/vnd.gentoo.ebuild registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.gentoo.eclass encoding: base64 @@ -9282,6 +10218,7 @@ template: - application/vnd.gentoo.eclass registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.gentoo.gpkg encoding: base64 @@ -9291,6 +10228,7 @@ template: - application/vnd.gentoo.gpkg registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.gentoo.manifest encoding: base64 @@ -9300,6 +10238,7 @@ template: - application/vnd.gentoo.manifest registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.gentoo.pkgmetadata+xml encoding: base64 @@ -9309,6 +10248,7 @@ template: - application/vnd.gentoo.pkgmetadata+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.gentoo.xpak encoding: base64 @@ -9318,6 +10258,7 @@ template: - application/vnd.gentoo.xpak registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.geo+json encoding: base64 @@ -9333,6 +10274,7 @@ notes: - "(OBSOLETED by in favor of application/geo+json)" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: application/vnd.geocube+xml encoding: 8bit @@ -9345,6 +10287,7 @@ notes: - "(OBSOLETED by request)" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: application/vnd.geogebra.file friendly: @@ -9359,6 +10302,7 @@ template: - application/vnd.geogebra.file registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.geogebra.slides encoding: base64 @@ -9372,6 +10316,7 @@ template: - application/vnd.geogebra.slides registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.geogebra.tool friendly: @@ -9386,6 +10331,7 @@ template: - application/vnd.geogebra.tool registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.geometry-explorer friendly: @@ -9400,6 +10346,7 @@ template: - application/vnd.geometry-explorer registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.geonext friendly: @@ -9413,6 +10360,7 @@ template: - application/vnd.geonext registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.geoplan friendly: @@ -9426,6 +10374,7 @@ template: - application/vnd.geoplan registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.geospace friendly: @@ -9439,6 +10388,7 @@ template: - application/vnd.geospace registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.gerber encoding: base64 @@ -9448,6 +10398,7 @@ template: - application/vnd.gerber registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.globalplatform.card-content-mgt encoding: base64 @@ -9457,6 +10408,7 @@ template: - application/vnd.globalplatform.card-content-mgt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.globalplatform.card-content-mgt-response encoding: base64 @@ -9466,6 +10418,7 @@ template: - application/vnd.globalplatform.card-content-mgt-response registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.gmx friendly: @@ -9482,6 +10435,7 @@ notes: - "- DEPRECATED" registered: true + sort-priority: 143 - !ruby/object:MIME::Type content-type: application/vnd.gnu.taler.exchange+json encoding: base64 @@ -9491,6 +10445,7 @@ template: - application/vnd.gnu.taler.exchange+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.gnu.taler.merchant+json encoding: base64 @@ -9500,6 +10455,7 @@ template: - application/vnd.gnu.taler.merchant+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.google-earth.kml+xml friendly: @@ -9513,6 +10469,7 @@ template: - application/vnd.google-earth.kml+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.google-earth.kmz friendly: @@ -9526,6 +10483,7 @@ template: - application/vnd.google-earth.kmz registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.gov.sk.e-form+xml encoding: base64 @@ -9538,6 +10496,7 @@ notes: - "(OBSOLETED by request)" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: application/vnd.gov.sk.e-form+zip encoding: base64 @@ -9547,6 +10506,7 @@ template: - application/vnd.gov.sk.e-form+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.gov.sk.xmldatacontainer+xml encoding: base64 @@ -9556,6 +10516,7 @@ template: - application/vnd.gov.sk.xmldatacontainer+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.gpxsee.map+xml encoding: base64 @@ -9565,6 +10526,7 @@ template: - application/vnd.gpxsee.map+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.grafeq friendly: @@ -9579,6 +10541,7 @@ template: - application/vnd.grafeq registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.gridmp encoding: base64 @@ -9588,6 +10551,7 @@ template: - application/vnd.gridmp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.groove-account friendly: @@ -9601,6 +10565,7 @@ template: - application/vnd.groove-account registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.groove-help friendly: @@ -9614,6 +10579,7 @@ template: - application/vnd.groove-help registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.groove-identity-message friendly: @@ -9627,6 +10593,7 @@ template: - application/vnd.groove-identity-message registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.groove-injector friendly: @@ -9640,6 +10607,7 @@ template: - application/vnd.groove-injector registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.groove-tool-message friendly: @@ -9653,6 +10621,7 @@ template: - application/vnd.groove-tool-message registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.groove-tool-template friendly: @@ -9666,6 +10635,7 @@ template: - application/vnd.groove-tool-template registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.groove-vcard friendly: @@ -9679,6 +10649,7 @@ template: - application/vnd.groove-vcard registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.hal+json encoding: base64 @@ -9688,6 +10659,7 @@ template: - application/vnd.hal+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.hal+xml friendly: @@ -9701,6 +10673,7 @@ template: - application/vnd.hal+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.HandHeld-Entertainment+xml friendly: @@ -9714,6 +10687,7 @@ template: - application/vnd.HandHeld-Entertainment+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.hbci friendly: @@ -9732,6 +10706,7 @@ template: - application/vnd.hbci registered: true + sort-priority: 10 - !ruby/object:MIME::Type content-type: application/vnd.hc+json encoding: base64 @@ -9741,6 +10716,7 @@ template: - application/vnd.hc+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.hcl-bireports encoding: base64 @@ -9750,6 +10726,7 @@ template: - application/vnd.hcl-bireports registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.hdt encoding: base64 @@ -9759,6 +10736,7 @@ template: - application/vnd.hdt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.heroku+json encoding: base64 @@ -9768,6 +10746,7 @@ template: - application/vnd.heroku+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.hhe.lesson-player friendly: @@ -9781,6 +10760,7 @@ template: - application/vnd.hhe.lesson-player registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.hl7cda+xml encoding: base64 @@ -9790,6 +10770,7 @@ template: - application/vnd.hl7cda+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.hl7v2+xml encoding: base64 @@ -9799,6 +10780,7 @@ template: - application/vnd.hl7v2+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.hp-HPGL friendly: @@ -9813,6 +10795,7 @@ template: - application/vnd.hp-HPGL registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.hp-hpid friendly: @@ -9826,6 +10809,7 @@ template: - application/vnd.hp-hpid registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.hp-hps friendly: @@ -9839,6 +10823,7 @@ template: - application/vnd.hp-hps registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.hp-jlyt friendly: @@ -9852,6 +10837,7 @@ template: - application/vnd.hp-jlyt registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.hp-PCL friendly: @@ -9865,6 +10851,7 @@ template: - application/vnd.hp-PCL registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.hp-PCLXL friendly: @@ -9878,6 +10865,7 @@ template: - application/vnd.hp-PCLXL registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.hsl encoding: base64 @@ -9887,6 +10875,7 @@ template: - application/vnd.hsl registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.httphone encoding: base64 @@ -9896,6 +10885,7 @@ template: - application/vnd.httphone registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.hydrostatix.sof-data friendly: @@ -9909,6 +10899,7 @@ template: - application/vnd.hydrostatix.sof-data registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.hyper+json encoding: base64 @@ -9918,6 +10909,7 @@ template: - application/vnd.hyper+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.hyper-item+json encoding: base64 @@ -9927,6 +10919,7 @@ template: - application/vnd.hyper-item+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.hyperdrive+json encoding: base64 @@ -9936,6 +10929,7 @@ template: - application/vnd.hyperdrive+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.hzn-3d-crossword friendly: @@ -9947,6 +10941,7 @@ template: - application/vnd.hzn-3d-crossword registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ibm.afplinedata encoding: base64 @@ -9960,6 +10955,7 @@ notes: - "(OBSOLETED in favor of vnd.afpc.afplinedata)" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: application/vnd.ibm.electronic-media encoding: base64 @@ -9971,6 +10967,7 @@ template: - application/vnd.ibm.electronic-media registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ibm.MiniPay friendly: @@ -9984,6 +10981,7 @@ template: - application/vnd.ibm.MiniPay registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ibm.modcap friendly: @@ -10003,6 +11001,7 @@ notes: - "(OBSOLETED in favor of application/vnd.afpc.modca)" registered: true + sort-priority: 141 - !ruby/object:MIME::Type content-type: application/vnd.ibm.rights-management friendly: @@ -10016,6 +11015,7 @@ template: - application/vnd.ibm.rights-management registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ibm.secure-container friendly: @@ -10029,6 +11029,7 @@ template: - application/vnd.ibm.secure-container registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.iccprofile friendly: @@ -10043,6 +11044,7 @@ template: - application/vnd.iccprofile registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.ieee.1905 encoding: base64 @@ -10052,6 +11054,7 @@ template: - application/vnd.ieee.1905 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.igloader friendly: @@ -10065,6 +11068,7 @@ template: - application/vnd.igloader registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.imagemeter.folder+zip encoding: base64 @@ -10074,6 +11078,7 @@ template: - application/vnd.imagemeter.folder+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.imagemeter.image+zip encoding: base64 @@ -10083,6 +11088,7 @@ template: - application/vnd.imagemeter.image+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.immervision-ivp friendly: @@ -10096,6 +11102,7 @@ template: - application/vnd.immervision-ivp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.immervision-ivu friendly: @@ -10109,6 +11116,7 @@ template: - application/vnd.immervision-ivu registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ims.imsccv1p1 encoding: base64 @@ -10118,6 +11126,7 @@ template: - application/vnd.ims.imsccv1p1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ims.imsccv1p2 encoding: base64 @@ -10127,6 +11136,7 @@ template: - application/vnd.ims.imsccv1p2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ims.imsccv1p3 encoding: base64 @@ -10136,6 +11146,7 @@ template: - application/vnd.ims.imsccv1p3 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ims.lis.v2.result+json encoding: base64 @@ -10145,6 +11156,7 @@ template: - application/vnd.ims.lis.v2.result+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ims.lti.v2.toolconsumerprofile+json encoding: base64 @@ -10154,6 +11166,7 @@ template: - application/vnd.ims.lti.v2.toolconsumerprofile+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ims.lti.v2.toolproxy+json encoding: base64 @@ -10163,6 +11176,7 @@ template: - application/vnd.ims.lti.v2.toolproxy+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ims.lti.v2.toolproxy.id+json encoding: base64 @@ -10172,6 +11186,7 @@ template: - application/vnd.ims.lti.v2.toolproxy.id+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ims.lti.v2.toolsettings+json encoding: base64 @@ -10181,6 +11196,7 @@ template: - application/vnd.ims.lti.v2.toolsettings+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ims.lti.v2.toolsettings.simple+json encoding: base64 @@ -10190,6 +11206,7 @@ template: - application/vnd.ims.lti.v2.toolsettings.simple+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.informedcontrol.rms+xml encoding: base64 @@ -10199,6 +11216,7 @@ template: - application/vnd.informedcontrol.rms+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.informix-visionary encoding: base64 @@ -10212,6 +11230,7 @@ notes: - "(OBSOLETED in favor of application/vnd.visionary)" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: application/vnd.infotech.project encoding: base64 @@ -10221,6 +11240,7 @@ template: - application/vnd.infotech.project registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.infotech.project+xml encoding: base64 @@ -10230,6 +11250,7 @@ template: - application/vnd.infotech.project+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.innopath.wamp.notification encoding: base64 @@ -10239,6 +11260,7 @@ template: - application/vnd.innopath.wamp.notification registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.insors.igm friendly: @@ -10252,6 +11274,7 @@ template: - application/vnd.insors.igm registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.intercon.formnet friendly: @@ -10266,6 +11289,7 @@ template: - application/vnd.intercon.formnet registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.intergeo friendly: @@ -10279,6 +11303,7 @@ template: - application/vnd.intergeo registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.intertrust.digibox encoding: base64 @@ -10288,6 +11313,7 @@ template: - application/vnd.intertrust.digibox registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.intertrust.nncp encoding: base64 @@ -10297,6 +11323,7 @@ template: - application/vnd.intertrust.nncp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.intu.qbo friendly: @@ -10310,6 +11337,7 @@ template: - application/vnd.intu.qbo registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.intu.qfx friendly: @@ -10323,6 +11351,7 @@ template: - application/vnd.intu.qfx registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ipfs.ipns-record encoding: base64 @@ -10332,6 +11361,7 @@ template: - application/vnd.ipfs.ipns-record registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ipld.car encoding: base64 @@ -10341,6 +11371,7 @@ template: - application/vnd.ipld.car registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ipld.dag-cbor encoding: base64 @@ -10350,6 +11381,7 @@ template: - application/vnd.ipld.dag-cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ipld.dag-json encoding: base64 @@ -10359,6 +11391,7 @@ template: - application/vnd.ipld.dag-json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ipld.raw encoding: base64 @@ -10368,6 +11401,7 @@ template: - application/vnd.ipld.raw registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.iptc.g2.catalogitem+xml encoding: base64 @@ -10377,6 +11411,7 @@ template: - application/vnd.iptc.g2.catalogitem+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.iptc.g2.conceptitem+xml encoding: base64 @@ -10386,6 +11421,7 @@ template: - application/vnd.iptc.g2.conceptitem+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.iptc.g2.knowledgeitem+xml encoding: base64 @@ -10395,6 +11431,7 @@ template: - application/vnd.iptc.g2.knowledgeitem+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.iptc.g2.newsitem+xml encoding: base64 @@ -10404,6 +11441,7 @@ template: - application/vnd.iptc.g2.newsitem+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.iptc.g2.newsmessage+xml encoding: base64 @@ -10413,6 +11451,7 @@ template: - application/vnd.iptc.g2.newsmessage+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.iptc.g2.packageitem+xml encoding: base64 @@ -10422,6 +11461,7 @@ template: - application/vnd.iptc.g2.packageitem+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.iptc.g2.planningitem+xml encoding: base64 @@ -10431,6 +11471,7 @@ template: - application/vnd.iptc.g2.planningitem+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ipunplugged.rcprofile friendly: @@ -10444,6 +11485,7 @@ template: - application/vnd.ipunplugged.rcprofile registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.irepository.package+xml friendly: @@ -10457,6 +11499,7 @@ template: - application/vnd.irepository.package+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.is-xpr friendly: @@ -10470,6 +11513,7 @@ template: - application/vnd.is-xpr registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.isac.fcs friendly: @@ -10483,6 +11527,7 @@ template: - application/vnd.isac.fcs registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.iso11783-10+zip encoding: base64 @@ -10492,6 +11537,7 @@ template: - application/vnd.iso11783-10+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.jam friendly: @@ -10505,6 +11551,7 @@ template: - application/vnd.jam registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.japannet-directory-service encoding: base64 @@ -10514,6 +11561,7 @@ template: - application/vnd.japannet-directory-service registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.japannet-jpnstore-wakeup encoding: base64 @@ -10523,6 +11571,7 @@ template: - application/vnd.japannet-jpnstore-wakeup registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.japannet-payment-wakeup encoding: base64 @@ -10532,6 +11581,7 @@ template: - application/vnd.japannet-payment-wakeup registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.japannet-registration encoding: base64 @@ -10541,6 +11591,7 @@ template: - application/vnd.japannet-registration registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.japannet-registration-wakeup encoding: base64 @@ -10550,6 +11601,7 @@ template: - application/vnd.japannet-registration-wakeup registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.japannet-setstore-wakeup encoding: base64 @@ -10559,6 +11611,7 @@ template: - application/vnd.japannet-setstore-wakeup registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.japannet-verification encoding: base64 @@ -10568,6 +11621,7 @@ template: - application/vnd.japannet-verification registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.japannet-verification-wakeup encoding: base64 @@ -10577,6 +11631,7 @@ template: - application/vnd.japannet-verification-wakeup registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.jcp.javame.midlet-rms friendly: @@ -10590,6 +11645,7 @@ template: - application/vnd.jcp.javame.midlet-rms registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.jisp friendly: @@ -10603,6 +11659,7 @@ template: - application/vnd.jisp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.joost.joda-archive friendly: @@ -10616,6 +11673,7 @@ template: - application/vnd.joost.joda-archive registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.jsk.isdn-ngn encoding: base64 @@ -10625,6 +11683,7 @@ template: - application/vnd.jsk.isdn-ngn registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.kahootz friendly: @@ -10639,6 +11698,7 @@ template: - application/vnd.kahootz registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.kde.karbon friendly: @@ -10652,6 +11712,7 @@ template: - application/vnd.kde.karbon registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.kde.kchart friendly: @@ -10665,6 +11726,7 @@ template: - application/vnd.kde.kchart registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.kde.kformula friendly: @@ -10678,6 +11740,7 @@ template: - application/vnd.kde.kformula registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.kde.kivio friendly: @@ -10691,6 +11754,7 @@ template: - application/vnd.kde.kivio registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.kde.kontour friendly: @@ -10704,6 +11768,7 @@ template: - application/vnd.kde.kontour registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.kde.kpresenter friendly: @@ -10718,6 +11783,7 @@ template: - application/vnd.kde.kpresenter registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.kde.kspread friendly: @@ -10731,6 +11797,7 @@ template: - application/vnd.kde.kspread registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.kde.kword friendly: @@ -10745,6 +11812,7 @@ template: - application/vnd.kde.kword registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.kenameaapp friendly: @@ -10758,6 +11826,7 @@ template: - application/vnd.kenameaapp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.keyman.kmp+zip encoding: base64 @@ -10789,6 +11858,7 @@ template: - application/vnd.kidspiration registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.Kinar friendly: @@ -10804,6 +11874,7 @@ template: - application/vnd.Kinar registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: application/vnd.koan friendly: @@ -10820,6 +11891,7 @@ template: - application/vnd.koan registered: true + sort-priority: 12 - !ruby/object:MIME::Type content-type: application/vnd.kodak-descriptor friendly: @@ -10833,6 +11905,7 @@ template: - application/vnd.kodak-descriptor registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.las encoding: base64 @@ -10843,6 +11916,7 @@ template: - application/vnd.las registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.las.las+json encoding: base64 @@ -10852,6 +11926,7 @@ template: - application/vnd.las.las+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.las.las+xml friendly: @@ -10865,6 +11940,7 @@ template: - application/vnd.las.las+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.laszip encoding: base64 @@ -10875,6 +11951,7 @@ template: - application/vnd.laszip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ldev.productlicensing encoding: base64 @@ -10884,6 +11961,7 @@ template: - application/vnd.ldev.productlicensing registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.leap+json encoding: base64 @@ -10893,6 +11971,7 @@ template: - application/vnd.leap+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.liberty-request+xml encoding: base64 @@ -10902,6 +11981,7 @@ template: - application/vnd.liberty-request+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.llamagraphics.life-balance.desktop friendly: @@ -10915,6 +11995,7 @@ template: - application/vnd.llamagraphics.life-balance.desktop registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.llamagraphics.life-balance.exchange+xml friendly: @@ -10928,6 +12009,7 @@ template: - application/vnd.llamagraphics.life-balance.exchange+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.logipipe.circuit+zip encoding: base64 @@ -10937,6 +12019,7 @@ template: - application/vnd.logipipe.circuit+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.loom encoding: base64 @@ -10946,6 +12029,7 @@ template: - application/vnd.loom registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.lotus-1-2-3 friendly: @@ -10960,6 +12044,7 @@ template: - application/vnd.lotus-1-2-3 registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.lotus-approach friendly: @@ -10973,6 +12058,7 @@ template: - application/vnd.lotus-approach registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.lotus-freelance friendly: @@ -10986,6 +12072,7 @@ template: - application/vnd.lotus-freelance registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.lotus-notes friendly: @@ -10999,6 +12086,7 @@ template: - application/vnd.lotus-notes registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.lotus-organizer friendly: @@ -11012,6 +12100,7 @@ template: - application/vnd.lotus-organizer registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.lotus-screencam friendly: @@ -11025,6 +12114,7 @@ template: - application/vnd.lotus-screencam registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.lotus-wordpro friendly: @@ -11038,6 +12128,7 @@ template: - application/vnd.lotus-wordpro registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.macports.portpkg friendly: @@ -11051,6 +12142,7 @@ template: - application/vnd.macports.portpkg registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.mapbox-vector-tile encoding: base64 @@ -11060,6 +12152,7 @@ template: - application/vnd.mapbox-vector-tile registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.marlin.drm.actiontoken+xml encoding: base64 @@ -11069,6 +12162,7 @@ template: - application/vnd.marlin.drm.actiontoken+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.marlin.drm.conftoken+xml encoding: base64 @@ -11078,6 +12172,7 @@ template: - application/vnd.marlin.drm.conftoken+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.marlin.drm.license+xml encoding: base64 @@ -11087,6 +12182,7 @@ template: - application/vnd.marlin.drm.license+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.marlin.drm.mdcf encoding: base64 @@ -11096,6 +12192,7 @@ template: - application/vnd.marlin.drm.mdcf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.mason+json encoding: base64 @@ -11105,6 +12202,7 @@ template: - application/vnd.mason+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.maxar.archive.3tz+zip encoding: base64 @@ -11114,6 +12212,7 @@ template: - application/vnd.maxar.archive.3tz+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.maxmind.maxmind-db encoding: base64 @@ -11123,6 +12222,7 @@ template: - application/vnd.maxmind.maxmind-db registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.mcd friendly: @@ -11136,6 +12236,7 @@ template: - application/vnd.mcd registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.mdl encoding: base64 @@ -11145,6 +12246,7 @@ template: - application/vnd.mdl registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.mdl-mbsdf encoding: base64 @@ -11154,6 +12256,7 @@ template: - application/vnd.mdl-mbsdf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.medcalcdata friendly: @@ -11167,6 +12270,7 @@ template: - application/vnd.medcalcdata registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.mediastation.cdkey friendly: @@ -11180,6 +12284,7 @@ template: - application/vnd.mediastation.cdkey registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.medicalholodeck.recordxr encoding: base64 @@ -11189,6 +12294,7 @@ template: - application/vnd.medicalholodeck.recordxr registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.meridian-slingshot encoding: base64 @@ -11198,6 +12304,7 @@ template: - application/vnd.meridian-slingshot registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.mermaid encoding: base64 @@ -11207,6 +12314,7 @@ template: - application/vnd.mermaid registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.MFER friendly: @@ -11220,6 +12328,7 @@ template: - application/vnd.MFER registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.mfmp friendly: @@ -11233,6 +12342,7 @@ template: - application/vnd.mfmp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.micro+json encoding: base64 @@ -11242,6 +12352,7 @@ template: - application/vnd.micro+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.micrografx.flo friendly: @@ -11255,6 +12366,7 @@ template: - application/vnd.micrografx.flo registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.micrografx.igx friendly: @@ -11268,6 +12380,7 @@ template: - application/vnd.micrografx.igx registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.microsoft.portable-executable encoding: base64 @@ -11277,6 +12390,7 @@ template: - application/vnd.microsoft.portable-executable registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.microsoft.windows.thumbnail-cache encoding: base64 @@ -11286,6 +12400,7 @@ template: - application/vnd.microsoft.windows.thumbnail-cache registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.miele+json encoding: base64 @@ -11295,6 +12410,7 @@ template: - application/vnd.miele+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.mif friendly: @@ -11308,6 +12424,7 @@ template: - application/vnd.mif registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.minisoft-hp3000-save encoding: base64 @@ -11317,6 +12434,7 @@ template: - application/vnd.minisoft-hp3000-save registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.mitsubishi.misty-guard.trustweb encoding: base64 @@ -11326,6 +12444,7 @@ template: - application/vnd.mitsubishi.misty-guard.trustweb registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.Mobius.DAF friendly: @@ -11339,6 +12458,7 @@ template: - application/vnd.Mobius.DAF registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.Mobius.DIS friendly: @@ -11352,6 +12472,7 @@ template: - application/vnd.Mobius.DIS registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.Mobius.MBK friendly: @@ -11365,6 +12486,7 @@ template: - application/vnd.Mobius.MBK registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.Mobius.MQY friendly: @@ -11378,6 +12500,7 @@ template: - application/vnd.Mobius.MQY registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.Mobius.MSL friendly: @@ -11391,6 +12514,7 @@ template: - application/vnd.Mobius.MSL registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.Mobius.PLC friendly: @@ -11404,6 +12528,7 @@ template: - application/vnd.Mobius.PLC registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.Mobius.TXF friendly: @@ -11417,6 +12542,7 @@ template: - application/vnd.Mobius.TXF registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.modl encoding: base64 @@ -11426,6 +12552,7 @@ template: - application/vnd.modl registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.mophun.application friendly: @@ -11439,6 +12566,7 @@ template: - application/vnd.mophun.application registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.mophun.certificate friendly: @@ -11452,6 +12580,7 @@ template: - application/vnd.mophun.certificate registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.motorola.flexsuite encoding: base64 @@ -11461,6 +12590,7 @@ template: - application/vnd.motorola.flexsuite registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.motorola.flexsuite.adsi encoding: base64 @@ -11470,6 +12600,7 @@ template: - application/vnd.motorola.flexsuite.adsi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.motorola.flexsuite.fis encoding: base64 @@ -11479,6 +12610,7 @@ template: - application/vnd.motorola.flexsuite.fis registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.motorola.flexsuite.gotap encoding: base64 @@ -11488,6 +12620,7 @@ template: - application/vnd.motorola.flexsuite.gotap registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.motorola.flexsuite.kmr encoding: base64 @@ -11497,6 +12630,7 @@ template: - application/vnd.motorola.flexsuite.kmr registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.motorola.flexsuite.ttc encoding: base64 @@ -11506,6 +12640,7 @@ template: - application/vnd.motorola.flexsuite.ttc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.motorola.flexsuite.wem encoding: base64 @@ -11515,6 +12650,7 @@ template: - application/vnd.motorola.flexsuite.wem registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.motorola.iprm encoding: base64 @@ -11524,6 +12660,7 @@ template: - application/vnd.motorola.iprm registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.mozilla.xul+xml friendly: @@ -11537,6 +12674,7 @@ template: - application/vnd.mozilla.xul+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-3mfdocument encoding: base64 @@ -11546,6 +12684,7 @@ template: - application/vnd.ms-3mfdocument registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-artgalry friendly: @@ -11559,6 +12698,7 @@ template: - application/vnd.ms-artgalry registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-asf encoding: base64 @@ -11570,6 +12710,7 @@ template: - application/vnd.ms-asf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-cab-compressed friendly: @@ -11583,6 +12724,7 @@ template: - application/vnd.ms-cab-compressed registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-excel friendly: @@ -11601,6 +12743,7 @@ template: - application/vnd.ms-excel registered: true + sort-priority: 10 - !ruby/object:MIME::Type content-type: application/vnd.ms-excel.addin.macroEnabled.12 friendly: @@ -11614,6 +12757,7 @@ template: - application/vnd.ms-excel.addin.macroEnabled.12 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-excel.sheet.binary.macroEnabled.12 friendly: @@ -11627,6 +12771,7 @@ template: - application/vnd.ms-excel.sheet.binary.macroEnabled.12 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-excel.sheet.macroEnabled.12 friendly: @@ -11640,6 +12785,7 @@ template: - application/vnd.ms-excel.sheet.macroEnabled.12 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-excel.template.macroEnabled.12 friendly: @@ -11653,6 +12799,7 @@ template: - application/vnd.ms-excel.template.macroEnabled.12 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-fontobject friendly: @@ -11666,6 +12813,7 @@ template: - application/vnd.ms-fontobject registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-htmlhelp friendly: @@ -11679,6 +12827,7 @@ template: - application/vnd.ms-htmlhelp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-ims friendly: @@ -11692,6 +12841,7 @@ template: - application/vnd.ms-ims registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-lrm friendly: @@ -11705,6 +12855,7 @@ template: - application/vnd.ms-lrm registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-office.activeX+xml encoding: base64 @@ -11714,6 +12865,7 @@ template: - application/vnd.ms-office.activeX+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-officetheme friendly: @@ -11727,12 +12879,14 @@ template: - application/vnd.ms-officetheme registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-outlook encoding: base64 extensions: - msg registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.ms-pki.seccat friendly: @@ -11741,6 +12895,7 @@ extensions: - cat registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.ms-pki.stl friendly: @@ -11749,6 +12904,7 @@ extensions: - stl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.ms-playready.initiator+xml encoding: base64 @@ -11758,6 +12914,7 @@ template: - application/vnd.ms-playready.initiator+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-powerpoint friendly: @@ -11773,6 +12930,7 @@ template: - application/vnd.ms-powerpoint registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: application/vnd.ms-powerpoint.addin.macroEnabled.12 friendly: @@ -11786,6 +12944,7 @@ template: - application/vnd.ms-powerpoint.addin.macroEnabled.12 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-powerpoint.presentation.macroEnabled.12 friendly: @@ -11799,6 +12958,7 @@ template: - application/vnd.ms-powerpoint.presentation.macroEnabled.12 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-powerpoint.slide.macroEnabled.12 friendly: @@ -11812,6 +12972,7 @@ template: - application/vnd.ms-powerpoint.slide.macroEnabled.12 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-powerpoint.slideshow.macroEnabled.12 friendly: @@ -11825,6 +12986,7 @@ template: - application/vnd.ms-powerpoint.slideshow.macroEnabled.12 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-powerpoint.template.macroEnabled.12 friendly: @@ -11838,6 +13000,7 @@ template: - application/vnd.ms-powerpoint.template.macroEnabled.12 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-PrintDeviceCapabilities+xml encoding: base64 @@ -11847,6 +13010,7 @@ template: - application/vnd.ms-PrintDeviceCapabilities+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-PrintSchemaTicket+xml encoding: base64 @@ -11856,6 +13020,7 @@ template: - application/vnd.ms-PrintSchemaTicket+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-project friendly: @@ -11870,6 +13035,7 @@ template: - application/vnd.ms-project registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.ms-tnef encoding: base64 @@ -11879,6 +13045,7 @@ template: - application/vnd.ms-tnef registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-windows.devicepairing encoding: base64 @@ -11888,6 +13055,7 @@ template: - application/vnd.ms-windows.devicepairing registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-windows.nwprinting.oob encoding: base64 @@ -11897,6 +13065,7 @@ template: - application/vnd.ms-windows.nwprinting.oob registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-windows.printerpairing encoding: base64 @@ -11906,6 +13075,7 @@ template: - application/vnd.ms-windows.printerpairing registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-windows.wsd.oob encoding: base64 @@ -11915,6 +13085,7 @@ template: - application/vnd.ms-windows.wsd.oob registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-wmdrm.lic-chlg-req encoding: base64 @@ -11924,6 +13095,7 @@ template: - application/vnd.ms-wmdrm.lic-chlg-req registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-wmdrm.lic-resp encoding: base64 @@ -11933,6 +13105,7 @@ template: - application/vnd.ms-wmdrm.lic-resp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-wmdrm.meter-chlg-req encoding: base64 @@ -11942,6 +13115,7 @@ template: - application/vnd.ms-wmdrm.meter-chlg-req registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-wmdrm.meter-resp encoding: base64 @@ -11951,6 +13125,7 @@ template: - application/vnd.ms-wmdrm.meter-resp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ms-word.document.macroEnabled.12 friendly: @@ -11964,6 +13139,7 @@ template: - application/vnd.ms-word.document.macroEnabled.12 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-word.template.macroEnabled.12 friendly: @@ -11977,6 +13153,7 @@ template: - application/vnd.ms-word.template.macroEnabled.12 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-works friendly: @@ -11993,6 +13170,7 @@ template: - application/vnd.ms-works registered: true + sort-priority: 12 - !ruby/object:MIME::Type content-type: application/vnd.ms-wpl friendly: @@ -12006,6 +13184,7 @@ template: - application/vnd.ms-wpl registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ms-xpsdocument friendly: @@ -12019,6 +13198,7 @@ template: - application/vnd.ms-xpsdocument registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.msa-disk-image encoding: base64 @@ -12028,6 +13208,7 @@ template: - application/vnd.msa-disk-image registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.mseq friendly: @@ -12041,6 +13222,7 @@ template: - application/vnd.mseq registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.msgpack encoding: base64 @@ -12050,6 +13232,7 @@ template: - application/vnd.msgpack registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.msign encoding: base64 @@ -12059,6 +13242,7 @@ template: - application/vnd.msign registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.multiad.creator encoding: base64 @@ -12068,6 +13252,7 @@ template: - application/vnd.multiad.creator registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.multiad.creator.cif encoding: base64 @@ -12077,6 +13262,7 @@ template: - application/vnd.multiad.creator.cif registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.music-niff encoding: base64 @@ -12086,6 +13272,7 @@ template: - application/vnd.music-niff registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.musician friendly: @@ -12099,6 +13286,7 @@ template: - application/vnd.musician registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.muvee.style friendly: @@ -12112,6 +13300,7 @@ template: - application/vnd.muvee.style registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.mynfc encoding: base64 @@ -12123,6 +13312,7 @@ template: - application/vnd.mynfc registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.nacamar.ybrid+json encoding: base64 @@ -12132,6 +13322,7 @@ template: - application/vnd.nacamar.ybrid+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nato.bindingdataobject+cbor encoding: base64 @@ -12141,6 +13332,7 @@ template: - application/vnd.nato.bindingdataobject+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nato.bindingdataobject+json encoding: base64 @@ -12150,6 +13342,7 @@ template: - application/vnd.nato.bindingdataobject+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nato.bindingdataobject+xml encoding: base64 @@ -12159,6 +13352,7 @@ template: - application/vnd.nato.bindingdataobject+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nato.openxmlformats-package.iepd+zip encoding: base64 @@ -12168,6 +13362,7 @@ template: - application/vnd.nato.openxmlformats-package.iepd+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ncd.control encoding: base64 @@ -12177,6 +13372,7 @@ template: - application/vnd.ncd.control registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ncd.reference encoding: base64 @@ -12186,6 +13382,7 @@ template: - application/vnd.ncd.reference registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nearst.inv+json encoding: base64 @@ -12195,6 +13392,7 @@ template: - application/vnd.nearst.inv+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nebumind.line encoding: base64 @@ -12204,6 +13402,7 @@ template: - application/vnd.nebumind.line registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nervana encoding: base64 @@ -12220,6 +13419,7 @@ template: - application/vnd.nervana registered: true + sort-priority: 10 - !ruby/object:MIME::Type content-type: application/vnd.netfpx encoding: base64 @@ -12229,6 +13429,7 @@ template: - application/vnd.netfpx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.neurolanguage.nlu friendly: @@ -12242,6 +13443,7 @@ template: - application/vnd.neurolanguage.nlu registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.nimn encoding: base64 @@ -12251,6 +13453,7 @@ template: - application/vnd.nimn registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nintendo.nitro.rom encoding: base64 @@ -12260,6 +13463,7 @@ template: - application/vnd.nintendo.nitro.rom registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nintendo.snes.rom encoding: base64 @@ -12269,6 +13473,7 @@ template: - application/vnd.nintendo.snes.rom registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nitf encoding: base64 @@ -12281,6 +13486,7 @@ template: - application/vnd.nitf registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.noblenet-directory friendly: @@ -12294,6 +13500,7 @@ template: - application/vnd.noblenet-directory registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.noblenet-sealer friendly: @@ -12307,6 +13514,7 @@ template: - application/vnd.noblenet-sealer registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.noblenet-web friendly: @@ -12320,6 +13528,7 @@ template: - application/vnd.noblenet-web registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.nokia.catalogs encoding: base64 @@ -12329,6 +13538,7 @@ template: - application/vnd.nokia.catalogs registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nokia.conml+wbxml encoding: base64 @@ -12338,6 +13548,7 @@ template: - application/vnd.nokia.conml+wbxml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nokia.conml+xml encoding: base64 @@ -12347,6 +13558,7 @@ template: - application/vnd.nokia.conml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nokia.iptv.config+xml encoding: base64 @@ -12356,6 +13568,7 @@ template: - application/vnd.nokia.iptv.config+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nokia.iSDS-radio-presets encoding: base64 @@ -12365,6 +13578,7 @@ template: - application/vnd.nokia.iSDS-radio-presets registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nokia.landmark+wbxml encoding: base64 @@ -12374,6 +13588,7 @@ template: - application/vnd.nokia.landmark+wbxml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nokia.landmark+xml encoding: base64 @@ -12383,6 +13598,7 @@ template: - application/vnd.nokia.landmark+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nokia.landmarkcollection+xml encoding: base64 @@ -12392,6 +13608,7 @@ template: - application/vnd.nokia.landmarkcollection+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nokia.n-gage.ac+xml encoding: base64 @@ -12401,6 +13618,7 @@ template: - application/vnd.nokia.n-gage.ac+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nokia.n-gage.data friendly: @@ -12414,6 +13632,7 @@ template: - application/vnd.nokia.n-gage.data registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.nokia.n-gage.symbian.install friendly: @@ -12430,6 +13649,7 @@ notes: - "(OBSOLETE; no replacement given)" registered: true + sort-priority: 143 - !ruby/object:MIME::Type content-type: application/vnd.nokia.ncd encoding: base64 @@ -12439,12 +13659,14 @@ template: - application/vnd.nokia.ncd registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nokia.ncd+xml encoding: base64 obsolete: true use-instead: application/vnd.nokia.ncd registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: application/vnd.nokia.pcd+wbxml encoding: base64 @@ -12454,6 +13676,7 @@ template: - application/vnd.nokia.pcd+wbxml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nokia.pcd+xml encoding: base64 @@ -12463,6 +13686,7 @@ template: - application/vnd.nokia.pcd+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.nokia.radio-preset friendly: @@ -12476,6 +13700,7 @@ template: - application/vnd.nokia.radio-preset registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.nokia.radio-presets friendly: @@ -12489,6 +13714,7 @@ template: - application/vnd.nokia.radio-presets registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.novadigm.EDM friendly: @@ -12502,6 +13728,7 @@ template: - application/vnd.novadigm.EDM registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.novadigm.EDX friendly: @@ -12515,6 +13742,7 @@ template: - application/vnd.novadigm.EDX registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.novadigm.EXT friendly: @@ -12528,6 +13756,7 @@ template: - application/vnd.novadigm.EXT registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.ntt-local.content-share encoding: base64 @@ -12537,6 +13766,7 @@ template: - application/vnd.ntt-local.content-share registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ntt-local.file-transfer encoding: base64 @@ -12546,6 +13776,7 @@ template: - application/vnd.ntt-local.file-transfer registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ntt-local.ogw_remote-access encoding: base64 @@ -12555,6 +13786,7 @@ template: - application/vnd.ntt-local.ogw_remote-access registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ntt-local.sip-ta_remote encoding: base64 @@ -12564,6 +13796,7 @@ template: - application/vnd.ntt-local.sip-ta_remote registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ntt-local.sip-ta_tcp_stream encoding: base64 @@ -12573,6 +13806,7 @@ template: - application/vnd.ntt-local.sip-ta_tcp_stream registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oai.workflows encoding: base64 @@ -12582,6 +13816,7 @@ template: - application/vnd.oai.workflows registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oai.workflows+json encoding: base64 @@ -12591,6 +13826,7 @@ template: - application/vnd.oai.workflows+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oai.workflows+yaml encoding: base64 @@ -12600,6 +13836,7 @@ template: - application/vnd.oai.workflows+yaml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.base encoding: base64 @@ -12610,6 +13847,7 @@ template: - application/vnd.oasis.opendocument.base registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.chart friendly: @@ -12624,6 +13862,7 @@ template: - application/vnd.oasis.opendocument.chart registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.chart-template friendly: @@ -12639,6 +13878,7 @@ template: - application/vnd.oasis.opendocument.chart-template registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.database friendly: @@ -12657,6 +13897,7 @@ notes: - "(OBSOLETED in favor of application/vnd.oasis.opendocument.base)" registered: true + sort-priority: 143 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.formula friendly: @@ -12671,6 +13912,7 @@ template: - application/vnd.oasis.opendocument.formula registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.formula-template friendly: @@ -12686,6 +13928,7 @@ template: - application/vnd.oasis.opendocument.formula-template registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.graphics friendly: @@ -12700,6 +13943,7 @@ template: - application/vnd.oasis.opendocument.graphics registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.graphics-template friendly: @@ -12714,6 +13958,7 @@ template: - application/vnd.oasis.opendocument.graphics-template registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.image friendly: @@ -12728,6 +13973,7 @@ template: - application/vnd.oasis.opendocument.image registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.image-template friendly: @@ -12743,6 +13989,7 @@ template: - application/vnd.oasis.opendocument.image-template registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.presentation friendly: @@ -12757,6 +14004,7 @@ template: - application/vnd.oasis.opendocument.presentation registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.presentation-template friendly: @@ -12771,6 +14019,7 @@ template: - application/vnd.oasis.opendocument.presentation-template registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.spreadsheet friendly: @@ -12785,6 +14034,7 @@ template: - application/vnd.oasis.opendocument.spreadsheet registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.spreadsheet-template friendly: @@ -12799,6 +14049,7 @@ template: - application/vnd.oasis.opendocument.spreadsheet-template registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.text friendly: @@ -12813,6 +14064,7 @@ template: - application/vnd.oasis.opendocument.text registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.text-master friendly: @@ -12827,6 +14079,7 @@ template: - application/vnd.oasis.opendocument.text-master registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.text-master-template encoding: base64 @@ -12837,6 +14090,7 @@ template: - application/vnd.oasis.opendocument.text-master-template registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.text-template friendly: @@ -12851,6 +14105,7 @@ template: - application/vnd.oasis.opendocument.text-template registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oasis.opendocument.text-web friendly: @@ -12865,6 +14120,7 @@ template: - application/vnd.oasis.opendocument.text-web registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.obn encoding: base64 @@ -12874,6 +14130,7 @@ template: - application/vnd.obn registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ocf+cbor encoding: base64 @@ -12883,6 +14140,7 @@ template: - application/vnd.ocf+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oci.image.manifest.v1+json encoding: base64 @@ -12892,6 +14150,7 @@ template: - application/vnd.oci.image.manifest.v1+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oftn.l10n+json encoding: base64 @@ -12901,6 +14160,7 @@ template: - application/vnd.oftn.l10n+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oipf.contentaccessdownload+xml encoding: base64 @@ -12910,6 +14170,7 @@ template: - application/vnd.oipf.contentaccessdownload+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oipf.contentaccessstreaming+xml encoding: base64 @@ -12919,6 +14180,7 @@ template: - application/vnd.oipf.contentaccessstreaming+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oipf.cspg-hexbinary encoding: base64 @@ -12928,6 +14190,7 @@ template: - application/vnd.oipf.cspg-hexbinary registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oipf.dae.svg+xml encoding: base64 @@ -12937,6 +14200,7 @@ template: - application/vnd.oipf.dae.svg+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oipf.dae.xhtml+xml encoding: base64 @@ -12946,6 +14210,7 @@ template: - application/vnd.oipf.dae.xhtml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oipf.mippvcontrolmessage+xml encoding: base64 @@ -12955,6 +14220,7 @@ template: - application/vnd.oipf.mippvcontrolmessage+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oipf.pae.gem encoding: base64 @@ -12964,6 +14230,7 @@ template: - application/vnd.oipf.pae.gem registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oipf.spdiscovery+xml encoding: base64 @@ -12973,6 +14240,7 @@ template: - application/vnd.oipf.spdiscovery+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oipf.spdlist+xml encoding: base64 @@ -12982,6 +14250,7 @@ template: - application/vnd.oipf.spdlist+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oipf.ueprofile+xml encoding: base64 @@ -12991,6 +14260,7 @@ template: - application/vnd.oipf.ueprofile+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oipf.userprofile+xml encoding: base64 @@ -13000,6 +14270,7 @@ template: - application/vnd.oipf.userprofile+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.olpc-sugar friendly: @@ -13013,6 +14284,7 @@ template: - application/vnd.olpc-sugar registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oma-scws-config encoding: base64 @@ -13022,6 +14294,7 @@ template: - application/vnd.oma-scws-config registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma-scws-http-request encoding: base64 @@ -13031,6 +14304,7 @@ template: - application/vnd.oma-scws-http-request registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma-scws-http-response encoding: base64 @@ -13040,6 +14314,7 @@ template: - application/vnd.oma-scws-http-response registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.associated-procedure-parameter+xml encoding: base64 @@ -13050,6 +14325,7 @@ template: - application/vnd.oma.bcast.associated-procedure-parameter+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.drm-trigger+xml encoding: base64 @@ -13060,6 +14336,7 @@ template: - application/vnd.oma.bcast.drm-trigger+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.imd+xml encoding: base64 @@ -13070,6 +14347,7 @@ template: - application/vnd.oma.bcast.imd+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.ltkm encoding: base64 @@ -13080,6 +14358,7 @@ template: - application/vnd.oma.bcast.ltkm registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.notification+xml encoding: base64 @@ -13090,6 +14369,7 @@ template: - application/vnd.oma.bcast.notification+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.provisioningtrigger encoding: base64 @@ -13100,6 +14380,7 @@ template: - application/vnd.oma.bcast.provisioningtrigger registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.sgboot encoding: base64 @@ -13110,6 +14391,7 @@ template: - application/vnd.oma.bcast.sgboot registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.sgdd+xml encoding: base64 @@ -13120,6 +14402,7 @@ template: - application/vnd.oma.bcast.sgdd+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.sgdu encoding: base64 @@ -13130,6 +14413,7 @@ template: - application/vnd.oma.bcast.sgdu registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.simple-symbol-container encoding: base64 @@ -13140,6 +14424,7 @@ template: - application/vnd.oma.bcast.simple-symbol-container registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.smartcard-trigger+xml encoding: base64 @@ -13150,6 +14435,7 @@ template: - application/vnd.oma.bcast.smartcard-trigger+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.sprov+xml encoding: base64 @@ -13160,6 +14446,7 @@ template: - application/vnd.oma.bcast.sprov+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.bcast.stkm encoding: base64 @@ -13170,6 +14457,7 @@ template: - application/vnd.oma.bcast.stkm registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.cab-address-book+xml encoding: base64 @@ -13180,6 +14468,7 @@ template: - application/vnd.oma.cab-address-book+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.cab-feature-handler+xml encoding: base64 @@ -13190,6 +14479,7 @@ template: - application/vnd.oma.cab-feature-handler+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.cab-pcc+xml encoding: base64 @@ -13200,6 +14490,7 @@ template: - application/vnd.oma.cab-pcc+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.cab-subs-invite+xml encoding: base64 @@ -13210,6 +14501,7 @@ template: - application/vnd.oma.cab-subs-invite+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.cab-user-prefs+xml encoding: base64 @@ -13220,6 +14512,7 @@ template: - application/vnd.oma.cab-user-prefs+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.dcd encoding: base64 @@ -13230,6 +14523,7 @@ template: - application/vnd.oma.dcd registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.dcdc encoding: base64 @@ -13240,6 +14534,7 @@ template: - application/vnd.oma.dcdc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.dd2+xml friendly: @@ -13254,6 +14549,7 @@ template: - application/vnd.oma.dd2+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.oma.drm.risd+xml encoding: base64 @@ -13264,6 +14560,7 @@ template: - application/vnd.oma.drm.risd+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.group-usage-list+xml encoding: base64 @@ -13274,6 +14571,7 @@ template: - application/vnd.oma.group-usage-list+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.lwm2m+cbor encoding: base64 @@ -13284,6 +14582,7 @@ template: - application/vnd.oma.lwm2m+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.lwm2m+json encoding: base64 @@ -13294,6 +14593,7 @@ template: - application/vnd.oma.lwm2m+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.lwm2m+tlv encoding: base64 @@ -13304,6 +14604,7 @@ template: - application/vnd.oma.lwm2m+tlv registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.pal+xml encoding: base64 @@ -13314,6 +14615,7 @@ template: - application/vnd.oma.pal+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.poc.detailed-progress-report+xml encoding: base64 @@ -13323,6 +14625,7 @@ template: - application/vnd.oma.poc.detailed-progress-report+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.poc.final-report+xml encoding: base64 @@ -13332,6 +14635,7 @@ template: - application/vnd.oma.poc.final-report+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.poc.groups+xml encoding: base64 @@ -13342,6 +14646,7 @@ template: - application/vnd.oma.poc.groups+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.poc.invocation-descriptor+xml encoding: base64 @@ -13351,6 +14656,7 @@ template: - application/vnd.oma.poc.invocation-descriptor+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.poc.optimized-progress-report+xml encoding: base64 @@ -13360,6 +14666,7 @@ template: - application/vnd.oma.poc.optimized-progress-report+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.push encoding: base64 @@ -13370,6 +14677,7 @@ template: - application/vnd.oma.push registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.scidm.messages+xml encoding: base64 @@ -13380,6 +14688,7 @@ template: - application/vnd.oma.scidm.messages+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oma.xcap-directory+xml encoding: base64 @@ -13390,6 +14699,7 @@ template: - application/vnd.oma.xcap-directory+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.omads-email+xml encoding: base64 @@ -13399,6 +14709,7 @@ template: - application/vnd.omads-email+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.omads-file+xml encoding: base64 @@ -13408,6 +14719,7 @@ template: - application/vnd.omads-file+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.omads-folder+xml encoding: base64 @@ -13417,6 +14729,7 @@ template: - application/vnd.omads-folder+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.omaloc-supl-init encoding: base64 @@ -13426,6 +14739,7 @@ template: - application/vnd.omaloc-supl-init registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.onepager encoding: base64 @@ -13435,6 +14749,7 @@ template: - application/vnd.onepager registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.onepagertamp encoding: base64 @@ -13444,6 +14759,7 @@ template: - application/vnd.onepagertamp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.onepagertamx encoding: base64 @@ -13453,6 +14769,7 @@ template: - application/vnd.onepagertamx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.onepagertat encoding: base64 @@ -13462,6 +14779,7 @@ template: - application/vnd.onepagertat registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.onepagertatp encoding: base64 @@ -13471,6 +14789,7 @@ template: - application/vnd.onepagertatp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.onepagertatx encoding: base64 @@ -13480,6 +14799,7 @@ template: - application/vnd.onepagertatx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.onvif.metadata encoding: base64 @@ -13489,6 +14809,7 @@ template: - application/vnd.onvif.metadata registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openblox.game+xml encoding: base64 @@ -13498,6 +14819,7 @@ template: - application/vnd.openblox.game+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openblox.game-binary encoding: base64 @@ -13507,6 +14829,7 @@ template: - application/vnd.openblox.game-binary registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openeye.oeb encoding: base64 @@ -13516,6 +14839,7 @@ template: - application/vnd.openeye.oeb registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openofficeorg.extension friendly: @@ -13524,6 +14848,7 @@ extensions: - oxt registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.openstreetmap.data+xml encoding: base64 @@ -13533,6 +14858,7 @@ template: - application/vnd.openstreetmap.data+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.opentimestamps.ots encoding: base64 @@ -13542,6 +14868,7 @@ template: - application/vnd.opentimestamps.ots registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.custom-properties+xml encoding: base64 @@ -13551,6 +14878,7 @@ template: - application/vnd.openxmlformats-officedocument.custom-properties+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.customXmlProperties+xml encoding: base64 @@ -13560,6 +14888,7 @@ template: - application/vnd.openxmlformats-officedocument.customXmlProperties+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.drawing+xml encoding: base64 @@ -13569,6 +14898,7 @@ template: - application/vnd.openxmlformats-officedocument.drawing+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.drawingml.chart+xml encoding: base64 @@ -13578,6 +14908,7 @@ template: - application/vnd.openxmlformats-officedocument.drawingml.chart+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml encoding: base64 @@ -13587,6 +14918,7 @@ template: - application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml encoding: base64 @@ -13596,6 +14928,7 @@ template: - application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml encoding: base64 @@ -13605,6 +14938,7 @@ template: - application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml encoding: base64 @@ -13614,6 +14948,7 @@ template: - application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml encoding: base64 @@ -13623,6 +14958,7 @@ template: - application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.extended-properties+xml encoding: base64 @@ -13632,6 +14968,7 @@ template: - application/vnd.openxmlformats-officedocument.extended-properties+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml encoding: base64 @@ -13641,6 +14978,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.comments+xml encoding: base64 @@ -13650,6 +14988,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.comments+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml encoding: base64 @@ -13659,6 +14998,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml encoding: base64 @@ -13668,6 +15008,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml encoding: base64 @@ -13677,6 +15018,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.presentation friendly: @@ -13690,6 +15032,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.presentation registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml encoding: base64 @@ -13699,6 +15042,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.presProps+xml encoding: base64 @@ -13708,6 +15052,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.presProps+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.slide friendly: @@ -13721,6 +15066,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.slide registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.slide+xml encoding: base64 @@ -13730,6 +15076,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.slide+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml encoding: base64 @@ -13739,6 +15086,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml encoding: base64 @@ -13748,6 +15096,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.slideshow friendly: @@ -13761,6 +15110,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.slideshow registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml encoding: base64 @@ -13770,6 +15120,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml encoding: base64 @@ -13779,6 +15130,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml encoding: base64 @@ -13788,6 +15140,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.tags+xml encoding: base64 @@ -13797,6 +15150,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.tags+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.template friendly: @@ -13810,6 +15164,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.template registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.template.main+xml encoding: base64 @@ -13819,6 +15174,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.template.main+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml encoding: base64 @@ -13828,6 +15184,7 @@ template: - application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml encoding: base64 @@ -13837,6 +15194,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml encoding: base64 @@ -13846,6 +15204,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml encoding: base64 @@ -13855,6 +15214,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml encoding: base64 @@ -13864,6 +15224,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml encoding: base64 @@ -13873,6 +15234,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml encoding: base64 @@ -13882,6 +15244,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml encoding: base64 @@ -13891,6 +15254,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml encoding: base64 @@ -13900,6 +15264,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml encoding: base64 @@ -13909,6 +15274,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml encoding: base64 @@ -13918,6 +15284,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml encoding: base64 @@ -13927,6 +15294,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml encoding: base64 @@ -13936,6 +15304,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml encoding: base64 @@ -13945,6 +15314,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet friendly: @@ -13958,6 +15328,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml encoding: base64 @@ -13967,6 +15338,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml encoding: base64 @@ -13976,6 +15348,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml encoding: base64 @@ -13985,6 +15358,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml encoding: base64 @@ -13994,6 +15368,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml encoding: base64 @@ -14003,6 +15378,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.template friendly: @@ -14016,6 +15392,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.template registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml encoding: base64 @@ -14025,6 +15402,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml encoding: base64 @@ -14034,6 +15412,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml encoding: base64 @@ -14043,6 +15422,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml encoding: base64 @@ -14052,6 +15432,7 @@ template: - application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.theme+xml encoding: base64 @@ -14061,6 +15442,7 @@ template: - application/vnd.openxmlformats-officedocument.theme+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.themeOverride+xml encoding: base64 @@ -14070,6 +15452,7 @@ template: - application/vnd.openxmlformats-officedocument.themeOverride+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.vmlDrawing encoding: base64 @@ -14079,6 +15462,7 @@ template: - application/vnd.openxmlformats-officedocument.vmlDrawing registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml encoding: base64 @@ -14088,6 +15472,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.document friendly: @@ -14101,6 +15486,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.document registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml encoding: base64 @@ -14110,6 +15496,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml encoding: base64 @@ -14119,6 +15506,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml encoding: base64 @@ -14128,6 +15516,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml encoding: base64 @@ -14137,6 +15526,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml encoding: base64 @@ -14146,6 +15536,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml encoding: base64 @@ -14155,6 +15546,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml encoding: base64 @@ -14164,6 +15556,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml encoding: base64 @@ -14173,6 +15566,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml encoding: base64 @@ -14182,6 +15576,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.template friendly: @@ -14195,6 +15590,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.template registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml encoding: base64 @@ -14204,6 +15600,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml encoding: base64 @@ -14213,6 +15610,7 @@ template: - application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-package.core-properties+xml encoding: base64 @@ -14222,6 +15620,7 @@ template: - application/vnd.openxmlformats-package.core-properties+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml encoding: base64 @@ -14231,6 +15630,7 @@ template: - application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.openxmlformats-package.relationships+xml encoding: base64 @@ -14240,6 +15640,7 @@ template: - application/vnd.openxmlformats-package.relationships+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oracle.resource+json encoding: base64 @@ -14249,6 +15650,7 @@ template: - application/vnd.oracle.resource+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.orange.indata encoding: base64 @@ -14258,6 +15660,7 @@ template: - application/vnd.orange.indata registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.osa.netdeploy encoding: base64 @@ -14267,6 +15670,7 @@ template: - application/vnd.osa.netdeploy registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.osgeo.mapguide.package friendly: @@ -14280,6 +15684,7 @@ template: - application/vnd.osgeo.mapguide.package registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.osgi.bundle encoding: base64 @@ -14289,6 +15694,7 @@ template: - application/vnd.osgi.bundle registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.osgi.dp friendly: @@ -14302,6 +15708,7 @@ template: - application/vnd.osgi.dp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.osgi.subsystem encoding: base64 @@ -14313,6 +15720,7 @@ template: - application/vnd.osgi.subsystem registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.otps.ct-kip+xml encoding: base64 @@ -14322,6 +15730,7 @@ template: - application/vnd.otps.ct-kip+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.oxli.countgraph encoding: base64 @@ -14331,6 +15740,7 @@ template: - application/vnd.oxli.countgraph registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.pagerduty+json encoding: base64 @@ -14340,6 +15750,7 @@ template: - application/vnd.pagerduty+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.palm friendly: @@ -14356,6 +15767,7 @@ template: - application/vnd.palm registered: true + sort-priority: 12 - !ruby/object:MIME::Type content-type: application/vnd.panoply encoding: base64 @@ -14365,6 +15777,7 @@ template: - application/vnd.panoply registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.paos.xml encoding: base64 @@ -14374,6 +15787,7 @@ template: - application/vnd.paos.xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.patentdive encoding: base64 @@ -14383,6 +15797,7 @@ template: - application/vnd.patentdive registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.patientecommsdoc encoding: base64 @@ -14392,6 +15807,7 @@ template: - application/vnd.patientecommsdoc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.pawaafile friendly: @@ -14405,6 +15821,7 @@ template: - application/vnd.pawaafile registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.pcos encoding: base64 @@ -14414,6 +15831,7 @@ template: - application/vnd.pcos registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.pg.format friendly: @@ -14427,6 +15845,7 @@ template: - application/vnd.pg.format registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.pg.osasli friendly: @@ -14440,6 +15859,7 @@ template: - application/vnd.pg.osasli registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.piaccess.application-licence encoding: base64 @@ -14449,6 +15869,7 @@ template: - application/vnd.piaccess.application-licence registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.picsel friendly: @@ -14462,6 +15883,7 @@ template: - application/vnd.picsel registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.pmi.widget friendly: @@ -14475,6 +15897,7 @@ template: - application/vnd.pmi.widget registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.poc.group-advertisement+xml encoding: base64 @@ -14485,6 +15908,7 @@ template: - application/vnd.poc.group-advertisement+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.pocketlearn friendly: @@ -14498,6 +15922,7 @@ template: - application/vnd.pocketlearn registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.powerbuilder6 friendly: @@ -14511,6 +15936,7 @@ template: - application/vnd.powerbuilder6 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.powerbuilder6-s encoding: base64 @@ -14520,6 +15946,7 @@ template: - application/vnd.powerbuilder6-s registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.powerbuilder7 encoding: base64 @@ -14529,6 +15956,7 @@ template: - application/vnd.powerbuilder7 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.powerbuilder7-s encoding: base64 @@ -14538,6 +15966,7 @@ template: - application/vnd.powerbuilder7-s registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.powerbuilder75 encoding: base64 @@ -14547,6 +15976,7 @@ template: - application/vnd.powerbuilder75 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.powerbuilder75-s encoding: base64 @@ -14556,6 +15986,7 @@ template: - application/vnd.powerbuilder75-s registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.preminet encoding: base64 @@ -14565,6 +15996,7 @@ template: - application/vnd.preminet registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.previewsystems.box friendly: @@ -14578,6 +16010,7 @@ template: - application/vnd.previewsystems.box registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.proteus.magazine friendly: @@ -14591,6 +16024,7 @@ template: - application/vnd.proteus.magazine registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.psfs encoding: base64 @@ -14600,6 +16034,7 @@ template: - application/vnd.psfs registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.pt.mundusmundi encoding: base64 @@ -14609,6 +16044,7 @@ template: - application/vnd.pt.mundusmundi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.publishare-delta-tree friendly: @@ -14622,6 +16058,7 @@ template: - application/vnd.publishare-delta-tree registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.pvi.ptid1 friendly: @@ -14636,6 +16073,7 @@ template: - application/vnd.pvi.ptid1 registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.pwg-multiplexed encoding: base64 @@ -14645,6 +16083,7 @@ template: - application/vnd.pwg-multiplexed registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.pwg-xhtml-print+xml encoding: base64 @@ -14654,6 +16093,7 @@ template: - application/vnd.pwg-xhtml-print+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.qualcomm.brew-app-res encoding: base64 @@ -14663,6 +16103,7 @@ template: - application/vnd.qualcomm.brew-app-res registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.quarantainenet encoding: base64 @@ -14672,6 +16113,7 @@ template: - application/vnd.quarantainenet registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.Quark.QuarkXPress friendly: @@ -14690,6 +16132,7 @@ template: - application/vnd.Quark.QuarkXPress registered: true + sort-priority: 10 - !ruby/object:MIME::Type content-type: application/vnd.quobject-quoxdocument encoding: base64 @@ -14699,6 +16142,7 @@ template: - application/vnd.quobject-quoxdocument registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.moml+xml encoding: base64 @@ -14708,6 +16152,7 @@ template: - application/vnd.radisys.moml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml+xml encoding: base64 @@ -14717,6 +16162,7 @@ template: - application/vnd.radisys.msml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-audit+xml encoding: base64 @@ -14726,6 +16172,7 @@ template: - application/vnd.radisys.msml-audit+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-audit-conf+xml encoding: base64 @@ -14735,6 +16182,7 @@ template: - application/vnd.radisys.msml-audit-conf+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-audit-conn+xml encoding: base64 @@ -14744,6 +16192,7 @@ template: - application/vnd.radisys.msml-audit-conn+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-audit-dialog+xml encoding: base64 @@ -14753,6 +16202,7 @@ template: - application/vnd.radisys.msml-audit-dialog+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-audit-stream+xml encoding: base64 @@ -14762,6 +16212,7 @@ template: - application/vnd.radisys.msml-audit-stream+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-conf+xml encoding: base64 @@ -14771,6 +16222,7 @@ template: - application/vnd.radisys.msml-conf+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-dialog+xml encoding: base64 @@ -14780,6 +16232,7 @@ template: - application/vnd.radisys.msml-dialog+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-dialog-base+xml encoding: base64 @@ -14789,6 +16242,7 @@ template: - application/vnd.radisys.msml-dialog-base+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-dialog-fax-detect+xml encoding: base64 @@ -14798,6 +16252,7 @@ template: - application/vnd.radisys.msml-dialog-fax-detect+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-dialog-fax-sendrecv+xml encoding: base64 @@ -14807,6 +16262,7 @@ template: - application/vnd.radisys.msml-dialog-fax-sendrecv+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-dialog-group+xml encoding: base64 @@ -14816,6 +16272,7 @@ template: - application/vnd.radisys.msml-dialog-group+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-dialog-speech+xml encoding: base64 @@ -14825,6 +16282,7 @@ template: - application/vnd.radisys.msml-dialog-speech+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.radisys.msml-dialog-transform+xml encoding: base64 @@ -14834,6 +16292,7 @@ template: - application/vnd.radisys.msml-dialog-transform+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.rainstor.data encoding: base64 @@ -14843,6 +16302,7 @@ template: - application/vnd.rainstor.data registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.rapid encoding: base64 @@ -14852,6 +16312,7 @@ template: - application/vnd.rapid registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.rar encoding: base64 @@ -14861,6 +16322,7 @@ template: - application/vnd.rar registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.realvnc.bed friendly: @@ -14874,6 +16336,7 @@ template: - application/vnd.realvnc.bed registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.recordare.musicxml friendly: @@ -14887,6 +16350,7 @@ template: - application/vnd.recordare.musicxml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.recordare.musicxml+xml friendly: @@ -14900,6 +16364,7 @@ template: - application/vnd.recordare.musicxml+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.relpipe encoding: base64 @@ -14909,6 +16374,7 @@ template: - application/vnd.relpipe registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.RenLearn.rlprint encoding: base64 @@ -14918,6 +16384,7 @@ template: - application/vnd.RenLearn.rlprint registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.resilient.logic encoding: base64 @@ -14927,6 +16394,7 @@ template: - application/vnd.resilient.logic registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.restful+json encoding: base64 @@ -14936,6 +16404,7 @@ template: - application/vnd.restful+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.rig.cryptonote friendly: @@ -14949,6 +16418,7 @@ template: - application/vnd.rig.cryptonote registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.rim.cod friendly: @@ -14957,6 +16427,7 @@ extensions: - cod registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.rn-realmedia friendly: @@ -14965,12 +16436,14 @@ extensions: - rm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.rn-realmedia-vbr encoding: base64 extensions: - rmvb registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.route66.link66+xml friendly: @@ -14984,6 +16457,7 @@ template: - application/vnd.route66.link66+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.rs-274x encoding: base64 @@ -14993,6 +16467,7 @@ template: - application/vnd.rs-274x registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ruckus.download encoding: base64 @@ -15002,6 +16477,7 @@ template: - application/vnd.ruckus.download registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.s3sms encoding: base64 @@ -15011,6 +16487,7 @@ template: - application/vnd.s3sms registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sailingtracker.track friendly: @@ -15024,6 +16501,7 @@ template: - application/vnd.sailingtracker.track registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.sar encoding: base64 @@ -15033,6 +16511,7 @@ template: - application/vnd.sar registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sbm.cid encoding: base64 @@ -15042,6 +16521,7 @@ template: - application/vnd.sbm.cid registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sbm.mid2 encoding: base64 @@ -15051,6 +16531,7 @@ template: - application/vnd.sbm.mid2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.scribus encoding: base64 @@ -15060,6 +16541,7 @@ template: - application/vnd.scribus registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sealed.3df encoding: base64 @@ -15069,6 +16551,7 @@ template: - application/vnd.sealed.3df registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sealed.csf encoding: base64 @@ -15078,6 +16561,7 @@ template: - application/vnd.sealed.csf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sealed.doc encoding: base64 @@ -15091,6 +16575,7 @@ template: - application/vnd.sealed.doc registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: application/vnd.sealed.eml encoding: base64 @@ -15103,6 +16588,7 @@ template: - application/vnd.sealed.eml registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.sealed.mht encoding: base64 @@ -15115,6 +16601,7 @@ template: - application/vnd.sealed.mht registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.sealed.net encoding: base64 @@ -15124,6 +16611,7 @@ template: - application/vnd.sealed.net registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sealed.ppt encoding: base64 @@ -15137,6 +16625,7 @@ template: - application/vnd.sealed.ppt registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: application/vnd.sealed.tiff encoding: base64 @@ -15147,6 +16636,7 @@ template: - application/vnd.sealed.tiff registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sealed.xls encoding: base64 @@ -15160,6 +16650,7 @@ template: - application/vnd.sealed.xls registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: application/vnd.sealedmedia.softseal.html encoding: base64 @@ -15173,6 +16664,7 @@ template: - application/vnd.sealedmedia.softseal.html registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: application/vnd.sealedmedia.softseal.pdf encoding: base64 @@ -15186,6 +16678,7 @@ template: - application/vnd.sealedmedia.softseal.pdf registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: application/vnd.seemail friendly: @@ -15199,6 +16692,7 @@ template: - application/vnd.seemail registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.seis+json encoding: base64 @@ -15208,6 +16702,7 @@ template: - application/vnd.seis+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sema friendly: @@ -15221,6 +16716,7 @@ template: - application/vnd.sema registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.semd friendly: @@ -15234,6 +16730,7 @@ template: - application/vnd.semd registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.semf friendly: @@ -15247,6 +16744,7 @@ template: - application/vnd.semf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.shade-save-file encoding: base64 @@ -15256,6 +16754,7 @@ template: - application/vnd.shade-save-file registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.shana.informed.formdata friendly: @@ -15269,6 +16768,7 @@ template: - application/vnd.shana.informed.formdata registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.shana.informed.formtemplate friendly: @@ -15282,6 +16782,7 @@ template: - application/vnd.shana.informed.formtemplate registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.shana.informed.interchange friendly: @@ -15295,6 +16796,7 @@ template: - application/vnd.shana.informed.interchange registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.shana.informed.package friendly: @@ -15308,6 +16810,7 @@ template: - application/vnd.shana.informed.package registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.shootproof+json encoding: base64 @@ -15317,6 +16820,7 @@ template: - application/vnd.shootproof+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.shopkick+json encoding: base64 @@ -15326,6 +16830,7 @@ template: - application/vnd.shopkick+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.shp encoding: base64 @@ -15335,6 +16840,7 @@ template: - application/vnd.shp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.shx encoding: base64 @@ -15344,6 +16850,7 @@ template: - application/vnd.shx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sigrok.session encoding: base64 @@ -15353,6 +16860,7 @@ template: - application/vnd.sigrok.session registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.SimTech-MindMapper friendly: @@ -15367,6 +16875,7 @@ template: - application/vnd.SimTech-MindMapper registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.siren+json encoding: base64 @@ -15376,6 +16885,7 @@ template: - application/vnd.siren+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.smaf friendly: @@ -15389,6 +16899,7 @@ template: - application/vnd.smaf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.smart.notebook encoding: base64 @@ -15398,6 +16909,7 @@ template: - application/vnd.smart.notebook registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.smart.teacher friendly: @@ -15411,6 +16923,7 @@ template: - application/vnd.smart.teacher registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.smintio.portals.archive encoding: base64 @@ -15420,6 +16933,7 @@ template: - application/vnd.smintio.portals.archive registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.snesdev-page-table encoding: base64 @@ -15429,6 +16943,7 @@ template: - application/vnd.snesdev-page-table registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.software602.filler.form+xml encoding: base64 @@ -15439,6 +16954,7 @@ template: - application/vnd.software602.filler.form+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.software602.filler.form-xml-zip encoding: base64 @@ -15449,6 +16965,7 @@ template: - application/vnd.software602.filler.form-xml-zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.solent.sdkm+xml friendly: @@ -15463,6 +16980,7 @@ template: - application/vnd.solent.sdkm+xml registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.spotfire.dxp friendly: @@ -15476,6 +16994,7 @@ template: - application/vnd.spotfire.dxp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.spotfire.sfs friendly: @@ -15489,6 +17008,7 @@ template: - application/vnd.spotfire.sfs registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.sqlite3 encoding: base64 @@ -15498,6 +17018,7 @@ template: - application/vnd.sqlite3 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sss-cod encoding: base64 @@ -15507,6 +17028,7 @@ template: - application/vnd.sss-cod registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sss-dtf encoding: base64 @@ -15516,6 +17038,7 @@ template: - application/vnd.sss-dtf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sss-ntf encoding: base64 @@ -15525,6 +17048,7 @@ template: - application/vnd.sss-ntf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.stardivision.calc friendly: @@ -15533,12 +17057,14 @@ extensions: - sdc registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.stardivision.chart encoding: base64 extensions: - sds registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.stardivision.draw friendly: @@ -15547,6 +17073,7 @@ extensions: - sda registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.stardivision.impress friendly: @@ -15555,6 +17082,7 @@ extensions: - sdd registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.stardivision.math friendly: @@ -15564,6 +17092,7 @@ - sdf - smf registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/vnd.stardivision.writer friendly: @@ -15573,6 +17102,7 @@ - sdw - vor registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/vnd.stardivision.writer-global friendly: @@ -15581,6 +17111,7 @@ extensions: - sgl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.stepmania.package encoding: base64 @@ -15592,6 +17123,7 @@ template: - application/vnd.stepmania.package registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.stepmania.stepchart friendly: @@ -15605,6 +17137,7 @@ template: - application/vnd.stepmania.stepchart registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.street-stream encoding: base64 @@ -15614,6 +17147,7 @@ template: - application/vnd.street-stream registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sun.wadl+xml encoding: base64 @@ -15623,6 +17157,7 @@ template: - application/vnd.sun.wadl+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sun.xml.calc friendly: @@ -15631,6 +17166,7 @@ extensions: - sxc registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.sun.xml.calc.template friendly: @@ -15639,6 +17175,7 @@ extensions: - stc registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.sun.xml.draw friendly: @@ -15647,6 +17184,7 @@ extensions: - sxd registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.sun.xml.draw.template friendly: @@ -15655,6 +17193,7 @@ extensions: - std registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.sun.xml.impress friendly: @@ -15663,6 +17202,7 @@ extensions: - sxi registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.sun.xml.impress.template friendly: @@ -15671,6 +17211,7 @@ extensions: - sti registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.sun.xml.math friendly: @@ -15679,6 +17220,7 @@ extensions: - sxm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.sun.xml.writer friendly: @@ -15687,6 +17229,7 @@ extensions: - sxw registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.sun.xml.writer.global friendly: @@ -15695,6 +17238,7 @@ extensions: - sxg registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.sun.xml.writer.template friendly: @@ -15703,6 +17247,7 @@ extensions: - stw registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/vnd.sus-calendar friendly: @@ -15717,6 +17262,7 @@ template: - application/vnd.sus-calendar registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.svd friendly: @@ -15730,6 +17276,7 @@ template: - application/vnd.svd registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.swiftview-ics encoding: base64 @@ -15739,6 +17286,7 @@ template: - application/vnd.swiftview-ics registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sybyl.mol2 encoding: base64 @@ -15748,6 +17296,7 @@ template: - application/vnd.sybyl.mol2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.sycle+xml encoding: base64 @@ -15757,6 +17306,7 @@ template: - application/vnd.sycle+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.syft+json encoding: base64 @@ -15766,6 +17316,7 @@ template: - application/vnd.syft+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.symbian.install friendly: @@ -15775,6 +17326,7 @@ - sis - sisx registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/vnd.syncml+xml friendly: @@ -15788,6 +17340,7 @@ template: - application/vnd.syncml+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.syncml.dm+wbxml friendly: @@ -15801,6 +17354,7 @@ template: - application/vnd.syncml.dm+wbxml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.syncml.dm+xml friendly: @@ -15815,6 +17369,7 @@ template: - application/vnd.syncml.dm+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.syncml.dm.notification encoding: base64 @@ -15825,6 +17380,7 @@ template: - application/vnd.syncml.dm.notification registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.syncml.dmddf+wbxml encoding: base64 @@ -15834,6 +17390,7 @@ template: - application/vnd.syncml.dmddf+wbxml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.syncml.dmddf+xml encoding: base64 @@ -15843,6 +17400,7 @@ template: - application/vnd.syncml.dmddf+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.syncml.dmtnds+wbxml encoding: base64 @@ -15852,6 +17410,7 @@ template: - application/vnd.syncml.dmtnds+wbxml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.syncml.dmtnds+xml encoding: base64 @@ -15861,6 +17420,7 @@ template: - application/vnd.syncml.dmtnds+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.syncml.ds.notification encoding: base64 @@ -15870,6 +17430,7 @@ template: - application/vnd.syncml.ds.notification registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.tableschema+json encoding: base64 @@ -15879,6 +17440,7 @@ template: - application/vnd.tableschema+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.tao.intent-module-archive friendly: @@ -15892,6 +17454,7 @@ template: - application/vnd.tao.intent-module-archive registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.tcpdump.pcap encoding: base64 @@ -15906,6 +17469,7 @@ template: - application/vnd.tcpdump.pcap registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: application/vnd.think-cell.ppttc+json encoding: base64 @@ -15915,6 +17479,7 @@ template: - application/vnd.think-cell.ppttc+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.tmd.mediaflex.api+xml encoding: base64 @@ -15924,6 +17489,7 @@ template: - application/vnd.tmd.mediaflex.api+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.tml encoding: base64 @@ -15933,6 +17499,7 @@ template: - application/vnd.tml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.tmobile-livetv friendly: @@ -15946,6 +17513,7 @@ template: - application/vnd.tmobile-livetv registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.tri.onesource encoding: base64 @@ -15955,6 +17523,7 @@ template: - application/vnd.tri.onesource registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.trid.tpt friendly: @@ -15968,6 +17537,7 @@ template: - application/vnd.trid.tpt registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.triscape.mxs friendly: @@ -15981,6 +17551,7 @@ template: - application/vnd.triscape.mxs registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.trueapp friendly: @@ -15994,6 +17565,7 @@ template: - application/vnd.trueapp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.truedoc encoding: base64 @@ -16003,6 +17575,7 @@ template: - application/vnd.truedoc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ubisoft.webplayer encoding: base64 @@ -16012,6 +17585,7 @@ template: - application/vnd.ubisoft.webplayer registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ufdl friendly: @@ -16026,6 +17600,7 @@ template: - application/vnd.ufdl registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.uic.osdm+json encoding: base64 @@ -16048,6 +17623,7 @@ template: - application/vnd.uiq.theme registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.umajin friendly: @@ -16061,6 +17637,7 @@ template: - application/vnd.umajin registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.unity friendly: @@ -16074,6 +17651,7 @@ template: - application/vnd.unity registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.uoml+xml friendly: @@ -16087,6 +17665,7 @@ template: - application/vnd.uoml+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.alert encoding: base64 @@ -16096,6 +17675,7 @@ template: - application/vnd.uplanet.alert registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.alert-wbxml encoding: base64 @@ -16105,6 +17685,7 @@ template: - application/vnd.uplanet.alert-wbxml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.bearer-choice encoding: base64 @@ -16114,6 +17695,7 @@ template: - application/vnd.uplanet.bearer-choice registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.bearer-choice-wbxml encoding: base64 @@ -16123,6 +17705,7 @@ template: - application/vnd.uplanet.bearer-choice-wbxml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.cacheop encoding: base64 @@ -16132,6 +17715,7 @@ template: - application/vnd.uplanet.cacheop registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.cacheop-wbxml encoding: base64 @@ -16141,6 +17725,7 @@ template: - application/vnd.uplanet.cacheop-wbxml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.channel encoding: base64 @@ -16150,6 +17735,7 @@ template: - application/vnd.uplanet.channel registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.channel-wbxml encoding: base64 @@ -16159,6 +17745,7 @@ template: - application/vnd.uplanet.channel-wbxml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.list encoding: base64 @@ -16168,6 +17755,7 @@ template: - application/vnd.uplanet.list registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.list-wbxml encoding: base64 @@ -16177,6 +17765,7 @@ template: - application/vnd.uplanet.list-wbxml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.listcmd encoding: base64 @@ -16186,6 +17775,7 @@ template: - application/vnd.uplanet.listcmd registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.listcmd-wbxml encoding: base64 @@ -16195,6 +17785,7 @@ template: - application/vnd.uplanet.listcmd-wbxml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uplanet.signal encoding: base64 @@ -16204,6 +17795,7 @@ template: - application/vnd.uplanet.signal registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.uri-map encoding: base64 @@ -16213,6 +17805,7 @@ template: - application/vnd.uri-map registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.valve.source.material encoding: base64 @@ -16222,6 +17815,7 @@ template: - application/vnd.valve.source.material registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.vcx friendly: @@ -16235,6 +17829,7 @@ template: - application/vnd.vcx registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.vd-study encoding: base64 @@ -16244,6 +17839,7 @@ template: - application/vnd.vd-study registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.vectorworks encoding: base64 @@ -16254,6 +17850,7 @@ template: - application/vnd.vectorworks registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.vel+json encoding: base64 @@ -16263,6 +17860,7 @@ template: - application/vnd.vel+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.verimatrix.vcas encoding: base64 @@ -16272,6 +17870,7 @@ template: - application/vnd.verimatrix.vcas registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.veritone.aion+json encoding: base64 @@ -16281,6 +17880,7 @@ template: - application/vnd.veritone.aion+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.veryant.thin encoding: base64 @@ -16290,6 +17890,7 @@ template: - application/vnd.veryant.thin registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.ves.encrypted encoding: base64 @@ -16299,6 +17900,7 @@ template: - application/vnd.ves.encrypted registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.vidsoft.vidconference encoding: 8bit @@ -16310,6 +17912,7 @@ template: - application/vnd.vidsoft.vidconference registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.visio friendly: @@ -16326,6 +17929,7 @@ template: - application/vnd.visio registered: true + sort-priority: 12 - !ruby/object:MIME::Type content-type: application/vnd.visionary friendly: @@ -16339,6 +17943,7 @@ template: - application/vnd.visionary registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.vividence.scriptfile encoding: base64 @@ -16348,6 +17953,7 @@ template: - application/vnd.vividence.scriptfile registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.vsf friendly: @@ -16361,6 +17967,7 @@ template: - application/vnd.vsf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.wap.sic encoding: base64 @@ -16372,6 +17979,7 @@ template: - application/vnd.wap.sic registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.wap.slc encoding: base64 @@ -16383,6 +17991,7 @@ template: - application/vnd.wap.slc registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.wap.wbxml friendly: @@ -16396,6 +18005,7 @@ template: - application/vnd.wap.wbxml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.wap.wmlc friendly: @@ -16409,6 +18019,7 @@ template: - application/vnd.wap.wmlc registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.wap.wmlscriptc friendly: @@ -16422,6 +18033,7 @@ template: - application/vnd.wap.wmlscriptc registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.wasmflow.wafl encoding: base64 @@ -16431,6 +18043,7 @@ template: - application/vnd.wasmflow.wafl registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.webturbo friendly: @@ -16444,6 +18057,7 @@ template: - application/vnd.webturbo registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.wfa.dpp encoding: base64 @@ -16454,6 +18068,7 @@ template: - application/vnd.wfa.dpp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.wfa.p2p encoding: base64 @@ -16463,6 +18078,7 @@ template: - application/vnd.wfa.p2p registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.wfa.wsc encoding: base64 @@ -16472,6 +18088,7 @@ template: - application/vnd.wfa.wsc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.windows.devicepairing encoding: base64 @@ -16481,6 +18098,7 @@ template: - application/vnd.windows.devicepairing registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.wmc encoding: base64 @@ -16490,6 +18108,7 @@ template: - application/vnd.wmc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.wmf.bootstrap encoding: base64 @@ -16500,6 +18119,7 @@ template: - application/vnd.wmf.bootstrap registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.wolfram.mathematica encoding: base64 @@ -16509,6 +18129,7 @@ template: - application/vnd.wolfram.mathematica registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.wolfram.mathematica.package encoding: base64 @@ -16518,6 +18139,7 @@ template: - application/vnd.wolfram.mathematica.package registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.wolfram.player friendly: @@ -16531,6 +18153,7 @@ template: - application/vnd.wolfram.player registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.wordlift encoding: base64 @@ -16540,6 +18163,7 @@ template: - application/vnd.wordlift registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.wordperfect friendly: @@ -16553,6 +18177,7 @@ template: - application/vnd.wordperfect registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.wqd friendly: @@ -16566,6 +18191,7 @@ template: - application/vnd.wqd registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.wrq-hp3000-labelled encoding: base64 @@ -16575,6 +18201,7 @@ template: - application/vnd.wrq-hp3000-labelled registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.wt.stf friendly: @@ -16588,6 +18215,7 @@ template: - application/vnd.wt.stf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.wv.csp+wbxml encoding: base64 @@ -16599,6 +18227,7 @@ template: - application/vnd.wv.csp+wbxml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.wv.csp+xml encoding: 8bit @@ -16608,6 +18237,7 @@ template: - application/vnd.wv.csp+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.wv.ssp+xml encoding: 8bit @@ -16617,6 +18247,7 @@ template: - application/vnd.wv.ssp+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.xacml+json encoding: base64 @@ -16626,6 +18257,7 @@ template: - application/vnd.xacml+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.xara friendly: @@ -16639,6 +18271,7 @@ template: - application/vnd.xara registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.xarin.cpj encoding: base64 @@ -16648,6 +18281,7 @@ template: - application/vnd.xarin.cpj registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.xecrets-encrypted encoding: base64 @@ -16657,6 +18291,7 @@ template: - application/vnd.xecrets-encrypted registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.xfdl friendly: @@ -16670,6 +18305,7 @@ template: - application/vnd.xfdl registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.xfdl.webform encoding: base64 @@ -16679,6 +18315,7 @@ template: - application/vnd.xfdl.webform registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.xmi+xml encoding: base64 @@ -16688,6 +18325,7 @@ template: - application/vnd.xmi+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.xmpie.cpkg encoding: base64 @@ -16697,6 +18335,7 @@ template: - application/vnd.xmpie.cpkg registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.xmpie.dpkg encoding: base64 @@ -16706,6 +18345,7 @@ template: - application/vnd.xmpie.dpkg registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.xmpie.plan encoding: base64 @@ -16715,6 +18355,7 @@ template: - application/vnd.xmpie.plan registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.xmpie.ppkg encoding: base64 @@ -16724,6 +18365,7 @@ template: - application/vnd.xmpie.ppkg registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.xmpie.xlim encoding: base64 @@ -16733,6 +18375,7 @@ template: - application/vnd.xmpie.xlim registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.yamaha.hv-dic friendly: @@ -16746,6 +18389,7 @@ template: - application/vnd.yamaha.hv-dic registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.yamaha.hv-script friendly: @@ -16759,6 +18403,7 @@ template: - application/vnd.yamaha.hv-script registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.yamaha.hv-voice friendly: @@ -16772,6 +18417,7 @@ template: - application/vnd.yamaha.hv-voice registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.yamaha.openscoreformat friendly: @@ -16785,6 +18431,7 @@ template: - application/vnd.yamaha.openscoreformat registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.yamaha.openscoreformat.osfpvg+xml friendly: @@ -16798,6 +18445,7 @@ template: - application/vnd.yamaha.openscoreformat.osfpvg+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.yamaha.remote-setup encoding: base64 @@ -16807,6 +18455,7 @@ template: - application/vnd.yamaha.remote-setup registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.yamaha.smaf-audio friendly: @@ -16820,6 +18469,7 @@ template: - application/vnd.yamaha.smaf-audio registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.yamaha.smaf-phrase friendly: @@ -16833,6 +18483,7 @@ template: - application/vnd.yamaha.smaf-phrase registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.yamaha.through-ngn encoding: base64 @@ -16842,6 +18493,7 @@ template: - application/vnd.yamaha.through-ngn registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.yamaha.tunnel-udpencap encoding: base64 @@ -16851,6 +18503,7 @@ template: - application/vnd.yamaha.tunnel-udpencap registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.yaoweme encoding: base64 @@ -16860,6 +18513,7 @@ template: - application/vnd.yaoweme registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/vnd.yellowriver-custom-menu friendly: @@ -16873,6 +18527,7 @@ template: - application/vnd.yellowriver-custom-menu registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/vnd.youtube.yt encoding: base64 @@ -16886,6 +18541,7 @@ notes: - "(OBSOLETED in favor of video/vnd.youtube.yt)" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: application/vnd.zul friendly: @@ -16900,6 +18556,7 @@ template: - application/vnd.zul registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/vnd.zzazz.deck+xml friendly: @@ -16913,6 +18570,7 @@ template: - application/vnd.zzazz.deck+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/voicexml+xml friendly: @@ -16926,6 +18584,7 @@ template: - application/voicexml+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/voucher+cose encoding: base64 @@ -16934,6 +18593,7 @@ - draft-ietf-anima-constrained-voucher-23 registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/voucher-cms+json encoding: base64 @@ -16943,6 +18603,7 @@ template: - application/voucher-cms+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/voucher-cose+cbor encoding: base64 @@ -16951,6 +18612,7 @@ - draft-ietf-anima-constrained-voucher-17 registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/vp encoding: base64 @@ -16962,6 +18624,7 @@ - application/vp registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/vq-rtcpxr encoding: base64 @@ -16971,6 +18634,7 @@ template: - application/vq-rtcpxr registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/wasm friendly: @@ -16985,6 +18649,7 @@ template: - application/wasm registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/watcherinfo+xml encoding: base64 @@ -16996,6 +18661,7 @@ template: - application/watcherinfo+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/webbundle encoding: base64 @@ -17004,6 +18670,7 @@ - draft-yasskin-wpack-bundled-exchanges registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/webpush-options+json encoding: base64 @@ -17013,6 +18680,7 @@ template: - application/webpush-options+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/whoispp-query encoding: base64 @@ -17022,6 +18690,7 @@ template: - application/whoispp-query registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/whoispp-response encoding: base64 @@ -17031,6 +18700,7 @@ template: - application/whoispp-response registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/widget friendly: @@ -17047,6 +18717,7 @@ template: - application/widget registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/winhlp friendly: @@ -17055,6 +18726,7 @@ extensions: - hlp registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/wita encoding: base64 @@ -17064,6 +18736,7 @@ template: - application/wita registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/won encoding: base64 @@ -17072,6 +18745,7 @@ - Roy_T._Fielding registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: application/word encoding: base64 @@ -17079,6 +18753,7 @@ - doc - dot registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/wordperfect encoding: base64 @@ -17087,6 +18762,7 @@ obsolete: true use-instead: application/vnd.wordperfect registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/wordperfect5.1 encoding: base64 @@ -17099,6 +18775,7 @@ template: - application/wordperfect5.1 registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/wordperfect6.1 encoding: base64 @@ -17107,6 +18784,7 @@ obsolete: true use-instead: application/x-wordperfect6.1 registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/wordperfectd encoding: base64 @@ -17115,6 +18793,7 @@ obsolete: true use-instead: application/vnd.wordperfect registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/wsdl+xml friendly: @@ -17128,6 +18807,7 @@ template: - application/wsdl+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/wspolicy+xml friendly: @@ -17141,6 +18821,7 @@ template: - application/wspolicy+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/x-123 encoding: base64 @@ -17149,6 +18830,7 @@ obsolete: true use-instead: application/vnd.lotus-1-2-3 registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/x-7z-compressed friendly: @@ -17157,6 +18839,7 @@ extensions: - 7z registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-abiword friendly: @@ -17165,6 +18848,7 @@ extensions: - abw registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-access encoding: base64 @@ -17176,6 +18860,7 @@ obsolete: true use-instead: application/x-msaccess registered: false + sort-priority: 172 - !ruby/object:MIME::Type content-type: application/x-ace-compressed friendly: @@ -17184,12 +18869,14 @@ extensions: - ace registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-apple-diskimage encoding: base64 extensions: - dmg registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-authorware-bin friendly: @@ -17201,6 +18888,7 @@ - vox - x32 registered: false + sort-priority: 44 - !ruby/object:MIME::Type content-type: application/x-authorware-map friendly: @@ -17209,6 +18897,7 @@ extensions: - aam registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-authorware-seg friendly: @@ -17217,6 +18906,7 @@ extensions: - aas registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-bcpio friendly: @@ -17225,6 +18915,7 @@ extensions: - bcpio registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-bittorrent friendly: @@ -17233,12 +18924,14 @@ extensions: - torrent registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-bleeper encoding: base64 extensions: - bleep registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-blorb encoding: base64 @@ -17246,6 +18939,7 @@ - blb - blorb registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-bzip friendly: @@ -17254,6 +18948,7 @@ extensions: - bz registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-bzip2 friendly: @@ -17263,6 +18958,7 @@ - boz - bz2 registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-cbr encoding: base64 @@ -17273,6 +18969,7 @@ - cbt - cbz registered: false + sort-priority: 43 - !ruby/object:MIME::Type content-type: application/x-cdlink friendly: @@ -17281,12 +18978,14 @@ extensions: - vcd registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-cfs-compressed encoding: base64 extensions: - cfs registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-chat friendly: @@ -17295,6 +18994,7 @@ extensions: - chat registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-chess-pgn friendly: @@ -17303,16 +19003,19 @@ extensions: - pgn registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-chrome-extension encoding: base64 extensions: - crx registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-clariscad encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-compress encoding: base64 @@ -17322,6 +19025,7 @@ obsolete: true use-instead: application/x-compressed registered: false + sort-priority: 174 - !ruby/object:MIME::Type content-type: application/x-compressed encoding: base64 @@ -17329,12 +19033,14 @@ - z - Z registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-conference encoding: base64 extensions: - nsc registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-cpio friendly: @@ -17343,6 +19049,7 @@ extensions: - cpio registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-csh friendly: @@ -17351,6 +19058,7 @@ extensions: - csh registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-cu-seeme encoding: base64 @@ -17358,6 +19066,7 @@ - csm - cu registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-debian-package friendly: @@ -17367,12 +19076,14 @@ - deb - udeb registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-dgc-compressed encoding: base64 extensions: - dgc registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-director friendly: @@ -17391,6 +19102,7 @@ - swa - w3d registered: false + sort-priority: 37 - !ruby/object:MIME::Type content-type: application/x-doom friendly: @@ -17399,10 +19111,12 @@ extensions: - wad registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-drafting encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-dtbncx+xml friendly: @@ -17411,6 +19125,7 @@ extensions: - ncx registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-dtbook+xml friendly: @@ -17419,6 +19134,7 @@ extensions: - dtb registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-dtbresource+xml friendly: @@ -17427,6 +19143,7 @@ extensions: - res registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-dvi friendly: @@ -17435,34 +19152,40 @@ extensions: - dvi registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-dxf encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-ecmascript encoding: 8bit obsolete: true use-instead: text/javascript registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: application/x-envoy encoding: base64 extensions: - evy registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-eva encoding: base64 extensions: - eva registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-excel encoding: base64 obsolete: true use-instead: application/vnd.ms-excel registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: application/x-font-bdf friendly: @@ -17471,6 +19194,7 @@ extensions: - bdf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-font-ghostscript friendly: @@ -17479,6 +19203,7 @@ extensions: - gsf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-font-linux-psf friendly: @@ -17487,12 +19212,14 @@ extensions: - psf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-font-opentype encoding: base64 extensions: - otf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-font-otf friendly: @@ -17501,6 +19228,7 @@ extensions: - otf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-font-pcf friendly: @@ -17509,6 +19237,7 @@ extensions: - pcf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-font-snf friendly: @@ -17517,12 +19246,14 @@ extensions: - snf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-font-truetype encoding: base64 extensions: - ttf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-font-ttf friendly: @@ -17532,6 +19263,7 @@ - ttc - ttf registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-font-type1 friendly: @@ -17543,16 +19275,19 @@ - pfb - pfm registered: false + sort-priority: 44 - !ruby/object:MIME::Type content-type: application/x-fractals encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-freearc encoding: base64 extensions: - arc registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-futuresplash friendly: @@ -17561,22 +19296,26 @@ extensions: - spl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-gca-compressed encoding: base64 extensions: - gca registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-ghostview encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-glulx encoding: base64 extensions: - ulx registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-gnumeric friendly: @@ -17585,12 +19324,14 @@ extensions: - gnumeric registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-gramps-xml encoding: base64 extensions: - gramps registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-gtar friendly: @@ -17602,6 +19343,7 @@ - tbz2 - tbz registered: false + sort-priority: 44 - !ruby/object:MIME::Type content-type: application/x-gzip encoding: base64 @@ -17610,6 +19352,7 @@ obsolete: true use-instead: application/gzip registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/x-hdf friendly: @@ -17618,18 +19361,21 @@ extensions: - hdf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-hep encoding: base64 extensions: - hep registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-html+ruby encoding: 8bit extensions: - rhtml registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-httpd-php encoding: 8bit @@ -17638,22 +19384,26 @@ - pht - php registered: false + sort-priority: 45 - !ruby/object:MIME::Type content-type: application/x-ibooks+zip encoding: base64 extensions: - ibooks registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-ica encoding: base64 extensions: - ica registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-ideas encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-imagemap encoding: 8bit @@ -17661,42 +19411,49 @@ - imagemap - imap registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-install-instructions encoding: base64 extensions: - install registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-iso9660-image encoding: base64 extensions: - iso registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-iwork-keynote-sffkey encoding: base64 extensions: - key registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-iwork-numbers-sffnumbers encoding: base64 extensions: - numbers registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-iwork-pages-sffpages encoding: base64 extensions: - pages registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-java-archive encoding: base64 extensions: - jar registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-java-jnlp-file friendly: @@ -17705,18 +19462,21 @@ extensions: - jnlp registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-java-serialized-object encoding: base64 extensions: - ser registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-java-vm encoding: base64 extensions: - class registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-javascript encoding: 8bit @@ -17726,6 +19486,7 @@ obsolete: true use-instead: text/javascript registered: false + sort-priority: 174 - !ruby/object:MIME::Type content-type: application/x-koan encoding: base64 @@ -17735,6 +19496,7 @@ - skt - skm registered: false + sort-priority: 44 - !ruby/object:MIME::Type content-type: application/x-latex friendly: @@ -17744,6 +19506,7 @@ - ltx - latex registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-lotus-123 encoding: base64 @@ -17752,6 +19515,7 @@ obsolete: true use-instead: application/vnd.lotus-1-2-3 registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/x-lzh-compressed encoding: base64 @@ -17759,28 +19523,33 @@ - lha - lzh registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-mac encoding: base64 extensions: - bin registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-mac-compactpro encoding: base64 extensions: - cpt registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-macbase64 encoding: base64 extensions: - bin registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-macbinary encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-maker encoding: base64 @@ -17795,6 +19564,7 @@ obsolete: true use-instead: application/vnd.framemaker registered: false + sort-priority: 169 - !ruby/object:MIME::Type content-type: application/x-mathcad encoding: base64 @@ -17803,22 +19573,26 @@ obsolete: true use-instead: application/vnd.mcd registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/x-mathematica-old encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-mie encoding: base64 extensions: - mie registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-mif encoding: base64 extensions: - mif registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-mobipocket-ebook friendly: @@ -17828,6 +19602,7 @@ - mobi - prc registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-ms-application friendly: @@ -17836,18 +19611,21 @@ extensions: - application registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-ms-dos-executable encoding: base64 extensions: - exe registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-ms-shortcut encoding: base64 extensions: - lnk registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-ms-wmd friendly: @@ -17856,6 +19634,7 @@ extensions: - wmd registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-ms-wmz friendly: @@ -17864,6 +19643,7 @@ extensions: - wmz registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-ms-xbap friendly: @@ -17872,6 +19652,7 @@ extensions: - xbap registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-msaccess friendly: @@ -17883,6 +19664,7 @@ - mde - mdf registered: false + sort-priority: 44 - !ruby/object:MIME::Type content-type: application/x-msbinder friendly: @@ -17891,6 +19673,7 @@ extensions: - obd registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-mscardfile friendly: @@ -17899,6 +19682,7 @@ extensions: - crd registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-msclip friendly: @@ -17907,6 +19691,7 @@ extensions: - clp registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-msdos-program encoding: base64 @@ -17919,6 +19704,7 @@ - ps1 - vbs registered: false + sort-priority: 41 - !ruby/object:MIME::Type content-type: application/x-msdownload friendly: @@ -17935,6 +19721,7 @@ - ps1 - vbs registered: false + sort-priority: 39 - !ruby/object:MIME::Type content-type: application/x-msmediaview friendly: @@ -17945,6 +19732,7 @@ - m14 - mvb registered: false + sort-priority: 45 - !ruby/object:MIME::Type content-type: application/x-msmetafile friendly: @@ -17956,6 +19744,7 @@ - wmf - wmz registered: false + sort-priority: 44 - !ruby/object:MIME::Type content-type: application/x-msmoney friendly: @@ -17964,6 +19753,7 @@ extensions: - mny registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-mspublisher friendly: @@ -17972,6 +19762,7 @@ extensions: - pub registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-msschedule friendly: @@ -17980,6 +19771,7 @@ extensions: - scd registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-msterminal friendly: @@ -17988,6 +19780,7 @@ extensions: - trm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-msword encoding: base64 @@ -17998,6 +19791,7 @@ obsolete: true use-instead: application/msword registered: false + sort-priority: 173 - !ruby/object:MIME::Type content-type: application/x-mswrite friendly: @@ -18006,6 +19800,7 @@ extensions: - wri registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-netcdf friendly: @@ -18015,24 +19810,28 @@ - nc - cdf registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-ns-proxy-autoconfig encoding: base64 extensions: - pac registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-nzb encoding: base64 extensions: - nzb registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-opera-extension encoding: base64 extensions: - oex registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-pagemaker encoding: base64 @@ -18041,6 +19840,7 @@ - pm5 - pt5 registered: false + sort-priority: 45 - !ruby/object:MIME::Type content-type: application/x-perl encoding: 8bit @@ -18048,11 +19848,13 @@ - pl - pm registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-pgp encoding: base64 registered: false signature: true + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-pkcs12 friendly: @@ -18062,6 +19864,7 @@ - p12 - pfx registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-pkcs7-certificates friendly: @@ -18071,6 +19874,7 @@ - p7b - spc registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-pkcs7-certreqresp friendly: @@ -18079,6 +19883,7 @@ extensions: - p7r registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-pki-message encoding: base64 @@ -18088,18 +19893,21 @@ template: - application/x-pki-message registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/x-python encoding: 8bit extensions: - py registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-quicktimeplayer encoding: base64 extensions: - qtl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-rar-compressed friendly: @@ -18108,16 +19916,19 @@ extensions: - rar registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-remote_printing encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-research-info-systems encoding: base64 extensions: - ris registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-rtf encoding: base64 @@ -18126,6 +19937,7 @@ obsolete: true use-instead: application/rtf registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/x-ruby encoding: 8bit @@ -18133,10 +19945,12 @@ - rb - rbw registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-set encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-sh friendly: @@ -18145,6 +19959,7 @@ extensions: - sh registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-shar friendly: @@ -18153,6 +19968,7 @@ extensions: - shar registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-shockwave-flash friendly: @@ -18161,6 +19977,7 @@ extensions: - swf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-silverlight-app friendly: @@ -18169,20 +19986,24 @@ extensions: - xap registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-SLA encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-smarttech-notebook encoding: base64 extensions: - notebook registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-solids encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-spss encoding: base64 @@ -18193,16 +20014,19 @@ - spo - spp registered: false + sort-priority: 43 - !ruby/object:MIME::Type content-type: application/x-sql encoding: base64 extensions: - sql registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-STEP encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: application/x-stuffit friendly: @@ -18211,6 +20035,7 @@ extensions: - sit registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-stuffitx friendly: @@ -18219,12 +20044,14 @@ extensions: - sitx registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-subrip encoding: base64 extensions: - srt registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-sv4cpio friendly: @@ -18233,6 +20060,7 @@ extensions: - sv4cpio registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-sv4crc friendly: @@ -18241,18 +20069,21 @@ extensions: - sv4crc registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-t3vm-image encoding: base64 extensions: - t3 registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-tads encoding: base64 extensions: - gam registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-tar friendly: @@ -18261,6 +20092,7 @@ extensions: - tar registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-tcl friendly: @@ -18269,6 +20101,7 @@ extensions: - tcl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-tex friendly: @@ -18277,6 +20110,7 @@ extensions: - tex registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-tex-tfm friendly: @@ -18285,6 +20119,7 @@ extensions: - tfm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-texinfo friendly: @@ -18294,18 +20129,21 @@ - texinfo - texi registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-tgif encoding: base64 extensions: - obj registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-toolbook encoding: base64 extensions: - tbk registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-troff encoding: base64 @@ -18316,30 +20154,35 @@ obsolete: true use-instead: text/troff registered: false + sort-priority: 173 - !ruby/object:MIME::Type content-type: application/x-troff-man encoding: 8bit extensions: - man registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-troff-me encoding: base64 extensions: - me registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-troff-ms encoding: base64 extensions: - ms registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-u-star encoding: base64 obsolete: true use-instead: application/x-ustar registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: application/x-ustar friendly: @@ -18348,12 +20191,14 @@ extensions: - ustar registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-VMSBACKUP encoding: base64 extensions: - bck registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-wais-source friendly: @@ -18362,12 +20207,14 @@ extensions: - src registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-web-app-manifest+json encoding: base64 extensions: - webapp registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-Wingz encoding: base64 @@ -18375,6 +20222,7 @@ - wz - wkz registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: application/x-word encoding: base64 @@ -18384,6 +20232,7 @@ obsolete: true use-instead: application/msword registered: false + sort-priority: 174 - !ruby/object:MIME::Type content-type: application/x-wordperfect encoding: base64 @@ -18392,12 +20241,14 @@ obsolete: true use-instead: application/vnd.wordperfect registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/x-wordperfect6.1 encoding: base64 extensions: - wp6 registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-wordperfectd encoding: base64 @@ -18406,6 +20257,7 @@ obsolete: true use-instead: application/vnd.wordperfect registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: application/x-www-form-urlencoded encoding: 7bit @@ -18416,6 +20268,7 @@ template: - application/x-www-form-urlencoded registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/x-x509-ca-cert friendly: @@ -18430,6 +20283,7 @@ template: - application/x-x509-ca-cert registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/x-x509-ca-ra-cert encoding: base64 @@ -18439,6 +20293,7 @@ template: - application/x-x509-ca-ra-cert registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/x-x509-next-ca-cert encoding: base64 @@ -18448,6 +20303,7 @@ template: - application/x-x509-next-ca-cert registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/x-xfig friendly: @@ -18456,12 +20312,14 @@ extensions: - fig registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-xliff+xml encoding: base64 extensions: - xlf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-xpinstall friendly: @@ -18470,12 +20328,14 @@ extensions: - xpi registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-xz encoding: base64 extensions: - xz registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-zip-compressed friendly: @@ -18484,6 +20344,7 @@ extensions: - zip registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/x-zmachine encoding: base64 @@ -18497,6 +20358,7 @@ - z7 - z8 registered: false + sort-priority: 40 - !ruby/object:MIME::Type content-type: application/x400-bp encoding: base64 @@ -18506,12 +20368,14 @@ template: - application/x400-bp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/x400.bp encoding: base64 obsolete: true use-instead: application/x400-bp registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: application/xacml+xml encoding: base64 @@ -18521,12 +20385,14 @@ template: - application/xacml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xaml+xml encoding: base64 extensions: - xaml registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/xcap-att+xml encoding: base64 @@ -18536,6 +20402,7 @@ template: - application/xcap-att+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xcap-caps+xml encoding: base64 @@ -18545,6 +20412,7 @@ template: - application/xcap-caps+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xcap-diff+xml friendly: @@ -18558,6 +20426,7 @@ template: - application/xcap-diff+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/xcap-el+xml encoding: base64 @@ -18567,6 +20436,7 @@ template: - application/xcap-el+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xcap-error+xml encoding: base64 @@ -18576,6 +20446,7 @@ template: - application/xcap-error+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xcap-ns+xml encoding: base64 @@ -18585,6 +20456,7 @@ template: - application/xcap-ns+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xcon-conference-info+xml encoding: base64 @@ -18594,6 +20466,7 @@ template: - application/xcon-conference-info+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xcon-conference-info-diff+xml encoding: base64 @@ -18603,6 +20476,7 @@ template: - application/xcon-conference-info-diff+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xenc+xml friendly: @@ -18617,6 +20491,7 @@ template: - application/xenc+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/xfdf encoding: base64 @@ -18627,6 +20502,7 @@ template: - application/xfdf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xhtml+xml friendly: @@ -18642,6 +20518,7 @@ template: - application/xhtml+xml registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/xhtml-voice+xml encoding: base64 @@ -18654,6 +20531,7 @@ notes: - "- OBSOLETE; no replacement given" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: application/xliff+xml encoding: base64 @@ -18664,6 +20542,7 @@ template: - application/xliff+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xml friendly: @@ -18678,6 +20557,7 @@ template: - application/xml registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: application/xml-dtd friendly: @@ -18691,6 +20571,7 @@ template: - application/xml-dtd registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/xml-external-parsed-entity encoding: base64 @@ -18700,6 +20581,7 @@ template: - application/xml-external-parsed-entity registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xml-patch+xml encoding: base64 @@ -18709,6 +20591,7 @@ template: - application/xml-patch+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xmpp+xml encoding: base64 @@ -18718,6 +20601,7 @@ template: - application/xmpp+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/xop+xml friendly: @@ -18731,12 +20615,14 @@ template: - application/xop+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/xproc+xml encoding: base64 extensions: - xpl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/xslt+xml friendly: @@ -18752,6 +20638,7 @@ template: - application/xslt+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/xspf+xml friendly: @@ -18760,6 +20647,7 @@ extensions: - xspf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: application/xv+xml friendly: @@ -18776,6 +20664,7 @@ template: - application/xv+xml registered: true + sort-priority: 12 - !ruby/object:MIME::Type content-type: application/yaml encoding: base64 @@ -18787,6 +20676,7 @@ template: - application/yaml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/yang friendly: @@ -18800,6 +20690,7 @@ template: - application/yang registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/yang-data+cbor encoding: base64 @@ -18809,6 +20700,7 @@ template: - application/yang-data+cbor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/yang-data+json encoding: base64 @@ -18818,6 +20710,7 @@ template: - application/yang-data+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/yang-data+xml encoding: base64 @@ -18827,6 +20720,7 @@ template: - application/yang-data+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/yang-patch+json encoding: base64 @@ -18836,6 +20730,7 @@ template: - application/yang-patch+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/yang-patch+xml encoding: base64 @@ -18845,6 +20740,7 @@ template: - application/yang-patch+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/yang-sid+json encoding: base64 @@ -18854,6 +20750,7 @@ template: - application/yang-sid+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/yin+xml friendly: @@ -18867,6 +20764,7 @@ template: - application/yin+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/zip friendly: @@ -18880,6 +20778,7 @@ template: - application/zip registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: application/zlib encoding: base64 @@ -18889,6 +20788,7 @@ template: - application/zlib registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: application/zstd encoding: base64 @@ -18898,3 +20798,4 @@ template: - application/zstd registered: true + sort-priority: 16 diff --git a/types/audio.yaml b/types/audio.yaml index 2f1730c..70c1b1f 100644 --- a/types/audio.yaml +++ b/types/audio.yaml @@ -8,6 +8,7 @@ template: - audio/1d-interleaved-parityfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/32kadpcm encoding: base64 @@ -18,6 +19,7 @@ template: - audio/32kadpcm registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/3gpp encoding: base64 @@ -28,6 +30,7 @@ template: - audio/3gpp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/3gpp2 encoding: base64 @@ -38,6 +41,7 @@ template: - audio/3gpp2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/aac encoding: base64 @@ -50,6 +54,7 @@ template: - audio/aac registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/ac3 encoding: base64 @@ -59,6 +64,7 @@ template: - audio/ac3 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/adpcm friendly: @@ -67,6 +73,7 @@ extensions: - adp registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: audio/AMR encoding: base64 @@ -78,6 +85,7 @@ template: - audio/AMR registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/AMR-WB encoding: base64 @@ -89,6 +97,7 @@ template: - audio/AMR-WB registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/amr-wb+ encoding: base64 @@ -98,6 +107,7 @@ template: - audio/amr-wb+ registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/aptx encoding: base64 @@ -107,6 +117,7 @@ template: - audio/aptx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/asc encoding: base64 @@ -116,6 +127,7 @@ template: - audio/asc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/ATRAC-ADVANCED-LOSSLESS encoding: base64 @@ -125,6 +137,7 @@ template: - audio/ATRAC-ADVANCED-LOSSLESS registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/ATRAC-X encoding: base64 @@ -134,6 +147,7 @@ template: - audio/ATRAC-X registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/ATRAC3 encoding: base64 @@ -143,6 +157,7 @@ template: - audio/ATRAC3 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/basic friendly: @@ -158,6 +173,7 @@ template: - audio/basic registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: audio/BV16 encoding: base64 @@ -167,6 +183,7 @@ template: - audio/BV16 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/BV32 encoding: base64 @@ -176,6 +193,7 @@ template: - audio/BV32 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/clearmode encoding: base64 @@ -185,6 +203,7 @@ template: - audio/clearmode registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/CN encoding: base64 @@ -194,6 +213,7 @@ template: - audio/CN registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/DAT12 encoding: base64 @@ -203,6 +223,7 @@ template: - audio/DAT12 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/dls encoding: base64 @@ -212,6 +233,7 @@ template: - audio/dls registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/dsr-es201108 encoding: base64 @@ -221,6 +243,7 @@ template: - audio/dsr-es201108 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/dsr-es202050 encoding: base64 @@ -230,6 +253,7 @@ template: - audio/dsr-es202050 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/dsr-es202211 encoding: base64 @@ -239,6 +263,7 @@ template: - audio/dsr-es202211 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/dsr-es202212 encoding: base64 @@ -248,6 +273,7 @@ template: - audio/dsr-es202212 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/DV encoding: base64 @@ -257,6 +283,7 @@ template: - audio/DV registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/DVI4 encoding: base64 @@ -266,6 +293,7 @@ template: - audio/DVI4 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/eac3 encoding: base64 @@ -275,6 +303,7 @@ template: - audio/eac3 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/encaprtp encoding: base64 @@ -284,6 +313,7 @@ template: - audio/encaprtp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVRC encoding: base64 @@ -295,6 +325,7 @@ template: - audio/EVRC registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/EVRC-QCP encoding: base64 @@ -304,6 +335,7 @@ template: - audio/EVRC-QCP registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVRC0 encoding: base64 @@ -313,6 +345,7 @@ template: - audio/EVRC0 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVRC1 encoding: base64 @@ -322,6 +355,7 @@ template: - audio/EVRC1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVRCB encoding: base64 @@ -331,6 +365,7 @@ template: - audio/EVRCB registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVRCB0 encoding: base64 @@ -340,6 +375,7 @@ template: - audio/EVRCB0 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVRCB1 encoding: base64 @@ -349,6 +385,7 @@ template: - audio/EVRCB1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVRCNW encoding: base64 @@ -358,6 +395,7 @@ template: - audio/EVRCNW registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVRCNW0 encoding: base64 @@ -367,6 +405,7 @@ template: - audio/EVRCNW0 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVRCNW1 encoding: base64 @@ -376,6 +415,7 @@ template: - audio/EVRCNW1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVRCWB encoding: base64 @@ -385,6 +425,7 @@ template: - audio/EVRCWB registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVRCWB0 encoding: base64 @@ -394,6 +435,7 @@ template: - audio/EVRCWB0 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVRCWB1 encoding: base64 @@ -403,6 +445,7 @@ template: - audio/EVRCWB1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/EVS encoding: base64 @@ -413,6 +456,7 @@ template: - audio/EVS registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/example encoding: base64 @@ -422,6 +466,7 @@ template: - audio/example registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/flac encoding: base64 @@ -433,6 +478,7 @@ template: - audio/flac registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/flexfec encoding: base64 @@ -442,6 +488,7 @@ template: - audio/flexfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/fwdred encoding: base64 @@ -451,6 +498,7 @@ template: - audio/fwdred registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G711-0 encoding: base64 @@ -460,6 +508,7 @@ template: - audio/G711-0 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G719 encoding: base64 @@ -471,6 +520,7 @@ template: - audio/G719 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G722 encoding: base64 @@ -480,6 +530,7 @@ template: - audio/G722 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G7221 encoding: base64 @@ -489,6 +540,7 @@ template: - audio/G7221 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G723 encoding: base64 @@ -498,6 +550,7 @@ template: - audio/G723 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G726-16 encoding: base64 @@ -507,6 +560,7 @@ template: - audio/G726-16 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G726-24 encoding: base64 @@ -516,6 +570,7 @@ template: - audio/G726-24 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G726-32 encoding: base64 @@ -525,6 +580,7 @@ template: - audio/G726-32 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G726-40 encoding: base64 @@ -534,6 +590,7 @@ template: - audio/G726-40 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G728 encoding: base64 @@ -543,6 +600,7 @@ template: - audio/G728 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G729 encoding: base64 @@ -552,6 +610,7 @@ template: - audio/G729 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G7291 encoding: base64 @@ -562,6 +621,7 @@ template: - audio/G7291 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G729D encoding: base64 @@ -571,6 +631,7 @@ template: - audio/G729D registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/G729E encoding: base64 @@ -580,6 +641,7 @@ template: - audio/G729E registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/GSM encoding: base64 @@ -589,6 +651,7 @@ template: - audio/GSM registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/GSM-EFR encoding: base64 @@ -598,6 +661,7 @@ template: - audio/GSM-EFR registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/GSM-HR-08 encoding: base64 @@ -607,6 +671,7 @@ template: - audio/GSM-HR-08 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/iLBC encoding: base64 @@ -616,6 +681,7 @@ template: - audio/iLBC registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/ip-mr_v2.5 encoding: base64 @@ -625,6 +691,7 @@ template: - audio/ip-mr_v2.5 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/L16 encoding: base64 @@ -636,6 +703,7 @@ template: - audio/L16 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/L20 encoding: base64 @@ -645,6 +713,7 @@ template: - audio/L20 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/L24 encoding: base64 @@ -654,6 +723,7 @@ template: - audio/L24 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/L8 encoding: base64 @@ -663,6 +733,7 @@ template: - audio/L8 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/LPC encoding: base64 @@ -672,6 +743,7 @@ template: - audio/LPC registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/matroska encoding: base64 @@ -683,6 +755,7 @@ template: - audio/matroska registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/MELP encoding: base64 @@ -692,6 +765,7 @@ template: - audio/MELP registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/MELP1200 encoding: base64 @@ -701,6 +775,7 @@ template: - audio/MELP1200 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/MELP2400 encoding: base64 @@ -710,6 +785,7 @@ template: - audio/MELP2400 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/MELP600 encoding: base64 @@ -719,6 +795,7 @@ template: - audio/MELP600 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/mhas encoding: base64 @@ -730,6 +807,7 @@ template: - audio/mhas registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/midi friendly: @@ -741,6 +819,7 @@ - midi - rmi registered: false + sort-priority: 44 - !ruby/object:MIME::Type content-type: audio/midi-clip encoding: base64 @@ -752,6 +831,7 @@ - audio/midi-clip registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: audio/mobile-xmf encoding: base64 @@ -761,6 +841,7 @@ template: - audio/mobile-xmf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/mp4 friendly: @@ -780,6 +861,7 @@ template: - audio/mp4 registered: true + sort-priority: 10 - !ruby/object:MIME::Type content-type: audio/MP4A-LATM encoding: base64 @@ -791,6 +873,7 @@ template: - audio/MP4A-LATM registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/MPA encoding: base64 @@ -800,6 +883,7 @@ template: - audio/MPA registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/mpa-robust encoding: base64 @@ -809,6 +893,7 @@ template: - audio/mpa-robust registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/mpeg friendly: @@ -827,6 +912,7 @@ template: - audio/mpeg registered: true + sort-priority: 10 - !ruby/object:MIME::Type content-type: audio/mpeg4-generic encoding: base64 @@ -838,6 +924,7 @@ template: - audio/mpeg4-generic registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/ogg friendly: @@ -855,6 +942,7 @@ template: - audio/ogg registered: true + sort-priority: 12 - !ruby/object:MIME::Type content-type: audio/opus encoding: base64 @@ -864,6 +952,7 @@ template: - audio/opus registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/parityfec encoding: base64 @@ -873,6 +962,7 @@ template: - audio/parityfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/PCMA encoding: base64 @@ -882,6 +972,7 @@ template: - audio/PCMA registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/PCMA-WB encoding: base64 @@ -891,6 +982,7 @@ template: - audio/PCMA-WB registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/PCMU encoding: base64 @@ -900,6 +992,7 @@ template: - audio/PCMU registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/PCMU-WB encoding: base64 @@ -909,6 +1002,7 @@ template: - audio/PCMU-WB registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/prs.sid encoding: base64 @@ -918,6 +1012,7 @@ template: - audio/prs.sid registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/QCELP encoding: base64 @@ -928,6 +1023,7 @@ template: - audio/QCELP registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/raptorfec encoding: base64 @@ -937,6 +1033,7 @@ template: - audio/raptorfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/RED encoding: base64 @@ -946,6 +1043,7 @@ template: - audio/RED registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/rtp-enc-aescm128 encoding: base64 @@ -955,6 +1053,7 @@ template: - audio/rtp-enc-aescm128 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/rtp-midi encoding: base64 @@ -964,6 +1063,7 @@ template: - audio/rtp-midi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/rtploopback encoding: base64 @@ -973,6 +1073,7 @@ template: - audio/rtploopback registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/rtx encoding: base64 @@ -982,12 +1083,14 @@ template: - audio/rtx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/s3m encoding: base64 extensions: - s3m registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: audio/scip encoding: base64 @@ -997,12 +1100,14 @@ template: - audio/scip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/silk encoding: base64 extensions: - sil registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: audio/SMV encoding: base64 @@ -1014,6 +1119,7 @@ template: - audio/SMV registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/SMV-QCP encoding: base64 @@ -1023,6 +1129,7 @@ template: - audio/SMV-QCP registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/SMV0 encoding: base64 @@ -1032,6 +1139,7 @@ template: - audio/SMV0 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/sofa encoding: base64 @@ -1042,6 +1150,7 @@ template: - audio/sofa registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/sp-midi encoding: base64 @@ -1052,6 +1161,7 @@ template: - audio/sp-midi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/speex encoding: base64 @@ -1061,6 +1171,7 @@ template: - audio/speex registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/t140c encoding: base64 @@ -1070,6 +1181,7 @@ template: - audio/t140c registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/t38 encoding: base64 @@ -1079,6 +1191,7 @@ template: - audio/t38 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/telephone-event encoding: base64 @@ -1088,6 +1201,7 @@ template: - audio/telephone-event registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/TETRA_ACELP encoding: base64 @@ -1098,6 +1212,7 @@ template: - audio/TETRA_ACELP registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/TETRA_ACELP_BB encoding: base64 @@ -1108,6 +1223,7 @@ template: - audio/TETRA_ACELP_BB registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/tone encoding: base64 @@ -1117,6 +1233,7 @@ template: - audio/tone registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/TSVCIS encoding: base64 @@ -1126,6 +1243,7 @@ template: - audio/TSVCIS registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/UEMCLIP encoding: base64 @@ -1135,6 +1253,7 @@ template: - audio/UEMCLIP registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/ulpfec encoding: base64 @@ -1144,6 +1263,7 @@ template: - audio/ulpfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/usac encoding: base64 @@ -1154,6 +1274,7 @@ template: - audio/usac registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/VDVI encoding: base64 @@ -1163,6 +1284,7 @@ template: - audio/VDVI registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/VMR-WB encoding: base64 @@ -1173,6 +1295,7 @@ template: - audio/VMR-WB registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.3gpp.iufp encoding: base64 @@ -1182,6 +1305,7 @@ template: - audio/vnd.3gpp.iufp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.4SB encoding: base64 @@ -1191,6 +1315,7 @@ template: - audio/vnd.4SB registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.audiokoz encoding: base64 @@ -1200,6 +1325,7 @@ template: - audio/vnd.audiokoz registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.CELP encoding: base64 @@ -1209,6 +1335,7 @@ template: - audio/vnd.CELP registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.cisco.nse encoding: base64 @@ -1218,6 +1345,7 @@ template: - audio/vnd.cisco.nse registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.cmles.radio-events encoding: base64 @@ -1227,6 +1355,7 @@ template: - audio/vnd.cmles.radio-events registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.cns.anp1 encoding: base64 @@ -1236,6 +1365,7 @@ template: - audio/vnd.cns.anp1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.cns.inf1 encoding: base64 @@ -1245,6 +1375,7 @@ template: - audio/vnd.cns.inf1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.dece.audio friendly: @@ -1259,6 +1390,7 @@ template: - audio/vnd.dece.audio registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: audio/vnd.digital-winds friendly: @@ -1272,6 +1404,7 @@ template: - audio/vnd.digital-winds registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.dlna.adts encoding: base64 @@ -1281,6 +1414,7 @@ template: - audio/vnd.dlna.adts registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.dolby.heaac.1 encoding: base64 @@ -1290,6 +1424,7 @@ template: - audio/vnd.dolby.heaac.1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.dolby.heaac.2 encoding: base64 @@ -1299,6 +1434,7 @@ template: - audio/vnd.dolby.heaac.2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.dolby.mlp encoding: base64 @@ -1308,6 +1444,7 @@ template: - audio/vnd.dolby.mlp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.dolby.mps encoding: base64 @@ -1317,6 +1454,7 @@ template: - audio/vnd.dolby.mps registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.dolby.pl2 encoding: base64 @@ -1326,6 +1464,7 @@ template: - audio/vnd.dolby.pl2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.dolby.pl2x encoding: base64 @@ -1335,6 +1474,7 @@ template: - audio/vnd.dolby.pl2x registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.dolby.pl2z encoding: base64 @@ -1344,6 +1484,7 @@ template: - audio/vnd.dolby.pl2z registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.dolby.pulse.1 encoding: base64 @@ -1353,6 +1494,7 @@ template: - audio/vnd.dolby.pulse.1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.dra friendly: @@ -1366,6 +1508,7 @@ template: - audio/vnd.dra registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.dts friendly: @@ -1379,6 +1522,7 @@ template: - audio/vnd.dts registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.dts.hd friendly: @@ -1392,6 +1536,7 @@ template: - audio/vnd.dts.hd registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.dts.uhd encoding: base64 @@ -1401,6 +1546,7 @@ template: - audio/vnd.dts.uhd registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.dvb.file encoding: base64 @@ -1410,6 +1556,7 @@ template: - audio/vnd.dvb.file registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.everad.plj encoding: base64 @@ -1421,6 +1568,7 @@ template: - audio/vnd.everad.plj registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.hns.audio encoding: base64 @@ -1430,6 +1578,7 @@ template: - audio/vnd.hns.audio registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.lucent.voice friendly: @@ -1443,6 +1592,7 @@ template: - audio/vnd.lucent.voice registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.ms-playready.media.pya friendly: @@ -1456,6 +1606,7 @@ template: - audio/vnd.ms-playready.media.pya registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.nokia.mobile-xmf encoding: base64 @@ -1467,6 +1618,7 @@ template: - audio/vnd.nokia.mobile-xmf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.nortel.vbk encoding: base64 @@ -1478,6 +1630,7 @@ template: - audio/vnd.nortel.vbk registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.nuera.ecelp4800 friendly: @@ -1491,6 +1644,7 @@ template: - audio/vnd.nuera.ecelp4800 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.nuera.ecelp7470 friendly: @@ -1504,6 +1658,7 @@ template: - audio/vnd.nuera.ecelp7470 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.nuera.ecelp9600 friendly: @@ -1517,6 +1672,7 @@ template: - audio/vnd.nuera.ecelp9600 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.octel.sbc encoding: base64 @@ -1526,6 +1682,7 @@ template: - audio/vnd.octel.sbc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.presonus.multitrack encoding: base64 @@ -1535,6 +1692,7 @@ template: - audio/vnd.presonus.multitrack registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.qcelp encoding: base64 @@ -1550,6 +1708,7 @@ notes: - "- DEPRECATED in favor of audio/qcelp" registered: true + sort-priority: 143 - !ruby/object:MIME::Type content-type: audio/vnd.rhetorex.32kadpcm encoding: base64 @@ -1559,6 +1718,7 @@ template: - audio/vnd.rhetorex.32kadpcm registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vnd.rip friendly: @@ -1572,6 +1732,7 @@ template: - audio/vnd.rip registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: audio/vnd.sealedmedia.softseal.mpeg encoding: base64 @@ -1585,6 +1746,7 @@ template: - audio/vnd.sealedmedia.softseal.mpeg registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: audio/vnd.vmx.cvsd encoding: base64 @@ -1594,6 +1756,7 @@ template: - audio/vnd.vmx.cvsd registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vorbis encoding: base64 @@ -1603,6 +1766,7 @@ template: - audio/vorbis registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/vorbis-config encoding: base64 @@ -1612,6 +1776,7 @@ template: - audio/vorbis-config registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: audio/wav friendly: @@ -1620,6 +1785,7 @@ extensions: - wav registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: audio/webm friendly: @@ -1629,6 +1795,7 @@ - weba - webm registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: audio/x-aac friendly: @@ -1639,6 +1806,7 @@ obsolete: true use-instead: audio/aac registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: audio/x-aiff friendly: @@ -1649,12 +1817,14 @@ - aifc - aiff registered: false + sort-priority: 45 - !ruby/object:MIME::Type content-type: audio/x-caf encoding: base64 extensions: - caf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: audio/x-flac encoding: base64 @@ -1663,10 +1833,12 @@ obsolete: true use-instead: audio/flac registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: audio/x-m4a encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: audio/x-matroska encoding: base64 @@ -1675,6 +1847,7 @@ obsolete: true use-instead: audio/matroska registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: audio/x-midi encoding: base64 @@ -1683,6 +1856,7 @@ - midi - kar registered: false + sort-priority: 45 - !ruby/object:MIME::Type content-type: audio/x-mpegurl friendly: @@ -1691,6 +1865,7 @@ extensions: - m3u registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: audio/x-ms-wax friendly: @@ -1699,6 +1874,7 @@ extensions: - wax registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: audio/x-ms-wma friendly: @@ -1707,12 +1883,14 @@ extensions: - wma registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: audio/x-ms-wmv encoding: base64 extensions: - wmv registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: audio/x-pn-realaudio friendly: @@ -1722,6 +1900,7 @@ - ra - ram registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: audio/x-pn-realaudio-plugin friendly: @@ -1731,12 +1910,14 @@ - rmp - rpm registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: audio/x-realaudio encoding: base64 extensions: - ra registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: audio/x-wav friendly: @@ -1745,9 +1926,11 @@ extensions: - wav registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: audio/xm encoding: base64 extensions: - xm registered: false + sort-priority: 47 diff --git a/types/chemical.yaml b/types/chemical.yaml index 188342e..380dc75 100644 --- a/types/chemical.yaml +++ b/types/chemical.yaml @@ -7,6 +7,7 @@ extensions: - cdx registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: chemical/x-cif friendly: @@ -15,6 +16,7 @@ extensions: - cif registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: chemical/x-cmdf friendly: @@ -23,6 +25,7 @@ extensions: - cmdf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: chemical/x-cml friendly: @@ -31,6 +34,7 @@ extensions: - cml registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: chemical/x-csml friendly: @@ -39,6 +43,7 @@ extensions: - csml registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: chemical/x-pdb encoding: base64 @@ -47,6 +52,7 @@ obsolete: true use-instead: x-chemical/x-pdb registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: chemical/x-xyz friendly: @@ -57,15 +63,18 @@ obsolete: true use-instead: x-chemical/x-xyz registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: x-chemical/x-pdb encoding: base64 extensions: - pdb registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: x-chemical/x-xyz encoding: base64 extensions: - xyz registered: false + sort-priority: 47 diff --git a/types/conference.yaml b/types/conference.yaml index c0d26c4..19fcdb9 100644 --- a/types/conference.yaml +++ b/types/conference.yaml @@ -7,3 +7,4 @@ extensions: - ice registered: false + sort-priority: 47 diff --git a/types/drawing.yaml b/types/drawing.yaml index d66b8c4..b4961f7 100644 --- a/types/drawing.yaml +++ b/types/drawing.yaml @@ -7,9 +7,11 @@ obsolete: true use-instead: x-drawing/dwf registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: x-drawing/dwf encoding: base64 extensions: - dwf registered: false + sort-priority: 47 diff --git a/types/font.yaml b/types/font.yaml index 9943732..53e76ae 100644 --- a/types/font.yaml +++ b/types/font.yaml @@ -10,6 +10,7 @@ template: - font/collection registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: font/otf encoding: base64 @@ -21,6 +22,7 @@ template: - font/otf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: font/sfnt encoding: base64 @@ -30,6 +32,7 @@ template: - font/sfnt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: font/ttf encoding: base64 @@ -41,6 +44,7 @@ template: - font/ttf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: font/woff encoding: base64 @@ -52,6 +56,7 @@ template: - font/woff registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: font/woff2 encoding: base64 @@ -63,3 +68,4 @@ template: - font/woff2 registered: true + sort-priority: 15 diff --git a/types/haptics.yaml b/types/haptics.yaml index af3738a..60230e8 100644 --- a/types/haptics.yaml +++ b/types/haptics.yaml @@ -8,6 +8,7 @@ template: - haptics/hjif registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: haptics/hmpg encoding: base64 @@ -17,6 +18,7 @@ template: - haptics/hmpg registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: haptics/ivs encoding: base64 @@ -26,3 +28,4 @@ template: - haptics/ivs registered: true + sort-priority: 16 diff --git a/types/image.yaml b/types/image.yaml index 84f4e99..61cb11d 100644 --- a/types/image.yaml +++ b/types/image.yaml @@ -9,6 +9,7 @@ template: - image/aces registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/apng encoding: base64 @@ -19,6 +20,7 @@ template: - image/apng registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/avci encoding: base64 @@ -29,6 +31,7 @@ template: - image/avci registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/avcs encoding: base64 @@ -39,6 +42,7 @@ template: - image/avcs registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/avif encoding: base64 @@ -51,6 +55,7 @@ template: - image/avif registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/bmp friendly: @@ -64,6 +69,7 @@ template: - image/bmp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/cgm friendly: @@ -77,12 +83,14 @@ template: - image/cgm registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/cmu-raster encoding: base64 obsolete: true use-instead: image/x-cmu-raster registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: image/dicom-rle encoding: base64 @@ -93,6 +101,7 @@ template: - image/dicom-rle registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/dpx encoding: base64 @@ -103,6 +112,7 @@ template: - image/dpx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/emf encoding: base64 @@ -112,6 +122,7 @@ template: - image/emf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/example encoding: base64 @@ -121,6 +132,7 @@ template: - image/example registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/fits encoding: base64 @@ -130,6 +142,7 @@ template: - image/fits registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/g3fax friendly: @@ -143,6 +156,7 @@ template: - image/g3fax registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/gif friendly: @@ -157,6 +171,7 @@ template: - image/gif registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/heic encoding: base64 @@ -170,6 +185,7 @@ template: - image/heic registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: image/heic-sequence encoding: base64 @@ -183,6 +199,7 @@ template: - image/heic-sequence registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: image/heif encoding: base64 @@ -196,6 +213,7 @@ template: - image/heif registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: image/heif-sequence encoding: base64 @@ -209,6 +227,7 @@ template: - image/heif-sequence registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: image/hej2k encoding: base64 @@ -219,6 +238,7 @@ template: - image/hej2k registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/hsj2 encoding: base64 @@ -229,6 +249,7 @@ template: - image/hsj2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/ief friendly: @@ -242,6 +263,7 @@ template: - image/ief registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/j2c encoding: base64 @@ -253,6 +275,7 @@ template: - image/j2c registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/j2is encoding: base64 @@ -261,6 +284,7 @@ - ISO-IEC_JTC_1-SC_29-WG_1_Convenor registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: image/jls encoding: base64 @@ -271,6 +295,7 @@ template: - image/jls registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/jp2 encoding: base64 @@ -283,6 +308,7 @@ template: - image/jp2 registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: image/jpeg friendly: @@ -300,6 +326,7 @@ template: - image/jpeg registered: true + sort-priority: 12 - !ruby/object:MIME::Type content-type: image/jph encoding: base64 @@ -310,6 +337,7 @@ template: - image/jph registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/jphc encoding: base64 @@ -320,6 +348,7 @@ template: - image/jphc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/jpm encoding: base64 @@ -332,6 +361,7 @@ template: - image/jpm registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: image/jpx encoding: base64 @@ -346,6 +376,7 @@ template: - image/jpx registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: image/jxl encoding: base64 @@ -359,6 +390,7 @@ - image/jxl registered: true provisional: true + sort-priority: 79 - !ruby/object:MIME::Type content-type: image/jxr encoding: base64 @@ -369,6 +401,7 @@ template: - image/jxr registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/jxrA encoding: base64 @@ -379,6 +412,7 @@ template: - image/jxrA registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/jxrS encoding: base64 @@ -389,6 +423,7 @@ template: - image/jxrS registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/jxs encoding: base64 @@ -398,6 +433,7 @@ template: - image/jxs registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/jxsc encoding: base64 @@ -407,6 +443,7 @@ template: - image/jxsc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/jxsi encoding: base64 @@ -416,6 +453,7 @@ template: - image/jxsi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/jxss encoding: base64 @@ -425,6 +463,7 @@ template: - image/jxss registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/ktx friendly: @@ -439,6 +478,7 @@ template: - image/ktx registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/ktx2 encoding: base64 @@ -449,6 +489,7 @@ template: - image/ktx2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/naplps encoding: base64 @@ -458,6 +499,7 @@ template: - image/naplps registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/pdc encoding: base64 @@ -466,11 +508,13 @@ - Pierre-Anthony_Lemieux registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: image/pjpeg docs: Fixes a bug with IE6 and progressive JPEGs encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: image/png friendly: @@ -485,6 +529,7 @@ template: - image/png registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/prs.btif friendly: @@ -498,6 +543,7 @@ template: - image/prs.btif registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/prs.pti encoding: base64 @@ -507,6 +553,7 @@ template: - image/prs.pti registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/pwg-raster encoding: base64 @@ -516,12 +563,14 @@ template: - image/pwg-raster registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/sgi encoding: base64 extensions: - sgi registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/svg+xml friendly: @@ -538,6 +587,7 @@ template: - image/svg+xml registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: image/t38 encoding: base64 @@ -547,6 +597,7 @@ template: - image/t38 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/targa encoding: base64 @@ -555,6 +606,7 @@ obsolete: true use-instead: image/x-targa registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: image/tiff friendly: @@ -569,6 +621,7 @@ template: - image/tiff registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: image/tiff-fx encoding: base64 @@ -578,6 +631,7 @@ template: - image/tiff-fx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.adobe.photoshop friendly: @@ -591,6 +645,7 @@ template: - image/vnd.adobe.photoshop registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.airzip.accelerator.azv encoding: base64 @@ -600,6 +655,7 @@ template: - image/vnd.airzip.accelerator.azv registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.cns.inf2 encoding: base64 @@ -609,6 +665,7 @@ template: - image/vnd.cns.inf2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.dece.graphic friendly: @@ -625,6 +682,7 @@ template: - image/vnd.dece.graphic registered: true + sort-priority: 12 - !ruby/object:MIME::Type content-type: image/vnd.dgn encoding: base64 @@ -633,6 +691,7 @@ obsolete: true use-instead: image/x-vnd.dgn registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: image/vnd.djvu friendly: @@ -647,6 +706,7 @@ template: - image/vnd.djvu registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: image/vnd.dvb.subtitle friendly: @@ -661,6 +721,7 @@ template: - image/vnd.dvb.subtitle registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.dwg friendly: @@ -674,6 +735,7 @@ template: - image/vnd.dwg registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.dxf friendly: @@ -687,6 +749,7 @@ template: - image/vnd.dxf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.fastbidsheet friendly: @@ -700,6 +763,7 @@ template: - image/vnd.fastbidsheet registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.fpx friendly: @@ -713,6 +777,7 @@ template: - image/vnd.fpx registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.fst friendly: @@ -726,6 +791,7 @@ template: - image/vnd.fst registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.fujixerox.edmics-mmr friendly: @@ -739,6 +805,7 @@ template: - image/vnd.fujixerox.edmics-mmr registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.fujixerox.edmics-rlc friendly: @@ -752,6 +819,7 @@ template: - image/vnd.fujixerox.edmics-rlc registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.globalgraphics.pgb encoding: base64 @@ -763,6 +831,7 @@ template: - image/vnd.globalgraphics.pgb registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.microsoft.icon encoding: base64 @@ -774,6 +843,7 @@ template: - image/vnd.microsoft.icon registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.mix encoding: base64 @@ -783,6 +853,7 @@ template: - image/vnd.mix registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.mozilla.apng encoding: base64 @@ -792,6 +863,7 @@ template: - image/vnd.mozilla.apng registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.ms-modi friendly: @@ -805,12 +877,14 @@ template: - image/vnd.ms-modi registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.ms-photo encoding: base64 extensions: - wdp registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/vnd.net-fpx friendly: @@ -824,12 +898,14 @@ template: - image/vnd.net-fpx registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.net.fpx encoding: base64 obsolete: true use-instead: image/vnd.net-fpx registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: image/vnd.pco.b16 encoding: base64 @@ -840,6 +916,7 @@ template: - image/vnd.pco.b16 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.radiance encoding: base64 @@ -850,6 +927,7 @@ template: - image/vnd.radiance registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.sealed.png encoding: base64 @@ -859,6 +937,7 @@ template: - image/vnd.sealed.png registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.sealedmedia.softseal.gif encoding: base64 @@ -868,6 +947,7 @@ template: - image/vnd.sealedmedia.softseal.gif registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.sealedmedia.softseal.jpg encoding: base64 @@ -877,6 +957,7 @@ template: - image/vnd.sealedmedia.softseal.jpg registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.svf encoding: base64 @@ -886,6 +967,7 @@ template: - image/vnd.svf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.tencent.tap encoding: base64 @@ -895,6 +977,7 @@ template: - image/vnd.tencent.tap registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.valve.source.texture encoding: base64 @@ -904,6 +987,7 @@ template: - image/vnd.valve.source.texture registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/vnd.wap.wbmp friendly: @@ -917,6 +1001,7 @@ template: - image/vnd.wap.wbmp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.xiff friendly: @@ -930,6 +1015,7 @@ template: - image/vnd.xiff registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/vnd.zbrush.pcx encoding: base64 @@ -939,6 +1025,7 @@ template: - image/vnd.zbrush.pcx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/webp friendly: @@ -952,6 +1039,7 @@ template: - image/webp registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: image/wmf encoding: base64 @@ -961,12 +1049,14 @@ template: - image/wmf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: image/x-3ds encoding: base64 extensions: - 3ds registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-adobe-dng friendly: @@ -975,6 +1065,7 @@ extensions: - dng registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-bmp encoding: base64 @@ -983,6 +1074,7 @@ obsolete: true use-instead: image/bmp registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: image/x-canon-cr2 friendly: @@ -991,6 +1083,7 @@ extensions: - cr2 registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-canon-crw friendly: @@ -999,6 +1092,7 @@ extensions: - crw registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-cmu-raster friendly: @@ -1007,6 +1101,7 @@ extensions: - ras registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-cmx friendly: @@ -1015,6 +1110,7 @@ extensions: - cmx registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-compressed-xcf docs: see-also:image/x-xcf @@ -1023,6 +1119,7 @@ - xcfbz2 - xcfgz registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: image/x-emf encoding: base64 @@ -1036,6 +1133,7 @@ notes: - "- DEPRECATED in favor of image/emf" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: image/x-epson-erf friendly: @@ -1044,6 +1142,7 @@ extensions: - erf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-freehand friendly: @@ -1056,6 +1155,7 @@ - fh7 - fhc registered: false + sort-priority: 43 - !ruby/object:MIME::Type content-type: image/x-fuji-raf friendly: @@ -1064,12 +1164,14 @@ extensions: - raf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-hasselblad-3fr encoding: base64 extensions: - 3fr registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-icon friendly: @@ -1078,6 +1180,7 @@ extensions: - ico registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-kodak-dcr friendly: @@ -1086,6 +1189,7 @@ extensions: - dcr registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-kodak-k25 friendly: @@ -1094,6 +1198,7 @@ extensions: - k25 registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-kodak-kdc friendly: @@ -1102,6 +1207,7 @@ extensions: - kdc registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-minolta-mrw friendly: @@ -1110,12 +1216,14 @@ extensions: - mrw registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-mrsid-image encoding: base64 extensions: - sid registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-ms-bmp friendly: @@ -1125,6 +1233,7 @@ - bmp obsolete: true registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: image/x-nikon-nef friendly: @@ -1133,6 +1242,7 @@ extensions: - nef registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-olympus-orf friendly: @@ -1141,6 +1251,7 @@ extensions: - orf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-paintshoppro encoding: base64 @@ -1148,6 +1259,7 @@ - psp - pspimage registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: image/x-panasonic-raw friendly: @@ -1156,6 +1268,7 @@ extensions: - raw registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-pcx friendly: @@ -1164,6 +1277,7 @@ extensions: - pcx registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-pentax-pef friendly: @@ -1172,6 +1286,7 @@ extensions: - pef registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-pict friendly: @@ -1181,6 +1296,7 @@ - pct - pic registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: image/x-portable-anymap friendly: @@ -1189,6 +1305,7 @@ extensions: - pnm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-portable-bitmap friendly: @@ -1197,6 +1314,7 @@ extensions: - pbm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-portable-graymap friendly: @@ -1205,6 +1323,7 @@ extensions: - pgm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-portable-pixmap friendly: @@ -1213,6 +1332,7 @@ extensions: - ppm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-rgb friendly: @@ -1221,6 +1341,7 @@ extensions: - rgb registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-sigma-x3f friendly: @@ -1229,6 +1350,7 @@ extensions: - x3f registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-sony-arw friendly: @@ -1237,6 +1359,7 @@ extensions: - arw registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-sony-sr2 friendly: @@ -1245,6 +1368,7 @@ extensions: - sr2 registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-sony-srf friendly: @@ -1253,28 +1377,33 @@ extensions: - srf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-targa encoding: base64 extensions: - tga registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-tga encoding: base64 extensions: - tga registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-vnd.dgn encoding: base64 extensions: - dgn registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-win-bmp encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: image/x-wmf encoding: base64 @@ -1288,6 +1417,7 @@ notes: - "- DEPRECATED in favor of image/wmf" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: image/x-xbitmap friendly: @@ -1296,18 +1426,21 @@ extensions: - xbm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-xbm encoding: 7bit extensions: - xbm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-xcf encoding: base64 extensions: - xcf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-xpixmap friendly: @@ -1316,6 +1449,7 @@ extensions: - xpm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: image/x-xwindowdump friendly: @@ -1324,3 +1458,4 @@ extensions: - xwd registered: false + sort-priority: 47 diff --git a/types/message.yaml b/types/message.yaml index e177d13..da152b8 100644 --- a/types/message.yaml +++ b/types/message.yaml @@ -8,6 +8,7 @@ template: - message/bhttp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/CPIM encoding: base64 @@ -17,6 +18,7 @@ template: - message/CPIM registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/delivery-status encoding: base64 @@ -26,6 +28,7 @@ template: - message/delivery-status registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/disposition-notification encoding: base64 @@ -35,6 +38,7 @@ template: - message/disposition-notification registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/example encoding: base64 @@ -44,6 +48,7 @@ template: - message/example registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/external-body encoding: 8bit @@ -54,6 +59,7 @@ template: - message/external-body registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/feedback-report encoding: base64 @@ -63,6 +69,7 @@ template: - message/feedback-report registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/global encoding: base64 @@ -72,6 +79,7 @@ template: - message/global registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/global-delivery-status encoding: base64 @@ -81,6 +89,7 @@ template: - message/global-delivery-status registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/global-disposition-notification encoding: base64 @@ -90,6 +99,7 @@ template: - message/global-disposition-notification registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/global-headers encoding: base64 @@ -99,6 +109,7 @@ template: - message/global-headers registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/http encoding: base64 @@ -108,6 +119,7 @@ template: - message/http registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/imdn+xml encoding: base64 @@ -117,6 +129,7 @@ template: - message/imdn+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/mls encoding: base64 @@ -126,6 +139,7 @@ template: - message/mls registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/news encoding: 8bit @@ -140,6 +154,7 @@ notes: - "(OBSOLETED by )" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: message/ohttp-req encoding: base64 @@ -149,6 +164,7 @@ template: - message/ohttp-req registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/ohttp-res encoding: base64 @@ -158,6 +174,7 @@ template: - message/ohttp-res registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/partial encoding: 8bit @@ -168,6 +185,7 @@ template: - message/partial registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/rfc822 friendly: @@ -183,6 +201,7 @@ template: - message/rfc822 registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: message/s-http encoding: base64 @@ -197,6 +216,7 @@ notes: - "(OBSOLETE)" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: message/sip encoding: base64 @@ -206,6 +226,7 @@ template: - message/sip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/sipfrag encoding: base64 @@ -215,6 +236,7 @@ template: - message/sipfrag registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/tracking-status encoding: base64 @@ -224,6 +246,7 @@ template: - message/tracking-status registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: message/vnd.si.simp encoding: base64 @@ -236,6 +259,7 @@ notes: - "(OBSOLETED by request)" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: message/vnd.wfa.wsc encoding: base64 @@ -245,3 +269,4 @@ template: - message/vnd.wfa.wsc registered: true + sort-priority: 16 diff --git a/types/model.yaml b/types/model.yaml index 6c6a569..2170e67 100644 --- a/types/model.yaml +++ b/types/model.yaml @@ -11,6 +11,7 @@ template: - model/3mf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/e57 encoding: base64 @@ -20,6 +21,7 @@ template: - model/e57 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/example encoding: base64 @@ -29,6 +31,7 @@ template: - model/example registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/gltf+json encoding: base64 @@ -39,6 +42,7 @@ template: - model/gltf+json registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/gltf-binary encoding: base64 @@ -49,6 +53,7 @@ template: - model/gltf-binary registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/iges friendly: @@ -63,6 +68,7 @@ template: - model/iges registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: model/JT encoding: base64 @@ -73,6 +79,7 @@ template: - model/JT registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/mesh friendly: @@ -88,6 +95,7 @@ template: - model/mesh registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: model/mtl encoding: base64 @@ -99,6 +107,7 @@ template: - model/mtl registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/obj encoding: base64 @@ -110,6 +119,7 @@ template: - model/obj registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/prc encoding: base64 @@ -120,6 +130,7 @@ template: - model/prc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/step encoding: base64 @@ -130,6 +141,7 @@ template: - model/step registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/step+xml encoding: base64 @@ -140,6 +152,7 @@ template: - model/step+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/step+zip encoding: base64 @@ -150,6 +163,7 @@ template: - model/step+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/step-xml+zip encoding: base64 @@ -160,6 +174,7 @@ template: - model/step-xml+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/stl encoding: base64 @@ -171,6 +186,7 @@ template: - model/stl registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/u3d encoding: base64 @@ -181,6 +197,7 @@ template: - model/u3d registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.bary encoding: base64 @@ -190,6 +207,7 @@ template: - model/vnd.bary registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.cld encoding: base64 @@ -199,6 +217,7 @@ template: - model/vnd.cld registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.collada+xml friendly: @@ -212,6 +231,7 @@ template: - model/vnd.collada+xml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: model/vnd.dwf friendly: @@ -225,6 +245,7 @@ template: - model/vnd.dwf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: model/vnd.flatland.3dml encoding: base64 @@ -234,6 +255,7 @@ template: - model/vnd.flatland.3dml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.gdl friendly: @@ -247,6 +269,7 @@ template: - model/vnd.gdl registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: model/vnd.gs-gdl encoding: base64 @@ -256,6 +279,7 @@ template: - model/vnd.gs-gdl registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.gtw friendly: @@ -269,6 +293,7 @@ template: - model/vnd.gtw registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: model/vnd.moml+xml encoding: base64 @@ -278,6 +303,7 @@ template: - model/vnd.moml+xml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.mts friendly: @@ -291,6 +317,7 @@ template: - model/vnd.mts registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: model/vnd.opengex encoding: base64 @@ -300,6 +327,7 @@ template: - model/vnd.opengex registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.parasolid.transmit.binary encoding: base64 @@ -312,6 +340,7 @@ template: - model/vnd.parasolid.transmit.binary registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: model/vnd.parasolid.transmit.text encoding: quoted-printable @@ -324,6 +353,7 @@ template: - model/vnd.parasolid.transmit.text registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: model/vnd.pytha.pyox encoding: base64 @@ -333,6 +363,7 @@ template: - model/vnd.pytha.pyox registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.rosette.annotated-data-model encoding: base64 @@ -342,6 +373,7 @@ template: - model/vnd.rosette.annotated-data-model registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.sap.vds encoding: base64 @@ -352,6 +384,7 @@ template: - model/vnd.sap.vds registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.usda encoding: base64 @@ -361,6 +394,7 @@ template: - model/vnd.usda registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.usdz+zip encoding: base64 @@ -370,6 +404,7 @@ template: - model/vnd.usdz+zip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.valve.source.compiled-map encoding: base64 @@ -379,6 +414,7 @@ template: - model/vnd.valve.source.compiled-map registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/vnd.vtu friendly: @@ -392,6 +428,7 @@ template: - model/vnd.vtu registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: model/vrml friendly: @@ -406,6 +443,7 @@ template: - model/vrml registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: model/x3d+binary encoding: base64 @@ -413,6 +451,7 @@ - x3db - x3dbz registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: model/x3d+fastinfoset encoding: base64 @@ -422,6 +461,7 @@ template: - model/x3d+fastinfoset registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: model/x3d+vrml encoding: base64 @@ -429,6 +469,7 @@ - x3dv - x3dvz registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: model/x3d+xml encoding: base64 @@ -442,6 +483,7 @@ template: - model/x3d+xml registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: model/x3d-vrml encoding: base64 @@ -452,3 +494,4 @@ template: - model/x3d-vrml registered: true + sort-priority: 16 diff --git a/types/multipart.yaml b/types/multipart.yaml index 5c45e65..09dbd94 100644 --- a/types/multipart.yaml +++ b/types/multipart.yaml @@ -9,6 +9,7 @@ template: - multipart/alternative registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/appledouble encoding: 8bit @@ -18,6 +19,7 @@ template: - multipart/appledouble registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/byteranges encoding: base64 @@ -27,6 +29,7 @@ template: - multipart/byteranges registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/digest encoding: 8bit @@ -37,6 +40,7 @@ template: - multipart/digest registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/encrypted encoding: base64 @@ -46,6 +50,7 @@ template: - multipart/encrypted registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/example encoding: base64 @@ -55,6 +60,7 @@ template: - multipart/example registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/form-data encoding: base64 @@ -64,6 +70,7 @@ template: - multipart/form-data registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/header-set encoding: base64 @@ -73,6 +80,7 @@ template: - multipart/header-set registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/mixed encoding: 8bit @@ -83,6 +91,7 @@ template: - multipart/mixed registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/multilingual encoding: base64 @@ -92,6 +101,7 @@ template: - multipart/multilingual registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/parallel encoding: 8bit @@ -102,6 +112,7 @@ template: - multipart/parallel registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/related encoding: base64 @@ -111,6 +122,7 @@ template: - multipart/related registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/report encoding: base64 @@ -120,6 +132,7 @@ template: - multipart/report registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/signed encoding: base64 @@ -129,6 +142,7 @@ template: - multipart/signed registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/vnd.bint.med-plus encoding: base64 @@ -138,6 +152,7 @@ template: - multipart/vnd.bint.med-plus registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/voice-message encoding: base64 @@ -147,10 +162,12 @@ template: - multipart/voice-message registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/x-gzip encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: multipart/x-mixed-replace encoding: base64 @@ -161,27 +178,33 @@ template: - multipart/x-mixed-replace registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: multipart/x-parallel encoding: base64 obsolete: true use-instead: multipart/parallel registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: multipart/x-tar encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: multipart/x-ustar encoding: base64 registered: false + sort-priority: 48 - !ruby/object:MIME::Type content-type: multipart/x-www-form-urlencoded encoding: base64 obsolete: true use-instead: application/x-www-form-urlencoded registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: multipart/x-zip encoding: base64 registered: false + sort-priority: 48 diff --git a/types/text.yaml b/types/text.yaml index e43872e..68e0f64 100644 --- a/types/text.yaml +++ b/types/text.yaml @@ -8,6 +8,7 @@ template: - text/1d-interleaved-parityfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/cache-manifest encoding: quoted-printable @@ -21,6 +22,7 @@ template: - text/cache-manifest registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: text/calendar friendly: @@ -35,6 +37,7 @@ template: - text/calendar registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: text/comma-separated-values encoding: 8bit @@ -43,6 +46,7 @@ obsolete: true use-instead: text/csv registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: text/cql encoding: quoted-printable @@ -53,6 +57,7 @@ template: - text/cql registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/cql-expression encoding: quoted-printable @@ -63,6 +68,7 @@ template: - text/cql-expression registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/cql-identifier encoding: quoted-printable @@ -73,6 +79,7 @@ template: - text/cql-identifier registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/css friendly: @@ -86,6 +93,7 @@ template: - text/css registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/csv friendly: @@ -100,6 +108,7 @@ template: - text/csv registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/csv-schema encoding: quoted-printable @@ -110,6 +119,7 @@ template: - text/csv-schema registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/directory encoding: quoted-printable @@ -123,6 +133,7 @@ notes: - "- DEPRECATED by RFC6350" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: text/dns encoding: quoted-printable @@ -132,6 +143,7 @@ template: - text/dns registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/ecmascript encoding: quoted-printable @@ -148,6 +160,7 @@ notes: - "(OBSOLETED in favor of text/javascript)" registered: true + sort-priority: 142 - !ruby/object:MIME::Type content-type: text/encaprtp encoding: quoted-printable @@ -157,6 +170,7 @@ template: - text/encaprtp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/enriched encoding: quoted-printable @@ -166,6 +180,7 @@ template: - text/enriched registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/example encoding: quoted-printable @@ -175,6 +190,7 @@ template: - text/example registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/fhirpath encoding: quoted-printable @@ -185,6 +201,7 @@ template: - text/fhirpath registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/flexfec encoding: quoted-printable @@ -194,6 +211,7 @@ template: - text/flexfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/fwdred encoding: quoted-printable @@ -203,6 +221,7 @@ template: - text/fwdred registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/gff3 encoding: quoted-printable @@ -212,6 +231,7 @@ template: - text/gff3 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/grammar-ref-list encoding: quoted-printable @@ -221,6 +241,7 @@ template: - text/grammar-ref-list registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/hl7v2 encoding: quoted-printable @@ -231,6 +252,7 @@ template: - text/hl7v2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/html friendly: @@ -249,6 +271,7 @@ template: - text/html registered: true + sort-priority: 11 - !ruby/object:MIME::Type content-type: text/javascript encoding: quoted-printable @@ -262,36 +285,42 @@ template: - text/javascript registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: text/javascript1.0 encoding: quoted-printable obsolete: true use-instead: text/javascript registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: text/javascript1.1 encoding: quoted-printable obsolete: true use-instead: text/javascript registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: text/javascript1.2 encoding: quoted-printable obsolete: true use-instead: text/javascript registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: text/javascript1.3 encoding: quoted-printable obsolete: true use-instead: text/javascript registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: text/javascript1.4 encoding: quoted-printable obsolete: true use-instead: text/javascript registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: text/jcr-cnd encoding: quoted-printable @@ -301,18 +330,21 @@ template: - text/jcr-cnd registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/jscript encoding: quoted-printable obsolete: true use-instead: text/javascript registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: text/livescript encoding: quoted-printable obsolete: true use-instead: text/javascript registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: text/markdown encoding: quoted-printable @@ -326,6 +358,7 @@ template: - text/markdown registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: text/mizar encoding: quoted-printable @@ -335,6 +368,7 @@ template: - text/mizar registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/n3 friendly: @@ -349,6 +383,7 @@ template: - text/n3 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/nfo encoding: quoted-printable @@ -357,6 +392,7 @@ - Sean_Leonard registered: true provisional: true + sort-priority: 80 - !ruby/object:MIME::Type content-type: text/parameters encoding: quoted-printable @@ -366,6 +402,7 @@ template: - text/parameters registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/parityfec encoding: quoted-printable @@ -375,6 +412,7 @@ template: - text/parityfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/plain friendly: @@ -408,6 +446,7 @@ template: - text/plain registered: true + sort-priority: 0 - !ruby/object:MIME::Type content-type: text/provenance-notation encoding: quoted-printable @@ -418,6 +457,7 @@ template: - text/provenance-notation registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/prs.fallenstein.rst encoding: quoted-printable @@ -429,6 +469,7 @@ template: - text/prs.fallenstein.rst registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/prs.lines.tag friendly: @@ -442,6 +483,7 @@ template: - text/prs.lines.tag registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/prs.prop.logic encoding: quoted-printable @@ -451,6 +493,7 @@ template: - text/prs.prop.logic registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/prs.texi encoding: quoted-printable @@ -460,6 +503,7 @@ template: - text/prs.texi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/raptorfec encoding: quoted-printable @@ -469,6 +513,7 @@ template: - text/raptorfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/RED encoding: quoted-printable @@ -478,6 +523,7 @@ template: - text/RED registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/rfc822-headers encoding: quoted-printable @@ -487,6 +533,7 @@ template: - text/rfc822-headers registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/richtext friendly: @@ -501,6 +548,7 @@ template: - text/richtext registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/rtf encoding: 8bit @@ -512,6 +560,7 @@ template: - text/rtf registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/rtp-enc-aescm128 encoding: quoted-printable @@ -521,6 +570,7 @@ template: - text/rtp-enc-aescm128 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/rtploopback encoding: quoted-printable @@ -530,6 +580,7 @@ template: - text/rtploopback registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/rtx encoding: quoted-printable @@ -539,6 +590,7 @@ template: - text/rtx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/sgml friendly: @@ -553,6 +605,7 @@ template: - text/SGML registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: text/shaclc encoding: quoted-printable @@ -563,6 +616,7 @@ template: - text/shaclc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/shex encoding: quoted-printable @@ -573,6 +627,7 @@ template: - text/shex registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/spdx encoding: quoted-printable @@ -583,6 +638,7 @@ template: - text/spdx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/strings encoding: quoted-printable @@ -592,6 +648,7 @@ template: - text/strings registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/t140 encoding: quoted-printable @@ -601,6 +658,7 @@ template: - text/t140 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/tab-separated-values friendly: @@ -614,6 +672,7 @@ template: - text/tab-separated-values registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/troff friendly: @@ -633,6 +692,7 @@ template: - text/troff registered: true + sort-priority: 9 - !ruby/object:MIME::Type content-type: text/turtle friendly: @@ -647,6 +707,7 @@ template: - text/turtle registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/ulpfec encoding: quoted-printable @@ -656,6 +717,7 @@ template: - text/ulpfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/uri-list friendly: @@ -671,6 +733,7 @@ template: - text/uri-list registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: text/vcard encoding: quoted-printable @@ -683,6 +746,7 @@ - text/vcard registered: true signature: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.a encoding: quoted-printable @@ -692,6 +756,7 @@ template: - text/vnd.a registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.abc encoding: quoted-printable @@ -701,6 +766,7 @@ template: - text/vnd.abc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.ascii-art encoding: quoted-printable @@ -710,6 +776,7 @@ template: - text/vnd.ascii-art registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.curl friendly: @@ -723,6 +790,7 @@ template: - text/vnd.curl registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.curl.dcurl friendly: @@ -731,6 +799,7 @@ extensions: - dcurl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/vnd.curl.mcurl friendly: @@ -739,6 +808,7 @@ extensions: - mcurl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/vnd.curl.scurl friendly: @@ -747,6 +817,7 @@ extensions: - scurl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/vnd.debian.copyright encoding: quoted-printable @@ -756,6 +827,7 @@ template: - text/vnd.debian.copyright registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.DMClientScript encoding: quoted-printable @@ -765,6 +837,7 @@ template: - text/vnd.DMClientScript registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.dvb.subtitle encoding: quoted-printable @@ -777,6 +850,7 @@ template: - text/vnd.dvb.subtitle registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.esmertec.theme-descriptor encoding: quoted-printable @@ -786,6 +860,7 @@ template: - text/vnd.esmertec.theme-descriptor registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.exchangeable encoding: quoted-printable @@ -795,6 +870,7 @@ template: - text/vnd.exchangeable registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.familysearch.gedcom encoding: quoted-printable @@ -804,6 +880,7 @@ template: - text/vnd.familysearch.gedcom registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.ficlab.flt encoding: quoted-printable @@ -813,12 +890,14 @@ template: - text/vnd.ficlab.flt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.flatland.3dml encoding: quoted-printable obsolete: true use-instead: model/vnd.flatland.3dml registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: text/vnd.fly friendly: @@ -832,6 +911,7 @@ template: - text/vnd.fly registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.fmi.flexstor friendly: @@ -845,6 +925,7 @@ template: - text/vnd.fmi.flexstor registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.gml encoding: quoted-printable @@ -854,6 +935,7 @@ template: - text/vnd.gml registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.graphviz friendly: @@ -867,6 +949,7 @@ template: - text/vnd.graphviz registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.hans encoding: quoted-printable @@ -876,6 +959,7 @@ template: - text/vnd.hans registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.hgl encoding: quoted-printable @@ -885,6 +969,7 @@ template: - text/vnd.hgl registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.in3d.3dml friendly: @@ -898,6 +983,7 @@ template: - text/vnd.in3d.3dml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.in3d.spot friendly: @@ -911,6 +997,7 @@ template: - text/vnd.in3d.spot registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.IPTC.NewsML encoding: quoted-printable @@ -920,6 +1007,7 @@ template: - text/vnd.IPTC.NewsML registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.IPTC.NITF encoding: quoted-printable @@ -929,6 +1017,7 @@ template: - text/vnd.IPTC.NITF registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.latex-z encoding: quoted-printable @@ -938,6 +1027,7 @@ template: - text/vnd.latex-z registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.motorola.reflex encoding: quoted-printable @@ -947,6 +1037,7 @@ template: - text/vnd.motorola.reflex registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.ms-mediapackage encoding: quoted-printable @@ -956,6 +1047,7 @@ template: - text/vnd.ms-mediapackage registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.net2phone.commcenter.command encoding: quoted-printable @@ -967,6 +1059,7 @@ template: - text/vnd.net2phone.commcenter.command registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.radisys.msml-basic-layout encoding: quoted-printable @@ -976,6 +1069,7 @@ template: - text/vnd.radisys.msml-basic-layout registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.senx.warpscript encoding: quoted-printable @@ -985,6 +1079,7 @@ template: - text/vnd.senx.warpscript registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.si.uricatalogue encoding: quoted-printable @@ -997,6 +1092,7 @@ notes: - "(OBSOLETED by request)" registered: true + sort-priority: 144 - !ruby/object:MIME::Type content-type: text/vnd.sosi encoding: quoted-printable @@ -1006,6 +1102,7 @@ template: - text/vnd.sosi registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.sun.j2me.app-descriptor friendly: @@ -1019,6 +1116,7 @@ template: - text/vnd.sun.j2me.app-descriptor registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.trolltech.linguist encoding: quoted-printable @@ -1028,6 +1126,7 @@ template: - text/vnd.trolltech.linguist registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.vcf encoding: quoted-printable @@ -1037,6 +1136,7 @@ template: - text/vnd.vcf registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vnd.wap.si encoding: quoted-printable @@ -1048,6 +1148,7 @@ template: - text/vnd.wap.si registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.wap.sl encoding: quoted-printable @@ -1059,6 +1160,7 @@ template: - text/vnd.wap.sl registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.wap.wml friendly: @@ -1072,6 +1174,7 @@ template: - text/vnd.wap.wml registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.wap.wmlscript friendly: @@ -1085,6 +1188,7 @@ template: - text/vnd.wap.wmlscript registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/vnd.zoo.kcl encoding: quoted-printable @@ -1094,6 +1198,7 @@ template: - text/vnd.zoo.kcl registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/vtt encoding: quoted-printable @@ -1106,6 +1211,7 @@ template: - text/vtt registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: text/wgsl encoding: quoted-printable @@ -1116,6 +1222,7 @@ template: - text/wgsl registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: text/x-asm friendly: @@ -1125,6 +1232,7 @@ - asm - s registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: text/x-c friendly: @@ -1139,24 +1247,28 @@ - h - hh registered: false + sort-priority: 41 - !ruby/object:MIME::Type content-type: text/x-coffescript encoding: 8bit extensions: - coffee registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/x-component encoding: 8bit extensions: - htc registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/x-ecmascript encoding: quoted-printable obsolete: true use-instead: text/javascript registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: text/x-fortran friendly: @@ -1168,6 +1280,7 @@ - f90 - for registered: false + sort-priority: 44 - !ruby/object:MIME::Type content-type: text/x-java-source friendly: @@ -1176,18 +1289,21 @@ extensions: - java registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/x-nfo encoding: quoted-printable extensions: - nfo registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/x-opml encoding: quoted-printable extensions: - opml registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/x-pascal friendly: @@ -1197,6 +1313,7 @@ - p - pas registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: text/x-rtf encoding: 8bit @@ -1205,6 +1322,7 @@ obsolete: true use-instead: text/rtf registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: text/x-setext friendly: @@ -1213,12 +1331,14 @@ extensions: - etx registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/x-sfv encoding: quoted-printable extensions: - sfv registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/x-uuencode friendly: @@ -1227,6 +1347,7 @@ extensions: - uu registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/x-vcalendar friendly: @@ -1235,6 +1356,7 @@ extensions: - vcs registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/x-vcard friendly: @@ -1244,12 +1366,14 @@ - vcf registered: false signature: true + sort-priority: 47 - !ruby/object:MIME::Type content-type: text/x-vnd.flatland.3dml encoding: quoted-printable obsolete: true use-instead: model/vnd.flatland.3dml registered: false + sort-priority: 176 - !ruby/object:MIME::Type content-type: text/x-yaml encoding: 8bit @@ -1257,6 +1381,7 @@ - yaml - yml registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: text/xml encoding: 8bit @@ -1270,6 +1395,7 @@ template: - text/xml registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: text/xml-external-parsed-entity encoding: quoted-printable @@ -1279,3 +1405,4 @@ template: - text/xml-external-parsed-entity registered: true + sort-priority: 16 diff --git a/types/video.yaml b/types/video.yaml index 132d209..d1712a5 100644 --- a/types/video.yaml +++ b/types/video.yaml @@ -8,6 +8,7 @@ template: - video/1d-interleaved-parityfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/3gpp friendly: @@ -23,6 +24,7 @@ template: - video/3gpp registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/3gpp-tt encoding: base64 @@ -32,6 +34,7 @@ template: - video/3gpp-tt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/3gpp2 friendly: @@ -47,6 +50,7 @@ template: - video/3gpp2 registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/AV1 encoding: base64 @@ -56,6 +60,7 @@ template: - video/AV1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/BMPEG encoding: base64 @@ -65,6 +70,7 @@ template: - video/BMPEG registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/BT656 encoding: base64 @@ -74,6 +80,7 @@ template: - video/BT656 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/CelB encoding: base64 @@ -83,6 +90,7 @@ template: - video/CelB registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/dl encoding: base64 @@ -91,6 +99,7 @@ obsolete: true use-instead: video/x-dl registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: video/DV encoding: base64 @@ -102,6 +111,7 @@ template: - video/DV registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: video/encaprtp encoding: base64 @@ -111,6 +121,7 @@ template: - video/encaprtp registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/evc encoding: base64 @@ -120,6 +131,7 @@ template: - video/evc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/example encoding: base64 @@ -129,6 +141,7 @@ template: - video/example registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/FFV1 encoding: base64 @@ -138,6 +151,7 @@ template: - video/FFV1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/flexfec encoding: base64 @@ -147,6 +161,7 @@ template: - video/flexfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/gl encoding: base64 @@ -155,6 +170,7 @@ obsolete: true use-instead: video/x-gl registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: video/H261 friendly: @@ -168,6 +184,7 @@ template: - video/H261 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: video/H263 friendly: @@ -181,6 +198,7 @@ template: - video/H263 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: video/H263-1998 encoding: base64 @@ -190,6 +208,7 @@ template: - video/H263-1998 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/H263-2000 encoding: base64 @@ -199,6 +218,7 @@ template: - video/H263-2000 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/H264 friendly: @@ -212,6 +232,7 @@ template: - video/H264 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: video/H264-RCDO encoding: base64 @@ -221,6 +242,7 @@ template: - video/H264-RCDO registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/H264-SVC encoding: base64 @@ -230,6 +252,7 @@ template: - video/H264-SVC registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/H265 encoding: base64 @@ -239,6 +262,7 @@ template: - video/H265 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/H266 encoding: base64 @@ -248,6 +272,7 @@ template: - video/H266 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/iso.segment encoding: base64 @@ -258,6 +283,7 @@ template: - video/iso.segment registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/JPEG friendly: @@ -271,6 +297,7 @@ template: - video/JPEG registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: video/jpeg2000 encoding: base64 @@ -281,6 +308,7 @@ template: - video/jpeg2000 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/jpm friendly: @@ -290,6 +318,7 @@ - jpgm - jpm registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: video/jxsv encoding: base64 @@ -299,6 +328,7 @@ template: - video/jxsv registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/matroska encoding: base64 @@ -308,6 +338,7 @@ template: - video/matroska registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/matroska-3d encoding: base64 @@ -317,6 +348,7 @@ template: - video/matroska-3d registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/MJ2 friendly: @@ -331,6 +363,7 @@ template: - video/mj2 registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/MP1S encoding: base64 @@ -340,6 +373,7 @@ template: - video/MP1S registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/MP2P encoding: base64 @@ -349,6 +383,7 @@ template: - video/MP2P registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/MP2T encoding: base64 @@ -368,6 +403,7 @@ template: - video/MP2T registered: true + sort-priority: 7 - !ruby/object:MIME::Type content-type: video/mp4 friendly: @@ -386,6 +422,7 @@ template: - video/mp4 registered: true + sort-priority: 11 - !ruby/object:MIME::Type content-type: video/MP4V-ES encoding: base64 @@ -395,6 +432,7 @@ template: - video/MP4V-ES registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/mpeg friendly: @@ -415,6 +453,7 @@ template: - video/mpeg registered: true + sort-priority: 9 - !ruby/object:MIME::Type content-type: video/mpeg4-generic encoding: base64 @@ -424,6 +463,7 @@ template: - video/mpeg4-generic registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/MPV encoding: base64 @@ -433,6 +473,7 @@ template: - video/MPV registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/nv encoding: base64 @@ -442,6 +483,7 @@ template: - video/nv registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/ogg friendly: @@ -457,6 +499,7 @@ template: - video/ogg registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/parityfec encoding: base64 @@ -466,6 +509,7 @@ template: - video/parityfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/pointer encoding: base64 @@ -475,6 +519,7 @@ template: - video/pointer registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/quicktime friendly: @@ -491,6 +536,7 @@ template: - video/quicktime registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/raptorfec encoding: base64 @@ -500,6 +546,7 @@ template: - video/raptorfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/raw encoding: base64 @@ -509,6 +556,7 @@ template: - video/raw registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/rtp-enc-aescm128 encoding: base64 @@ -518,6 +566,7 @@ template: - video/rtp-enc-aescm128 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/rtploopback encoding: base64 @@ -527,6 +576,7 @@ template: - video/rtploopback registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/rtx encoding: base64 @@ -536,6 +586,7 @@ template: - video/rtx registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/scip encoding: base64 @@ -545,6 +596,7 @@ template: - video/scip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/smpte291 encoding: base64 @@ -554,6 +606,7 @@ template: - video/smpte291 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/SMPTE292M encoding: base64 @@ -563,6 +616,7 @@ template: - video/SMPTE292M registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/ulpfec encoding: base64 @@ -572,6 +626,7 @@ template: - video/ulpfec registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vc1 encoding: base64 @@ -581,6 +636,7 @@ template: - video/vc1 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vc2 encoding: base64 @@ -590,6 +646,7 @@ template: - video/vc2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.CCTV encoding: base64 @@ -599,6 +656,7 @@ template: - video/vnd.CCTV registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.dece.hd friendly: @@ -613,6 +671,7 @@ template: - video/vnd.dece.hd registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/vnd.dece.mobile friendly: @@ -627,6 +686,7 @@ template: - video/vnd.dece.mobile registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/vnd.dece.mp4 encoding: base64 @@ -636,6 +696,7 @@ template: - video/vnd.dece.mp4 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.dece.pd friendly: @@ -650,6 +711,7 @@ template: - video/vnd.dece.pd registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/vnd.dece.sd friendly: @@ -664,6 +726,7 @@ template: - video/vnd.dece.sd registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/vnd.dece.video friendly: @@ -678,6 +741,7 @@ template: - video/vnd.dece.video registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/vnd.directv.mpeg encoding: base64 @@ -687,6 +751,7 @@ template: - video/vnd.directv.mpeg registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.directv.mpeg-tts encoding: base64 @@ -696,6 +761,7 @@ template: - video/vnd.directv.mpeg-tts registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.dlna.mpeg-tts encoding: base64 @@ -705,6 +771,7 @@ template: - video/vnd.dlna.mpeg-tts registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.dvb.file encoding: base64 @@ -717,6 +784,7 @@ template: - video/vnd.dvb.file registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: video/vnd.fvt friendly: @@ -730,6 +798,7 @@ template: - video/vnd.fvt registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: video/vnd.hns.video encoding: base64 @@ -739,6 +808,7 @@ template: - video/vnd.hns.video registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.iptvforum.1dparityfec-1010 encoding: base64 @@ -748,6 +818,7 @@ template: - video/vnd.iptvforum.1dparityfec-1010 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.iptvforum.1dparityfec-2005 encoding: base64 @@ -757,6 +828,7 @@ template: - video/vnd.iptvforum.1dparityfec-2005 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.iptvforum.2dparityfec-1010 encoding: base64 @@ -766,6 +838,7 @@ template: - video/vnd.iptvforum.2dparityfec-1010 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.iptvforum.2dparityfec-2005 encoding: base64 @@ -775,6 +848,7 @@ template: - video/vnd.iptvforum.2dparityfec-2005 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.iptvforum.ttsavc encoding: base64 @@ -784,6 +858,7 @@ template: - video/vnd.iptvforum.ttsavc registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.iptvforum.ttsmpeg2 encoding: base64 @@ -793,6 +868,7 @@ template: - video/vnd.iptvforum.ttsmpeg2 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.motorola.video encoding: base64 @@ -802,6 +878,7 @@ template: - video/vnd.motorola.video registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.motorola.videop encoding: base64 @@ -811,6 +888,7 @@ template: - video/vnd.motorola.videop registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.mpegurl friendly: @@ -825,6 +903,7 @@ template: - video/vnd.mpegurl registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/vnd.ms-playready.media.pyv friendly: @@ -838,6 +917,7 @@ template: - video/vnd.ms-playready.media.pyv registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: video/vnd.nokia.interleaved-multimedia encoding: base64 @@ -849,6 +929,7 @@ template: - video/vnd.nokia.interleaved-multimedia registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: video/vnd.nokia.mp4vr encoding: base64 @@ -858,6 +939,7 @@ template: - video/vnd.nokia.mp4vr registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.nokia.videovoip encoding: base64 @@ -867,6 +949,7 @@ template: - video/vnd.nokia.videovoip registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.objectvideo encoding: base64 @@ -879,6 +962,7 @@ template: - video/vnd.objectvideo registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/vnd.radgamettools.bink encoding: base64 @@ -888,6 +972,7 @@ template: - video/vnd.radgamettools.bink registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.radgamettools.smacker encoding: base64 @@ -897,6 +982,7 @@ template: - video/vnd.radgamettools.smacker registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/vnd.sealed.mpeg1 encoding: base64 @@ -908,6 +994,7 @@ template: - video/vnd.sealed.mpeg1 registered: true + sort-priority: 15 - !ruby/object:MIME::Type content-type: video/vnd.sealed.mpeg4 encoding: base64 @@ -920,6 +1007,7 @@ template: - video/vnd.sealed.mpeg4 registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/vnd.sealed.swf encoding: base64 @@ -932,6 +1020,7 @@ template: - video/vnd.sealed.swf registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/vnd.sealedmedia.softseal.mov encoding: base64 @@ -945,6 +1034,7 @@ template: - video/vnd.sealedmedia.softseal.mov registered: true + sort-priority: 13 - !ruby/object:MIME::Type content-type: video/vnd.uvvu.mp4 friendly: @@ -959,6 +1049,7 @@ template: - video/vnd.uvvu.mp4 registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/vnd.vivo friendly: @@ -973,6 +1064,7 @@ template: - video/vnd.vivo registered: true + sort-priority: 14 - !ruby/object:MIME::Type content-type: video/vnd.youtube.yt encoding: base64 @@ -982,6 +1074,7 @@ template: - video/vnd.youtube.yt registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/VP8 encoding: base64 @@ -991,6 +1084,7 @@ template: - video/VP8 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/VP9 encoding: base64 @@ -1000,6 +1094,7 @@ template: - video/VP9 registered: true + sort-priority: 16 - !ruby/object:MIME::Type content-type: video/webm friendly: @@ -1008,12 +1103,14 @@ extensions: - webm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-dl encoding: base64 extensions: - dl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-dv encoding: base64 @@ -1022,6 +1119,7 @@ obsolete: true use-instead: video/DV registered: false + sort-priority: 175 - !ruby/object:MIME::Type content-type: video/x-f4v friendly: @@ -1030,6 +1128,7 @@ extensions: - f4v registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-fli friendly: @@ -1038,6 +1137,7 @@ extensions: - fli registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-flv friendly: @@ -1046,18 +1146,21 @@ extensions: - flv registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-gl encoding: base64 extensions: - gl registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-ivf encoding: base64 extensions: - ivf registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-m4v friendly: @@ -1066,6 +1169,7 @@ extensions: - m4v registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-matroska encoding: base64 @@ -1074,12 +1178,14 @@ - mks - mkv registered: false + sort-priority: 45 - !ruby/object:MIME::Type content-type: video/x-mng encoding: base64 extensions: - mng registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-motion-jpeg encoding: base64 @@ -1087,6 +1193,7 @@ - mjpg - mjpeg registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: video/x-ms-asf friendly: @@ -1096,12 +1203,14 @@ - asf - asx registered: false + sort-priority: 46 - !ruby/object:MIME::Type content-type: video/x-ms-vob encoding: base64 extensions: - vob registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-ms-wm friendly: @@ -1110,6 +1219,7 @@ extensions: - wm registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-ms-wmv friendly: @@ -1118,6 +1228,7 @@ extensions: - wmv registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-ms-wmx friendly: @@ -1126,6 +1237,7 @@ extensions: - wmx registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-ms-wvx friendly: @@ -1134,6 +1246,7 @@ extensions: - wvx registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-msvideo friendly: @@ -1142,6 +1255,7 @@ extensions: - avi registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-sgi-movie friendly: @@ -1150,9 +1264,11 @@ extensions: - movie registered: false + sort-priority: 47 - !ruby/object:MIME::Type content-type: video/x-smv encoding: base64 extensions: - smv registered: false + sort-priority: 47 diff --git a/types/world.yaml b/types/world.yaml index fc9bd15..f7708ec 100644 --- a/types/world.yaml +++ b/types/world.yaml @@ -6,3 +6,4 @@ - wrl - vrml registered: false + sort-priority: 46