mime-types-data 3.2024.0305 → 3.2024.0903
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 +99 -46
- data/Contributing.md +40 -81
- data/History.md +213 -180
- data/Licence.md +1 -1
- data/Manifest.txt +3 -0
- data/Rakefile +0 -1
- data/SECURITY.md +7 -0
- data/data/content_type_mime.db +4 -3
- data/data/ext_mime.db +4 -3
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +37 -5
- data/data/mime.docs.column +32 -0
- data/data/mime.encoding.column +32 -0
- data/data/mime.flags.column +35 -3
- data/data/mime.friendly.column +32 -0
- data/data/mime.pext.column +32 -0
- data/data/mime.use_instead.column +35 -3
- data/data/mime.xrefs.column +67 -35
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +285 -23
- data/types/audio.yaml +17 -4
- data/types/example.yaml +1 -0
- data/types/haptics.yaml +28 -0
- data/types/image.yaml +11 -1
- data/types/message.yaml +6 -0
- data/types/model.yaml +4 -0
- data/types/multipart.yaml +8 -0
- data/types/text.yaml +24 -0
- data/types/video.yaml +6 -4
- metadata +7 -17
data/types/application.yaml
CHANGED
@@ -99,6 +99,15 @@
|
|
99
99
|
template:
|
100
100
|
- application/ace+json
|
101
101
|
registered: true
|
102
|
+
- !ruby/object:MIME::Type
|
103
|
+
content-type: application/ace-groupcomm+cbor
|
104
|
+
encoding: base64
|
105
|
+
xrefs:
|
106
|
+
draft:
|
107
|
+
- RFC-ietf-ace-key-groupcomm-18
|
108
|
+
template:
|
109
|
+
- application/ace-groupcomm+cbor
|
110
|
+
registered: true
|
102
111
|
- !ruby/object:MIME::Type
|
103
112
|
content-type: application/activemessage
|
104
113
|
encoding: base64
|
@@ -342,6 +351,15 @@
|
|
342
351
|
template:
|
343
352
|
- application/applefile
|
344
353
|
registered: true
|
354
|
+
- !ruby/object:MIME::Type
|
355
|
+
content-type: application/application/jwk-set+jwt
|
356
|
+
encoding: base64
|
357
|
+
xrefs:
|
358
|
+
person:
|
359
|
+
- OpenID_Foundation_Artifact_Binding_WG
|
360
|
+
template:
|
361
|
+
- application/application/jwk-set+jwt
|
362
|
+
registered: true
|
345
363
|
- !ruby/object:MIME::Type
|
346
364
|
content-type: application/applixware
|
347
365
|
friendly:
|
@@ -555,6 +573,17 @@
|
|
555
573
|
obsolete: true
|
556
574
|
use-instead: application/x-bleeper
|
557
575
|
registered: false
|
576
|
+
- !ruby/object:MIME::Type
|
577
|
+
content-type: application/bufr
|
578
|
+
encoding: base64
|
579
|
+
xrefs:
|
580
|
+
person:
|
581
|
+
- Anna_Milan
|
582
|
+
- World_Meterological_Organization
|
583
|
+
template:
|
584
|
+
- application/bufr
|
585
|
+
registered: true
|
586
|
+
provisional: true
|
558
587
|
- !ruby/object:MIME::Type
|
559
588
|
content-type: application/c2pa
|
560
589
|
encoding: base64
|
@@ -825,8 +854,8 @@
|
|
825
854
|
content-type: application/cid-edhoc+cbor-seq
|
826
855
|
encoding: base64
|
827
856
|
xrefs:
|
828
|
-
|
829
|
-
-
|
857
|
+
rfc:
|
858
|
+
- rfc9528
|
830
859
|
template:
|
831
860
|
- application/cid-edhoc+cbor-seq
|
832
861
|
registered: true
|
@@ -835,7 +864,10 @@
|
|
835
864
|
encoding: base64
|
836
865
|
xrefs:
|
837
866
|
person:
|
838
|
-
-
|
867
|
+
- OGC
|
868
|
+
- Scott_Simmons
|
869
|
+
template:
|
870
|
+
- application/city+json
|
839
871
|
registered: true
|
840
872
|
provisional: true
|
841
873
|
- !ruby/object:MIME::Type
|
@@ -879,6 +911,14 @@
|
|
879
911
|
template:
|
880
912
|
- application/cms
|
881
913
|
registered: true
|
914
|
+
- !ruby/object:MIME::Type
|
915
|
+
content-type: application/cmw+cbor
|
916
|
+
encoding: base64
|
917
|
+
xrefs:
|
918
|
+
draft:
|
919
|
+
- draft-ietf-rats-msg-wrap-04
|
920
|
+
registered: true
|
921
|
+
provisional: true
|
882
922
|
- !ruby/object:MIME::Type
|
883
923
|
content-type: application/cnrp+xml
|
884
924
|
encoding: base64
|
@@ -1043,6 +1083,16 @@
|
|
1043
1083
|
template:
|
1044
1084
|
- application/cwl+json
|
1045
1085
|
registered: true
|
1086
|
+
- !ruby/object:MIME::Type
|
1087
|
+
content-type: application/cwl+yaml
|
1088
|
+
encoding: base64
|
1089
|
+
xrefs:
|
1090
|
+
person:
|
1091
|
+
- CWL_Project
|
1092
|
+
- Michael_R._Crusoe
|
1093
|
+
template:
|
1094
|
+
- application/cwl+yaml
|
1095
|
+
registered: true
|
1046
1096
|
- !ruby/object:MIME::Type
|
1047
1097
|
content-type: application/cwt
|
1048
1098
|
encoding: base64
|
@@ -1130,6 +1180,14 @@
|
|
1130
1180
|
template:
|
1131
1181
|
- application/dec-dx
|
1132
1182
|
registered: true
|
1183
|
+
- !ruby/object:MIME::Type
|
1184
|
+
content-type: application/deflate
|
1185
|
+
encoding: base64
|
1186
|
+
xrefs:
|
1187
|
+
person:
|
1188
|
+
- David_Clunie
|
1189
|
+
registered: true
|
1190
|
+
provisional: true
|
1133
1191
|
- !ruby/object:MIME::Type
|
1134
1192
|
content-type: application/dialog-info+xml
|
1135
1193
|
encoding: base64
|
@@ -1316,8 +1374,8 @@
|
|
1316
1374
|
content-type: application/edhoc+cbor-seq
|
1317
1375
|
encoding: base64
|
1318
1376
|
xrefs:
|
1319
|
-
|
1320
|
-
-
|
1377
|
+
rfc:
|
1378
|
+
- rfc9528
|
1321
1379
|
template:
|
1322
1380
|
- application/edhoc+cbor-seq
|
1323
1381
|
registered: true
|
@@ -1506,6 +1564,15 @@
|
|
1506
1564
|
template:
|
1507
1565
|
- application/encaprtp
|
1508
1566
|
registered: true
|
1567
|
+
- !ruby/object:MIME::Type
|
1568
|
+
content-type: application/entity-statement+jwt
|
1569
|
+
encoding: base64
|
1570
|
+
xrefs:
|
1571
|
+
person:
|
1572
|
+
- OpenID_Foundation_Artifact_Binding_WG
|
1573
|
+
template:
|
1574
|
+
- application/entity-statement+jwt
|
1575
|
+
registered: true
|
1509
1576
|
- !ruby/object:MIME::Type
|
1510
1577
|
content-type: application/epp+xml
|
1511
1578
|
encoding: base64
|
@@ -1768,6 +1835,17 @@
|
|
1768
1835
|
template:
|
1769
1836
|
- application/geopackage+sqlite3
|
1770
1837
|
registered: true
|
1838
|
+
- !ruby/object:MIME::Type
|
1839
|
+
content-type: application/geopose+json
|
1840
|
+
encoding: base64
|
1841
|
+
xrefs:
|
1842
|
+
person:
|
1843
|
+
- OGC
|
1844
|
+
- Scott_Simmons
|
1845
|
+
template:
|
1846
|
+
- application/geopose+json
|
1847
|
+
registered: true
|
1848
|
+
provisional: true
|
1771
1849
|
- !ruby/object:MIME::Type
|
1772
1850
|
content-type: application/geoxacml+json
|
1773
1851
|
encoding: base64
|
@@ -1816,12 +1894,59 @@
|
|
1816
1894
|
template:
|
1817
1895
|
- application/gml+xml
|
1818
1896
|
registered: true
|
1897
|
+
- !ruby/object:MIME::Type
|
1898
|
+
content-type: application/gnap-binding-jws
|
1899
|
+
encoding: base64
|
1900
|
+
xrefs:
|
1901
|
+
draft:
|
1902
|
+
- RFC-ietf-gnap-core-protocol-20
|
1903
|
+
template:
|
1904
|
+
- application/gnap-binding-jws
|
1905
|
+
registered: true
|
1906
|
+
- !ruby/object:MIME::Type
|
1907
|
+
content-type: application/gnap-binding-jwsd
|
1908
|
+
encoding: base64
|
1909
|
+
xrefs:
|
1910
|
+
draft:
|
1911
|
+
- RFC-ietf-gnap-core-protocol-20
|
1912
|
+
template:
|
1913
|
+
- application/gnap-binding-jwsd
|
1914
|
+
registered: true
|
1915
|
+
- !ruby/object:MIME::Type
|
1916
|
+
content-type: application/gnap-binding-rotation-jws
|
1917
|
+
encoding: base64
|
1918
|
+
xrefs:
|
1919
|
+
draft:
|
1920
|
+
- RFC-ietf-gnap-core-protocol-20
|
1921
|
+
template:
|
1922
|
+
- application/gnap-binding-rotation-jws
|
1923
|
+
registered: true
|
1924
|
+
- !ruby/object:MIME::Type
|
1925
|
+
content-type: application/gnap-binding-rotation-jwsd
|
1926
|
+
encoding: base64
|
1927
|
+
xrefs:
|
1928
|
+
draft:
|
1929
|
+
- RFC-ietf-gnap-core-protocol-20
|
1930
|
+
template:
|
1931
|
+
- application/gnap-binding-rotation-jwsd
|
1932
|
+
registered: true
|
1819
1933
|
- !ruby/object:MIME::Type
|
1820
1934
|
content-type: application/gpx+xml
|
1821
1935
|
encoding: base64
|
1822
1936
|
extensions:
|
1823
1937
|
- gpx
|
1824
1938
|
registered: false
|
1939
|
+
- !ruby/object:MIME::Type
|
1940
|
+
content-type: application/grib
|
1941
|
+
encoding: base64
|
1942
|
+
xrefs:
|
1943
|
+
person:
|
1944
|
+
- Anna_Milan
|
1945
|
+
- World_Meterological_Organization
|
1946
|
+
template:
|
1947
|
+
- application/grib
|
1948
|
+
registered: true
|
1949
|
+
provisional: true
|
1825
1950
|
- !ruby/object:MIME::Type
|
1826
1951
|
content-type: application/gxf
|
1827
1952
|
encoding: base64
|
@@ -2170,8 +2295,8 @@
|
|
2170
2295
|
content-type: application/jscontact+json
|
2171
2296
|
encoding: base64
|
2172
2297
|
xrefs:
|
2173
|
-
|
2174
|
-
-
|
2298
|
+
rfc:
|
2299
|
+
- rfc9553
|
2175
2300
|
template:
|
2176
2301
|
- application/jscontact+json
|
2177
2302
|
registered: true
|
@@ -3628,8 +3753,8 @@
|
|
3628
3753
|
content-type: application/private-token-issuer-directory
|
3629
3754
|
encoding: base64
|
3630
3755
|
xrefs:
|
3631
|
-
|
3632
|
-
-
|
3756
|
+
rfc:
|
3757
|
+
- rfc9578
|
3633
3758
|
template:
|
3634
3759
|
- application/private-token-issuer-directory
|
3635
3760
|
registered: true
|
@@ -3637,8 +3762,8 @@
|
|
3637
3762
|
content-type: application/private-token-request
|
3638
3763
|
encoding: base64
|
3639
3764
|
xrefs:
|
3640
|
-
|
3641
|
-
-
|
3765
|
+
rfc:
|
3766
|
+
- rfc9578
|
3642
3767
|
template:
|
3643
3768
|
- application/private-token-request
|
3644
3769
|
registered: true
|
@@ -3646,8 +3771,8 @@
|
|
3646
3771
|
content-type: application/private-token-response
|
3647
3772
|
encoding: base64
|
3648
3773
|
xrefs:
|
3649
|
-
|
3650
|
-
-
|
3774
|
+
rfc:
|
3775
|
+
- rfc9578
|
3651
3776
|
template:
|
3652
3777
|
- application/private-token-response
|
3653
3778
|
registered: true
|
@@ -3786,6 +3911,15 @@
|
|
3786
3911
|
template:
|
3787
3912
|
- application/prs.implied-structure
|
3788
3913
|
registered: true
|
3914
|
+
- !ruby/object:MIME::Type
|
3915
|
+
content-type: application/prs.mayfile
|
3916
|
+
encoding: base64
|
3917
|
+
xrefs:
|
3918
|
+
person:
|
3919
|
+
- Azalea_Gardenia
|
3920
|
+
template:
|
3921
|
+
- application/prs.mayfile
|
3922
|
+
registered: true
|
3789
3923
|
- !ruby/object:MIME::Type
|
3790
3924
|
content-type: application/prs.nprend
|
3791
3925
|
encoding: base64
|
@@ -4116,11 +4250,20 @@
|
|
4116
4250
|
extensions:
|
4117
4251
|
- roa
|
4118
4252
|
xrefs:
|
4119
|
-
|
4120
|
-
-
|
4253
|
+
rfc:
|
4254
|
+
- rfc9582
|
4121
4255
|
template:
|
4122
4256
|
- application/rpki-roa
|
4123
4257
|
registered: true
|
4258
|
+
- !ruby/object:MIME::Type
|
4259
|
+
content-type: application/rpki-signed-tal
|
4260
|
+
encoding: base64
|
4261
|
+
xrefs:
|
4262
|
+
draft:
|
4263
|
+
- RFC-ietf-sidrops-signed-tal-16
|
4264
|
+
template:
|
4265
|
+
- application/rpki-signed-tal
|
4266
|
+
registered: true
|
4124
4267
|
- !ruby/object:MIME::Type
|
4125
4268
|
content-type: application/rpki-updown
|
4126
4269
|
encoding: base64
|
@@ -4428,7 +4571,7 @@
|
|
4428
4571
|
encoding: base64
|
4429
4572
|
xrefs:
|
4430
4573
|
person:
|
4431
|
-
-
|
4574
|
+
- IEEE
|
4432
4575
|
- Robby_Simpson
|
4433
4576
|
template:
|
4434
4577
|
- application/sep+xml
|
@@ -4438,7 +4581,7 @@
|
|
4438
4581
|
encoding: base64
|
4439
4582
|
xrefs:
|
4440
4583
|
person:
|
4441
|
-
-
|
4584
|
+
- IEEE
|
4442
4585
|
- Robby_Simpson
|
4443
4586
|
template:
|
4444
4587
|
- application/sep-exi
|
@@ -4770,6 +4913,15 @@
|
|
4770
4913
|
extensions:
|
4771
4914
|
- ssdl
|
4772
4915
|
registered: false
|
4916
|
+
- !ruby/object:MIME::Type
|
4917
|
+
content-type: application/sslkeylogfile
|
4918
|
+
encoding: base64
|
4919
|
+
xrefs:
|
4920
|
+
draft:
|
4921
|
+
- RFC-ietf-tls-keylogfile-02
|
4922
|
+
template:
|
4923
|
+
- application/sslkeylogfile
|
4924
|
+
registered: true
|
4773
4925
|
- !ruby/object:MIME::Type
|
4774
4926
|
content-type: application/ssml+xml
|
4775
4927
|
friendly:
|
@@ -4783,6 +4935,17 @@
|
|
4783
4935
|
template:
|
4784
4936
|
- application/ssml+xml
|
4785
4937
|
registered: true
|
4938
|
+
- !ruby/object:MIME::Type
|
4939
|
+
content-type: application/ST2110-41
|
4940
|
+
encoding: base64
|
4941
|
+
xrefs:
|
4942
|
+
person:
|
4943
|
+
- SMPTE
|
4944
|
+
- SMPTE_Director_of_Standards_Development
|
4945
|
+
template:
|
4946
|
+
- application/ST2110-41
|
4947
|
+
registered: true
|
4948
|
+
provisional: true
|
4786
4949
|
- !ruby/object:MIME::Type
|
4787
4950
|
content-type: application/STEP
|
4788
4951
|
encoding: base64
|
@@ -4797,6 +4960,17 @@
|
|
4797
4960
|
template:
|
4798
4961
|
- application/stix+json
|
4799
4962
|
registered: true
|
4963
|
+
- !ruby/object:MIME::Type
|
4964
|
+
content-type: application/stratum
|
4965
|
+
encoding: base64
|
4966
|
+
xrefs:
|
4967
|
+
person:
|
4968
|
+
- Ben_van_Hartingsveldt
|
4969
|
+
note:
|
4970
|
+
- '1'
|
4971
|
+
template:
|
4972
|
+
- application/stratum
|
4973
|
+
registered: true
|
4800
4974
|
- !ruby/object:MIME::Type
|
4801
4975
|
content-type: application/swid+cbor
|
4802
4976
|
encoding: base64
|
@@ -5100,8 +5274,8 @@
|
|
5100
5274
|
content-type: application/tzif
|
5101
5275
|
encoding: base64
|
5102
5276
|
xrefs:
|
5103
|
-
|
5104
|
-
-
|
5277
|
+
draft:
|
5278
|
+
- RFC-murchison-rfc8536bis-15
|
5105
5279
|
template:
|
5106
5280
|
- application/tzif
|
5107
5281
|
registered: true
|
@@ -5109,8 +5283,8 @@
|
|
5109
5283
|
content-type: application/tzif-leap
|
5110
5284
|
encoding: base64
|
5111
5285
|
xrefs:
|
5112
|
-
|
5113
|
-
-
|
5286
|
+
draft:
|
5287
|
+
- RFC-murchison-rfc8536bis-15
|
5114
5288
|
template:
|
5115
5289
|
- application/tzif-leap
|
5116
5290
|
registered: true
|
@@ -5162,6 +5336,17 @@
|
|
5162
5336
|
template:
|
5163
5337
|
- application/urc-uisocketdesc+xml
|
5164
5338
|
registered: true
|
5339
|
+
- !ruby/object:MIME::Type
|
5340
|
+
content-type: application/vc
|
5341
|
+
encoding: base64
|
5342
|
+
xrefs:
|
5343
|
+
person:
|
5344
|
+
- Ivan_Herman
|
5345
|
+
- W3C
|
5346
|
+
template:
|
5347
|
+
- application/vc
|
5348
|
+
registered: true
|
5349
|
+
provisional: true
|
5165
5350
|
- !ruby/object:MIME::Type
|
5166
5351
|
content-type: application/vcard+json
|
5167
5352
|
encoding: base64
|
@@ -5283,6 +5468,26 @@
|
|
5283
5468
|
template:
|
5284
5469
|
- application/vnd.3gpp.5gnas
|
5285
5470
|
registered: true
|
5471
|
+
- !ruby/object:MIME::Type
|
5472
|
+
content-type: application/vnd.3gpp.5gsa2x
|
5473
|
+
encoding: base64
|
5474
|
+
xrefs:
|
5475
|
+
person:
|
5476
|
+
- Dongwook_Kim
|
5477
|
+
- _3GPP_CT1
|
5478
|
+
template:
|
5479
|
+
- application/vnd.3gpp.5gsa2x
|
5480
|
+
registered: true
|
5481
|
+
- !ruby/object:MIME::Type
|
5482
|
+
content-type: application/vnd.3gpp.5gsa2x-local-service-information
|
5483
|
+
encoding: base64
|
5484
|
+
xrefs:
|
5485
|
+
person:
|
5486
|
+
- Dongwook_Kim
|
5487
|
+
- _3GPP_CT1
|
5488
|
+
template:
|
5489
|
+
- application/vnd.3gpp.5gsa2x-local-service-information
|
5490
|
+
registered: true
|
5286
5491
|
- !ruby/object:MIME::Type
|
5287
5492
|
content-type: application/vnd.3gpp.access-transfer-events+xml
|
5288
5493
|
encoding: base64
|
@@ -5708,6 +5913,16 @@
|
|
5708
5913
|
template:
|
5709
5914
|
- application/vnd.3gpp.pic-bw-var
|
5710
5915
|
registered: true
|
5916
|
+
- !ruby/object:MIME::Type
|
5917
|
+
content-type: application/vnd.3gpp.pinapp-info+xml
|
5918
|
+
encoding: base64
|
5919
|
+
xrefs:
|
5920
|
+
person:
|
5921
|
+
- Dongwook_Kim
|
5922
|
+
- _3GPP_CT1
|
5923
|
+
template:
|
5924
|
+
- application/vnd.3gpp.pinapp-info+xml
|
5925
|
+
registered: true
|
5711
5926
|
- !ruby/object:MIME::Type
|
5712
5927
|
content-type: application/vnd.3gpp.s1ap
|
5713
5928
|
encoding: base64
|
@@ -6825,6 +7040,15 @@
|
|
6825
7040
|
template:
|
6826
7041
|
- application/vnd.bzip3
|
6827
7042
|
registered: true
|
7043
|
+
- !ruby/object:MIME::Type
|
7044
|
+
content-type: application/vnd.c3voc.schedule+xml
|
7045
|
+
encoding: base64
|
7046
|
+
xrefs:
|
7047
|
+
person:
|
7048
|
+
- Andreas_Hubel
|
7049
|
+
template:
|
7050
|
+
- application/vnd.c3voc.schedule+xml
|
7051
|
+
registered: true
|
6828
7052
|
- !ruby/object:MIME::Type
|
6829
7053
|
content-type: application/vnd.cab-jscript
|
6830
7054
|
encoding: base64
|
@@ -8991,6 +9215,15 @@
|
|
8991
9215
|
template:
|
8992
9216
|
- application/vnd.fuzzysheet
|
8993
9217
|
registered: true
|
9218
|
+
- !ruby/object:MIME::Type
|
9219
|
+
content-type: application/vnd.ga4gh.passport+jwt
|
9220
|
+
encoding: base64
|
9221
|
+
xrefs:
|
9222
|
+
person:
|
9223
|
+
- GA4GH_Secretariat
|
9224
|
+
template:
|
9225
|
+
- application/vnd.ga4gh.passport+jwt
|
9226
|
+
registered: true
|
8994
9227
|
- !ruby/object:MIME::Type
|
8995
9228
|
content-type: application/vnd.genomatix.tuxedo
|
8996
9229
|
friendly:
|
@@ -11790,6 +12023,15 @@
|
|
11790
12023
|
template:
|
11791
12024
|
- application/vnd.mseq
|
11792
12025
|
registered: true
|
12026
|
+
- !ruby/object:MIME::Type
|
12027
|
+
content-type: application/vnd.msgpack
|
12028
|
+
encoding: base64
|
12029
|
+
xrefs:
|
12030
|
+
person:
|
12031
|
+
- Alexander_Ivanov
|
12032
|
+
template:
|
12033
|
+
- application/vnd.msgpack
|
12034
|
+
registered: true
|
11793
12035
|
- !ruby/object:MIME::Type
|
11794
12036
|
content-type: application/vnd.msign
|
11795
12037
|
encoding: base64
|
@@ -16370,6 +16612,15 @@
|
|
16370
16612
|
template:
|
16371
16613
|
- application/vnd.xara
|
16372
16614
|
registered: true
|
16615
|
+
- !ruby/object:MIME::Type
|
16616
|
+
content-type: application/vnd.xarin.cpj
|
16617
|
+
encoding: base64
|
16618
|
+
xrefs:
|
16619
|
+
person:
|
16620
|
+
- Ben_Brown
|
16621
|
+
template:
|
16622
|
+
- application/vnd.xarin.cpj
|
16623
|
+
registered: true
|
16373
16624
|
- !ruby/object:MIME::Type
|
16374
16625
|
content-type: application/vnd.xecrets-encrypted
|
16375
16626
|
encoding: base64
|
@@ -16673,6 +16924,17 @@
|
|
16673
16924
|
- draft-ietf-anima-constrained-voucher-17
|
16674
16925
|
registered: true
|
16675
16926
|
provisional: true
|
16927
|
+
- !ruby/object:MIME::Type
|
16928
|
+
content-type: application/vp
|
16929
|
+
encoding: base64
|
16930
|
+
xrefs:
|
16931
|
+
person:
|
16932
|
+
- Ivan_Herman
|
16933
|
+
- W3C
|
16934
|
+
template:
|
16935
|
+
- application/vp
|
16936
|
+
registered: true
|
16937
|
+
provisional: true
|
16676
16938
|
- !ruby/object:MIME::Type
|
16677
16939
|
content-type: application/vq-rtcpxr
|
16678
16940
|
encoding: base64
|
@@ -18560,8 +18822,8 @@
|
|
18560
18822
|
content-type: application/yang-sid+json
|
18561
18823
|
encoding: base64
|
18562
18824
|
xrefs:
|
18563
|
-
|
18564
|
-
-
|
18825
|
+
rfc:
|
18826
|
+
- rfc9595
|
18565
18827
|
template:
|
18566
18828
|
- application/yang-sid+json
|
18567
18829
|
registered: true
|
data/types/audio.yaml
CHANGED
@@ -41,6 +41,8 @@
|
|
41
41
|
- !ruby/object:MIME::Type
|
42
42
|
content-type: audio/aac
|
43
43
|
encoding: base64
|
44
|
+
extensions:
|
45
|
+
- aac
|
44
46
|
xrefs:
|
45
47
|
person:
|
46
48
|
- ISO-IEC_JTC_1
|
@@ -423,6 +425,8 @@
|
|
423
425
|
- !ruby/object:MIME::Type
|
424
426
|
content-type: audio/flac
|
425
427
|
encoding: base64
|
428
|
+
extensions:
|
429
|
+
- flac
|
426
430
|
xrefs:
|
427
431
|
draft:
|
428
432
|
- RFC-ietf-cellar-flac-14
|
@@ -671,6 +675,8 @@
|
|
671
675
|
- !ruby/object:MIME::Type
|
672
676
|
content-type: audio/matroska
|
673
677
|
encoding: base64
|
678
|
+
extensions:
|
679
|
+
- mka
|
674
680
|
xrefs:
|
675
681
|
draft:
|
676
682
|
- RFC-ietf-cellar-matroska-21
|
@@ -741,6 +747,9 @@
|
|
741
747
|
xrefs:
|
742
748
|
person:
|
743
749
|
- Benjamin_Israel
|
750
|
+
- MIDI_Association
|
751
|
+
template:
|
752
|
+
- audio/midi-clip
|
744
753
|
registered: true
|
745
754
|
provisional: true
|
746
755
|
- !ruby/object:MIME::Type
|
@@ -983,8 +992,8 @@
|
|
983
992
|
content-type: audio/scip
|
984
993
|
encoding: base64
|
985
994
|
xrefs:
|
986
|
-
|
987
|
-
-
|
995
|
+
rfc:
|
996
|
+
- rfc9607
|
988
997
|
template:
|
989
998
|
- audio/scip
|
990
999
|
registered: true
|
@@ -1627,6 +1636,8 @@
|
|
1627
1636
|
encoding: base64
|
1628
1637
|
extensions:
|
1629
1638
|
- aac
|
1639
|
+
obsolete: true
|
1640
|
+
use-instead: audio/aac
|
1630
1641
|
registered: false
|
1631
1642
|
- !ruby/object:MIME::Type
|
1632
1643
|
content-type: audio/x-aiff
|
@@ -1649,18 +1660,20 @@
|
|
1649
1660
|
encoding: base64
|
1650
1661
|
extensions:
|
1651
1662
|
- flac
|
1663
|
+
obsolete: true
|
1664
|
+
use-instead: audio/flac
|
1652
1665
|
registered: false
|
1653
1666
|
- !ruby/object:MIME::Type
|
1654
1667
|
content-type: audio/x-m4a
|
1655
1668
|
encoding: base64
|
1656
|
-
extensions:
|
1657
|
-
- m4a
|
1658
1669
|
registered: false
|
1659
1670
|
- !ruby/object:MIME::Type
|
1660
1671
|
content-type: audio/x-matroska
|
1661
1672
|
encoding: base64
|
1662
1673
|
extensions:
|
1663
1674
|
- mka
|
1675
|
+
obsolete: true
|
1676
|
+
use-instead: audio/matroska
|
1664
1677
|
registered: false
|
1665
1678
|
- !ruby/object:MIME::Type
|
1666
1679
|
content-type: audio/x-midi
|
data/types/example.yaml
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
--- []
|
data/types/haptics.yaml
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/object:MIME::Type
|
3
|
+
content-type: haptics/hjif
|
4
|
+
encoding: base64
|
5
|
+
xrefs:
|
6
|
+
draft:
|
7
|
+
- RFC-ietf-mediaman-haptics-05
|
8
|
+
template:
|
9
|
+
- haptics/hjif
|
10
|
+
registered: true
|
11
|
+
- !ruby/object:MIME::Type
|
12
|
+
content-type: haptics/hmpg
|
13
|
+
encoding: base64
|
14
|
+
xrefs:
|
15
|
+
draft:
|
16
|
+
- RFC-ietf-mediaman-haptics-05
|
17
|
+
template:
|
18
|
+
- haptics/hmpg
|
19
|
+
registered: true
|
20
|
+
- !ruby/object:MIME::Type
|
21
|
+
content-type: haptics/ivs
|
22
|
+
encoding: base64
|
23
|
+
xrefs:
|
24
|
+
draft:
|
25
|
+
- RFC-ietf-mediaman-haptics-05
|
26
|
+
template:
|
27
|
+
- haptics/ivs
|
28
|
+
registered: true
|
data/types/image.yaml
CHANGED
@@ -154,6 +154,8 @@
|
|
154
154
|
rfc:
|
155
155
|
- rfc2045
|
156
156
|
- rfc2046
|
157
|
+
template:
|
158
|
+
- image/gif
|
157
159
|
registered: true
|
158
160
|
- !ruby/object:MIME::Type
|
159
161
|
content-type: image/heic
|
@@ -237,6 +239,8 @@
|
|
237
239
|
xrefs:
|
238
240
|
rfc:
|
239
241
|
- rfc1314
|
242
|
+
template:
|
243
|
+
- image/ief
|
240
244
|
registered: true
|
241
245
|
- !ruby/object:MIME::Type
|
242
246
|
content-type: image/j2c
|
@@ -293,6 +297,8 @@
|
|
293
297
|
rfc:
|
294
298
|
- rfc2045
|
295
299
|
- rfc2046
|
300
|
+
template:
|
301
|
+
- image/jpeg
|
296
302
|
registered: true
|
297
303
|
- !ruby/object:MIME::Type
|
298
304
|
content-type: image/jph
|
@@ -335,12 +341,16 @@
|
|
335
341
|
xrefs:
|
336
342
|
rfc:
|
337
343
|
- rfc3745
|
344
|
+
person:
|
345
|
+
- ISO-IEC_JTC_1_SC_29_WG_1
|
338
346
|
template:
|
339
347
|
- image/jpx
|
340
348
|
registered: true
|
341
349
|
- !ruby/object:MIME::Type
|
342
350
|
content-type: image/jxl
|
343
351
|
encoding: base64
|
352
|
+
extensions:
|
353
|
+
- jxl
|
344
354
|
xrefs:
|
345
355
|
person:
|
346
356
|
- ISO-IEC_JTC_1
|
@@ -938,7 +948,7 @@
|
|
938
948
|
- webp
|
939
949
|
xrefs:
|
940
950
|
draft:
|
941
|
-
- RFC-zern-webp-
|
951
|
+
- RFC-zern-webp-15
|
942
952
|
template:
|
943
953
|
- image/webp
|
944
954
|
registered: true
|