Files
picard/test/data/ws_data/release_group_2.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

97 lines
2.5 KiB
JSON

{
"release-offset": 0,
"releases": [
{
"id": "123",
"title": "Foo",
"status": "Official",
"country": "GB",
"barcode": "0123456789",
"disambiguation": "special",
"packaging": "Jewel Case",
"date": "2009-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": "456",
"title": "Foo",
"status": "Official",
"country": "GB",
"barcode": "0123456789",
"disambiguation": "special",
"packaging": "Digipak",
"date": "2009-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": "Foo",
"status": "Official",
"country": "GB",
"barcode": "0123456789",
"disambiguation": "specialx",
"packaging": "Digipak",
"date": "2009-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": 3
}