# Mock Data iOS
### PlayList
```json=
{
id: Int,
thumbnail_url: String,
title: String,
subtitle: String
}
```
### Station
```json=
{
id: Int,
thumbnail_url: String
}
```
### Track
```json=
{
id: Int,
title: String,
artist: String,
thumbnail_url: String
}
```
### Chart
```json=
{
id: Int,
title: String,
tracks: [Track]
}
```
### Album
```json=
{
id: Int,
thumbnail_url: String,
title: String,
subtitle: String
}
```
### Magazine
```json=
{
id: Int,
title: String,
thumbnail_url: String,
badge: String
}
```
## Collection
### PlayListCollection
```json=
{
id: Int,
title: String,
playLists: [PlayList]
}
```
---
#### 나를 위한 믹스테잎
```json=
{
id: 0,
title: "나를 위한 믹스테잎",
playlist: [
{
"id": 0,
"thumbnail_url": "https://music-phinf.pstatic.net/20201023_252/1603433363570qDaLB_PNG/VIBE_%B0%F8%C5%EB_%B7%AF%B4%D7%C7%D2%B6%A7.png",
"title": "지금은 러닝 중",
"subtitle": "VIBE"
},
{
"id": 1,
"thumbnail_url": "https://musicmeta-phinf.pstatic.net/album/005/074/5074362.jpg?type=r360Fll&v=20201109175907",
"title": "너의 하루 (바른연애 길잡이 X 로꼬)",
"subtitle": "로꼬"
},
{
"id": 2,
"thumbnailurl": "https://musicmeta-phinf.pstatic.net/album/003/192/3192546.jpg?type=r360Fll&v=20200218131711",
"title": "Two Five",
"subtitle": "볼빨간사춘기"
},
{
"id": 3,
"thumbnail_url": "https://musicmeta-phinf.pstatic.net/artist/000/134/134431.jpg?type=f674_674_repre3&v=2020112606",
"title": "10CM 대표곡",
"subtitle": "바이브"
}
]
}
```
#### 즐겨듣는 플레이리스트
```json=
{
id: 1,
title: "즐겨듣는 플레이리스트",
playlist: [
{
"id": 0,
"thumbnail_url": "https://music-phinf.pstatic.net/20201124_20/1606211156969Asg4f_PNG/201124_cover_img_%BF%E4%C1%F2%C0%CC%B0%EE.png",
"title": "요즘이곡",
"subtitle": "VIBE"
},
{
"id": 1,
"thumbnail_url": "https://music-phinf.pstatic.net/20201116_42/1605511769510Ah30K_JPEG/1116_lukasgraham-cover.jpg",
"title": "POP NOW",
"subtitle": "VIBE 트렌드"
},
{
"id": 2,
"thumbnail_url": "https://musicmeta-phinf.pstatic.net/artist/000/204/204378.jpg?type=f674_674_repre3&v=2020112607",
"title": "Ariana Grande 대표곡",
"subtitle": "VIBE"
},
{
"id": 3,
"thumbnail_url": "https://music-phinf.pstatic.net/20200615_106/1592196441856KreNj_PNG/VIBE_%B1%B9%B3%BB%BE%CB%BE%D8%BA%F1%BC%D2%BF%EF_%C7%BB%C3%B3%BE%CB%BE%D8%BA%F1%BA%A3%BD%BA%C6%AE.png",
"title": "퓨처 알앤비 베스트",
"subtitle": "VIBE 국내 알앤비/소울"
}
]
}
```
#### 내 취향 플레이리스트
```json=
{
"id": 2,
"title": "내 취향 플레이리스트",
"playlist": [
{
"id": 0,
"thumbnail_url": "https://musicmeta-phinf.pstatic.net/album/000/329/329532.jpg?type=r360Fll&v=20140603192757",
"title": "Break Up",
"subtitle": "정키(JungKey)"
},
{
"id": 1,
"thumbnail_url": "https://musicmeta-phinf.pstatic.net/album/000/000/431.jpg?type=r360Fll&v=20191212150839",
"title": "Blue City",
"subtitle": "박진영"
},
{
"id": 2,
"thumbnail_url": "https://musicmeta-phinf.pstatic.net/album/004/820/4820425.jpg?type=r360Fll&v=20200918130108",
"title": "Dynamite (DayTime Version)",
"subtitle": "방탄소년단"
},
{
"id": 3,
"thumbnail_url": "https://musicmeta-phinf.pstatic.net/album/005/073/5073202.jpg?type=r360Fll&v=20201124173205",
"title": "잔나비 소곡집 I",
"subtitle": "잔나비"
}
]
}
```
#### VIBE 추천 플레이리스트
```json=
{
"id": 3,
"title": "VIBE 추천 플레이리스트",
"playlist": [
{
"id": 0,
"thumbnail_url": "https://music-phinf.pstatic.net/20200323_204/1584950314888KCUtO_PNG/VIBE_%B0%F8%C5%EB_%B5%E9%C0%B8%B8%E9%B3%BB%BD%C9%C0%E5%C4%F4%C4%E7%C4%F4%C4%E7.png",
"title": "들으면 내심장 쿵쾅쿵쾅",
"subtitle": "VIBE"
},
{
"id": 1,
"thumbnail_url": "https://music-phinf.pstatic.net/20200323_53/1584950278400d35jP_PNG/VIBE__%B0%F8%C5%EB_%B9%E6%BE%C8%BF%A1%BC%AD.png",
"title": "방안에서",
"subtitle": "VIBE"
},
{
"id": 2,
"thumbnail_url": "https://music-phinf.pstatic.net/20200504_129/1588567863656I1vPo_PNG/VIBE_%B0%F8%C5%EB_%B2%DC%B6%B3%BE%EE%C1%F6%B4%C2%BE%CB%BE%D8%BA%F1.png",
"title": "꿀 떨어지는 R&B",
"subtitle": "VIBE"
},
{
"id": 3,
"thumbnail_url": "https://music-phinf.pstatic.net/20201124_54/1606207703974wP8mt_PNG/%B3%EB%B7%A1%B9%E6_%C7%C3%B7%B9%C0%CC%B8%AE%BD%BA%C6%AE%C4%BF%B9%F6_%C7%CF%C7%CF.png",
"title": "VIBE 노래방 반주 모음집",
"subtitle": "VIBE"
}
]
}
```
---
### AlbumCollection
```json=
{
id: Int,
title: String,
albums: [Album]
}
```
---
```json=
{
id: 0,
title: "좋아할 최신 앨범",
albums: [
{
id: 0,
"thumbnail_url": "https://musicmeta-phinf.pstatic.net/album/005/083/5083048.jpg?type=r360Fll&v=20201118141004",
"title": "알았다면",
"subitle": "길구봉구"
},
{
id: 1,
"thumbnail_url": "https://musicmeta-phinf.pstatic.net/album/004/483/4483580.jpg?type=r360Fll&v=20201120103008",
"title": "Heaven & Hell",
"subitle": "Ava Max"
},
{
id: 2,
"thumbnail_url": "https://musicmeta-phinf.pstatic.net/album/004/572/4572449.jpg?type=r360Fll&v=20201120103008",
"title": "Hey Boy",
"subitle": "Sia"
},
{
id: 3,
"thumbnail_url": "https://musicmeta-phinf.pstatic.net/album/005/083/5083159.jpg?type=r360Fll&v=20201116171028",
"title": "경우의 수 OST Part 9",
"subitle": "옥상달빛"
}
]
}
```
---
### StationCollection
```json=
{
id: Int,
title: String,
stations: [Station]
}
```
---
```json=
{
"id": 0,
"title": "DJ 스테이션",
"stations": [
{
"id": 0,
"thumbnail_url": "https://music-phinf.pstatic.net/20181204_83/1543917552142Qd1y6_PNG/mood_1_NowHot.png?type=f360"
},
{
"id": 1,
"thumbnail_url": "https://music-phinf.pstatic.net/20181204_1/1543917558419bLOt5_PNG/mood_2_Hip.png?type=f360"
},
{
"id": 2,
"thumbnail_url": "https://music-phinf.pstatic.net/20181204_11/1543918826895DFvFt_PNG/mood_3_Happy.png?type=f360"
},
{
"id": 3,
"thumbnail_url": "https://music-phinf.pstatic.net/20181204_236/1543918927254Fiokq_PNG/mood_13_Morning.png?type=f360"
}
]
}
```
---
### MagazineCollection
```json=
{
id: Int,
title: String,
magazines: [Magazine]
}
```
---
```json=
{
"id": 0,
"title": "매거진",
"magazines": [
{
"id": 0,
"title": "역경을 딛고 일어선 재즈 거장",
"thumbnail_url": "https://music-phinf.pstatic.net/20201117_20/1605577538296xaCi2_JPEG/1.jpg",
"badge": "genre"
},
{
"id": 1,
"title": "이주의 디깅 #84\n여자친구",
"thumbnail_url": "https://music-phinf.pstatic.net/20200901_92/1598948113558KQlwD_PNG/1.png?type=w720",
"badge": "pick"
},
{
"id": 2,
"title": "나만 없어 그 한정판\nLP 레코드",
"thumbnail_url": "https://music-phinf.pstatic.net/20201116_134/1605515912711lcfoe_JPEG/1_%B9%E9%BF%B9%B8%B0.jpeg"
"badge": "special"
}
]
}
```
---