Your API definition is missing the OpenAPI/Swagger version number, in this case "swagger": "2.0". Add it at the beginning, like so:
{
"swagger": "2.0",
"title" : "Music API Documentation",
...
Your API definition is missing the OpenAPI/Swagger version number, in this case "swagger": "2.0". Add it at the beginning, like so:
{
"swagger": "2.0",
"title" : "Music API Documentation",
...