mime-types-data 3.2023.0218.1 → 3.2023.0808
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 +4 -0
- data/Rakefile +32 -17
- data/data/content_type_mime.db +1 -0
- data/data/ext_mime.db +2 -0
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +46 -2
- data/data/mime.docs.column +44 -0
- data/data/mime.encoding.column +44 -0
- data/data/mime.flags.column +45 -1
- data/data/mime.friendly.column +44 -0
- data/data/mime.pext.column +44 -0
- data/data/mime.use_instead.column +45 -1
- data/data/mime.xrefs.column +82 -38
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +309 -20
- data/types/audio.yaml +3 -3
- data/types/image.yaml +28 -17
- data/types/message.yaml +27 -0
- data/types/model.yaml +9 -0
- data/types/text.yaml +49 -0
- data/types/video.yaml +1 -1
- metadata +38 -37
data/types/application.yaml
CHANGED
@@ -8,6 +8,14 @@
|
|
8
8
|
template:
|
9
9
|
- application/1d-interleaved-parityfec
|
10
10
|
registered: true
|
11
|
+
- !ruby/object:MIME::Type
|
12
|
+
content-type: application/1ob
|
13
|
+
encoding: base64
|
14
|
+
xrefs:
|
15
|
+
person:
|
16
|
+
- Rob_Coyle
|
17
|
+
registered: true
|
18
|
+
provisional: true
|
11
19
|
- !ruby/object:MIME::Type
|
12
20
|
content-type: application/3gpdash-qoe-report+xml
|
13
21
|
encoding: base64
|
@@ -86,8 +94,8 @@
|
|
86
94
|
content-type: application/ace+json
|
87
95
|
encoding: base64
|
88
96
|
xrefs:
|
89
|
-
|
90
|
-
-
|
97
|
+
rfc:
|
98
|
+
- rfc9431
|
91
99
|
template:
|
92
100
|
- application/ace+json
|
93
101
|
registered: true
|
@@ -1013,7 +1021,7 @@
|
|
1013
1021
|
encoding: base64
|
1014
1022
|
xrefs:
|
1015
1023
|
person:
|
1016
|
-
- ISO-
|
1024
|
+
- ISO-IEC_JTC_1
|
1017
1025
|
- Thomas_Stockhammer
|
1018
1026
|
template:
|
1019
1027
|
- application/dash+xml
|
@@ -1023,7 +1031,7 @@
|
|
1023
1031
|
encoding: base64
|
1024
1032
|
xrefs:
|
1025
1033
|
person:
|
1026
|
-
- ISO-
|
1034
|
+
- ISO-IEC_JTC_1
|
1027
1035
|
template:
|
1028
1036
|
- application/dash-patch+xml
|
1029
1037
|
registered: true
|
@@ -1179,6 +1187,15 @@
|
|
1179
1187
|
template:
|
1180
1188
|
- application/dots+cbor
|
1181
1189
|
registered: true
|
1190
|
+
- !ruby/object:MIME::Type
|
1191
|
+
content-type: application/dpop+jwt
|
1192
|
+
encoding: base64
|
1193
|
+
xrefs:
|
1194
|
+
draft:
|
1195
|
+
- RFC-ietf-oauth-dpop-16
|
1196
|
+
template:
|
1197
|
+
- application/dpop+jwt
|
1198
|
+
registered: true
|
1182
1199
|
- !ruby/object:MIME::Type
|
1183
1200
|
content-type: application/drafting
|
1184
1201
|
encoding: base64
|
@@ -1409,7 +1426,7 @@
|
|
1409
1426
|
- emma
|
1410
1427
|
xrefs:
|
1411
1428
|
person:
|
1412
|
-
- ISO-
|
1429
|
+
- ISO-IEC_JTC_1
|
1413
1430
|
- W3C
|
1414
1431
|
uri:
|
1415
1432
|
- http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration
|
@@ -1524,7 +1541,7 @@
|
|
1524
1541
|
encoding: base64
|
1525
1542
|
xrefs:
|
1526
1543
|
person:
|
1527
|
-
- ISO-
|
1544
|
+
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
|
1528
1545
|
- ITU-T_ASN.1_Rapporteur
|
1529
1546
|
template:
|
1530
1547
|
- application/fastinfoset
|
@@ -1534,7 +1551,7 @@
|
|
1534
1551
|
encoding: base64
|
1535
1552
|
xrefs:
|
1536
1553
|
person:
|
1537
|
-
- ISO-
|
1554
|
+
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
|
1538
1555
|
- ITU-T_ASN.1_Rapporteur
|
1539
1556
|
template:
|
1540
1557
|
- application/fastsoap
|
@@ -1606,7 +1623,7 @@
|
|
1606
1623
|
use-instead: font/sfnt
|
1607
1624
|
xrefs:
|
1608
1625
|
person:
|
1609
|
-
- ISO-
|
1626
|
+
- ISO-IEC_JTC_1
|
1610
1627
|
- Levantovsky
|
1611
1628
|
rfc:
|
1612
1629
|
- rfc8081
|
@@ -1996,7 +2013,13 @@
|
|
1996
2013
|
encoding: base64
|
1997
2014
|
extensions:
|
1998
2015
|
- jar
|
1999
|
-
|
2016
|
+
xrefs:
|
2017
|
+
person:
|
2018
|
+
- Iris_Clark
|
2019
|
+
- JCP
|
2020
|
+
template:
|
2021
|
+
- application/java-archive
|
2022
|
+
registered: true
|
2000
2023
|
- !ruby/object:MIME::Type
|
2001
2024
|
content-type: application/java-serialized-object
|
2002
2025
|
friendly:
|
@@ -3103,6 +3126,15 @@
|
|
3103
3126
|
template:
|
3104
3127
|
- application/ogg
|
3105
3128
|
registered: true
|
3129
|
+
- !ruby/object:MIME::Type
|
3130
|
+
content-type: application/ohttp-keys
|
3131
|
+
encoding: base64
|
3132
|
+
xrefs:
|
3133
|
+
draft:
|
3134
|
+
- RFC-ietf-ohai-ohttp-08
|
3135
|
+
template:
|
3136
|
+
- application/ohttp-keys
|
3137
|
+
registered: true
|
3106
3138
|
- !ruby/object:MIME::Type
|
3107
3139
|
content-type: application/omdoc+xml
|
3108
3140
|
encoding: base64
|
@@ -3519,7 +3551,7 @@
|
|
3519
3551
|
encoding: base64
|
3520
3552
|
xrefs:
|
3521
3553
|
rfc:
|
3522
|
-
-
|
3554
|
+
- rfc9457
|
3523
3555
|
template:
|
3524
3556
|
- application/problem+json
|
3525
3557
|
registered: true
|
@@ -3528,7 +3560,7 @@
|
|
3528
3560
|
encoding: base64
|
3529
3561
|
xrefs:
|
3530
3562
|
rfc:
|
3531
|
-
-
|
3563
|
+
- rfc9457
|
3532
3564
|
template:
|
3533
3565
|
- application/problem+xml
|
3534
3566
|
registered: true
|
@@ -3583,6 +3615,33 @@
|
|
3583
3615
|
template:
|
3584
3616
|
- application/prs.hpub+zip
|
3585
3617
|
registered: true
|
3618
|
+
- !ruby/object:MIME::Type
|
3619
|
+
content-type: application/prs.implied-document+xml
|
3620
|
+
encoding: base64
|
3621
|
+
xrefs:
|
3622
|
+
person:
|
3623
|
+
- Marek_Čermák
|
3624
|
+
template:
|
3625
|
+
- application/prs.implied-document+xml
|
3626
|
+
registered: true
|
3627
|
+
- !ruby/object:MIME::Type
|
3628
|
+
content-type: application/prs.implied-executable
|
3629
|
+
encoding: base64
|
3630
|
+
xrefs:
|
3631
|
+
person:
|
3632
|
+
- Marek_Čermák
|
3633
|
+
template:
|
3634
|
+
- application/prs.implied-executable
|
3635
|
+
registered: true
|
3636
|
+
- !ruby/object:MIME::Type
|
3637
|
+
content-type: application/prs.implied-structure
|
3638
|
+
encoding: base64
|
3639
|
+
xrefs:
|
3640
|
+
person:
|
3641
|
+
- Marek_Čermák
|
3642
|
+
template:
|
3643
|
+
- application/prs.implied-structure
|
3644
|
+
registered: true
|
3586
3645
|
- !ruby/object:MIME::Type
|
3587
3646
|
content-type: application/prs.nprend
|
3588
3647
|
encoding: base64
|
@@ -3613,6 +3672,15 @@
|
|
3613
3672
|
template:
|
3614
3673
|
- application/prs.rdf-xml-crypt
|
3615
3674
|
registered: true
|
3675
|
+
- !ruby/object:MIME::Type
|
3676
|
+
content-type: application/prs.vcfbzip2
|
3677
|
+
encoding: base64
|
3678
|
+
xrefs:
|
3679
|
+
person:
|
3680
|
+
- Paolo_Marcheschi
|
3681
|
+
template:
|
3682
|
+
- application/prs.vcfbzip2
|
3683
|
+
registered: true
|
3616
3684
|
- !ruby/object:MIME::Type
|
3617
3685
|
content-type: application/prs.xsf+xml
|
3618
3686
|
encoding: base64
|
@@ -3714,7 +3782,7 @@
|
|
3714
3782
|
- rnc
|
3715
3783
|
xrefs:
|
3716
3784
|
uri:
|
3717
|
-
- http://www.
|
3785
|
+
- http://www.JTC_1sc34.org/repository/0661.pdf
|
3718
3786
|
template:
|
3719
3787
|
- application/relax-ng-compact-syntax
|
3720
3788
|
registered: true
|
@@ -4437,7 +4505,7 @@
|
|
4437
4505
|
encoding: base64
|
4438
4506
|
xrefs:
|
4439
4507
|
person:
|
4440
|
-
- ISO-
|
4508
|
+
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
|
4441
4509
|
- ITU-T_ASN.1_Rapporteur
|
4442
4510
|
template:
|
4443
4511
|
- application/soap+fastinfoset
|
@@ -4589,8 +4657,8 @@
|
|
4589
4657
|
content-type: application/swid+cbor
|
4590
4658
|
encoding: base64
|
4591
4659
|
xrefs:
|
4592
|
-
|
4593
|
-
-
|
4660
|
+
rfc:
|
4661
|
+
- rfc9393
|
4594
4662
|
template:
|
4595
4663
|
- application/swid+cbor
|
4596
4664
|
registered: true
|
@@ -4600,7 +4668,7 @@
|
|
4600
4668
|
xrefs:
|
4601
4669
|
person:
|
4602
4670
|
- David_Waltermire
|
4603
|
-
- ISO-
|
4671
|
+
- ISO-IEC_JTC_1
|
4604
4672
|
- Ron_Brill
|
4605
4673
|
template:
|
4606
4674
|
- application/swid+xml
|
@@ -4917,7 +4985,7 @@
|
|
4917
4985
|
xrefs:
|
4918
4986
|
person:
|
4919
4987
|
- Gottfried_Zimmermann
|
4920
|
-
- ISO-
|
4988
|
+
- ISO-IEC_JTC_1
|
4921
4989
|
template:
|
4922
4990
|
- application/urc-grpsheet+xml
|
4923
4991
|
registered: true
|
@@ -4927,7 +4995,7 @@
|
|
4927
4995
|
xrefs:
|
4928
4996
|
person:
|
4929
4997
|
- Gottfried_Zimmermann
|
4930
|
-
- ISO-
|
4998
|
+
- ISO-IEC_JTC_1
|
4931
4999
|
template:
|
4932
5000
|
- application/urc-ressheet+xml
|
4933
5001
|
registered: true
|
@@ -4937,7 +5005,7 @@
|
|
4937
5005
|
xrefs:
|
4938
5006
|
person:
|
4939
5007
|
- Gottfried_Zimmermann
|
4940
|
-
- ISO-
|
5008
|
+
- ISO-IEC_JTC_1
|
4941
5009
|
template:
|
4942
5010
|
- application/urc-targetdesc+xml
|
4943
5011
|
registered: true
|
@@ -4998,6 +5066,15 @@
|
|
4998
5066
|
template:
|
4999
5067
|
- application/vnd.1000minds.decision-model+xml
|
5000
5068
|
registered: true
|
5069
|
+
- !ruby/object:MIME::Type
|
5070
|
+
content-type: application/vnd.1ob
|
5071
|
+
encoding: base64
|
5072
|
+
xrefs:
|
5073
|
+
person:
|
5074
|
+
- Rob_Coyle
|
5075
|
+
template:
|
5076
|
+
- application/vnd.1ob
|
5077
|
+
registered: true
|
5001
5078
|
- !ruby/object:MIME::Type
|
5002
5079
|
content-type: application/vnd.3gpp-prose+xml
|
5003
5080
|
encoding: base64
|
@@ -5080,6 +5157,24 @@
|
|
5080
5157
|
template:
|
5081
5158
|
- application/vnd.3gpp.bsf+xml
|
5082
5159
|
registered: true
|
5160
|
+
- !ruby/object:MIME::Type
|
5161
|
+
content-type: application/vnd.3gpp.crs+xml
|
5162
|
+
encoding: base64
|
5163
|
+
xrefs:
|
5164
|
+
person:
|
5165
|
+
- Xu_Chen
|
5166
|
+
template:
|
5167
|
+
- application/vnd.3gpp.crs+xml
|
5168
|
+
registered: true
|
5169
|
+
- !ruby/object:MIME::Type
|
5170
|
+
content-type: application/vnd.3gpp.current-location-discovery+xml
|
5171
|
+
encoding: base64
|
5172
|
+
xrefs:
|
5173
|
+
person:
|
5174
|
+
- Peter_Leis
|
5175
|
+
template:
|
5176
|
+
- application/vnd.3gpp.current-location-discovery+xml
|
5177
|
+
registered: true
|
5083
5178
|
- !ruby/object:MIME::Type
|
5084
5179
|
content-type: application/vnd.3gpp.GMOP+xml
|
5085
5180
|
encoding: base64
|
@@ -5253,6 +5348,15 @@
|
|
5253
5348
|
template:
|
5254
5349
|
- application/vnd.3gpp.mcptt-mbms-usage-info+xml
|
5255
5350
|
registered: true
|
5351
|
+
- !ruby/object:MIME::Type
|
5352
|
+
content-type: application/vnd.3gpp.mcptt-regroup+xml
|
5353
|
+
encoding: base64
|
5354
|
+
xrefs:
|
5355
|
+
person:
|
5356
|
+
- Kiran_Kapale
|
5357
|
+
template:
|
5358
|
+
- application/vnd.3gpp.mcptt-regroup+xml
|
5359
|
+
registered: true
|
5256
5360
|
- !ruby/object:MIME::Type
|
5257
5361
|
content-type: application/vnd.3gpp.mcptt-service-config+xml
|
5258
5362
|
encoding: base64
|
@@ -5347,6 +5451,15 @@
|
|
5347
5451
|
template:
|
5348
5452
|
- application/vnd.3gpp.mcvideo-mbms-usage-info+xml
|
5349
5453
|
registered: true
|
5454
|
+
- !ruby/object:MIME::Type
|
5455
|
+
content-type: application/vnd.3gpp.mcvideo-regroup+xml
|
5456
|
+
encoding: base64
|
5457
|
+
xrefs:
|
5458
|
+
person:
|
5459
|
+
- Kiran_Kapale
|
5460
|
+
template:
|
5461
|
+
- application/vnd.3gpp.mcvideo-regroup+xml
|
5462
|
+
registered: true
|
5350
5463
|
- !ruby/object:MIME::Type
|
5351
5464
|
content-type: application/vnd.3gpp.mcvideo-service-config+xml
|
5352
5465
|
encoding: base64
|
@@ -5461,6 +5574,15 @@
|
|
5461
5574
|
template:
|
5462
5575
|
- application/vnd.3gpp.s1ap
|
5463
5576
|
registered: true
|
5577
|
+
- !ruby/object:MIME::Type
|
5578
|
+
content-type: application/vnd.3gpp.seal-group-doc+xml
|
5579
|
+
encoding: base64
|
5580
|
+
xrefs:
|
5581
|
+
person:
|
5582
|
+
- Sapan_Shah
|
5583
|
+
template:
|
5584
|
+
- application/vnd.3gpp.seal-group-doc+xml
|
5585
|
+
registered: true
|
5464
5586
|
- !ruby/object:MIME::Type
|
5465
5587
|
content-type: application/vnd.3gpp.seal-info+xml
|
5466
5588
|
encoding: base64
|
@@ -5481,6 +5603,54 @@
|
|
5481
5603
|
template:
|
5482
5604
|
- application/vnd.3gpp.seal-location-info+xml
|
5483
5605
|
registered: true
|
5606
|
+
- !ruby/object:MIME::Type
|
5607
|
+
content-type: application/vnd.3gpp.seal-mbms-usage-info+xml
|
5608
|
+
encoding: base64
|
5609
|
+
xrefs:
|
5610
|
+
person:
|
5611
|
+
- Christian_Herrero-Veron
|
5612
|
+
- _3GPP
|
5613
|
+
template:
|
5614
|
+
- application/vnd.3gpp.seal-mbms-usage-info+xml
|
5615
|
+
registered: true
|
5616
|
+
- !ruby/object:MIME::Type
|
5617
|
+
content-type: application/vnd.3gpp.seal-network-QoS-management-info+xml
|
5618
|
+
encoding: base64
|
5619
|
+
xrefs:
|
5620
|
+
person:
|
5621
|
+
- Christian_Herrero-Veron
|
5622
|
+
- _3GPP
|
5623
|
+
template:
|
5624
|
+
- application/vnd.3gpp.seal-network-QoS-management-info+xml
|
5625
|
+
registered: true
|
5626
|
+
- !ruby/object:MIME::Type
|
5627
|
+
content-type: application/vnd.3gpp.seal-ue-config-info+xml
|
5628
|
+
encoding: base64
|
5629
|
+
xrefs:
|
5630
|
+
person:
|
5631
|
+
- Sapan_Shah
|
5632
|
+
template:
|
5633
|
+
- application/vnd.3gpp.seal-ue-config-info+xml
|
5634
|
+
registered: true
|
5635
|
+
- !ruby/object:MIME::Type
|
5636
|
+
content-type: application/vnd.3gpp.seal-unicast-info+xml
|
5637
|
+
encoding: base64
|
5638
|
+
xrefs:
|
5639
|
+
person:
|
5640
|
+
- Christian_Herrero-Veron
|
5641
|
+
- _3GPP
|
5642
|
+
template:
|
5643
|
+
- application/vnd.3gpp.seal-unicast-info+xml
|
5644
|
+
registered: true
|
5645
|
+
- !ruby/object:MIME::Type
|
5646
|
+
content-type: application/vnd.3gpp.seal-user-profile-info+xml
|
5647
|
+
encoding: base64
|
5648
|
+
xrefs:
|
5649
|
+
person:
|
5650
|
+
- Sapan_Shah
|
5651
|
+
template:
|
5652
|
+
- application/vnd.3gpp.seal-user-profile-info+xml
|
5653
|
+
registered: true
|
5484
5654
|
- !ruby/object:MIME::Type
|
5485
5655
|
content-type: application/vnd.3gpp.sms
|
5486
5656
|
encoding: base64
|
@@ -5537,6 +5707,15 @@
|
|
5537
5707
|
template:
|
5538
5708
|
- application/vnd.3gpp.ussd+xml
|
5539
5709
|
registered: true
|
5710
|
+
- !ruby/object:MIME::Type
|
5711
|
+
content-type: application/vnd.3gpp.v2x
|
5712
|
+
encoding: base64
|
5713
|
+
xrefs:
|
5714
|
+
person:
|
5715
|
+
- Sang_Min_Park
|
5716
|
+
template:
|
5717
|
+
- application/vnd.3gpp.v2x
|
5718
|
+
registered: true
|
5540
5719
|
- !ruby/object:MIME::Type
|
5541
5720
|
content-type: application/vnd.3gpp.vae-info+xml
|
5542
5721
|
encoding: base64
|
@@ -5627,6 +5806,24 @@
|
|
5627
5806
|
template:
|
5628
5807
|
- application/vnd.accpac.simply.imp
|
5629
5808
|
registered: true
|
5809
|
+
- !ruby/object:MIME::Type
|
5810
|
+
content-type: application/vnd.acm.addressxfer+json
|
5811
|
+
encoding: base64
|
5812
|
+
xrefs:
|
5813
|
+
person:
|
5814
|
+
- Sridhar_Ramakrishnan
|
5815
|
+
template:
|
5816
|
+
- application/vnd.acm.addressxfer+json
|
5817
|
+
registered: true
|
5818
|
+
- !ruby/object:MIME::Type
|
5819
|
+
content-type: application/vnd.acm.chatbot+json
|
5820
|
+
encoding: base64
|
5821
|
+
xrefs:
|
5822
|
+
person:
|
5823
|
+
- Sridhar_Ramakrishnan
|
5824
|
+
template:
|
5825
|
+
- application/vnd.acm.chatbot+json
|
5826
|
+
registered: true
|
5630
5827
|
- !ruby/object:MIME::Type
|
5631
5828
|
content-type: application/vnd.acucobol
|
5632
5829
|
friendly:
|
@@ -6682,6 +6879,15 @@
|
|
6682
6879
|
template:
|
6683
6880
|
- application/vnd.cncf.helm.chart.provenance.v1.prov
|
6684
6881
|
registered: true
|
6882
|
+
- !ruby/object:MIME::Type
|
6883
|
+
content-type: application/vnd.cncf.helm.config.v1+json
|
6884
|
+
encoding: base64
|
6885
|
+
xrefs:
|
6886
|
+
person:
|
6887
|
+
- Andrew_Block
|
6888
|
+
template:
|
6889
|
+
- application/vnd.cncf.helm.config.v1+json
|
6890
|
+
registered: true
|
6685
6891
|
- !ruby/object:MIME::Type
|
6686
6892
|
content-type: application/vnd.coffeescript
|
6687
6893
|
encoding: base64
|
@@ -8342,6 +8548,15 @@
|
|
8342
8548
|
template:
|
8343
8549
|
- application/vnd.framemaker
|
8344
8550
|
registered: true
|
8551
|
+
- !ruby/object:MIME::Type
|
8552
|
+
content-type: application/vnd.freelog.comic
|
8553
|
+
encoding: base64
|
8554
|
+
xrefs:
|
8555
|
+
person:
|
8556
|
+
- Liu_Qiancen
|
8557
|
+
template:
|
8558
|
+
- application/vnd.freelog.comic
|
8559
|
+
registered: true
|
8345
8560
|
- !ruby/object:MIME::Type
|
8346
8561
|
content-type: application/vnd.frogans.fnc
|
8347
8562
|
friendly:
|
@@ -8743,6 +8958,8 @@
|
|
8743
8958
|
- !ruby/object:MIME::Type
|
8744
8959
|
content-type: application/vnd.geogebra.slides
|
8745
8960
|
encoding: base64
|
8961
|
+
extensions:
|
8962
|
+
- ggs
|
8746
8963
|
xrefs:
|
8747
8964
|
person:
|
8748
8965
|
- GeoGebra
|
@@ -9702,6 +9919,15 @@
|
|
9702
9919
|
template:
|
9703
9920
|
- application/vnd.intu.qfx
|
9704
9921
|
registered: true
|
9922
|
+
- !ruby/object:MIME::Type
|
9923
|
+
content-type: application/vnd.ipfs.ipns-record
|
9924
|
+
encoding: base64
|
9925
|
+
xrefs:
|
9926
|
+
person:
|
9927
|
+
- Marcin_Rataj
|
9928
|
+
template:
|
9929
|
+
- application/vnd.ipfs.ipns-record
|
9930
|
+
registered: true
|
9705
9931
|
- !ruby/object:MIME::Type
|
9706
9932
|
content-type: application/vnd.ipld.car
|
9707
9933
|
encoding: base64
|
@@ -10479,6 +10705,24 @@
|
|
10479
10705
|
template:
|
10480
10706
|
- application/vnd.mcd
|
10481
10707
|
registered: true
|
10708
|
+
- !ruby/object:MIME::Type
|
10709
|
+
content-type: application/vnd.mdl
|
10710
|
+
encoding: base64
|
10711
|
+
xrefs:
|
10712
|
+
person:
|
10713
|
+
- Lutz_Kettner
|
10714
|
+
template:
|
10715
|
+
- application/vnd.mdl
|
10716
|
+
registered: true
|
10717
|
+
- !ruby/object:MIME::Type
|
10718
|
+
content-type: application/vnd.mdl-mbsdf
|
10719
|
+
encoding: base64
|
10720
|
+
xrefs:
|
10721
|
+
person:
|
10722
|
+
- Lutz_Kettner
|
10723
|
+
template:
|
10724
|
+
- application/vnd.mdl-mbsdf
|
10725
|
+
registered: true
|
10482
10726
|
- !ruby/object:MIME::Type
|
10483
10727
|
content-type: application/vnd.medcalcdata
|
10484
10728
|
friendly:
|
@@ -10733,6 +10977,15 @@
|
|
10733
10977
|
template:
|
10734
10978
|
- application/vnd.Mobius.TXF
|
10735
10979
|
registered: true
|
10980
|
+
- !ruby/object:MIME::Type
|
10981
|
+
content-type: application/vnd.modl
|
10982
|
+
encoding: base64
|
10983
|
+
xrefs:
|
10984
|
+
person:
|
10985
|
+
- Elliott_Brown
|
10986
|
+
template:
|
10987
|
+
- application/vnd.modl
|
10988
|
+
registered: true
|
10736
10989
|
- !ruby/object:MIME::Type
|
10737
10990
|
content-type: application/vnd.mophun.application
|
10738
10991
|
friendly:
|
@@ -12062,6 +12315,16 @@
|
|
12062
12315
|
template:
|
12063
12316
|
- application/vnd.oasis.opendocument.text-master
|
12064
12317
|
registered: true
|
12318
|
+
- !ruby/object:MIME::Type
|
12319
|
+
content-type: application/vnd.oasis.opendocument.text-master-template
|
12320
|
+
encoding: base64
|
12321
|
+
xrefs:
|
12322
|
+
person:
|
12323
|
+
- OASIS
|
12324
|
+
- OASIS_TC_Admin
|
12325
|
+
template:
|
12326
|
+
- application/vnd.oasis.opendocument.text-master-template
|
12327
|
+
registered: true
|
12065
12328
|
- !ruby/object:MIME::Type
|
12066
12329
|
content-type: application/vnd.oasis.opendocument.text-template
|
12067
12330
|
friendly:
|
@@ -13825,6 +14088,15 @@
|
|
13825
14088
|
template:
|
13826
14089
|
- application/vnd.psfs
|
13827
14090
|
registered: true
|
14091
|
+
- !ruby/object:MIME::Type
|
14092
|
+
content-type: application/vnd.pt.mundusmundi
|
14093
|
+
encoding: base64
|
14094
|
+
xrefs:
|
14095
|
+
person:
|
14096
|
+
- Igor_Lima_Bolacha_Severino
|
14097
|
+
template:
|
14098
|
+
- application/vnd.pt.mundusmundi
|
14099
|
+
registered: true
|
13828
14100
|
- !ruby/object:MIME::Type
|
13829
14101
|
content-type: application/vnd.publishare-delta-tree
|
13830
14102
|
friendly:
|
@@ -16600,6 +16872,12 @@
|
|
16600
16872
|
content-type: application/x-dxf
|
16601
16873
|
encoding: base64
|
16602
16874
|
registered: false
|
16875
|
+
- !ruby/object:MIME::Type
|
16876
|
+
content-type: application/x-ecmascript
|
16877
|
+
encoding: 8bit
|
16878
|
+
obsolete: true
|
16879
|
+
use-instead: text/javascript
|
16880
|
+
registered: false
|
16603
16881
|
- !ruby/object:MIME::Type
|
16604
16882
|
content-type: application/x-envoy
|
16605
16883
|
encoding: base64
|
@@ -16879,7 +17157,7 @@
|
|
16879
17157
|
- js
|
16880
17158
|
- mjs
|
16881
17159
|
obsolete: true
|
16882
|
-
use-instead:
|
17160
|
+
use-instead: text/javascript
|
16883
17161
|
registered: false
|
16884
17162
|
- !ruby/object:MIME::Type
|
16885
17163
|
content-type: application/x-koan
|
@@ -17931,6 +18209,17 @@
|
|
17931
18209
|
template:
|
17932
18210
|
- application/xv+xml
|
17933
18211
|
registered: true
|
18212
|
+
- !ruby/object:MIME::Type
|
18213
|
+
content-type: application/yaml
|
18214
|
+
encoding: base64
|
18215
|
+
xrefs:
|
18216
|
+
uri:
|
18217
|
+
- https://yaml.org/spec/1.2.2/
|
18218
|
+
draft:
|
18219
|
+
- RFC-ietf-httpapi-yaml-mediatypes-08
|
18220
|
+
template:
|
18221
|
+
- application/yaml
|
18222
|
+
registered: true
|
17934
18223
|
- !ruby/object:MIME::Type
|
17935
18224
|
content-type: application/yang
|
17936
18225
|
friendly:
|
data/types/audio.yaml
CHANGED
@@ -43,7 +43,7 @@
|
|
43
43
|
encoding: base64
|
44
44
|
xrefs:
|
45
45
|
person:
|
46
|
-
- ISO-
|
46
|
+
- ISO-IEC_JTC_1
|
47
47
|
- Max_Neuendorf
|
48
48
|
template:
|
49
49
|
- audio/aac
|
@@ -700,7 +700,7 @@
|
|
700
700
|
encoding: base64
|
701
701
|
xrefs:
|
702
702
|
person:
|
703
|
-
- ISO-
|
703
|
+
- ISO-IEC_JTC_1
|
704
704
|
- Ingo_Hofmann
|
705
705
|
- Nils_Peters
|
706
706
|
template:
|
@@ -1116,7 +1116,7 @@
|
|
1116
1116
|
encoding: base64
|
1117
1117
|
xrefs:
|
1118
1118
|
person:
|
1119
|
-
- ISO-
|
1119
|
+
- ISO-IEC_JTC_1
|
1120
1120
|
- Max_Neuendorf
|
1121
1121
|
template:
|
1122
1122
|
- audio/usac
|