This repository was archived by the owner on Sep 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathjson-api-bitstreams.json
More file actions
63 lines (63 loc) · 2.17 KB
/
json-api-bitstreams.json
File metadata and controls
63 lines (63 loc) · 2.17 KB
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
{
"data": [
{
"id": "43c57c2b-206f-4645-8c8f-5f10c84b09fa",
"type": "bitstream",
"attributes": {
"name": "do_open_access_CRL.pdf",
"size": 636626,
"url": "/bitstreams/43c57c2b-206f-4645-8c8f-5f10c84b09fa/retrieve",
"checksum": {
"value": "063dfbbbac873aa3fca479b878eccff3",
"algorithm": "MD5"
},
"metadata": [
{ "key": "dc.title", "value": "do_open_access_CRL.pdf", "language": null },
{ "key": "dc.description", "value": "Conference Paper", "language": "en" }
],
"format": "Adobe PDF",
"mimetype": "application/pdf"
},
"relationships": {
"bundle": {
"links": {
"self": "http://localhost:3000/api/bitstreams/43c57c2b-206f-4645-8c8f-5f10c84b09fa/relationships/bundle",
"related": "http://localhost:3000/api/bitstreams/43c57c2b-206f-4645-8c8f-5f10c84b09fa/bundle"
},
"data": { "type": "bundles", "id": "35e0606d-5e18-4f9c-aa61-74fc751cc3f9" }
}
}
},
{
"id": "1a013ecc-fb25-4689-a44f-f1383ad26632",
"type": "bitstream",
"attributes": {
"name": "do_open_access_CRL.pdf.jpg",
"size": 41183,
"url": "/rest/bitstreams/1a013ecc-fb25-4689-a44f-f1383ad26632/retrieve",
"checksum": {
"value": "a8ad475e86f9645c60e13e06f1427814",
"algorithm": "MD5"
},
"metadata": [
{ "key": "dc.title", "value": "do_open_access_CRL.pdf.jpg", "language": null },
{ "key": "dc.description", "value": "Generated Thumbnail", "language": "en" }
],
"format": "JPEG",
"mimetype": "image/jpeg"
},
"relationships": {
"bundle": {
"links": {
"self": "http://localhost:3000/api/bitstreams/1a013ecc-fb25-4689-a44f-f1383ad26632/relationships/bundle",
"related": "http://localhost:3000/api/bitstreams/1a013ecc-fb25-4689-a44f-f1383ad26632/bundle"
},
"data": { "type": "bundles", "id": "a469c57a-abcf-45c3-83e4-b187ebd708fd" }
}
}
}
],
"links": {
"self": "http://localhost:3000/api/bitstreams"
}
}