|
177 | 177 | "userId":{"type":"string", "example":"7"}, |
178 | 178 | "nickname":{"type":"string", "example":"탱"}, |
179 | 179 | "profileImage":{"type": ["string", null], "example":null}, |
180 | | - "description":{"type":"string", "example":"."} |
| 180 | + "description":{"type":"string", "example":"."}, |
| 181 | + "badges":{ |
| 182 | + "type":"array", |
| 183 | + "items":{ |
| 184 | + "properties":{ |
| 185 | + "id":{"type":"string", "example":"1"}, |
| 186 | + "earnedAt":{"type":"string", "example":"2025-08-10T05:16:02.000Z"}, |
| 187 | + "badge":{ |
| 188 | + "type":"array", |
| 189 | + "items":{ |
| 190 | + "properties":{ |
| 191 | + "id":{"type":"string", "example":"1"}, |
| 192 | + "type":{"type":"string", "example":"follow"}, |
| 193 | + "threshold":{"type":"integer", "example":5}, |
| 194 | + "name":{"type":"string", "example":"팔로워 5명 달성"}, |
| 195 | + "badgeImage":{"type":"string", "example":"null"} |
| 196 | + } |
| 197 | + } |
| 198 | + }, |
| 199 | + "reviews":{ |
| 200 | + "type":"array", |
| 201 | + "items":{ |
| 202 | + "properties":{ |
| 203 | + "id":{"type":"integer", "example":101}, |
| 204 | + "requestId":{"type":"integer", "example":77}, |
| 205 | + "rate":{"type":"integer", "example":5}, |
| 206 | + "content":{"type":"string", "example":"좋았습니다"}, |
| 207 | + "createdAt":{"type":"string", "example":"2025-08-09T12:30:00.000Z"}, |
| 208 | + "updatedAt":{"type":"string", "example":"2025-08-09T12:30:00.000Z"} |
| 209 | + } |
| 210 | + } |
| 211 | + } |
| 212 | + } |
| 213 | + } |
| 214 | + } |
181 | 215 | } |
182 | 216 | } |
183 | 217 | } |
|
0 commit comments