-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added example json to support content. (#389)
- Loading branch information
1 parent
14e09cf
commit 7a8db64
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
supporting-blog-content/spotify-to-elasticsearch/to_read/example.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[ | ||
{ | ||
"ts": "2010-06-16T16:33:36Z", | ||
"platform": "iPhone 11", | ||
"ms_played": 284289, | ||
"conn_country": "AT", | ||
"ip_addr": "11.144.233.10", | ||
"master_metadata_track_name": "Kiss me twice", | ||
"master_metadata_album_artist_name": "Parov Stelar", | ||
"master_metadata_album_album_name": "Hôtel Costes 9", | ||
"spotify_track_uri": "spotify:track:3NVWHqOWoYQyewSBO3g8Mt", | ||
"episode_name": null, | ||
"episode_show_name": null, | ||
"spotify_episode_uri": null, | ||
"audiobook_title": null, | ||
"audiobook_uri": null, | ||
"audiobook_chapter_uri": null, | ||
"audiobook_chapter_title": null, | ||
"reason_start": "trackdone", | ||
"reason_end": "trackdone", | ||
"shuffle": false, | ||
"skipped": false, | ||
"offline": false, | ||
"offline_timestamp": null, | ||
"incognito_mode": false | ||
} | ||
] |