Files
picard/test/data/ws_data/release_group_3.json
Laurent Monin bd773b56a9 Reformat test json files
Fix spacing, end of lines, overall indentation
With the help of `python3.9 -m json.tool --no-ensure-ascii`
2021-11-26 15:03:14 +01:00

64 lines
1.6 KiB
JSON

{
"release-offset": 0,
"releases": [
{
"id": "789",
"title": "Foox",
"status": "Official",
"country": "FR",
"barcode": "0123456789",
"disambiguation": "special A",
"date": "2011-08-07",
"text-representation": {
"language": "eng",
"script": "Latn"
},
"media": [
{
"track-count": 5,
"position": 1,
"format": "CD",
"title": ""
}
],
"label-info": [
{
"label": {
"name": "label A"
},
"catalog-number": "cat 123"
}
]
},
{
"id": "789",
"title": "Foox",
"status": "Official",
"country": "FR",
"barcode": "0123456789",
"date": "2011-08-07",
"text-representation": {
"language": "eng",
"script": "Latn"
},
"media": [
{
"track-count": 5,
"position": 1,
"format": "CD",
"title": ""
}
],
"label-info": [
{
"label": {
"name": "label A"
},
"catalog-number": "cat 123"
}
]
}
],
"release-count": 2
}