mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-02 22:53:58 +00:00
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.
39 lines
680 B
JSON
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
|
|
}
|
|
}
|