Skip to content

Commit

Permalink
Merge pull request #496 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
add test_profile
  • Loading branch information
helrond committed Aug 18, 2021
2 parents ba56613 + e8e6abb commit 5624eb8
Showing 1 changed file with 89 additions and 0 deletions.
89 changes: 89 additions & 0 deletions test_bags/test_profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"BagIt-Profile-Info":{
"BagIt-Profile-Identifier":"https://raw.githubusercontent.com/RockefellerArchiveCenter/project_electron/master/transfer/organizational-bag-profile.json",
"Source-Organization":"Rockarch.org",
"Contact-Name":"Hillel Arnold",
"Contact-Email":"harnold@rockarch.org",
"External-Description":"BagIt profile for transferring records from donors to the RAC",
"Version":"1.4"
},
"Bag-Info":{
"Source-Organization":{
"required":true,
"values":[
"Ford Foundation",
"Rockefeller Foundation",
"Rockefeller University",
"Commonwealth Fund",
"Test Organization"
],
"repeatable":false
},
"External-Identifier":{
"required":true,
"repeatable":false
},
"Internal-Sender-Description":{
"required":true,
"repeatable":false
},
"Title":{
"required":true,
"repeatable":false
},
"Date-Start":{
"required":true,
"repeatable":false
},
"Date-End":{
"required":true,
"repeatable":false
},
"Record-Creators":{
"required":true,
"repeatable":true
},
"Record-Type":{
"required":true,
"values":[
"administrative records",
"board materials",
"communications and publications",
"grant records",
"annual reports"
],
"repeatable":false
},
"Language":{
"required":true,
"repeatable":true
},
"Bagging-Date":{
"required":true,
"repeatable":false
},
"Payload-Oxum":{
"required":true,
"repeatable":false
},
"Bag-Count":{
"required":false,
"repeatable":false
},
"Bag-Group-Identifier":{
"required":false,
"repeatable":false
}
},
"Manifests-Required":[],
"Allow-Fetch.txt":false,
"Serialization":"optional",
"Accept-Serialization":[
"application/zip",
"application/x-tar",
"application/x-gzip"
],
"Accept-BagIt-Version":[
"0.97"
]
}

0 comments on commit 5624eb8

Please sign in to comment.