mime-types-data 3.2023.1205 → 3.2024.1105
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 +230 -177
- data/Licence.md +1 -1
- data/Manifest.txt +3 -0
- data/Rakefile +1 -2
- data/SECURITY.md +7 -0
- data/data/content_type_mime.db +4 -3
- data/data/ext_mime.db +5 -3
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +65 -5
- data/data/mime.docs.column +60 -0
- data/data/mime.encoding.column +60 -0
- data/data/mime.flags.column +65 -5
- data/data/mime.friendly.column +60 -0
- data/data/mime.pext.column +60 -0
- data/data/mime.use_instead.column +61 -1
- data/data/mime.xrefs.column +105 -45
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +513 -29
- data/types/audio.yaml +36 -8
- data/types/example.yaml +1 -0
- data/types/haptics.yaml +28 -0
- data/types/image.yaml +18 -2
- data/types/message.yaml +10 -4
- data/types/model.yaml +4 -0
- data/types/multipart.yaml +8 -0
- data/types/text.yaml +24 -0
- data/types/video.yaml +18 -8
- metadata +7 -17
data/types/application.yaml
CHANGED
@@ -99,6 +99,24 @@
|
|
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
|
+
rfc:
|
107
|
+
- rfc9594
|
108
|
+
template:
|
109
|
+
- application/ace-groupcomm+cbor
|
110
|
+
registered: true
|
111
|
+
- !ruby/object:MIME::Type
|
112
|
+
content-type: application/ace-trl+cbor
|
113
|
+
encoding: base64
|
114
|
+
xrefs:
|
115
|
+
draft:
|
116
|
+
- RFC-ietf-ace-revoked-token-notification-09
|
117
|
+
template:
|
118
|
+
- application/ace-trl+cbor
|
119
|
+
registered: true
|
102
120
|
- !ruby/object:MIME::Type
|
103
121
|
content-type: application/activemessage
|
104
122
|
encoding: base64
|
@@ -270,6 +288,24 @@
|
|
270
288
|
template:
|
271
289
|
- application/alto-propmapparams+json
|
272
290
|
registered: true
|
291
|
+
- !ruby/object:MIME::Type
|
292
|
+
content-type: application/alto-tips+json
|
293
|
+
encoding: base64
|
294
|
+
xrefs:
|
295
|
+
rfc:
|
296
|
+
- rfc9569
|
297
|
+
template:
|
298
|
+
- application/alto-tips+json
|
299
|
+
registered: true
|
300
|
+
- !ruby/object:MIME::Type
|
301
|
+
content-type: application/alto-tipsparams+json
|
302
|
+
encoding: base64
|
303
|
+
xrefs:
|
304
|
+
rfc:
|
305
|
+
- rfc9569
|
306
|
+
template:
|
307
|
+
- application/alto-tipsparams+json
|
308
|
+
registered: true
|
273
309
|
- !ruby/object:MIME::Type
|
274
310
|
content-type: application/alto-updatestreamcontrol+json
|
275
311
|
encoding: base64
|
@@ -324,6 +360,15 @@
|
|
324
360
|
template:
|
325
361
|
- application/applefile
|
326
362
|
registered: true
|
363
|
+
- !ruby/object:MIME::Type
|
364
|
+
content-type: application/application/jwk-set+jwt
|
365
|
+
encoding: base64
|
366
|
+
xrefs:
|
367
|
+
person:
|
368
|
+
- OpenID_Foundation_Artifact_Binding_WG
|
369
|
+
template:
|
370
|
+
- application/application/jwk-set+jwt
|
371
|
+
registered: true
|
327
372
|
- !ruby/object:MIME::Type
|
328
373
|
content-type: application/applixware
|
329
374
|
friendly:
|
@@ -537,6 +582,17 @@
|
|
537
582
|
obsolete: true
|
538
583
|
use-instead: application/x-bleeper
|
539
584
|
registered: false
|
585
|
+
- !ruby/object:MIME::Type
|
586
|
+
content-type: application/bufr
|
587
|
+
encoding: base64
|
588
|
+
xrefs:
|
589
|
+
person:
|
590
|
+
- Anna_Milan
|
591
|
+
- World_Meterological_Organization
|
592
|
+
template:
|
593
|
+
- application/bufr
|
594
|
+
registered: true
|
595
|
+
provisional: true
|
540
596
|
- !ruby/object:MIME::Type
|
541
597
|
content-type: application/c2pa
|
542
598
|
encoding: base64
|
@@ -786,6 +842,14 @@
|
|
786
842
|
- draft-yasskin-http-origin-signed-responses
|
787
843
|
registered: true
|
788
844
|
provisional: true
|
845
|
+
- !ruby/object:MIME::Type
|
846
|
+
content-type: application/CESR
|
847
|
+
encoding: base64
|
848
|
+
xrefs:
|
849
|
+
person:
|
850
|
+
- Samuel_M._Smith
|
851
|
+
registered: true
|
852
|
+
provisional: true
|
789
853
|
- !ruby/object:MIME::Type
|
790
854
|
content-type: application/cfw
|
791
855
|
encoding: base64
|
@@ -799,8 +863,8 @@
|
|
799
863
|
content-type: application/cid-edhoc+cbor-seq
|
800
864
|
encoding: base64
|
801
865
|
xrefs:
|
802
|
-
|
803
|
-
-
|
866
|
+
rfc:
|
867
|
+
- rfc9528
|
804
868
|
template:
|
805
869
|
- application/cid-edhoc+cbor-seq
|
806
870
|
registered: true
|
@@ -809,9 +873,22 @@
|
|
809
873
|
encoding: base64
|
810
874
|
xrefs:
|
811
875
|
person:
|
812
|
-
-
|
876
|
+
- OGC
|
877
|
+
- Scott_Simmons
|
878
|
+
template:
|
879
|
+
- application/city+json
|
813
880
|
registered: true
|
814
881
|
provisional: true
|
882
|
+
- !ruby/object:MIME::Type
|
883
|
+
content-type: application/city+json-seq
|
884
|
+
encoding: base64
|
885
|
+
xrefs:
|
886
|
+
person:
|
887
|
+
- OGC
|
888
|
+
- Scott_Simmons
|
889
|
+
template:
|
890
|
+
- application/city+json-seq
|
891
|
+
registered: true
|
815
892
|
- !ruby/object:MIME::Type
|
816
893
|
content-type: application/clariscad
|
817
894
|
encoding: base64
|
@@ -853,6 +930,14 @@
|
|
853
930
|
template:
|
854
931
|
- application/cms
|
855
932
|
registered: true
|
933
|
+
- !ruby/object:MIME::Type
|
934
|
+
content-type: application/cmw+cbor
|
935
|
+
encoding: base64
|
936
|
+
xrefs:
|
937
|
+
draft:
|
938
|
+
- draft-ietf-rats-msg-wrap-04
|
939
|
+
registered: true
|
940
|
+
provisional: true
|
856
941
|
- !ruby/object:MIME::Type
|
857
942
|
content-type: application/cnrp+xml
|
858
943
|
encoding: base64
|
@@ -1017,6 +1102,16 @@
|
|
1017
1102
|
template:
|
1018
1103
|
- application/cwl+json
|
1019
1104
|
registered: true
|
1105
|
+
- !ruby/object:MIME::Type
|
1106
|
+
content-type: application/cwl+yaml
|
1107
|
+
encoding: base64
|
1108
|
+
xrefs:
|
1109
|
+
person:
|
1110
|
+
- CWL_Project
|
1111
|
+
- Michael_R._Crusoe
|
1112
|
+
template:
|
1113
|
+
- application/cwl+yaml
|
1114
|
+
registered: true
|
1020
1115
|
- !ruby/object:MIME::Type
|
1021
1116
|
content-type: application/cwt
|
1022
1117
|
encoding: base64
|
@@ -1104,6 +1199,14 @@
|
|
1104
1199
|
template:
|
1105
1200
|
- application/dec-dx
|
1106
1201
|
registered: true
|
1202
|
+
- !ruby/object:MIME::Type
|
1203
|
+
content-type: application/deflate
|
1204
|
+
encoding: base64
|
1205
|
+
xrefs:
|
1206
|
+
person:
|
1207
|
+
- David_Clunie
|
1208
|
+
registered: true
|
1209
|
+
provisional: true
|
1107
1210
|
- !ruby/object:MIME::Type
|
1108
1211
|
content-type: application/dialog-info+xml
|
1109
1212
|
encoding: base64
|
@@ -1290,8 +1393,8 @@
|
|
1290
1393
|
content-type: application/edhoc+cbor-seq
|
1291
1394
|
encoding: base64
|
1292
1395
|
xrefs:
|
1293
|
-
|
1294
|
-
-
|
1396
|
+
rfc:
|
1397
|
+
- rfc9528
|
1295
1398
|
template:
|
1296
1399
|
- application/edhoc+cbor-seq
|
1297
1400
|
registered: true
|
@@ -1480,6 +1583,15 @@
|
|
1480
1583
|
template:
|
1481
1584
|
- application/encaprtp
|
1482
1585
|
registered: true
|
1586
|
+
- !ruby/object:MIME::Type
|
1587
|
+
content-type: application/entity-statement+jwt
|
1588
|
+
encoding: base64
|
1589
|
+
xrefs:
|
1590
|
+
person:
|
1591
|
+
- OpenID_Foundation_Artifact_Binding_WG
|
1592
|
+
template:
|
1593
|
+
- application/entity-statement+jwt
|
1594
|
+
registered: true
|
1483
1595
|
- !ruby/object:MIME::Type
|
1484
1596
|
content-type: application/epp+xml
|
1485
1597
|
encoding: base64
|
@@ -1742,6 +1854,17 @@
|
|
1742
1854
|
template:
|
1743
1855
|
- application/geopackage+sqlite3
|
1744
1856
|
registered: true
|
1857
|
+
- !ruby/object:MIME::Type
|
1858
|
+
content-type: application/geopose+json
|
1859
|
+
encoding: base64
|
1860
|
+
xrefs:
|
1861
|
+
person:
|
1862
|
+
- OGC
|
1863
|
+
- Scott_Simmons
|
1864
|
+
template:
|
1865
|
+
- application/geopose+json
|
1866
|
+
registered: true
|
1867
|
+
provisional: true
|
1745
1868
|
- !ruby/object:MIME::Type
|
1746
1869
|
content-type: application/geoxacml+json
|
1747
1870
|
encoding: base64
|
@@ -1790,12 +1913,59 @@
|
|
1790
1913
|
template:
|
1791
1914
|
- application/gml+xml
|
1792
1915
|
registered: true
|
1916
|
+
- !ruby/object:MIME::Type
|
1917
|
+
content-type: application/gnap-binding-jws
|
1918
|
+
encoding: base64
|
1919
|
+
xrefs:
|
1920
|
+
rfc:
|
1921
|
+
- rfc9635
|
1922
|
+
template:
|
1923
|
+
- application/gnap-binding-jws
|
1924
|
+
registered: true
|
1925
|
+
- !ruby/object:MIME::Type
|
1926
|
+
content-type: application/gnap-binding-jwsd
|
1927
|
+
encoding: base64
|
1928
|
+
xrefs:
|
1929
|
+
rfc:
|
1930
|
+
- rfc9635
|
1931
|
+
template:
|
1932
|
+
- application/gnap-binding-jwsd
|
1933
|
+
registered: true
|
1934
|
+
- !ruby/object:MIME::Type
|
1935
|
+
content-type: application/gnap-binding-rotation-jws
|
1936
|
+
encoding: base64
|
1937
|
+
xrefs:
|
1938
|
+
rfc:
|
1939
|
+
- rfc9635
|
1940
|
+
template:
|
1941
|
+
- application/gnap-binding-rotation-jws
|
1942
|
+
registered: true
|
1943
|
+
- !ruby/object:MIME::Type
|
1944
|
+
content-type: application/gnap-binding-rotation-jwsd
|
1945
|
+
encoding: base64
|
1946
|
+
xrefs:
|
1947
|
+
rfc:
|
1948
|
+
- rfc9635
|
1949
|
+
template:
|
1950
|
+
- application/gnap-binding-rotation-jwsd
|
1951
|
+
registered: true
|
1793
1952
|
- !ruby/object:MIME::Type
|
1794
1953
|
content-type: application/gpx+xml
|
1795
1954
|
encoding: base64
|
1796
1955
|
extensions:
|
1797
1956
|
- gpx
|
1798
1957
|
registered: false
|
1958
|
+
- !ruby/object:MIME::Type
|
1959
|
+
content-type: application/grib
|
1960
|
+
encoding: base64
|
1961
|
+
xrefs:
|
1962
|
+
person:
|
1963
|
+
- Anna_Milan
|
1964
|
+
- World_Meterological_Organization
|
1965
|
+
template:
|
1966
|
+
- application/grib
|
1967
|
+
registered: true
|
1968
|
+
provisional: true
|
1799
1969
|
- !ruby/object:MIME::Type
|
1800
1970
|
content-type: application/gxf
|
1801
1971
|
encoding: base64
|
@@ -2144,8 +2314,8 @@
|
|
2144
2314
|
content-type: application/jscontact+json
|
2145
2315
|
encoding: base64
|
2146
2316
|
xrefs:
|
2147
|
-
|
2148
|
-
-
|
2317
|
+
rfc:
|
2318
|
+
- rfc9553
|
2149
2319
|
template:
|
2150
2320
|
- application/jscontact+json
|
2151
2321
|
registered: true
|
@@ -2198,8 +2368,8 @@
|
|
2198
2368
|
content-type: application/jsonpath
|
2199
2369
|
encoding: base64
|
2200
2370
|
xrefs:
|
2201
|
-
|
2202
|
-
-
|
2371
|
+
rfc:
|
2372
|
+
- rfc9535
|
2203
2373
|
template:
|
2204
2374
|
- application/jsonpath
|
2205
2375
|
registered: true
|
@@ -3186,8 +3356,8 @@
|
|
3186
3356
|
content-type: application/ohttp-keys
|
3187
3357
|
encoding: base64
|
3188
3358
|
xrefs:
|
3189
|
-
|
3190
|
-
-
|
3359
|
+
rfc:
|
3360
|
+
- rfc9458
|
3191
3361
|
template:
|
3192
3362
|
- application/ohttp-keys
|
3193
3363
|
registered: true
|
@@ -3602,8 +3772,8 @@
|
|
3602
3772
|
content-type: application/private-token-issuer-directory
|
3603
3773
|
encoding: base64
|
3604
3774
|
xrefs:
|
3605
|
-
|
3606
|
-
-
|
3775
|
+
rfc:
|
3776
|
+
- rfc9578
|
3607
3777
|
template:
|
3608
3778
|
- application/private-token-issuer-directory
|
3609
3779
|
registered: true
|
@@ -3611,8 +3781,8 @@
|
|
3611
3781
|
content-type: application/private-token-request
|
3612
3782
|
encoding: base64
|
3613
3783
|
xrefs:
|
3614
|
-
|
3615
|
-
-
|
3784
|
+
rfc:
|
3785
|
+
- rfc9578
|
3616
3786
|
template:
|
3617
3787
|
- application/private-token-request
|
3618
3788
|
registered: true
|
@@ -3620,8 +3790,8 @@
|
|
3620
3790
|
content-type: application/private-token-response
|
3621
3791
|
encoding: base64
|
3622
3792
|
xrefs:
|
3623
|
-
|
3624
|
-
-
|
3793
|
+
rfc:
|
3794
|
+
- rfc9578
|
3625
3795
|
template:
|
3626
3796
|
- application/private-token-response
|
3627
3797
|
registered: true
|
@@ -3657,6 +3827,14 @@
|
|
3657
3827
|
template:
|
3658
3828
|
- application/provenance+xml
|
3659
3829
|
registered: true
|
3830
|
+
- !ruby/object:MIME::Type
|
3831
|
+
content-type: application/provided-claims+jwt
|
3832
|
+
encoding: base64
|
3833
|
+
xrefs:
|
3834
|
+
person:
|
3835
|
+
- Daniel_Fett
|
3836
|
+
registered: true
|
3837
|
+
provisional: true
|
3660
3838
|
- !ruby/object:MIME::Type
|
3661
3839
|
content-type: application/prql
|
3662
3840
|
friendly:
|
@@ -3724,6 +3902,33 @@
|
|
3724
3902
|
template:
|
3725
3903
|
- application/prs.implied-executable
|
3726
3904
|
registered: true
|
3905
|
+
- !ruby/object:MIME::Type
|
3906
|
+
content-type: application/prs.implied-object+json
|
3907
|
+
encoding: base64
|
3908
|
+
xrefs:
|
3909
|
+
person:
|
3910
|
+
- Marek_Čermák
|
3911
|
+
template:
|
3912
|
+
- application/prs.implied-object+json
|
3913
|
+
registered: true
|
3914
|
+
- !ruby/object:MIME::Type
|
3915
|
+
content-type: application/prs.implied-object+json-seq
|
3916
|
+
encoding: base64
|
3917
|
+
xrefs:
|
3918
|
+
person:
|
3919
|
+
- Marek_Čermák
|
3920
|
+
template:
|
3921
|
+
- application/prs.implied-object+json-seq
|
3922
|
+
registered: true
|
3923
|
+
- !ruby/object:MIME::Type
|
3924
|
+
content-type: application/prs.implied-object+yaml
|
3925
|
+
encoding: base64
|
3926
|
+
xrefs:
|
3927
|
+
person:
|
3928
|
+
- Marek_Čermák
|
3929
|
+
template:
|
3930
|
+
- application/prs.implied-object+yaml
|
3931
|
+
registered: true
|
3727
3932
|
- !ruby/object:MIME::Type
|
3728
3933
|
content-type: application/prs.implied-structure
|
3729
3934
|
encoding: base64
|
@@ -3733,6 +3938,15 @@
|
|
3733
3938
|
template:
|
3734
3939
|
- application/prs.implied-structure
|
3735
3940
|
registered: true
|
3941
|
+
- !ruby/object:MIME::Type
|
3942
|
+
content-type: application/prs.mayfile
|
3943
|
+
encoding: base64
|
3944
|
+
xrefs:
|
3945
|
+
person:
|
3946
|
+
- Azalea_Gardenia
|
3947
|
+
template:
|
3948
|
+
- application/prs.mayfile
|
3949
|
+
registered: true
|
3736
3950
|
- !ruby/object:MIME::Type
|
3737
3951
|
content-type: application/prs.nprend
|
3738
3952
|
encoding: base64
|
@@ -4064,10 +4278,19 @@
|
|
4064
4278
|
- roa
|
4065
4279
|
xrefs:
|
4066
4280
|
rfc:
|
4067
|
-
-
|
4281
|
+
- rfc9582
|
4068
4282
|
template:
|
4069
4283
|
- application/rpki-roa
|
4070
4284
|
registered: true
|
4285
|
+
- !ruby/object:MIME::Type
|
4286
|
+
content-type: application/rpki-signed-tal
|
4287
|
+
encoding: base64
|
4288
|
+
xrefs:
|
4289
|
+
draft:
|
4290
|
+
- RFC-ietf-sidrops-signed-tal-16
|
4291
|
+
template:
|
4292
|
+
- application/rpki-signed-tal
|
4293
|
+
registered: true
|
4071
4294
|
- !ruby/object:MIME::Type
|
4072
4295
|
content-type: application/rpki-updown
|
4073
4296
|
encoding: base64
|
@@ -4375,7 +4598,7 @@
|
|
4375
4598
|
encoding: base64
|
4376
4599
|
xrefs:
|
4377
4600
|
person:
|
4378
|
-
-
|
4601
|
+
- IEEE
|
4379
4602
|
- Robby_Simpson
|
4380
4603
|
template:
|
4381
4604
|
- application/sep+xml
|
@@ -4385,7 +4608,7 @@
|
|
4385
4608
|
encoding: base64
|
4386
4609
|
xrefs:
|
4387
4610
|
person:
|
4388
|
-
-
|
4611
|
+
- IEEE
|
4389
4612
|
- Robby_Simpson
|
4390
4613
|
template:
|
4391
4614
|
- application/sep-exi
|
@@ -4717,6 +4940,15 @@
|
|
4717
4940
|
extensions:
|
4718
4941
|
- ssdl
|
4719
4942
|
registered: false
|
4943
|
+
- !ruby/object:MIME::Type
|
4944
|
+
content-type: application/sslkeylogfile
|
4945
|
+
encoding: base64
|
4946
|
+
xrefs:
|
4947
|
+
draft:
|
4948
|
+
- RFC-ietf-tls-keylogfile-02
|
4949
|
+
template:
|
4950
|
+
- application/sslkeylogfile
|
4951
|
+
registered: true
|
4720
4952
|
- !ruby/object:MIME::Type
|
4721
4953
|
content-type: application/ssml+xml
|
4722
4954
|
friendly:
|
@@ -4730,6 +4962,17 @@
|
|
4730
4962
|
template:
|
4731
4963
|
- application/ssml+xml
|
4732
4964
|
registered: true
|
4965
|
+
- !ruby/object:MIME::Type
|
4966
|
+
content-type: application/ST2110-41
|
4967
|
+
encoding: base64
|
4968
|
+
xrefs:
|
4969
|
+
person:
|
4970
|
+
- SMPTE
|
4971
|
+
- SMPTE_Director_of_Standards_Development
|
4972
|
+
template:
|
4973
|
+
- application/ST2110-41
|
4974
|
+
registered: true
|
4975
|
+
provisional: true
|
4733
4976
|
- !ruby/object:MIME::Type
|
4734
4977
|
content-type: application/STEP
|
4735
4978
|
encoding: base64
|
@@ -4744,6 +4987,17 @@
|
|
4744
4987
|
template:
|
4745
4988
|
- application/stix+json
|
4746
4989
|
registered: true
|
4990
|
+
- !ruby/object:MIME::Type
|
4991
|
+
content-type: application/stratum
|
4992
|
+
encoding: base64
|
4993
|
+
xrefs:
|
4994
|
+
person:
|
4995
|
+
- Ben_van_Hartingsveldt
|
4996
|
+
note:
|
4997
|
+
- '1'
|
4998
|
+
template:
|
4999
|
+
- application/stratum
|
5000
|
+
registered: true
|
4747
5001
|
- !ruby/object:MIME::Type
|
4748
5002
|
content-type: application/swid+cbor
|
4749
5003
|
encoding: base64
|
@@ -4997,6 +5251,17 @@
|
|
4997
5251
|
template:
|
4998
5252
|
- application/token-introspection+jwt
|
4999
5253
|
registered: true
|
5254
|
+
- !ruby/object:MIME::Type
|
5255
|
+
content-type: application/toml
|
5256
|
+
encoding: base64
|
5257
|
+
xrefs:
|
5258
|
+
person:
|
5259
|
+
- Ben_van_Hartingsveldt
|
5260
|
+
uri:
|
5261
|
+
- https://github.com/toml-lang/toml/issues/870
|
5262
|
+
template:
|
5263
|
+
- application/toml
|
5264
|
+
registered: true
|
5000
5265
|
- !ruby/object:MIME::Type
|
5001
5266
|
content-type: application/toolbook
|
5002
5267
|
encoding: base64
|
@@ -5047,8 +5312,8 @@
|
|
5047
5312
|
content-type: application/tzif
|
5048
5313
|
encoding: base64
|
5049
5314
|
xrefs:
|
5050
|
-
|
5051
|
-
-
|
5315
|
+
draft:
|
5316
|
+
- RFC-murchison-rfc8536bis-15
|
5052
5317
|
template:
|
5053
5318
|
- application/tzif
|
5054
5319
|
registered: true
|
@@ -5056,8 +5321,8 @@
|
|
5056
5321
|
content-type: application/tzif-leap
|
5057
5322
|
encoding: base64
|
5058
5323
|
xrefs:
|
5059
|
-
|
5060
|
-
-
|
5324
|
+
draft:
|
5325
|
+
- RFC-murchison-rfc8536bis-15
|
5061
5326
|
template:
|
5062
5327
|
- application/tzif-leap
|
5063
5328
|
registered: true
|
@@ -5109,6 +5374,33 @@
|
|
5109
5374
|
template:
|
5110
5375
|
- application/urc-uisocketdesc+xml
|
5111
5376
|
registered: true
|
5377
|
+
- !ruby/object:MIME::Type
|
5378
|
+
content-type: application/vc
|
5379
|
+
encoding: base64
|
5380
|
+
xrefs:
|
5381
|
+
person:
|
5382
|
+
- Ivan_Herman
|
5383
|
+
- W3C
|
5384
|
+
template:
|
5385
|
+
- application/vc
|
5386
|
+
registered: true
|
5387
|
+
provisional: true
|
5388
|
+
- !ruby/object:MIME::Type
|
5389
|
+
content-type: application/vc+cose
|
5390
|
+
encoding: base64
|
5391
|
+
xrefs:
|
5392
|
+
person:
|
5393
|
+
- Ivan_Herman
|
5394
|
+
registered: true
|
5395
|
+
provisional: true
|
5396
|
+
- !ruby/object:MIME::Type
|
5397
|
+
content-type: application/vc+jwt
|
5398
|
+
encoding: base64
|
5399
|
+
xrefs:
|
5400
|
+
person:
|
5401
|
+
- Ivan_Herman
|
5402
|
+
registered: true
|
5403
|
+
provisional: true
|
5112
5404
|
- !ruby/object:MIME::Type
|
5113
5405
|
content-type: application/vcard+json
|
5114
5406
|
encoding: base64
|
@@ -5230,6 +5522,26 @@
|
|
5230
5522
|
template:
|
5231
5523
|
- application/vnd.3gpp.5gnas
|
5232
5524
|
registered: true
|
5525
|
+
- !ruby/object:MIME::Type
|
5526
|
+
content-type: application/vnd.3gpp.5gsa2x
|
5527
|
+
encoding: base64
|
5528
|
+
xrefs:
|
5529
|
+
person:
|
5530
|
+
- Dongwook_Kim
|
5531
|
+
- _3GPP_CT1
|
5532
|
+
template:
|
5533
|
+
- application/vnd.3gpp.5gsa2x
|
5534
|
+
registered: true
|
5535
|
+
- !ruby/object:MIME::Type
|
5536
|
+
content-type: application/vnd.3gpp.5gsa2x-local-service-information
|
5537
|
+
encoding: base64
|
5538
|
+
xrefs:
|
5539
|
+
person:
|
5540
|
+
- Dongwook_Kim
|
5541
|
+
- _3GPP_CT1
|
5542
|
+
template:
|
5543
|
+
- application/vnd.3gpp.5gsa2x-local-service-information
|
5544
|
+
registered: true
|
5233
5545
|
- !ruby/object:MIME::Type
|
5234
5546
|
content-type: application/vnd.3gpp.access-transfer-events+xml
|
5235
5547
|
encoding: base64
|
@@ -5655,6 +5967,16 @@
|
|
5655
5967
|
template:
|
5656
5968
|
- application/vnd.3gpp.pic-bw-var
|
5657
5969
|
registered: true
|
5970
|
+
- !ruby/object:MIME::Type
|
5971
|
+
content-type: application/vnd.3gpp.pinapp-info+xml
|
5972
|
+
encoding: base64
|
5973
|
+
xrefs:
|
5974
|
+
person:
|
5975
|
+
- Dongwook_Kim
|
5976
|
+
- _3GPP_CT1
|
5977
|
+
template:
|
5978
|
+
- application/vnd.3gpp.pinapp-info+xml
|
5979
|
+
registered: true
|
5658
5980
|
- !ruby/object:MIME::Type
|
5659
5981
|
content-type: application/vnd.3gpp.s1ap
|
5660
5982
|
encoding: base64
|
@@ -6343,6 +6665,15 @@
|
|
6343
6665
|
template:
|
6344
6666
|
- application/vnd.apache.arrow.stream
|
6345
6667
|
registered: true
|
6668
|
+
- !ruby/object:MIME::Type
|
6669
|
+
content-type: application/vnd.apache.parquet
|
6670
|
+
encoding: base64
|
6671
|
+
xrefs:
|
6672
|
+
person:
|
6673
|
+
- Apache_Parquet_Project
|
6674
|
+
template:
|
6675
|
+
- application/vnd.apache.parquet
|
6676
|
+
registered: true
|
6346
6677
|
- !ruby/object:MIME::Type
|
6347
6678
|
content-type: application/vnd.apache.thrift.binary
|
6348
6679
|
encoding: base64
|
@@ -6763,6 +7094,15 @@
|
|
6763
7094
|
template:
|
6764
7095
|
- application/vnd.bzip3
|
6765
7096
|
registered: true
|
7097
|
+
- !ruby/object:MIME::Type
|
7098
|
+
content-type: application/vnd.c3voc.schedule+xml
|
7099
|
+
encoding: base64
|
7100
|
+
xrefs:
|
7101
|
+
person:
|
7102
|
+
- Andreas_Hubel
|
7103
|
+
template:
|
7104
|
+
- application/vnd.c3voc.schedule+xml
|
7105
|
+
registered: true
|
6766
7106
|
- !ruby/object:MIME::Type
|
6767
7107
|
content-type: application/vnd.cab-jscript
|
6768
7108
|
encoding: base64
|
@@ -8172,6 +8512,15 @@
|
|
8172
8512
|
template:
|
8173
8513
|
- application/vnd.ericsson.quickcall
|
8174
8514
|
registered: true
|
8515
|
+
- !ruby/object:MIME::Type
|
8516
|
+
content-type: application/vnd.erofs
|
8517
|
+
encoding: base64
|
8518
|
+
xrefs:
|
8519
|
+
person:
|
8520
|
+
- Xiang_Gao
|
8521
|
+
template:
|
8522
|
+
- application/vnd.erofs
|
8523
|
+
registered: true
|
8175
8524
|
- !ruby/object:MIME::Type
|
8176
8525
|
content-type: application/vnd.espass-espass+zip
|
8177
8526
|
encoding: base64
|
@@ -8920,6 +9269,15 @@
|
|
8920
9269
|
template:
|
8921
9270
|
- application/vnd.fuzzysheet
|
8922
9271
|
registered: true
|
9272
|
+
- !ruby/object:MIME::Type
|
9273
|
+
content-type: application/vnd.ga4gh.passport+jwt
|
9274
|
+
encoding: base64
|
9275
|
+
xrefs:
|
9276
|
+
person:
|
9277
|
+
- GA4GH_Secretariat
|
9278
|
+
template:
|
9279
|
+
- application/vnd.ga4gh.passport+jwt
|
9280
|
+
registered: true
|
8923
9281
|
- !ruby/object:MIME::Type
|
8924
9282
|
content-type: application/vnd.genomatix.tuxedo
|
8925
9283
|
friendly:
|
@@ -9055,6 +9413,16 @@
|
|
9055
9413
|
template:
|
9056
9414
|
- application/vnd.geogebra.file
|
9057
9415
|
registered: true
|
9416
|
+
- !ruby/object:MIME::Type
|
9417
|
+
content-type: application/vnd.geogebra.pinboard
|
9418
|
+
encoding: base64
|
9419
|
+
xrefs:
|
9420
|
+
person:
|
9421
|
+
- GeoGebra
|
9422
|
+
- Michael_Borcherds
|
9423
|
+
template:
|
9424
|
+
- application/vnd.geogebra.pinboard
|
9425
|
+
registered: true
|
9058
9426
|
- !ruby/object:MIME::Type
|
9059
9427
|
content-type: application/vnd.geogebra.slides
|
9060
9428
|
encoding: base64
|
@@ -9225,19 +9593,20 @@
|
|
9225
9593
|
- !ruby/object:MIME::Type
|
9226
9594
|
content-type: application/vnd.gov.sk.e-form+xml
|
9227
9595
|
encoding: base64
|
9596
|
+
obsolete: true
|
9228
9597
|
xrefs:
|
9229
9598
|
person:
|
9230
|
-
- Peter_Biro
|
9231
9599
|
- Stefan_Szilva
|
9232
9600
|
template:
|
9233
9601
|
- application/vnd.gov.sk.e-form+xml
|
9602
|
+
notes:
|
9603
|
+
- "(OBSOLETED by request)"
|
9234
9604
|
registered: true
|
9235
9605
|
- !ruby/object:MIME::Type
|
9236
9606
|
content-type: application/vnd.gov.sk.e-form+zip
|
9237
9607
|
encoding: base64
|
9238
9608
|
xrefs:
|
9239
9609
|
person:
|
9240
|
-
- Peter_Biro
|
9241
9610
|
- Stefan_Szilva
|
9242
9611
|
template:
|
9243
9612
|
- application/vnd.gov.sk.e-form+zip
|
@@ -9247,7 +9616,6 @@
|
|
9247
9616
|
encoding: base64
|
9248
9617
|
xrefs:
|
9249
9618
|
person:
|
9250
|
-
- Peter_Biro
|
9251
9619
|
- Stefan_Szilva
|
9252
9620
|
template:
|
9253
9621
|
- application/vnd.gov.sk.xmldatacontainer+xml
|
@@ -10454,6 +10822,24 @@
|
|
10454
10822
|
template:
|
10455
10823
|
- application/vnd.kenameaapp
|
10456
10824
|
registered: true
|
10825
|
+
- !ruby/object:MIME::Type
|
10826
|
+
content-type: application/vnd.keyman.kmp+zip
|
10827
|
+
encoding: base64
|
10828
|
+
xrefs:
|
10829
|
+
person:
|
10830
|
+
- Marc_Durdin
|
10831
|
+
template:
|
10832
|
+
- application/vnd.keyman.kmp+zip
|
10833
|
+
registered: true
|
10834
|
+
- !ruby/object:MIME::Type
|
10835
|
+
content-type: application/vnd.keyman.kmx
|
10836
|
+
encoding: base64
|
10837
|
+
xrefs:
|
10838
|
+
person:
|
10839
|
+
- Marc_Durdin
|
10840
|
+
template:
|
10841
|
+
- application/vnd.keyman.kmx
|
10842
|
+
registered: true
|
10457
10843
|
- !ruby/object:MIME::Type
|
10458
10844
|
content-type: application/vnd.kidspiration
|
10459
10845
|
friendly:
|
@@ -10553,6 +10939,15 @@
|
|
10553
10939
|
template:
|
10554
10940
|
- application/vnd.laszip
|
10555
10941
|
registered: true
|
10942
|
+
- !ruby/object:MIME::Type
|
10943
|
+
content-type: application/vnd.ldev.productlicensing
|
10944
|
+
encoding: base64
|
10945
|
+
xrefs:
|
10946
|
+
person:
|
10947
|
+
- L.development_Polska
|
10948
|
+
template:
|
10949
|
+
- application/vnd.ldev.productlicensing
|
10950
|
+
registered: true
|
10556
10951
|
- !ruby/object:MIME::Type
|
10557
10952
|
content-type: application/vnd.leap+json
|
10558
10953
|
encoding: base64
|
@@ -11710,6 +12105,15 @@
|
|
11710
12105
|
template:
|
11711
12106
|
- application/vnd.mseq
|
11712
12107
|
registered: true
|
12108
|
+
- !ruby/object:MIME::Type
|
12109
|
+
content-type: application/vnd.msgpack
|
12110
|
+
encoding: base64
|
12111
|
+
xrefs:
|
12112
|
+
person:
|
12113
|
+
- Alexander_Ivanov
|
12114
|
+
template:
|
12115
|
+
- application/vnd.msgpack
|
12116
|
+
registered: true
|
11713
12117
|
- !ruby/object:MIME::Type
|
11714
12118
|
content-type: application/vnd.msign
|
11715
12119
|
encoding: base64
|
@@ -13202,6 +13606,15 @@
|
|
13202
13606
|
template:
|
13203
13607
|
- application/vnd.opentimestamps.ots
|
13204
13608
|
registered: true
|
13609
|
+
- !ruby/object:MIME::Type
|
13610
|
+
content-type: application/vnd.openvpi.dspx+json
|
13611
|
+
encoding: base64
|
13612
|
+
xrefs:
|
13613
|
+
person:
|
13614
|
+
- Crindzebra_Sjimo
|
13615
|
+
template:
|
13616
|
+
- application/vnd.openvpi.dspx+json
|
13617
|
+
registered: true
|
13205
13618
|
- !ruby/object:MIME::Type
|
13206
13619
|
content-type: application/vnd.openxmlformats-officedocument.custom-properties+xml
|
13207
13620
|
encoding: base64
|
@@ -15686,6 +16099,15 @@
|
|
15686
16099
|
template:
|
15687
16100
|
- application/vnd.ufdl
|
15688
16101
|
registered: true
|
16102
|
+
- !ruby/object:MIME::Type
|
16103
|
+
content-type: application/vnd.uic.osdm+json
|
16104
|
+
encoding: base64
|
16105
|
+
xrefs:
|
16106
|
+
person:
|
16107
|
+
- David_Sarfatti
|
16108
|
+
template:
|
16109
|
+
- application/vnd.uic.osdm+json
|
16110
|
+
registered: true
|
15689
16111
|
- !ruby/object:MIME::Type
|
15690
16112
|
content-type: application/vnd.uiq.theme
|
15691
16113
|
friendly:
|
@@ -16290,6 +16712,24 @@
|
|
16290
16712
|
template:
|
16291
16713
|
- application/vnd.xara
|
16292
16714
|
registered: true
|
16715
|
+
- !ruby/object:MIME::Type
|
16716
|
+
content-type: application/vnd.xarin.cpj
|
16717
|
+
encoding: base64
|
16718
|
+
xrefs:
|
16719
|
+
person:
|
16720
|
+
- Ben_Brown
|
16721
|
+
template:
|
16722
|
+
- application/vnd.xarin.cpj
|
16723
|
+
registered: true
|
16724
|
+
- !ruby/object:MIME::Type
|
16725
|
+
content-type: application/vnd.xecrets-encrypted
|
16726
|
+
encoding: base64
|
16727
|
+
xrefs:
|
16728
|
+
person:
|
16729
|
+
- Svante_Seleborg
|
16730
|
+
template:
|
16731
|
+
- application/vnd.xecrets-encrypted
|
16732
|
+
registered: true
|
16293
16733
|
- !ruby/object:MIME::Type
|
16294
16734
|
content-type: application/vnd.xfdl
|
16295
16735
|
friendly:
|
@@ -16559,6 +16999,14 @@
|
|
16559
16999
|
template:
|
16560
17000
|
- application/voicexml+xml
|
16561
17001
|
registered: true
|
17002
|
+
- !ruby/object:MIME::Type
|
17003
|
+
content-type: application/voucher+cose
|
17004
|
+
encoding: base64
|
17005
|
+
xrefs:
|
17006
|
+
draft:
|
17007
|
+
- draft-ietf-anima-constrained-voucher-23
|
17008
|
+
registered: true
|
17009
|
+
provisional: true
|
16562
17010
|
- !ruby/object:MIME::Type
|
16563
17011
|
content-type: application/voucher-cms+json
|
16564
17012
|
encoding: base64
|
@@ -16576,6 +17024,33 @@
|
|
16576
17024
|
- draft-ietf-anima-constrained-voucher-17
|
16577
17025
|
registered: true
|
16578
17026
|
provisional: true
|
17027
|
+
- !ruby/object:MIME::Type
|
17028
|
+
content-type: application/vp
|
17029
|
+
encoding: base64
|
17030
|
+
xrefs:
|
17031
|
+
person:
|
17032
|
+
- Ivan_Herman
|
17033
|
+
- W3C
|
17034
|
+
template:
|
17035
|
+
- application/vp
|
17036
|
+
registered: true
|
17037
|
+
provisional: true
|
17038
|
+
- !ruby/object:MIME::Type
|
17039
|
+
content-type: application/vp+cose
|
17040
|
+
encoding: base64
|
17041
|
+
xrefs:
|
17042
|
+
person:
|
17043
|
+
- Ivan_Herman
|
17044
|
+
registered: true
|
17045
|
+
provisional: true
|
17046
|
+
- !ruby/object:MIME::Type
|
17047
|
+
content-type: application/vp+jwt
|
17048
|
+
encoding: base64
|
17049
|
+
xrefs:
|
17050
|
+
person:
|
17051
|
+
- Ivan_Herman
|
17052
|
+
registered: true
|
17053
|
+
provisional: true
|
16579
17054
|
- !ruby/object:MIME::Type
|
16580
17055
|
content-type: application/vq-rtcpxr
|
16581
17056
|
encoding: base64
|
@@ -18396,8 +18871,8 @@
|
|
18396
18871
|
xrefs:
|
18397
18872
|
uri:
|
18398
18873
|
- https://yaml.org/spec/1.2.2/
|
18399
|
-
|
18400
|
-
-
|
18874
|
+
rfc:
|
18875
|
+
- rfc9512
|
18401
18876
|
template:
|
18402
18877
|
- application/yaml
|
18403
18878
|
registered: true
|
@@ -18459,6 +18934,15 @@
|
|
18459
18934
|
template:
|
18460
18935
|
- application/yang-patch+xml
|
18461
18936
|
registered: true
|
18937
|
+
- !ruby/object:MIME::Type
|
18938
|
+
content-type: application/yang-sid+json
|
18939
|
+
encoding: base64
|
18940
|
+
xrefs:
|
18941
|
+
rfc:
|
18942
|
+
- rfc9595
|
18943
|
+
template:
|
18944
|
+
- application/yang-sid+json
|
18945
|
+
registered: true
|
18462
18946
|
- !ruby/object:MIME::Type
|
18463
18947
|
content-type: application/yin+xml
|
18464
18948
|
friendly:
|