Skip to content

Instantly share code, notes, and snippets.

@rpsnaik
Created October 9, 2019 18:52
Show Gist options
  • Save rpsnaik/c214d8f87b0ee62de70da82cbf3cd14f to your computer and use it in GitHub Desktop.
Save rpsnaik/c214d8f87b0ee62de70da82cbf3cd14f to your computer and use it in GitHub Desktop.
{
"albums": [
{
"artistId": "String",
"albumTitle": "String",
"ablumIndex": "Character",
"releasedTime": "Timestamp",
"copyrightOwnership": "String",
"albumThumbnail": "String url/image",
"albumSongs": [
{
"songId": "String"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment