Files
picard/test/data/ws_data/artist_null.json
Michael Wiencek f908e66a1e PICARD-1471: Artist searches do not show begin and end area
The search server outputs these property names with hyphens, not
underscores.

MBS does output them using underscores for artist lookups, but (1)
Picard doesn't appear to perform any artist lookups, and (2) MBS will be
fixing that to use hyphens as well.
2019-02-13 02:50:59 -06:00

39 lines
680 B
JSON

{
"disambiguation": null,
"gender": null,
"gender-id": null,
"country": null,
"begin-area": {
"disambiguation": null,
"sort-name": null,
"name": null,
"id": null
},
"type-id": null,
"ipis": [
null
],
"type": null,
"sort-name": null,
"end-area": null,
"area": {
"disambiguation": null,
"sort-name": null,
"id": null,
"iso-3166-1-codes": [
null
],
"name": null
},
"isnis": [
null
],
"name": null,
"id": null,
"life-span": {
"ended": null,
"begin": null,
"end": null
}
}