mime-types-data 3.2021.0225 → 3.2022.0105
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Code-of-Conduct.md +12 -12
- data/Contributing.md +37 -20
- data/History.md +46 -12
- data/Licence.md +9 -10
- data/Manifest.txt +3 -0
- data/README.md +11 -1
- data/Rakefile +68 -72
- data/data/content_type_mime.db +878 -0
- data/data/ext_mime.db +1198 -0
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +69 -1
- data/data/mime.docs.column +68 -0
- data/data/mime.encoding.column +68 -0
- data/data/mime.flags.column +2383 -2315
- data/data/mime.friendly.column +68 -0
- data/data/mime.pext.column +68 -0
- data/data/mime.use_instead.column +71 -3
- data/data/mime.xrefs.column +98 -30
- data/lib/mime/types/data.rb +2 -2
- data/lib/mime-types-data.rb +1 -1
- data/types/application.yaml +390 -24
- data/types/audio.yaml +2 -0
- data/types/image.yaml +4 -3
- data/types/message.yaml +9 -4
- data/types/model.yaml +59 -0
- data/types/multipart.yaml +2 -2
- data/types/provisional-standard-types.yaml +145 -0
- data/types/text.yaml +24 -3
- data/types/video.yaml +27 -0
- metadata +38 -7
data/types/application.yaml
CHANGED
@@ -28,6 +28,26 @@
|
|
28
28
|
template:
|
29
29
|
- application/3gpp-ims+xml
|
30
30
|
registered: true
|
31
|
+
- !ruby/object:MIME::Type
|
32
|
+
content-type: application/3gppHal+json
|
33
|
+
encoding: base64
|
34
|
+
xrefs:
|
35
|
+
person:
|
36
|
+
- Ulrich_Wiehe
|
37
|
+
- _3GPP
|
38
|
+
template:
|
39
|
+
- application/3gppHal+json
|
40
|
+
registered: true
|
41
|
+
- !ruby/object:MIME::Type
|
42
|
+
content-type: application/3gppHalForms+json
|
43
|
+
encoding: base64
|
44
|
+
xrefs:
|
45
|
+
person:
|
46
|
+
- Ulrich_Wiehe
|
47
|
+
- _3GPP
|
48
|
+
template:
|
49
|
+
- application/3gppHalForms+json
|
50
|
+
registered: true
|
31
51
|
- !ruby/object:MIME::Type
|
32
52
|
content-type: application/A2L
|
33
53
|
encoding: base64
|
@@ -53,6 +73,15 @@
|
|
53
73
|
obsolete: true
|
54
74
|
use-instead: application/x-msaccess
|
55
75
|
registered: false
|
76
|
+
- !ruby/object:MIME::Type
|
77
|
+
content-type: application/ace+cbor
|
78
|
+
encoding: base64
|
79
|
+
xrefs:
|
80
|
+
draft:
|
81
|
+
- RFC-ietf-ace-oauth-authz-46
|
82
|
+
template:
|
83
|
+
- application/ace+cbor
|
84
|
+
registered: true
|
56
85
|
- !ruby/object:MIME::Type
|
57
86
|
content-type: application/activemessage
|
58
87
|
encoding: base64
|
@@ -224,6 +253,15 @@
|
|
224
253
|
extensions:
|
225
254
|
- aw
|
226
255
|
registered: false
|
256
|
+
- !ruby/object:MIME::Type
|
257
|
+
content-type: application/at+jwt
|
258
|
+
encoding: base64
|
259
|
+
xrefs:
|
260
|
+
rfc:
|
261
|
+
- rfc9068
|
262
|
+
template:
|
263
|
+
- application/at+jwt
|
264
|
+
registered: true
|
227
265
|
- !ruby/object:MIME::Type
|
228
266
|
content-type: application/ATF
|
229
267
|
encoding: base64
|
@@ -827,6 +865,15 @@
|
|
827
865
|
template:
|
828
866
|
- application/dash+xml
|
829
867
|
registered: true
|
868
|
+
- !ruby/object:MIME::Type
|
869
|
+
content-type: application/dash-patch+xml
|
870
|
+
encoding: base64
|
871
|
+
xrefs:
|
872
|
+
person:
|
873
|
+
- ISO-IEC_JTC1
|
874
|
+
template:
|
875
|
+
- application/dash-patch+xml
|
876
|
+
registered: true
|
830
877
|
- !ruby/object:MIME::Type
|
831
878
|
content-type: application/dashdelta
|
832
879
|
encoding: base64
|
@@ -904,7 +951,6 @@
|
|
904
951
|
person:
|
905
952
|
- DICOM_Standards_Committee
|
906
953
|
- David_Clunie
|
907
|
-
- James_F_Philbin
|
908
954
|
template:
|
909
955
|
- application/dicom+json
|
910
956
|
registered: true
|
@@ -915,7 +961,6 @@
|
|
915
961
|
person:
|
916
962
|
- DICOM_Standards_Committee
|
917
963
|
- David_Clunie
|
918
|
-
- James_F_Philbin
|
919
964
|
template:
|
920
965
|
- application/dicom+xml
|
921
966
|
registered: true
|
@@ -977,7 +1022,7 @@
|
|
977
1022
|
encoding: base64
|
978
1023
|
xrefs:
|
979
1024
|
rfc:
|
980
|
-
-
|
1025
|
+
- rfc9132
|
981
1026
|
template:
|
982
1027
|
- application/dots+cbor
|
983
1028
|
registered: true
|
@@ -1294,6 +1339,16 @@
|
|
1294
1339
|
template:
|
1295
1340
|
- application/expect-ct-report+json
|
1296
1341
|
registered: true
|
1342
|
+
- !ruby/object:MIME::Type
|
1343
|
+
content-type: application/express
|
1344
|
+
encoding: base64
|
1345
|
+
xrefs:
|
1346
|
+
person:
|
1347
|
+
- Dana_Tripp
|
1348
|
+
- ISO-TC_184-SC_4
|
1349
|
+
template:
|
1350
|
+
- application/express
|
1351
|
+
registered: true
|
1297
1352
|
- !ruby/object:MIME::Type
|
1298
1353
|
content-type: application/fastinfoset
|
1299
1354
|
encoding: base64
|
@@ -1553,8 +1608,8 @@
|
|
1553
1608
|
content-type: application/http
|
1554
1609
|
encoding: base64
|
1555
1610
|
xrefs:
|
1556
|
-
|
1557
|
-
-
|
1611
|
+
draft:
|
1612
|
+
- RFC-ietf-httpbis-messaging-19
|
1558
1613
|
template:
|
1559
1614
|
- application/http
|
1560
1615
|
registered: true
|
@@ -1816,8 +1871,8 @@
|
|
1816
1871
|
content-type: application/jscalendar+json
|
1817
1872
|
encoding: base64
|
1818
1873
|
xrefs:
|
1819
|
-
|
1820
|
-
-
|
1874
|
+
rfc:
|
1875
|
+
- rfc8984
|
1821
1876
|
template:
|
1822
1877
|
- application/jscalendar+json
|
1823
1878
|
registered: true
|
@@ -2037,6 +2092,18 @@
|
|
2037
2092
|
template:
|
2038
2093
|
- application/mads+xml
|
2039
2094
|
registered: true
|
2095
|
+
- !ruby/object:MIME::Type
|
2096
|
+
content-type: application/manifest+json
|
2097
|
+
encoding: base64
|
2098
|
+
extensions:
|
2099
|
+
- webmanifest
|
2100
|
+
xrefs:
|
2101
|
+
person:
|
2102
|
+
- Marcos_Caceres
|
2103
|
+
- W3C
|
2104
|
+
template:
|
2105
|
+
- application/manifest+json
|
2106
|
+
registered: true
|
2040
2107
|
- !ruby/object:MIME::Type
|
2041
2108
|
content-type: application/marc
|
2042
2109
|
friendly:
|
@@ -2343,6 +2410,15 @@
|
|
2343
2410
|
template:
|
2344
2411
|
- application/mipc
|
2345
2412
|
registered: true
|
2413
|
+
- !ruby/object:MIME::Type
|
2414
|
+
content-type: application/missing-blocks+cbor-seq
|
2415
|
+
encoding: base64
|
2416
|
+
xrefs:
|
2417
|
+
draft:
|
2418
|
+
- RFC-ietf-core-new-block-14
|
2419
|
+
template:
|
2420
|
+
- application/missing-blocks+cbor-seq
|
2421
|
+
registered: true
|
2346
2422
|
- !ruby/object:MIME::Type
|
2347
2423
|
content-type: application/mmt-aei+xml
|
2348
2424
|
encoding: base64
|
@@ -2646,6 +2722,15 @@
|
|
2646
2722
|
template:
|
2647
2723
|
- application/nss
|
2648
2724
|
registered: true
|
2725
|
+
- !ruby/object:MIME::Type
|
2726
|
+
content-type: application/oauth-authz-req+jwt
|
2727
|
+
encoding: base64
|
2728
|
+
xrefs:
|
2729
|
+
rfc:
|
2730
|
+
- rfc9101
|
2731
|
+
template:
|
2732
|
+
- application/oauth-authz-req+jwt
|
2733
|
+
registered: true
|
2649
2734
|
- !ruby/object:MIME::Type
|
2650
2735
|
content-type: application/ocsp-request
|
2651
2736
|
encoding: base64
|
@@ -2804,6 +2889,26 @@
|
|
2804
2889
|
template:
|
2805
2890
|
- application/oxps
|
2806
2891
|
registered: true
|
2892
|
+
- !ruby/object:MIME::Type
|
2893
|
+
content-type: application/p21
|
2894
|
+
encoding: base64
|
2895
|
+
xrefs:
|
2896
|
+
person:
|
2897
|
+
- Dana_Tripp
|
2898
|
+
- ISO-TC_184-SC_4
|
2899
|
+
template:
|
2900
|
+
- application/p21
|
2901
|
+
registered: true
|
2902
|
+
- !ruby/object:MIME::Type
|
2903
|
+
content-type: application/p21+zip
|
2904
|
+
encoding: base64
|
2905
|
+
xrefs:
|
2906
|
+
person:
|
2907
|
+
- Dana_Tripp
|
2908
|
+
- ISO-TC_184-SC_4
|
2909
|
+
template:
|
2910
|
+
- application/p21+zip
|
2911
|
+
registered: true
|
2807
2912
|
- !ruby/object:MIME::Type
|
2808
2913
|
content-type: application/p2p-overlay+xml
|
2809
2914
|
encoding: base64
|
@@ -3302,7 +3407,7 @@
|
|
3302
3407
|
encoding: base64
|
3303
3408
|
xrefs:
|
3304
3409
|
rfc:
|
3305
|
-
-
|
3410
|
+
- rfc9083
|
3306
3411
|
template:
|
3307
3412
|
- application/rdap+json
|
3308
3413
|
registered: true
|
@@ -3591,6 +3696,17 @@
|
|
3591
3696
|
template:
|
3592
3697
|
- application/sarif+json
|
3593
3698
|
registered: true
|
3699
|
+
- !ruby/object:MIME::Type
|
3700
|
+
content-type: application/sarif-external-properties+json
|
3701
|
+
encoding: base64
|
3702
|
+
xrefs:
|
3703
|
+
person:
|
3704
|
+
- David_Keaton
|
3705
|
+
- Michael_C._Fanning
|
3706
|
+
- OASIS
|
3707
|
+
template:
|
3708
|
+
- application/sarif-external-properties+json
|
3709
|
+
registered: true
|
3594
3710
|
- !ruby/object:MIME::Type
|
3595
3711
|
content-type: application/sbe
|
3596
3712
|
encoding: base64
|
@@ -3985,7 +4101,7 @@
|
|
3985
4101
|
template:
|
3986
4102
|
- application/smil
|
3987
4103
|
notes:
|
3988
|
-
- "
|
4104
|
+
- "(OBSOLETED in favor of application/smil+xml)"
|
3989
4105
|
registered: true
|
3990
4106
|
- !ruby/object:MIME::Type
|
3991
4107
|
content-type: application/smil+xml
|
@@ -4063,6 +4179,16 @@
|
|
4063
4179
|
template:
|
4064
4180
|
- application/sparql-results+xml
|
4065
4181
|
registered: true
|
4182
|
+
- !ruby/object:MIME::Type
|
4183
|
+
content-type: application/spdx+json
|
4184
|
+
encoding: base64
|
4185
|
+
xrefs:
|
4186
|
+
person:
|
4187
|
+
- Linux_Foundation
|
4188
|
+
- Rose_Judge
|
4189
|
+
template:
|
4190
|
+
- application/spdx+json
|
4191
|
+
registered: true
|
4066
4192
|
- !ruby/object:MIME::Type
|
4067
4193
|
content-type: application/spirits-event+xml
|
4068
4194
|
encoding: base64
|
@@ -4378,6 +4504,15 @@
|
|
4378
4504
|
template:
|
4379
4505
|
- application/tnauthlist
|
4380
4506
|
registered: true
|
4507
|
+
- !ruby/object:MIME::Type
|
4508
|
+
content-type: application/token-introspection+jwt
|
4509
|
+
encoding: base64
|
4510
|
+
xrefs:
|
4511
|
+
draft:
|
4512
|
+
- RFC-oauth-jwt-introspection-response-12
|
4513
|
+
template:
|
4514
|
+
- application/token-introspection+jwt
|
4515
|
+
registered: true
|
4381
4516
|
- !ruby/object:MIME::Type
|
4382
4517
|
content-type: application/toolbook
|
4383
4518
|
encoding: base64
|
@@ -4565,6 +4700,16 @@
|
|
4565
4700
|
template:
|
4566
4701
|
- application/vnd.3gpp-v2x-local-service-information
|
4567
4702
|
registered: true
|
4703
|
+
- !ruby/object:MIME::Type
|
4704
|
+
content-type: application/vnd.3gpp.5gnas
|
4705
|
+
encoding: base64
|
4706
|
+
xrefs:
|
4707
|
+
person:
|
4708
|
+
- Jones_Lu_Yunjie
|
4709
|
+
- _3GPP
|
4710
|
+
template:
|
4711
|
+
- application/vnd.3gpp.5gnas
|
4712
|
+
registered: true
|
4568
4713
|
- !ruby/object:MIME::Type
|
4569
4714
|
content-type: application/vnd.3gpp.access-transfer-events+xml
|
4570
4715
|
encoding: base64
|
@@ -4592,6 +4737,16 @@
|
|
4592
4737
|
template:
|
4593
4738
|
- application/vnd.3gpp.GMOP+xml
|
4594
4739
|
registered: true
|
4740
|
+
- !ruby/object:MIME::Type
|
4741
|
+
content-type: application/vnd.3gpp.gtpc
|
4742
|
+
encoding: base64
|
4743
|
+
xrefs:
|
4744
|
+
person:
|
4745
|
+
- Yang_Yong
|
4746
|
+
- _3GPP
|
4747
|
+
template:
|
4748
|
+
- application/vnd.3gpp.gtpc
|
4749
|
+
registered: true
|
4595
4750
|
- !ruby/object:MIME::Type
|
4596
4751
|
content-type: application/vnd.3gpp.interworking-data
|
4597
4752
|
encoding: base64
|
@@ -4601,6 +4756,16 @@
|
|
4601
4756
|
template:
|
4602
4757
|
- application/vnd.3gpp.interworking-data
|
4603
4758
|
registered: true
|
4759
|
+
- !ruby/object:MIME::Type
|
4760
|
+
content-type: application/vnd.3gpp.lpp
|
4761
|
+
encoding: base64
|
4762
|
+
xrefs:
|
4763
|
+
person:
|
4764
|
+
- Jones_Lu_Yunjie
|
4765
|
+
- _3GPP
|
4766
|
+
template:
|
4767
|
+
- application/vnd.3gpp.lpp
|
4768
|
+
registered: true
|
4604
4769
|
- !ruby/object:MIME::Type
|
4605
4770
|
content-type: application/vnd.3gpp.mc-signalling-ear
|
4606
4771
|
encoding: base64
|
@@ -4783,7 +4948,7 @@
|
|
4783
4948
|
template:
|
4784
4949
|
- application/vnd.3gpp.mcvideo-affiliation-info+xml
|
4785
4950
|
notes:
|
4786
|
-
- "
|
4951
|
+
- "(OBSOLETED in favor of application/vnd.3gpp.mcvideo-info+xml)"
|
4787
4952
|
registered: true
|
4788
4953
|
- !ruby/object:MIME::Type
|
4789
4954
|
content-type: application/vnd.3gpp.mcvideo-info+xml
|
@@ -4857,6 +5022,26 @@
|
|
4857
5022
|
template:
|
4858
5023
|
- application/vnd.3gpp.mid-call+xml
|
4859
5024
|
registered: true
|
5025
|
+
- !ruby/object:MIME::Type
|
5026
|
+
content-type: application/vnd.3gpp.ngap
|
5027
|
+
encoding: base64
|
5028
|
+
xrefs:
|
5029
|
+
person:
|
5030
|
+
- Yang_Yong
|
5031
|
+
- _3GPP
|
5032
|
+
template:
|
5033
|
+
- application/vnd.3gpp.ngap
|
5034
|
+
registered: true
|
5035
|
+
- !ruby/object:MIME::Type
|
5036
|
+
content-type: application/vnd.3gpp.pfcp
|
5037
|
+
encoding: base64
|
5038
|
+
xrefs:
|
5039
|
+
person:
|
5040
|
+
- Bruno_Landais
|
5041
|
+
- _3GPP
|
5042
|
+
template:
|
5043
|
+
- application/vnd.3gpp.pfcp
|
5044
|
+
registered: true
|
4860
5045
|
- !ruby/object:MIME::Type
|
4861
5046
|
content-type: application/vnd.3gpp.pic-bw-large
|
4862
5047
|
friendly:
|
@@ -4896,6 +5081,16 @@
|
|
4896
5081
|
template:
|
4897
5082
|
- application/vnd.3gpp.pic-bw-var
|
4898
5083
|
registered: true
|
5084
|
+
- !ruby/object:MIME::Type
|
5085
|
+
content-type: application/vnd.3gpp.s1ap
|
5086
|
+
encoding: base64
|
5087
|
+
xrefs:
|
5088
|
+
person:
|
5089
|
+
- Yang_Yong
|
5090
|
+
- _3GPP
|
5091
|
+
template:
|
5092
|
+
- application/vnd.3gpp.s1ap
|
5093
|
+
registered: true
|
4899
5094
|
- !ruby/object:MIME::Type
|
4900
5095
|
content-type: application/vnd.3gpp.sms
|
4901
5096
|
encoding: base64
|
@@ -4957,7 +5152,7 @@
|
|
4957
5152
|
encoding: base64
|
4958
5153
|
xrefs:
|
4959
5154
|
person:
|
4960
|
-
-
|
5155
|
+
- AC_Mahendran
|
4961
5156
|
template:
|
4962
5157
|
- application/vnd.3gpp2.bcmcsinfo+xml
|
4963
5158
|
registered: true
|
@@ -5097,7 +5292,6 @@
|
|
5097
5292
|
- fxpl
|
5098
5293
|
xrefs:
|
5099
5294
|
person:
|
5100
|
-
- Robert_Brambley
|
5101
5295
|
- Steven_Heintz
|
5102
5296
|
template:
|
5103
5297
|
- application/vnd.adobe.fxp
|
@@ -5263,6 +5457,15 @@
|
|
5263
5457
|
template:
|
5264
5458
|
- application/vnd.afpc.modca-pagesegment
|
5265
5459
|
registered: true
|
5460
|
+
- !ruby/object:MIME::Type
|
5461
|
+
content-type: application/vnd.age
|
5462
|
+
encoding: base64
|
5463
|
+
xrefs:
|
5464
|
+
person:
|
5465
|
+
- Filippo_Valsorda
|
5466
|
+
template:
|
5467
|
+
- application/vnd.age
|
5468
|
+
registered: true
|
5266
5469
|
- !ruby/object:MIME::Type
|
5267
5470
|
content-type: application/vnd.ah-barcode
|
5268
5471
|
encoding: base64
|
@@ -5434,6 +5637,24 @@
|
|
5434
5637
|
template:
|
5435
5638
|
- application/vnd.antix.game-component
|
5436
5639
|
registered: true
|
5640
|
+
- !ruby/object:MIME::Type
|
5641
|
+
content-type: application/vnd.apache.arrow.file
|
5642
|
+
encoding: base64
|
5643
|
+
xrefs:
|
5644
|
+
person:
|
5645
|
+
- Apache_Arrow_Project
|
5646
|
+
template:
|
5647
|
+
- application/vnd.apache.arrow.file
|
5648
|
+
registered: true
|
5649
|
+
- !ruby/object:MIME::Type
|
5650
|
+
content-type: application/vnd.apache.arrow.stream
|
5651
|
+
encoding: base64
|
5652
|
+
xrefs:
|
5653
|
+
person:
|
5654
|
+
- Apache_Arrow_Project
|
5655
|
+
template:
|
5656
|
+
- application/vnd.apache.arrow.stream
|
5657
|
+
registered: true
|
5437
5658
|
- !ruby/object:MIME::Type
|
5438
5659
|
content-type: application/vnd.apache.thrift.binary
|
5439
5660
|
encoding: base64
|
@@ -5558,7 +5779,7 @@
|
|
5558
5779
|
template:
|
5559
5780
|
- application/vnd.arastra.swi
|
5560
5781
|
notes:
|
5561
|
-
- "
|
5782
|
+
- "(OBSOLETED in favor of application/vnd.aristanetworks.swi)"
|
5562
5783
|
registered: true
|
5563
5784
|
- !ruby/object:MIME::Type
|
5564
5785
|
content-type: application/vnd.aristanetworks.swi
|
@@ -6277,6 +6498,24 @@
|
|
6277
6498
|
template:
|
6278
6499
|
- application/vnd.crypto-shade-file
|
6279
6500
|
registered: true
|
6501
|
+
- !ruby/object:MIME::Type
|
6502
|
+
content-type: application/vnd.cryptomator.encrypted
|
6503
|
+
encoding: base64
|
6504
|
+
xrefs:
|
6505
|
+
person:
|
6506
|
+
- Sebastian_Stenzel
|
6507
|
+
template:
|
6508
|
+
- application/vnd.cryptomator.encrypted
|
6509
|
+
registered: true
|
6510
|
+
- !ruby/object:MIME::Type
|
6511
|
+
content-type: application/vnd.cryptomator.vault
|
6512
|
+
encoding: base64
|
6513
|
+
xrefs:
|
6514
|
+
person:
|
6515
|
+
- Sebastian_Stenzel
|
6516
|
+
template:
|
6517
|
+
- application/vnd.cryptomator.vault
|
6518
|
+
registered: true
|
6280
6519
|
- !ruby/object:MIME::Type
|
6281
6520
|
content-type: application/vnd.ctc-posml
|
6282
6521
|
friendly:
|
@@ -7378,6 +7617,15 @@
|
|
7378
7617
|
template:
|
7379
7618
|
- application/vnd.etsi.tsl.der
|
7380
7619
|
registered: true
|
7620
|
+
- !ruby/object:MIME::Type
|
7621
|
+
content-type: application/vnd.eu.kasparian.car+json
|
7622
|
+
encoding: base64
|
7623
|
+
xrefs:
|
7624
|
+
person:
|
7625
|
+
- Hervé_Kasparian
|
7626
|
+
template:
|
7627
|
+
- application/vnd.eu.kasparian.car+json
|
7628
|
+
registered: true
|
7381
7629
|
- !ruby/object:MIME::Type
|
7382
7630
|
content-type: application/vnd.eudora.data
|
7383
7631
|
encoding: base64
|
@@ -7467,6 +7715,15 @@
|
|
7467
7715
|
template:
|
7468
7716
|
- application/vnd.f-secure.mobile
|
7469
7717
|
registered: true
|
7718
|
+
- !ruby/object:MIME::Type
|
7719
|
+
content-type: application/vnd.familysearch.gedcom+zip
|
7720
|
+
encoding: base64
|
7721
|
+
xrefs:
|
7722
|
+
person:
|
7723
|
+
- Gordon_Clarke
|
7724
|
+
template:
|
7725
|
+
- application/vnd.familysearch.gedcom+zip
|
7726
|
+
registered: true
|
7470
7727
|
- !ruby/object:MIME::Type
|
7471
7728
|
content-type: application/vnd.fastcopy-disk-image
|
7472
7729
|
encoding: base64
|
@@ -7628,7 +7885,7 @@
|
|
7628
7885
|
template:
|
7629
7886
|
- application/vnd.frogans.fnc
|
7630
7887
|
notes:
|
7631
|
-
- "
|
7888
|
+
- "(OBSOLETE)"
|
7632
7889
|
registered: true
|
7633
7890
|
- !ruby/object:MIME::Type
|
7634
7891
|
content-type: application/vnd.frogans.ltf
|
@@ -7645,7 +7902,7 @@
|
|
7645
7902
|
template:
|
7646
7903
|
- application/vnd.frogans.ltf
|
7647
7904
|
notes:
|
7648
|
-
- "
|
7905
|
+
- "(OBSOLETE)"
|
7649
7906
|
registered: true
|
7650
7907
|
- !ruby/object:MIME::Type
|
7651
7908
|
content-type: application/vnd.fsc.weblaunch
|
@@ -7660,6 +7917,42 @@
|
|
7660
7917
|
template:
|
7661
7918
|
- application/vnd.fsc.weblaunch
|
7662
7919
|
registered: true
|
7920
|
+
- !ruby/object:MIME::Type
|
7921
|
+
content-type: application/vnd.fujifilm.fb.docuworks
|
7922
|
+
encoding: base64
|
7923
|
+
xrefs:
|
7924
|
+
person:
|
7925
|
+
- Kazuya_Iimura
|
7926
|
+
template:
|
7927
|
+
- application/vnd.fujifilm.fb.docuworks
|
7928
|
+
registered: true
|
7929
|
+
- !ruby/object:MIME::Type
|
7930
|
+
content-type: application/vnd.fujifilm.fb.docuworks.binder
|
7931
|
+
encoding: base64
|
7932
|
+
xrefs:
|
7933
|
+
person:
|
7934
|
+
- Kazuya_Iimura
|
7935
|
+
template:
|
7936
|
+
- application/vnd.fujifilm.fb.docuworks.binder
|
7937
|
+
registered: true
|
7938
|
+
- !ruby/object:MIME::Type
|
7939
|
+
content-type: application/vnd.fujifilm.fb.docuworks.container
|
7940
|
+
encoding: base64
|
7941
|
+
xrefs:
|
7942
|
+
person:
|
7943
|
+
- Kazuya_Iimura
|
7944
|
+
template:
|
7945
|
+
- application/vnd.fujifilm.fb.docuworks.container
|
7946
|
+
registered: true
|
7947
|
+
- !ruby/object:MIME::Type
|
7948
|
+
content-type: application/vnd.fujifilm.fb.jfi+xml
|
7949
|
+
encoding: base64
|
7950
|
+
xrefs:
|
7951
|
+
person:
|
7952
|
+
- Keitaro_Ishida
|
7953
|
+
template:
|
7954
|
+
- application/vnd.fujifilm.fb.jfi+xml
|
7955
|
+
registered: true
|
7663
7956
|
- !ruby/object:MIME::Type
|
7664
7957
|
content-type: application/vnd.fujitsu.oasys
|
7665
7958
|
friendly:
|
@@ -7866,7 +8159,7 @@
|
|
7866
8159
|
content-type: application/vnd.geo+json
|
7867
8160
|
encoding: base64
|
7868
8161
|
obsolete: true
|
7869
|
-
use-instead: application/geo+json
|
8162
|
+
use-instead: application/geo+json
|
7870
8163
|
xrefs:
|
7871
8164
|
rfc:
|
7872
8165
|
- rfc7946
|
@@ -7887,7 +8180,7 @@
|
|
7887
8180
|
template:
|
7888
8181
|
- application/vnd.geocube+xml
|
7889
8182
|
notes:
|
7890
|
-
- "
|
8183
|
+
- "(OBSOLETED by request)"
|
7891
8184
|
registered: true
|
7892
8185
|
- !ruby/object:MIME::Type
|
7893
8186
|
content-type: application/vnd.geogebra.file
|
@@ -8296,6 +8589,24 @@
|
|
8296
8589
|
template:
|
8297
8590
|
- application/vnd.hhe.lesson-player
|
8298
8591
|
registered: true
|
8592
|
+
- !ruby/object:MIME::Type
|
8593
|
+
content-type: application/vnd.hl7cda+xml
|
8594
|
+
encoding: base64
|
8595
|
+
xrefs:
|
8596
|
+
person:
|
8597
|
+
- Marc_Duteau
|
8598
|
+
template:
|
8599
|
+
- application/vnd.hl7cda+xml
|
8600
|
+
registered: true
|
8601
|
+
- !ruby/object:MIME::Type
|
8602
|
+
content-type: application/vnd.hl7v2+xml
|
8603
|
+
encoding: base64
|
8604
|
+
xrefs:
|
8605
|
+
person:
|
8606
|
+
- Marc_Duteau
|
8607
|
+
template:
|
8608
|
+
- application/vnd.hl7v2+xml
|
8609
|
+
registered: true
|
8299
8610
|
- !ruby/object:MIME::Type
|
8300
8611
|
content-type: application/vnd.hp-HPGL
|
8301
8612
|
friendly:
|
@@ -8446,7 +8757,7 @@
|
|
8446
8757
|
template:
|
8447
8758
|
- application/vnd.ibm.afplinedata
|
8448
8759
|
notes:
|
8449
|
-
- "
|
8760
|
+
- "(OBSOLETED in favor of vnd.afpc.afplinedata)"
|
8450
8761
|
registered: true
|
8451
8762
|
- !ruby/object:MIME::Type
|
8452
8763
|
content-type: application/vnd.ibm.electronic-media
|
@@ -8489,7 +8800,7 @@
|
|
8489
8800
|
template:
|
8490
8801
|
- application/vnd.ibm.modcap
|
8491
8802
|
notes:
|
8492
|
-
- "
|
8803
|
+
- "(OBSOLETED in favor of application/vnd.afpc.modca)"
|
8493
8804
|
registered: true
|
8494
8805
|
- !ruby/object:MIME::Type
|
8495
8806
|
content-type: application/vnd.ibm.rights-management
|
@@ -8698,7 +9009,7 @@
|
|
8698
9009
|
template:
|
8699
9010
|
- application/vnd.informix-visionary
|
8700
9011
|
notes:
|
8701
|
-
- "
|
9012
|
+
- "(OBSOLETED in favor of application/vnd.visionary)"
|
8702
9013
|
registered: true
|
8703
9014
|
- !ruby/object:MIME::Type
|
8704
9015
|
content-type: application/vnd.infotech.project
|
@@ -10476,6 +10787,15 @@
|
|
10476
10787
|
template:
|
10477
10788
|
- application/vnd.mynfc
|
10478
10789
|
registered: true
|
10790
|
+
- !ruby/object:MIME::Type
|
10791
|
+
content-type: application/vnd.nacamar.ybrid+json
|
10792
|
+
encoding: base64
|
10793
|
+
xrefs:
|
10794
|
+
person:
|
10795
|
+
- Sebastian_A._Weiss
|
10796
|
+
template:
|
10797
|
+
- application/vnd.nacamar.ybrid+json
|
10798
|
+
registered: true
|
10479
10799
|
- !ruby/object:MIME::Type
|
10480
10800
|
content-type: application/vnd.ncd.control
|
10481
10801
|
encoding: base64
|
@@ -10503,6 +10823,15 @@
|
|
10503
10823
|
template:
|
10504
10824
|
- application/vnd.nearst.inv+json
|
10505
10825
|
registered: true
|
10826
|
+
- !ruby/object:MIME::Type
|
10827
|
+
content-type: application/vnd.nebumind.line
|
10828
|
+
encoding: base64
|
10829
|
+
xrefs:
|
10830
|
+
person:
|
10831
|
+
- Andreas_Molzer
|
10832
|
+
template:
|
10833
|
+
- application/vnd.nebumind.line
|
10834
|
+
registered: true
|
10506
10835
|
- !ruby/object:MIME::Type
|
10507
10836
|
content-type: application/vnd.nervana
|
10508
10837
|
encoding: base64
|
@@ -10727,7 +11056,7 @@
|
|
10727
11056
|
template:
|
10728
11057
|
- application/vnd.nokia.n-gage.symbian.install
|
10729
11058
|
notes:
|
10730
|
-
- "
|
11059
|
+
- "(OBSOLETE; no replacement given)"
|
10731
11060
|
registered: true
|
10732
11061
|
- !ruby/object:MIME::Type
|
10733
11062
|
content-type: application/vnd.nokia.ncd
|
@@ -11772,6 +12101,15 @@
|
|
11772
12101
|
template:
|
11773
12102
|
- application/vnd.openstreetmap.data+xml
|
11774
12103
|
registered: true
|
12104
|
+
- !ruby/object:MIME::Type
|
12105
|
+
content-type: application/vnd.opentimestamps.ots
|
12106
|
+
encoding: base64
|
12107
|
+
xrefs:
|
12108
|
+
person:
|
12109
|
+
- Peter_Todd
|
12110
|
+
template:
|
12111
|
+
- application/vnd.opentimestamps.ots
|
12112
|
+
registered: true
|
11775
12113
|
- !ruby/object:MIME::Type
|
11776
12114
|
content-type: application/vnd.openxmlformats-officedocument.custom-properties+xml
|
11777
12115
|
encoding: base64
|
@@ -13130,6 +13468,15 @@
|
|
13130
13468
|
template:
|
13131
13469
|
- application/vnd.RenLearn.rlprint
|
13132
13470
|
registered: true
|
13471
|
+
- !ruby/object:MIME::Type
|
13472
|
+
content-type: application/vnd.resilient.logic
|
13473
|
+
encoding: base64
|
13474
|
+
xrefs:
|
13475
|
+
person:
|
13476
|
+
- Benedikt_Muessig
|
13477
|
+
template:
|
13478
|
+
- application/vnd.resilient.logic
|
13479
|
+
registered: true
|
13133
13480
|
- !ruby/object:MIME::Type
|
13134
13481
|
content-type: application/vnd.restful+json
|
13135
13482
|
encoding: base64
|
@@ -13942,6 +14289,15 @@
|
|
13942
14289
|
template:
|
13943
14290
|
- application/vnd.sycle+xml
|
13944
14291
|
registered: true
|
14292
|
+
- !ruby/object:MIME::Type
|
14293
|
+
content-type: application/vnd.syft+json
|
14294
|
+
encoding: base64
|
14295
|
+
xrefs:
|
14296
|
+
person:
|
14297
|
+
- Dan_Luhring
|
14298
|
+
template:
|
14299
|
+
- application/vnd.syft+json
|
14300
|
+
registered: true
|
13945
14301
|
- !ruby/object:MIME::Type
|
13946
14302
|
content-type: application/vnd.symbian.install
|
13947
14303
|
friendly:
|
@@ -14439,6 +14795,15 @@
|
|
14439
14795
|
template:
|
14440
14796
|
- application/vnd.verimatrix.vcas
|
14441
14797
|
registered: true
|
14798
|
+
- !ruby/object:MIME::Type
|
14799
|
+
content-type: application/vnd.veritone.aion+json
|
14800
|
+
encoding: base64
|
14801
|
+
xrefs:
|
14802
|
+
person:
|
14803
|
+
- Al_Brown
|
14804
|
+
template:
|
14805
|
+
- application/vnd.veritone.aion+json
|
14806
|
+
registered: true
|
14442
14807
|
- !ruby/object:MIME::Type
|
14443
14808
|
content-type: application/vnd.veryant.thin
|
14444
14809
|
encoding: base64
|
@@ -15006,7 +15371,7 @@
|
|
15006
15371
|
template:
|
15007
15372
|
- application/vnd.youtube.yt
|
15008
15373
|
notes:
|
15009
|
-
- "
|
15374
|
+
- "(OBSOLETED in favor of video/vnd.youtube.yt)"
|
15010
15375
|
registered: true
|
15011
15376
|
- !ruby/object:MIME::Type
|
15012
15377
|
content-type: application/vnd.zul
|
@@ -15074,8 +15439,9 @@
|
|
15074
15439
|
extensions:
|
15075
15440
|
- wasm
|
15076
15441
|
xrefs:
|
15077
|
-
|
15078
|
-
-
|
15442
|
+
person:
|
15443
|
+
- Eric_Prudhommeaux
|
15444
|
+
- W3C
|
15079
15445
|
template:
|
15080
15446
|
- application/wasm
|
15081
15447
|
registered: true
|