mime-types-data 3.2023.0218.1 → 3.2024.0604
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 +207 -172
- data/Rakefile +33 -19
- 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 +102 -3
- data/data/mime.docs.column +99 -0
- data/data/mime.encoding.column +99 -0
- data/data/mime.flags.column +101 -2
- data/data/mime.friendly.column +99 -0
- data/data/mime.pext.column +99 -0
- data/data/mime.use_instead.column +100 -1
- data/data/mime.xrefs.column +150 -51
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +746 -30
- data/types/audio.yaml +34 -7
- data/types/image.yaml +43 -19
- data/types/message.yaml +27 -0
- data/types/model.yaml +9 -0
- data/types/text.yaml +58 -0
- data/types/video.yaml +31 -5
- metadata +32 -45
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,11 +94,20 @@
|
|
|
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
|
|
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
|
|
94
111
|
- !ruby/object:MIME::Type
|
|
95
112
|
content-type: application/activemessage
|
|
96
113
|
encoding: base64
|
|
@@ -262,6 +279,24 @@
|
|
|
262
279
|
template:
|
|
263
280
|
- application/alto-propmapparams+json
|
|
264
281
|
registered: true
|
|
282
|
+
- !ruby/object:MIME::Type
|
|
283
|
+
content-type: application/alto-tips+json
|
|
284
|
+
encoding: base64
|
|
285
|
+
xrefs:
|
|
286
|
+
draft:
|
|
287
|
+
- RFC-ietf-alto-new-transport-22
|
|
288
|
+
template:
|
|
289
|
+
- application/alto-tips+json
|
|
290
|
+
registered: true
|
|
291
|
+
- !ruby/object:MIME::Type
|
|
292
|
+
content-type: application/alto-tipsparams+json
|
|
293
|
+
encoding: base64
|
|
294
|
+
xrefs:
|
|
295
|
+
draft:
|
|
296
|
+
- RFC-ietf-alto-new-transport-22
|
|
297
|
+
template:
|
|
298
|
+
- application/alto-tipsparams+json
|
|
299
|
+
registered: true
|
|
265
300
|
- !ruby/object:MIME::Type
|
|
266
301
|
content-type: application/alto-updatestreamcontrol+json
|
|
267
302
|
encoding: base64
|
|
@@ -529,6 +564,16 @@
|
|
|
529
564
|
obsolete: true
|
|
530
565
|
use-instead: application/x-bleeper
|
|
531
566
|
registered: false
|
|
567
|
+
- !ruby/object:MIME::Type
|
|
568
|
+
content-type: application/c2pa
|
|
569
|
+
encoding: base64
|
|
570
|
+
xrefs:
|
|
571
|
+
person:
|
|
572
|
+
- C2PA
|
|
573
|
+
- Leonard_Rosenthol
|
|
574
|
+
template:
|
|
575
|
+
- application/c2pa
|
|
576
|
+
registered: true
|
|
532
577
|
- !ruby/object:MIME::Type
|
|
533
578
|
content-type: application/calendar+json
|
|
534
579
|
encoding: base64
|
|
@@ -768,6 +813,14 @@
|
|
|
768
813
|
- draft-yasskin-http-origin-signed-responses
|
|
769
814
|
registered: true
|
|
770
815
|
provisional: true
|
|
816
|
+
- !ruby/object:MIME::Type
|
|
817
|
+
content-type: application/CESR
|
|
818
|
+
encoding: base64
|
|
819
|
+
xrefs:
|
|
820
|
+
person:
|
|
821
|
+
- Samuel_M._Smith
|
|
822
|
+
registered: true
|
|
823
|
+
provisional: true
|
|
771
824
|
- !ruby/object:MIME::Type
|
|
772
825
|
content-type: application/cfw
|
|
773
826
|
encoding: base64
|
|
@@ -777,6 +830,15 @@
|
|
|
777
830
|
template:
|
|
778
831
|
- application/cfw
|
|
779
832
|
registered: true
|
|
833
|
+
- !ruby/object:MIME::Type
|
|
834
|
+
content-type: application/cid-edhoc+cbor-seq
|
|
835
|
+
encoding: base64
|
|
836
|
+
xrefs:
|
|
837
|
+
rfc:
|
|
838
|
+
- rfc9528
|
|
839
|
+
template:
|
|
840
|
+
- application/cid-edhoc+cbor-seq
|
|
841
|
+
registered: true
|
|
780
842
|
- !ruby/object:MIME::Type
|
|
781
843
|
content-type: application/city+json
|
|
782
844
|
encoding: base64
|
|
@@ -990,6 +1052,16 @@
|
|
|
990
1052
|
template:
|
|
991
1053
|
- application/cwl+json
|
|
992
1054
|
registered: true
|
|
1055
|
+
- !ruby/object:MIME::Type
|
|
1056
|
+
content-type: application/cwl+yaml
|
|
1057
|
+
encoding: base64
|
|
1058
|
+
xrefs:
|
|
1059
|
+
person:
|
|
1060
|
+
- CWL_Project
|
|
1061
|
+
- Michael_R._Crusoe
|
|
1062
|
+
template:
|
|
1063
|
+
- application/cwl+yaml
|
|
1064
|
+
registered: true
|
|
993
1065
|
- !ruby/object:MIME::Type
|
|
994
1066
|
content-type: application/cwt
|
|
995
1067
|
encoding: base64
|
|
@@ -1013,7 +1085,7 @@
|
|
|
1013
1085
|
encoding: base64
|
|
1014
1086
|
xrefs:
|
|
1015
1087
|
person:
|
|
1016
|
-
- ISO-
|
|
1088
|
+
- ISO-IEC_JTC_1
|
|
1017
1089
|
- Thomas_Stockhammer
|
|
1018
1090
|
template:
|
|
1019
1091
|
- application/dash+xml
|
|
@@ -1023,7 +1095,7 @@
|
|
|
1023
1095
|
encoding: base64
|
|
1024
1096
|
xrefs:
|
|
1025
1097
|
person:
|
|
1026
|
-
- ISO-
|
|
1098
|
+
- ISO-IEC_JTC_1
|
|
1027
1099
|
template:
|
|
1028
1100
|
- application/dash-patch+xml
|
|
1029
1101
|
registered: true
|
|
@@ -1179,6 +1251,15 @@
|
|
|
1179
1251
|
template:
|
|
1180
1252
|
- application/dots+cbor
|
|
1181
1253
|
registered: true
|
|
1254
|
+
- !ruby/object:MIME::Type
|
|
1255
|
+
content-type: application/dpop+jwt
|
|
1256
|
+
encoding: base64
|
|
1257
|
+
xrefs:
|
|
1258
|
+
rfc:
|
|
1259
|
+
- rfc9449
|
|
1260
|
+
template:
|
|
1261
|
+
- application/dpop+jwt
|
|
1262
|
+
registered: true
|
|
1182
1263
|
- !ruby/object:MIME::Type
|
|
1183
1264
|
content-type: application/drafting
|
|
1184
1265
|
encoding: base64
|
|
@@ -1250,6 +1331,15 @@
|
|
|
1250
1331
|
notes:
|
|
1251
1332
|
- "(OBSOLETED in favor of text/javascript)"
|
|
1252
1333
|
registered: true
|
|
1334
|
+
- !ruby/object:MIME::Type
|
|
1335
|
+
content-type: application/edhoc+cbor-seq
|
|
1336
|
+
encoding: base64
|
|
1337
|
+
xrefs:
|
|
1338
|
+
rfc:
|
|
1339
|
+
- rfc9528
|
|
1340
|
+
template:
|
|
1341
|
+
- application/edhoc+cbor-seq
|
|
1342
|
+
registered: true
|
|
1253
1343
|
- !ruby/object:MIME::Type
|
|
1254
1344
|
content-type: application/EDI-consent
|
|
1255
1345
|
encoding: base64
|
|
@@ -1409,7 +1499,7 @@
|
|
|
1409
1499
|
- emma
|
|
1410
1500
|
xrefs:
|
|
1411
1501
|
person:
|
|
1412
|
-
- ISO-
|
|
1502
|
+
- ISO-IEC_JTC_1
|
|
1413
1503
|
- W3C
|
|
1414
1504
|
uri:
|
|
1415
1505
|
- http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration
|
|
@@ -1524,7 +1614,7 @@
|
|
|
1524
1614
|
encoding: base64
|
|
1525
1615
|
xrefs:
|
|
1526
1616
|
person:
|
|
1527
|
-
- ISO-
|
|
1617
|
+
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
|
|
1528
1618
|
- ITU-T_ASN.1_Rapporteur
|
|
1529
1619
|
template:
|
|
1530
1620
|
- application/fastinfoset
|
|
@@ -1534,7 +1624,7 @@
|
|
|
1534
1624
|
encoding: base64
|
|
1535
1625
|
xrefs:
|
|
1536
1626
|
person:
|
|
1537
|
-
- ISO-
|
|
1627
|
+
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
|
|
1538
1628
|
- ITU-T_ASN.1_Rapporteur
|
|
1539
1629
|
template:
|
|
1540
1630
|
- application/fastsoap
|
|
@@ -1606,7 +1696,7 @@
|
|
|
1606
1696
|
use-instead: font/sfnt
|
|
1607
1697
|
xrefs:
|
|
1608
1698
|
person:
|
|
1609
|
-
- ISO-
|
|
1699
|
+
- ISO-IEC_JTC_1
|
|
1610
1700
|
- Levantovsky
|
|
1611
1701
|
rfc:
|
|
1612
1702
|
- rfc8081
|
|
@@ -1697,6 +1787,16 @@
|
|
|
1697
1787
|
template:
|
|
1698
1788
|
- application/geopackage+sqlite3
|
|
1699
1789
|
registered: true
|
|
1790
|
+
- !ruby/object:MIME::Type
|
|
1791
|
+
content-type: application/geoxacml+json
|
|
1792
|
+
encoding: base64
|
|
1793
|
+
xrefs:
|
|
1794
|
+
person:
|
|
1795
|
+
- OGC
|
|
1796
|
+
- Scott_Simmons
|
|
1797
|
+
template:
|
|
1798
|
+
- application/geoxacml+json
|
|
1799
|
+
registered: true
|
|
1700
1800
|
- !ruby/object:MIME::Type
|
|
1701
1801
|
content-type: application/geoxacml+xml
|
|
1702
1802
|
encoding: base64
|
|
@@ -1735,6 +1835,42 @@
|
|
|
1735
1835
|
template:
|
|
1736
1836
|
- application/gml+xml
|
|
1737
1837
|
registered: true
|
|
1838
|
+
- !ruby/object:MIME::Type
|
|
1839
|
+
content-type: application/gnap-binding-jws
|
|
1840
|
+
encoding: base64
|
|
1841
|
+
xrefs:
|
|
1842
|
+
draft:
|
|
1843
|
+
- RFC-ietf-gnap-core-protocol-20
|
|
1844
|
+
template:
|
|
1845
|
+
- application/gnap-binding-jws
|
|
1846
|
+
registered: true
|
|
1847
|
+
- !ruby/object:MIME::Type
|
|
1848
|
+
content-type: application/gnap-binding-jwsd
|
|
1849
|
+
encoding: base64
|
|
1850
|
+
xrefs:
|
|
1851
|
+
draft:
|
|
1852
|
+
- RFC-ietf-gnap-core-protocol-20
|
|
1853
|
+
template:
|
|
1854
|
+
- application/gnap-binding-jwsd
|
|
1855
|
+
registered: true
|
|
1856
|
+
- !ruby/object:MIME::Type
|
|
1857
|
+
content-type: application/gnap-binding-rotation-jws
|
|
1858
|
+
encoding: base64
|
|
1859
|
+
xrefs:
|
|
1860
|
+
draft:
|
|
1861
|
+
- RFC-ietf-gnap-core-protocol-20
|
|
1862
|
+
template:
|
|
1863
|
+
- application/gnap-binding-rotation-jws
|
|
1864
|
+
registered: true
|
|
1865
|
+
- !ruby/object:MIME::Type
|
|
1866
|
+
content-type: application/gnap-binding-rotation-jwsd
|
|
1867
|
+
encoding: base64
|
|
1868
|
+
xrefs:
|
|
1869
|
+
draft:
|
|
1870
|
+
- RFC-ietf-gnap-core-protocol-20
|
|
1871
|
+
template:
|
|
1872
|
+
- application/gnap-binding-rotation-jwsd
|
|
1873
|
+
registered: true
|
|
1738
1874
|
- !ruby/object:MIME::Type
|
|
1739
1875
|
content-type: application/gpx+xml
|
|
1740
1876
|
encoding: base64
|
|
@@ -1996,7 +2132,13 @@
|
|
|
1996
2132
|
encoding: base64
|
|
1997
2133
|
extensions:
|
|
1998
2134
|
- jar
|
|
1999
|
-
|
|
2135
|
+
xrefs:
|
|
2136
|
+
person:
|
|
2137
|
+
- Iris_Clark
|
|
2138
|
+
- JCP
|
|
2139
|
+
template:
|
|
2140
|
+
- application/java-archive
|
|
2141
|
+
registered: true
|
|
2000
2142
|
- !ruby/object:MIME::Type
|
|
2001
2143
|
content-type: application/java-serialized-object
|
|
2002
2144
|
friendly:
|
|
@@ -2079,6 +2221,15 @@
|
|
|
2079
2221
|
template:
|
|
2080
2222
|
- application/jscalendar+json
|
|
2081
2223
|
registered: true
|
|
2224
|
+
- !ruby/object:MIME::Type
|
|
2225
|
+
content-type: application/jscontact+json
|
|
2226
|
+
encoding: base64
|
|
2227
|
+
xrefs:
|
|
2228
|
+
rfc:
|
|
2229
|
+
- rfc9553
|
|
2230
|
+
template:
|
|
2231
|
+
- application/jscontact+json
|
|
2232
|
+
registered: true
|
|
2082
2233
|
- !ruby/object:MIME::Type
|
|
2083
2234
|
content-type: application/json
|
|
2084
2235
|
friendly:
|
|
@@ -2124,6 +2275,15 @@
|
|
|
2124
2275
|
extensions:
|
|
2125
2276
|
- jsonml
|
|
2126
2277
|
registered: false
|
|
2278
|
+
- !ruby/object:MIME::Type
|
|
2279
|
+
content-type: application/jsonpath
|
|
2280
|
+
encoding: base64
|
|
2281
|
+
xrefs:
|
|
2282
|
+
rfc:
|
|
2283
|
+
- rfc9535
|
|
2284
|
+
template:
|
|
2285
|
+
- application/jsonpath
|
|
2286
|
+
registered: true
|
|
2127
2287
|
- !ruby/object:MIME::Type
|
|
2128
2288
|
content-type: application/jwk+json
|
|
2129
2289
|
encoding: base64
|
|
@@ -3103,6 +3263,15 @@
|
|
|
3103
3263
|
template:
|
|
3104
3264
|
- application/ogg
|
|
3105
3265
|
registered: true
|
|
3266
|
+
- !ruby/object:MIME::Type
|
|
3267
|
+
content-type: application/ohttp-keys
|
|
3268
|
+
encoding: base64
|
|
3269
|
+
xrefs:
|
|
3270
|
+
rfc:
|
|
3271
|
+
- rfc9458
|
|
3272
|
+
template:
|
|
3273
|
+
- application/ohttp-keys
|
|
3274
|
+
registered: true
|
|
3106
3275
|
- !ruby/object:MIME::Type
|
|
3107
3276
|
content-type: application/omdoc+xml
|
|
3108
3277
|
encoding: base64
|
|
@@ -3510,6 +3679,33 @@
|
|
|
3510
3679
|
template:
|
|
3511
3680
|
- application/ppsp-tracker+json
|
|
3512
3681
|
registered: true
|
|
3682
|
+
- !ruby/object:MIME::Type
|
|
3683
|
+
content-type: application/private-token-issuer-directory
|
|
3684
|
+
encoding: base64
|
|
3685
|
+
xrefs:
|
|
3686
|
+
draft:
|
|
3687
|
+
- RFC-ietf-privacypass-protocol-16
|
|
3688
|
+
template:
|
|
3689
|
+
- application/private-token-issuer-directory
|
|
3690
|
+
registered: true
|
|
3691
|
+
- !ruby/object:MIME::Type
|
|
3692
|
+
content-type: application/private-token-request
|
|
3693
|
+
encoding: base64
|
|
3694
|
+
xrefs:
|
|
3695
|
+
draft:
|
|
3696
|
+
- RFC-ietf-privacypass-protocol-16
|
|
3697
|
+
template:
|
|
3698
|
+
- application/private-token-request
|
|
3699
|
+
registered: true
|
|
3700
|
+
- !ruby/object:MIME::Type
|
|
3701
|
+
content-type: application/private-token-response
|
|
3702
|
+
encoding: base64
|
|
3703
|
+
xrefs:
|
|
3704
|
+
draft:
|
|
3705
|
+
- RFC-ietf-privacypass-protocol-16
|
|
3706
|
+
template:
|
|
3707
|
+
- application/private-token-response
|
|
3708
|
+
registered: true
|
|
3513
3709
|
- !ruby/object:MIME::Type
|
|
3514
3710
|
content-type: application/pro_eng
|
|
3515
3711
|
encoding: base64
|
|
@@ -3519,7 +3715,7 @@
|
|
|
3519
3715
|
encoding: base64
|
|
3520
3716
|
xrefs:
|
|
3521
3717
|
rfc:
|
|
3522
|
-
-
|
|
3718
|
+
- rfc9457
|
|
3523
3719
|
template:
|
|
3524
3720
|
- application/problem+json
|
|
3525
3721
|
registered: true
|
|
@@ -3528,7 +3724,7 @@
|
|
|
3528
3724
|
encoding: base64
|
|
3529
3725
|
xrefs:
|
|
3530
3726
|
rfc:
|
|
3531
|
-
-
|
|
3727
|
+
- rfc9457
|
|
3532
3728
|
template:
|
|
3533
3729
|
- application/problem+xml
|
|
3534
3730
|
registered: true
|
|
@@ -3542,6 +3738,14 @@
|
|
|
3542
3738
|
template:
|
|
3543
3739
|
- application/provenance+xml
|
|
3544
3740
|
registered: true
|
|
3741
|
+
- !ruby/object:MIME::Type
|
|
3742
|
+
content-type: application/prql
|
|
3743
|
+
friendly:
|
|
3744
|
+
en: Pipelined Relational Query Language
|
|
3745
|
+
encoding: base64
|
|
3746
|
+
extensions:
|
|
3747
|
+
- prql
|
|
3748
|
+
registered: false
|
|
3545
3749
|
- !ruby/object:MIME::Type
|
|
3546
3750
|
content-type: application/prs.alvestrand.titrax-sheet
|
|
3547
3751
|
encoding: base64
|
|
@@ -3583,6 +3787,60 @@
|
|
|
3583
3787
|
template:
|
|
3584
3788
|
- application/prs.hpub+zip
|
|
3585
3789
|
registered: true
|
|
3790
|
+
- !ruby/object:MIME::Type
|
|
3791
|
+
content-type: application/prs.implied-document+xml
|
|
3792
|
+
encoding: base64
|
|
3793
|
+
xrefs:
|
|
3794
|
+
person:
|
|
3795
|
+
- Marek_Čermák
|
|
3796
|
+
template:
|
|
3797
|
+
- application/prs.implied-document+xml
|
|
3798
|
+
registered: true
|
|
3799
|
+
- !ruby/object:MIME::Type
|
|
3800
|
+
content-type: application/prs.implied-executable
|
|
3801
|
+
encoding: base64
|
|
3802
|
+
xrefs:
|
|
3803
|
+
person:
|
|
3804
|
+
- Marek_Čermák
|
|
3805
|
+
template:
|
|
3806
|
+
- application/prs.implied-executable
|
|
3807
|
+
registered: true
|
|
3808
|
+
- !ruby/object:MIME::Type
|
|
3809
|
+
content-type: application/prs.implied-object+json
|
|
3810
|
+
encoding: base64
|
|
3811
|
+
xrefs:
|
|
3812
|
+
person:
|
|
3813
|
+
- Marek_Čermák
|
|
3814
|
+
template:
|
|
3815
|
+
- application/prs.implied-object+json
|
|
3816
|
+
registered: true
|
|
3817
|
+
- !ruby/object:MIME::Type
|
|
3818
|
+
content-type: application/prs.implied-object+json-seq
|
|
3819
|
+
encoding: base64
|
|
3820
|
+
xrefs:
|
|
3821
|
+
person:
|
|
3822
|
+
- Marek_Čermák
|
|
3823
|
+
template:
|
|
3824
|
+
- application/prs.implied-object+json-seq
|
|
3825
|
+
registered: true
|
|
3826
|
+
- !ruby/object:MIME::Type
|
|
3827
|
+
content-type: application/prs.implied-object+yaml
|
|
3828
|
+
encoding: base64
|
|
3829
|
+
xrefs:
|
|
3830
|
+
person:
|
|
3831
|
+
- Marek_Čermák
|
|
3832
|
+
template:
|
|
3833
|
+
- application/prs.implied-object+yaml
|
|
3834
|
+
registered: true
|
|
3835
|
+
- !ruby/object:MIME::Type
|
|
3836
|
+
content-type: application/prs.implied-structure
|
|
3837
|
+
encoding: base64
|
|
3838
|
+
xrefs:
|
|
3839
|
+
person:
|
|
3840
|
+
- Marek_Čermák
|
|
3841
|
+
template:
|
|
3842
|
+
- application/prs.implied-structure
|
|
3843
|
+
registered: true
|
|
3586
3844
|
- !ruby/object:MIME::Type
|
|
3587
3845
|
content-type: application/prs.nprend
|
|
3588
3846
|
encoding: base64
|
|
@@ -3613,6 +3871,15 @@
|
|
|
3613
3871
|
template:
|
|
3614
3872
|
- application/prs.rdf-xml-crypt
|
|
3615
3873
|
registered: true
|
|
3874
|
+
- !ruby/object:MIME::Type
|
|
3875
|
+
content-type: application/prs.vcfbzip2
|
|
3876
|
+
encoding: base64
|
|
3877
|
+
xrefs:
|
|
3878
|
+
person:
|
|
3879
|
+
- Paolo_Marcheschi
|
|
3880
|
+
template:
|
|
3881
|
+
- application/prs.vcfbzip2
|
|
3882
|
+
registered: true
|
|
3616
3883
|
- !ruby/object:MIME::Type
|
|
3617
3884
|
content-type: application/prs.xsf+xml
|
|
3618
3885
|
encoding: base64
|
|
@@ -3714,7 +3981,7 @@
|
|
|
3714
3981
|
- rnc
|
|
3715
3982
|
xrefs:
|
|
3716
3983
|
uri:
|
|
3717
|
-
- http://www.
|
|
3984
|
+
- http://www.JTC_1sc34.org/repository/0661.pdf
|
|
3718
3985
|
template:
|
|
3719
3986
|
- application/relax-ng-compact-syntax
|
|
3720
3987
|
registered: true
|
|
@@ -3905,10 +4172,19 @@
|
|
|
3905
4172
|
- roa
|
|
3906
4173
|
xrefs:
|
|
3907
4174
|
rfc:
|
|
3908
|
-
-
|
|
4175
|
+
- rfc9582
|
|
3909
4176
|
template:
|
|
3910
4177
|
- application/rpki-roa
|
|
3911
4178
|
registered: true
|
|
4179
|
+
- !ruby/object:MIME::Type
|
|
4180
|
+
content-type: application/rpki-signed-tal
|
|
4181
|
+
encoding: base64
|
|
4182
|
+
xrefs:
|
|
4183
|
+
draft:
|
|
4184
|
+
- RFC-ietf-sidrops-signed-tal-16
|
|
4185
|
+
template:
|
|
4186
|
+
- application/rpki-signed-tal
|
|
4187
|
+
registered: true
|
|
3912
4188
|
- !ruby/object:MIME::Type
|
|
3913
4189
|
content-type: application/rpki-updown
|
|
3914
4190
|
encoding: base64
|
|
@@ -4216,7 +4492,7 @@
|
|
|
4216
4492
|
encoding: base64
|
|
4217
4493
|
xrefs:
|
|
4218
4494
|
person:
|
|
4219
|
-
-
|
|
4495
|
+
- IEEE
|
|
4220
4496
|
- Robby_Simpson
|
|
4221
4497
|
template:
|
|
4222
4498
|
- application/sep+xml
|
|
@@ -4226,7 +4502,7 @@
|
|
|
4226
4502
|
encoding: base64
|
|
4227
4503
|
xrefs:
|
|
4228
4504
|
person:
|
|
4229
|
-
-
|
|
4505
|
+
- IEEE
|
|
4230
4506
|
- Robby_Simpson
|
|
4231
4507
|
template:
|
|
4232
4508
|
- application/sep-exi
|
|
@@ -4437,7 +4713,7 @@
|
|
|
4437
4713
|
encoding: base64
|
|
4438
4714
|
xrefs:
|
|
4439
4715
|
person:
|
|
4440
|
-
- ISO-
|
|
4716
|
+
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
|
|
4441
4717
|
- ITU-T_ASN.1_Rapporteur
|
|
4442
4718
|
template:
|
|
4443
4719
|
- application/soap+fastinfoset
|
|
@@ -4571,6 +4847,14 @@
|
|
|
4571
4847
|
template:
|
|
4572
4848
|
- application/ssml+xml
|
|
4573
4849
|
registered: true
|
|
4850
|
+
- !ruby/object:MIME::Type
|
|
4851
|
+
content-type: application/ST2110-41
|
|
4852
|
+
encoding: base64
|
|
4853
|
+
xrefs:
|
|
4854
|
+
person:
|
|
4855
|
+
- Thomas_Bause_Mason
|
|
4856
|
+
registered: true
|
|
4857
|
+
provisional: true
|
|
4574
4858
|
- !ruby/object:MIME::Type
|
|
4575
4859
|
content-type: application/STEP
|
|
4576
4860
|
encoding: base64
|
|
@@ -4585,12 +4869,23 @@
|
|
|
4585
4869
|
template:
|
|
4586
4870
|
- application/stix+json
|
|
4587
4871
|
registered: true
|
|
4872
|
+
- !ruby/object:MIME::Type
|
|
4873
|
+
content-type: application/stratum
|
|
4874
|
+
encoding: base64
|
|
4875
|
+
xrefs:
|
|
4876
|
+
person:
|
|
4877
|
+
- Ben_van_Hartingsveldt
|
|
4878
|
+
note:
|
|
4879
|
+
- '1'
|
|
4880
|
+
template:
|
|
4881
|
+
- application/stratum
|
|
4882
|
+
registered: true
|
|
4588
4883
|
- !ruby/object:MIME::Type
|
|
4589
4884
|
content-type: application/swid+cbor
|
|
4590
4885
|
encoding: base64
|
|
4591
4886
|
xrefs:
|
|
4592
|
-
|
|
4593
|
-
-
|
|
4887
|
+
rfc:
|
|
4888
|
+
- rfc9393
|
|
4594
4889
|
template:
|
|
4595
4890
|
- application/swid+cbor
|
|
4596
4891
|
registered: true
|
|
@@ -4600,7 +4895,7 @@
|
|
|
4600
4895
|
xrefs:
|
|
4601
4896
|
person:
|
|
4602
4897
|
- David_Waltermire
|
|
4603
|
-
- ISO-
|
|
4898
|
+
- ISO-IEC_JTC_1
|
|
4604
4899
|
- Ron_Brill
|
|
4605
4900
|
template:
|
|
4606
4901
|
- application/swid+xml
|
|
@@ -4888,8 +5183,8 @@
|
|
|
4888
5183
|
content-type: application/tzif
|
|
4889
5184
|
encoding: base64
|
|
4890
5185
|
xrefs:
|
|
4891
|
-
|
|
4892
|
-
-
|
|
5186
|
+
draft:
|
|
5187
|
+
- RFC-murchison-rfc8536bis-15
|
|
4893
5188
|
template:
|
|
4894
5189
|
- application/tzif
|
|
4895
5190
|
registered: true
|
|
@@ -4897,8 +5192,8 @@
|
|
|
4897
5192
|
content-type: application/tzif-leap
|
|
4898
5193
|
encoding: base64
|
|
4899
5194
|
xrefs:
|
|
4900
|
-
|
|
4901
|
-
-
|
|
5195
|
+
draft:
|
|
5196
|
+
- RFC-murchison-rfc8536bis-15
|
|
4902
5197
|
template:
|
|
4903
5198
|
- application/tzif-leap
|
|
4904
5199
|
registered: true
|
|
@@ -4917,7 +5212,7 @@
|
|
|
4917
5212
|
xrefs:
|
|
4918
5213
|
person:
|
|
4919
5214
|
- Gottfried_Zimmermann
|
|
4920
|
-
- ISO-
|
|
5215
|
+
- ISO-IEC_JTC_1
|
|
4921
5216
|
template:
|
|
4922
5217
|
- application/urc-grpsheet+xml
|
|
4923
5218
|
registered: true
|
|
@@ -4927,7 +5222,7 @@
|
|
|
4927
5222
|
xrefs:
|
|
4928
5223
|
person:
|
|
4929
5224
|
- Gottfried_Zimmermann
|
|
4930
|
-
- ISO-
|
|
5225
|
+
- ISO-IEC_JTC_1
|
|
4931
5226
|
template:
|
|
4932
5227
|
- application/urc-ressheet+xml
|
|
4933
5228
|
registered: true
|
|
@@ -4937,7 +5232,7 @@
|
|
|
4937
5232
|
xrefs:
|
|
4938
5233
|
person:
|
|
4939
5234
|
- Gottfried_Zimmermann
|
|
4940
|
-
- ISO-
|
|
5235
|
+
- ISO-IEC_JTC_1
|
|
4941
5236
|
template:
|
|
4942
5237
|
- application/urc-targetdesc+xml
|
|
4943
5238
|
registered: true
|
|
@@ -4998,6 +5293,15 @@
|
|
|
4998
5293
|
template:
|
|
4999
5294
|
- application/vnd.1000minds.decision-model+xml
|
|
5000
5295
|
registered: true
|
|
5296
|
+
- !ruby/object:MIME::Type
|
|
5297
|
+
content-type: application/vnd.1ob
|
|
5298
|
+
encoding: base64
|
|
5299
|
+
xrefs:
|
|
5300
|
+
person:
|
|
5301
|
+
- Rob_Coyle
|
|
5302
|
+
template:
|
|
5303
|
+
- application/vnd.1ob
|
|
5304
|
+
registered: true
|
|
5001
5305
|
- !ruby/object:MIME::Type
|
|
5002
5306
|
content-type: application/vnd.3gpp-prose+xml
|
|
5003
5307
|
encoding: base64
|
|
@@ -5062,6 +5366,26 @@
|
|
|
5062
5366
|
template:
|
|
5063
5367
|
- application/vnd.3gpp.5gnas
|
|
5064
5368
|
registered: true
|
|
5369
|
+
- !ruby/object:MIME::Type
|
|
5370
|
+
content-type: application/vnd.3gpp.5gsa2x
|
|
5371
|
+
encoding: base64
|
|
5372
|
+
xrefs:
|
|
5373
|
+
person:
|
|
5374
|
+
- Dongwook_Kim
|
|
5375
|
+
- _3GPP_CT1
|
|
5376
|
+
template:
|
|
5377
|
+
- application/vnd.3gpp.5gsa2x
|
|
5378
|
+
registered: true
|
|
5379
|
+
- !ruby/object:MIME::Type
|
|
5380
|
+
content-type: application/vnd.3gpp.5gsa2x-local-service-information
|
|
5381
|
+
encoding: base64
|
|
5382
|
+
xrefs:
|
|
5383
|
+
person:
|
|
5384
|
+
- Dongwook_Kim
|
|
5385
|
+
- _3GPP_CT1
|
|
5386
|
+
template:
|
|
5387
|
+
- application/vnd.3gpp.5gsa2x-local-service-information
|
|
5388
|
+
registered: true
|
|
5065
5389
|
- !ruby/object:MIME::Type
|
|
5066
5390
|
content-type: application/vnd.3gpp.access-transfer-events+xml
|
|
5067
5391
|
encoding: base64
|
|
@@ -5080,6 +5404,24 @@
|
|
|
5080
5404
|
template:
|
|
5081
5405
|
- application/vnd.3gpp.bsf+xml
|
|
5082
5406
|
registered: true
|
|
5407
|
+
- !ruby/object:MIME::Type
|
|
5408
|
+
content-type: application/vnd.3gpp.crs+xml
|
|
5409
|
+
encoding: base64
|
|
5410
|
+
xrefs:
|
|
5411
|
+
person:
|
|
5412
|
+
- Xu_Chen
|
|
5413
|
+
template:
|
|
5414
|
+
- application/vnd.3gpp.crs+xml
|
|
5415
|
+
registered: true
|
|
5416
|
+
- !ruby/object:MIME::Type
|
|
5417
|
+
content-type: application/vnd.3gpp.current-location-discovery+xml
|
|
5418
|
+
encoding: base64
|
|
5419
|
+
xrefs:
|
|
5420
|
+
person:
|
|
5421
|
+
- Peter_Leis
|
|
5422
|
+
template:
|
|
5423
|
+
- application/vnd.3gpp.current-location-discovery+xml
|
|
5424
|
+
registered: true
|
|
5083
5425
|
- !ruby/object:MIME::Type
|
|
5084
5426
|
content-type: application/vnd.3gpp.GMOP+xml
|
|
5085
5427
|
encoding: base64
|
|
@@ -5253,6 +5595,15 @@
|
|
|
5253
5595
|
template:
|
|
5254
5596
|
- application/vnd.3gpp.mcptt-mbms-usage-info+xml
|
|
5255
5597
|
registered: true
|
|
5598
|
+
- !ruby/object:MIME::Type
|
|
5599
|
+
content-type: application/vnd.3gpp.mcptt-regroup+xml
|
|
5600
|
+
encoding: base64
|
|
5601
|
+
xrefs:
|
|
5602
|
+
person:
|
|
5603
|
+
- Kiran_Kapale
|
|
5604
|
+
template:
|
|
5605
|
+
- application/vnd.3gpp.mcptt-regroup+xml
|
|
5606
|
+
registered: true
|
|
5256
5607
|
- !ruby/object:MIME::Type
|
|
5257
5608
|
content-type: application/vnd.3gpp.mcptt-service-config+xml
|
|
5258
5609
|
encoding: base64
|
|
@@ -5347,6 +5698,15 @@
|
|
|
5347
5698
|
template:
|
|
5348
5699
|
- application/vnd.3gpp.mcvideo-mbms-usage-info+xml
|
|
5349
5700
|
registered: true
|
|
5701
|
+
- !ruby/object:MIME::Type
|
|
5702
|
+
content-type: application/vnd.3gpp.mcvideo-regroup+xml
|
|
5703
|
+
encoding: base64
|
|
5704
|
+
xrefs:
|
|
5705
|
+
person:
|
|
5706
|
+
- Kiran_Kapale
|
|
5707
|
+
template:
|
|
5708
|
+
- application/vnd.3gpp.mcvideo-regroup+xml
|
|
5709
|
+
registered: true
|
|
5350
5710
|
- !ruby/object:MIME::Type
|
|
5351
5711
|
content-type: application/vnd.3gpp.mcvideo-service-config+xml
|
|
5352
5712
|
encoding: base64
|
|
@@ -5451,6 +5811,16 @@
|
|
|
5451
5811
|
template:
|
|
5452
5812
|
- application/vnd.3gpp.pic-bw-var
|
|
5453
5813
|
registered: true
|
|
5814
|
+
- !ruby/object:MIME::Type
|
|
5815
|
+
content-type: application/vnd.3gpp.pinapp-info+xml
|
|
5816
|
+
encoding: base64
|
|
5817
|
+
xrefs:
|
|
5818
|
+
person:
|
|
5819
|
+
- Dongwook_Kim
|
|
5820
|
+
- _3GPP_CT1
|
|
5821
|
+
template:
|
|
5822
|
+
- application/vnd.3gpp.pinapp-info+xml
|
|
5823
|
+
registered: true
|
|
5454
5824
|
- !ruby/object:MIME::Type
|
|
5455
5825
|
content-type: application/vnd.3gpp.s1ap
|
|
5456
5826
|
encoding: base64
|
|
@@ -5461,6 +5831,15 @@
|
|
|
5461
5831
|
template:
|
|
5462
5832
|
- application/vnd.3gpp.s1ap
|
|
5463
5833
|
registered: true
|
|
5834
|
+
- !ruby/object:MIME::Type
|
|
5835
|
+
content-type: application/vnd.3gpp.seal-group-doc+xml
|
|
5836
|
+
encoding: base64
|
|
5837
|
+
xrefs:
|
|
5838
|
+
person:
|
|
5839
|
+
- Sapan_Shah
|
|
5840
|
+
template:
|
|
5841
|
+
- application/vnd.3gpp.seal-group-doc+xml
|
|
5842
|
+
registered: true
|
|
5464
5843
|
- !ruby/object:MIME::Type
|
|
5465
5844
|
content-type: application/vnd.3gpp.seal-info+xml
|
|
5466
5845
|
encoding: base64
|
|
@@ -5481,6 +5860,54 @@
|
|
|
5481
5860
|
template:
|
|
5482
5861
|
- application/vnd.3gpp.seal-location-info+xml
|
|
5483
5862
|
registered: true
|
|
5863
|
+
- !ruby/object:MIME::Type
|
|
5864
|
+
content-type: application/vnd.3gpp.seal-mbms-usage-info+xml
|
|
5865
|
+
encoding: base64
|
|
5866
|
+
xrefs:
|
|
5867
|
+
person:
|
|
5868
|
+
- Christian_Herrero-Veron
|
|
5869
|
+
- _3GPP
|
|
5870
|
+
template:
|
|
5871
|
+
- application/vnd.3gpp.seal-mbms-usage-info+xml
|
|
5872
|
+
registered: true
|
|
5873
|
+
- !ruby/object:MIME::Type
|
|
5874
|
+
content-type: application/vnd.3gpp.seal-network-QoS-management-info+xml
|
|
5875
|
+
encoding: base64
|
|
5876
|
+
xrefs:
|
|
5877
|
+
person:
|
|
5878
|
+
- Christian_Herrero-Veron
|
|
5879
|
+
- _3GPP
|
|
5880
|
+
template:
|
|
5881
|
+
- application/vnd.3gpp.seal-network-QoS-management-info+xml
|
|
5882
|
+
registered: true
|
|
5883
|
+
- !ruby/object:MIME::Type
|
|
5884
|
+
content-type: application/vnd.3gpp.seal-ue-config-info+xml
|
|
5885
|
+
encoding: base64
|
|
5886
|
+
xrefs:
|
|
5887
|
+
person:
|
|
5888
|
+
- Sapan_Shah
|
|
5889
|
+
template:
|
|
5890
|
+
- application/vnd.3gpp.seal-ue-config-info+xml
|
|
5891
|
+
registered: true
|
|
5892
|
+
- !ruby/object:MIME::Type
|
|
5893
|
+
content-type: application/vnd.3gpp.seal-unicast-info+xml
|
|
5894
|
+
encoding: base64
|
|
5895
|
+
xrefs:
|
|
5896
|
+
person:
|
|
5897
|
+
- Christian_Herrero-Veron
|
|
5898
|
+
- _3GPP
|
|
5899
|
+
template:
|
|
5900
|
+
- application/vnd.3gpp.seal-unicast-info+xml
|
|
5901
|
+
registered: true
|
|
5902
|
+
- !ruby/object:MIME::Type
|
|
5903
|
+
content-type: application/vnd.3gpp.seal-user-profile-info+xml
|
|
5904
|
+
encoding: base64
|
|
5905
|
+
xrefs:
|
|
5906
|
+
person:
|
|
5907
|
+
- Sapan_Shah
|
|
5908
|
+
template:
|
|
5909
|
+
- application/vnd.3gpp.seal-user-profile-info+xml
|
|
5910
|
+
registered: true
|
|
5484
5911
|
- !ruby/object:MIME::Type
|
|
5485
5912
|
content-type: application/vnd.3gpp.sms
|
|
5486
5913
|
encoding: base64
|
|
@@ -5537,6 +5964,15 @@
|
|
|
5537
5964
|
template:
|
|
5538
5965
|
- application/vnd.3gpp.ussd+xml
|
|
5539
5966
|
registered: true
|
|
5967
|
+
- !ruby/object:MIME::Type
|
|
5968
|
+
content-type: application/vnd.3gpp.v2x
|
|
5969
|
+
encoding: base64
|
|
5970
|
+
xrefs:
|
|
5971
|
+
person:
|
|
5972
|
+
- Sang_Min_Park
|
|
5973
|
+
template:
|
|
5974
|
+
- application/vnd.3gpp.v2x
|
|
5975
|
+
registered: true
|
|
5540
5976
|
- !ruby/object:MIME::Type
|
|
5541
5977
|
content-type: application/vnd.3gpp.vae-info+xml
|
|
5542
5978
|
encoding: base64
|
|
@@ -5627,6 +6063,24 @@
|
|
|
5627
6063
|
template:
|
|
5628
6064
|
- application/vnd.accpac.simply.imp
|
|
5629
6065
|
registered: true
|
|
6066
|
+
- !ruby/object:MIME::Type
|
|
6067
|
+
content-type: application/vnd.acm.addressxfer+json
|
|
6068
|
+
encoding: base64
|
|
6069
|
+
xrefs:
|
|
6070
|
+
person:
|
|
6071
|
+
- Sridhar_Ramakrishnan
|
|
6072
|
+
template:
|
|
6073
|
+
- application/vnd.acm.addressxfer+json
|
|
6074
|
+
registered: true
|
|
6075
|
+
- !ruby/object:MIME::Type
|
|
6076
|
+
content-type: application/vnd.acm.chatbot+json
|
|
6077
|
+
encoding: base64
|
|
6078
|
+
xrefs:
|
|
6079
|
+
person:
|
|
6080
|
+
- Sridhar_Ramakrishnan
|
|
6081
|
+
template:
|
|
6082
|
+
- application/vnd.acm.chatbot+json
|
|
6083
|
+
registered: true
|
|
5630
6084
|
- !ruby/object:MIME::Type
|
|
5631
6085
|
content-type: application/vnd.acucobol
|
|
5632
6086
|
friendly:
|
|
@@ -6055,6 +6509,15 @@
|
|
|
6055
6509
|
template:
|
|
6056
6510
|
- application/vnd.apache.arrow.stream
|
|
6057
6511
|
registered: true
|
|
6512
|
+
- !ruby/object:MIME::Type
|
|
6513
|
+
content-type: application/vnd.apache.parquet
|
|
6514
|
+
encoding: base64
|
|
6515
|
+
xrefs:
|
|
6516
|
+
person:
|
|
6517
|
+
- Apache_Parquet_Project
|
|
6518
|
+
template:
|
|
6519
|
+
- application/vnd.apache.parquet
|
|
6520
|
+
registered: true
|
|
6058
6521
|
- !ruby/object:MIME::Type
|
|
6059
6522
|
content-type: application/vnd.apache.thrift.binary
|
|
6060
6523
|
encoding: base64
|
|
@@ -6466,6 +6929,24 @@
|
|
|
6466
6929
|
template:
|
|
6467
6930
|
- application/vnd.byu.uapi+json
|
|
6468
6931
|
registered: true
|
|
6932
|
+
- !ruby/object:MIME::Type
|
|
6933
|
+
content-type: application/vnd.bzip3
|
|
6934
|
+
encoding: base64
|
|
6935
|
+
xrefs:
|
|
6936
|
+
person:
|
|
6937
|
+
- Kamila_Szewczyk
|
|
6938
|
+
template:
|
|
6939
|
+
- application/vnd.bzip3
|
|
6940
|
+
registered: true
|
|
6941
|
+
- !ruby/object:MIME::Type
|
|
6942
|
+
content-type: application/vnd.c3voc.schedule+xml
|
|
6943
|
+
encoding: base64
|
|
6944
|
+
xrefs:
|
|
6945
|
+
person:
|
|
6946
|
+
- Andreas_Hubel
|
|
6947
|
+
template:
|
|
6948
|
+
- application/vnd.c3voc.schedule+xml
|
|
6949
|
+
registered: true
|
|
6469
6950
|
- !ruby/object:MIME::Type
|
|
6470
6951
|
content-type: application/vnd.cab-jscript
|
|
6471
6952
|
encoding: base64
|
|
@@ -6682,6 +7163,15 @@
|
|
|
6682
7163
|
template:
|
|
6683
7164
|
- application/vnd.cncf.helm.chart.provenance.v1.prov
|
|
6684
7165
|
registered: true
|
|
7166
|
+
- !ruby/object:MIME::Type
|
|
7167
|
+
content-type: application/vnd.cncf.helm.config.v1+json
|
|
7168
|
+
encoding: base64
|
|
7169
|
+
xrefs:
|
|
7170
|
+
person:
|
|
7171
|
+
- Andrew_Block
|
|
7172
|
+
template:
|
|
7173
|
+
- application/vnd.cncf.helm.config.v1+json
|
|
7174
|
+
registered: true
|
|
6685
7175
|
- !ruby/object:MIME::Type
|
|
6686
7176
|
content-type: application/vnd.coffeescript
|
|
6687
7177
|
encoding: base64
|
|
@@ -7866,6 +8356,15 @@
|
|
|
7866
8356
|
template:
|
|
7867
8357
|
- application/vnd.ericsson.quickcall
|
|
7868
8358
|
registered: true
|
|
8359
|
+
- !ruby/object:MIME::Type
|
|
8360
|
+
content-type: application/vnd.erofs
|
|
8361
|
+
encoding: base64
|
|
8362
|
+
xrefs:
|
|
8363
|
+
person:
|
|
8364
|
+
- Xiang_Gao
|
|
8365
|
+
template:
|
|
8366
|
+
- application/vnd.erofs
|
|
8367
|
+
registered: true
|
|
7869
8368
|
- !ruby/object:MIME::Type
|
|
7870
8369
|
content-type: application/vnd.espass-espass+zip
|
|
7871
8370
|
encoding: base64
|
|
@@ -8342,6 +8841,15 @@
|
|
|
8342
8841
|
template:
|
|
8343
8842
|
- application/vnd.framemaker
|
|
8344
8843
|
registered: true
|
|
8844
|
+
- !ruby/object:MIME::Type
|
|
8845
|
+
content-type: application/vnd.freelog.comic
|
|
8846
|
+
encoding: base64
|
|
8847
|
+
xrefs:
|
|
8848
|
+
person:
|
|
8849
|
+
- Liu_Qiancen
|
|
8850
|
+
template:
|
|
8851
|
+
- application/vnd.freelog.comic
|
|
8852
|
+
registered: true
|
|
8345
8853
|
- !ruby/object:MIME::Type
|
|
8346
8854
|
content-type: application/vnd.frogans.fnc
|
|
8347
8855
|
friendly:
|
|
@@ -8605,6 +9113,15 @@
|
|
|
8605
9113
|
template:
|
|
8606
9114
|
- application/vnd.fuzzysheet
|
|
8607
9115
|
registered: true
|
|
9116
|
+
- !ruby/object:MIME::Type
|
|
9117
|
+
content-type: application/vnd.ga4gh.passport+jwt
|
|
9118
|
+
encoding: base64
|
|
9119
|
+
xrefs:
|
|
9120
|
+
person:
|
|
9121
|
+
- GA4GH_Secretariat
|
|
9122
|
+
template:
|
|
9123
|
+
- application/vnd.ga4gh.passport+jwt
|
|
9124
|
+
registered: true
|
|
8608
9125
|
- !ruby/object:MIME::Type
|
|
8609
9126
|
content-type: application/vnd.genomatix.tuxedo
|
|
8610
9127
|
friendly:
|
|
@@ -8743,6 +9260,8 @@
|
|
|
8743
9260
|
- !ruby/object:MIME::Type
|
|
8744
9261
|
content-type: application/vnd.geogebra.slides
|
|
8745
9262
|
encoding: base64
|
|
9263
|
+
extensions:
|
|
9264
|
+
- ggs
|
|
8746
9265
|
xrefs:
|
|
8747
9266
|
person:
|
|
8748
9267
|
- GeoGebra
|
|
@@ -8908,19 +9427,20 @@
|
|
|
8908
9427
|
- !ruby/object:MIME::Type
|
|
8909
9428
|
content-type: application/vnd.gov.sk.e-form+xml
|
|
8910
9429
|
encoding: base64
|
|
9430
|
+
obsolete: true
|
|
8911
9431
|
xrefs:
|
|
8912
9432
|
person:
|
|
8913
|
-
- Peter_Biro
|
|
8914
9433
|
- Stefan_Szilva
|
|
8915
9434
|
template:
|
|
8916
9435
|
- application/vnd.gov.sk.e-form+xml
|
|
9436
|
+
notes:
|
|
9437
|
+
- "(OBSOLETED by request)"
|
|
8917
9438
|
registered: true
|
|
8918
9439
|
- !ruby/object:MIME::Type
|
|
8919
9440
|
content-type: application/vnd.gov.sk.e-form+zip
|
|
8920
9441
|
encoding: base64
|
|
8921
9442
|
xrefs:
|
|
8922
9443
|
person:
|
|
8923
|
-
- Peter_Biro
|
|
8924
9444
|
- Stefan_Szilva
|
|
8925
9445
|
template:
|
|
8926
9446
|
- application/vnd.gov.sk.e-form+zip
|
|
@@ -8930,7 +9450,6 @@
|
|
|
8930
9450
|
encoding: base64
|
|
8931
9451
|
xrefs:
|
|
8932
9452
|
person:
|
|
8933
|
-
- Peter_Biro
|
|
8934
9453
|
- Stefan_Szilva
|
|
8935
9454
|
template:
|
|
8936
9455
|
- application/vnd.gov.sk.xmldatacontainer+xml
|
|
@@ -9702,6 +10221,15 @@
|
|
|
9702
10221
|
template:
|
|
9703
10222
|
- application/vnd.intu.qfx
|
|
9704
10223
|
registered: true
|
|
10224
|
+
- !ruby/object:MIME::Type
|
|
10225
|
+
content-type: application/vnd.ipfs.ipns-record
|
|
10226
|
+
encoding: base64
|
|
10227
|
+
xrefs:
|
|
10228
|
+
person:
|
|
10229
|
+
- Marcin_Rataj
|
|
10230
|
+
template:
|
|
10231
|
+
- application/vnd.ipfs.ipns-record
|
|
10232
|
+
registered: true
|
|
9705
10233
|
- !ruby/object:MIME::Type
|
|
9706
10234
|
content-type: application/vnd.ipld.car
|
|
9707
10235
|
encoding: base64
|
|
@@ -10227,6 +10755,15 @@
|
|
|
10227
10755
|
template:
|
|
10228
10756
|
- application/vnd.laszip
|
|
10229
10757
|
registered: true
|
|
10758
|
+
- !ruby/object:MIME::Type
|
|
10759
|
+
content-type: application/vnd.ldev.productlicensing
|
|
10760
|
+
encoding: base64
|
|
10761
|
+
xrefs:
|
|
10762
|
+
person:
|
|
10763
|
+
- L.development_Polska
|
|
10764
|
+
template:
|
|
10765
|
+
- application/vnd.ldev.productlicensing
|
|
10766
|
+
registered: true
|
|
10230
10767
|
- !ruby/object:MIME::Type
|
|
10231
10768
|
content-type: application/vnd.leap+json
|
|
10232
10769
|
encoding: base64
|
|
@@ -10479,6 +11016,24 @@
|
|
|
10479
11016
|
template:
|
|
10480
11017
|
- application/vnd.mcd
|
|
10481
11018
|
registered: true
|
|
11019
|
+
- !ruby/object:MIME::Type
|
|
11020
|
+
content-type: application/vnd.mdl
|
|
11021
|
+
encoding: base64
|
|
11022
|
+
xrefs:
|
|
11023
|
+
person:
|
|
11024
|
+
- Lutz_Kettner
|
|
11025
|
+
template:
|
|
11026
|
+
- application/vnd.mdl
|
|
11027
|
+
registered: true
|
|
11028
|
+
- !ruby/object:MIME::Type
|
|
11029
|
+
content-type: application/vnd.mdl-mbsdf
|
|
11030
|
+
encoding: base64
|
|
11031
|
+
xrefs:
|
|
11032
|
+
person:
|
|
11033
|
+
- Lutz_Kettner
|
|
11034
|
+
template:
|
|
11035
|
+
- application/vnd.mdl-mbsdf
|
|
11036
|
+
registered: true
|
|
10482
11037
|
- !ruby/object:MIME::Type
|
|
10483
11038
|
content-type: application/vnd.medcalcdata
|
|
10484
11039
|
friendly:
|
|
@@ -10523,6 +11078,15 @@
|
|
|
10523
11078
|
template:
|
|
10524
11079
|
- application/vnd.meridian-slingshot
|
|
10525
11080
|
registered: true
|
|
11081
|
+
- !ruby/object:MIME::Type
|
|
11082
|
+
content-type: application/vnd.mermaid
|
|
11083
|
+
encoding: base64
|
|
11084
|
+
xrefs:
|
|
11085
|
+
person:
|
|
11086
|
+
- Sidharth_Vinod
|
|
11087
|
+
template:
|
|
11088
|
+
- application/vnd.mermaid
|
|
11089
|
+
registered: true
|
|
10526
11090
|
- !ruby/object:MIME::Type
|
|
10527
11091
|
content-type: application/vnd.MFER
|
|
10528
11092
|
friendly:
|
|
@@ -10733,6 +11297,15 @@
|
|
|
10733
11297
|
template:
|
|
10734
11298
|
- application/vnd.Mobius.TXF
|
|
10735
11299
|
registered: true
|
|
11300
|
+
- !ruby/object:MIME::Type
|
|
11301
|
+
content-type: application/vnd.modl
|
|
11302
|
+
encoding: base64
|
|
11303
|
+
xrefs:
|
|
11304
|
+
person:
|
|
11305
|
+
- Elliott_Brown
|
|
11306
|
+
template:
|
|
11307
|
+
- application/vnd.modl
|
|
11308
|
+
registered: true
|
|
10736
11309
|
- !ruby/object:MIME::Type
|
|
10737
11310
|
content-type: application/vnd.mophun.application
|
|
10738
11311
|
friendly:
|
|
@@ -11348,6 +11921,15 @@
|
|
|
11348
11921
|
template:
|
|
11349
11922
|
- application/vnd.mseq
|
|
11350
11923
|
registered: true
|
|
11924
|
+
- !ruby/object:MIME::Type
|
|
11925
|
+
content-type: application/vnd.msgpack
|
|
11926
|
+
encoding: base64
|
|
11927
|
+
xrefs:
|
|
11928
|
+
person:
|
|
11929
|
+
- Alexander_Ivanov
|
|
11930
|
+
template:
|
|
11931
|
+
- application/vnd.msgpack
|
|
11932
|
+
registered: true
|
|
11351
11933
|
- !ruby/object:MIME::Type
|
|
11352
11934
|
content-type: application/vnd.msign
|
|
11353
11935
|
encoding: base64
|
|
@@ -11430,6 +12012,42 @@
|
|
|
11430
12012
|
template:
|
|
11431
12013
|
- application/vnd.nacamar.ybrid+json
|
|
11432
12014
|
registered: true
|
|
12015
|
+
- !ruby/object:MIME::Type
|
|
12016
|
+
content-type: application/vnd.nato.bindingdataobject+cbor
|
|
12017
|
+
encoding: base64
|
|
12018
|
+
xrefs:
|
|
12019
|
+
person:
|
|
12020
|
+
- Aidan_Murdock
|
|
12021
|
+
template:
|
|
12022
|
+
- application/vnd.nato.bindingdataobject+cbor
|
|
12023
|
+
registered: true
|
|
12024
|
+
- !ruby/object:MIME::Type
|
|
12025
|
+
content-type: application/vnd.nato.bindingdataobject+json
|
|
12026
|
+
encoding: base64
|
|
12027
|
+
xrefs:
|
|
12028
|
+
person:
|
|
12029
|
+
- Aidan_Murdock
|
|
12030
|
+
template:
|
|
12031
|
+
- application/vnd.nato.bindingdataobject+json
|
|
12032
|
+
registered: true
|
|
12033
|
+
- !ruby/object:MIME::Type
|
|
12034
|
+
content-type: application/vnd.nato.bindingdataobject+xml
|
|
12035
|
+
encoding: base64
|
|
12036
|
+
xrefs:
|
|
12037
|
+
person:
|
|
12038
|
+
- Aidan_Murdock
|
|
12039
|
+
template:
|
|
12040
|
+
- application/vnd.nato.bindingdataobject+xml
|
|
12041
|
+
registered: true
|
|
12042
|
+
- !ruby/object:MIME::Type
|
|
12043
|
+
content-type: application/vnd.nato.openxmlformats-package.iepd+zip
|
|
12044
|
+
encoding: base64
|
|
12045
|
+
xrefs:
|
|
12046
|
+
person:
|
|
12047
|
+
- Aidan_Murdock
|
|
12048
|
+
template:
|
|
12049
|
+
- application/vnd.nato.openxmlformats-package.iepd+zip
|
|
12050
|
+
registered: true
|
|
11433
12051
|
- !ruby/object:MIME::Type
|
|
11434
12052
|
content-type: application/vnd.ncd.control
|
|
11435
12053
|
encoding: base64
|
|
@@ -11835,6 +12453,33 @@
|
|
|
11835
12453
|
template:
|
|
11836
12454
|
- application/vnd.ntt-local.sip-ta_tcp_stream
|
|
11837
12455
|
registered: true
|
|
12456
|
+
- !ruby/object:MIME::Type
|
|
12457
|
+
content-type: application/vnd.oai.workflows
|
|
12458
|
+
encoding: base64
|
|
12459
|
+
xrefs:
|
|
12460
|
+
person:
|
|
12461
|
+
- Frank_Kilcommins
|
|
12462
|
+
template:
|
|
12463
|
+
- application/vnd.oai.workflows
|
|
12464
|
+
registered: true
|
|
12465
|
+
- !ruby/object:MIME::Type
|
|
12466
|
+
content-type: application/vnd.oai.workflows+json
|
|
12467
|
+
encoding: base64
|
|
12468
|
+
xrefs:
|
|
12469
|
+
person:
|
|
12470
|
+
- Frank_Kilcommins
|
|
12471
|
+
template:
|
|
12472
|
+
- application/vnd.oai.workflows+json
|
|
12473
|
+
registered: true
|
|
12474
|
+
- !ruby/object:MIME::Type
|
|
12475
|
+
content-type: application/vnd.oai.workflows+yaml
|
|
12476
|
+
encoding: base64
|
|
12477
|
+
xrefs:
|
|
12478
|
+
person:
|
|
12479
|
+
- Frank_Kilcommins
|
|
12480
|
+
template:
|
|
12481
|
+
- application/vnd.oai.workflows+yaml
|
|
12482
|
+
registered: true
|
|
11838
12483
|
- !ruby/object:MIME::Type
|
|
11839
12484
|
content-type: application/vnd.oasis.opendocument.base
|
|
11840
12485
|
encoding: base64
|
|
@@ -12062,6 +12707,16 @@
|
|
|
12062
12707
|
template:
|
|
12063
12708
|
- application/vnd.oasis.opendocument.text-master
|
|
12064
12709
|
registered: true
|
|
12710
|
+
- !ruby/object:MIME::Type
|
|
12711
|
+
content-type: application/vnd.oasis.opendocument.text-master-template
|
|
12712
|
+
encoding: base64
|
|
12713
|
+
xrefs:
|
|
12714
|
+
person:
|
|
12715
|
+
- OASIS
|
|
12716
|
+
- OASIS_TC_Admin
|
|
12717
|
+
template:
|
|
12718
|
+
- application/vnd.oasis.opendocument.text-master-template
|
|
12719
|
+
registered: true
|
|
12065
12720
|
- !ruby/object:MIME::Type
|
|
12066
12721
|
content-type: application/vnd.oasis.opendocument.text-template
|
|
12067
12722
|
friendly:
|
|
@@ -13825,6 +14480,15 @@
|
|
|
13825
14480
|
template:
|
|
13826
14481
|
- application/vnd.psfs
|
|
13827
14482
|
registered: true
|
|
14483
|
+
- !ruby/object:MIME::Type
|
|
14484
|
+
content-type: application/vnd.pt.mundusmundi
|
|
14485
|
+
encoding: base64
|
|
14486
|
+
xrefs:
|
|
14487
|
+
person:
|
|
14488
|
+
- Igor_Lima_Bolacha_Severino
|
|
14489
|
+
template:
|
|
14490
|
+
- application/vnd.pt.mundusmundi
|
|
14491
|
+
registered: true
|
|
13828
14492
|
- !ruby/object:MIME::Type
|
|
13829
14493
|
content-type: application/vnd.publishare-delta-tree
|
|
13830
14494
|
friendly:
|
|
@@ -14116,6 +14780,15 @@
|
|
|
14116
14780
|
template:
|
|
14117
14781
|
- application/vnd.recordare.musicxml+xml
|
|
14118
14782
|
registered: true
|
|
14783
|
+
- !ruby/object:MIME::Type
|
|
14784
|
+
content-type: application/vnd.relpipe
|
|
14785
|
+
encoding: base64
|
|
14786
|
+
xrefs:
|
|
14787
|
+
person:
|
|
14788
|
+
- Frantisek_Kucera
|
|
14789
|
+
template:
|
|
14790
|
+
- application/vnd.relpipe
|
|
14791
|
+
registered: true
|
|
14119
14792
|
- !ruby/object:MIME::Type
|
|
14120
14793
|
content-type: application/vnd.RenLearn.rlprint
|
|
14121
14794
|
encoding: base64
|
|
@@ -15837,6 +16510,15 @@
|
|
|
15837
16510
|
template:
|
|
15838
16511
|
- application/vnd.xara
|
|
15839
16512
|
registered: true
|
|
16513
|
+
- !ruby/object:MIME::Type
|
|
16514
|
+
content-type: application/vnd.xecrets-encrypted
|
|
16515
|
+
encoding: base64
|
|
16516
|
+
xrefs:
|
|
16517
|
+
person:
|
|
16518
|
+
- Svante_Seleborg
|
|
16519
|
+
template:
|
|
16520
|
+
- application/vnd.xecrets-encrypted
|
|
16521
|
+
registered: true
|
|
15840
16522
|
- !ruby/object:MIME::Type
|
|
15841
16523
|
content-type: application/vnd.xfdl
|
|
15842
16524
|
friendly:
|
|
@@ -16106,6 +16788,14 @@
|
|
|
16106
16788
|
template:
|
|
16107
16789
|
- application/voicexml+xml
|
|
16108
16790
|
registered: true
|
|
16791
|
+
- !ruby/object:MIME::Type
|
|
16792
|
+
content-type: application/voucher+cose
|
|
16793
|
+
encoding: base64
|
|
16794
|
+
xrefs:
|
|
16795
|
+
draft:
|
|
16796
|
+
- draft-ietf-anima-constrained-voucher-23
|
|
16797
|
+
registered: true
|
|
16798
|
+
provisional: true
|
|
16109
16799
|
- !ruby/object:MIME::Type
|
|
16110
16800
|
content-type: application/voucher-cms+json
|
|
16111
16801
|
encoding: base64
|
|
@@ -16600,6 +17290,12 @@
|
|
|
16600
17290
|
content-type: application/x-dxf
|
|
16601
17291
|
encoding: base64
|
|
16602
17292
|
registered: false
|
|
17293
|
+
- !ruby/object:MIME::Type
|
|
17294
|
+
content-type: application/x-ecmascript
|
|
17295
|
+
encoding: 8bit
|
|
17296
|
+
obsolete: true
|
|
17297
|
+
use-instead: text/javascript
|
|
17298
|
+
registered: false
|
|
16603
17299
|
- !ruby/object:MIME::Type
|
|
16604
17300
|
content-type: application/x-envoy
|
|
16605
17301
|
encoding: base64
|
|
@@ -16879,7 +17575,7 @@
|
|
|
16879
17575
|
- js
|
|
16880
17576
|
- mjs
|
|
16881
17577
|
obsolete: true
|
|
16882
|
-
use-instead:
|
|
17578
|
+
use-instead: text/javascript
|
|
16883
17579
|
registered: false
|
|
16884
17580
|
- !ruby/object:MIME::Type
|
|
16885
17581
|
content-type: application/x-koan
|
|
@@ -17931,6 +18627,17 @@
|
|
|
17931
18627
|
template:
|
|
17932
18628
|
- application/xv+xml
|
|
17933
18629
|
registered: true
|
|
18630
|
+
- !ruby/object:MIME::Type
|
|
18631
|
+
content-type: application/yaml
|
|
18632
|
+
encoding: base64
|
|
18633
|
+
xrefs:
|
|
18634
|
+
uri:
|
|
18635
|
+
- https://yaml.org/spec/1.2.2/
|
|
18636
|
+
rfc:
|
|
18637
|
+
- rfc9512
|
|
18638
|
+
template:
|
|
18639
|
+
- application/yaml
|
|
18640
|
+
registered: true
|
|
17934
18641
|
- !ruby/object:MIME::Type
|
|
17935
18642
|
content-type: application/yang
|
|
17936
18643
|
friendly:
|
|
@@ -17989,6 +18696,15 @@
|
|
|
17989
18696
|
template:
|
|
17990
18697
|
- application/yang-patch+xml
|
|
17991
18698
|
registered: true
|
|
18699
|
+
- !ruby/object:MIME::Type
|
|
18700
|
+
content-type: application/yang-sid+json
|
|
18701
|
+
encoding: base64
|
|
18702
|
+
xrefs:
|
|
18703
|
+
draft:
|
|
18704
|
+
- RFC-ietf-core-sid-24
|
|
18705
|
+
template:
|
|
18706
|
+
- application/yang-sid+json
|
|
18707
|
+
registered: true
|
|
17992
18708
|
- !ruby/object:MIME::Type
|
|
17993
18709
|
content-type: application/yin+xml
|
|
17994
18710
|
friendly:
|