mime-types-data 3.2024.0305 → 3.2024.0604
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/History.md +183 -180
- data/Rakefile +0 -1
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +15 -0
- data/data/mime.docs.column +15 -0
- data/data/mime.encoding.column +15 -0
- data/data/mime.flags.column +15 -0
- data/data/mime.friendly.column +15 -0
- data/data/mime.pext.column +15 -0
- data/data/mime.use_instead.column +15 -0
- data/data/mime.xrefs.column +26 -11
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +154 -14
- data/types/audio.yaml +3 -0
- data/types/image.yaml +3 -1
- metadata +3 -17
@@ -9,6 +9,7 @@ application/acad
|
|
9
9
|
application/access mdf mda mdb mde
|
10
10
|
application/ace+cbor
|
11
11
|
application/ace+json
|
12
|
+
application/ace-groupcomm+cbor
|
12
13
|
application/activemessage
|
13
14
|
application/activity+json
|
14
15
|
application/aif+cbor
|
@@ -110,6 +111,7 @@ application/csvm+json
|
|
110
111
|
application/cu-seeme cu
|
111
112
|
application/cwl
|
112
113
|
application/cwl+json
|
114
|
+
application/cwl+yaml
|
113
115
|
application/cwt
|
114
116
|
application/cybercash
|
115
117
|
application/dash+xml
|
@@ -188,6 +190,10 @@ application/geoxacml+xml
|
|
188
190
|
application/ghostview
|
189
191
|
application/gltf-buffer
|
190
192
|
application/gml+xml gml
|
193
|
+
application/gnap-binding-jws
|
194
|
+
application/gnap-binding-jwsd
|
195
|
+
application/gnap-binding-rotation-jws
|
196
|
+
application/gnap-binding-rotation-jwsd
|
191
197
|
application/gpx+xml gpx
|
192
198
|
application/gxf gxf
|
193
199
|
application/gzip gz
|
@@ -417,6 +423,7 @@ application/rpki-ghostbusters gbr
|
|
417
423
|
application/rpki-manifest mft
|
418
424
|
application/rpki-publication
|
419
425
|
application/rpki-roa roa
|
426
|
+
application/rpki-signed-tal
|
420
427
|
application/rpki-updown
|
421
428
|
application/rsd+xml rsd
|
422
429
|
application/rss+xml rss
|
@@ -482,8 +489,10 @@ application/srgs+xml grxml
|
|
482
489
|
application/sru+xml sru
|
483
490
|
application/ssdl+xml ssdl
|
484
491
|
application/ssml+xml ssml
|
492
|
+
application/ST2110-41
|
485
493
|
application/STEP
|
486
494
|
application/stix+json
|
495
|
+
application/stratum
|
487
496
|
application/swid+cbor
|
488
497
|
application/swid+xml
|
489
498
|
application/tamp-apex-update
|
@@ -536,6 +545,8 @@ application/vnd.3gpp-prose-pc3ch+xml
|
|
536
545
|
application/vnd.3gpp-prose-pc8+xml
|
537
546
|
application/vnd.3gpp-v2x-local-service-information
|
538
547
|
application/vnd.3gpp.5gnas
|
548
|
+
application/vnd.3gpp.5gsa2x
|
549
|
+
application/vnd.3gpp.5gsa2x-local-service-information
|
539
550
|
application/vnd.3gpp.access-transfer-events+xml
|
540
551
|
application/vnd.3gpp.bsf+xml
|
541
552
|
application/vnd.3gpp.crs+xml
|
@@ -581,6 +592,7 @@ application/vnd.3gpp.pfcp
|
|
581
592
|
application/vnd.3gpp.pic-bw-large plb
|
582
593
|
application/vnd.3gpp.pic-bw-small psb
|
583
594
|
application/vnd.3gpp.pic-bw-var pvb
|
595
|
+
application/vnd.3gpp.pinapp-info+xml
|
584
596
|
application/vnd.3gpp.s1ap
|
585
597
|
application/vnd.3gpp.seal-group-doc+xml
|
586
598
|
application/vnd.3gpp.seal-info+xml
|
@@ -693,6 +705,7 @@ application/vnd.bpf3
|
|
693
705
|
application/vnd.businessobjects rep
|
694
706
|
application/vnd.byu.uapi+json
|
695
707
|
application/vnd.bzip3
|
708
|
+
application/vnd.c3voc.schedule+xml
|
696
709
|
application/vnd.cab-jscript
|
697
710
|
application/vnd.canon-cpdl
|
698
711
|
application/vnd.canon-lips
|
@@ -905,6 +918,7 @@ application/vnd.fut-misnet
|
|
905
918
|
application/vnd.futoin+cbor
|
906
919
|
application/vnd.futoin+json
|
907
920
|
application/vnd.fuzzysheet fzs
|
921
|
+
application/vnd.ga4gh.passport+jwt
|
908
922
|
application/vnd.genomatix.tuxedo txd
|
909
923
|
application/vnd.genozip
|
910
924
|
application/vnd.gentics.grd+json
|
@@ -1156,6 +1170,7 @@ application/vnd.ms-wpl wpl
|
|
1156
1170
|
application/vnd.ms-xpsdocument xps
|
1157
1171
|
application/vnd.msa-disk-image
|
1158
1172
|
application/vnd.mseq mseq
|
1173
|
+
application/vnd.msgpack
|
1159
1174
|
application/vnd.msign
|
1160
1175
|
application/vnd.multiad.creator
|
1161
1176
|
application/vnd.multiad.creator.cif
|
data/data/mime.docs.column
CHANGED
data/data/mime.encoding.column
CHANGED
@@ -40,6 +40,7 @@ base64
|
|
40
40
|
base64
|
41
41
|
base64
|
42
42
|
base64
|
43
|
+
base64
|
43
44
|
8bit
|
44
45
|
8bit
|
45
46
|
8bit
|
@@ -203,6 +204,11 @@ base64
|
|
203
204
|
base64
|
204
205
|
base64
|
205
206
|
base64
|
207
|
+
base64
|
208
|
+
base64
|
209
|
+
base64
|
210
|
+
base64
|
211
|
+
base64
|
206
212
|
8bit
|
207
213
|
base64
|
208
214
|
base64
|
@@ -466,6 +472,7 @@ base64
|
|
466
472
|
base64
|
467
473
|
base64
|
468
474
|
base64
|
475
|
+
base64
|
469
476
|
8bit
|
470
477
|
8bit
|
471
478
|
base64
|
@@ -608,6 +615,11 @@ base64
|
|
608
615
|
base64
|
609
616
|
base64
|
610
617
|
base64
|
618
|
+
base64
|
619
|
+
base64
|
620
|
+
base64
|
621
|
+
base64
|
622
|
+
base64
|
611
623
|
7bit
|
612
624
|
base64
|
613
625
|
base64
|
@@ -884,6 +896,7 @@ base64
|
|
884
896
|
base64
|
885
897
|
base64
|
886
898
|
base64
|
899
|
+
base64
|
887
900
|
7bit
|
888
901
|
base64
|
889
902
|
base64
|
@@ -916,6 +929,7 @@ base64
|
|
916
929
|
base64
|
917
930
|
base64
|
918
931
|
base64
|
932
|
+
base64
|
919
933
|
8bit
|
920
934
|
base64
|
921
935
|
base64
|
@@ -1415,6 +1429,7 @@ base64
|
|
1415
1429
|
base64
|
1416
1430
|
base64
|
1417
1431
|
base64
|
1432
|
+
base64
|
1418
1433
|
8bit
|
1419
1434
|
base64
|
1420
1435
|
base64
|
data/data/mime.flags.column
CHANGED
@@ -13,6 +13,7 @@
|
|
13
13
|
0 1 0 0
|
14
14
|
0 1 0 0
|
15
15
|
0 1 0 0
|
16
|
+
0 1 0 0
|
16
17
|
0 1 0 1
|
17
18
|
0 1 0 0
|
18
19
|
0 1 0 0
|
@@ -128,6 +129,7 @@
|
|
128
129
|
0 1 0 0
|
129
130
|
0 1 0 0
|
130
131
|
0 1 0 0
|
132
|
+
0 1 0 0
|
131
133
|
0 0 0 0
|
132
134
|
0 1 0 0
|
133
135
|
0 1 0 0
|
@@ -188,6 +190,10 @@
|
|
188
190
|
1 0 0 0
|
189
191
|
0 1 0 0
|
190
192
|
0 1 0 0
|
193
|
+
0 1 0 0
|
194
|
+
0 1 0 0
|
195
|
+
0 1 0 0
|
196
|
+
0 1 0 0
|
191
197
|
0 0 0 0
|
192
198
|
0 0 0 0
|
193
199
|
0 1 0 0
|
@@ -418,6 +424,7 @@
|
|
418
424
|
0 1 0 0
|
419
425
|
0 1 0 0
|
420
426
|
0 1 0 0
|
427
|
+
0 1 0 0
|
421
428
|
0 0 0 0
|
422
429
|
0 0 0 0
|
423
430
|
0 1 0 0
|
@@ -482,6 +489,7 @@
|
|
482
489
|
0 1 0 0
|
483
490
|
0 0 0 0
|
484
491
|
0 1 0 0
|
492
|
+
0 1 0 1
|
485
493
|
0 0 0 0
|
486
494
|
0 1 0 0
|
487
495
|
0 1 0 0
|
@@ -510,6 +518,7 @@
|
|
510
518
|
0 1 0 0
|
511
519
|
0 1 0 0
|
512
520
|
0 1 0 0
|
521
|
+
0 1 0 0
|
513
522
|
1 0 0 0
|
514
523
|
0 1 0 0
|
515
524
|
0 1 0 0
|
@@ -566,6 +575,8 @@
|
|
566
575
|
0 1 0 0
|
567
576
|
0 1 0 0
|
568
577
|
0 1 0 0
|
578
|
+
0 1 0 0
|
579
|
+
0 1 0 0
|
569
580
|
1 1 0 0
|
570
581
|
0 1 0 0
|
571
582
|
0 1 0 0
|
@@ -609,6 +620,7 @@
|
|
609
620
|
0 1 0 0
|
610
621
|
0 1 0 0
|
611
622
|
0 1 0 0
|
623
|
+
0 1 0 0
|
612
624
|
0 0 0 0
|
613
625
|
0 1 0 0
|
614
626
|
0 1 0 0
|
@@ -749,6 +761,7 @@
|
|
749
761
|
0 1 0 0
|
750
762
|
0 1 0 0
|
751
763
|
0 1 0 0
|
764
|
+
0 1 0 0
|
752
765
|
0 0 0 0
|
753
766
|
0 0 0 0
|
754
767
|
0 1 0 0
|
@@ -915,6 +928,7 @@
|
|
915
928
|
0 1 0 0
|
916
929
|
0 1 0 0
|
917
930
|
0 1 0 0
|
931
|
+
0 1 0 0
|
918
932
|
1 1 0 0
|
919
933
|
1 1 0 0
|
920
934
|
0 1 0 0
|
@@ -1192,6 +1206,7 @@
|
|
1192
1206
|
0 1 0 0
|
1193
1207
|
0 1 0 0
|
1194
1208
|
0 1 0 0
|
1209
|
+
0 1 0 0
|
1195
1210
|
1 1 0 0
|
1196
1211
|
0 1 0 0
|
1197
1212
|
1 1 0 0
|
data/data/mime.friendly.column
CHANGED
@@ -33,6 +33,7 @@
|
|
33
33
|
-
|
34
34
|
-
|
35
35
|
-
|
36
|
+
-
|
36
37
|
en^Andrew Toolkit
|
37
38
|
-
|
38
39
|
-
|
@@ -115,6 +116,7 @@ en^CU-SeeMe
|
|
115
116
|
-
|
116
117
|
-
|
117
118
|
-
|
119
|
+
-
|
118
120
|
en^Web Distributed Authoring and Versioning
|
119
121
|
-
|
120
122
|
-
|
@@ -196,6 +198,10 @@ en^Web Open Font Format
|
|
196
198
|
-
|
197
199
|
-
|
198
200
|
-
|
201
|
+
-
|
202
|
+
-
|
203
|
+
-
|
204
|
+
-
|
199
205
|
en^Hyperstudio
|
200
206
|
-
|
201
207
|
-
|
@@ -418,6 +424,7 @@ en^XML Resource Lists
|
|
418
424
|
-
|
419
425
|
-
|
420
426
|
-
|
427
|
+
-
|
421
428
|
en^Really Simple Discovery
|
422
429
|
en^RSS - Really Simple Syndication
|
423
430
|
en^Rich Text Format
|
@@ -499,6 +506,8 @@ en^Speech Synthesis Markup Language
|
|
499
506
|
-
|
500
507
|
-
|
501
508
|
-
|
509
|
+
-
|
510
|
+
-
|
502
511
|
en^Text Encoding and Interchange
|
503
512
|
-
|
504
513
|
en^Sharing Transaction Fraud Data
|
@@ -578,6 +587,8 @@ en^Time Stamped Data Envelope
|
|
578
587
|
-
|
579
588
|
-
|
580
589
|
-
|
590
|
+
-
|
591
|
+
-
|
581
592
|
en^3rd Generation Partnership Project - Pic Large
|
582
593
|
en^3rd Generation Partnership Project - Pic Small
|
583
594
|
en^3rd Generation Partnership Project - Pic Var
|
@@ -600,6 +611,7 @@ en^3rd Generation Partnership Project - Pic Var
|
|
600
611
|
-
|
601
612
|
-
|
602
613
|
-
|
614
|
+
-
|
603
615
|
en^3rd Generation Partnership Project - Transaction Capabilities Application Part
|
604
616
|
-
|
605
617
|
en^3M Post It Notes
|
@@ -699,6 +711,7 @@ en^BusinessObjects
|
|
699
711
|
-
|
700
712
|
-
|
701
713
|
-
|
714
|
+
-
|
702
715
|
en^CambridgeSoft Chem Draw
|
703
716
|
-
|
704
717
|
en^Karaoke on Chipnuts Chipsets
|
@@ -905,6 +918,7 @@ en^Fujitsu - Xerox DocuWorks Binder
|
|
905
918
|
-
|
906
919
|
-
|
907
920
|
en^FuzzySheet
|
921
|
+
-
|
908
922
|
en^Genomatix Tuxedo Framework
|
909
923
|
-
|
910
924
|
-
|
@@ -1160,6 +1174,7 @@ en^3GPP MSEQ File
|
|
1160
1174
|
-
|
1161
1175
|
-
|
1162
1176
|
-
|
1177
|
+
-
|
1163
1178
|
en^MUsical Score Interpreted Code Invented for the ASCII designation of Notation
|
1164
1179
|
en^Muvee Automatic Video Editing
|
1165
1180
|
-
|
data/data/mime.pext.column
CHANGED
@@ -57,6 +57,7 @@ application/x-msaccess
|
|
57
57
|
-
|
58
58
|
-
|
59
59
|
-
|
60
|
+
-
|
60
61
|
application/x-bleeper
|
61
62
|
-
|
62
63
|
-
|
@@ -137,6 +138,7 @@ application/cals-1840
|
|
137
138
|
-
|
138
139
|
-
|
139
140
|
-
|
141
|
+
-
|
140
142
|
text/javascript
|
141
143
|
-
|
142
144
|
-
|
@@ -193,6 +195,10 @@ application/x-ghostview
|
|
193
195
|
-
|
194
196
|
-
|
195
197
|
-
|
198
|
+
-
|
199
|
+
-
|
200
|
+
-
|
201
|
+
-
|
196
202
|
application/x-hep
|
197
203
|
-
|
198
204
|
-
|
@@ -466,6 +472,7 @@ application/remote-printing
|
|
466
472
|
-
|
467
473
|
-
|
468
474
|
-
|
475
|
+
-
|
469
476
|
application/smil+xml
|
470
477
|
-
|
471
478
|
-
|
@@ -510,6 +517,8 @@ application/smil+xml
|
|
510
517
|
-
|
511
518
|
-
|
512
519
|
-
|
520
|
+
-
|
521
|
+
-
|
513
522
|
application/x-toolbook
|
514
523
|
-
|
515
524
|
-
|
@@ -566,6 +575,8 @@ application/x-VMSBACKUP
|
|
566
575
|
-
|
567
576
|
-
|
568
577
|
-
|
578
|
+
-
|
579
|
+
-
|
569
580
|
application/vnd.3gpp.mcvideo-info+xml
|
570
581
|
-
|
571
582
|
-
|
@@ -663,6 +674,7 @@ application/vnd.3gpp.mcvideo-info+xml
|
|
663
674
|
-
|
664
675
|
-
|
665
676
|
-
|
677
|
+
-
|
666
678
|
application/vnd.aristanetworks.swi
|
667
679
|
-
|
668
680
|
-
|
@@ -915,6 +927,8 @@ application/vnd.aristanetworks.swi
|
|
915
927
|
-
|
916
928
|
-
|
917
929
|
-
|
930
|
+
-
|
931
|
+
-
|
918
932
|
application/geo+json
|
919
933
|
-
|
920
934
|
-
|
@@ -1194,6 +1208,7 @@ application/vnd.visionary
|
|
1194
1208
|
-
|
1195
1209
|
-
|
1196
1210
|
-
|
1211
|
+
-
|
1197
1212
|
application/vnd.nokia.ncd
|
1198
1213
|
-
|
1199
1214
|
-
|
data/data/mime.xrefs.column
CHANGED
@@ -9,6 +9,7 @@ person^ASAM^Thomas_Thomsen|template^application/A2L
|
|
9
9
|
-
|
10
10
|
rfc^rfc9200|template^application/ace+cbor
|
11
11
|
rfc^rfc9431|template^application/ace+json
|
12
|
+
draft^RFC-ietf-ace-key-groupcomm-18|template^application/ace-groupcomm+cbor
|
12
13
|
person^Ehud_Shapiro|template^application/activemessage
|
13
14
|
person^Benjamin_Goering^W3C|template^application/activity+json
|
14
15
|
rfc^rfc9237|template^application/aif+cbor
|
@@ -85,7 +86,7 @@ rfc^rfc4708|template^application/cellml+xml
|
|
85
86
|
draft^draft-yasskin-http-origin-signed-responses
|
86
87
|
person^Samuel_M._Smith
|
87
88
|
rfc^rfc6230|template^application/cfw
|
88
|
-
|
89
|
+
rfc^rfc9528|template^application/cid-edhoc+cbor-seq
|
89
90
|
person^Hugo_Ledoux
|
90
91
|
-
|
91
92
|
person^Andy_Miller^IMS_Global|template^application/clr
|
@@ -110,6 +111,7 @@ person^Ivan_Herman^W3C|template^application/csvm+json
|
|
110
111
|
-
|
111
112
|
person^CWL_Project^Michael_R._Crusoe|template^application/cwl
|
112
113
|
person^CWL_Project^Michael_R._Crusoe|template^application/cwl+json
|
114
|
+
person^CWL_Project^Michael_R._Crusoe|template^application/cwl+yaml
|
113
115
|
rfc^rfc8392|template^application/cwt
|
114
116
|
person^Donald_E._Eastlake_3rd|template^application/cybercash
|
115
117
|
person^ISO-IEC_JTC_1^Thomas_Stockhammer|template^application/dash+xml
|
@@ -138,7 +140,7 @@ rfc^rfc5698|template^application/dssc+xml
|
|
138
140
|
rfc^rfc3029|template^application/dvcs
|
139
141
|
-
|
140
142
|
notes^(OBSOLETED in favor of text/javascript)|rfc^rfc4329^rfc9239|template^application/ecmascript
|
141
|
-
|
143
|
+
rfc^rfc9528|template^application/edhoc+cbor-seq
|
142
144
|
rfc^rfc1767|template^application/EDI-consent
|
143
145
|
rfc^rfc1767|template^application/EDI-X12
|
144
146
|
rfc^rfc1767|template^application/EDIFACT
|
@@ -188,6 +190,10 @@ person^OGC^Scott_Simmons|template^application/geoxacml+xml
|
|
188
190
|
-
|
189
191
|
person^Khronos^Saurabh_Bhatia|template^application/gltf-buffer
|
190
192
|
person^Clemens_Portele^OGC|template^application/gml+xml
|
193
|
+
draft^RFC-ietf-gnap-core-protocol-20|template^application/gnap-binding-jws
|
194
|
+
draft^RFC-ietf-gnap-core-protocol-20|template^application/gnap-binding-jwsd
|
195
|
+
draft^RFC-ietf-gnap-core-protocol-20|template^application/gnap-binding-rotation-jws
|
196
|
+
draft^RFC-ietf-gnap-core-protocol-20|template^application/gnap-binding-rotation-jwsd
|
191
197
|
-
|
192
198
|
-
|
193
199
|
rfc^rfc6713|template^application/gzip
|
@@ -225,7 +231,7 @@ rfc^rfc7515|template^application/jose
|
|
225
231
|
rfc^rfc7515|template^application/jose+json
|
226
232
|
rfc^rfc7033|template^application/jrd+json
|
227
233
|
rfc^rfc8984|template^application/jscalendar+json
|
228
|
-
|
234
|
+
rfc^rfc9553|template^application/jscontact+json
|
229
235
|
rfc^rfc8259|template^application/json
|
230
236
|
person^Glen_Kleidon
|
231
237
|
rfc^rfc6902|template^application/json-patch+json
|
@@ -416,7 +422,8 @@ rfc^rfc9323|template^application/rpki-checklist
|
|
416
422
|
rfc^rfc6493|template^application/rpki-ghostbusters
|
417
423
|
rfc^rfc6481|template^application/rpki-manifest
|
418
424
|
rfc^rfc8181|template^application/rpki-publication
|
419
|
-
|
425
|
+
rfc^rfc9582|template^application/rpki-roa
|
426
|
+
draft^RFC-ietf-sidrops-signed-tal-16|template^application/rpki-signed-tal
|
420
427
|
rfc^rfc6492|template^application/rpki-updown
|
421
428
|
-
|
422
429
|
-
|
@@ -447,8 +454,8 @@ rfc^rfc8428|template^application/sensml+cbor
|
|
447
454
|
rfc^rfc8428|template^application/sensml+json
|
448
455
|
rfc^rfc8428|template^application/sensml+xml
|
449
456
|
rfc^rfc8428|template^application/sensml-exi
|
450
|
-
person^
|
451
|
-
person^
|
457
|
+
person^IEEE^Robby_Simpson|template^application/sep+xml
|
458
|
+
person^IEEE^Robby_Simpson|template^application/sep-exi
|
452
459
|
person^Frederic_Firmin^_3GPP|template^application/session-info
|
453
460
|
-
|
454
461
|
person^Brian_Korver|template^application/set-payment
|
@@ -482,8 +489,10 @@ rfc^rfc4267|template^application/srgs+xml
|
|
482
489
|
rfc^rfc6207|template^application/sru+xml
|
483
490
|
-
|
484
491
|
rfc^rfc4267|template^application/ssml+xml
|
492
|
+
person^Thomas_Bause_Mason
|
485
493
|
-
|
486
494
|
person^Chet_Ensign^OASIS|template^application/stix+json
|
495
|
+
note^1|person^Ben_van_Hartingsveldt|template^application/stratum
|
487
496
|
rfc^rfc9393|template^application/swid+cbor
|
488
497
|
person^David_Waltermire^ISO-IEC_JTC_1^Ron_Brill|template^application/swid+xml
|
489
498
|
rfc^rfc5934|template^application/tamp-apex-update
|
@@ -515,8 +524,8 @@ rfc^rfc8840|template^application/trickle-ice-sdpfrag
|
|
515
524
|
person^W3C^W3C_RDF_Working_Group|template^application/trig
|
516
525
|
person^W3C^W3C_Timed_Text_Working_Group|template^application/ttml+xml
|
517
526
|
person^Linda_Welsh|template^application/tve-trigger
|
518
|
-
|
519
|
-
|
527
|
+
draft^RFC-murchison-rfc8536bis-15|template^application/tzif
|
528
|
+
draft^RFC-murchison-rfc8536bis-15|template^application/tzif-leap
|
520
529
|
rfc^rfc5109|template^application/ulpfec
|
521
530
|
person^Gottfried_Zimmermann^ISO-IEC_JTC_1|template^application/urc-grpsheet+xml
|
522
531
|
person^Gottfried_Zimmermann^ISO-IEC_JTC_1|template^application/urc-ressheet+xml
|
@@ -536,6 +545,8 @@ person^Frederic_Firmin|template^application/vnd.3gpp-prose-pc3ch+xml
|
|
536
545
|
person^Haorui_Yang|template^application/vnd.3gpp-prose-pc8+xml
|
537
546
|
person^Frederic_Firmin|template^application/vnd.3gpp-v2x-local-service-information
|
538
547
|
person^Jones_Lu_Yunjie^_3GPP|template^application/vnd.3gpp.5gnas
|
548
|
+
person^Dongwook_Kim^_3GPP_CT1|template^application/vnd.3gpp.5gsa2x
|
549
|
+
person^Dongwook_Kim^_3GPP_CT1|template^application/vnd.3gpp.5gsa2x-local-service-information
|
539
550
|
person^Frederic_Firmin|template^application/vnd.3gpp.access-transfer-events+xml
|
540
551
|
person^John_M_Meredith|template^application/vnd.3gpp.bsf+xml
|
541
552
|
person^Xu_Chen|template^application/vnd.3gpp.crs+xml
|
@@ -581,6 +592,7 @@ person^Bruno_Landais^_3GPP|template^application/vnd.3gpp.pfcp
|
|
581
592
|
person^John_M_Meredith|template^application/vnd.3gpp.pic-bw-large
|
582
593
|
person^John_M_Meredith|template^application/vnd.3gpp.pic-bw-small
|
583
594
|
person^John_M_Meredith|template^application/vnd.3gpp.pic-bw-var
|
595
|
+
person^Dongwook_Kim^_3GPP_CT1|template^application/vnd.3gpp.pinapp-info+xml
|
584
596
|
person^Yang_Yong^_3GPP|template^application/vnd.3gpp.s1ap
|
585
597
|
person^Sapan_Shah|template^application/vnd.3gpp.seal-group-doc+xml
|
586
598
|
person^Christian_Herrero-Veron^_3GPP|template^application/vnd.3gpp.seal-info+xml
|
@@ -693,6 +705,7 @@ person^Bryan_Blank^NCGIS|template^application/vnd.bpf3
|
|
693
705
|
person^Philippe_Imoucha|template^application/vnd.businessobjects
|
694
706
|
person^Brent_Moore|template^application/vnd.byu.uapi+json
|
695
707
|
person^Kamila_Szewczyk|template^application/vnd.bzip3
|
708
|
+
person^Andreas_Hubel|template^application/vnd.c3voc.schedule+xml
|
696
709
|
person^Joerg_Falkenberg|template^application/vnd.cab-jscript
|
697
710
|
person^Shin_Muto|template^application/vnd.canon-cpdl
|
698
711
|
person^Shin_Muto|template^application/vnd.canon-lips
|
@@ -905,6 +918,7 @@ person^Jann_Pruulman|template^application/vnd.fut-misnet
|
|
905
918
|
person^Andrey_Galkin|template^application/vnd.futoin+cbor
|
906
919
|
person^Andrey_Galkin|template^application/vnd.futoin+json
|
907
920
|
person^Simon_Birtwistle|template^application/vnd.fuzzysheet
|
921
|
+
person^GA4GH_Secretariat|template^application/vnd.ga4gh.passport+jwt
|
908
922
|
person^Torben_Frey|template^application/vnd.genomatix.tuxedo
|
909
923
|
person^Divon_Lan|template^application/vnd.genozip
|
910
924
|
person^Philipp_Gortan|template^application/vnd.gentics.grd+json
|
@@ -1156,6 +1170,7 @@ person^Dan_Plastina|template^application/vnd.ms-wpl
|
|
1156
1170
|
person^Jesse_McGatha|template^application/vnd.ms-xpsdocument
|
1157
1171
|
person^Thomas_Huth|template^application/vnd.msa-disk-image
|
1158
1172
|
person^Gwenael_Le_Bodic|template^application/vnd.mseq
|
1173
|
+
person^Alexander_Ivanov|template^application/vnd.msgpack
|
1159
1174
|
person^Malte_Borcherding|template^application/vnd.msign
|
1160
1175
|
person^Steve_Mills|template^application/vnd.multiad.creator
|
1161
1176
|
person^Steve_Mills|template^application/vnd.multiad.creator.cif
|
@@ -1951,7 +1966,7 @@ rfc^rfc8130|template^audio/MELP2400
|
|
1951
1966
|
rfc^rfc8130|template^audio/MELP600
|
1952
1967
|
person^ISO-IEC_JTC_1^Ingo_Hofmann^Nils_Peters|template^audio/mhas
|
1953
1968
|
-
|
1954
|
-
person^Benjamin_Israel
|
1969
|
+
person^Benjamin_Israel^MIDI_Association|template^audio/midi-clip
|
1955
1970
|
rfc^rfc4723|template^audio/mobile-xmf
|
1956
1971
|
rfc^rfc4337^rfc6381|template^audio/mp4
|
1957
1972
|
rfc^rfc6416|template^audio/MP4A-LATM
|
@@ -2099,7 +2114,7 @@ rfc^rfc2045^rfc2046
|
|
2099
2114
|
person^ISO-IEC_JTC_1^ITU-T|template^image/jph
|
2100
2115
|
person^ISO-IEC_JTC_1^ITU-T|template^image/jphc
|
2101
2116
|
rfc^rfc3745|template^image/jpm
|
2102
|
-
rfc^rfc3745|template^image/jpx
|
2117
|
+
person^ISO-IEC_JTC_1_SC_29_WG_1|rfc^rfc3745|template^image/jpx
|
2103
2118
|
person^ISO-IEC_JTC_1^ISO-IEC_JTC_1_SC_29_WG_1|template^image/jxl
|
2104
2119
|
person^ISO-IEC_JTC_1^ITU-T|template^image/jxr
|
2105
2120
|
person^ISO-IEC_JTC_1^ITU-T|template^image/jxrA
|
@@ -2156,7 +2171,7 @@ person^Henrik_Andersson|template^image/vnd.valve.source.texture
|
|
2156
2171
|
person^Peter_Stark|template^image/vnd.wap.wbmp
|
2157
2172
|
person^Steven_Martin|template^image/vnd.xiff
|
2158
2173
|
person^Chris_Charabaruk|template^image/vnd.zbrush.pcx
|
2159
|
-
draft^RFC-zern-webp-
|
2174
|
+
draft^RFC-zern-webp-15|template^image/webp
|
2160
2175
|
rfc^rfc7903|template^image/wmf
|
2161
2176
|
-
|
2162
2177
|
-
|
data/lib/mime/types/data.rb
CHANGED