Skip to content

Instantly share code, notes, and snippets.

@rpsnaik
Created October 9, 2019 18:51
Show Gist options
  • Save rpsnaik/1a04b3382f6c18cb6e9aef52a88cc46b to your computer and use it in GitHub Desktop.
Save rpsnaik/1a04b3382f6c18cb6e9aef52a88cc46b to your computer and use it in GitHub Desktop.
{
"songs": [
{
"songId": "String",
"songTitle": "String",
"songIndex": "Character",
"releasedTimestamp": "String",
"audioUrl": "String: url/image",
"performedBy": "String",
"writtenBy": "String",
"producedBy": "String",
"source": "String",
"numberOfPlays": "Integer",
"artistId": "String",
"categories": [
{
"categoryId": "String"
}
],
"lyrics": [
{
"startTimeStamp": "TimeStamp",
"endTimeStamp": "TimeStamp",
"content": "String",
"isGlimse": "Boolean"
}
],
"album": {
"isFromAnAlbum": "Boolean",
"albumId": "String"
}
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment