forked from raml-org/raml-tutorial-200
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjukebox-include-albums.sample
32 lines (32 loc) · 1022 Bytes
/
jukebox-include-albums.sample
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
[
{
"albumId": "183100e3-0e2b-4404-a716-66104d440550",
"albumName": "Random Access Memories",
"imageURL": "http://upload.wikimedia.org/wikipedia/en/a/a7/Random_Access_Memories.jpg",
"artistId": "110e8300-e32b-41d4-a716-664400445500",
"genre": {
"countryCode": "ELE",
"countryName": "Electronic"
}
},
{
"albumId": "183100e3-0e2b-4404-3123-66111d4de520",
"albumName": "OK Computer",
"imageURL": "http://www.greenplastic.com/dev/wp-content/uploads/2010/12/ok-computer.jpg",
"artistId": "11032be3-41d4-4455-a716-664400a71600",
"genre": {
"countryCode": "ALT",
"countryName": "Alternative Rock"
}
},
{
"albumId": "183100e3-cccc-4404-1111-63204d64coda",
"albumName": "The Dark Side of the Moon",
"imageURL": "http://upload.wikimedia.org/wikipedia/en/3/3b/Dark_Side_of_the_Moon.png",
"artistId": "110e8300-e32b-41d4-a716-229932554400",
"genre": {
"countryCode": "PRO",
"countryName": "Progressive Rock"
}
}
]