-
Notifications
You must be signed in to change notification settings - Fork 2
/
perseids.json
39 lines (39 loc) · 967 Bytes
/
perseids.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"BagIt-Profile-Info":{
"BagIt-Profile-Identifier":"https://w3id.org/ro/bagit/profile",
"BagIt-Profile-Version": "1.3.0",
"Source-Organization":"researchobject.org",
"Contact-Name":"Stian Soiland-Reyes",
"Contact-Email":"[email protected]",
"External-Description":"BagIt profile for Research Objects. See https://w3id.org/ro/bagit",
"Version":"0.2.20160422"
},
"Bag-Info": {
"Bag-Size": {
"required":true
},
"Payload-Oxum": {
"required":true
}
},
"Manifests-Required":[
"md5", "sha1"
],
"Allow-Fetch.txt": true,
"Serialization": "required",
"Accept-Serialization":[
"application/zip",
"application/x-tar",
"application/x-tar+gzip"
],
"Tag-Manifests-Required":[
"md5", "sha1"
],
"Tag-Files-Required":[
"metadata/manifest.json"
],
"Accept-BagIt-Version":[
"0.97",
"1.0"
]
}