JSON document indexed into Elasticsearch (ref. https://github.com/arey/musicbrainz-elasticsearch)
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
{ | |
"id": "744c7a1b-ac79-35c4-bd92-7e2c6a24c8d8", | |
"name": "Achtung Baby", | |
"year": 1991, | |
"tags": [ | |
"rock", | |
"pop rock", | |
"pop", | |
"album rock", | |
"90s" | |
], | |
"rating": { | |
"score": 84, | |
"count": 15 | |
}, | |
"artist": { | |
"name": "U2", | |
"id": "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432", | |
"type_id": 2, | |
"type_name": "Group", | |
"begin_date_year": "1976", | |
"country_name": "Ireland", | |
"rating": { | |
"score": 87, | |
"count": 21 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment