mime-types-data 3.2023.0218.1 → 3.2024.0206
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/History.md +28 -0
- data/Rakefile +33 -18
- data/data/content_type_mime.db +2 -0
- data/data/ext_mime.db +4 -0
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +83 -3
- data/data/mime.docs.column +80 -0
- data/data/mime.encoding.column +80 -0
- data/data/mime.flags.column +82 -2
- data/data/mime.friendly.column +80 -0
- data/data/mime.pext.column +80 -0
- data/data/mime.use_instead.column +81 -1
- data/data/mime.xrefs.column +122 -42
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +576 -25
- data/types/audio.yaml +20 -3
- data/types/image.yaml +36 -17
- data/types/message.yaml +27 -0
- data/types/model.yaml +9 -0
- data/types/text.yaml +58 -0
- data/types/video.yaml +29 -1
- metadata +38 -37
data/types/application.yaml
CHANGED
@@ -8,6 +8,14 @@
|
|
8
8
|
template:
|
9
9
|
- application/1d-interleaved-parityfec
|
10
10
|
registered: true
|
11
|
+
- !ruby/object:MIME::Type
|
12
|
+
content-type: application/1ob
|
13
|
+
encoding: base64
|
14
|
+
xrefs:
|
15
|
+
person:
|
16
|
+
- Rob_Coyle
|
17
|
+
registered: true
|
18
|
+
provisional: true
|
11
19
|
- !ruby/object:MIME::Type
|
12
20
|
content-type: application/3gpdash-qoe-report+xml
|
13
21
|
encoding: base64
|
@@ -86,8 +94,8 @@
|
|
86
94
|
content-type: application/ace+json
|
87
95
|
encoding: base64
|
88
96
|
xrefs:
|
89
|
-
|
90
|
-
-
|
97
|
+
rfc:
|
98
|
+
- rfc9431
|
91
99
|
template:
|
92
100
|
- application/ace+json
|
93
101
|
registered: true
|
@@ -262,6 +270,24 @@
|
|
262
270
|
template:
|
263
271
|
- application/alto-propmapparams+json
|
264
272
|
registered: true
|
273
|
+
- !ruby/object:MIME::Type
|
274
|
+
content-type: application/alto-tips+json
|
275
|
+
encoding: base64
|
276
|
+
xrefs:
|
277
|
+
draft:
|
278
|
+
- RFC-ietf-alto-new-transport-22
|
279
|
+
template:
|
280
|
+
- application/alto-tips+json
|
281
|
+
registered: true
|
282
|
+
- !ruby/object:MIME::Type
|
283
|
+
content-type: application/alto-tipsparams+json
|
284
|
+
encoding: base64
|
285
|
+
xrefs:
|
286
|
+
draft:
|
287
|
+
- RFC-ietf-alto-new-transport-22
|
288
|
+
template:
|
289
|
+
- application/alto-tipsparams+json
|
290
|
+
registered: true
|
265
291
|
- !ruby/object:MIME::Type
|
266
292
|
content-type: application/alto-updatestreamcontrol+json
|
267
293
|
encoding: base64
|
@@ -529,6 +555,16 @@
|
|
529
555
|
obsolete: true
|
530
556
|
use-instead: application/x-bleeper
|
531
557
|
registered: false
|
558
|
+
- !ruby/object:MIME::Type
|
559
|
+
content-type: application/c2pa
|
560
|
+
encoding: base64
|
561
|
+
xrefs:
|
562
|
+
person:
|
563
|
+
- C2PA
|
564
|
+
- Leonard_Rosenthol
|
565
|
+
template:
|
566
|
+
- application/c2pa
|
567
|
+
registered: true
|
532
568
|
- !ruby/object:MIME::Type
|
533
569
|
content-type: application/calendar+json
|
534
570
|
encoding: base64
|
@@ -777,6 +813,15 @@
|
|
777
813
|
template:
|
778
814
|
- application/cfw
|
779
815
|
registered: true
|
816
|
+
- !ruby/object:MIME::Type
|
817
|
+
content-type: application/cid-edhoc+cbor-seq
|
818
|
+
encoding: base64
|
819
|
+
xrefs:
|
820
|
+
draft:
|
821
|
+
- RFC-ietf-lake-edhoc-22
|
822
|
+
template:
|
823
|
+
- application/cid-edhoc+cbor-seq
|
824
|
+
registered: true
|
780
825
|
- !ruby/object:MIME::Type
|
781
826
|
content-type: application/city+json
|
782
827
|
encoding: base64
|
@@ -1013,7 +1058,7 @@
|
|
1013
1058
|
encoding: base64
|
1014
1059
|
xrefs:
|
1015
1060
|
person:
|
1016
|
-
- ISO-
|
1061
|
+
- ISO-IEC_JTC_1
|
1017
1062
|
- Thomas_Stockhammer
|
1018
1063
|
template:
|
1019
1064
|
- application/dash+xml
|
@@ -1023,7 +1068,7 @@
|
|
1023
1068
|
encoding: base64
|
1024
1069
|
xrefs:
|
1025
1070
|
person:
|
1026
|
-
- ISO-
|
1071
|
+
- ISO-IEC_JTC_1
|
1027
1072
|
template:
|
1028
1073
|
- application/dash-patch+xml
|
1029
1074
|
registered: true
|
@@ -1179,6 +1224,15 @@
|
|
1179
1224
|
template:
|
1180
1225
|
- application/dots+cbor
|
1181
1226
|
registered: true
|
1227
|
+
- !ruby/object:MIME::Type
|
1228
|
+
content-type: application/dpop+jwt
|
1229
|
+
encoding: base64
|
1230
|
+
xrefs:
|
1231
|
+
rfc:
|
1232
|
+
- rfc9449
|
1233
|
+
template:
|
1234
|
+
- application/dpop+jwt
|
1235
|
+
registered: true
|
1182
1236
|
- !ruby/object:MIME::Type
|
1183
1237
|
content-type: application/drafting
|
1184
1238
|
encoding: base64
|
@@ -1250,6 +1304,15 @@
|
|
1250
1304
|
notes:
|
1251
1305
|
- "(OBSOLETED in favor of text/javascript)"
|
1252
1306
|
registered: true
|
1307
|
+
- !ruby/object:MIME::Type
|
1308
|
+
content-type: application/edhoc+cbor-seq
|
1309
|
+
encoding: base64
|
1310
|
+
xrefs:
|
1311
|
+
draft:
|
1312
|
+
- RFC-ietf-lake-edhoc-22
|
1313
|
+
template:
|
1314
|
+
- application/edhoc+cbor-seq
|
1315
|
+
registered: true
|
1253
1316
|
- !ruby/object:MIME::Type
|
1254
1317
|
content-type: application/EDI-consent
|
1255
1318
|
encoding: base64
|
@@ -1409,7 +1472,7 @@
|
|
1409
1472
|
- emma
|
1410
1473
|
xrefs:
|
1411
1474
|
person:
|
1412
|
-
- ISO-
|
1475
|
+
- ISO-IEC_JTC_1
|
1413
1476
|
- W3C
|
1414
1477
|
uri:
|
1415
1478
|
- http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration
|
@@ -1524,7 +1587,7 @@
|
|
1524
1587
|
encoding: base64
|
1525
1588
|
xrefs:
|
1526
1589
|
person:
|
1527
|
-
- ISO-
|
1590
|
+
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
|
1528
1591
|
- ITU-T_ASN.1_Rapporteur
|
1529
1592
|
template:
|
1530
1593
|
- application/fastinfoset
|
@@ -1534,7 +1597,7 @@
|
|
1534
1597
|
encoding: base64
|
1535
1598
|
xrefs:
|
1536
1599
|
person:
|
1537
|
-
- ISO-
|
1600
|
+
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
|
1538
1601
|
- ITU-T_ASN.1_Rapporteur
|
1539
1602
|
template:
|
1540
1603
|
- application/fastsoap
|
@@ -1606,7 +1669,7 @@
|
|
1606
1669
|
use-instead: font/sfnt
|
1607
1670
|
xrefs:
|
1608
1671
|
person:
|
1609
|
-
- ISO-
|
1672
|
+
- ISO-IEC_JTC_1
|
1610
1673
|
- Levantovsky
|
1611
1674
|
rfc:
|
1612
1675
|
- rfc8081
|
@@ -1697,6 +1760,16 @@
|
|
1697
1760
|
template:
|
1698
1761
|
- application/geopackage+sqlite3
|
1699
1762
|
registered: true
|
1763
|
+
- !ruby/object:MIME::Type
|
1764
|
+
content-type: application/geoxacml+json
|
1765
|
+
encoding: base64
|
1766
|
+
xrefs:
|
1767
|
+
person:
|
1768
|
+
- OGC
|
1769
|
+
- Scott_Simmons
|
1770
|
+
template:
|
1771
|
+
- application/geoxacml+json
|
1772
|
+
registered: true
|
1700
1773
|
- !ruby/object:MIME::Type
|
1701
1774
|
content-type: application/geoxacml+xml
|
1702
1775
|
encoding: base64
|
@@ -1996,7 +2069,13 @@
|
|
1996
2069
|
encoding: base64
|
1997
2070
|
extensions:
|
1998
2071
|
- jar
|
1999
|
-
|
2072
|
+
xrefs:
|
2073
|
+
person:
|
2074
|
+
- Iris_Clark
|
2075
|
+
- JCP
|
2076
|
+
template:
|
2077
|
+
- application/java-archive
|
2078
|
+
registered: true
|
2000
2079
|
- !ruby/object:MIME::Type
|
2001
2080
|
content-type: application/java-serialized-object
|
2002
2081
|
friendly:
|
@@ -2079,6 +2158,15 @@
|
|
2079
2158
|
template:
|
2080
2159
|
- application/jscalendar+json
|
2081
2160
|
registered: true
|
2161
|
+
- !ruby/object:MIME::Type
|
2162
|
+
content-type: application/jscontact+json
|
2163
|
+
encoding: base64
|
2164
|
+
xrefs:
|
2165
|
+
draft:
|
2166
|
+
- RFC-ietf-calext-jscontact-16
|
2167
|
+
template:
|
2168
|
+
- application/jscontact+json
|
2169
|
+
registered: true
|
2082
2170
|
- !ruby/object:MIME::Type
|
2083
2171
|
content-type: application/json
|
2084
2172
|
friendly:
|
@@ -2124,6 +2212,15 @@
|
|
2124
2212
|
extensions:
|
2125
2213
|
- jsonml
|
2126
2214
|
registered: false
|
2215
|
+
- !ruby/object:MIME::Type
|
2216
|
+
content-type: application/jsonpath
|
2217
|
+
encoding: base64
|
2218
|
+
xrefs:
|
2219
|
+
draft:
|
2220
|
+
- RFC-ietf-jsonpath-base-21
|
2221
|
+
template:
|
2222
|
+
- application/jsonpath
|
2223
|
+
registered: true
|
2127
2224
|
- !ruby/object:MIME::Type
|
2128
2225
|
content-type: application/jwk+json
|
2129
2226
|
encoding: base64
|
@@ -3103,6 +3200,15 @@
|
|
3103
3200
|
template:
|
3104
3201
|
- application/ogg
|
3105
3202
|
registered: true
|
3203
|
+
- !ruby/object:MIME::Type
|
3204
|
+
content-type: application/ohttp-keys
|
3205
|
+
encoding: base64
|
3206
|
+
xrefs:
|
3207
|
+
rfc:
|
3208
|
+
- rfc9458
|
3209
|
+
template:
|
3210
|
+
- application/ohttp-keys
|
3211
|
+
registered: true
|
3106
3212
|
- !ruby/object:MIME::Type
|
3107
3213
|
content-type: application/omdoc+xml
|
3108
3214
|
encoding: base64
|
@@ -3510,6 +3616,33 @@
|
|
3510
3616
|
template:
|
3511
3617
|
- application/ppsp-tracker+json
|
3512
3618
|
registered: true
|
3619
|
+
- !ruby/object:MIME::Type
|
3620
|
+
content-type: application/private-token-issuer-directory
|
3621
|
+
encoding: base64
|
3622
|
+
xrefs:
|
3623
|
+
draft:
|
3624
|
+
- RFC-ietf-privacypass-protocol-16
|
3625
|
+
template:
|
3626
|
+
- application/private-token-issuer-directory
|
3627
|
+
registered: true
|
3628
|
+
- !ruby/object:MIME::Type
|
3629
|
+
content-type: application/private-token-request
|
3630
|
+
encoding: base64
|
3631
|
+
xrefs:
|
3632
|
+
draft:
|
3633
|
+
- RFC-ietf-privacypass-protocol-16
|
3634
|
+
template:
|
3635
|
+
- application/private-token-request
|
3636
|
+
registered: true
|
3637
|
+
- !ruby/object:MIME::Type
|
3638
|
+
content-type: application/private-token-response
|
3639
|
+
encoding: base64
|
3640
|
+
xrefs:
|
3641
|
+
draft:
|
3642
|
+
- RFC-ietf-privacypass-protocol-16
|
3643
|
+
template:
|
3644
|
+
- application/private-token-response
|
3645
|
+
registered: true
|
3513
3646
|
- !ruby/object:MIME::Type
|
3514
3647
|
content-type: application/pro_eng
|
3515
3648
|
encoding: base64
|
@@ -3519,7 +3652,7 @@
|
|
3519
3652
|
encoding: base64
|
3520
3653
|
xrefs:
|
3521
3654
|
rfc:
|
3522
|
-
-
|
3655
|
+
- rfc9457
|
3523
3656
|
template:
|
3524
3657
|
- application/problem+json
|
3525
3658
|
registered: true
|
@@ -3528,7 +3661,7 @@
|
|
3528
3661
|
encoding: base64
|
3529
3662
|
xrefs:
|
3530
3663
|
rfc:
|
3531
|
-
-
|
3664
|
+
- rfc9457
|
3532
3665
|
template:
|
3533
3666
|
- application/problem+xml
|
3534
3667
|
registered: true
|
@@ -3542,6 +3675,14 @@
|
|
3542
3675
|
template:
|
3543
3676
|
- application/provenance+xml
|
3544
3677
|
registered: true
|
3678
|
+
- !ruby/object:MIME::Type
|
3679
|
+
content-type: application/prql
|
3680
|
+
friendly:
|
3681
|
+
en: Pipelined Relational Query Language
|
3682
|
+
encoding: base64
|
3683
|
+
extensions:
|
3684
|
+
- prql
|
3685
|
+
registered: false
|
3545
3686
|
- !ruby/object:MIME::Type
|
3546
3687
|
content-type: application/prs.alvestrand.titrax-sheet
|
3547
3688
|
encoding: base64
|
@@ -3583,6 +3724,60 @@
|
|
3583
3724
|
template:
|
3584
3725
|
- application/prs.hpub+zip
|
3585
3726
|
registered: true
|
3727
|
+
- !ruby/object:MIME::Type
|
3728
|
+
content-type: application/prs.implied-document+xml
|
3729
|
+
encoding: base64
|
3730
|
+
xrefs:
|
3731
|
+
person:
|
3732
|
+
- Marek_Čermák
|
3733
|
+
template:
|
3734
|
+
- application/prs.implied-document+xml
|
3735
|
+
registered: true
|
3736
|
+
- !ruby/object:MIME::Type
|
3737
|
+
content-type: application/prs.implied-executable
|
3738
|
+
encoding: base64
|
3739
|
+
xrefs:
|
3740
|
+
person:
|
3741
|
+
- Marek_Čermák
|
3742
|
+
template:
|
3743
|
+
- application/prs.implied-executable
|
3744
|
+
registered: true
|
3745
|
+
- !ruby/object:MIME::Type
|
3746
|
+
content-type: application/prs.implied-object+json
|
3747
|
+
encoding: base64
|
3748
|
+
xrefs:
|
3749
|
+
person:
|
3750
|
+
- Marek_Čermák
|
3751
|
+
template:
|
3752
|
+
- application/prs.implied-object+json
|
3753
|
+
registered: true
|
3754
|
+
- !ruby/object:MIME::Type
|
3755
|
+
content-type: application/prs.implied-object+json-seq
|
3756
|
+
encoding: base64
|
3757
|
+
xrefs:
|
3758
|
+
person:
|
3759
|
+
- Marek_Čermák
|
3760
|
+
template:
|
3761
|
+
- application/prs.implied-object+json-seq
|
3762
|
+
registered: true
|
3763
|
+
- !ruby/object:MIME::Type
|
3764
|
+
content-type: application/prs.implied-object+yaml
|
3765
|
+
encoding: base64
|
3766
|
+
xrefs:
|
3767
|
+
person:
|
3768
|
+
- Marek_Čermák
|
3769
|
+
template:
|
3770
|
+
- application/prs.implied-object+yaml
|
3771
|
+
registered: true
|
3772
|
+
- !ruby/object:MIME::Type
|
3773
|
+
content-type: application/prs.implied-structure
|
3774
|
+
encoding: base64
|
3775
|
+
xrefs:
|
3776
|
+
person:
|
3777
|
+
- Marek_Čermák
|
3778
|
+
template:
|
3779
|
+
- application/prs.implied-structure
|
3780
|
+
registered: true
|
3586
3781
|
- !ruby/object:MIME::Type
|
3587
3782
|
content-type: application/prs.nprend
|
3588
3783
|
encoding: base64
|
@@ -3613,6 +3808,15 @@
|
|
3613
3808
|
template:
|
3614
3809
|
- application/prs.rdf-xml-crypt
|
3615
3810
|
registered: true
|
3811
|
+
- !ruby/object:MIME::Type
|
3812
|
+
content-type: application/prs.vcfbzip2
|
3813
|
+
encoding: base64
|
3814
|
+
xrefs:
|
3815
|
+
person:
|
3816
|
+
- Paolo_Marcheschi
|
3817
|
+
template:
|
3818
|
+
- application/prs.vcfbzip2
|
3819
|
+
registered: true
|
3616
3820
|
- !ruby/object:MIME::Type
|
3617
3821
|
content-type: application/prs.xsf+xml
|
3618
3822
|
encoding: base64
|
@@ -3714,7 +3918,7 @@
|
|
3714
3918
|
- rnc
|
3715
3919
|
xrefs:
|
3716
3920
|
uri:
|
3717
|
-
- http://www.
|
3921
|
+
- http://www.JTC_1sc34.org/repository/0661.pdf
|
3718
3922
|
template:
|
3719
3923
|
- application/relax-ng-compact-syntax
|
3720
3924
|
registered: true
|
@@ -3904,8 +4108,8 @@
|
|
3904
4108
|
extensions:
|
3905
4109
|
- roa
|
3906
4110
|
xrefs:
|
3907
|
-
|
3908
|
-
-
|
4111
|
+
draft:
|
4112
|
+
- RFC-ietf-sidrops-rfc6482bis-09
|
3909
4113
|
template:
|
3910
4114
|
- application/rpki-roa
|
3911
4115
|
registered: true
|
@@ -4437,7 +4641,7 @@
|
|
4437
4641
|
encoding: base64
|
4438
4642
|
xrefs:
|
4439
4643
|
person:
|
4440
|
-
- ISO-
|
4644
|
+
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
|
4441
4645
|
- ITU-T_ASN.1_Rapporteur
|
4442
4646
|
template:
|
4443
4647
|
- application/soap+fastinfoset
|
@@ -4589,8 +4793,8 @@
|
|
4589
4793
|
content-type: application/swid+cbor
|
4590
4794
|
encoding: base64
|
4591
4795
|
xrefs:
|
4592
|
-
|
4593
|
-
-
|
4796
|
+
rfc:
|
4797
|
+
- rfc9393
|
4594
4798
|
template:
|
4595
4799
|
- application/swid+cbor
|
4596
4800
|
registered: true
|
@@ -4600,7 +4804,7 @@
|
|
4600
4804
|
xrefs:
|
4601
4805
|
person:
|
4602
4806
|
- David_Waltermire
|
4603
|
-
- ISO-
|
4807
|
+
- ISO-IEC_JTC_1
|
4604
4808
|
- Ron_Brill
|
4605
4809
|
template:
|
4606
4810
|
- application/swid+xml
|
@@ -4917,7 +5121,7 @@
|
|
4917
5121
|
xrefs:
|
4918
5122
|
person:
|
4919
5123
|
- Gottfried_Zimmermann
|
4920
|
-
- ISO-
|
5124
|
+
- ISO-IEC_JTC_1
|
4921
5125
|
template:
|
4922
5126
|
- application/urc-grpsheet+xml
|
4923
5127
|
registered: true
|
@@ -4927,7 +5131,7 @@
|
|
4927
5131
|
xrefs:
|
4928
5132
|
person:
|
4929
5133
|
- Gottfried_Zimmermann
|
4930
|
-
- ISO-
|
5134
|
+
- ISO-IEC_JTC_1
|
4931
5135
|
template:
|
4932
5136
|
- application/urc-ressheet+xml
|
4933
5137
|
registered: true
|
@@ -4937,7 +5141,7 @@
|
|
4937
5141
|
xrefs:
|
4938
5142
|
person:
|
4939
5143
|
- Gottfried_Zimmermann
|
4940
|
-
- ISO-
|
5144
|
+
- ISO-IEC_JTC_1
|
4941
5145
|
template:
|
4942
5146
|
- application/urc-targetdesc+xml
|
4943
5147
|
registered: true
|
@@ -4998,6 +5202,15 @@
|
|
4998
5202
|
template:
|
4999
5203
|
- application/vnd.1000minds.decision-model+xml
|
5000
5204
|
registered: true
|
5205
|
+
- !ruby/object:MIME::Type
|
5206
|
+
content-type: application/vnd.1ob
|
5207
|
+
encoding: base64
|
5208
|
+
xrefs:
|
5209
|
+
person:
|
5210
|
+
- Rob_Coyle
|
5211
|
+
template:
|
5212
|
+
- application/vnd.1ob
|
5213
|
+
registered: true
|
5001
5214
|
- !ruby/object:MIME::Type
|
5002
5215
|
content-type: application/vnd.3gpp-prose+xml
|
5003
5216
|
encoding: base64
|
@@ -5080,6 +5293,24 @@
|
|
5080
5293
|
template:
|
5081
5294
|
- application/vnd.3gpp.bsf+xml
|
5082
5295
|
registered: true
|
5296
|
+
- !ruby/object:MIME::Type
|
5297
|
+
content-type: application/vnd.3gpp.crs+xml
|
5298
|
+
encoding: base64
|
5299
|
+
xrefs:
|
5300
|
+
person:
|
5301
|
+
- Xu_Chen
|
5302
|
+
template:
|
5303
|
+
- application/vnd.3gpp.crs+xml
|
5304
|
+
registered: true
|
5305
|
+
- !ruby/object:MIME::Type
|
5306
|
+
content-type: application/vnd.3gpp.current-location-discovery+xml
|
5307
|
+
encoding: base64
|
5308
|
+
xrefs:
|
5309
|
+
person:
|
5310
|
+
- Peter_Leis
|
5311
|
+
template:
|
5312
|
+
- application/vnd.3gpp.current-location-discovery+xml
|
5313
|
+
registered: true
|
5083
5314
|
- !ruby/object:MIME::Type
|
5084
5315
|
content-type: application/vnd.3gpp.GMOP+xml
|
5085
5316
|
encoding: base64
|
@@ -5253,6 +5484,15 @@
|
|
5253
5484
|
template:
|
5254
5485
|
- application/vnd.3gpp.mcptt-mbms-usage-info+xml
|
5255
5486
|
registered: true
|
5487
|
+
- !ruby/object:MIME::Type
|
5488
|
+
content-type: application/vnd.3gpp.mcptt-regroup+xml
|
5489
|
+
encoding: base64
|
5490
|
+
xrefs:
|
5491
|
+
person:
|
5492
|
+
- Kiran_Kapale
|
5493
|
+
template:
|
5494
|
+
- application/vnd.3gpp.mcptt-regroup+xml
|
5495
|
+
registered: true
|
5256
5496
|
- !ruby/object:MIME::Type
|
5257
5497
|
content-type: application/vnd.3gpp.mcptt-service-config+xml
|
5258
5498
|
encoding: base64
|
@@ -5347,6 +5587,15 @@
|
|
5347
5587
|
template:
|
5348
5588
|
- application/vnd.3gpp.mcvideo-mbms-usage-info+xml
|
5349
5589
|
registered: true
|
5590
|
+
- !ruby/object:MIME::Type
|
5591
|
+
content-type: application/vnd.3gpp.mcvideo-regroup+xml
|
5592
|
+
encoding: base64
|
5593
|
+
xrefs:
|
5594
|
+
person:
|
5595
|
+
- Kiran_Kapale
|
5596
|
+
template:
|
5597
|
+
- application/vnd.3gpp.mcvideo-regroup+xml
|
5598
|
+
registered: true
|
5350
5599
|
- !ruby/object:MIME::Type
|
5351
5600
|
content-type: application/vnd.3gpp.mcvideo-service-config+xml
|
5352
5601
|
encoding: base64
|
@@ -5461,6 +5710,15 @@
|
|
5461
5710
|
template:
|
5462
5711
|
- application/vnd.3gpp.s1ap
|
5463
5712
|
registered: true
|
5713
|
+
- !ruby/object:MIME::Type
|
5714
|
+
content-type: application/vnd.3gpp.seal-group-doc+xml
|
5715
|
+
encoding: base64
|
5716
|
+
xrefs:
|
5717
|
+
person:
|
5718
|
+
- Sapan_Shah
|
5719
|
+
template:
|
5720
|
+
- application/vnd.3gpp.seal-group-doc+xml
|
5721
|
+
registered: true
|
5464
5722
|
- !ruby/object:MIME::Type
|
5465
5723
|
content-type: application/vnd.3gpp.seal-info+xml
|
5466
5724
|
encoding: base64
|
@@ -5481,6 +5739,54 @@
|
|
5481
5739
|
template:
|
5482
5740
|
- application/vnd.3gpp.seal-location-info+xml
|
5483
5741
|
registered: true
|
5742
|
+
- !ruby/object:MIME::Type
|
5743
|
+
content-type: application/vnd.3gpp.seal-mbms-usage-info+xml
|
5744
|
+
encoding: base64
|
5745
|
+
xrefs:
|
5746
|
+
person:
|
5747
|
+
- Christian_Herrero-Veron
|
5748
|
+
- _3GPP
|
5749
|
+
template:
|
5750
|
+
- application/vnd.3gpp.seal-mbms-usage-info+xml
|
5751
|
+
registered: true
|
5752
|
+
- !ruby/object:MIME::Type
|
5753
|
+
content-type: application/vnd.3gpp.seal-network-QoS-management-info+xml
|
5754
|
+
encoding: base64
|
5755
|
+
xrefs:
|
5756
|
+
person:
|
5757
|
+
- Christian_Herrero-Veron
|
5758
|
+
- _3GPP
|
5759
|
+
template:
|
5760
|
+
- application/vnd.3gpp.seal-network-QoS-management-info+xml
|
5761
|
+
registered: true
|
5762
|
+
- !ruby/object:MIME::Type
|
5763
|
+
content-type: application/vnd.3gpp.seal-ue-config-info+xml
|
5764
|
+
encoding: base64
|
5765
|
+
xrefs:
|
5766
|
+
person:
|
5767
|
+
- Sapan_Shah
|
5768
|
+
template:
|
5769
|
+
- application/vnd.3gpp.seal-ue-config-info+xml
|
5770
|
+
registered: true
|
5771
|
+
- !ruby/object:MIME::Type
|
5772
|
+
content-type: application/vnd.3gpp.seal-unicast-info+xml
|
5773
|
+
encoding: base64
|
5774
|
+
xrefs:
|
5775
|
+
person:
|
5776
|
+
- Christian_Herrero-Veron
|
5777
|
+
- _3GPP
|
5778
|
+
template:
|
5779
|
+
- application/vnd.3gpp.seal-unicast-info+xml
|
5780
|
+
registered: true
|
5781
|
+
- !ruby/object:MIME::Type
|
5782
|
+
content-type: application/vnd.3gpp.seal-user-profile-info+xml
|
5783
|
+
encoding: base64
|
5784
|
+
xrefs:
|
5785
|
+
person:
|
5786
|
+
- Sapan_Shah
|
5787
|
+
template:
|
5788
|
+
- application/vnd.3gpp.seal-user-profile-info+xml
|
5789
|
+
registered: true
|
5484
5790
|
- !ruby/object:MIME::Type
|
5485
5791
|
content-type: application/vnd.3gpp.sms
|
5486
5792
|
encoding: base64
|
@@ -5537,6 +5843,15 @@
|
|
5537
5843
|
template:
|
5538
5844
|
- application/vnd.3gpp.ussd+xml
|
5539
5845
|
registered: true
|
5846
|
+
- !ruby/object:MIME::Type
|
5847
|
+
content-type: application/vnd.3gpp.v2x
|
5848
|
+
encoding: base64
|
5849
|
+
xrefs:
|
5850
|
+
person:
|
5851
|
+
- Sang_Min_Park
|
5852
|
+
template:
|
5853
|
+
- application/vnd.3gpp.v2x
|
5854
|
+
registered: true
|
5540
5855
|
- !ruby/object:MIME::Type
|
5541
5856
|
content-type: application/vnd.3gpp.vae-info+xml
|
5542
5857
|
encoding: base64
|
@@ -5627,6 +5942,24 @@
|
|
5627
5942
|
template:
|
5628
5943
|
- application/vnd.accpac.simply.imp
|
5629
5944
|
registered: true
|
5945
|
+
- !ruby/object:MIME::Type
|
5946
|
+
content-type: application/vnd.acm.addressxfer+json
|
5947
|
+
encoding: base64
|
5948
|
+
xrefs:
|
5949
|
+
person:
|
5950
|
+
- Sridhar_Ramakrishnan
|
5951
|
+
template:
|
5952
|
+
- application/vnd.acm.addressxfer+json
|
5953
|
+
registered: true
|
5954
|
+
- !ruby/object:MIME::Type
|
5955
|
+
content-type: application/vnd.acm.chatbot+json
|
5956
|
+
encoding: base64
|
5957
|
+
xrefs:
|
5958
|
+
person:
|
5959
|
+
- Sridhar_Ramakrishnan
|
5960
|
+
template:
|
5961
|
+
- application/vnd.acm.chatbot+json
|
5962
|
+
registered: true
|
5630
5963
|
- !ruby/object:MIME::Type
|
5631
5964
|
content-type: application/vnd.acucobol
|
5632
5965
|
friendly:
|
@@ -6466,6 +6799,15 @@
|
|
6466
6799
|
template:
|
6467
6800
|
- application/vnd.byu.uapi+json
|
6468
6801
|
registered: true
|
6802
|
+
- !ruby/object:MIME::Type
|
6803
|
+
content-type: application/vnd.bzip3
|
6804
|
+
encoding: base64
|
6805
|
+
xrefs:
|
6806
|
+
person:
|
6807
|
+
- Kamila_Szewczyk
|
6808
|
+
template:
|
6809
|
+
- application/vnd.bzip3
|
6810
|
+
registered: true
|
6469
6811
|
- !ruby/object:MIME::Type
|
6470
6812
|
content-type: application/vnd.cab-jscript
|
6471
6813
|
encoding: base64
|
@@ -6682,6 +7024,15 @@
|
|
6682
7024
|
template:
|
6683
7025
|
- application/vnd.cncf.helm.chart.provenance.v1.prov
|
6684
7026
|
registered: true
|
7027
|
+
- !ruby/object:MIME::Type
|
7028
|
+
content-type: application/vnd.cncf.helm.config.v1+json
|
7029
|
+
encoding: base64
|
7030
|
+
xrefs:
|
7031
|
+
person:
|
7032
|
+
- Andrew_Block
|
7033
|
+
template:
|
7034
|
+
- application/vnd.cncf.helm.config.v1+json
|
7035
|
+
registered: true
|
6685
7036
|
- !ruby/object:MIME::Type
|
6686
7037
|
content-type: application/vnd.coffeescript
|
6687
7038
|
encoding: base64
|
@@ -7866,6 +8217,15 @@
|
|
7866
8217
|
template:
|
7867
8218
|
- application/vnd.ericsson.quickcall
|
7868
8219
|
registered: true
|
8220
|
+
- !ruby/object:MIME::Type
|
8221
|
+
content-type: application/vnd.erofs
|
8222
|
+
encoding: base64
|
8223
|
+
xrefs:
|
8224
|
+
person:
|
8225
|
+
- Xiang_Gao
|
8226
|
+
template:
|
8227
|
+
- application/vnd.erofs
|
8228
|
+
registered: true
|
7869
8229
|
- !ruby/object:MIME::Type
|
7870
8230
|
content-type: application/vnd.espass-espass+zip
|
7871
8231
|
encoding: base64
|
@@ -8342,6 +8702,15 @@
|
|
8342
8702
|
template:
|
8343
8703
|
- application/vnd.framemaker
|
8344
8704
|
registered: true
|
8705
|
+
- !ruby/object:MIME::Type
|
8706
|
+
content-type: application/vnd.freelog.comic
|
8707
|
+
encoding: base64
|
8708
|
+
xrefs:
|
8709
|
+
person:
|
8710
|
+
- Liu_Qiancen
|
8711
|
+
template:
|
8712
|
+
- application/vnd.freelog.comic
|
8713
|
+
registered: true
|
8345
8714
|
- !ruby/object:MIME::Type
|
8346
8715
|
content-type: application/vnd.frogans.fnc
|
8347
8716
|
friendly:
|
@@ -8743,6 +9112,8 @@
|
|
8743
9112
|
- !ruby/object:MIME::Type
|
8744
9113
|
content-type: application/vnd.geogebra.slides
|
8745
9114
|
encoding: base64
|
9115
|
+
extensions:
|
9116
|
+
- ggs
|
8746
9117
|
xrefs:
|
8747
9118
|
person:
|
8748
9119
|
- GeoGebra
|
@@ -8908,19 +9279,20 @@
|
|
8908
9279
|
- !ruby/object:MIME::Type
|
8909
9280
|
content-type: application/vnd.gov.sk.e-form+xml
|
8910
9281
|
encoding: base64
|
9282
|
+
obsolete: true
|
8911
9283
|
xrefs:
|
8912
9284
|
person:
|
8913
|
-
- Peter_Biro
|
8914
9285
|
- Stefan_Szilva
|
8915
9286
|
template:
|
8916
9287
|
- application/vnd.gov.sk.e-form+xml
|
9288
|
+
notes:
|
9289
|
+
- "(OBSOLETED by request)"
|
8917
9290
|
registered: true
|
8918
9291
|
- !ruby/object:MIME::Type
|
8919
9292
|
content-type: application/vnd.gov.sk.e-form+zip
|
8920
9293
|
encoding: base64
|
8921
9294
|
xrefs:
|
8922
9295
|
person:
|
8923
|
-
- Peter_Biro
|
8924
9296
|
- Stefan_Szilva
|
8925
9297
|
template:
|
8926
9298
|
- application/vnd.gov.sk.e-form+zip
|
@@ -8930,7 +9302,6 @@
|
|
8930
9302
|
encoding: base64
|
8931
9303
|
xrefs:
|
8932
9304
|
person:
|
8933
|
-
- Peter_Biro
|
8934
9305
|
- Stefan_Szilva
|
8935
9306
|
template:
|
8936
9307
|
- application/vnd.gov.sk.xmldatacontainer+xml
|
@@ -9702,6 +10073,15 @@
|
|
9702
10073
|
template:
|
9703
10074
|
- application/vnd.intu.qfx
|
9704
10075
|
registered: true
|
10076
|
+
- !ruby/object:MIME::Type
|
10077
|
+
content-type: application/vnd.ipfs.ipns-record
|
10078
|
+
encoding: base64
|
10079
|
+
xrefs:
|
10080
|
+
person:
|
10081
|
+
- Marcin_Rataj
|
10082
|
+
template:
|
10083
|
+
- application/vnd.ipfs.ipns-record
|
10084
|
+
registered: true
|
9705
10085
|
- !ruby/object:MIME::Type
|
9706
10086
|
content-type: application/vnd.ipld.car
|
9707
10087
|
encoding: base64
|
@@ -10227,6 +10607,15 @@
|
|
10227
10607
|
template:
|
10228
10608
|
- application/vnd.laszip
|
10229
10609
|
registered: true
|
10610
|
+
- !ruby/object:MIME::Type
|
10611
|
+
content-type: application/vnd.ldev.productlicensing
|
10612
|
+
encoding: base64
|
10613
|
+
xrefs:
|
10614
|
+
person:
|
10615
|
+
- L.development_Polska
|
10616
|
+
template:
|
10617
|
+
- application/vnd.ldev.productlicensing
|
10618
|
+
registered: true
|
10230
10619
|
- !ruby/object:MIME::Type
|
10231
10620
|
content-type: application/vnd.leap+json
|
10232
10621
|
encoding: base64
|
@@ -10479,6 +10868,24 @@
|
|
10479
10868
|
template:
|
10480
10869
|
- application/vnd.mcd
|
10481
10870
|
registered: true
|
10871
|
+
- !ruby/object:MIME::Type
|
10872
|
+
content-type: application/vnd.mdl
|
10873
|
+
encoding: base64
|
10874
|
+
xrefs:
|
10875
|
+
person:
|
10876
|
+
- Lutz_Kettner
|
10877
|
+
template:
|
10878
|
+
- application/vnd.mdl
|
10879
|
+
registered: true
|
10880
|
+
- !ruby/object:MIME::Type
|
10881
|
+
content-type: application/vnd.mdl-mbsdf
|
10882
|
+
encoding: base64
|
10883
|
+
xrefs:
|
10884
|
+
person:
|
10885
|
+
- Lutz_Kettner
|
10886
|
+
template:
|
10887
|
+
- application/vnd.mdl-mbsdf
|
10888
|
+
registered: true
|
10482
10889
|
- !ruby/object:MIME::Type
|
10483
10890
|
content-type: application/vnd.medcalcdata
|
10484
10891
|
friendly:
|
@@ -10523,6 +10930,15 @@
|
|
10523
10930
|
template:
|
10524
10931
|
- application/vnd.meridian-slingshot
|
10525
10932
|
registered: true
|
10933
|
+
- !ruby/object:MIME::Type
|
10934
|
+
content-type: application/vnd.mermaid
|
10935
|
+
encoding: base64
|
10936
|
+
xrefs:
|
10937
|
+
person:
|
10938
|
+
- Sidharth_Vinod
|
10939
|
+
template:
|
10940
|
+
- application/vnd.mermaid
|
10941
|
+
registered: true
|
10526
10942
|
- !ruby/object:MIME::Type
|
10527
10943
|
content-type: application/vnd.MFER
|
10528
10944
|
friendly:
|
@@ -10733,6 +11149,15 @@
|
|
10733
11149
|
template:
|
10734
11150
|
- application/vnd.Mobius.TXF
|
10735
11151
|
registered: true
|
11152
|
+
- !ruby/object:MIME::Type
|
11153
|
+
content-type: application/vnd.modl
|
11154
|
+
encoding: base64
|
11155
|
+
xrefs:
|
11156
|
+
person:
|
11157
|
+
- Elliott_Brown
|
11158
|
+
template:
|
11159
|
+
- application/vnd.modl
|
11160
|
+
registered: true
|
10736
11161
|
- !ruby/object:MIME::Type
|
10737
11162
|
content-type: application/vnd.mophun.application
|
10738
11163
|
friendly:
|
@@ -11430,6 +11855,42 @@
|
|
11430
11855
|
template:
|
11431
11856
|
- application/vnd.nacamar.ybrid+json
|
11432
11857
|
registered: true
|
11858
|
+
- !ruby/object:MIME::Type
|
11859
|
+
content-type: application/vnd.nato.bindingdataobject+cbor
|
11860
|
+
encoding: base64
|
11861
|
+
xrefs:
|
11862
|
+
person:
|
11863
|
+
- Aidan_Murdock
|
11864
|
+
template:
|
11865
|
+
- application/vnd.nato.bindingdataobject+cbor
|
11866
|
+
registered: true
|
11867
|
+
- !ruby/object:MIME::Type
|
11868
|
+
content-type: application/vnd.nato.bindingdataobject+json
|
11869
|
+
encoding: base64
|
11870
|
+
xrefs:
|
11871
|
+
person:
|
11872
|
+
- Aidan_Murdock
|
11873
|
+
template:
|
11874
|
+
- application/vnd.nato.bindingdataobject+json
|
11875
|
+
registered: true
|
11876
|
+
- !ruby/object:MIME::Type
|
11877
|
+
content-type: application/vnd.nato.bindingdataobject+xml
|
11878
|
+
encoding: base64
|
11879
|
+
xrefs:
|
11880
|
+
person:
|
11881
|
+
- Aidan_Murdock
|
11882
|
+
template:
|
11883
|
+
- application/vnd.nato.bindingdataobject+xml
|
11884
|
+
registered: true
|
11885
|
+
- !ruby/object:MIME::Type
|
11886
|
+
content-type: application/vnd.nato.openxmlformats-package.iepd+zip
|
11887
|
+
encoding: base64
|
11888
|
+
xrefs:
|
11889
|
+
person:
|
11890
|
+
- Aidan_Murdock
|
11891
|
+
template:
|
11892
|
+
- application/vnd.nato.openxmlformats-package.iepd+zip
|
11893
|
+
registered: true
|
11433
11894
|
- !ruby/object:MIME::Type
|
11434
11895
|
content-type: application/vnd.ncd.control
|
11435
11896
|
encoding: base64
|
@@ -11835,6 +12296,33 @@
|
|
11835
12296
|
template:
|
11836
12297
|
- application/vnd.ntt-local.sip-ta_tcp_stream
|
11837
12298
|
registered: true
|
12299
|
+
- !ruby/object:MIME::Type
|
12300
|
+
content-type: application/vnd.oai.workflows
|
12301
|
+
encoding: base64
|
12302
|
+
xrefs:
|
12303
|
+
person:
|
12304
|
+
- Frank_Kilcommins
|
12305
|
+
template:
|
12306
|
+
- application/vnd.oai.workflows
|
12307
|
+
registered: true
|
12308
|
+
- !ruby/object:MIME::Type
|
12309
|
+
content-type: application/vnd.oai.workflows+json
|
12310
|
+
encoding: base64
|
12311
|
+
xrefs:
|
12312
|
+
person:
|
12313
|
+
- Frank_Kilcommins
|
12314
|
+
template:
|
12315
|
+
- application/vnd.oai.workflows+json
|
12316
|
+
registered: true
|
12317
|
+
- !ruby/object:MIME::Type
|
12318
|
+
content-type: application/vnd.oai.workflows+yaml
|
12319
|
+
encoding: base64
|
12320
|
+
xrefs:
|
12321
|
+
person:
|
12322
|
+
- Frank_Kilcommins
|
12323
|
+
template:
|
12324
|
+
- application/vnd.oai.workflows+yaml
|
12325
|
+
registered: true
|
11838
12326
|
- !ruby/object:MIME::Type
|
11839
12327
|
content-type: application/vnd.oasis.opendocument.base
|
11840
12328
|
encoding: base64
|
@@ -12062,6 +12550,16 @@
|
|
12062
12550
|
template:
|
12063
12551
|
- application/vnd.oasis.opendocument.text-master
|
12064
12552
|
registered: true
|
12553
|
+
- !ruby/object:MIME::Type
|
12554
|
+
content-type: application/vnd.oasis.opendocument.text-master-template
|
12555
|
+
encoding: base64
|
12556
|
+
xrefs:
|
12557
|
+
person:
|
12558
|
+
- OASIS
|
12559
|
+
- OASIS_TC_Admin
|
12560
|
+
template:
|
12561
|
+
- application/vnd.oasis.opendocument.text-master-template
|
12562
|
+
registered: true
|
12065
12563
|
- !ruby/object:MIME::Type
|
12066
12564
|
content-type: application/vnd.oasis.opendocument.text-template
|
12067
12565
|
friendly:
|
@@ -13825,6 +14323,15 @@
|
|
13825
14323
|
template:
|
13826
14324
|
- application/vnd.psfs
|
13827
14325
|
registered: true
|
14326
|
+
- !ruby/object:MIME::Type
|
14327
|
+
content-type: application/vnd.pt.mundusmundi
|
14328
|
+
encoding: base64
|
14329
|
+
xrefs:
|
14330
|
+
person:
|
14331
|
+
- Igor_Lima_Bolacha_Severino
|
14332
|
+
template:
|
14333
|
+
- application/vnd.pt.mundusmundi
|
14334
|
+
registered: true
|
13828
14335
|
- !ruby/object:MIME::Type
|
13829
14336
|
content-type: application/vnd.publishare-delta-tree
|
13830
14337
|
friendly:
|
@@ -14116,6 +14623,15 @@
|
|
14116
14623
|
template:
|
14117
14624
|
- application/vnd.recordare.musicxml+xml
|
14118
14625
|
registered: true
|
14626
|
+
- !ruby/object:MIME::Type
|
14627
|
+
content-type: application/vnd.relpipe
|
14628
|
+
encoding: base64
|
14629
|
+
xrefs:
|
14630
|
+
person:
|
14631
|
+
- Frantisek_Kucera
|
14632
|
+
template:
|
14633
|
+
- application/vnd.relpipe
|
14634
|
+
registered: true
|
14119
14635
|
- !ruby/object:MIME::Type
|
14120
14636
|
content-type: application/vnd.RenLearn.rlprint
|
14121
14637
|
encoding: base64
|
@@ -15837,6 +16353,15 @@
|
|
15837
16353
|
template:
|
15838
16354
|
- application/vnd.xara
|
15839
16355
|
registered: true
|
16356
|
+
- !ruby/object:MIME::Type
|
16357
|
+
content-type: application/vnd.xecrets-encrypted
|
16358
|
+
encoding: base64
|
16359
|
+
xrefs:
|
16360
|
+
person:
|
16361
|
+
- Svante_Seleborg
|
16362
|
+
template:
|
16363
|
+
- application/vnd.xecrets-encrypted
|
16364
|
+
registered: true
|
15840
16365
|
- !ruby/object:MIME::Type
|
15841
16366
|
content-type: application/vnd.xfdl
|
15842
16367
|
friendly:
|
@@ -16600,6 +17125,12 @@
|
|
16600
17125
|
content-type: application/x-dxf
|
16601
17126
|
encoding: base64
|
16602
17127
|
registered: false
|
17128
|
+
- !ruby/object:MIME::Type
|
17129
|
+
content-type: application/x-ecmascript
|
17130
|
+
encoding: 8bit
|
17131
|
+
obsolete: true
|
17132
|
+
use-instead: text/javascript
|
17133
|
+
registered: false
|
16603
17134
|
- !ruby/object:MIME::Type
|
16604
17135
|
content-type: application/x-envoy
|
16605
17136
|
encoding: base64
|
@@ -16879,7 +17410,7 @@
|
|
16879
17410
|
- js
|
16880
17411
|
- mjs
|
16881
17412
|
obsolete: true
|
16882
|
-
use-instead:
|
17413
|
+
use-instead: text/javascript
|
16883
17414
|
registered: false
|
16884
17415
|
- !ruby/object:MIME::Type
|
16885
17416
|
content-type: application/x-koan
|
@@ -17931,6 +18462,17 @@
|
|
17931
18462
|
template:
|
17932
18463
|
- application/xv+xml
|
17933
18464
|
registered: true
|
18465
|
+
- !ruby/object:MIME::Type
|
18466
|
+
content-type: application/yaml
|
18467
|
+
encoding: base64
|
18468
|
+
xrefs:
|
18469
|
+
uri:
|
18470
|
+
- https://yaml.org/spec/1.2.2/
|
18471
|
+
draft:
|
18472
|
+
- RFC-ietf-httpapi-yaml-mediatypes-10
|
18473
|
+
template:
|
18474
|
+
- application/yaml
|
18475
|
+
registered: true
|
17934
18476
|
- !ruby/object:MIME::Type
|
17935
18477
|
content-type: application/yang
|
17936
18478
|
friendly:
|
@@ -17989,6 +18531,15 @@
|
|
17989
18531
|
template:
|
17990
18532
|
- application/yang-patch+xml
|
17991
18533
|
registered: true
|
18534
|
+
- !ruby/object:MIME::Type
|
18535
|
+
content-type: application/yang-sid+json
|
18536
|
+
encoding: base64
|
18537
|
+
xrefs:
|
18538
|
+
draft:
|
18539
|
+
- RFC-ietf-core-sid-24
|
18540
|
+
template:
|
18541
|
+
- application/yang-sid+json
|
18542
|
+
registered: true
|
17992
18543
|
- !ruby/object:MIME::Type
|
17993
18544
|
content-type: application/yin+xml
|
17994
18545
|
friendly:
|