57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"bands": [
|
|
{
|
|
"name": "The Rolling Stones",
|
|
"genre": "ROCK",
|
|
"coordinates": {
|
|
"x": 100,
|
|
"y": 200
|
|
},
|
|
"numberOfParticipants": 4,
|
|
"singlesCount": 50,
|
|
"albumsCount": 30,
|
|
"establishmentDate": "1962-07-12T10:00:00+03:00",
|
|
"description": "British rock band formed in London",
|
|
"bestAlbum": {
|
|
"name": "Sticky Fingers",
|
|
"tracks": 10
|
|
}
|
|
},
|
|
{
|
|
"name": "Pink Floyd",
|
|
"genre": "PSYCHEDELIC_CLOUD_RAP",
|
|
"coordinates": {
|
|
"x": 150,
|
|
"y": 250
|
|
},
|
|
"numberOfParticipants": 5,
|
|
"singlesCount": 30,
|
|
"albumsCount": 15,
|
|
"establishmentDate": "1965-01-01T12:00:00+03:00",
|
|
"description": "Progressive rock band",
|
|
"bestAlbum": {
|
|
"name": "The Dark Side of the Moon",
|
|
"tracks": 10
|
|
},
|
|
"frontMan": {
|
|
"name": "David Gilmour",
|
|
"eyeColor": "BLUE",
|
|
"hairColor": "BROWN",
|
|
"height": 183.0,
|
|
"nationality": "SOUTH_KOREA",
|
|
"location": {
|
|
"x": 10,
|
|
"y": 20.5,
|
|
"z": 30
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "Miles Davis Quintet",
|
|
"genre": "JAZZ",
|
|
"coordinates": {
|
|
"x": 300,
|
|
"y": 400
|
|
},
|
|
"numberOfParticipants": 5,
|
|
"singlesCount": 20, |