This repository has been 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
/
json-api-bundles.json
73 lines (73 loc) · 2.89 KB
/
json-api-bundles.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
{
"data": [
{
"id": "35e0606d-5e18-4f9c-aa61-74fc751cc3f9",
"type": "bundles",
"attributes": {
"name": "ORIGINAL",
"metadata": [
{ "key": "dc.title", "value": "ORIGINAL", "language": "en" }
]
},
"relationships": {
"items": {
"links": {
"self": "http://localhost:3000/api/bundles/35e0606d-5e18-4f9c-aa61-74fc751cc3f9/relationships/items",
"related": "http://localhost:3000/api/bundles/35e0606d-5e18-4f9c-aa61-74fc751cc3f9/items"
},
"data": [{ "type": "items", "id": "21539b1d-9ef1-4eda-9c77-49565b5bfb78" }]
},
"bitstreams": {
"links": {
"self": "http://localhost:3000/api/bundles/35e0606d-5e18-4f9c-aa61-74fc751cc3f9/relationships/bitstreams",
"related": "http://localhost:3000/api/bundles/35e0606d-5e18-4f9c-aa61-74fc751cc3f9/bitstreams"
},
"data": [{ "type": "bitstreams", "id": "43c57c2b-206f-4645-8c8f-5f10c84b09fa" }]
},
"primaryBitstream": {
"links": {
"self": "http://localhost:3000/api/bundles/35e0606d-5e18-4f9c-aa61-74fc751cc3f9/relationships/primaryBitstream",
"related": "http://localhost:3000/api/bundles/35e0606d-5e18-4f9c-aa61-74fc751cc3f9/primaryBitstream"
},
"data": { "type": "bitstreams", "id": "43c57c2b-206f-4645-8c8f-5f10c84b09fa" }
}
}
},
{
"id": "a469c57a-abcf-45c3-83e4-b187ebd708fd",
"type": "bundles",
"attributes": {
"name": "THUMBNAIL",
"metadata": [
{ "key": "dc.title", "value": "THUMBNAIL", "language": "en" }
]
},
"relationships": {
"items": {
"links": {
"self": "http://localhost:3000/api/bundles/a469c57a-abcf-45c3-83e4-b187ebd708fd/relationships/items",
"related": "http://localhost:3000/api/bundles/a469c57a-abcf-45c3-83e4-b187ebd708fd/items"
},
"data": [{ "type": "items", "id": "21539b1d-9ef1-4eda-9c77-49565b5bfb78" }]
},
"bitstreams": {
"links": {
"self": "http://localhost:3000/api/bundles/a469c57a-abcf-45c3-83e4-b187ebd708fd/relationships/bitstreams",
"related": "http://localhost:3000/api/bundles/a469c57a-abcf-45c3-83e4-b187ebd708fd/bitstreams"
},
"data": [{ "type": "bitstreams", "id": "1a013ecc-fb25-4689-a44f-f1383ad26632" }]
},
"primaryBitstream": {
"links": {
"self": "http://localhost:3000/api/bundles/a469c57a-abcf-45c3-83e4-b187ebd708fd/relationships/primaryBitstream",
"related": "http://localhost:3000/api/bundles/a469c57a-abcf-45c3-83e4-b187ebd708fd/primaryBitstream"
},
"data": { "type": "bitstreams", "id": "1a013ecc-fb25-4689-a44f-f1383ad26632" }
}
}
}
],
"links": {
"self": "http://localhost:3000/api/bundles"
}
}