Skip to content

Commit 69b133f

Browse files
authored
Merge pull request #40 from DataONEorg/feature-36-39-new-formats
Add 4 new formats: parquet, sqlite, DataONE sysmeta and object format list
2 parents fbef1ec + a99cfbf commit 69b133f

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| | |
22
|--------|------------|
3-
|Release: | [![v1.26](https://img.shields.io/badge/object--formats-v1.26-blue.svg)](https://github.com/DataONEorg/object-formats/releases/tag/v1.26) |
3+
|Release: | [![v1.27](https://img.shields.io/badge/object--formats-v1.27-blue.svg)](https://github.com/DataONEorg/object-formats/releases/tag/v1.27) |
44
|main: | ![main](https://github.com/DataONEorg/object-formats/actions/workflows/validate.yml/badge.svg?branch=main) |
55
|develop: | ![develop](https://github.com/DataONEorg/object-formats/actions/workflows/validate.yml/badge.svg?branch=develop) |
66

objectFormatListV2.xml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-stylesheet type="text/xsl" href="/cn/xslt/dataone.types.v1.xsl"?>
3-
<d1v2:objectFormatList count="151" start="0" total="151"
3+
<d1v2:objectFormatList count="155" start="0" total="155"
44
xmlns:d1v2="http://ns.dataone.org/service/types/v2.0"
55
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
66
xsi:schemaLocation="http://ns.dataone.org/service/types/v2.0 dataoneTypes_v2.0.xsd">
@@ -1082,4 +1082,32 @@
10821082
<mediaType name="application/vnd.gdb+zip"/>
10831083
<extension>zip</extension>
10841084
</objectFormat>
1085+
<objectFormat>
1086+
<formatId>application/vnd.apache.parquet</formatId>
1087+
<formatName>Apache Parquet</formatName>
1088+
<formatType>DATA</formatType>
1089+
<mediaType name="application/vnd.apache.parquet"/>
1090+
<extension>parquet</extension>
1091+
</objectFormat>
1092+
<objectFormat>
1093+
<formatId>application/vnd.sqlite3</formatId>
1094+
<formatName>SQLite Database</formatName>
1095+
<formatType>DATA</formatType>
1096+
<mediaType name="application/vnd.sqlite3"/>
1097+
<extension>db</extension>
1098+
</objectFormat>
1099+
<objectFormat>
1100+
<formatId>https://ns.dataone.org/service/types/v2.0#SystemMetadata</formatId>
1101+
<formatName>System Metadata</formatName>
1102+
<formatType>METADATA</formatType>
1103+
<mediaType name="text/xml"/>
1104+
<extension>xml</extension>
1105+
</objectFormat>
1106+
<objectFormat>
1107+
<formatId>http://ns.dataone.org/service/types/v2.0#ObjectFormatList</formatId>
1108+
<formatName>Object Format List</formatName>
1109+
<formatType>METADATA</formatType>
1110+
<mediaType name="text/xml"/>
1111+
<extension>xml</extension>
1112+
</objectFormat>
10851113
</d1v2:objectFormatList>

0 commit comments

Comments
 (0)