forked from bagit-profiles/bagit-profiles-specification
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bagProfileFoo.json
38 lines (38 loc) · 902 Bytes
/
bagProfileFoo.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
{
"BagIt-Profile-Info":{
"BagIt-Profile-Identifier":"http://www.library.yale.edu/mssa/bagitprofiles/disk_images.json",
"BagIt-Profile-Version": "1.1.0",
"Source-Organization":"Yale University",
"Contact-Name":"Mark Matienzo",
"External-Description":"BagIt profile for packaging disk images",
"Version":"0.3"
},
"Bag-Info":{
"Bagging-Date":{
"required":true
},
"Source-Organization":{
"required":true,
"values":[
"Simon Fraser University",
"York University"
]
},
"Contact-Phone":{
"required":true
}
},
"Manifests-Required":[
"md5"
],
"Allow-Fetch.txt":false,
"Serialization":"required",
"Accept-Serialization":[
"application/zip",
"application/tar"
],
"Accept-BagIt-Version":[
"0.96",
"0.97"
]
}