mime-types-data 3.2022.0105 → 3.2023.0218
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Contributing.md +2 -0
- data/History.md +60 -34
- data/Manifest.txt +0 -1
- data/Rakefile +2 -2
- data/data/content_type_mime.db +1 -0
- data/data/ext_mime.db +3 -2
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +78 -2
- data/data/mime.docs.column +76 -0
- data/data/mime.encoding.column +76 -0
- data/data/mime.flags.column +82 -6
- data/data/mime.friendly.column +76 -0
- data/data/mime.pext.column +76 -0
- data/data/mime.use_instead.column +77 -1
- data/data/mime.xrefs.column +125 -49
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +777 -41
- data/types/audio.yaml +2 -2
- data/types/image.yaml +45 -3
- data/types/message.yaml +11 -2
- data/types/model.yaml +57 -6
- data/types/multipart.yaml +2 -2
- data/types/text.yaml +41 -6
- data/types/video.yaml +9 -0
- metadata +8 -9
- data/types/provisional-standard-types.yaml +0 -145
data/types/application.yaml
CHANGED
@@ -77,11 +77,20 @@
|
|
77
77
|
content-type: application/ace+cbor
|
78
78
|
encoding: base64
|
79
79
|
xrefs:
|
80
|
-
|
81
|
-
-
|
80
|
+
rfc:
|
81
|
+
- rfc9200
|
82
82
|
template:
|
83
83
|
- application/ace+cbor
|
84
84
|
registered: true
|
85
|
+
- !ruby/object:MIME::Type
|
86
|
+
content-type: application/ace+json
|
87
|
+
encoding: base64
|
88
|
+
xrefs:
|
89
|
+
draft:
|
90
|
+
- RFC-ietf-ace-mqtt-tls-profile-17
|
91
|
+
template:
|
92
|
+
- application/ace+json
|
93
|
+
registered: true
|
85
94
|
- !ruby/object:MIME::Type
|
86
95
|
content-type: application/activemessage
|
87
96
|
encoding: base64
|
@@ -101,6 +110,50 @@
|
|
101
110
|
template:
|
102
111
|
- application/activity+json
|
103
112
|
registered: true
|
113
|
+
- !ruby/object:MIME::Type
|
114
|
+
content-type: application/aif+cbor
|
115
|
+
encoding: base64
|
116
|
+
xrefs:
|
117
|
+
rfc:
|
118
|
+
- rfc9237
|
119
|
+
template:
|
120
|
+
- application/aif+cbor
|
121
|
+
registered: true
|
122
|
+
- !ruby/object:MIME::Type
|
123
|
+
content-type: application/aif+json
|
124
|
+
encoding: base64
|
125
|
+
xrefs:
|
126
|
+
rfc:
|
127
|
+
- rfc9237
|
128
|
+
template:
|
129
|
+
- application/aif+json
|
130
|
+
registered: true
|
131
|
+
- !ruby/object:MIME::Type
|
132
|
+
content-type: application/akn+xml
|
133
|
+
encoding: base64
|
134
|
+
xrefs:
|
135
|
+
person:
|
136
|
+
- Chet_Ensign
|
137
|
+
registered: true
|
138
|
+
provisional: true
|
139
|
+
- !ruby/object:MIME::Type
|
140
|
+
content-type: application/alto-cdni+json
|
141
|
+
encoding: base64
|
142
|
+
xrefs:
|
143
|
+
rfc:
|
144
|
+
- rfc9241
|
145
|
+
template:
|
146
|
+
- application/alto-cdni+json
|
147
|
+
registered: true
|
148
|
+
- !ruby/object:MIME::Type
|
149
|
+
content-type: application/alto-cdnifilter+json
|
150
|
+
encoding: base64
|
151
|
+
xrefs:
|
152
|
+
rfc:
|
153
|
+
- rfc9241
|
154
|
+
template:
|
155
|
+
- application/alto-cdnifilter+json
|
156
|
+
registered: true
|
104
157
|
- !ruby/object:MIME::Type
|
105
158
|
content-type: application/alto-costmap+json
|
106
159
|
encoding: base64
|
@@ -191,6 +244,24 @@
|
|
191
244
|
template:
|
192
245
|
- application/alto-networkmapfilter+json
|
193
246
|
registered: true
|
247
|
+
- !ruby/object:MIME::Type
|
248
|
+
content-type: application/alto-propmap+json
|
249
|
+
encoding: base64
|
250
|
+
xrefs:
|
251
|
+
rfc:
|
252
|
+
- rfc9240
|
253
|
+
template:
|
254
|
+
- application/alto-propmap+json
|
255
|
+
registered: true
|
256
|
+
- !ruby/object:MIME::Type
|
257
|
+
content-type: application/alto-propmapparams+json
|
258
|
+
encoding: base64
|
259
|
+
xrefs:
|
260
|
+
rfc:
|
261
|
+
- rfc9240
|
262
|
+
template:
|
263
|
+
- application/alto-propmapparams+json
|
264
|
+
registered: true
|
194
265
|
- !ruby/object:MIME::Type
|
195
266
|
content-type: application/alto-updatestreamcontrol+json
|
196
267
|
encoding: base64
|
@@ -404,6 +475,24 @@
|
|
404
475
|
template:
|
405
476
|
- application/auth-policy+xml
|
406
477
|
registered: true
|
478
|
+
- !ruby/object:MIME::Type
|
479
|
+
content-type: application/automationml-aml+xml
|
480
|
+
encoding: base64
|
481
|
+
xrefs:
|
482
|
+
person:
|
483
|
+
- AutomationML_e.V.
|
484
|
+
template:
|
485
|
+
- application/automationml-aml+xml
|
486
|
+
registered: true
|
487
|
+
- !ruby/object:MIME::Type
|
488
|
+
content-type: application/automationml-amlx+zip
|
489
|
+
encoding: base64
|
490
|
+
xrefs:
|
491
|
+
person:
|
492
|
+
- AutomationML_e.V.
|
493
|
+
template:
|
494
|
+
- application/automationml-amlx+zip
|
495
|
+
registered: true
|
407
496
|
- !ruby/object:MIME::Type
|
408
497
|
content-type: application/bacnet-xdd+zip
|
409
498
|
encoding: base64
|
@@ -549,6 +638,16 @@
|
|
549
638
|
template:
|
550
639
|
- application/ccxml+xml
|
551
640
|
registered: true
|
641
|
+
- !ruby/object:MIME::Type
|
642
|
+
content-type: application/cda+xml
|
643
|
+
encoding: base64
|
644
|
+
xrefs:
|
645
|
+
person:
|
646
|
+
- HL7
|
647
|
+
- Marc_Duteau
|
648
|
+
template:
|
649
|
+
- application/cda+xml
|
650
|
+
registered: true
|
552
651
|
- !ruby/object:MIME::Type
|
553
652
|
content-type: application/CDFX+XML
|
554
653
|
encoding: base64
|
@@ -661,6 +760,14 @@
|
|
661
760
|
template:
|
662
761
|
- application/cellml+xml
|
663
762
|
registered: true
|
763
|
+
- !ruby/object:MIME::Type
|
764
|
+
content-type: application/cert-chain+cbor
|
765
|
+
encoding: base64
|
766
|
+
xrefs:
|
767
|
+
draft:
|
768
|
+
- draft-yasskin-http-origin-signed-responses
|
769
|
+
registered: true
|
770
|
+
provisional: true
|
664
771
|
- !ruby/object:MIME::Type
|
665
772
|
content-type: application/cfw
|
666
773
|
encoding: base64
|
@@ -670,6 +777,14 @@
|
|
670
777
|
template:
|
671
778
|
- application/cfw
|
672
779
|
registered: true
|
780
|
+
- !ruby/object:MIME::Type
|
781
|
+
content-type: application/city+json
|
782
|
+
encoding: base64
|
783
|
+
xrefs:
|
784
|
+
person:
|
785
|
+
- Hugo_Ledoux
|
786
|
+
registered: true
|
787
|
+
provisional: true
|
673
788
|
- !ruby/object:MIME::Type
|
674
789
|
content-type: application/clariscad
|
675
790
|
encoding: base64
|
@@ -747,6 +862,15 @@
|
|
747
862
|
template:
|
748
863
|
- application/commonground
|
749
864
|
registered: true
|
865
|
+
- !ruby/object:MIME::Type
|
866
|
+
content-type: application/concise-problem-details+cbor
|
867
|
+
encoding: base64
|
868
|
+
xrefs:
|
869
|
+
rfc:
|
870
|
+
- rfc9290
|
871
|
+
template:
|
872
|
+
- application/concise-problem-details+cbor
|
873
|
+
registered: true
|
750
874
|
- !ruby/object:MIME::Type
|
751
875
|
content-type: application/conference-info+xml
|
752
876
|
encoding: base64
|
@@ -760,8 +884,8 @@
|
|
760
884
|
content-type: application/cose
|
761
885
|
encoding: base64
|
762
886
|
xrefs:
|
763
|
-
|
764
|
-
-
|
887
|
+
rfc:
|
888
|
+
- rfc9052
|
765
889
|
template:
|
766
890
|
- application/cose
|
767
891
|
registered: true
|
@@ -769,8 +893,8 @@
|
|
769
893
|
content-type: application/cose-key
|
770
894
|
encoding: base64
|
771
895
|
xrefs:
|
772
|
-
|
773
|
-
-
|
896
|
+
rfc:
|
897
|
+
- rfc9052
|
774
898
|
template:
|
775
899
|
- application/cose-key
|
776
900
|
registered: true
|
@@ -778,11 +902,20 @@
|
|
778
902
|
content-type: application/cose-key-set
|
779
903
|
encoding: base64
|
780
904
|
xrefs:
|
781
|
-
|
782
|
-
-
|
905
|
+
rfc:
|
906
|
+
- rfc9052
|
783
907
|
template:
|
784
908
|
- application/cose-key-set
|
785
909
|
registered: true
|
910
|
+
- !ruby/object:MIME::Type
|
911
|
+
content-type: application/cose-x509
|
912
|
+
encoding: base64
|
913
|
+
xrefs:
|
914
|
+
rfc:
|
915
|
+
- rfc9360
|
916
|
+
template:
|
917
|
+
- application/cose-x509
|
918
|
+
registered: true
|
786
919
|
- !ruby/object:MIME::Type
|
787
920
|
content-type: application/cpl+xml
|
788
921
|
encoding: base64
|
@@ -837,6 +970,26 @@
|
|
837
970
|
extensions:
|
838
971
|
- cu
|
839
972
|
registered: false
|
973
|
+
- !ruby/object:MIME::Type
|
974
|
+
content-type: application/cwl
|
975
|
+
encoding: base64
|
976
|
+
xrefs:
|
977
|
+
person:
|
978
|
+
- CWL_Project
|
979
|
+
- Michael_R._Crusoe
|
980
|
+
template:
|
981
|
+
- application/cwl
|
982
|
+
registered: true
|
983
|
+
- !ruby/object:MIME::Type
|
984
|
+
content-type: application/cwl+json
|
985
|
+
encoding: base64
|
986
|
+
xrefs:
|
987
|
+
person:
|
988
|
+
- CWL_Project
|
989
|
+
- Michael_R._Crusoe
|
990
|
+
template:
|
991
|
+
- application/cwl+json
|
992
|
+
registered: true
|
840
993
|
- !ruby/object:MIME::Type
|
841
994
|
content-type: application/cwt
|
842
995
|
encoding: base64
|
@@ -949,7 +1102,7 @@
|
|
949
1102
|
encoding: base64
|
950
1103
|
xrefs:
|
951
1104
|
person:
|
952
|
-
-
|
1105
|
+
- DICOM_Standard_Committee
|
953
1106
|
- David_Clunie
|
954
1107
|
template:
|
955
1108
|
- application/dicom+json
|
@@ -959,7 +1112,7 @@
|
|
959
1112
|
encoding: base64
|
960
1113
|
xrefs:
|
961
1114
|
person:
|
962
|
-
-
|
1115
|
+
- DICOM_Standard_Committee
|
963
1116
|
- David_Clunie
|
964
1117
|
template:
|
965
1118
|
- application/dicom+xml
|
@@ -1086,11 +1239,16 @@
|
|
1086
1239
|
extensions:
|
1087
1240
|
- ecma
|
1088
1241
|
- es
|
1242
|
+
obsolete: true
|
1243
|
+
use-instead: text/javascript
|
1089
1244
|
xrefs:
|
1090
1245
|
rfc:
|
1091
1246
|
- rfc4329
|
1247
|
+
- rfc9239
|
1092
1248
|
template:
|
1093
1249
|
- application/ecmascript
|
1250
|
+
notes:
|
1251
|
+
- "(OBSOLETED in favor of text/javascript)"
|
1094
1252
|
registered: true
|
1095
1253
|
- !ruby/object:MIME::Type
|
1096
1254
|
content-type: application/EDI-consent
|
@@ -1194,6 +1352,16 @@
|
|
1194
1352
|
template:
|
1195
1353
|
- application/EmergencyCallData.eCall.MSD
|
1196
1354
|
registered: true
|
1355
|
+
- !ruby/object:MIME::Type
|
1356
|
+
content-type: application/EmergencyCallData.LegacyESN+json
|
1357
|
+
encoding: base64
|
1358
|
+
xrefs:
|
1359
|
+
person:
|
1360
|
+
- NENA
|
1361
|
+
- Randall_Gellens
|
1362
|
+
template:
|
1363
|
+
- application/EmergencyCallData.LegacyESN+json
|
1364
|
+
registered: true
|
1197
1365
|
- !ruby/object:MIME::Type
|
1198
1366
|
content-type: application/EmergencyCallData.ProviderInfo+xml
|
1199
1367
|
encoding: base64
|
@@ -1227,6 +1395,8 @@
|
|
1227
1395
|
xrefs:
|
1228
1396
|
rfc:
|
1229
1397
|
- rfc8148
|
1398
|
+
rfc-errata:
|
1399
|
+
- '6500'
|
1230
1400
|
template:
|
1231
1401
|
- application/EmergencyCallData.VEDS+xml
|
1232
1402
|
registered: true
|
@@ -1283,8 +1453,8 @@
|
|
1283
1453
|
- epub
|
1284
1454
|
xrefs:
|
1285
1455
|
person:
|
1286
|
-
-
|
1287
|
-
-
|
1456
|
+
- EPUB_3_WG
|
1457
|
+
- W3C
|
1288
1458
|
template:
|
1289
1459
|
- application/epub+zip
|
1290
1460
|
registered: true
|
@@ -1334,8 +1504,8 @@
|
|
1334
1504
|
content-type: application/expect-ct-report+json
|
1335
1505
|
encoding: base64
|
1336
1506
|
xrefs:
|
1337
|
-
|
1338
|
-
-
|
1507
|
+
rfc:
|
1508
|
+
- rfc9163
|
1339
1509
|
template:
|
1340
1510
|
- application/expect-ct-report+json
|
1341
1511
|
registered: true
|
@@ -1369,6 +1539,16 @@
|
|
1369
1539
|
template:
|
1370
1540
|
- application/fastsoap
|
1371
1541
|
registered: true
|
1542
|
+
- !ruby/object:MIME::Type
|
1543
|
+
content-type: application/fdf
|
1544
|
+
encoding: base64
|
1545
|
+
xrefs:
|
1546
|
+
person:
|
1547
|
+
- Betsy_Fanning
|
1548
|
+
- ISO-TC_171-SC_2
|
1549
|
+
template:
|
1550
|
+
- application/fdf
|
1551
|
+
registered: true
|
1372
1552
|
- !ruby/object:MIME::Type
|
1373
1553
|
content-type: application/fdt+xml
|
1374
1554
|
encoding: base64
|
@@ -1604,12 +1784,22 @@
|
|
1604
1784
|
obsolete: true
|
1605
1785
|
use-instead: application/x-hep
|
1606
1786
|
registered: false
|
1787
|
+
- !ruby/object:MIME::Type
|
1788
|
+
content-type: application/hl7v2+xml
|
1789
|
+
encoding: base64
|
1790
|
+
xrefs:
|
1791
|
+
person:
|
1792
|
+
- HL7
|
1793
|
+
- Marc_Duteau
|
1794
|
+
template:
|
1795
|
+
- application/hl7v2+xml
|
1796
|
+
registered: true
|
1607
1797
|
- !ruby/object:MIME::Type
|
1608
1798
|
content-type: application/http
|
1609
1799
|
encoding: base64
|
1610
1800
|
xrefs:
|
1611
|
-
|
1612
|
-
-
|
1801
|
+
rfc:
|
1802
|
+
- rfc9112
|
1613
1803
|
template:
|
1614
1804
|
- application/http
|
1615
1805
|
registered: true
|
@@ -1741,6 +1931,14 @@
|
|
1741
1931
|
template:
|
1742
1932
|
- application/inkml+xml
|
1743
1933
|
registered: true
|
1934
|
+
- !ruby/object:MIME::Type
|
1935
|
+
content-type: application/ion
|
1936
|
+
encoding: base64
|
1937
|
+
xrefs:
|
1938
|
+
person:
|
1939
|
+
- Jonathan_Hohle
|
1940
|
+
registered: true
|
1941
|
+
provisional: true
|
1744
1942
|
- !ruby/object:MIME::Type
|
1745
1943
|
content-type: application/iotp
|
1746
1944
|
encoding: base64
|
@@ -1824,11 +2022,16 @@
|
|
1824
2022
|
- js
|
1825
2023
|
- mjs
|
1826
2024
|
- sj
|
2025
|
+
obsolete: true
|
2026
|
+
use-instead: text/javascript
|
1827
2027
|
xrefs:
|
1828
2028
|
rfc:
|
1829
2029
|
- rfc4329
|
2030
|
+
- rfc9239
|
1830
2031
|
template:
|
1831
2032
|
- application/javascript
|
2033
|
+
notes:
|
2034
|
+
- "(OBSOLETED in favor of text/javascript)"
|
1832
2035
|
registered: true
|
1833
2036
|
- !ruby/object:MIME::Type
|
1834
2037
|
content-type: application/jf2feed+json
|
@@ -1889,6 +2092,14 @@
|
|
1889
2092
|
template:
|
1890
2093
|
- application/json
|
1891
2094
|
registered: true
|
2095
|
+
- !ruby/object:MIME::Type
|
2096
|
+
content-type: application/json-nd
|
2097
|
+
encoding: base64
|
2098
|
+
xrefs:
|
2099
|
+
person:
|
2100
|
+
- Glen_Kleidon
|
2101
|
+
registered: true
|
2102
|
+
provisional: true
|
1892
2103
|
- !ruby/object:MIME::Type
|
1893
2104
|
content-type: application/json-patch+json
|
1894
2105
|
encoding: base64
|
@@ -1986,6 +2197,24 @@
|
|
1986
2197
|
template:
|
1987
2198
|
- application/link-format
|
1988
2199
|
registered: true
|
2200
|
+
- !ruby/object:MIME::Type
|
2201
|
+
content-type: application/linkset
|
2202
|
+
encoding: base64
|
2203
|
+
xrefs:
|
2204
|
+
rfc:
|
2205
|
+
- rfc9264
|
2206
|
+
template:
|
2207
|
+
- application/linkset
|
2208
|
+
registered: true
|
2209
|
+
- !ruby/object:MIME::Type
|
2210
|
+
content-type: application/linkset+json
|
2211
|
+
encoding: base64
|
2212
|
+
xrefs:
|
2213
|
+
rfc:
|
2214
|
+
- rfc9264
|
2215
|
+
template:
|
2216
|
+
- application/linkset+json
|
2217
|
+
registered: true
|
1989
2218
|
- !ruby/object:MIME::Type
|
1990
2219
|
content-type: application/load-control+xml
|
1991
2220
|
encoding: base64
|
@@ -1995,6 +2224,15 @@
|
|
1995
2224
|
template:
|
1996
2225
|
- application/load-control+xml
|
1997
2226
|
registered: true
|
2227
|
+
- !ruby/object:MIME::Type
|
2228
|
+
content-type: application/logout+jwt
|
2229
|
+
encoding: base64
|
2230
|
+
xrefs:
|
2231
|
+
person:
|
2232
|
+
- OpenID_Foundation_Artifact_Binding_WG
|
2233
|
+
template:
|
2234
|
+
- application/logout+jwt
|
2235
|
+
registered: true
|
1998
2236
|
- !ruby/object:MIME::Type
|
1999
2237
|
content-type: application/lost+xml
|
2000
2238
|
encoding: base64
|
@@ -2414,8 +2652,8 @@
|
|
2414
2652
|
content-type: application/missing-blocks+cbor-seq
|
2415
2653
|
encoding: base64
|
2416
2654
|
xrefs:
|
2417
|
-
|
2418
|
-
-
|
2655
|
+
rfc:
|
2656
|
+
- rfc9177
|
2419
2657
|
template:
|
2420
2658
|
- application/missing-blocks+cbor-seq
|
2421
2659
|
registered: true
|
@@ -2662,7 +2900,11 @@
|
|
2662
2900
|
extensions:
|
2663
2901
|
- nc
|
2664
2902
|
- cdf
|
2665
|
-
|
2903
|
+
xrefs:
|
2904
|
+
person:
|
2905
|
+
- Ethan_Davis
|
2906
|
+
registered: true
|
2907
|
+
provisional: true
|
2666
2908
|
- !ruby/object:MIME::Type
|
2667
2909
|
content-type: application/news-checkgroups
|
2668
2910
|
encoding: base64
|
@@ -2731,6 +2973,15 @@
|
|
2731
2973
|
template:
|
2732
2974
|
- application/oauth-authz-req+jwt
|
2733
2975
|
registered: true
|
2976
|
+
- !ruby/object:MIME::Type
|
2977
|
+
content-type: application/oblivious-dns-message
|
2978
|
+
encoding: base64
|
2979
|
+
xrefs:
|
2980
|
+
rfc:
|
2981
|
+
- rfc9230
|
2982
|
+
template:
|
2983
|
+
- application/oblivious-dns-message
|
2984
|
+
registered: true
|
2734
2985
|
- !ruby/object:MIME::Type
|
2735
2986
|
content-type: application/ocsp-request
|
2736
2987
|
encoding: base64
|
@@ -2796,6 +3047,14 @@
|
|
2796
3047
|
template:
|
2797
3048
|
- application/ODA
|
2798
3049
|
registered: true
|
3050
|
+
- !ruby/object:MIME::Type
|
3051
|
+
content-type: application/odm+json
|
3052
|
+
encoding: base64
|
3053
|
+
xrefs:
|
3054
|
+
person:
|
3055
|
+
- Sam_Hume
|
3056
|
+
registered: true
|
3057
|
+
provisional: true
|
2799
3058
|
- !ruby/object:MIME::Type
|
2800
3059
|
content-type: application/odm+xml
|
2801
3060
|
encoding: base64
|
@@ -2824,8 +3083,9 @@
|
|
2824
3083
|
extensions:
|
2825
3084
|
- opf
|
2826
3085
|
xrefs:
|
2827
|
-
|
2828
|
-
-
|
3086
|
+
person:
|
3087
|
+
- EPUB_3_WG
|
3088
|
+
- W3C
|
2829
3089
|
template:
|
2830
3090
|
- application/oebps-package+xml
|
2831
3091
|
registered: true
|
@@ -3161,6 +3421,14 @@
|
|
3161
3421
|
template:
|
3162
3422
|
- application/pkix-crl
|
3163
3423
|
registered: true
|
3424
|
+
- !ruby/object:MIME::Type
|
3425
|
+
content-type: application/pkix-keyinfo
|
3426
|
+
encoding: base64
|
3427
|
+
xrefs:
|
3428
|
+
draft:
|
3429
|
+
- draft-hallambaker-mesh-udf
|
3430
|
+
registered: true
|
3431
|
+
provisional: true
|
3164
3432
|
- !ruby/object:MIME::Type
|
3165
3433
|
content-type: application/pkix-pkipath
|
3166
3434
|
friendly:
|
@@ -3453,13 +3721,18 @@
|
|
3453
3721
|
- !ruby/object:MIME::Type
|
3454
3722
|
content-type: application/remote-printing
|
3455
3723
|
encoding: base64
|
3724
|
+
obsolete: true
|
3456
3725
|
xrefs:
|
3457
3726
|
rfc:
|
3458
3727
|
- rfc1486
|
3459
3728
|
person:
|
3460
3729
|
- Marshall_Rose
|
3730
|
+
uri:
|
3731
|
+
- https://datatracker.ietf.org/doc/status-change-int-tlds-to-historic
|
3461
3732
|
template:
|
3462
3733
|
- application/remote-printing
|
3734
|
+
notes:
|
3735
|
+
- "(OBSOLETE)"
|
3463
3736
|
registered: true
|
3464
3737
|
- !ruby/object:MIME::Type
|
3465
3738
|
content-type: application/remote_printing
|
@@ -3467,6 +3740,14 @@
|
|
3467
3740
|
obsolete: true
|
3468
3741
|
use-instead: application/remote-printing
|
3469
3742
|
registered: false
|
3743
|
+
- !ruby/object:MIME::Type
|
3744
|
+
content-type: application/reports+json
|
3745
|
+
encoding: base64
|
3746
|
+
xrefs:
|
3747
|
+
person:
|
3748
|
+
- Douglas_Creager
|
3749
|
+
registered: true
|
3750
|
+
provisional: true
|
3470
3751
|
- !ruby/object:MIME::Type
|
3471
3752
|
content-type: application/reputon+json
|
3472
3753
|
encoding: base64
|
@@ -3511,6 +3792,14 @@
|
|
3511
3792
|
template:
|
3512
3793
|
- application/rfc+xml
|
3513
3794
|
registered: true
|
3795
|
+
- !ruby/object:MIME::Type
|
3796
|
+
content-type: application/rif+xml
|
3797
|
+
encoding: base64
|
3798
|
+
xrefs:
|
3799
|
+
person:
|
3800
|
+
- Sandro_Hawke
|
3801
|
+
registered: true
|
3802
|
+
provisional: true
|
3514
3803
|
- !ruby/object:MIME::Type
|
3515
3804
|
content-type: application/riscos
|
3516
3805
|
encoding: base64
|
@@ -3569,6 +3858,15 @@
|
|
3569
3858
|
template:
|
3570
3859
|
- application/route-usd+xml
|
3571
3860
|
registered: true
|
3861
|
+
- !ruby/object:MIME::Type
|
3862
|
+
content-type: application/rpki-checklist
|
3863
|
+
encoding: base64
|
3864
|
+
xrefs:
|
3865
|
+
rfc:
|
3866
|
+
- rfc9323
|
3867
|
+
template:
|
3868
|
+
- application/rpki-checklist
|
3869
|
+
registered: true
|
3572
3870
|
- !ruby/object:MIME::Type
|
3573
3871
|
content-type: application/rpki-ghostbusters
|
3574
3872
|
encoding: base64
|
@@ -3918,8 +4216,8 @@
|
|
3918
4216
|
encoding: base64
|
3919
4217
|
xrefs:
|
3920
4218
|
person:
|
4219
|
+
- Connectivity_Standards_Alliance
|
3921
4220
|
- Robby_Simpson
|
3922
|
-
- ZigBee
|
3923
4221
|
template:
|
3924
4222
|
- application/sep+xml
|
3925
4223
|
registered: true
|
@@ -3928,8 +4226,8 @@
|
|
3928
4226
|
encoding: base64
|
3929
4227
|
xrefs:
|
3930
4228
|
person:
|
4229
|
+
- Connectivity_Standards_Alliance
|
3931
4230
|
- Robby_Simpson
|
3932
|
-
- ZigBee
|
3933
4231
|
template:
|
3934
4232
|
- application/sep-exi
|
3935
4233
|
registered: true
|
@@ -4037,6 +4335,14 @@
|
|
4037
4335
|
template:
|
4038
4336
|
- application/sieve
|
4039
4337
|
registered: true
|
4338
|
+
- !ruby/object:MIME::Type
|
4339
|
+
content-type: application/signed-exchange
|
4340
|
+
encoding: base64
|
4341
|
+
xrefs:
|
4342
|
+
draft:
|
4343
|
+
- draft-yasskin-http-origin-signed-responses
|
4344
|
+
registered: true
|
4345
|
+
provisional: true
|
4040
4346
|
- !ruby/object:MIME::Type
|
4041
4347
|
content-type: application/simple-filter+xml
|
4042
4348
|
encoding: base64
|
@@ -4279,6 +4585,15 @@
|
|
4279
4585
|
template:
|
4280
4586
|
- application/stix+json
|
4281
4587
|
registered: true
|
4588
|
+
- !ruby/object:MIME::Type
|
4589
|
+
content-type: application/swid+cbor
|
4590
|
+
encoding: base64
|
4591
|
+
xrefs:
|
4592
|
+
draft:
|
4593
|
+
- RFC-ietf-sacm-coswid-22
|
4594
|
+
template:
|
4595
|
+
- application/swid+cbor
|
4596
|
+
registered: true
|
4282
4597
|
- !ruby/object:MIME::Type
|
4283
4598
|
content-type: application/swid+xml
|
4284
4599
|
encoding: base64
|
@@ -4495,6 +4810,16 @@
|
|
4495
4810
|
template:
|
4496
4811
|
- application/tlsrpt+json
|
4497
4812
|
registered: true
|
4813
|
+
- !ruby/object:MIME::Type
|
4814
|
+
content-type: application/tm+json
|
4815
|
+
encoding: base64
|
4816
|
+
xrefs:
|
4817
|
+
person:
|
4818
|
+
- Sebastian_Kaebisch
|
4819
|
+
- W3C
|
4820
|
+
template:
|
4821
|
+
- application/tm+json
|
4822
|
+
registered: true
|
4498
4823
|
- !ruby/object:MIME::Type
|
4499
4824
|
content-type: application/tnauthlist
|
4500
4825
|
encoding: base64
|
@@ -4682,6 +5007,24 @@
|
|
4682
5007
|
template:
|
4683
5008
|
- application/vnd.3gpp-prose+xml
|
4684
5009
|
registered: true
|
5010
|
+
- !ruby/object:MIME::Type
|
5011
|
+
content-type: application/vnd.3gpp-prose-pc3a+xml
|
5012
|
+
encoding: base64
|
5013
|
+
xrefs:
|
5014
|
+
person:
|
5015
|
+
- Haorui_Yang
|
5016
|
+
template:
|
5017
|
+
- application/vnd.3gpp-prose-pc3a+xml
|
5018
|
+
registered: true
|
5019
|
+
- !ruby/object:MIME::Type
|
5020
|
+
content-type: application/vnd.3gpp-prose-pc3ach+xml
|
5021
|
+
encoding: base64
|
5022
|
+
xrefs:
|
5023
|
+
person:
|
5024
|
+
- Haorui_Yang
|
5025
|
+
template:
|
5026
|
+
- application/vnd.3gpp-prose-pc3ach+xml
|
5027
|
+
registered: true
|
4685
5028
|
- !ruby/object:MIME::Type
|
4686
5029
|
content-type: application/vnd.3gpp-prose-pc3ch+xml
|
4687
5030
|
encoding: base64
|
@@ -4691,6 +5034,15 @@
|
|
4691
5034
|
template:
|
4692
5035
|
- application/vnd.3gpp-prose-pc3ch+xml
|
4693
5036
|
registered: true
|
5037
|
+
- !ruby/object:MIME::Type
|
5038
|
+
content-type: application/vnd.3gpp-prose-pc8+xml
|
5039
|
+
encoding: base64
|
5040
|
+
xrefs:
|
5041
|
+
person:
|
5042
|
+
- Haorui_Yang
|
5043
|
+
template:
|
5044
|
+
- application/vnd.3gpp-prose-pc8+xml
|
5045
|
+
registered: true
|
4694
5046
|
- !ruby/object:MIME::Type
|
4695
5047
|
content-type: application/vnd.3gpp-v2x-local-service-information
|
4696
5048
|
encoding: base64
|
@@ -4793,6 +5145,15 @@
|
|
4793
5145
|
template:
|
4794
5146
|
- application/vnd.3gpp.mcdata-info+xml
|
4795
5147
|
registered: true
|
5148
|
+
- !ruby/object:MIME::Type
|
5149
|
+
content-type: application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml
|
5150
|
+
encoding: base64
|
5151
|
+
xrefs:
|
5152
|
+
person:
|
5153
|
+
- Kiran_Kapale
|
5154
|
+
template:
|
5155
|
+
- application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml
|
5156
|
+
registered: true
|
4796
5157
|
- !ruby/object:MIME::Type
|
4797
5158
|
content-type: application/vnd.3gpp.mcdata-payload
|
4798
5159
|
encoding: base64
|
@@ -4802,6 +5163,15 @@
|
|
4802
5163
|
template:
|
4803
5164
|
- application/vnd.3gpp.mcdata-payload
|
4804
5165
|
registered: true
|
5166
|
+
- !ruby/object:MIME::Type
|
5167
|
+
content-type: application/vnd.3gpp.mcdata-regroup+xml
|
5168
|
+
encoding: base64
|
5169
|
+
xrefs:
|
5170
|
+
person:
|
5171
|
+
- Kiran_Kapale
|
5172
|
+
template:
|
5173
|
+
- application/vnd.3gpp.mcdata-regroup+xml
|
5174
|
+
registered: true
|
4805
5175
|
- !ruby/object:MIME::Type
|
4806
5176
|
content-type: application/vnd.3gpp.mcdata-service-config+xml
|
4807
5177
|
encoding: base64
|
@@ -5091,6 +5461,26 @@
|
|
5091
5461
|
template:
|
5092
5462
|
- application/vnd.3gpp.s1ap
|
5093
5463
|
registered: true
|
5464
|
+
- !ruby/object:MIME::Type
|
5465
|
+
content-type: application/vnd.3gpp.seal-info+xml
|
5466
|
+
encoding: base64
|
5467
|
+
xrefs:
|
5468
|
+
person:
|
5469
|
+
- Christian_Herrero-Veron
|
5470
|
+
- _3GPP
|
5471
|
+
template:
|
5472
|
+
- application/vnd.3gpp.seal-info+xml
|
5473
|
+
registered: true
|
5474
|
+
- !ruby/object:MIME::Type
|
5475
|
+
content-type: application/vnd.3gpp.seal-location-info+xml
|
5476
|
+
encoding: base64
|
5477
|
+
xrefs:
|
5478
|
+
person:
|
5479
|
+
- Christian_Herrero-Veron
|
5480
|
+
- _3GPP
|
5481
|
+
template:
|
5482
|
+
- application/vnd.3gpp.seal-location-info+xml
|
5483
|
+
registered: true
|
5094
5484
|
- !ruby/object:MIME::Type
|
5095
5485
|
content-type: application/vnd.3gpp.sms
|
5096
5486
|
encoding: base64
|
@@ -5147,6 +5537,16 @@
|
|
5147
5537
|
template:
|
5148
5538
|
- application/vnd.3gpp.ussd+xml
|
5149
5539
|
registered: true
|
5540
|
+
- !ruby/object:MIME::Type
|
5541
|
+
content-type: application/vnd.3gpp.vae-info+xml
|
5542
|
+
encoding: base64
|
5543
|
+
xrefs:
|
5544
|
+
person:
|
5545
|
+
- Christian_Herrero-Veron
|
5546
|
+
- _3GPP
|
5547
|
+
template:
|
5548
|
+
- application/vnd.3gpp.vae-info+xml
|
5549
|
+
registered: true
|
5150
5550
|
- !ruby/object:MIME::Type
|
5151
5551
|
content-type: application/vnd.3gpp2.bcmcsinfo+xml
|
5152
5552
|
encoding: base64
|
@@ -5682,6 +6082,15 @@
|
|
5682
6082
|
template:
|
5683
6083
|
- application/vnd.apache.thrift.json
|
5684
6084
|
registered: true
|
6085
|
+
- !ruby/object:MIME::Type
|
6086
|
+
content-type: application/vnd.apexlang
|
6087
|
+
encoding: base64
|
6088
|
+
xrefs:
|
6089
|
+
person:
|
6090
|
+
- Fawad_Shaikh
|
6091
|
+
template:
|
6092
|
+
- application/vnd.apexlang
|
6093
|
+
registered: true
|
5685
6094
|
- !ruby/object:MIME::Type
|
5686
6095
|
content-type: application/vnd.api+json
|
5687
6096
|
encoding: base64
|
@@ -5926,6 +6335,24 @@
|
|
5926
6335
|
template:
|
5927
6336
|
- application/vnd.bekitzur-stech+json
|
5928
6337
|
registered: true
|
6338
|
+
- !ruby/object:MIME::Type
|
6339
|
+
content-type: application/vnd.belightsoft.lhzd+zip
|
6340
|
+
encoding: base64
|
6341
|
+
xrefs:
|
6342
|
+
person:
|
6343
|
+
- Dmytro_Yunchyk
|
6344
|
+
template:
|
6345
|
+
- application/vnd.belightsoft.lhzd+zip
|
6346
|
+
registered: true
|
6347
|
+
- !ruby/object:MIME::Type
|
6348
|
+
content-type: application/vnd.belightsoft.lhzl+zip
|
6349
|
+
encoding: base64
|
6350
|
+
xrefs:
|
6351
|
+
person:
|
6352
|
+
- Dmytro_Yunchyk
|
6353
|
+
template:
|
6354
|
+
- application/vnd.belightsoft.lhzl+zip
|
6355
|
+
registered: true
|
5929
6356
|
- !ruby/object:MIME::Type
|
5930
6357
|
content-type: application/vnd.bint.med-content
|
5931
6358
|
encoding: base64
|
@@ -6237,6 +6664,24 @@
|
|
6237
6664
|
template:
|
6238
6665
|
- application/vnd.cluetrust.cartomobile-config-pkg
|
6239
6666
|
registered: true
|
6667
|
+
- !ruby/object:MIME::Type
|
6668
|
+
content-type: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
6669
|
+
encoding: base64
|
6670
|
+
xrefs:
|
6671
|
+
person:
|
6672
|
+
- Andrew_Block
|
6673
|
+
template:
|
6674
|
+
- application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
6675
|
+
registered: true
|
6676
|
+
- !ruby/object:MIME::Type
|
6677
|
+
content-type: application/vnd.cncf.helm.chart.provenance.v1.prov
|
6678
|
+
encoding: base64
|
6679
|
+
xrefs:
|
6680
|
+
person:
|
6681
|
+
- Andrew_Block
|
6682
|
+
template:
|
6683
|
+
- application/vnd.cncf.helm.chart.provenance.v1.prov
|
6684
|
+
registered: true
|
6240
6685
|
- !ruby/object:MIME::Type
|
6241
6686
|
content-type: application/vnd.coffeescript
|
6242
6687
|
encoding: base64
|
@@ -6701,6 +7146,15 @@
|
|
6701
7146
|
template:
|
6702
7147
|
- application/vnd.data-vision.rdz
|
6703
7148
|
registered: true
|
7149
|
+
- !ruby/object:MIME::Type
|
7150
|
+
content-type: application/vnd.datalog
|
7151
|
+
encoding: base64
|
7152
|
+
xrefs:
|
7153
|
+
person:
|
7154
|
+
- Simon_Johnston
|
7155
|
+
template:
|
7156
|
+
- application/vnd.datalog
|
7157
|
+
registered: true
|
6704
7158
|
- !ruby/object:MIME::Type
|
6705
7159
|
content-type: application/vnd.datapackage+json
|
6706
7160
|
encoding: base64
|
@@ -6733,7 +7187,7 @@
|
|
6733
7187
|
encoding: base64
|
6734
7188
|
xrefs:
|
6735
7189
|
person:
|
6736
|
-
-
|
7190
|
+
- Debian_Policy_mailing_list
|
6737
7191
|
template:
|
6738
7192
|
- application/vnd.debian.binary-package
|
6739
7193
|
registered: true
|
@@ -7202,6 +7656,15 @@
|
|
7202
7656
|
template:
|
7203
7657
|
- application/vnd.ecip.rlp
|
7204
7658
|
registered: true
|
7659
|
+
- !ruby/object:MIME::Type
|
7660
|
+
content-type: application/vnd.eclipse.ditto+json
|
7661
|
+
encoding: base64
|
7662
|
+
xrefs:
|
7663
|
+
person:
|
7664
|
+
- Eclipse_Ditto_developers
|
7665
|
+
template:
|
7666
|
+
- application/vnd.eclipse.ditto+json
|
7667
|
+
registered: true
|
7205
7668
|
- !ruby/object:MIME::Type
|
7206
7669
|
content-type: application/vnd.ecowin.chart
|
7207
7670
|
friendly:
|
@@ -7280,6 +7743,15 @@
|
|
7280
7743
|
template:
|
7281
7744
|
- application/vnd.efi.iso
|
7282
7745
|
registered: true
|
7746
|
+
- !ruby/object:MIME::Type
|
7747
|
+
content-type: application/vnd.eln+zip
|
7748
|
+
encoding: base64
|
7749
|
+
xrefs:
|
7750
|
+
person:
|
7751
|
+
- Nicolas_CARPI
|
7752
|
+
template:
|
7753
|
+
- application/vnd.eln+zip
|
7754
|
+
registered: true
|
7283
7755
|
- !ruby/object:MIME::Type
|
7284
7756
|
content-type: application/vnd.emclient.accessrequest+xml
|
7285
7757
|
encoding: base64
|
@@ -8146,6 +8618,15 @@
|
|
8146
8618
|
template:
|
8147
8619
|
- application/vnd.genomatix.tuxedo
|
8148
8620
|
registered: true
|
8621
|
+
- !ruby/object:MIME::Type
|
8622
|
+
content-type: application/vnd.genozip
|
8623
|
+
encoding: base64
|
8624
|
+
xrefs:
|
8625
|
+
person:
|
8626
|
+
- Divon_Lan
|
8627
|
+
template:
|
8628
|
+
- application/vnd.genozip
|
8629
|
+
registered: true
|
8149
8630
|
- !ruby/object:MIME::Type
|
8150
8631
|
content-type: application/vnd.gentics.grd+json
|
8151
8632
|
encoding: base64
|
@@ -8155,6 +8636,69 @@
|
|
8155
8636
|
template:
|
8156
8637
|
- application/vnd.gentics.grd+json
|
8157
8638
|
registered: true
|
8639
|
+
- !ruby/object:MIME::Type
|
8640
|
+
content-type: application/vnd.gentoo.catmetadata+xml
|
8641
|
+
encoding: base64
|
8642
|
+
xrefs:
|
8643
|
+
person:
|
8644
|
+
- Michał_Górny
|
8645
|
+
template:
|
8646
|
+
- application/vnd.gentoo.catmetadata+xml
|
8647
|
+
registered: true
|
8648
|
+
- !ruby/object:MIME::Type
|
8649
|
+
content-type: application/vnd.gentoo.ebuild
|
8650
|
+
encoding: base64
|
8651
|
+
xrefs:
|
8652
|
+
person:
|
8653
|
+
- Michał_Górny
|
8654
|
+
template:
|
8655
|
+
- application/vnd.gentoo.ebuild
|
8656
|
+
registered: true
|
8657
|
+
- !ruby/object:MIME::Type
|
8658
|
+
content-type: application/vnd.gentoo.eclass
|
8659
|
+
encoding: base64
|
8660
|
+
xrefs:
|
8661
|
+
person:
|
8662
|
+
- Michał_Górny
|
8663
|
+
template:
|
8664
|
+
- application/vnd.gentoo.eclass
|
8665
|
+
registered: true
|
8666
|
+
- !ruby/object:MIME::Type
|
8667
|
+
content-type: application/vnd.gentoo.gpkg
|
8668
|
+
encoding: base64
|
8669
|
+
xrefs:
|
8670
|
+
person:
|
8671
|
+
- Michał_Górny
|
8672
|
+
template:
|
8673
|
+
- application/vnd.gentoo.gpkg
|
8674
|
+
registered: true
|
8675
|
+
- !ruby/object:MIME::Type
|
8676
|
+
content-type: application/vnd.gentoo.manifest
|
8677
|
+
encoding: base64
|
8678
|
+
xrefs:
|
8679
|
+
person:
|
8680
|
+
- Michał_Górny
|
8681
|
+
template:
|
8682
|
+
- application/vnd.gentoo.manifest
|
8683
|
+
registered: true
|
8684
|
+
- !ruby/object:MIME::Type
|
8685
|
+
content-type: application/vnd.gentoo.pkgmetadata+xml
|
8686
|
+
encoding: base64
|
8687
|
+
xrefs:
|
8688
|
+
person:
|
8689
|
+
- Michał_Górny
|
8690
|
+
template:
|
8691
|
+
- application/vnd.gentoo.pkgmetadata+xml
|
8692
|
+
registered: true
|
8693
|
+
- !ruby/object:MIME::Type
|
8694
|
+
content-type: application/vnd.gentoo.xpak
|
8695
|
+
encoding: base64
|
8696
|
+
xrefs:
|
8697
|
+
person:
|
8698
|
+
- Gentoo_Portage_Project
|
8699
|
+
template:
|
8700
|
+
- application/vnd.gentoo.xpak
|
8701
|
+
registered: true
|
8158
8702
|
- !ruby/object:MIME::Type
|
8159
8703
|
content-type: application/vnd.geo+json
|
8160
8704
|
encoding: base64
|
@@ -8317,6 +8861,24 @@
|
|
8317
8861
|
notes:
|
8318
8862
|
- "- DEPRECATED"
|
8319
8863
|
registered: true
|
8864
|
+
- !ruby/object:MIME::Type
|
8865
|
+
content-type: application/vnd.gnu.taler.exchange+json
|
8866
|
+
encoding: base64
|
8867
|
+
xrefs:
|
8868
|
+
person:
|
8869
|
+
- Christian_Grothoff
|
8870
|
+
template:
|
8871
|
+
- application/vnd.gnu.taler.exchange+json
|
8872
|
+
registered: true
|
8873
|
+
- !ruby/object:MIME::Type
|
8874
|
+
content-type: application/vnd.gnu.taler.merchant+json
|
8875
|
+
encoding: base64
|
8876
|
+
xrefs:
|
8877
|
+
person:
|
8878
|
+
- Christian_Grothoff
|
8879
|
+
template:
|
8880
|
+
- application/vnd.gnu.taler.merchant+json
|
8881
|
+
registered: true
|
8320
8882
|
- !ruby/object:MIME::Type
|
8321
8883
|
content-type: application/vnd.google-earth.kml+xml
|
8322
8884
|
friendly:
|
@@ -8373,6 +8935,15 @@
|
|
8373
8935
|
template:
|
8374
8936
|
- application/vnd.gov.sk.xmldatacontainer+xml
|
8375
8937
|
registered: true
|
8938
|
+
- !ruby/object:MIME::Type
|
8939
|
+
content-type: application/vnd.gpxsee.map+xml
|
8940
|
+
encoding: base64
|
8941
|
+
xrefs:
|
8942
|
+
person:
|
8943
|
+
- Martin_Tůma
|
8944
|
+
template:
|
8945
|
+
- application/vnd.gpxsee.map+xml
|
8946
|
+
registered: true
|
8376
8947
|
- !ruby/object:MIME::Type
|
8377
8948
|
content-type: application/vnd.grafeq
|
8378
8949
|
friendly:
|
@@ -8686,6 +9257,15 @@
|
|
8686
9257
|
template:
|
8687
9258
|
- application/vnd.hp-PCLXL
|
8688
9259
|
registered: true
|
9260
|
+
- !ruby/object:MIME::Type
|
9261
|
+
content-type: application/vnd.hsl
|
9262
|
+
encoding: base64
|
9263
|
+
xrefs:
|
9264
|
+
person:
|
9265
|
+
- Heungsub_Lee
|
9266
|
+
template:
|
9267
|
+
- application/vnd.hsl
|
9268
|
+
registered: true
|
8689
9269
|
- !ruby/object:MIME::Type
|
8690
9270
|
content-type: application/vnd.httphone
|
8691
9271
|
encoding: base64
|
@@ -9122,6 +9702,42 @@
|
|
9122
9702
|
template:
|
9123
9703
|
- application/vnd.intu.qfx
|
9124
9704
|
registered: true
|
9705
|
+
- !ruby/object:MIME::Type
|
9706
|
+
content-type: application/vnd.ipld.car
|
9707
|
+
encoding: base64
|
9708
|
+
xrefs:
|
9709
|
+
person:
|
9710
|
+
- Marcin_Rataj
|
9711
|
+
template:
|
9712
|
+
- application/vnd.ipld.car
|
9713
|
+
registered: true
|
9714
|
+
- !ruby/object:MIME::Type
|
9715
|
+
content-type: application/vnd.ipld.dag-cbor
|
9716
|
+
encoding: base64
|
9717
|
+
xrefs:
|
9718
|
+
person:
|
9719
|
+
- Marcin_Rataj
|
9720
|
+
template:
|
9721
|
+
- application/vnd.ipld.dag-cbor
|
9722
|
+
registered: true
|
9723
|
+
- !ruby/object:MIME::Type
|
9724
|
+
content-type: application/vnd.ipld.dag-json
|
9725
|
+
encoding: base64
|
9726
|
+
xrefs:
|
9727
|
+
person:
|
9728
|
+
- Marcin_Rataj
|
9729
|
+
template:
|
9730
|
+
- application/vnd.ipld.dag-json
|
9731
|
+
registered: true
|
9732
|
+
- !ruby/object:MIME::Type
|
9733
|
+
content-type: application/vnd.ipld.raw
|
9734
|
+
encoding: base64
|
9735
|
+
xrefs:
|
9736
|
+
person:
|
9737
|
+
- Marcin_Rataj
|
9738
|
+
template:
|
9739
|
+
- application/vnd.ipld.raw
|
9740
|
+
registered: true
|
9125
9741
|
- !ruby/object:MIME::Type
|
9126
9742
|
content-type: application/vnd.iptc.g2.catalogitem+xml
|
9127
9743
|
encoding: base64
|
@@ -9832,6 +10448,15 @@
|
|
9832
10448
|
template:
|
9833
10449
|
- application/vnd.mason+json
|
9834
10450
|
registered: true
|
10451
|
+
- !ruby/object:MIME::Type
|
10452
|
+
content-type: application/vnd.maxar.archive.3tz+zip
|
10453
|
+
encoding: base64
|
10454
|
+
xrefs:
|
10455
|
+
person:
|
10456
|
+
- Erik_Dahlström
|
10457
|
+
template:
|
10458
|
+
- application/vnd.maxar.archive.3tz+zip
|
10459
|
+
registered: true
|
9835
10460
|
- !ruby/object:MIME::Type
|
9836
10461
|
content-type: application/vnd.maxmind.maxmind-db
|
9837
10462
|
encoding: base64
|
@@ -9880,6 +10505,15 @@
|
|
9880
10505
|
template:
|
9881
10506
|
- application/vnd.mediastation.cdkey
|
9882
10507
|
registered: true
|
10508
|
+
- !ruby/object:MIME::Type
|
10509
|
+
content-type: application/vnd.medicalholodeck.recordxr
|
10510
|
+
encoding: base64
|
10511
|
+
xrefs:
|
10512
|
+
person:
|
10513
|
+
- Dominique_Sandoz
|
10514
|
+
template:
|
10515
|
+
- application/vnd.medicalholodeck.recordxr
|
10516
|
+
registered: true
|
9883
10517
|
- !ruby/object:MIME::Type
|
9884
10518
|
content-type: application/vnd.meridian-slingshot
|
9885
10519
|
encoding: base64
|
@@ -11201,6 +11835,16 @@
|
|
11201
11835
|
template:
|
11202
11836
|
- application/vnd.ntt-local.sip-ta_tcp_stream
|
11203
11837
|
registered: true
|
11838
|
+
- !ruby/object:MIME::Type
|
11839
|
+
content-type: application/vnd.oasis.opendocument.base
|
11840
|
+
encoding: base64
|
11841
|
+
xrefs:
|
11842
|
+
person:
|
11843
|
+
- OASIS
|
11844
|
+
- OASIS_TC_Admin
|
11845
|
+
template:
|
11846
|
+
- application/vnd.oasis.opendocument.base
|
11847
|
+
registered: true
|
11204
11848
|
- !ruby/object:MIME::Type
|
11205
11849
|
content-type: application/vnd.oasis.opendocument.chart
|
11206
11850
|
friendly:
|
@@ -11211,7 +11855,7 @@
|
|
11211
11855
|
xrefs:
|
11212
11856
|
person:
|
11213
11857
|
- OASIS
|
11214
|
-
-
|
11858
|
+
- OASIS_TC_Admin
|
11215
11859
|
template:
|
11216
11860
|
- application/vnd.oasis.opendocument.chart
|
11217
11861
|
registered: true
|
@@ -11226,7 +11870,7 @@
|
|
11226
11870
|
xrefs:
|
11227
11871
|
person:
|
11228
11872
|
- OASIS
|
11229
|
-
-
|
11873
|
+
- OASIS_TC_Admin
|
11230
11874
|
template:
|
11231
11875
|
- application/vnd.oasis.opendocument.chart-template
|
11232
11876
|
registered: true
|
@@ -11237,12 +11881,16 @@
|
|
11237
11881
|
encoding: base64
|
11238
11882
|
extensions:
|
11239
11883
|
- odb
|
11884
|
+
obsolete: true
|
11885
|
+
use-instead: application/vnd.oasis.opendocument.base
|
11240
11886
|
xrefs:
|
11241
11887
|
person:
|
11242
11888
|
- OASIS
|
11243
|
-
-
|
11889
|
+
- OASIS_TC_Admin
|
11244
11890
|
template:
|
11245
11891
|
- application/vnd.oasis.opendocument.database
|
11892
|
+
notes:
|
11893
|
+
- "(OBSOLETED in favor of application/vnd.oasis.opendocument.base)"
|
11246
11894
|
registered: true
|
11247
11895
|
- !ruby/object:MIME::Type
|
11248
11896
|
content-type: application/vnd.oasis.opendocument.formula
|
@@ -11254,7 +11902,7 @@
|
|
11254
11902
|
xrefs:
|
11255
11903
|
person:
|
11256
11904
|
- OASIS
|
11257
|
-
-
|
11905
|
+
- OASIS_TC_Admin
|
11258
11906
|
template:
|
11259
11907
|
- application/vnd.oasis.opendocument.formula
|
11260
11908
|
registered: true
|
@@ -11269,7 +11917,7 @@
|
|
11269
11917
|
xrefs:
|
11270
11918
|
person:
|
11271
11919
|
- OASIS
|
11272
|
-
-
|
11920
|
+
- OASIS_TC_Admin
|
11273
11921
|
template:
|
11274
11922
|
- application/vnd.oasis.opendocument.formula-template
|
11275
11923
|
registered: true
|
@@ -11283,7 +11931,7 @@
|
|
11283
11931
|
xrefs:
|
11284
11932
|
person:
|
11285
11933
|
- OASIS
|
11286
|
-
-
|
11934
|
+
- OASIS_TC_Admin
|
11287
11935
|
template:
|
11288
11936
|
- application/vnd.oasis.opendocument.graphics
|
11289
11937
|
registered: true
|
@@ -11297,7 +11945,7 @@
|
|
11297
11945
|
xrefs:
|
11298
11946
|
person:
|
11299
11947
|
- OASIS
|
11300
|
-
-
|
11948
|
+
- OASIS_TC_Admin
|
11301
11949
|
template:
|
11302
11950
|
- application/vnd.oasis.opendocument.graphics-template
|
11303
11951
|
registered: true
|
@@ -11311,7 +11959,7 @@
|
|
11311
11959
|
xrefs:
|
11312
11960
|
person:
|
11313
11961
|
- OASIS
|
11314
|
-
-
|
11962
|
+
- OASIS_TC_Admin
|
11315
11963
|
template:
|
11316
11964
|
- application/vnd.oasis.opendocument.image
|
11317
11965
|
registered: true
|
@@ -11326,7 +11974,7 @@
|
|
11326
11974
|
xrefs:
|
11327
11975
|
person:
|
11328
11976
|
- OASIS
|
11329
|
-
-
|
11977
|
+
- OASIS_TC_Admin
|
11330
11978
|
template:
|
11331
11979
|
- application/vnd.oasis.opendocument.image-template
|
11332
11980
|
registered: true
|
@@ -11340,7 +11988,7 @@
|
|
11340
11988
|
xrefs:
|
11341
11989
|
person:
|
11342
11990
|
- OASIS
|
11343
|
-
-
|
11991
|
+
- OASIS_TC_Admin
|
11344
11992
|
template:
|
11345
11993
|
- application/vnd.oasis.opendocument.presentation
|
11346
11994
|
registered: true
|
@@ -11354,7 +12002,7 @@
|
|
11354
12002
|
xrefs:
|
11355
12003
|
person:
|
11356
12004
|
- OASIS
|
11357
|
-
-
|
12005
|
+
- OASIS_TC_Admin
|
11358
12006
|
template:
|
11359
12007
|
- application/vnd.oasis.opendocument.presentation-template
|
11360
12008
|
registered: true
|
@@ -11368,7 +12016,7 @@
|
|
11368
12016
|
xrefs:
|
11369
12017
|
person:
|
11370
12018
|
- OASIS
|
11371
|
-
-
|
12019
|
+
- OASIS_TC_Admin
|
11372
12020
|
template:
|
11373
12021
|
- application/vnd.oasis.opendocument.spreadsheet
|
11374
12022
|
registered: true
|
@@ -11382,7 +12030,7 @@
|
|
11382
12030
|
xrefs:
|
11383
12031
|
person:
|
11384
12032
|
- OASIS
|
11385
|
-
-
|
12033
|
+
- OASIS_TC_Admin
|
11386
12034
|
template:
|
11387
12035
|
- application/vnd.oasis.opendocument.spreadsheet-template
|
11388
12036
|
registered: true
|
@@ -11396,7 +12044,7 @@
|
|
11396
12044
|
xrefs:
|
11397
12045
|
person:
|
11398
12046
|
- OASIS
|
11399
|
-
-
|
12047
|
+
- OASIS_TC_Admin
|
11400
12048
|
template:
|
11401
12049
|
- application/vnd.oasis.opendocument.text
|
11402
12050
|
registered: true
|
@@ -11410,7 +12058,7 @@
|
|
11410
12058
|
xrefs:
|
11411
12059
|
person:
|
11412
12060
|
- OASIS
|
11413
|
-
-
|
12061
|
+
- OASIS_TC_Admin
|
11414
12062
|
template:
|
11415
12063
|
- application/vnd.oasis.opendocument.text-master
|
11416
12064
|
registered: true
|
@@ -11424,7 +12072,7 @@
|
|
11424
12072
|
xrefs:
|
11425
12073
|
person:
|
11426
12074
|
- OASIS
|
11427
|
-
-
|
12075
|
+
- OASIS_TC_Admin
|
11428
12076
|
template:
|
11429
12077
|
- application/vnd.oasis.opendocument.text-template
|
11430
12078
|
registered: true
|
@@ -11438,7 +12086,7 @@
|
|
11438
12086
|
xrefs:
|
11439
12087
|
person:
|
11440
12088
|
- OASIS
|
11441
|
-
-
|
12089
|
+
- OASIS_TC_Admin
|
11442
12090
|
template:
|
11443
12091
|
- application/vnd.oasis.opendocument.text-web
|
11444
12092
|
registered: true
|
@@ -12057,6 +12705,15 @@
|
|
12057
12705
|
template:
|
12058
12706
|
- application/vnd.onepagertatx
|
12059
12707
|
registered: true
|
12708
|
+
- !ruby/object:MIME::Type
|
12709
|
+
content-type: application/vnd.onvif.metadata
|
12710
|
+
encoding: base64
|
12711
|
+
xrefs:
|
12712
|
+
person:
|
12713
|
+
- Hans_Busch
|
12714
|
+
template:
|
12715
|
+
- application/vnd.onvif.metadata
|
12716
|
+
registered: true
|
12060
12717
|
- !ruby/object:MIME::Type
|
12061
12718
|
content-type: application/vnd.openblox.game+xml
|
12062
12719
|
encoding: base64
|
@@ -13961,6 +14618,15 @@
|
|
13961
14618
|
template:
|
13962
14619
|
- application/vnd.smart.teacher
|
13963
14620
|
registered: true
|
14621
|
+
- !ruby/object:MIME::Type
|
14622
|
+
content-type: application/vnd.smintio.portals.archive
|
14623
|
+
encoding: base64
|
14624
|
+
xrefs:
|
14625
|
+
person:
|
14626
|
+
- Reinhard_Holzner
|
14627
|
+
template:
|
14628
|
+
- application/vnd.smintio.portals.archive
|
14629
|
+
registered: true
|
13964
14630
|
- !ruby/object:MIME::Type
|
13965
14631
|
content-type: application/vnd.snesdev-page-table
|
13966
14632
|
encoding: base64
|
@@ -14280,6 +14946,15 @@
|
|
14280
14946
|
template:
|
14281
14947
|
- application/vnd.swiftview-ics
|
14282
14948
|
registered: true
|
14949
|
+
- !ruby/object:MIME::Type
|
14950
|
+
content-type: application/vnd.sybyl.mol2
|
14951
|
+
encoding: base64
|
14952
|
+
xrefs:
|
14953
|
+
person:
|
14954
|
+
- Finn_Rayk_Gärtner
|
14955
|
+
template:
|
14956
|
+
- application/vnd.sybyl.mol2
|
14957
|
+
registered: true
|
14283
14958
|
- !ruby/object:MIME::Type
|
14284
14959
|
content-type: application/vnd.sycle+xml
|
14285
14960
|
encoding: base64
|
@@ -14945,6 +15620,15 @@
|
|
14945
15620
|
template:
|
14946
15621
|
- application/vnd.wap.wmlscriptc
|
14947
15622
|
registered: true
|
15623
|
+
- !ruby/object:MIME::Type
|
15624
|
+
content-type: application/vnd.wasmflow.wafl
|
15625
|
+
encoding: base64
|
15626
|
+
xrefs:
|
15627
|
+
person:
|
15628
|
+
- Fawad_Shaikh
|
15629
|
+
template:
|
15630
|
+
- application/vnd.wasmflow.wafl
|
15631
|
+
registered: true
|
14948
15632
|
- !ruby/object:MIME::Type
|
14949
15633
|
content-type: application/vnd.webturbo
|
14950
15634
|
friendly:
|
@@ -15045,6 +15729,15 @@
|
|
15045
15729
|
template:
|
15046
15730
|
- application/vnd.wolfram.player
|
15047
15731
|
registered: true
|
15732
|
+
- !ruby/object:MIME::Type
|
15733
|
+
content-type: application/vnd.wordlift
|
15734
|
+
encoding: base64
|
15735
|
+
xrefs:
|
15736
|
+
person:
|
15737
|
+
- David_Riccitelli
|
15738
|
+
template:
|
15739
|
+
- application/vnd.wordlift
|
15740
|
+
registered: true
|
15048
15741
|
- !ruby/object:MIME::Type
|
15049
15742
|
content-type: application/vnd.wordperfect
|
15050
15743
|
friendly:
|
@@ -15422,6 +16115,14 @@
|
|
15422
16115
|
template:
|
15423
16116
|
- application/voucher-cms+json
|
15424
16117
|
registered: true
|
16118
|
+
- !ruby/object:MIME::Type
|
16119
|
+
content-type: application/voucher-cose+cbor
|
16120
|
+
encoding: base64
|
16121
|
+
xrefs:
|
16122
|
+
draft:
|
16123
|
+
- draft-ietf-anima-constrained-voucher-17
|
16124
|
+
registered: true
|
16125
|
+
provisional: true
|
15425
16126
|
- !ruby/object:MIME::Type
|
15426
16127
|
content-type: application/vq-rtcpxr
|
15427
16128
|
encoding: base64
|
@@ -15456,6 +16157,14 @@
|
|
15456
16157
|
template:
|
15457
16158
|
- application/watcherinfo+xml
|
15458
16159
|
registered: true
|
16160
|
+
- !ruby/object:MIME::Type
|
16161
|
+
content-type: application/webbundle
|
16162
|
+
encoding: base64
|
16163
|
+
xrefs:
|
16164
|
+
draft:
|
16165
|
+
- draft-yasskin-wpack-bundled-exchanges
|
16166
|
+
registered: true
|
16167
|
+
provisional: true
|
15459
16168
|
- !ruby/object:MIME::Type
|
15460
16169
|
content-type: application/webpush-options+json
|
15461
16170
|
encoding: base64
|
@@ -15516,6 +16225,14 @@
|
|
15516
16225
|
template:
|
15517
16226
|
- application/wita
|
15518
16227
|
registered: true
|
16228
|
+
- !ruby/object:MIME::Type
|
16229
|
+
content-type: application/won
|
16230
|
+
encoding: base64
|
16231
|
+
xrefs:
|
16232
|
+
person:
|
16233
|
+
- Roy_T._Fielding
|
16234
|
+
registered: true
|
16235
|
+
provisional: true
|
15519
16236
|
- !ruby/object:MIME::Type
|
15520
16237
|
content-type: application/word
|
15521
16238
|
encoding: base64
|
@@ -17055,6 +17772,16 @@
|
|
17055
17772
|
template:
|
17056
17773
|
- application/xenc+xml
|
17057
17774
|
registered: true
|
17775
|
+
- !ruby/object:MIME::Type
|
17776
|
+
content-type: application/xfdf
|
17777
|
+
encoding: base64
|
17778
|
+
xrefs:
|
17779
|
+
person:
|
17780
|
+
- Betsy_Fanning
|
17781
|
+
- ISO-TC_171-SC_2
|
17782
|
+
template:
|
17783
|
+
- application/xfdf
|
17784
|
+
registered: true
|
17058
17785
|
- !ruby/object:MIME::Type
|
17059
17786
|
content-type: application/xhtml+xml
|
17060
17787
|
friendly:
|
@@ -17217,6 +17944,15 @@
|
|
17217
17944
|
template:
|
17218
17945
|
- application/yang
|
17219
17946
|
registered: true
|
17947
|
+
- !ruby/object:MIME::Type
|
17948
|
+
content-type: application/yang-data+cbor
|
17949
|
+
encoding: base64
|
17950
|
+
xrefs:
|
17951
|
+
rfc:
|
17952
|
+
- rfc9254
|
17953
|
+
template:
|
17954
|
+
- application/yang-data+cbor
|
17955
|
+
registered: true
|
17220
17956
|
- !ruby/object:MIME::Type
|
17221
17957
|
content-type: application/yang-data+json
|
17222
17958
|
encoding: base64
|