This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
forked from bagit-profiles/bagit-profiles-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bagProfileFoo.json
82 lines (82 loc) · 1.81 KB
/
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
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
{
"BagIt-Profile-Info": {
"BagIt-Profile-Identifier": "http://www.library.yale.edu/mssa/bagitprofiles/disk_images.json",
"BagIt-Profile-Version": "2.0",
"Source-Organization": "Yale University",
"Contact-Name": "Mark Matienzo",
"External-Description": "BagIt profile for packaging disk images",
"Version": "0.3"
},
"Tags": [{
"tagFile": "bagit.txt",
"tagName": "BagIt-Version",
"required": true,
"values": [
"0.96",
"0.97"
],
"defaultValue": "0.97",
"help": "Which version of the BagIt specification describes this bag's format?"
},
{
"tagFile": "bagit.txt",
"tagName": "Tag-File-Character-Encoding",
"required": true,
"values": [
"UTF-8"
],
"defaultValue": "UTF-8",
"help": "How are this bag's plain-text tag files encoded?"
},
{
"tagFile": "bag-info.txt",
"tagName": "Bagging-Date",
"required": true,
"help": "The date this bag was created."
},
{
"tagName": "Source-Organization",
"tagFile": "bag-info.txt",
"required": true,
"values": [
"Simon Fraser University",
"York University"
],
"help": "The name of the organization transferring the content. This organization is assumed to be the custodian of the content."
},
{
"tagFile": "bag-info.txt",
"tagName": "Contact-Phone",
"required": true,
"values": [],
"help": "The phone number of the bagging/archiving contact in the source organization."
}
],
"Manifests-Allowed": [
"md5",
"sha1",
"sha224",
"sha256",
"sha384",
"sha512"
],
"Tag-Manifests-Allowed": [
"md5",
"sha1",
"sha224",
"sha256",
"sha384",
"sha512"
],
"Allow-Fetch.txt": false,
"Serialization": "required",
"Deserialization-Match-Required": false,
"Accept-Serialization": [
"application/zip",
"application/tar"
],
"Accept-BagIt-Version": [
"0.96",
"0.97"
]
}