kinetic_sdk 5.0.22 → 5.0.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +14 -0
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/Contributing.md +15 -14
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/History.md +89 -23
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/Manifest.txt +1 -0
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/README.rdoc +1 -1
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/Rakefile +12 -53
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime/type.rb +28 -2
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime/types/cache.rb +3 -7
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime/types/deprecations.rb +12 -12
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime/types/logger.rb +1 -1
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime/types/registry.rb +1 -1
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime/types.rb +9 -9
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/test/minitest_helper.rb +0 -1
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/test/test_mime_type.rb +47 -11
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/test/test_mime_types.rb +4 -0
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/test/test_mime_types_cache.rb +1 -1
- data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/test/test_mime_types_class.rb +5 -0
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/Contributing.md +3 -0
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/History.md +94 -34
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/Manifest.txt +0 -1
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/Rakefile +34 -19
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/data/content_type_mime.db +3 -0
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/data/ext_mime.db +6 -2
- data/gems/mime-types-data-3.2023.1205/data/mime-types.json +1 -0
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/data/mime.content_type.column +149 -4
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/data/mime.docs.column +145 -0
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/data/mime.encoding.column +145 -0
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/data/mime.flags.column +152 -7
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/data/mime.friendly.column +145 -0
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/data/mime.pext.column +145 -0
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/data/mime.use_instead.column +148 -3
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/data/mime.xrefs.column +230 -85
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/lib/mime/types/data.rb +1 -1
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/application.yaml +1291 -85
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/audio.yaml +14 -5
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/image.yaml +81 -20
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/message.yaml +38 -2
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/model.yaml +66 -6
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/multipart.yaml +2 -2
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/text.yaml +99 -8
- data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/video.yaml +28 -1
- data/lib/kinetic_sdk/core/lib/form_types.rb +7 -7
- data/lib/kinetic_sdk/core/lib/submissions.rb +10 -0
- data/lib/kinetic_sdk/task/lib/export.rb +1 -1
- data/lib/kinetic_sdk/task/lib/trees.rb +20 -6
- data/lib/kinetic_sdk/version.rb +1 -1
- metadata +66 -67
- data/gems/mime-types-data-3.2022.0105/data/mime-types.json +0 -1
- data/gems/mime-types-data-3.2022.0105/types/provisional-standard-types.yaml +0 -145
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/Code-of-Conduct.md +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/Licence.md +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime/type/columnar.rb +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime/types/_columnar.rb +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime/types/columnar.rb +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime/types/container.rb +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime/types/full.rb +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime/types/loader.rb +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/lib/mime-types.rb +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/test/bad-fixtures/malformed +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/test/fixture/json.json +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/test/fixture/old-data +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/test/fixture/yaml.yaml +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/test/test_mime_types_lazy.rb +0 -0
- /data/gems/{mime-types-3.4.1 → mime-types-3.5.2}/test/test_mime_types_loader.rb +0 -0
- /data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/Code-of-Conduct.md +0 -0
- /data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/Licence.md +0 -0
- /data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/README.md +0 -0
- /data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/lib/mime-types-data.rb +0 -0
- /data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/chemical.yaml +0 -0
- /data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/conference.yaml +0 -0
- /data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/drawing.yaml +0 -0
- /data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/font.yaml +0 -0
- /data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/world.yaml +0 -0
data/gems/{mime-types-data-3.2022.0105 → mime-types-data-3.2023.1205}/types/application.yaml
RENAMED
@@ -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
|
@@ -77,11 +85,20 @@
|
|
77
85
|
content-type: application/ace+cbor
|
78
86
|
encoding: base64
|
79
87
|
xrefs:
|
80
|
-
|
81
|
-
-
|
88
|
+
rfc:
|
89
|
+
- rfc9200
|
82
90
|
template:
|
83
91
|
- application/ace+cbor
|
84
92
|
registered: true
|
93
|
+
- !ruby/object:MIME::Type
|
94
|
+
content-type: application/ace+json
|
95
|
+
encoding: base64
|
96
|
+
xrefs:
|
97
|
+
rfc:
|
98
|
+
- rfc9431
|
99
|
+
template:
|
100
|
+
- application/ace+json
|
101
|
+
registered: true
|
85
102
|
- !ruby/object:MIME::Type
|
86
103
|
content-type: application/activemessage
|
87
104
|
encoding: base64
|
@@ -101,6 +118,50 @@
|
|
101
118
|
template:
|
102
119
|
- application/activity+json
|
103
120
|
registered: true
|
121
|
+
- !ruby/object:MIME::Type
|
122
|
+
content-type: application/aif+cbor
|
123
|
+
encoding: base64
|
124
|
+
xrefs:
|
125
|
+
rfc:
|
126
|
+
- rfc9237
|
127
|
+
template:
|
128
|
+
- application/aif+cbor
|
129
|
+
registered: true
|
130
|
+
- !ruby/object:MIME::Type
|
131
|
+
content-type: application/aif+json
|
132
|
+
encoding: base64
|
133
|
+
xrefs:
|
134
|
+
rfc:
|
135
|
+
- rfc9237
|
136
|
+
template:
|
137
|
+
- application/aif+json
|
138
|
+
registered: true
|
139
|
+
- !ruby/object:MIME::Type
|
140
|
+
content-type: application/akn+xml
|
141
|
+
encoding: base64
|
142
|
+
xrefs:
|
143
|
+
person:
|
144
|
+
- Chet_Ensign
|
145
|
+
registered: true
|
146
|
+
provisional: true
|
147
|
+
- !ruby/object:MIME::Type
|
148
|
+
content-type: application/alto-cdni+json
|
149
|
+
encoding: base64
|
150
|
+
xrefs:
|
151
|
+
rfc:
|
152
|
+
- rfc9241
|
153
|
+
template:
|
154
|
+
- application/alto-cdni+json
|
155
|
+
registered: true
|
156
|
+
- !ruby/object:MIME::Type
|
157
|
+
content-type: application/alto-cdnifilter+json
|
158
|
+
encoding: base64
|
159
|
+
xrefs:
|
160
|
+
rfc:
|
161
|
+
- rfc9241
|
162
|
+
template:
|
163
|
+
- application/alto-cdnifilter+json
|
164
|
+
registered: true
|
104
165
|
- !ruby/object:MIME::Type
|
105
166
|
content-type: application/alto-costmap+json
|
106
167
|
encoding: base64
|
@@ -191,6 +252,24 @@
|
|
191
252
|
template:
|
192
253
|
- application/alto-networkmapfilter+json
|
193
254
|
registered: true
|
255
|
+
- !ruby/object:MIME::Type
|
256
|
+
content-type: application/alto-propmap+json
|
257
|
+
encoding: base64
|
258
|
+
xrefs:
|
259
|
+
rfc:
|
260
|
+
- rfc9240
|
261
|
+
template:
|
262
|
+
- application/alto-propmap+json
|
263
|
+
registered: true
|
264
|
+
- !ruby/object:MIME::Type
|
265
|
+
content-type: application/alto-propmapparams+json
|
266
|
+
encoding: base64
|
267
|
+
xrefs:
|
268
|
+
rfc:
|
269
|
+
- rfc9240
|
270
|
+
template:
|
271
|
+
- application/alto-propmapparams+json
|
272
|
+
registered: true
|
194
273
|
- !ruby/object:MIME::Type
|
195
274
|
content-type: application/alto-updatestreamcontrol+json
|
196
275
|
encoding: base64
|
@@ -404,6 +483,24 @@
|
|
404
483
|
template:
|
405
484
|
- application/auth-policy+xml
|
406
485
|
registered: true
|
486
|
+
- !ruby/object:MIME::Type
|
487
|
+
content-type: application/automationml-aml+xml
|
488
|
+
encoding: base64
|
489
|
+
xrefs:
|
490
|
+
person:
|
491
|
+
- AutomationML_e.V.
|
492
|
+
template:
|
493
|
+
- application/automationml-aml+xml
|
494
|
+
registered: true
|
495
|
+
- !ruby/object:MIME::Type
|
496
|
+
content-type: application/automationml-amlx+zip
|
497
|
+
encoding: base64
|
498
|
+
xrefs:
|
499
|
+
person:
|
500
|
+
- AutomationML_e.V.
|
501
|
+
template:
|
502
|
+
- application/automationml-amlx+zip
|
503
|
+
registered: true
|
407
504
|
- !ruby/object:MIME::Type
|
408
505
|
content-type: application/bacnet-xdd+zip
|
409
506
|
encoding: base64
|
@@ -440,6 +537,16 @@
|
|
440
537
|
obsolete: true
|
441
538
|
use-instead: application/x-bleeper
|
442
539
|
registered: false
|
540
|
+
- !ruby/object:MIME::Type
|
541
|
+
content-type: application/c2pa
|
542
|
+
encoding: base64
|
543
|
+
xrefs:
|
544
|
+
person:
|
545
|
+
- C2PA
|
546
|
+
- Leonard_Rosenthol
|
547
|
+
template:
|
548
|
+
- application/c2pa
|
549
|
+
registered: true
|
443
550
|
- !ruby/object:MIME::Type
|
444
551
|
content-type: application/calendar+json
|
445
552
|
encoding: base64
|
@@ -549,6 +656,16 @@
|
|
549
656
|
template:
|
550
657
|
- application/ccxml+xml
|
551
658
|
registered: true
|
659
|
+
- !ruby/object:MIME::Type
|
660
|
+
content-type: application/cda+xml
|
661
|
+
encoding: base64
|
662
|
+
xrefs:
|
663
|
+
person:
|
664
|
+
- HL7
|
665
|
+
- Marc_Duteau
|
666
|
+
template:
|
667
|
+
- application/cda+xml
|
668
|
+
registered: true
|
552
669
|
- !ruby/object:MIME::Type
|
553
670
|
content-type: application/CDFX+XML
|
554
671
|
encoding: base64
|
@@ -661,6 +778,14 @@
|
|
661
778
|
template:
|
662
779
|
- application/cellml+xml
|
663
780
|
registered: true
|
781
|
+
- !ruby/object:MIME::Type
|
782
|
+
content-type: application/cert-chain+cbor
|
783
|
+
encoding: base64
|
784
|
+
xrefs:
|
785
|
+
draft:
|
786
|
+
- draft-yasskin-http-origin-signed-responses
|
787
|
+
registered: true
|
788
|
+
provisional: true
|
664
789
|
- !ruby/object:MIME::Type
|
665
790
|
content-type: application/cfw
|
666
791
|
encoding: base64
|
@@ -670,6 +795,23 @@
|
|
670
795
|
template:
|
671
796
|
- application/cfw
|
672
797
|
registered: true
|
798
|
+
- !ruby/object:MIME::Type
|
799
|
+
content-type: application/cid-edhoc+cbor-seq
|
800
|
+
encoding: base64
|
801
|
+
xrefs:
|
802
|
+
draft:
|
803
|
+
- RFC-ietf-lake-edhoc-22
|
804
|
+
template:
|
805
|
+
- application/cid-edhoc+cbor-seq
|
806
|
+
registered: true
|
807
|
+
- !ruby/object:MIME::Type
|
808
|
+
content-type: application/city+json
|
809
|
+
encoding: base64
|
810
|
+
xrefs:
|
811
|
+
person:
|
812
|
+
- Hugo_Ledoux
|
813
|
+
registered: true
|
814
|
+
provisional: true
|
673
815
|
- !ruby/object:MIME::Type
|
674
816
|
content-type: application/clariscad
|
675
817
|
encoding: base64
|
@@ -747,6 +889,15 @@
|
|
747
889
|
template:
|
748
890
|
- application/commonground
|
749
891
|
registered: true
|
892
|
+
- !ruby/object:MIME::Type
|
893
|
+
content-type: application/concise-problem-details+cbor
|
894
|
+
encoding: base64
|
895
|
+
xrefs:
|
896
|
+
rfc:
|
897
|
+
- rfc9290
|
898
|
+
template:
|
899
|
+
- application/concise-problem-details+cbor
|
900
|
+
registered: true
|
750
901
|
- !ruby/object:MIME::Type
|
751
902
|
content-type: application/conference-info+xml
|
752
903
|
encoding: base64
|
@@ -760,8 +911,8 @@
|
|
760
911
|
content-type: application/cose
|
761
912
|
encoding: base64
|
762
913
|
xrefs:
|
763
|
-
|
764
|
-
-
|
914
|
+
rfc:
|
915
|
+
- rfc9052
|
765
916
|
template:
|
766
917
|
- application/cose
|
767
918
|
registered: true
|
@@ -769,8 +920,8 @@
|
|
769
920
|
content-type: application/cose-key
|
770
921
|
encoding: base64
|
771
922
|
xrefs:
|
772
|
-
|
773
|
-
-
|
923
|
+
rfc:
|
924
|
+
- rfc9052
|
774
925
|
template:
|
775
926
|
- application/cose-key
|
776
927
|
registered: true
|
@@ -778,11 +929,20 @@
|
|
778
929
|
content-type: application/cose-key-set
|
779
930
|
encoding: base64
|
780
931
|
xrefs:
|
781
|
-
|
782
|
-
-
|
932
|
+
rfc:
|
933
|
+
- rfc9052
|
783
934
|
template:
|
784
935
|
- application/cose-key-set
|
785
936
|
registered: true
|
937
|
+
- !ruby/object:MIME::Type
|
938
|
+
content-type: application/cose-x509
|
939
|
+
encoding: base64
|
940
|
+
xrefs:
|
941
|
+
rfc:
|
942
|
+
- rfc9360
|
943
|
+
template:
|
944
|
+
- application/cose-x509
|
945
|
+
registered: true
|
786
946
|
- !ruby/object:MIME::Type
|
787
947
|
content-type: application/cpl+xml
|
788
948
|
encoding: base64
|
@@ -837,6 +997,26 @@
|
|
837
997
|
extensions:
|
838
998
|
- cu
|
839
999
|
registered: false
|
1000
|
+
- !ruby/object:MIME::Type
|
1001
|
+
content-type: application/cwl
|
1002
|
+
encoding: base64
|
1003
|
+
xrefs:
|
1004
|
+
person:
|
1005
|
+
- CWL_Project
|
1006
|
+
- Michael_R._Crusoe
|
1007
|
+
template:
|
1008
|
+
- application/cwl
|
1009
|
+
registered: true
|
1010
|
+
- !ruby/object:MIME::Type
|
1011
|
+
content-type: application/cwl+json
|
1012
|
+
encoding: base64
|
1013
|
+
xrefs:
|
1014
|
+
person:
|
1015
|
+
- CWL_Project
|
1016
|
+
- Michael_R._Crusoe
|
1017
|
+
template:
|
1018
|
+
- application/cwl+json
|
1019
|
+
registered: true
|
840
1020
|
- !ruby/object:MIME::Type
|
841
1021
|
content-type: application/cwt
|
842
1022
|
encoding: base64
|
@@ -860,7 +1040,7 @@
|
|
860
1040
|
encoding: base64
|
861
1041
|
xrefs:
|
862
1042
|
person:
|
863
|
-
- ISO-
|
1043
|
+
- ISO-IEC_JTC_1
|
864
1044
|
- Thomas_Stockhammer
|
865
1045
|
template:
|
866
1046
|
- application/dash+xml
|
@@ -870,7 +1050,7 @@
|
|
870
1050
|
encoding: base64
|
871
1051
|
xrefs:
|
872
1052
|
person:
|
873
|
-
- ISO-
|
1053
|
+
- ISO-IEC_JTC_1
|
874
1054
|
template:
|
875
1055
|
- application/dash-patch+xml
|
876
1056
|
registered: true
|
@@ -949,7 +1129,7 @@
|
|
949
1129
|
encoding: base64
|
950
1130
|
xrefs:
|
951
1131
|
person:
|
952
|
-
-
|
1132
|
+
- DICOM_Standard_Committee
|
953
1133
|
- David_Clunie
|
954
1134
|
template:
|
955
1135
|
- application/dicom+json
|
@@ -959,7 +1139,7 @@
|
|
959
1139
|
encoding: base64
|
960
1140
|
xrefs:
|
961
1141
|
person:
|
962
|
-
-
|
1142
|
+
- DICOM_Standard_Committee
|
963
1143
|
- David_Clunie
|
964
1144
|
template:
|
965
1145
|
- application/dicom+xml
|
@@ -1026,6 +1206,15 @@
|
|
1026
1206
|
template:
|
1027
1207
|
- application/dots+cbor
|
1028
1208
|
registered: true
|
1209
|
+
- !ruby/object:MIME::Type
|
1210
|
+
content-type: application/dpop+jwt
|
1211
|
+
encoding: base64
|
1212
|
+
xrefs:
|
1213
|
+
rfc:
|
1214
|
+
- rfc9449
|
1215
|
+
template:
|
1216
|
+
- application/dpop+jwt
|
1217
|
+
registered: true
|
1029
1218
|
- !ruby/object:MIME::Type
|
1030
1219
|
content-type: application/drafting
|
1031
1220
|
encoding: base64
|
@@ -1086,11 +1275,25 @@
|
|
1086
1275
|
extensions:
|
1087
1276
|
- ecma
|
1088
1277
|
- es
|
1278
|
+
obsolete: true
|
1279
|
+
use-instead: text/javascript
|
1089
1280
|
xrefs:
|
1090
1281
|
rfc:
|
1091
1282
|
- rfc4329
|
1283
|
+
- rfc9239
|
1092
1284
|
template:
|
1093
1285
|
- application/ecmascript
|
1286
|
+
notes:
|
1287
|
+
- "(OBSOLETED in favor of text/javascript)"
|
1288
|
+
registered: true
|
1289
|
+
- !ruby/object:MIME::Type
|
1290
|
+
content-type: application/edhoc+cbor-seq
|
1291
|
+
encoding: base64
|
1292
|
+
xrefs:
|
1293
|
+
draft:
|
1294
|
+
- RFC-ietf-lake-edhoc-22
|
1295
|
+
template:
|
1296
|
+
- application/edhoc+cbor-seq
|
1094
1297
|
registered: true
|
1095
1298
|
- !ruby/object:MIME::Type
|
1096
1299
|
content-type: application/EDI-consent
|
@@ -1194,6 +1397,16 @@
|
|
1194
1397
|
template:
|
1195
1398
|
- application/EmergencyCallData.eCall.MSD
|
1196
1399
|
registered: true
|
1400
|
+
- !ruby/object:MIME::Type
|
1401
|
+
content-type: application/EmergencyCallData.LegacyESN+json
|
1402
|
+
encoding: base64
|
1403
|
+
xrefs:
|
1404
|
+
person:
|
1405
|
+
- NENA
|
1406
|
+
- Randall_Gellens
|
1407
|
+
template:
|
1408
|
+
- application/EmergencyCallData.LegacyESN+json
|
1409
|
+
registered: true
|
1197
1410
|
- !ruby/object:MIME::Type
|
1198
1411
|
content-type: application/EmergencyCallData.ProviderInfo+xml
|
1199
1412
|
encoding: base64
|
@@ -1227,6 +1440,8 @@
|
|
1227
1440
|
xrefs:
|
1228
1441
|
rfc:
|
1229
1442
|
- rfc8148
|
1443
|
+
rfc-errata:
|
1444
|
+
- '6500'
|
1230
1445
|
template:
|
1231
1446
|
- application/EmergencyCallData.VEDS+xml
|
1232
1447
|
registered: true
|
@@ -1239,7 +1454,7 @@
|
|
1239
1454
|
- emma
|
1240
1455
|
xrefs:
|
1241
1456
|
person:
|
1242
|
-
- ISO-
|
1457
|
+
- ISO-IEC_JTC_1
|
1243
1458
|
- W3C
|
1244
1459
|
uri:
|
1245
1460
|
- http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration
|
@@ -1283,8 +1498,8 @@
|
|
1283
1498
|
- epub
|
1284
1499
|
xrefs:
|
1285
1500
|
person:
|
1286
|
-
-
|
1287
|
-
-
|
1501
|
+
- EPUB_3_WG
|
1502
|
+
- W3C
|
1288
1503
|
template:
|
1289
1504
|
- application/epub+zip
|
1290
1505
|
registered: true
|
@@ -1334,8 +1549,8 @@
|
|
1334
1549
|
content-type: application/expect-ct-report+json
|
1335
1550
|
encoding: base64
|
1336
1551
|
xrefs:
|
1337
|
-
|
1338
|
-
-
|
1552
|
+
rfc:
|
1553
|
+
- rfc9163
|
1339
1554
|
template:
|
1340
1555
|
- application/expect-ct-report+json
|
1341
1556
|
registered: true
|
@@ -1354,7 +1569,7 @@
|
|
1354
1569
|
encoding: base64
|
1355
1570
|
xrefs:
|
1356
1571
|
person:
|
1357
|
-
- ISO-
|
1572
|
+
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
|
1358
1573
|
- ITU-T_ASN.1_Rapporteur
|
1359
1574
|
template:
|
1360
1575
|
- application/fastinfoset
|
@@ -1364,11 +1579,21 @@
|
|
1364
1579
|
encoding: base64
|
1365
1580
|
xrefs:
|
1366
1581
|
person:
|
1367
|
-
- ISO-
|
1582
|
+
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
|
1368
1583
|
- ITU-T_ASN.1_Rapporteur
|
1369
1584
|
template:
|
1370
1585
|
- application/fastsoap
|
1371
1586
|
registered: true
|
1587
|
+
- !ruby/object:MIME::Type
|
1588
|
+
content-type: application/fdf
|
1589
|
+
encoding: base64
|
1590
|
+
xrefs:
|
1591
|
+
person:
|
1592
|
+
- Betsy_Fanning
|
1593
|
+
- ISO-TC_171-SC_2
|
1594
|
+
template:
|
1595
|
+
- application/fdf
|
1596
|
+
registered: true
|
1372
1597
|
- !ruby/object:MIME::Type
|
1373
1598
|
content-type: application/fdt+xml
|
1374
1599
|
encoding: base64
|
@@ -1426,7 +1651,7 @@
|
|
1426
1651
|
use-instead: font/sfnt
|
1427
1652
|
xrefs:
|
1428
1653
|
person:
|
1429
|
-
- ISO-
|
1654
|
+
- ISO-IEC_JTC_1
|
1430
1655
|
- Levantovsky
|
1431
1656
|
rfc:
|
1432
1657
|
- rfc8081
|
@@ -1517,6 +1742,16 @@
|
|
1517
1742
|
template:
|
1518
1743
|
- application/geopackage+sqlite3
|
1519
1744
|
registered: true
|
1745
|
+
- !ruby/object:MIME::Type
|
1746
|
+
content-type: application/geoxacml+json
|
1747
|
+
encoding: base64
|
1748
|
+
xrefs:
|
1749
|
+
person:
|
1750
|
+
- OGC
|
1751
|
+
- Scott_Simmons
|
1752
|
+
template:
|
1753
|
+
- application/geoxacml+json
|
1754
|
+
registered: true
|
1520
1755
|
- !ruby/object:MIME::Type
|
1521
1756
|
content-type: application/geoxacml+xml
|
1522
1757
|
encoding: base64
|
@@ -1604,12 +1839,22 @@
|
|
1604
1839
|
obsolete: true
|
1605
1840
|
use-instead: application/x-hep
|
1606
1841
|
registered: false
|
1842
|
+
- !ruby/object:MIME::Type
|
1843
|
+
content-type: application/hl7v2+xml
|
1844
|
+
encoding: base64
|
1845
|
+
xrefs:
|
1846
|
+
person:
|
1847
|
+
- HL7
|
1848
|
+
- Marc_Duteau
|
1849
|
+
template:
|
1850
|
+
- application/hl7v2+xml
|
1851
|
+
registered: true
|
1607
1852
|
- !ruby/object:MIME::Type
|
1608
1853
|
content-type: application/http
|
1609
1854
|
encoding: base64
|
1610
1855
|
xrefs:
|
1611
|
-
|
1612
|
-
-
|
1856
|
+
rfc:
|
1857
|
+
- rfc9112
|
1613
1858
|
template:
|
1614
1859
|
- application/http
|
1615
1860
|
registered: true
|
@@ -1741,6 +1986,14 @@
|
|
1741
1986
|
template:
|
1742
1987
|
- application/inkml+xml
|
1743
1988
|
registered: true
|
1989
|
+
- !ruby/object:MIME::Type
|
1990
|
+
content-type: application/ion
|
1991
|
+
encoding: base64
|
1992
|
+
xrefs:
|
1993
|
+
person:
|
1994
|
+
- Jonathan_Hohle
|
1995
|
+
registered: true
|
1996
|
+
provisional: true
|
1744
1997
|
- !ruby/object:MIME::Type
|
1745
1998
|
content-type: application/iotp
|
1746
1999
|
encoding: base64
|
@@ -1798,7 +2051,13 @@
|
|
1798
2051
|
encoding: base64
|
1799
2052
|
extensions:
|
1800
2053
|
- jar
|
1801
|
-
|
2054
|
+
xrefs:
|
2055
|
+
person:
|
2056
|
+
- Iris_Clark
|
2057
|
+
- JCP
|
2058
|
+
template:
|
2059
|
+
- application/java-archive
|
2060
|
+
registered: true
|
1802
2061
|
- !ruby/object:MIME::Type
|
1803
2062
|
content-type: application/java-serialized-object
|
1804
2063
|
friendly:
|
@@ -1824,11 +2083,16 @@
|
|
1824
2083
|
- js
|
1825
2084
|
- mjs
|
1826
2085
|
- sj
|
2086
|
+
obsolete: true
|
2087
|
+
use-instead: text/javascript
|
1827
2088
|
xrefs:
|
1828
2089
|
rfc:
|
1829
2090
|
- rfc4329
|
2091
|
+
- rfc9239
|
1830
2092
|
template:
|
1831
2093
|
- application/javascript
|
2094
|
+
notes:
|
2095
|
+
- "(OBSOLETED in favor of text/javascript)"
|
1832
2096
|
registered: true
|
1833
2097
|
- !ruby/object:MIME::Type
|
1834
2098
|
content-type: application/jf2feed+json
|
@@ -1876,6 +2140,15 @@
|
|
1876
2140
|
template:
|
1877
2141
|
- application/jscalendar+json
|
1878
2142
|
registered: true
|
2143
|
+
- !ruby/object:MIME::Type
|
2144
|
+
content-type: application/jscontact+json
|
2145
|
+
encoding: base64
|
2146
|
+
xrefs:
|
2147
|
+
draft:
|
2148
|
+
- RFC-ietf-calext-jscontact-16
|
2149
|
+
template:
|
2150
|
+
- application/jscontact+json
|
2151
|
+
registered: true
|
1879
2152
|
- !ruby/object:MIME::Type
|
1880
2153
|
content-type: application/json
|
1881
2154
|
friendly:
|
@@ -1889,6 +2162,14 @@
|
|
1889
2162
|
template:
|
1890
2163
|
- application/json
|
1891
2164
|
registered: true
|
2165
|
+
- !ruby/object:MIME::Type
|
2166
|
+
content-type: application/json-nd
|
2167
|
+
encoding: base64
|
2168
|
+
xrefs:
|
2169
|
+
person:
|
2170
|
+
- Glen_Kleidon
|
2171
|
+
registered: true
|
2172
|
+
provisional: true
|
1892
2173
|
- !ruby/object:MIME::Type
|
1893
2174
|
content-type: application/json-patch+json
|
1894
2175
|
encoding: base64
|
@@ -1913,6 +2194,15 @@
|
|
1913
2194
|
extensions:
|
1914
2195
|
- jsonml
|
1915
2196
|
registered: false
|
2197
|
+
- !ruby/object:MIME::Type
|
2198
|
+
content-type: application/jsonpath
|
2199
|
+
encoding: base64
|
2200
|
+
xrefs:
|
2201
|
+
draft:
|
2202
|
+
- RFC-ietf-jsonpath-base-21
|
2203
|
+
template:
|
2204
|
+
- application/jsonpath
|
2205
|
+
registered: true
|
1916
2206
|
- !ruby/object:MIME::Type
|
1917
2207
|
content-type: application/jwk+json
|
1918
2208
|
encoding: base64
|
@@ -1986,6 +2276,24 @@
|
|
1986
2276
|
template:
|
1987
2277
|
- application/link-format
|
1988
2278
|
registered: true
|
2279
|
+
- !ruby/object:MIME::Type
|
2280
|
+
content-type: application/linkset
|
2281
|
+
encoding: base64
|
2282
|
+
xrefs:
|
2283
|
+
rfc:
|
2284
|
+
- rfc9264
|
2285
|
+
template:
|
2286
|
+
- application/linkset
|
2287
|
+
registered: true
|
2288
|
+
- !ruby/object:MIME::Type
|
2289
|
+
content-type: application/linkset+json
|
2290
|
+
encoding: base64
|
2291
|
+
xrefs:
|
2292
|
+
rfc:
|
2293
|
+
- rfc9264
|
2294
|
+
template:
|
2295
|
+
- application/linkset+json
|
2296
|
+
registered: true
|
1989
2297
|
- !ruby/object:MIME::Type
|
1990
2298
|
content-type: application/load-control+xml
|
1991
2299
|
encoding: base64
|
@@ -1995,6 +2303,15 @@
|
|
1995
2303
|
template:
|
1996
2304
|
- application/load-control+xml
|
1997
2305
|
registered: true
|
2306
|
+
- !ruby/object:MIME::Type
|
2307
|
+
content-type: application/logout+jwt
|
2308
|
+
encoding: base64
|
2309
|
+
xrefs:
|
2310
|
+
person:
|
2311
|
+
- OpenID_Foundation_Artifact_Binding_WG
|
2312
|
+
template:
|
2313
|
+
- application/logout+jwt
|
2314
|
+
registered: true
|
1998
2315
|
- !ruby/object:MIME::Type
|
1999
2316
|
content-type: application/lost+xml
|
2000
2317
|
encoding: base64
|
@@ -2414,8 +2731,8 @@
|
|
2414
2731
|
content-type: application/missing-blocks+cbor-seq
|
2415
2732
|
encoding: base64
|
2416
2733
|
xrefs:
|
2417
|
-
|
2418
|
-
-
|
2734
|
+
rfc:
|
2735
|
+
- rfc9177
|
2419
2736
|
template:
|
2420
2737
|
- application/missing-blocks+cbor-seq
|
2421
2738
|
registered: true
|
@@ -2662,7 +2979,11 @@
|
|
2662
2979
|
extensions:
|
2663
2980
|
- nc
|
2664
2981
|
- cdf
|
2665
|
-
|
2982
|
+
xrefs:
|
2983
|
+
person:
|
2984
|
+
- Ethan_Davis
|
2985
|
+
registered: true
|
2986
|
+
provisional: true
|
2666
2987
|
- !ruby/object:MIME::Type
|
2667
2988
|
content-type: application/news-checkgroups
|
2668
2989
|
encoding: base64
|
@@ -2731,6 +3052,15 @@
|
|
2731
3052
|
template:
|
2732
3053
|
- application/oauth-authz-req+jwt
|
2733
3054
|
registered: true
|
3055
|
+
- !ruby/object:MIME::Type
|
3056
|
+
content-type: application/oblivious-dns-message
|
3057
|
+
encoding: base64
|
3058
|
+
xrefs:
|
3059
|
+
rfc:
|
3060
|
+
- rfc9230
|
3061
|
+
template:
|
3062
|
+
- application/oblivious-dns-message
|
3063
|
+
registered: true
|
2734
3064
|
- !ruby/object:MIME::Type
|
2735
3065
|
content-type: application/ocsp-request
|
2736
3066
|
encoding: base64
|
@@ -2796,6 +3126,14 @@
|
|
2796
3126
|
template:
|
2797
3127
|
- application/ODA
|
2798
3128
|
registered: true
|
3129
|
+
- !ruby/object:MIME::Type
|
3130
|
+
content-type: application/odm+json
|
3131
|
+
encoding: base64
|
3132
|
+
xrefs:
|
3133
|
+
person:
|
3134
|
+
- Sam_Hume
|
3135
|
+
registered: true
|
3136
|
+
provisional: true
|
2799
3137
|
- !ruby/object:MIME::Type
|
2800
3138
|
content-type: application/odm+xml
|
2801
3139
|
encoding: base64
|
@@ -2824,8 +3162,9 @@
|
|
2824
3162
|
extensions:
|
2825
3163
|
- opf
|
2826
3164
|
xrefs:
|
2827
|
-
|
2828
|
-
-
|
3165
|
+
person:
|
3166
|
+
- EPUB_3_WG
|
3167
|
+
- W3C
|
2829
3168
|
template:
|
2830
3169
|
- application/oebps-package+xml
|
2831
3170
|
registered: true
|
@@ -2843,6 +3182,15 @@
|
|
2843
3182
|
template:
|
2844
3183
|
- application/ogg
|
2845
3184
|
registered: true
|
3185
|
+
- !ruby/object:MIME::Type
|
3186
|
+
content-type: application/ohttp-keys
|
3187
|
+
encoding: base64
|
3188
|
+
xrefs:
|
3189
|
+
draft:
|
3190
|
+
- RFC-ietf-ohai-ohttp-09
|
3191
|
+
template:
|
3192
|
+
- application/ohttp-keys
|
3193
|
+
registered: true
|
2846
3194
|
- !ruby/object:MIME::Type
|
2847
3195
|
content-type: application/omdoc+xml
|
2848
3196
|
encoding: base64
|
@@ -3161,6 +3509,14 @@
|
|
3161
3509
|
template:
|
3162
3510
|
- application/pkix-crl
|
3163
3511
|
registered: true
|
3512
|
+
- !ruby/object:MIME::Type
|
3513
|
+
content-type: application/pkix-keyinfo
|
3514
|
+
encoding: base64
|
3515
|
+
xrefs:
|
3516
|
+
draft:
|
3517
|
+
- draft-hallambaker-mesh-udf
|
3518
|
+
registered: true
|
3519
|
+
provisional: true
|
3164
3520
|
- !ruby/object:MIME::Type
|
3165
3521
|
content-type: application/pkix-pkipath
|
3166
3522
|
friendly:
|
@@ -3242,6 +3598,33 @@
|
|
3242
3598
|
template:
|
3243
3599
|
- application/ppsp-tracker+json
|
3244
3600
|
registered: true
|
3601
|
+
- !ruby/object:MIME::Type
|
3602
|
+
content-type: application/private-token-issuer-directory
|
3603
|
+
encoding: base64
|
3604
|
+
xrefs:
|
3605
|
+
draft:
|
3606
|
+
- RFC-ietf-privacypass-protocol-16
|
3607
|
+
template:
|
3608
|
+
- application/private-token-issuer-directory
|
3609
|
+
registered: true
|
3610
|
+
- !ruby/object:MIME::Type
|
3611
|
+
content-type: application/private-token-request
|
3612
|
+
encoding: base64
|
3613
|
+
xrefs:
|
3614
|
+
draft:
|
3615
|
+
- RFC-ietf-privacypass-protocol-16
|
3616
|
+
template:
|
3617
|
+
- application/private-token-request
|
3618
|
+
registered: true
|
3619
|
+
- !ruby/object:MIME::Type
|
3620
|
+
content-type: application/private-token-response
|
3621
|
+
encoding: base64
|
3622
|
+
xrefs:
|
3623
|
+
draft:
|
3624
|
+
- RFC-ietf-privacypass-protocol-16
|
3625
|
+
template:
|
3626
|
+
- application/private-token-response
|
3627
|
+
registered: true
|
3245
3628
|
- !ruby/object:MIME::Type
|
3246
3629
|
content-type: application/pro_eng
|
3247
3630
|
encoding: base64
|
@@ -3251,7 +3634,7 @@
|
|
3251
3634
|
encoding: base64
|
3252
3635
|
xrefs:
|
3253
3636
|
rfc:
|
3254
|
-
-
|
3637
|
+
- rfc9457
|
3255
3638
|
template:
|
3256
3639
|
- application/problem+json
|
3257
3640
|
registered: true
|
@@ -3260,7 +3643,7 @@
|
|
3260
3643
|
encoding: base64
|
3261
3644
|
xrefs:
|
3262
3645
|
rfc:
|
3263
|
-
-
|
3646
|
+
- rfc9457
|
3264
3647
|
template:
|
3265
3648
|
- application/problem+xml
|
3266
3649
|
registered: true
|
@@ -3274,6 +3657,14 @@
|
|
3274
3657
|
template:
|
3275
3658
|
- application/provenance+xml
|
3276
3659
|
registered: true
|
3660
|
+
- !ruby/object:MIME::Type
|
3661
|
+
content-type: application/prql
|
3662
|
+
friendly:
|
3663
|
+
en: Pipelined Relational Query Language
|
3664
|
+
encoding: base64
|
3665
|
+
extensions:
|
3666
|
+
- prql
|
3667
|
+
registered: false
|
3277
3668
|
- !ruby/object:MIME::Type
|
3278
3669
|
content-type: application/prs.alvestrand.titrax-sheet
|
3279
3670
|
encoding: base64
|
@@ -3315,6 +3706,33 @@
|
|
3315
3706
|
template:
|
3316
3707
|
- application/prs.hpub+zip
|
3317
3708
|
registered: true
|
3709
|
+
- !ruby/object:MIME::Type
|
3710
|
+
content-type: application/prs.implied-document+xml
|
3711
|
+
encoding: base64
|
3712
|
+
xrefs:
|
3713
|
+
person:
|
3714
|
+
- Marek_Čermák
|
3715
|
+
template:
|
3716
|
+
- application/prs.implied-document+xml
|
3717
|
+
registered: true
|
3718
|
+
- !ruby/object:MIME::Type
|
3719
|
+
content-type: application/prs.implied-executable
|
3720
|
+
encoding: base64
|
3721
|
+
xrefs:
|
3722
|
+
person:
|
3723
|
+
- Marek_Čermák
|
3724
|
+
template:
|
3725
|
+
- application/prs.implied-executable
|
3726
|
+
registered: true
|
3727
|
+
- !ruby/object:MIME::Type
|
3728
|
+
content-type: application/prs.implied-structure
|
3729
|
+
encoding: base64
|
3730
|
+
xrefs:
|
3731
|
+
person:
|
3732
|
+
- Marek_Čermák
|
3733
|
+
template:
|
3734
|
+
- application/prs.implied-structure
|
3735
|
+
registered: true
|
3318
3736
|
- !ruby/object:MIME::Type
|
3319
3737
|
content-type: application/prs.nprend
|
3320
3738
|
encoding: base64
|
@@ -3345,6 +3763,15 @@
|
|
3345
3763
|
template:
|
3346
3764
|
- application/prs.rdf-xml-crypt
|
3347
3765
|
registered: true
|
3766
|
+
- !ruby/object:MIME::Type
|
3767
|
+
content-type: application/prs.vcfbzip2
|
3768
|
+
encoding: base64
|
3769
|
+
xrefs:
|
3770
|
+
person:
|
3771
|
+
- Paolo_Marcheschi
|
3772
|
+
template:
|
3773
|
+
- application/prs.vcfbzip2
|
3774
|
+
registered: true
|
3348
3775
|
- !ruby/object:MIME::Type
|
3349
3776
|
content-type: application/prs.xsf+xml
|
3350
3777
|
encoding: base64
|
@@ -3446,20 +3873,25 @@
|
|
3446
3873
|
- rnc
|
3447
3874
|
xrefs:
|
3448
3875
|
uri:
|
3449
|
-
- http://www.
|
3876
|
+
- http://www.JTC_1sc34.org/repository/0661.pdf
|
3450
3877
|
template:
|
3451
3878
|
- application/relax-ng-compact-syntax
|
3452
3879
|
registered: true
|
3453
3880
|
- !ruby/object:MIME::Type
|
3454
3881
|
content-type: application/remote-printing
|
3455
3882
|
encoding: base64
|
3883
|
+
obsolete: true
|
3456
3884
|
xrefs:
|
3457
3885
|
rfc:
|
3458
3886
|
- rfc1486
|
3459
3887
|
person:
|
3460
3888
|
- Marshall_Rose
|
3889
|
+
uri:
|
3890
|
+
- https://datatracker.ietf.org/doc/status-change-int-tlds-to-historic
|
3461
3891
|
template:
|
3462
3892
|
- application/remote-printing
|
3893
|
+
notes:
|
3894
|
+
- "(OBSOLETE)"
|
3463
3895
|
registered: true
|
3464
3896
|
- !ruby/object:MIME::Type
|
3465
3897
|
content-type: application/remote_printing
|
@@ -3467,6 +3899,14 @@
|
|
3467
3899
|
obsolete: true
|
3468
3900
|
use-instead: application/remote-printing
|
3469
3901
|
registered: false
|
3902
|
+
- !ruby/object:MIME::Type
|
3903
|
+
content-type: application/reports+json
|
3904
|
+
encoding: base64
|
3905
|
+
xrefs:
|
3906
|
+
person:
|
3907
|
+
- Douglas_Creager
|
3908
|
+
registered: true
|
3909
|
+
provisional: true
|
3470
3910
|
- !ruby/object:MIME::Type
|
3471
3911
|
content-type: application/reputon+json
|
3472
3912
|
encoding: base64
|
@@ -3511,6 +3951,14 @@
|
|
3511
3951
|
template:
|
3512
3952
|
- application/rfc+xml
|
3513
3953
|
registered: true
|
3954
|
+
- !ruby/object:MIME::Type
|
3955
|
+
content-type: application/rif+xml
|
3956
|
+
encoding: base64
|
3957
|
+
xrefs:
|
3958
|
+
person:
|
3959
|
+
- Sandro_Hawke
|
3960
|
+
registered: true
|
3961
|
+
provisional: true
|
3514
3962
|
- !ruby/object:MIME::Type
|
3515
3963
|
content-type: application/riscos
|
3516
3964
|
encoding: base64
|
@@ -3569,6 +4017,15 @@
|
|
3569
4017
|
template:
|
3570
4018
|
- application/route-usd+xml
|
3571
4019
|
registered: true
|
4020
|
+
- !ruby/object:MIME::Type
|
4021
|
+
content-type: application/rpki-checklist
|
4022
|
+
encoding: base64
|
4023
|
+
xrefs:
|
4024
|
+
rfc:
|
4025
|
+
- rfc9323
|
4026
|
+
template:
|
4027
|
+
- application/rpki-checklist
|
4028
|
+
registered: true
|
3572
4029
|
- !ruby/object:MIME::Type
|
3573
4030
|
content-type: application/rpki-ghostbusters
|
3574
4031
|
encoding: base64
|
@@ -3918,8 +4375,8 @@
|
|
3918
4375
|
encoding: base64
|
3919
4376
|
xrefs:
|
3920
4377
|
person:
|
4378
|
+
- Connectivity_Standards_Alliance
|
3921
4379
|
- Robby_Simpson
|
3922
|
-
- ZigBee
|
3923
4380
|
template:
|
3924
4381
|
- application/sep+xml
|
3925
4382
|
registered: true
|
@@ -3928,8 +4385,8 @@
|
|
3928
4385
|
encoding: base64
|
3929
4386
|
xrefs:
|
3930
4387
|
person:
|
4388
|
+
- Connectivity_Standards_Alliance
|
3931
4389
|
- Robby_Simpson
|
3932
|
-
- ZigBee
|
3933
4390
|
template:
|
3934
4391
|
- application/sep-exi
|
3935
4392
|
registered: true
|
@@ -4037,6 +4494,14 @@
|
|
4037
4494
|
template:
|
4038
4495
|
- application/sieve
|
4039
4496
|
registered: true
|
4497
|
+
- !ruby/object:MIME::Type
|
4498
|
+
content-type: application/signed-exchange
|
4499
|
+
encoding: base64
|
4500
|
+
xrefs:
|
4501
|
+
draft:
|
4502
|
+
- draft-yasskin-http-origin-signed-responses
|
4503
|
+
registered: true
|
4504
|
+
provisional: true
|
4040
4505
|
- !ruby/object:MIME::Type
|
4041
4506
|
content-type: application/simple-filter+xml
|
4042
4507
|
encoding: base64
|
@@ -4131,7 +4596,7 @@
|
|
4131
4596
|
encoding: base64
|
4132
4597
|
xrefs:
|
4133
4598
|
person:
|
4134
|
-
- ISO-
|
4599
|
+
- ISO-IEC_JTC_1_SC_6_ASN.1_Rapporteur
|
4135
4600
|
- ITU-T_ASN.1_Rapporteur
|
4136
4601
|
template:
|
4137
4602
|
- application/soap+fastinfoset
|
@@ -4279,13 +4744,22 @@
|
|
4279
4744
|
template:
|
4280
4745
|
- application/stix+json
|
4281
4746
|
registered: true
|
4747
|
+
- !ruby/object:MIME::Type
|
4748
|
+
content-type: application/swid+cbor
|
4749
|
+
encoding: base64
|
4750
|
+
xrefs:
|
4751
|
+
rfc:
|
4752
|
+
- rfc9393
|
4753
|
+
template:
|
4754
|
+
- application/swid+cbor
|
4755
|
+
registered: true
|
4282
4756
|
- !ruby/object:MIME::Type
|
4283
4757
|
content-type: application/swid+xml
|
4284
4758
|
encoding: base64
|
4285
4759
|
xrefs:
|
4286
4760
|
person:
|
4287
4761
|
- David_Waltermire
|
4288
|
-
- ISO-
|
4762
|
+
- ISO-IEC_JTC_1
|
4289
4763
|
- Ron_Brill
|
4290
4764
|
template:
|
4291
4765
|
- application/swid+xml
|
@@ -4495,6 +4969,16 @@
|
|
4495
4969
|
template:
|
4496
4970
|
- application/tlsrpt+json
|
4497
4971
|
registered: true
|
4972
|
+
- !ruby/object:MIME::Type
|
4973
|
+
content-type: application/tm+json
|
4974
|
+
encoding: base64
|
4975
|
+
xrefs:
|
4976
|
+
person:
|
4977
|
+
- Sebastian_Kaebisch
|
4978
|
+
- W3C
|
4979
|
+
template:
|
4980
|
+
- application/tm+json
|
4981
|
+
registered: true
|
4498
4982
|
- !ruby/object:MIME::Type
|
4499
4983
|
content-type: application/tnauthlist
|
4500
4984
|
encoding: base64
|
@@ -4592,7 +5076,7 @@
|
|
4592
5076
|
xrefs:
|
4593
5077
|
person:
|
4594
5078
|
- Gottfried_Zimmermann
|
4595
|
-
- ISO-
|
5079
|
+
- ISO-IEC_JTC_1
|
4596
5080
|
template:
|
4597
5081
|
- application/urc-grpsheet+xml
|
4598
5082
|
registered: true
|
@@ -4602,7 +5086,7 @@
|
|
4602
5086
|
xrefs:
|
4603
5087
|
person:
|
4604
5088
|
- Gottfried_Zimmermann
|
4605
|
-
- ISO-
|
5089
|
+
- ISO-IEC_JTC_1
|
4606
5090
|
template:
|
4607
5091
|
- application/urc-ressheet+xml
|
4608
5092
|
registered: true
|
@@ -4612,7 +5096,7 @@
|
|
4612
5096
|
xrefs:
|
4613
5097
|
person:
|
4614
5098
|
- Gottfried_Zimmermann
|
4615
|
-
- ISO-
|
5099
|
+
- ISO-IEC_JTC_1
|
4616
5100
|
template:
|
4617
5101
|
- application/urc-targetdesc+xml
|
4618
5102
|
registered: true
|
@@ -4673,6 +5157,15 @@
|
|
4673
5157
|
template:
|
4674
5158
|
- application/vnd.1000minds.decision-model+xml
|
4675
5159
|
registered: true
|
5160
|
+
- !ruby/object:MIME::Type
|
5161
|
+
content-type: application/vnd.1ob
|
5162
|
+
encoding: base64
|
5163
|
+
xrefs:
|
5164
|
+
person:
|
5165
|
+
- Rob_Coyle
|
5166
|
+
template:
|
5167
|
+
- application/vnd.1ob
|
5168
|
+
registered: true
|
4676
5169
|
- !ruby/object:MIME::Type
|
4677
5170
|
content-type: application/vnd.3gpp-prose+xml
|
4678
5171
|
encoding: base64
|
@@ -4682,6 +5175,24 @@
|
|
4682
5175
|
template:
|
4683
5176
|
- application/vnd.3gpp-prose+xml
|
4684
5177
|
registered: true
|
5178
|
+
- !ruby/object:MIME::Type
|
5179
|
+
content-type: application/vnd.3gpp-prose-pc3a+xml
|
5180
|
+
encoding: base64
|
5181
|
+
xrefs:
|
5182
|
+
person:
|
5183
|
+
- Haorui_Yang
|
5184
|
+
template:
|
5185
|
+
- application/vnd.3gpp-prose-pc3a+xml
|
5186
|
+
registered: true
|
5187
|
+
- !ruby/object:MIME::Type
|
5188
|
+
content-type: application/vnd.3gpp-prose-pc3ach+xml
|
5189
|
+
encoding: base64
|
5190
|
+
xrefs:
|
5191
|
+
person:
|
5192
|
+
- Haorui_Yang
|
5193
|
+
template:
|
5194
|
+
- application/vnd.3gpp-prose-pc3ach+xml
|
5195
|
+
registered: true
|
4685
5196
|
- !ruby/object:MIME::Type
|
4686
5197
|
content-type: application/vnd.3gpp-prose-pc3ch+xml
|
4687
5198
|
encoding: base64
|
@@ -4689,7 +5200,16 @@
|
|
4689
5200
|
person:
|
4690
5201
|
- Frederic_Firmin
|
4691
5202
|
template:
|
4692
|
-
- application/vnd.3gpp-prose-pc3ch+xml
|
5203
|
+
- application/vnd.3gpp-prose-pc3ch+xml
|
5204
|
+
registered: true
|
5205
|
+
- !ruby/object:MIME::Type
|
5206
|
+
content-type: application/vnd.3gpp-prose-pc8+xml
|
5207
|
+
encoding: base64
|
5208
|
+
xrefs:
|
5209
|
+
person:
|
5210
|
+
- Haorui_Yang
|
5211
|
+
template:
|
5212
|
+
- application/vnd.3gpp-prose-pc8+xml
|
4693
5213
|
registered: true
|
4694
5214
|
- !ruby/object:MIME::Type
|
4695
5215
|
content-type: application/vnd.3gpp-v2x-local-service-information
|
@@ -4728,6 +5248,24 @@
|
|
4728
5248
|
template:
|
4729
5249
|
- application/vnd.3gpp.bsf+xml
|
4730
5250
|
registered: true
|
5251
|
+
- !ruby/object:MIME::Type
|
5252
|
+
content-type: application/vnd.3gpp.crs+xml
|
5253
|
+
encoding: base64
|
5254
|
+
xrefs:
|
5255
|
+
person:
|
5256
|
+
- Xu_Chen
|
5257
|
+
template:
|
5258
|
+
- application/vnd.3gpp.crs+xml
|
5259
|
+
registered: true
|
5260
|
+
- !ruby/object:MIME::Type
|
5261
|
+
content-type: application/vnd.3gpp.current-location-discovery+xml
|
5262
|
+
encoding: base64
|
5263
|
+
xrefs:
|
5264
|
+
person:
|
5265
|
+
- Peter_Leis
|
5266
|
+
template:
|
5267
|
+
- application/vnd.3gpp.current-location-discovery+xml
|
5268
|
+
registered: true
|
4731
5269
|
- !ruby/object:MIME::Type
|
4732
5270
|
content-type: application/vnd.3gpp.GMOP+xml
|
4733
5271
|
encoding: base64
|
@@ -4793,6 +5331,15 @@
|
|
4793
5331
|
template:
|
4794
5332
|
- application/vnd.3gpp.mcdata-info+xml
|
4795
5333
|
registered: true
|
5334
|
+
- !ruby/object:MIME::Type
|
5335
|
+
content-type: application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml
|
5336
|
+
encoding: base64
|
5337
|
+
xrefs:
|
5338
|
+
person:
|
5339
|
+
- Kiran_Kapale
|
5340
|
+
template:
|
5341
|
+
- application/vnd.3gpp.mcdata-msgstore-ctrl-request+xml
|
5342
|
+
registered: true
|
4796
5343
|
- !ruby/object:MIME::Type
|
4797
5344
|
content-type: application/vnd.3gpp.mcdata-payload
|
4798
5345
|
encoding: base64
|
@@ -4802,6 +5349,15 @@
|
|
4802
5349
|
template:
|
4803
5350
|
- application/vnd.3gpp.mcdata-payload
|
4804
5351
|
registered: true
|
5352
|
+
- !ruby/object:MIME::Type
|
5353
|
+
content-type: application/vnd.3gpp.mcdata-regroup+xml
|
5354
|
+
encoding: base64
|
5355
|
+
xrefs:
|
5356
|
+
person:
|
5357
|
+
- Kiran_Kapale
|
5358
|
+
template:
|
5359
|
+
- application/vnd.3gpp.mcdata-regroup+xml
|
5360
|
+
registered: true
|
4805
5361
|
- !ruby/object:MIME::Type
|
4806
5362
|
content-type: application/vnd.3gpp.mcdata-service-config+xml
|
4807
5363
|
encoding: base64
|
@@ -4883,6 +5439,15 @@
|
|
4883
5439
|
template:
|
4884
5440
|
- application/vnd.3gpp.mcptt-mbms-usage-info+xml
|
4885
5441
|
registered: true
|
5442
|
+
- !ruby/object:MIME::Type
|
5443
|
+
content-type: application/vnd.3gpp.mcptt-regroup+xml
|
5444
|
+
encoding: base64
|
5445
|
+
xrefs:
|
5446
|
+
person:
|
5447
|
+
- Kiran_Kapale
|
5448
|
+
template:
|
5449
|
+
- application/vnd.3gpp.mcptt-regroup+xml
|
5450
|
+
registered: true
|
4886
5451
|
- !ruby/object:MIME::Type
|
4887
5452
|
content-type: application/vnd.3gpp.mcptt-service-config+xml
|
4888
5453
|
encoding: base64
|
@@ -4977,6 +5542,15 @@
|
|
4977
5542
|
template:
|
4978
5543
|
- application/vnd.3gpp.mcvideo-mbms-usage-info+xml
|
4979
5544
|
registered: true
|
5545
|
+
- !ruby/object:MIME::Type
|
5546
|
+
content-type: application/vnd.3gpp.mcvideo-regroup+xml
|
5547
|
+
encoding: base64
|
5548
|
+
xrefs:
|
5549
|
+
person:
|
5550
|
+
- Kiran_Kapale
|
5551
|
+
template:
|
5552
|
+
- application/vnd.3gpp.mcvideo-regroup+xml
|
5553
|
+
registered: true
|
4980
5554
|
- !ruby/object:MIME::Type
|
4981
5555
|
content-type: application/vnd.3gpp.mcvideo-service-config+xml
|
4982
5556
|
encoding: base64
|
@@ -5091,6 +5665,83 @@
|
|
5091
5665
|
template:
|
5092
5666
|
- application/vnd.3gpp.s1ap
|
5093
5667
|
registered: true
|
5668
|
+
- !ruby/object:MIME::Type
|
5669
|
+
content-type: application/vnd.3gpp.seal-group-doc+xml
|
5670
|
+
encoding: base64
|
5671
|
+
xrefs:
|
5672
|
+
person:
|
5673
|
+
- Sapan_Shah
|
5674
|
+
template:
|
5675
|
+
- application/vnd.3gpp.seal-group-doc+xml
|
5676
|
+
registered: true
|
5677
|
+
- !ruby/object:MIME::Type
|
5678
|
+
content-type: application/vnd.3gpp.seal-info+xml
|
5679
|
+
encoding: base64
|
5680
|
+
xrefs:
|
5681
|
+
person:
|
5682
|
+
- Christian_Herrero-Veron
|
5683
|
+
- _3GPP
|
5684
|
+
template:
|
5685
|
+
- application/vnd.3gpp.seal-info+xml
|
5686
|
+
registered: true
|
5687
|
+
- !ruby/object:MIME::Type
|
5688
|
+
content-type: application/vnd.3gpp.seal-location-info+xml
|
5689
|
+
encoding: base64
|
5690
|
+
xrefs:
|
5691
|
+
person:
|
5692
|
+
- Christian_Herrero-Veron
|
5693
|
+
- _3GPP
|
5694
|
+
template:
|
5695
|
+
- application/vnd.3gpp.seal-location-info+xml
|
5696
|
+
registered: true
|
5697
|
+
- !ruby/object:MIME::Type
|
5698
|
+
content-type: application/vnd.3gpp.seal-mbms-usage-info+xml
|
5699
|
+
encoding: base64
|
5700
|
+
xrefs:
|
5701
|
+
person:
|
5702
|
+
- Christian_Herrero-Veron
|
5703
|
+
- _3GPP
|
5704
|
+
template:
|
5705
|
+
- application/vnd.3gpp.seal-mbms-usage-info+xml
|
5706
|
+
registered: true
|
5707
|
+
- !ruby/object:MIME::Type
|
5708
|
+
content-type: application/vnd.3gpp.seal-network-QoS-management-info+xml
|
5709
|
+
encoding: base64
|
5710
|
+
xrefs:
|
5711
|
+
person:
|
5712
|
+
- Christian_Herrero-Veron
|
5713
|
+
- _3GPP
|
5714
|
+
template:
|
5715
|
+
- application/vnd.3gpp.seal-network-QoS-management-info+xml
|
5716
|
+
registered: true
|
5717
|
+
- !ruby/object:MIME::Type
|
5718
|
+
content-type: application/vnd.3gpp.seal-ue-config-info+xml
|
5719
|
+
encoding: base64
|
5720
|
+
xrefs:
|
5721
|
+
person:
|
5722
|
+
- Sapan_Shah
|
5723
|
+
template:
|
5724
|
+
- application/vnd.3gpp.seal-ue-config-info+xml
|
5725
|
+
registered: true
|
5726
|
+
- !ruby/object:MIME::Type
|
5727
|
+
content-type: application/vnd.3gpp.seal-unicast-info+xml
|
5728
|
+
encoding: base64
|
5729
|
+
xrefs:
|
5730
|
+
person:
|
5731
|
+
- Christian_Herrero-Veron
|
5732
|
+
- _3GPP
|
5733
|
+
template:
|
5734
|
+
- application/vnd.3gpp.seal-unicast-info+xml
|
5735
|
+
registered: true
|
5736
|
+
- !ruby/object:MIME::Type
|
5737
|
+
content-type: application/vnd.3gpp.seal-user-profile-info+xml
|
5738
|
+
encoding: base64
|
5739
|
+
xrefs:
|
5740
|
+
person:
|
5741
|
+
- Sapan_Shah
|
5742
|
+
template:
|
5743
|
+
- application/vnd.3gpp.seal-user-profile-info+xml
|
5744
|
+
registered: true
|
5094
5745
|
- !ruby/object:MIME::Type
|
5095
5746
|
content-type: application/vnd.3gpp.sms
|
5096
5747
|
encoding: base64
|
@@ -5147,6 +5798,25 @@
|
|
5147
5798
|
template:
|
5148
5799
|
- application/vnd.3gpp.ussd+xml
|
5149
5800
|
registered: true
|
5801
|
+
- !ruby/object:MIME::Type
|
5802
|
+
content-type: application/vnd.3gpp.v2x
|
5803
|
+
encoding: base64
|
5804
|
+
xrefs:
|
5805
|
+
person:
|
5806
|
+
- Sang_Min_Park
|
5807
|
+
template:
|
5808
|
+
- application/vnd.3gpp.v2x
|
5809
|
+
registered: true
|
5810
|
+
- !ruby/object:MIME::Type
|
5811
|
+
content-type: application/vnd.3gpp.vae-info+xml
|
5812
|
+
encoding: base64
|
5813
|
+
xrefs:
|
5814
|
+
person:
|
5815
|
+
- Christian_Herrero-Veron
|
5816
|
+
- _3GPP
|
5817
|
+
template:
|
5818
|
+
- application/vnd.3gpp.vae-info+xml
|
5819
|
+
registered: true
|
5150
5820
|
- !ruby/object:MIME::Type
|
5151
5821
|
content-type: application/vnd.3gpp2.bcmcsinfo+xml
|
5152
5822
|
encoding: base64
|
@@ -5227,6 +5897,24 @@
|
|
5227
5897
|
template:
|
5228
5898
|
- application/vnd.accpac.simply.imp
|
5229
5899
|
registered: true
|
5900
|
+
- !ruby/object:MIME::Type
|
5901
|
+
content-type: application/vnd.acm.addressxfer+json
|
5902
|
+
encoding: base64
|
5903
|
+
xrefs:
|
5904
|
+
person:
|
5905
|
+
- Sridhar_Ramakrishnan
|
5906
|
+
template:
|
5907
|
+
- application/vnd.acm.addressxfer+json
|
5908
|
+
registered: true
|
5909
|
+
- !ruby/object:MIME::Type
|
5910
|
+
content-type: application/vnd.acm.chatbot+json
|
5911
|
+
encoding: base64
|
5912
|
+
xrefs:
|
5913
|
+
person:
|
5914
|
+
- Sridhar_Ramakrishnan
|
5915
|
+
template:
|
5916
|
+
- application/vnd.acm.chatbot+json
|
5917
|
+
registered: true
|
5230
5918
|
- !ruby/object:MIME::Type
|
5231
5919
|
content-type: application/vnd.acucobol
|
5232
5920
|
friendly:
|
@@ -5682,6 +6370,15 @@
|
|
5682
6370
|
template:
|
5683
6371
|
- application/vnd.apache.thrift.json
|
5684
6372
|
registered: true
|
6373
|
+
- !ruby/object:MIME::Type
|
6374
|
+
content-type: application/vnd.apexlang
|
6375
|
+
encoding: base64
|
6376
|
+
xrefs:
|
6377
|
+
person:
|
6378
|
+
- Fawad_Shaikh
|
6379
|
+
template:
|
6380
|
+
- application/vnd.apexlang
|
6381
|
+
registered: true
|
5685
6382
|
- !ruby/object:MIME::Type
|
5686
6383
|
content-type: application/vnd.api+json
|
5687
6384
|
encoding: base64
|
@@ -5926,6 +6623,24 @@
|
|
5926
6623
|
template:
|
5927
6624
|
- application/vnd.bekitzur-stech+json
|
5928
6625
|
registered: true
|
6626
|
+
- !ruby/object:MIME::Type
|
6627
|
+
content-type: application/vnd.belightsoft.lhzd+zip
|
6628
|
+
encoding: base64
|
6629
|
+
xrefs:
|
6630
|
+
person:
|
6631
|
+
- Dmytro_Yunchyk
|
6632
|
+
template:
|
6633
|
+
- application/vnd.belightsoft.lhzd+zip
|
6634
|
+
registered: true
|
6635
|
+
- !ruby/object:MIME::Type
|
6636
|
+
content-type: application/vnd.belightsoft.lhzl+zip
|
6637
|
+
encoding: base64
|
6638
|
+
xrefs:
|
6639
|
+
person:
|
6640
|
+
- Dmytro_Yunchyk
|
6641
|
+
template:
|
6642
|
+
- application/vnd.belightsoft.lhzl+zip
|
6643
|
+
registered: true
|
5929
6644
|
- !ruby/object:MIME::Type
|
5930
6645
|
content-type: application/vnd.bint.med-content
|
5931
6646
|
encoding: base64
|
@@ -6039,6 +6754,15 @@
|
|
6039
6754
|
template:
|
6040
6755
|
- application/vnd.byu.uapi+json
|
6041
6756
|
registered: true
|
6757
|
+
- !ruby/object:MIME::Type
|
6758
|
+
content-type: application/vnd.bzip3
|
6759
|
+
encoding: base64
|
6760
|
+
xrefs:
|
6761
|
+
person:
|
6762
|
+
- Kamila_Szewczyk
|
6763
|
+
template:
|
6764
|
+
- application/vnd.bzip3
|
6765
|
+
registered: true
|
6042
6766
|
- !ruby/object:MIME::Type
|
6043
6767
|
content-type: application/vnd.cab-jscript
|
6044
6768
|
encoding: base64
|
@@ -6237,6 +6961,33 @@
|
|
6237
6961
|
template:
|
6238
6962
|
- application/vnd.cluetrust.cartomobile-config-pkg
|
6239
6963
|
registered: true
|
6964
|
+
- !ruby/object:MIME::Type
|
6965
|
+
content-type: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
6966
|
+
encoding: base64
|
6967
|
+
xrefs:
|
6968
|
+
person:
|
6969
|
+
- Andrew_Block
|
6970
|
+
template:
|
6971
|
+
- application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
6972
|
+
registered: true
|
6973
|
+
- !ruby/object:MIME::Type
|
6974
|
+
content-type: application/vnd.cncf.helm.chart.provenance.v1.prov
|
6975
|
+
encoding: base64
|
6976
|
+
xrefs:
|
6977
|
+
person:
|
6978
|
+
- Andrew_Block
|
6979
|
+
template:
|
6980
|
+
- application/vnd.cncf.helm.chart.provenance.v1.prov
|
6981
|
+
registered: true
|
6982
|
+
- !ruby/object:MIME::Type
|
6983
|
+
content-type: application/vnd.cncf.helm.config.v1+json
|
6984
|
+
encoding: base64
|
6985
|
+
xrefs:
|
6986
|
+
person:
|
6987
|
+
- Andrew_Block
|
6988
|
+
template:
|
6989
|
+
- application/vnd.cncf.helm.config.v1+json
|
6990
|
+
registered: true
|
6240
6991
|
- !ruby/object:MIME::Type
|
6241
6992
|
content-type: application/vnd.coffeescript
|
6242
6993
|
encoding: base64
|
@@ -6701,6 +7452,15 @@
|
|
6701
7452
|
template:
|
6702
7453
|
- application/vnd.data-vision.rdz
|
6703
7454
|
registered: true
|
7455
|
+
- !ruby/object:MIME::Type
|
7456
|
+
content-type: application/vnd.datalog
|
7457
|
+
encoding: base64
|
7458
|
+
xrefs:
|
7459
|
+
person:
|
7460
|
+
- Simon_Johnston
|
7461
|
+
template:
|
7462
|
+
- application/vnd.datalog
|
7463
|
+
registered: true
|
6704
7464
|
- !ruby/object:MIME::Type
|
6705
7465
|
content-type: application/vnd.datapackage+json
|
6706
7466
|
encoding: base64
|
@@ -6733,7 +7493,7 @@
|
|
6733
7493
|
encoding: base64
|
6734
7494
|
xrefs:
|
6735
7495
|
person:
|
6736
|
-
-
|
7496
|
+
- Debian_Policy_mailing_list
|
6737
7497
|
template:
|
6738
7498
|
- application/vnd.debian.binary-package
|
6739
7499
|
registered: true
|
@@ -7202,6 +7962,15 @@
|
|
7202
7962
|
template:
|
7203
7963
|
- application/vnd.ecip.rlp
|
7204
7964
|
registered: true
|
7965
|
+
- !ruby/object:MIME::Type
|
7966
|
+
content-type: application/vnd.eclipse.ditto+json
|
7967
|
+
encoding: base64
|
7968
|
+
xrefs:
|
7969
|
+
person:
|
7970
|
+
- Eclipse_Ditto_developers
|
7971
|
+
template:
|
7972
|
+
- application/vnd.eclipse.ditto+json
|
7973
|
+
registered: true
|
7205
7974
|
- !ruby/object:MIME::Type
|
7206
7975
|
content-type: application/vnd.ecowin.chart
|
7207
7976
|
friendly:
|
@@ -7280,6 +8049,15 @@
|
|
7280
8049
|
template:
|
7281
8050
|
- application/vnd.efi.iso
|
7282
8051
|
registered: true
|
8052
|
+
- !ruby/object:MIME::Type
|
8053
|
+
content-type: application/vnd.eln+zip
|
8054
|
+
encoding: base64
|
8055
|
+
xrefs:
|
8056
|
+
person:
|
8057
|
+
- Nicolas_CARPI
|
8058
|
+
template:
|
8059
|
+
- application/vnd.eln+zip
|
8060
|
+
registered: true
|
7283
8061
|
- !ruby/object:MIME::Type
|
7284
8062
|
content-type: application/vnd.emclient.accessrequest+xml
|
7285
8063
|
encoding: base64
|
@@ -7870,6 +8648,15 @@
|
|
7870
8648
|
template:
|
7871
8649
|
- application/vnd.framemaker
|
7872
8650
|
registered: true
|
8651
|
+
- !ruby/object:MIME::Type
|
8652
|
+
content-type: application/vnd.freelog.comic
|
8653
|
+
encoding: base64
|
8654
|
+
xrefs:
|
8655
|
+
person:
|
8656
|
+
- Liu_Qiancen
|
8657
|
+
template:
|
8658
|
+
- application/vnd.freelog.comic
|
8659
|
+
registered: true
|
7873
8660
|
- !ruby/object:MIME::Type
|
7874
8661
|
content-type: application/vnd.frogans.fnc
|
7875
8662
|
friendly:
|
@@ -8091,69 +8878,141 @@
|
|
8091
8878
|
person:
|
8092
8879
|
- Fumio_Tanabe
|
8093
8880
|
template:
|
8094
|
-
- application/vnd.fujixerox.HBPL
|
8881
|
+
- application/vnd.fujixerox.HBPL
|
8882
|
+
registered: true
|
8883
|
+
- !ruby/object:MIME::Type
|
8884
|
+
content-type: application/vnd.fut-misnet
|
8885
|
+
encoding: base64
|
8886
|
+
xrefs:
|
8887
|
+
person:
|
8888
|
+
- Jann_Pruulman
|
8889
|
+
template:
|
8890
|
+
- application/vnd.fut-misnet
|
8891
|
+
registered: true
|
8892
|
+
- !ruby/object:MIME::Type
|
8893
|
+
content-type: application/vnd.futoin+cbor
|
8894
|
+
encoding: base64
|
8895
|
+
xrefs:
|
8896
|
+
person:
|
8897
|
+
- Andrey_Galkin
|
8898
|
+
template:
|
8899
|
+
- application/vnd.futoin+cbor
|
8900
|
+
registered: true
|
8901
|
+
- !ruby/object:MIME::Type
|
8902
|
+
content-type: application/vnd.futoin+json
|
8903
|
+
encoding: base64
|
8904
|
+
xrefs:
|
8905
|
+
person:
|
8906
|
+
- Andrey_Galkin
|
8907
|
+
template:
|
8908
|
+
- application/vnd.futoin+json
|
8909
|
+
registered: true
|
8910
|
+
- !ruby/object:MIME::Type
|
8911
|
+
content-type: application/vnd.fuzzysheet
|
8912
|
+
friendly:
|
8913
|
+
en: FuzzySheet
|
8914
|
+
encoding: base64
|
8915
|
+
extensions:
|
8916
|
+
- fzs
|
8917
|
+
xrefs:
|
8918
|
+
person:
|
8919
|
+
- Simon_Birtwistle
|
8920
|
+
template:
|
8921
|
+
- application/vnd.fuzzysheet
|
8922
|
+
registered: true
|
8923
|
+
- !ruby/object:MIME::Type
|
8924
|
+
content-type: application/vnd.genomatix.tuxedo
|
8925
|
+
friendly:
|
8926
|
+
en: Genomatix Tuxedo Framework
|
8927
|
+
encoding: base64
|
8928
|
+
extensions:
|
8929
|
+
- txd
|
8930
|
+
xrefs:
|
8931
|
+
person:
|
8932
|
+
- Torben_Frey
|
8933
|
+
template:
|
8934
|
+
- application/vnd.genomatix.tuxedo
|
8935
|
+
registered: true
|
8936
|
+
- !ruby/object:MIME::Type
|
8937
|
+
content-type: application/vnd.genozip
|
8938
|
+
encoding: base64
|
8939
|
+
xrefs:
|
8940
|
+
person:
|
8941
|
+
- Divon_Lan
|
8942
|
+
template:
|
8943
|
+
- application/vnd.genozip
|
8944
|
+
registered: true
|
8945
|
+
- !ruby/object:MIME::Type
|
8946
|
+
content-type: application/vnd.gentics.grd+json
|
8947
|
+
encoding: base64
|
8948
|
+
xrefs:
|
8949
|
+
person:
|
8950
|
+
- Philipp_Gortan
|
8951
|
+
template:
|
8952
|
+
- application/vnd.gentics.grd+json
|
8953
|
+
registered: true
|
8954
|
+
- !ruby/object:MIME::Type
|
8955
|
+
content-type: application/vnd.gentoo.catmetadata+xml
|
8956
|
+
encoding: base64
|
8957
|
+
xrefs:
|
8958
|
+
person:
|
8959
|
+
- Michał_Górny
|
8960
|
+
template:
|
8961
|
+
- application/vnd.gentoo.catmetadata+xml
|
8095
8962
|
registered: true
|
8096
8963
|
- !ruby/object:MIME::Type
|
8097
|
-
content-type: application/vnd.
|
8964
|
+
content-type: application/vnd.gentoo.ebuild
|
8098
8965
|
encoding: base64
|
8099
8966
|
xrefs:
|
8100
8967
|
person:
|
8101
|
-
-
|
8968
|
+
- Michał_Górny
|
8102
8969
|
template:
|
8103
|
-
- application/vnd.
|
8970
|
+
- application/vnd.gentoo.ebuild
|
8104
8971
|
registered: true
|
8105
8972
|
- !ruby/object:MIME::Type
|
8106
|
-
content-type: application/vnd.
|
8973
|
+
content-type: application/vnd.gentoo.eclass
|
8107
8974
|
encoding: base64
|
8108
8975
|
xrefs:
|
8109
8976
|
person:
|
8110
|
-
-
|
8977
|
+
- Michał_Górny
|
8111
8978
|
template:
|
8112
|
-
- application/vnd.
|
8979
|
+
- application/vnd.gentoo.eclass
|
8113
8980
|
registered: true
|
8114
8981
|
- !ruby/object:MIME::Type
|
8115
|
-
content-type: application/vnd.
|
8982
|
+
content-type: application/vnd.gentoo.gpkg
|
8116
8983
|
encoding: base64
|
8117
8984
|
xrefs:
|
8118
8985
|
person:
|
8119
|
-
-
|
8986
|
+
- Michał_Górny
|
8120
8987
|
template:
|
8121
|
-
- application/vnd.
|
8988
|
+
- application/vnd.gentoo.gpkg
|
8122
8989
|
registered: true
|
8123
8990
|
- !ruby/object:MIME::Type
|
8124
|
-
content-type: application/vnd.
|
8125
|
-
friendly:
|
8126
|
-
en: FuzzySheet
|
8991
|
+
content-type: application/vnd.gentoo.manifest
|
8127
8992
|
encoding: base64
|
8128
|
-
extensions:
|
8129
|
-
- fzs
|
8130
8993
|
xrefs:
|
8131
8994
|
person:
|
8132
|
-
-
|
8995
|
+
- Michał_Górny
|
8133
8996
|
template:
|
8134
|
-
- application/vnd.
|
8997
|
+
- application/vnd.gentoo.manifest
|
8135
8998
|
registered: true
|
8136
8999
|
- !ruby/object:MIME::Type
|
8137
|
-
content-type: application/vnd.
|
8138
|
-
friendly:
|
8139
|
-
en: Genomatix Tuxedo Framework
|
9000
|
+
content-type: application/vnd.gentoo.pkgmetadata+xml
|
8140
9001
|
encoding: base64
|
8141
|
-
extensions:
|
8142
|
-
- txd
|
8143
9002
|
xrefs:
|
8144
9003
|
person:
|
8145
|
-
-
|
9004
|
+
- Michał_Górny
|
8146
9005
|
template:
|
8147
|
-
- application/vnd.
|
9006
|
+
- application/vnd.gentoo.pkgmetadata+xml
|
8148
9007
|
registered: true
|
8149
9008
|
- !ruby/object:MIME::Type
|
8150
|
-
content-type: application/vnd.
|
9009
|
+
content-type: application/vnd.gentoo.xpak
|
8151
9010
|
encoding: base64
|
8152
9011
|
xrefs:
|
8153
9012
|
person:
|
8154
|
-
-
|
9013
|
+
- Gentoo_Portage_Project
|
8155
9014
|
template:
|
8156
|
-
- application/vnd.
|
9015
|
+
- application/vnd.gentoo.xpak
|
8157
9016
|
registered: true
|
8158
9017
|
- !ruby/object:MIME::Type
|
8159
9018
|
content-type: application/vnd.geo+json
|
@@ -8199,6 +9058,8 @@
|
|
8199
9058
|
- !ruby/object:MIME::Type
|
8200
9059
|
content-type: application/vnd.geogebra.slides
|
8201
9060
|
encoding: base64
|
9061
|
+
extensions:
|
9062
|
+
- ggs
|
8202
9063
|
xrefs:
|
8203
9064
|
person:
|
8204
9065
|
- GeoGebra
|
@@ -8317,6 +9178,24 @@
|
|
8317
9178
|
notes:
|
8318
9179
|
- "- DEPRECATED"
|
8319
9180
|
registered: true
|
9181
|
+
- !ruby/object:MIME::Type
|
9182
|
+
content-type: application/vnd.gnu.taler.exchange+json
|
9183
|
+
encoding: base64
|
9184
|
+
xrefs:
|
9185
|
+
person:
|
9186
|
+
- Christian_Grothoff
|
9187
|
+
template:
|
9188
|
+
- application/vnd.gnu.taler.exchange+json
|
9189
|
+
registered: true
|
9190
|
+
- !ruby/object:MIME::Type
|
9191
|
+
content-type: application/vnd.gnu.taler.merchant+json
|
9192
|
+
encoding: base64
|
9193
|
+
xrefs:
|
9194
|
+
person:
|
9195
|
+
- Christian_Grothoff
|
9196
|
+
template:
|
9197
|
+
- application/vnd.gnu.taler.merchant+json
|
9198
|
+
registered: true
|
8320
9199
|
- !ruby/object:MIME::Type
|
8321
9200
|
content-type: application/vnd.google-earth.kml+xml
|
8322
9201
|
friendly:
|
@@ -8373,6 +9252,15 @@
|
|
8373
9252
|
template:
|
8374
9253
|
- application/vnd.gov.sk.xmldatacontainer+xml
|
8375
9254
|
registered: true
|
9255
|
+
- !ruby/object:MIME::Type
|
9256
|
+
content-type: application/vnd.gpxsee.map+xml
|
9257
|
+
encoding: base64
|
9258
|
+
xrefs:
|
9259
|
+
person:
|
9260
|
+
- Martin_Tůma
|
9261
|
+
template:
|
9262
|
+
- application/vnd.gpxsee.map+xml
|
9263
|
+
registered: true
|
8376
9264
|
- !ruby/object:MIME::Type
|
8377
9265
|
content-type: application/vnd.grafeq
|
8378
9266
|
friendly:
|
@@ -8686,6 +9574,15 @@
|
|
8686
9574
|
template:
|
8687
9575
|
- application/vnd.hp-PCLXL
|
8688
9576
|
registered: true
|
9577
|
+
- !ruby/object:MIME::Type
|
9578
|
+
content-type: application/vnd.hsl
|
9579
|
+
encoding: base64
|
9580
|
+
xrefs:
|
9581
|
+
person:
|
9582
|
+
- Heungsub_Lee
|
9583
|
+
template:
|
9584
|
+
- application/vnd.hsl
|
9585
|
+
registered: true
|
8689
9586
|
- !ruby/object:MIME::Type
|
8690
9587
|
content-type: application/vnd.httphone
|
8691
9588
|
encoding: base64
|
@@ -9122,6 +10019,51 @@
|
|
9122
10019
|
template:
|
9123
10020
|
- application/vnd.intu.qfx
|
9124
10021
|
registered: true
|
10022
|
+
- !ruby/object:MIME::Type
|
10023
|
+
content-type: application/vnd.ipfs.ipns-record
|
10024
|
+
encoding: base64
|
10025
|
+
xrefs:
|
10026
|
+
person:
|
10027
|
+
- Marcin_Rataj
|
10028
|
+
template:
|
10029
|
+
- application/vnd.ipfs.ipns-record
|
10030
|
+
registered: true
|
10031
|
+
- !ruby/object:MIME::Type
|
10032
|
+
content-type: application/vnd.ipld.car
|
10033
|
+
encoding: base64
|
10034
|
+
xrefs:
|
10035
|
+
person:
|
10036
|
+
- Marcin_Rataj
|
10037
|
+
template:
|
10038
|
+
- application/vnd.ipld.car
|
10039
|
+
registered: true
|
10040
|
+
- !ruby/object:MIME::Type
|
10041
|
+
content-type: application/vnd.ipld.dag-cbor
|
10042
|
+
encoding: base64
|
10043
|
+
xrefs:
|
10044
|
+
person:
|
10045
|
+
- Marcin_Rataj
|
10046
|
+
template:
|
10047
|
+
- application/vnd.ipld.dag-cbor
|
10048
|
+
registered: true
|
10049
|
+
- !ruby/object:MIME::Type
|
10050
|
+
content-type: application/vnd.ipld.dag-json
|
10051
|
+
encoding: base64
|
10052
|
+
xrefs:
|
10053
|
+
person:
|
10054
|
+
- Marcin_Rataj
|
10055
|
+
template:
|
10056
|
+
- application/vnd.ipld.dag-json
|
10057
|
+
registered: true
|
10058
|
+
- !ruby/object:MIME::Type
|
10059
|
+
content-type: application/vnd.ipld.raw
|
10060
|
+
encoding: base64
|
10061
|
+
xrefs:
|
10062
|
+
person:
|
10063
|
+
- Marcin_Rataj
|
10064
|
+
template:
|
10065
|
+
- application/vnd.ipld.raw
|
10066
|
+
registered: true
|
9125
10067
|
- !ruby/object:MIME::Type
|
9126
10068
|
content-type: application/vnd.iptc.g2.catalogitem+xml
|
9127
10069
|
encoding: base64
|
@@ -9832,6 +10774,15 @@
|
|
9832
10774
|
template:
|
9833
10775
|
- application/vnd.mason+json
|
9834
10776
|
registered: true
|
10777
|
+
- !ruby/object:MIME::Type
|
10778
|
+
content-type: application/vnd.maxar.archive.3tz+zip
|
10779
|
+
encoding: base64
|
10780
|
+
xrefs:
|
10781
|
+
person:
|
10782
|
+
- Erik_Dahlström
|
10783
|
+
template:
|
10784
|
+
- application/vnd.maxar.archive.3tz+zip
|
10785
|
+
registered: true
|
9835
10786
|
- !ruby/object:MIME::Type
|
9836
10787
|
content-type: application/vnd.maxmind.maxmind-db
|
9837
10788
|
encoding: base64
|
@@ -9854,6 +10805,24 @@
|
|
9854
10805
|
template:
|
9855
10806
|
- application/vnd.mcd
|
9856
10807
|
registered: true
|
10808
|
+
- !ruby/object:MIME::Type
|
10809
|
+
content-type: application/vnd.mdl
|
10810
|
+
encoding: base64
|
10811
|
+
xrefs:
|
10812
|
+
person:
|
10813
|
+
- Lutz_Kettner
|
10814
|
+
template:
|
10815
|
+
- application/vnd.mdl
|
10816
|
+
registered: true
|
10817
|
+
- !ruby/object:MIME::Type
|
10818
|
+
content-type: application/vnd.mdl-mbsdf
|
10819
|
+
encoding: base64
|
10820
|
+
xrefs:
|
10821
|
+
person:
|
10822
|
+
- Lutz_Kettner
|
10823
|
+
template:
|
10824
|
+
- application/vnd.mdl-mbsdf
|
10825
|
+
registered: true
|
9857
10826
|
- !ruby/object:MIME::Type
|
9858
10827
|
content-type: application/vnd.medcalcdata
|
9859
10828
|
friendly:
|
@@ -9880,6 +10849,15 @@
|
|
9880
10849
|
template:
|
9881
10850
|
- application/vnd.mediastation.cdkey
|
9882
10851
|
registered: true
|
10852
|
+
- !ruby/object:MIME::Type
|
10853
|
+
content-type: application/vnd.medicalholodeck.recordxr
|
10854
|
+
encoding: base64
|
10855
|
+
xrefs:
|
10856
|
+
person:
|
10857
|
+
- Dominique_Sandoz
|
10858
|
+
template:
|
10859
|
+
- application/vnd.medicalholodeck.recordxr
|
10860
|
+
registered: true
|
9883
10861
|
- !ruby/object:MIME::Type
|
9884
10862
|
content-type: application/vnd.meridian-slingshot
|
9885
10863
|
encoding: base64
|
@@ -9889,6 +10867,15 @@
|
|
9889
10867
|
template:
|
9890
10868
|
- application/vnd.meridian-slingshot
|
9891
10869
|
registered: true
|
10870
|
+
- !ruby/object:MIME::Type
|
10871
|
+
content-type: application/vnd.mermaid
|
10872
|
+
encoding: base64
|
10873
|
+
xrefs:
|
10874
|
+
person:
|
10875
|
+
- Sidharth_Vinod
|
10876
|
+
template:
|
10877
|
+
- application/vnd.mermaid
|
10878
|
+
registered: true
|
9892
10879
|
- !ruby/object:MIME::Type
|
9893
10880
|
content-type: application/vnd.MFER
|
9894
10881
|
friendly:
|
@@ -10099,6 +11086,15 @@
|
|
10099
11086
|
template:
|
10100
11087
|
- application/vnd.Mobius.TXF
|
10101
11088
|
registered: true
|
11089
|
+
- !ruby/object:MIME::Type
|
11090
|
+
content-type: application/vnd.modl
|
11091
|
+
encoding: base64
|
11092
|
+
xrefs:
|
11093
|
+
person:
|
11094
|
+
- Elliott_Brown
|
11095
|
+
template:
|
11096
|
+
- application/vnd.modl
|
11097
|
+
registered: true
|
10102
11098
|
- !ruby/object:MIME::Type
|
10103
11099
|
content-type: application/vnd.mophun.application
|
10104
11100
|
friendly:
|
@@ -10796,6 +11792,42 @@
|
|
10796
11792
|
template:
|
10797
11793
|
- application/vnd.nacamar.ybrid+json
|
10798
11794
|
registered: true
|
11795
|
+
- !ruby/object:MIME::Type
|
11796
|
+
content-type: application/vnd.nato.bindingdataobject+cbor
|
11797
|
+
encoding: base64
|
11798
|
+
xrefs:
|
11799
|
+
person:
|
11800
|
+
- Aidan_Murdock
|
11801
|
+
template:
|
11802
|
+
- application/vnd.nato.bindingdataobject+cbor
|
11803
|
+
registered: true
|
11804
|
+
- !ruby/object:MIME::Type
|
11805
|
+
content-type: application/vnd.nato.bindingdataobject+json
|
11806
|
+
encoding: base64
|
11807
|
+
xrefs:
|
11808
|
+
person:
|
11809
|
+
- Aidan_Murdock
|
11810
|
+
template:
|
11811
|
+
- application/vnd.nato.bindingdataobject+json
|
11812
|
+
registered: true
|
11813
|
+
- !ruby/object:MIME::Type
|
11814
|
+
content-type: application/vnd.nato.bindingdataobject+xml
|
11815
|
+
encoding: base64
|
11816
|
+
xrefs:
|
11817
|
+
person:
|
11818
|
+
- Aidan_Murdock
|
11819
|
+
template:
|
11820
|
+
- application/vnd.nato.bindingdataobject+xml
|
11821
|
+
registered: true
|
11822
|
+
- !ruby/object:MIME::Type
|
11823
|
+
content-type: application/vnd.nato.openxmlformats-package.iepd+zip
|
11824
|
+
encoding: base64
|
11825
|
+
xrefs:
|
11826
|
+
person:
|
11827
|
+
- Aidan_Murdock
|
11828
|
+
template:
|
11829
|
+
- application/vnd.nato.openxmlformats-package.iepd+zip
|
11830
|
+
registered: true
|
10799
11831
|
- !ruby/object:MIME::Type
|
10800
11832
|
content-type: application/vnd.ncd.control
|
10801
11833
|
encoding: base64
|
@@ -11201,6 +12233,43 @@
|
|
11201
12233
|
template:
|
11202
12234
|
- application/vnd.ntt-local.sip-ta_tcp_stream
|
11203
12235
|
registered: true
|
12236
|
+
- !ruby/object:MIME::Type
|
12237
|
+
content-type: application/vnd.oai.workflows
|
12238
|
+
encoding: base64
|
12239
|
+
xrefs:
|
12240
|
+
person:
|
12241
|
+
- Frank_Kilcommins
|
12242
|
+
template:
|
12243
|
+
- application/vnd.oai.workflows
|
12244
|
+
registered: true
|
12245
|
+
- !ruby/object:MIME::Type
|
12246
|
+
content-type: application/vnd.oai.workflows+json
|
12247
|
+
encoding: base64
|
12248
|
+
xrefs:
|
12249
|
+
person:
|
12250
|
+
- Frank_Kilcommins
|
12251
|
+
template:
|
12252
|
+
- application/vnd.oai.workflows+json
|
12253
|
+
registered: true
|
12254
|
+
- !ruby/object:MIME::Type
|
12255
|
+
content-type: application/vnd.oai.workflows+yaml
|
12256
|
+
encoding: base64
|
12257
|
+
xrefs:
|
12258
|
+
person:
|
12259
|
+
- Frank_Kilcommins
|
12260
|
+
template:
|
12261
|
+
- application/vnd.oai.workflows+yaml
|
12262
|
+
registered: true
|
12263
|
+
- !ruby/object:MIME::Type
|
12264
|
+
content-type: application/vnd.oasis.opendocument.base
|
12265
|
+
encoding: base64
|
12266
|
+
xrefs:
|
12267
|
+
person:
|
12268
|
+
- OASIS
|
12269
|
+
- OASIS_TC_Admin
|
12270
|
+
template:
|
12271
|
+
- application/vnd.oasis.opendocument.base
|
12272
|
+
registered: true
|
11204
12273
|
- !ruby/object:MIME::Type
|
11205
12274
|
content-type: application/vnd.oasis.opendocument.chart
|
11206
12275
|
friendly:
|
@@ -11211,7 +12280,7 @@
|
|
11211
12280
|
xrefs:
|
11212
12281
|
person:
|
11213
12282
|
- OASIS
|
11214
|
-
-
|
12283
|
+
- OASIS_TC_Admin
|
11215
12284
|
template:
|
11216
12285
|
- application/vnd.oasis.opendocument.chart
|
11217
12286
|
registered: true
|
@@ -11226,7 +12295,7 @@
|
|
11226
12295
|
xrefs:
|
11227
12296
|
person:
|
11228
12297
|
- OASIS
|
11229
|
-
-
|
12298
|
+
- OASIS_TC_Admin
|
11230
12299
|
template:
|
11231
12300
|
- application/vnd.oasis.opendocument.chart-template
|
11232
12301
|
registered: true
|
@@ -11237,12 +12306,16 @@
|
|
11237
12306
|
encoding: base64
|
11238
12307
|
extensions:
|
11239
12308
|
- odb
|
12309
|
+
obsolete: true
|
12310
|
+
use-instead: application/vnd.oasis.opendocument.base
|
11240
12311
|
xrefs:
|
11241
12312
|
person:
|
11242
12313
|
- OASIS
|
11243
|
-
-
|
12314
|
+
- OASIS_TC_Admin
|
11244
12315
|
template:
|
11245
12316
|
- application/vnd.oasis.opendocument.database
|
12317
|
+
notes:
|
12318
|
+
- "(OBSOLETED in favor of application/vnd.oasis.opendocument.base)"
|
11246
12319
|
registered: true
|
11247
12320
|
- !ruby/object:MIME::Type
|
11248
12321
|
content-type: application/vnd.oasis.opendocument.formula
|
@@ -11254,7 +12327,7 @@
|
|
11254
12327
|
xrefs:
|
11255
12328
|
person:
|
11256
12329
|
- OASIS
|
11257
|
-
-
|
12330
|
+
- OASIS_TC_Admin
|
11258
12331
|
template:
|
11259
12332
|
- application/vnd.oasis.opendocument.formula
|
11260
12333
|
registered: true
|
@@ -11269,7 +12342,7 @@
|
|
11269
12342
|
xrefs:
|
11270
12343
|
person:
|
11271
12344
|
- OASIS
|
11272
|
-
-
|
12345
|
+
- OASIS_TC_Admin
|
11273
12346
|
template:
|
11274
12347
|
- application/vnd.oasis.opendocument.formula-template
|
11275
12348
|
registered: true
|
@@ -11283,7 +12356,7 @@
|
|
11283
12356
|
xrefs:
|
11284
12357
|
person:
|
11285
12358
|
- OASIS
|
11286
|
-
-
|
12359
|
+
- OASIS_TC_Admin
|
11287
12360
|
template:
|
11288
12361
|
- application/vnd.oasis.opendocument.graphics
|
11289
12362
|
registered: true
|
@@ -11297,7 +12370,7 @@
|
|
11297
12370
|
xrefs:
|
11298
12371
|
person:
|
11299
12372
|
- OASIS
|
11300
|
-
-
|
12373
|
+
- OASIS_TC_Admin
|
11301
12374
|
template:
|
11302
12375
|
- application/vnd.oasis.opendocument.graphics-template
|
11303
12376
|
registered: true
|
@@ -11311,7 +12384,7 @@
|
|
11311
12384
|
xrefs:
|
11312
12385
|
person:
|
11313
12386
|
- OASIS
|
11314
|
-
-
|
12387
|
+
- OASIS_TC_Admin
|
11315
12388
|
template:
|
11316
12389
|
- application/vnd.oasis.opendocument.image
|
11317
12390
|
registered: true
|
@@ -11326,7 +12399,7 @@
|
|
11326
12399
|
xrefs:
|
11327
12400
|
person:
|
11328
12401
|
- OASIS
|
11329
|
-
-
|
12402
|
+
- OASIS_TC_Admin
|
11330
12403
|
template:
|
11331
12404
|
- application/vnd.oasis.opendocument.image-template
|
11332
12405
|
registered: true
|
@@ -11340,7 +12413,7 @@
|
|
11340
12413
|
xrefs:
|
11341
12414
|
person:
|
11342
12415
|
- OASIS
|
11343
|
-
-
|
12416
|
+
- OASIS_TC_Admin
|
11344
12417
|
template:
|
11345
12418
|
- application/vnd.oasis.opendocument.presentation
|
11346
12419
|
registered: true
|
@@ -11354,7 +12427,7 @@
|
|
11354
12427
|
xrefs:
|
11355
12428
|
person:
|
11356
12429
|
- OASIS
|
11357
|
-
-
|
12430
|
+
- OASIS_TC_Admin
|
11358
12431
|
template:
|
11359
12432
|
- application/vnd.oasis.opendocument.presentation-template
|
11360
12433
|
registered: true
|
@@ -11368,7 +12441,7 @@
|
|
11368
12441
|
xrefs:
|
11369
12442
|
person:
|
11370
12443
|
- OASIS
|
11371
|
-
-
|
12444
|
+
- OASIS_TC_Admin
|
11372
12445
|
template:
|
11373
12446
|
- application/vnd.oasis.opendocument.spreadsheet
|
11374
12447
|
registered: true
|
@@ -11382,7 +12455,7 @@
|
|
11382
12455
|
xrefs:
|
11383
12456
|
person:
|
11384
12457
|
- OASIS
|
11385
|
-
-
|
12458
|
+
- OASIS_TC_Admin
|
11386
12459
|
template:
|
11387
12460
|
- application/vnd.oasis.opendocument.spreadsheet-template
|
11388
12461
|
registered: true
|
@@ -11396,7 +12469,7 @@
|
|
11396
12469
|
xrefs:
|
11397
12470
|
person:
|
11398
12471
|
- OASIS
|
11399
|
-
-
|
12472
|
+
- OASIS_TC_Admin
|
11400
12473
|
template:
|
11401
12474
|
- application/vnd.oasis.opendocument.text
|
11402
12475
|
registered: true
|
@@ -11410,10 +12483,20 @@
|
|
11410
12483
|
xrefs:
|
11411
12484
|
person:
|
11412
12485
|
- OASIS
|
11413
|
-
-
|
12486
|
+
- OASIS_TC_Admin
|
11414
12487
|
template:
|
11415
12488
|
- application/vnd.oasis.opendocument.text-master
|
11416
12489
|
registered: true
|
12490
|
+
- !ruby/object:MIME::Type
|
12491
|
+
content-type: application/vnd.oasis.opendocument.text-master-template
|
12492
|
+
encoding: base64
|
12493
|
+
xrefs:
|
12494
|
+
person:
|
12495
|
+
- OASIS
|
12496
|
+
- OASIS_TC_Admin
|
12497
|
+
template:
|
12498
|
+
- application/vnd.oasis.opendocument.text-master-template
|
12499
|
+
registered: true
|
11417
12500
|
- !ruby/object:MIME::Type
|
11418
12501
|
content-type: application/vnd.oasis.opendocument.text-template
|
11419
12502
|
friendly:
|
@@ -11424,7 +12507,7 @@
|
|
11424
12507
|
xrefs:
|
11425
12508
|
person:
|
11426
12509
|
- OASIS
|
11427
|
-
-
|
12510
|
+
- OASIS_TC_Admin
|
11428
12511
|
template:
|
11429
12512
|
- application/vnd.oasis.opendocument.text-template
|
11430
12513
|
registered: true
|
@@ -11438,7 +12521,7 @@
|
|
11438
12521
|
xrefs:
|
11439
12522
|
person:
|
11440
12523
|
- OASIS
|
11441
|
-
-
|
12524
|
+
- OASIS_TC_Admin
|
11442
12525
|
template:
|
11443
12526
|
- application/vnd.oasis.opendocument.text-web
|
11444
12527
|
registered: true
|
@@ -12057,6 +13140,15 @@
|
|
12057
13140
|
template:
|
12058
13141
|
- application/vnd.onepagertatx
|
12059
13142
|
registered: true
|
13143
|
+
- !ruby/object:MIME::Type
|
13144
|
+
content-type: application/vnd.onvif.metadata
|
13145
|
+
encoding: base64
|
13146
|
+
xrefs:
|
13147
|
+
person:
|
13148
|
+
- Hans_Busch
|
13149
|
+
template:
|
13150
|
+
- application/vnd.onvif.metadata
|
13151
|
+
registered: true
|
12060
13152
|
- !ruby/object:MIME::Type
|
12061
13153
|
content-type: application/vnd.openblox.game+xml
|
12062
13154
|
encoding: base64
|
@@ -13168,6 +14260,15 @@
|
|
13168
14260
|
template:
|
13169
14261
|
- application/vnd.psfs
|
13170
14262
|
registered: true
|
14263
|
+
- !ruby/object:MIME::Type
|
14264
|
+
content-type: application/vnd.pt.mundusmundi
|
14265
|
+
encoding: base64
|
14266
|
+
xrefs:
|
14267
|
+
person:
|
14268
|
+
- Igor_Lima_Bolacha_Severino
|
14269
|
+
template:
|
14270
|
+
- application/vnd.pt.mundusmundi
|
14271
|
+
registered: true
|
13171
14272
|
- !ruby/object:MIME::Type
|
13172
14273
|
content-type: application/vnd.publishare-delta-tree
|
13173
14274
|
friendly:
|
@@ -13459,6 +14560,15 @@
|
|
13459
14560
|
template:
|
13460
14561
|
- application/vnd.recordare.musicxml+xml
|
13461
14562
|
registered: true
|
14563
|
+
- !ruby/object:MIME::Type
|
14564
|
+
content-type: application/vnd.relpipe
|
14565
|
+
encoding: base64
|
14566
|
+
xrefs:
|
14567
|
+
person:
|
14568
|
+
- Frantisek_Kucera
|
14569
|
+
template:
|
14570
|
+
- application/vnd.relpipe
|
14571
|
+
registered: true
|
13462
14572
|
- !ruby/object:MIME::Type
|
13463
14573
|
content-type: application/vnd.RenLearn.rlprint
|
13464
14574
|
encoding: base64
|
@@ -13961,6 +15071,15 @@
|
|
13961
15071
|
template:
|
13962
15072
|
- application/vnd.smart.teacher
|
13963
15073
|
registered: true
|
15074
|
+
- !ruby/object:MIME::Type
|
15075
|
+
content-type: application/vnd.smintio.portals.archive
|
15076
|
+
encoding: base64
|
15077
|
+
xrefs:
|
15078
|
+
person:
|
15079
|
+
- Reinhard_Holzner
|
15080
|
+
template:
|
15081
|
+
- application/vnd.smintio.portals.archive
|
15082
|
+
registered: true
|
13964
15083
|
- !ruby/object:MIME::Type
|
13965
15084
|
content-type: application/vnd.snesdev-page-table
|
13966
15085
|
encoding: base64
|
@@ -14280,6 +15399,15 @@
|
|
14280
15399
|
template:
|
14281
15400
|
- application/vnd.swiftview-ics
|
14282
15401
|
registered: true
|
15402
|
+
- !ruby/object:MIME::Type
|
15403
|
+
content-type: application/vnd.sybyl.mol2
|
15404
|
+
encoding: base64
|
15405
|
+
xrefs:
|
15406
|
+
person:
|
15407
|
+
- Finn_Rayk_Gärtner
|
15408
|
+
template:
|
15409
|
+
- application/vnd.sybyl.mol2
|
15410
|
+
registered: true
|
14283
15411
|
- !ruby/object:MIME::Type
|
14284
15412
|
content-type: application/vnd.sycle+xml
|
14285
15413
|
encoding: base64
|
@@ -14945,6 +16073,15 @@
|
|
14945
16073
|
template:
|
14946
16074
|
- application/vnd.wap.wmlscriptc
|
14947
16075
|
registered: true
|
16076
|
+
- !ruby/object:MIME::Type
|
16077
|
+
content-type: application/vnd.wasmflow.wafl
|
16078
|
+
encoding: base64
|
16079
|
+
xrefs:
|
16080
|
+
person:
|
16081
|
+
- Fawad_Shaikh
|
16082
|
+
template:
|
16083
|
+
- application/vnd.wasmflow.wafl
|
16084
|
+
registered: true
|
14948
16085
|
- !ruby/object:MIME::Type
|
14949
16086
|
content-type: application/vnd.webturbo
|
14950
16087
|
friendly:
|
@@ -15045,6 +16182,15 @@
|
|
15045
16182
|
template:
|
15046
16183
|
- application/vnd.wolfram.player
|
15047
16184
|
registered: true
|
16185
|
+
- !ruby/object:MIME::Type
|
16186
|
+
content-type: application/vnd.wordlift
|
16187
|
+
encoding: base64
|
16188
|
+
xrefs:
|
16189
|
+
person:
|
16190
|
+
- David_Riccitelli
|
16191
|
+
template:
|
16192
|
+
- application/vnd.wordlift
|
16193
|
+
registered: true
|
15048
16194
|
- !ruby/object:MIME::Type
|
15049
16195
|
content-type: application/vnd.wordperfect
|
15050
16196
|
friendly:
|
@@ -15422,6 +16568,14 @@
|
|
15422
16568
|
template:
|
15423
16569
|
- application/voucher-cms+json
|
15424
16570
|
registered: true
|
16571
|
+
- !ruby/object:MIME::Type
|
16572
|
+
content-type: application/voucher-cose+cbor
|
16573
|
+
encoding: base64
|
16574
|
+
xrefs:
|
16575
|
+
draft:
|
16576
|
+
- draft-ietf-anima-constrained-voucher-17
|
16577
|
+
registered: true
|
16578
|
+
provisional: true
|
15425
16579
|
- !ruby/object:MIME::Type
|
15426
16580
|
content-type: application/vq-rtcpxr
|
15427
16581
|
encoding: base64
|
@@ -15456,6 +16610,14 @@
|
|
15456
16610
|
template:
|
15457
16611
|
- application/watcherinfo+xml
|
15458
16612
|
registered: true
|
16613
|
+
- !ruby/object:MIME::Type
|
16614
|
+
content-type: application/webbundle
|
16615
|
+
encoding: base64
|
16616
|
+
xrefs:
|
16617
|
+
draft:
|
16618
|
+
- draft-yasskin-wpack-bundled-exchanges
|
16619
|
+
registered: true
|
16620
|
+
provisional: true
|
15459
16621
|
- !ruby/object:MIME::Type
|
15460
16622
|
content-type: application/webpush-options+json
|
15461
16623
|
encoding: base64
|
@@ -15516,6 +16678,14 @@
|
|
15516
16678
|
template:
|
15517
16679
|
- application/wita
|
15518
16680
|
registered: true
|
16681
|
+
- !ruby/object:MIME::Type
|
16682
|
+
content-type: application/won
|
16683
|
+
encoding: base64
|
16684
|
+
xrefs:
|
16685
|
+
person:
|
16686
|
+
- Roy_T._Fielding
|
16687
|
+
registered: true
|
16688
|
+
provisional: true
|
15519
16689
|
- !ruby/object:MIME::Type
|
15520
16690
|
content-type: application/word
|
15521
16691
|
encoding: base64
|
@@ -15883,6 +17053,12 @@
|
|
15883
17053
|
content-type: application/x-dxf
|
15884
17054
|
encoding: base64
|
15885
17055
|
registered: false
|
17056
|
+
- !ruby/object:MIME::Type
|
17057
|
+
content-type: application/x-ecmascript
|
17058
|
+
encoding: 8bit
|
17059
|
+
obsolete: true
|
17060
|
+
use-instead: text/javascript
|
17061
|
+
registered: false
|
15886
17062
|
- !ruby/object:MIME::Type
|
15887
17063
|
content-type: application/x-envoy
|
15888
17064
|
encoding: base64
|
@@ -16162,7 +17338,7 @@
|
|
16162
17338
|
- js
|
16163
17339
|
- mjs
|
16164
17340
|
obsolete: true
|
16165
|
-
use-instead:
|
17341
|
+
use-instead: text/javascript
|
16166
17342
|
registered: false
|
16167
17343
|
- !ruby/object:MIME::Type
|
16168
17344
|
content-type: application/x-koan
|
@@ -17055,6 +18231,16 @@
|
|
17055
18231
|
template:
|
17056
18232
|
- application/xenc+xml
|
17057
18233
|
registered: true
|
18234
|
+
- !ruby/object:MIME::Type
|
18235
|
+
content-type: application/xfdf
|
18236
|
+
encoding: base64
|
18237
|
+
xrefs:
|
18238
|
+
person:
|
18239
|
+
- Betsy_Fanning
|
18240
|
+
- ISO-TC_171-SC_2
|
18241
|
+
template:
|
18242
|
+
- application/xfdf
|
18243
|
+
registered: true
|
17058
18244
|
- !ruby/object:MIME::Type
|
17059
18245
|
content-type: application/xhtml+xml
|
17060
18246
|
friendly:
|
@@ -17204,6 +18390,17 @@
|
|
17204
18390
|
template:
|
17205
18391
|
- application/xv+xml
|
17206
18392
|
registered: true
|
18393
|
+
- !ruby/object:MIME::Type
|
18394
|
+
content-type: application/yaml
|
18395
|
+
encoding: base64
|
18396
|
+
xrefs:
|
18397
|
+
uri:
|
18398
|
+
- https://yaml.org/spec/1.2.2/
|
18399
|
+
draft:
|
18400
|
+
- RFC-ietf-httpapi-yaml-mediatypes-10
|
18401
|
+
template:
|
18402
|
+
- application/yaml
|
18403
|
+
registered: true
|
17207
18404
|
- !ruby/object:MIME::Type
|
17208
18405
|
content-type: application/yang
|
17209
18406
|
friendly:
|
@@ -17217,6 +18414,15 @@
|
|
17217
18414
|
template:
|
17218
18415
|
- application/yang
|
17219
18416
|
registered: true
|
18417
|
+
- !ruby/object:MIME::Type
|
18418
|
+
content-type: application/yang-data+cbor
|
18419
|
+
encoding: base64
|
18420
|
+
xrefs:
|
18421
|
+
rfc:
|
18422
|
+
- rfc9254
|
18423
|
+
template:
|
18424
|
+
- application/yang-data+cbor
|
18425
|
+
registered: true
|
17220
18426
|
- !ruby/object:MIME::Type
|
17221
18427
|
content-type: application/yang-data+json
|
17222
18428
|
encoding: base64
|