Skip to content

Instantly share code, notes, and snippets.

@kayvank
Created April 17, 2019 16:46
Show Gist options
  • Save kayvank/f48f7783ce141a6864dc14fc7b8f96cd to your computer and use it in GitHub Desktop.
Save kayvank/f48f7783ce141a6864dc14fc7b8f96cd to your computer and use it in GitHub Desktop.
artis.rsong.io manifest.json sample
{
"header": {
"application": "artist.rsong.io",
"version": "0.1.0",
"api_key": "",
"timestamp": 1554989839552
},
"title": "Some title",
"sub_title": "Some subtitle",
"user": {
"id": "5caf3d143acc021325895b07",
"oauth_info": {
"source": "gmail",
"bag": [
{
"key": "email",
"value": "dragan.mijatovic@cramick-it.com"
},
{
"key": "name",
"value": "Dragan Mijatovic"
}
]
},
"rsong_io_generated_id": "5caf3e803acc021325895b0a"
},
"release_date": "2019-09-24T22:00:00.000Z",
"genres": [
{
"_id": "5caf3d077a6c12130f69750a",
"name": "Moods"
},
{
"_id": "5caf3d077a6c12130f69750c",
"name": "Pop"
}
],
"staff": [
{
"type": "artist",
"name": "Fabian MainArtist",
"main": true
},
{
"type": "artist",
"name": "Alex AditionalArtist",
"main": false
},
{
"type": "song_writer",
"id": "5caf3e803acc021325895b0c",
"name": "Ned Writer",
"publisher": "Some Publisher",
"percentages": [
{
"type": "total_song",
"value": 100
},
{
"type": "publisher",
"value": 100
}
]
},
{
"type": "sound_owner",
"id": "5caf3e803acc021325895b0d",
"name": "Celia Kruz",
"role": "Some role",
"percentages": [
{
"type": "total",
"value": 100
}
],
"rev_wallet_address": "",
"rev_email": "celia@kruz.com"
},
{
"type": "collaborator",
"id": "5caf3e803acc021325895b0e",
"name": "John collaboratorr",
"role": "John roleee",
"percentages": [
{
"type": "total",
"value": 100
}
],
"rev_wallet_address": "",
"rev_email": "john@email.com"
}
],
"assets": [
{
"provider": "dropbox",
"file_type": "audio",
"name": "23624893_vikings-epic-musical-sound_by_tibasound_preview.mp3",
"hashed_name": "6891265343dc1d1960989c9897e804fb.mp3",
"uri": "/DEV_TEST/RSONG_IN/6891265343dc1d1960989c9897e804fb.mp3",
"timestamp": "2019-04-11T13:17:54Z"
},
{
"provider": "gcs",
"file_type": "img",
"name": "TODO-some-image.jpg",
"hashed_name": "TODO-hashed-name.jpg",
"uri": "TODO-google-cloud-storage-bucket-uri",
"timestamp": 1554989839552
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment