forked from tdilauro/btr_bagit_profile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
btr-bagit-profile.json
69 lines (69 loc) · 2.43 KB
/
btr-bagit-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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"BagIt-Profile-Info": {
"Source-Organization": "Beyond the Repository Bagit Profile Group",
"External-Description": "Bagit Profile for Consistent Deposit to Distributed Digital Preservation Services",
"Version": "1.0",
"BagIt-Profile-Identifier": "https://github.com/dpscollaborative/btr_bagit_profile/releases/download/1.0/btr-bagit-profile.json",
"BagIt-Profile-Version": "1.3.0"
},
"Bag-Info": {
"Source-Organization": {"required": true},
"Bagging-Date": {"required": true},
"Payload-Oxum": {"required": true},
"Organization-Address": {"required": false, "recommended": true},
"Contact-Name": {"required": false},
"Contact-Phone": {"required": false},
"Contact-Email": {"required": false, "recommended": true},
"External-Description": {"required": false},
"External-Identifier": {"required": false},
"Bag-Group-Identifier": {
"required": false,
"recommended": true,
"description": "*Recommended in the case of multiple related bags, otherwise optional"
},
"Bag-Count": {
"required": false,
"recommended": true,
"description": "*Recommended in the case of multiple related bags, otherwise optional"
},
"Bag-Size": {"required": false},
"Internal-Sender-Identifier": {"required": false, "recommended": true},
"Internal-Sender-Description": {"required": false, "recommended": true},
"Payload-Identifier": {"required": false},
"Bag-Producing-Organization": {
"required": false,
"recommended": true,
"description": "Can be the same as source_organization recommended when not the same as source"
}
},
"Manifests-Required": [],
"Manifests-Allowed": [
"md5",
"sha1",
"sha256",
"sha512"
],
"Allow-Fetch.txt": false,
"Serialization": "optional",
"Accept-Serialization": [
"application/zip",
"application/tar",
"application/x-tar",
"application/gzip",
"application/x-gzip",
"application/x-7z-compressed"
],
"Tag-Manifests-Required": [],
"Tag-Manifests-Allowed": [
"md5",
"sha1",
"sha256",
"sha512"
],
"Tag-Files-Required": [],
"Tag-Files-Allowed": ["*"],
"Accept-BagIt-Version": [
"0.97",
"1.0"
]
}