-
Notifications
You must be signed in to change notification settings - Fork 11
/
bagProfileBar.json
88 lines (88 loc) · 1.99 KB
/
bagProfileBar.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"BagIt-Profile-Info":{
"BagIt-Profile-Identifier":"http://canadiana.org/standards/bagit/tdr_ingest.json",
"BagIt-Profile-Version": "1.2.0",
"Source-Organization":"Candiana.org",
"Contact-Name":"William Wueppelmann",
"Contact-Email":"[email protected]",
"External-Description":"BagIt Profile for ingesting content into the C.O. TDR loading dock.",
"Version":"1.2"
},
"Bag-Info":{
"Source-Organization":{
"required":true,
"values":[
"Simon Fraser University",
"York University"
]
},
"Organization-Address":{
"required":true,
"values":[
"8888 University Drive Burnaby, B.C. V5A 1S6 Canada",
"4700 Keele Street Toronto, Ontario M3J 1P3 Canada"
]
},
"Contact-Name":{
"required":true,
"values":[
"Mark Jordan",
"Nick Ruest"
]
},
"Contact-Phone":{
"required":false
},
"Contact-Email":{
"required":true
},
"External-Description":{
"required":true
},
"External-Identifier":{
"required":false
},
"Bag-Size":{
"required":true
},
"Bag-Group-Identifier":{
"required":false
},
"Bag-Count":{
"required":true
},
"Internal-Sender-Identifier":{
"required":false
},
"Internal-Sender-Description":{
"required":false
},
"Bagging-Date":{
"required":true
},
"Payload-Oxum":{
"required":true
}
},
"Manifests-Required":[
"md5"
],
"Allow-Fetch.txt":false,
"Serialization":"optional",
"Accept-Serialization":[
"application/zip"
],
"Tag-Manifests-Required":[
"md5"
],
"Tag-Files-Allowed":[
"DPN/*"
],
"Tag-Files-Required":[
"DPN/dpnFirstNode.txt",
"DPN/dpnRegistry"
],
"Accept-BagIt-Version":[
"0.96"
]
}