-
Notifications
You must be signed in to change notification settings - Fork 7
/
profile.json
37 lines (37 loc) · 932 Bytes
/
profile.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
{
"BagIt-Profile-Info":{
"BagIt-Profile-Identifier":"https://w3id.org/ro/bagit/profile/0.3",
"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.3.20190314"
},
"Bag-Info": {
"Bag-Size": {
"required":true
},
"Payload-Oxum": {
"required":true
}
},
"Manifests-Required":[
"sha256", "sha512"
],
"Allow-Fetch.txt": true,
"Serialization": "required",
"Accept-Serialization":[
"application/zip",
"application/x-tar",
"application/x-tar+gzip"
],
"Tag-Manifests-Required":[
"sha256", "sha512"
],
"Tag-Files-Required":[
"metadata/manifest.json"
],
"Accept-BagIt-Version":[
"0.97", "1.0"
]
}