From bd773b56a9eb88da020f8f50d0722191f76dee8b Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Fri, 26 Nov 2021 14:54:52 +0100 Subject: [PATCH] Reformat test json files Fix spacing, end of lines, overall indentation With the help of `python3.9 -m json.tool --no-ensure-ascii` --- test/data/ws_data/artist.json | 54 +- test/data/ws_data/country.json | 62 +- test/data/ws_data/label_info.json | 13 +- test/data/ws_data/media.json | 16 +- test/data/ws_data/recording.json | 980 +++++------ test/data/ws_data/recording_composer.json | 2 +- test/data/ws_data/recording_credits.json | 429 ++--- test/data/ws_data/recording_instrumental.json | 2 +- test/data/ws_data/recording_video.json | 2 +- test/data/ws_data/release.json | 117 +- test/data/ws_data/release_group.json | 1440 +++++++++-------- test/data/ws_data/release_group_2.json | 177 +- test/data/ws_data/release_group_3.json | 113 +- test/data/ws_data/release_group_4.json | 109 +- test/data/ws_data/track.json | 20 +- test/data/ws_data/track_pregap.json | 2 +- 16 files changed, 1723 insertions(+), 1815 deletions(-) diff --git a/test/data/ws_data/artist.json b/test/data/ws_data/artist.json index 6ffc5fc58..666c00260 100644 --- a/test/data/ws_data/artist.json +++ b/test/data/ws_data/artist.json @@ -1,39 +1,39 @@ { - "gender":"Male", - "type-id":"b6e035f4-3ce9-331c-97df-83397230b0df", - "id":"b8a7c51f-362c-4dcb-a259-bc6e0095f0a6", - "gender-id":"36d3d30a-839d-3eda-8cb3-29be4384e4a9", - "type":"Person", - "ipis":[ + "gender": "Male", + "type-id": "b6e035f4-3ce9-331c-97df-83397230b0df", + "id": "b8a7c51f-362c-4dcb-a259-bc6e0095f0a6", + "gender-id": "36d3d30a-839d-3eda-8cb3-29be4384e4a9", + "type": "Person", + "ipis": [ "00600664284" ], - "area":{ - "iso-3166-1-codes":[ + "area": { + "iso-3166-1-codes": [ "GB" ], - "disambiguation":"", - "id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed", - "name":"United Kingdom", - "sort-name":"United Kingdom" + "disambiguation": "", + "id": "8a754a16-0027-3a29-b6d7-2b40ea0481ed", + "name": "United Kingdom", + "sort-name": "United Kingdom" }, - "begin-area":{ - "disambiguation":"", - "id":"3bad79a2-895a-49ff-8277-fe683fade6b2", - "name":"Hebden Bridge", - "sort-name":"Hebden Bridge" + "begin-area": { + "disambiguation": "", + "id": "3bad79a2-895a-49ff-8277-fe683fade6b2", + "name": "Hebden Bridge", + "sort-name": "Hebden Bridge" }, - "country":"GB", - "disambiguation":"famous UK singer-songwriter", - "name":"Ed Sheeran", - "sort-name":"Sheeran, Ed", - "end-area":null, - "isnis":[ + "country": "GB", + "disambiguation": "famous UK singer-songwriter", + "name": "Ed Sheeran", + "sort-name": "Sheeran, Ed", + "end-area": null, + "isnis": [ "0000000364434564" ], - "life-span":{ - "end":null, - "begin":"1991-02-17", - "ended":false + "life-span": { + "end": null, + "begin": "1991-02-17", + "ended": false }, "aliases": [ { diff --git a/test/data/ws_data/country.json b/test/data/ws_data/country.json index 8d2de834f..bbfb5fcbe 100644 --- a/test/data/ws_data/country.json +++ b/test/data/ws_data/country.json @@ -1,39 +1,39 @@ -{ - "country":"GB", - "barcode":"", - "packaging":"Cardboard/Paper Sleeve", - "disambiguation":"", - "cover-art-archive":{ - "darkened":false, - "back":false, - "count":1, - "artwork":true, - "front":true +{ + "country": "GB", + "barcode": "", + "packaging": "Cardboard/Paper Sleeve", + "disambiguation": "", + "cover-art-archive": { + "darkened": false, + "back": false, + "count": 1, + "artwork": true, + "front": true }, - "date":"1986-03", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "asin":null, - "quality":"normal", - "title":"Master of Puppets", - "text-representation":{ - "script":"Latn", - "language":"eng" + "date": "1986-03", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "asin": null, + "quality": "normal", + "title": "Master of Puppets", + "text-representation": { + "script": "Latn", + "language": "eng" }, - "release-events":[ - { - "area":{ - "disambiguation":"", - "iso-3166-1-codes":[ + "release-events": [ + { + "area": { + "disambiguation": "", + "iso-3166-1-codes": [ "GB" ], - "name":"United Kingdom", - "id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed", - "sort-name":"United Kingdom" + "name": "United Kingdom", + "id": "8a754a16-0027-3a29-b6d7-2b40ea0481ed", + "sort-name": "United Kingdom" }, - "date":"1986-03" + "date": "1986-03" } ], - "id":"03e4ebe1-0a44-411c-8e19-78e0768603f8", - "status":"Official", - "packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f" + "id": "03e4ebe1-0a44-411c-8e19-78e0768603f8", + "status": "Official", + "packaging-id": "f7101ce3-0384-39ce-9fde-fbbd0044d35f" } diff --git a/test/data/ws_data/label_info.json b/test/data/ws_data/label_info.json index 6d68fbd97..7f2fd3b05 100644 --- a/test/data/ws_data/label_info.json +++ b/test/data/ws_data/label_info.json @@ -6,9 +6,9 @@ "catalog-number": "NJ628311", "label": { "label-code": 540, - "name": "na\u00efve", + "name": "naïve", "disambiguation": "", - "sort-name": "na\u00efve", + "sort-name": "naïve", "id": "3c6b98c7-407e-498e-ab8c-adf891ab0d38" } } @@ -20,9 +20,9 @@ "catalog-number": null, "label": { "label-code": 540, - "name": "na\u00efve", + "name": "naïve", "disambiguation": "", - "sort-name": "na\u00efve", + "sort-name": "naïve", "id": "3c6b98c7-407e-498e-ab8c-adf891ab0d38" } } @@ -34,9 +34,9 @@ "catalog-number": "", "label": { "label-code": 540, - "name": "na\u00efve", + "name": "naïve", "disambiguation": "", - "sort-name": "na\u00efve", + "sort-name": "naïve", "id": "3c6b98c7-407e-498e-ab8c-adf891ab0d38" } } @@ -50,6 +50,5 @@ } ] } - ] } diff --git a/test/data/ws_data/media.json b/test/data/ws_data/media.json index c392fc62c..d9c87dfb1 100644 --- a/test/data/ws_data/media.json +++ b/test/data/ws_data/media.json @@ -1,11 +1,9 @@ { - "format-id":"3e9080b0-5e6c-34ab-bd15-f526b6306a64", - "track-count":10, - "position":1, - "title":"", - "track-offset":0, - "format":"12\" Vinyl", - "tracks":[ - - ] + "format-id": "3e9080b0-5e6c-34ab-bd15-f526b6306a64", + "track-count": 10, + "position": 1, + "title": "", + "track-offset": 0, + "format": "12\" Vinyl", + "tracks": [] } diff --git a/test/data/ws_data/recording.json b/test/data/ws_data/recording.json index aee81fb0f..cd0e200b3 100644 --- a/test/data/ws_data/recording.json +++ b/test/data/ws_data/recording.json @@ -1,679 +1,585 @@ { - "id":"cb2cc207-8125-445c-9ef9-6ea44eee959a", + "id": "cb2cc207-8125-445c-9ef9-6ea44eee959a", "title": "Thinking Out Loud", "length": 281000, "first-release-date": "2014-06-20", - "disambiguation":"", - "aliases":[ + "disambiguation": "", + "aliases": [ { - "type":null, - "sort-name":"Thinking Out Loud’", - "primary":null, - "end":null, - "ended":false, - "begin":null, - "locale":null, - "name":"Thinking Out Loud’", - "type-id":null + "type": null, + "sort-name": "Thinking Out Loud’", + "primary": null, + "end": null, + "ended": false, + "begin": null, + "locale": null, + "name": "Thinking Out Loud’", + "type-id": null } ], - "video":false, - "isrcs":[ + "video": false, + "isrcs": [ "GBAHS1400099" ], - "artist-credit":[ + "artist-credit": [ { "name": "Ed Sheeran", "joinphrase": "", "artist": { - "disambiguation":"famous UK singer-songwriter", - "name":"Ed Sheeran", - "sort-name":"Sheeran, Ed", - "id":"b8a7c51f-362c-4dcb-a259-bc6e0095f0a6", - "tags": [{ - "name": "dance-pop", - "count": 1 - }, { - "name": "guitarist", - "count": 0 - }] + "disambiguation": "famous UK singer-songwriter", + "name": "Ed Sheeran", + "sort-name": "Sheeran, Ed", + "id": "b8a7c51f-362c-4dcb-a259-bc6e0095f0a6", + "tags": [ + { + "name": "dance-pop", + "count": 1 + }, + { + "name": "guitarist", + "count": 0 + } + ] } } ], - "relations":[ + "relations": [ { - "target-credit":"", - "begin":null, - "attributes":[ - - ], - "direction":"backward", - "attribute-values":{ - - }, - "type-id":"451076df-61cf-46ab-9921-555cab2f050d", - "source-credit":"", - "type":"DJ-mix", - "target-type":"recording", - "recording":{ - "disambiguation":"", - "aliases":[ - - ], - "id":"89f35c6f-84f4-4b5d-8966-ef2572faf230", - "isrcs":[ - - ], - "video":false, - "length":317000, - "artist-credit":[ + "target-credit": "", + "begin": null, + "attributes": [], + "direction": "backward", + "attribute-values": {}, + "type-id": "451076df-61cf-46ab-9921-555cab2f050d", + "source-credit": "", + "type": "DJ-mix", + "target-type": "recording", + "recording": { + "disambiguation": "", + "aliases": [], + "id": "89f35c6f-84f4-4b5d-8966-ef2572faf230", + "isrcs": [], + "video": false, + "length": 317000, + "artist-credit": [ { - "artist":{ - "disambiguation":"", - "sort-name":"Earworm, DJ", - "name":"DJ Earworm", - "id":"e407802a-bfc3-4979-a5e1-3196ccf9c8d9" + "artist": { + "disambiguation": "", + "sort-name": "Earworm, DJ", + "name": "DJ Earworm", + "id": "e407802a-bfc3-4979-a5e1-3196ccf9c8d9" }, - "name":"DJ Earworm", - "joinphrase":"" + "name": "DJ Earworm", + "joinphrase": "" } ], - "title":"United State of Pop 2015 (50 Shades of Pop)" + "title": "United State of Pop 2015 (50 Shades of Pop)" }, - "end":null, - "ended":false + "end": null, + "ended": false }, { - "attributes":[ - - ], - "begin":null, - "target-credit":"", - "type-id":"a3005666-a872-32c3-ad06-98af558e99b0", - "attribute-values":{ - - }, - "direction":"forward", - "work":{ - "id":"dc469dc8-198e-42e5-b5a7-6be2f0a95ac0", - "language":"eng", - "aliases":[ - - ], - "type":null, - "disambiguation":"Ed Sheeran song", - "languages":[ + "attributes": [], + "begin": null, + "target-credit": "", + "type-id": "a3005666-a872-32c3-ad06-98af558e99b0", + "attribute-values": {}, + "direction": "forward", + "work": { + "id": "dc469dc8-198e-42e5-b5a7-6be2f0a95ac0", + "language": "eng", + "aliases": [], + "type": null, + "disambiguation": "Ed Sheeran song", + "languages": [ "eng" ], - "attributes":[ - - ], - "title":"Thinking Out Loud", - "relations":[ + "attributes": [], + "title": "Thinking Out Loud", + "relations": [ { - "direction":"backward", - "type-id":"a3005666-a872-32c3-ad06-98af558e99b0", - "attribute-values":{ - - }, - "attributes":[ + "direction": "backward", + "type-id": "a3005666-a872-32c3-ad06-98af558e99b0", + "attribute-values": {}, + "attributes": [ "cover" ], - "begin":null, - "target-credit":"", - "type":"performance", - "source-credit":"", - "recording":{ - "length":224000, - "artist-credit":[ + "begin": null, + "target-credit": "", + "type": "performance", + "source-credit": "", + "recording": { + "length": 224000, + "artist-credit": [ { - "artist":{ - "id":"31c0df3c-2d23-41d3-a772-ec3cfc3cc625", - "disambiguation":"", - "sort-name":"Kidz Bop", - "name":"Kidz Bop" + "artist": { + "id": "31c0df3c-2d23-41d3-a772-ec3cfc3cc625", + "disambiguation": "", + "sort-name": "Kidz Bop", + "name": "Kidz Bop" }, - "joinphrase":"", - "name":"Kidz Bop" + "joinphrase": "", + "name": "Kidz Bop" } ], - "title":"Thinking Out Loud", - "disambiguation":"", - "aliases":[ - - ], - "id":"5718a458-fefe-423a-9300-9758cdd0f69e", - "isrcs":[ - - ], - "video":false + "title": "Thinking Out Loud", + "disambiguation": "", + "aliases": [], + "id": "5718a458-fefe-423a-9300-9758cdd0f69e", + "isrcs": [], + "video": false }, - "ended":false, - "target-type":"recording", - "end":null + "ended": false, + "target-type": "recording", + "end": null }, { - "begin":null, - "attributes":[ + "begin": null, + "attributes": [ "cover" ], - "target-credit":"", - "type-id":"a3005666-a872-32c3-ad06-98af558e99b0", - "attribute-values":{ - - }, - "direction":"backward", - "target-type":"recording", - "recording":{ - "title":"Thinking out loud", - "artist-credit":[ + "target-credit": "", + "type-id": "a3005666-a872-32c3-ad06-98af558e99b0", + "attribute-values": {}, + "direction": "backward", + "target-type": "recording", + "recording": { + "title": "Thinking out loud", + "artist-credit": [ { - "name":"Sofia Truta", - "joinphrase":"", - "artist":{ - "id":"45440d49-cee2-458e-a558-9a22585fa0ce", - "disambiguation":"", - "name":"Sofia Truta", - "sort-name":"Truta, Sofia" + "name": "Sofia Truta", + "joinphrase": "", + "artist": { + "id": "45440d49-cee2-458e-a558-9a22585fa0ce", + "disambiguation": "", + "name": "Sofia Truta", + "sort-name": "Truta, Sofia" } } ], - "length":222179, - "video":false, - "isrcs":[ - - ], - "id":"5d240d0e-bbf5-4190-872d-116f532d9be2", - "aliases":[ - - ], - "disambiguation":"" + "length": 222179, + "video": false, + "isrcs": [], + "id": "5d240d0e-bbf5-4190-872d-116f532d9be2", + "aliases": [], + "disambiguation": "" }, - "end":null, - "ended":false, - "source-credit":"", - "type":"performance" + "end": null, + "ended": false, + "source-credit": "", + "type": "performance" }, { - "target-credit":"", - "attributes":[ + "target-credit": "", + "attributes": [ "cover" ], - "begin":null, - "attribute-values":{ - - }, - "type-id":"a3005666-a872-32c3-ad06-98af558e99b0", - "direction":"backward", - "target-type":"recording", - "recording":{ - "disambiguation":"", - "video":false, - "isrcs":[ - - ], - "id":"6f6a7b2b-1b68-4b82-9fab-4cf952167e90", - "aliases":[ - - ], - "artist-credit":[ + "begin": null, + "attribute-values": {}, + "type-id": "a3005666-a872-32c3-ad06-98af558e99b0", + "direction": "backward", + "target-type": "recording", + "recording": { + "disambiguation": "", + "video": false, + "isrcs": [], + "id": "6f6a7b2b-1b68-4b82-9fab-4cf952167e90", + "aliases": [], + "artist-credit": [ { - "joinphrase":"", - "name":"Luke Wade", - "artist":{ - "name":"Luke Wade", - "sort-name":"Wade, Luke", - "disambiguation":"", - "id":"25f90957-0cdd-45e4-a1ab-3362dc5681fa" + "joinphrase": "", + "name": "Luke Wade", + "artist": { + "name": "Luke Wade", + "sort-name": "Wade, Luke", + "disambiguation": "", + "id": "25f90957-0cdd-45e4-a1ab-3362dc5681fa" } } ], - "length":230000, - "title":"Thinking Out Loud" + "length": 230000, + "title": "Thinking Out Loud" }, - "ended":false, - "end":null, - "source-credit":"", - "type":"performance" + "ended": false, + "end": null, + "source-credit": "", + "type": "performance" }, { - "attribute-values":{ - - }, - "type-id":"a3005666-a872-32c3-ad06-98af558e99b0", - "direction":"backward", - "target-credit":"", - "attributes":[ + "attribute-values": {}, + "type-id": "a3005666-a872-32c3-ad06-98af558e99b0", + "direction": "backward", + "target-credit": "", + "attributes": [ "cover" ], - "begin":null, - "recording":{ - "aliases":[ - - ], - "id":"c8133db7-f5ee-429d-90dd-586ad40b07e8", - "isrcs":[ - - ], - "video":false, - "disambiguation":"", - "title":"Thinking Out Loud", - "length":253000, - "artist-credit":[ + "begin": null, + "recording": { + "aliases": [], + "id": "c8133db7-f5ee-429d-90dd-586ad40b07e8", + "isrcs": [], + "video": false, + "disambiguation": "", + "title": "Thinking Out Loud", + "length": 253000, + "artist-credit": [ { - "name":"Amy Wadge", - "joinphrase":"", - "artist":{ - "id":"e6523192-ca22-40ab-a82c-995b82594031", - "disambiguation":"", - "sort-name":"Wadge, Amy", - "name":"Amy Wadge" + "name": "Amy Wadge", + "joinphrase": "", + "artist": { + "id": "e6523192-ca22-40ab-a82c-995b82594031", + "disambiguation": "", + "sort-name": "Wadge, Amy", + "name": "Amy Wadge" } } ] }, - "target-type":"recording", - "ended":false, - "end":null, - "source-credit":"", - "type":"performance" + "target-type": "recording", + "ended": false, + "end": null, + "source-credit": "", + "type": "performance" }, { - "attribute-values":{ - - }, - "type-id":"a3005666-a872-32c3-ad06-98af558e99b0", - "direction":"backward", - "target-credit":"", - "attributes":[ + "attribute-values": {}, + "type-id": "a3005666-a872-32c3-ad06-98af558e99b0", + "direction": "backward", + "target-credit": "", + "attributes": [ "partial" ], - "begin":null, - "recording":{ - "title":"Thinking Out Loud / Four Five Seconds", - "length":232571, - "artist-credit":[ + "begin": null, + "recording": { + "title": "Thinking Out Loud / Four Five Seconds", + "length": 232571, + "artist-credit": [ { - "artist":{ - "id":"18689349-0ec3-4fe0-b9da-bec4899560f0", - "disambiguation":"", - "sort-name":"Clark, Liddy", - "name":"Liddy Clark" + "artist": { + "id": "18689349-0ec3-4fe0-b9da-bec4899560f0", + "disambiguation": "", + "sort-name": "Clark, Liddy", + "name": "Liddy Clark" }, - "name":"Liddy Clark", - "joinphrase":"" + "name": "Liddy Clark", + "joinphrase": "" } ], - "isrcs":[ - - ], - "video":false, - "aliases":[ - - ], - "id":"c8e0a6bf-3034-4879-a865-34fd89556054", - "disambiguation":"" + "isrcs": [], + "video": false, + "aliases": [], + "id": "c8e0a6bf-3034-4879-a865-34fd89556054", + "disambiguation": "" }, - "ended":false, - "target-type":"recording", - "end":null, - "source-credit":"", - "type":"performance" + "ended": false, + "target-type": "recording", + "end": null, + "source-credit": "", + "type": "performance" }, { - "attributes":[ - - ], - "begin":null, - "target-credit":"", - "direction":"backward", - "type-id":"a3005666-a872-32c3-ad06-98af558e99b0", - "attribute-values":{ - - }, - "type":"performance", - "source-credit":"", - "end":null, - "recording":{ - "video":false, - "isrcs":[ + "attributes": [], + "begin": null, + "target-credit": "", + "direction": "backward", + "type-id": "a3005666-a872-32c3-ad06-98af558e99b0", + "attribute-values": {}, + "type": "performance", + "source-credit": "", + "end": null, + "recording": { + "video": false, + "isrcs": [ "GBAHS1400099" ], - "id":"cb2cc207-8125-445c-9ef9-6ea44eee959a", - "aliases":[ + "id": "cb2cc207-8125-445c-9ef9-6ea44eee959a", + "aliases": [ { - "name":"Thinking Out Loud’", - "type-id":null, - "begin":null, - "locale":null, - "type":null, - "sort-name":"Thinking Out Loud’", - "primary":null, - "ended":false, - "end":null + "name": "Thinking Out Loud’", + "type-id": null, + "begin": null, + "locale": null, + "type": null, + "sort-name": "Thinking Out Loud’", + "primary": null, + "ended": false, + "end": null } ], - "disambiguation":"", - "title":"Thinking Out Loud", - "artist-credit":[ + "disambiguation": "", + "title": "Thinking Out Loud", + "artist-credit": [ { - "artist":{ - "disambiguation":"famous UK singer-songwriter", - "name":"Ed Sheeran", - "sort-name":"Sheeran, Ed", - "id":"b8a7c51f-362c-4dcb-a259-bc6e0095f0a6" + "artist": { + "disambiguation": "famous UK singer-songwriter", + "name": "Ed Sheeran", + "sort-name": "Sheeran, Ed", + "id": "b8a7c51f-362c-4dcb-a259-bc6e0095f0a6" }, - "joinphrase":"", - "name":"Ed Sheeran" + "joinphrase": "", + "name": "Ed Sheeran" } ], - "length":281000 + "length": 281000 }, - "target-type":"recording", - "ended":false + "target-type": "recording", + "ended": false }, { - "ended":false, - "recording":{ - "video":false, - "isrcs":[ - - ], - "id":"cc5bc2ea-5ff8-48e0-a416-dde9a942c53c", - "aliases":[ - - ], - "disambiguation":"", - "title":"Thinking Out Loud", - "artist-credit":[ + "ended": false, + "recording": { + "video": false, + "isrcs": [], + "id": "cc5bc2ea-5ff8-48e0-a416-dde9a942c53c", + "aliases": [], + "disambiguation": "", + "title": "Thinking Out Loud", + "artist-credit": [ { - "artist":{ - "disambiguation":"classical violinist", - "sort-name":"Garrett, David", - "name":"David Garrett", - "id":"88be1fb5-0112-4549-9608-526591c7f415" + "artist": { + "disambiguation": "classical violinist", + "sort-name": "Garrett, David", + "name": "David Garrett", + "id": "88be1fb5-0112-4549-9608-526591c7f415" }, - "joinphrase":"", - "name":"David Garrett" + "joinphrase": "", + "name": "David Garrett" } ], - "length":223000 + "length": 223000 }, - "target-type":"recording", - "end":null, - "type":"performance", - "source-credit":"", - "type-id":"a3005666-a872-32c3-ad06-98af558e99b0", - "attribute-values":{ - - }, - "direction":"backward", - "begin":null, - "attributes":[ + "target-type": "recording", + "end": null, + "type": "performance", + "source-credit": "", + "type-id": "a3005666-a872-32c3-ad06-98af558e99b0", + "attribute-values": {}, + "direction": "backward", + "begin": null, + "attributes": [ "cover", "instrumental" ], - "target-credit":"" + "target-credit": "" }, { - "target-credit":"", - "attributes":[ + "target-credit": "", + "attributes": [ "cover" ], - "begin":null, - "attribute-values":{ - - }, - "type-id":"a3005666-a872-32c3-ad06-98af558e99b0", - "direction":"backward", - "recording":{ - "length":219374, - "artist-credit":[ + "begin": null, + "attribute-values": {}, + "type-id": "a3005666-a872-32c3-ad06-98af558e99b0", + "direction": "backward", + "recording": { + "length": 219374, + "artist-credit": [ { - "artist":{ - "id":"b25a57f6-2ddb-4f29-9d12-b0c308cfc845", - "name":"Tom Law", - "sort-name":"Law, Tom", - "disambiguation":"" + "artist": { + "id": "b25a57f6-2ddb-4f29-9d12-b0c308cfc845", + "name": "Tom Law", + "sort-name": "Law, Tom", + "disambiguation": "" }, - "name":"Tom Law", - "joinphrase":"" + "name": "Tom Law", + "joinphrase": "" } ], - "title":"Thinking Out Loud", - "disambiguation":"", - "isrcs":[ - - ], - "video":false, - "aliases":[ - - ], - "id":"e5705f6f-f450-49ab-9397-96c6b030e251" + "title": "Thinking Out Loud", + "disambiguation": "", + "isrcs": [], + "video": false, + "aliases": [], + "id": "e5705f6f-f450-49ab-9397-96c6b030e251" }, - "end":null, - "target-type":"recording", - "ended":false, - "type":"performance", - "source-credit":"" + "end": null, + "target-type": "recording", + "ended": false, + "type": "performance", + "source-credit": "" }, { - "source-credit":"", - "type":"performance", - "end":null, - "recording":{ - "disambiguation":"", - "isrcs":[ - - ], - "video":false, - "aliases":[ - - ], - "id":"fa9f3d37-3e43-428f-8a97-49311ff10775", - "length":163000, - "artist-credit":[ + "source-credit": "", + "type": "performance", + "end": null, + "recording": { + "disambiguation": "", + "isrcs": [], + "video": false, + "aliases": [], + "id": "fa9f3d37-3e43-428f-8a97-49311ff10775", + "length": 163000, + "artist-credit": [ { - "name":"Soul System", - "joinphrase":"", - "artist":{ - "id":"f3a47c64-e32a-473d-af34-b393d0c2f302", - "sort-name":"Soul System", - "name":"Soul System", - "disambiguation":"X-Factor 10 Italy" + "name": "Soul System", + "joinphrase": "", + "artist": { + "id": "f3a47c64-e32a-473d-af34-b393d0c2f302", + "sort-name": "Soul System", + "name": "Soul System", + "disambiguation": "X-Factor 10 Italy" } } ], - "title":"Thinking out Loud" + "title": "Thinking out Loud" }, - "target-type":"recording", - "ended":false, - "target-credit":"", - "begin":null, - "attributes":[ + "target-type": "recording", + "ended": false, + "target-credit": "", + "begin": null, + "attributes": [ "cover" ], - "direction":"backward", - "attribute-values":{ - - }, - "type-id":"a3005666-a872-32c3-ad06-98af558e99b0" + "direction": "backward", + "attribute-values": {}, + "type-id": "a3005666-a872-32c3-ad06-98af558e99b0" }, { - "type":"wikidata", - "source-credit":"", - "ended":false, - "target-type":"url", - "end":null, - "target-credit":"", - "begin":null, - "attributes":[ - - ], - "direction":"backward", - "attribute-values":{ - + "type": "wikidata", + "source-credit": "", + "ended": false, + "target-type": "url", + "end": null, + "target-credit": "", + "begin": null, + "attributes": [], + "direction": "backward", + "attribute-values": {}, + "url": { + "id": "62a2695d-9218-487a-8b5e-d05dd00aa202", + "resource": "https://www.wikidata.org/wiki/Q17332468" }, - "url":{ - "id":"62a2695d-9218-487a-8b5e-d05dd00aa202", - "resource":"https://www.wikidata.org/wiki/Q17332468" - }, - "type-id":"587fdd8f-080e-46a9-97af-6425ebbcb3a2" + "type-id": "587fdd8f-080e-46a9-97af-6425ebbcb3a2" }, { - "target-type":"artist", - "ended":false, - "end":null, - "source-credit":"", - "type":"writer", - "attributes":[ - - ], - "artist":{ - "name":"Ed Sheeran", - "sort-name":"Sheeran, Ed", - "disambiguation":"famous UK singer-songwriter", - "aliases":[ - - ], - "id":"b8a7c51f-362c-4dcb-a259-bc6e0095f0a6" + "target-type": "artist", + "ended": false, + "end": null, + "source-credit": "", + "type": "writer", + "attributes": [], + "artist": { + "name": "Ed Sheeran", + "sort-name": "Sheeran, Ed", + "disambiguation": "famous UK singer-songwriter", + "aliases": [], + "id": "b8a7c51f-362c-4dcb-a259-bc6e0095f0a6" }, - "begin":null, - "target-credit":"", - "type-id":"a255bca1-b157-4518-9108-7b147dc3fc68", - "attribute-values":{ - - }, - "direction":"backward" + "begin": null, + "target-credit": "", + "type-id": "a255bca1-b157-4518-9108-7b147dc3fc68", + "attribute-values": {}, + "direction": "backward" }, { - "source-credit":"", - "type":"writer", - "ended":false, - "target-type":"artist", - "end":null, - "direction":"backward", - "attribute-values":{ - + "source-credit": "", + "type": "writer", + "ended": false, + "target-type": "artist", + "end": null, + "direction": "backward", + "attribute-values": {}, + "type-id": "a255bca1-b157-4518-9108-7b147dc3fc68", + "target-credit": "", + "begin": null, + "artist": { + "name": "Amy Wadge", + "sort-name": "Wadge, Amy", + "disambiguation": "", + "aliases": [], + "id": "e6523192-ca22-40ab-a82c-995b82594031" }, - "type-id":"a255bca1-b157-4518-9108-7b147dc3fc68", - "target-credit":"", - "begin":null, - "artist":{ - "name":"Amy Wadge", - "sort-name":"Wadge, Amy", - "disambiguation":"", - "aliases":[ - - ], - "id":"e6523192-ca22-40ab-a82c-995b82594031" - }, - "attributes":[ - - ] + "attributes": [] } ], - "type-id":null, - "iswcs":[ - - ] + "type-id": null, + "iswcs": [] }, - "ended":false, - "target-type":"work", - "end":null, - "type":"performance", - "source-credit":"" + "ended": false, + "target-type": "work", + "end": null, + "type": "performance", + "source-credit": "" }, { - "end":null, - "target-type":"artist", - "ended":false, - "type":"performer", - "source-credit":"", - "target-credit":"", - "artist":{ - "id":"b8a7c51f-362c-4dcb-a259-bc6e0095f0a6", - "aliases":[ - - ], - "sort-name":"Sheeran, Ed", - "name":"Ed Sheeran", - "disambiguation":"famous UK singer-songwriter" + "end": null, + "target-type": "artist", + "ended": false, + "type": "performer", + "source-credit": "", + "target-credit": "", + "artist": { + "id": "b8a7c51f-362c-4dcb-a259-bc6e0095f0a6", + "aliases": [], + "sort-name": "Sheeran, Ed", + "name": "Ed Sheeran", + "disambiguation": "famous UK singer-songwriter" }, - "attributes":[ - - ], - "begin":null, - "attribute-values":{ - - }, - "type-id":"628a9658-f54c-4142-b0c0-95f031b544da", - "direction":"backward" + "attributes": [], + "begin": null, + "attribute-values": {}, + "type-id": "628a9658-f54c-4142-b0c0-95f031b544da", + "direction": "backward" }, { - "source-credit":"", - "type":"vocal", - "target-type":"artist", - "end":null, - "ended":false, - "direction":"backward", - "type-id":"0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa", - "attribute-values":{ - + "source-credit": "", + "type": "vocal", + "target-type": "artist", + "end": null, + "ended": false, + "direction": "backward", + "type-id": "0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa", + "attribute-values": {}, + "artist": { + "aliases": [], + "id": "b8a7c51f-362c-4dcb-a259-bc6e0095f0a6", + "disambiguation": "famous UK singer-songwriter", + "sort-name": "Sheeran, Ed", + "name": "Ed Sheeran" }, - "artist":{ - "aliases":[ - - ], - "id":"b8a7c51f-362c-4dcb-a259-bc6e0095f0a6", - "disambiguation":"famous UK singer-songwriter", - "sort-name":"Sheeran, Ed", - "name":"Ed Sheeran" - }, - "begin":null, - "attributes":[ + "begin": null, + "attributes": [ "lead vocals" ], - "attribute-credits":{ + "attribute-credits": { "lead vocals": "vocals" }, - "target-credit":"" + "target-credit": "" }, { - "source-credit":"", - "type":"instrument", - "target-type":"artist", - "end":null, - "ended":false, - "direction":"backward", - "type-id":"59054b12-01ac-43ee-a618-285fd397e461", - "attribute-values":{ - + "source-credit": "", + "type": "instrument", + "target-type": "artist", + "end": null, + "ended": false, + "direction": "backward", + "type-id": "59054b12-01ac-43ee-a618-285fd397e461", + "attribute-values": {}, + "artist": { + "aliases": [], + "id": "b8a7c51f-362c-4dcb-a259-bc6e0095f0a6", + "disambiguation": "famous UK singer-songwriter", + "sort-name": "Sheeran, Ed", + "name": "Ed Sheeran" }, - "artist":{ - "aliases":[ - - ], - "id":"b8a7c51f-362c-4dcb-a259-bc6e0095f0a6", - "disambiguation":"famous UK singer-songwriter", - "sort-name":"Sheeran, Ed", - "name":"Ed Sheeran" - }, - "begin":null, - "attributes":[ + "begin": null, + "attributes": [ "guitar family" ], - "attribute-credits":{ + "attribute-credits": { "guitar family": "acoustic guitar" }, - "target-credit":"" + "target-credit": "" } ], - "tags": [{ - "name": "blue-eyed soul", - "count": 1 - }, { - "count": 3, - "name": "pop" - }] + "tags": [ + { + "name": "blue-eyed soul", + "count": 1 + }, + { + "count": 3, + "name": "pop" + } + ] } diff --git a/test/data/ws_data/recording_composer.json b/test/data/ws_data/recording_composer.json index f65050563..da5cd4ef1 100644 --- a/test/data/ws_data/recording_composer.json +++ b/test/data/ws_data/recording_composer.json @@ -1144,4 +1144,4 @@ "joinphrase": "" } ] -} \ No newline at end of file +} diff --git a/test/data/ws_data/recording_credits.json b/test/data/ws_data/recording_credits.json index 0391ab082..18e84b822 100644 --- a/test/data/ws_data/recording_credits.json +++ b/test/data/ws_data/recording_credits.json @@ -1,207 +1,228 @@ { - "relations": [{ - "ended": false, - "direction": "backward", - "begin": null, - "target-credit": "", - "source-credit": "", - "target-type": "artist", - "type": "arranger", - "type-id": "22661fb8-cdb7-4f67-8385-b2a8be6c9f0d", - "attributes": [], - "attribute-values": {}, - "artist": { - "sort-name": "Andersson, Benny", - "disambiguation": "ABBA", - "id": "2f031686-3f01-4f33-a4fc-fb3944532efa", - "name": "Benny Andersson" - }, - "end": null - }, { - "direction": "backward", - "ended": false, - "begin": null, - "attributes": [], - "type-id": "22661fb8-cdb7-4f67-8385-b2a8be6c9f0d", - "type": "arranger", - "target-credit": "", - "source-credit": "", - "target-type": "artist", - "artist": { - "disambiguation": "", - "sort-name": "Ulvaeus, Björn", - "id": "ffb77292-9712-4d03-94aa-bdb1d4771d38", - "name": "Björn Ulvaeus" - }, - "end": null, - "attribute-values": {} - }, { - "ended": false, - "direction": "backward", - "begin": null, - "source-credit": "", - "target-type": "artist", - "target-credit": "", - "attributes": [], - "type-id": "5dcc52af-7064-4051-8d62-7d80f4c3c907", - "type": "engineer", - "attribute-values": {}, - "end": null, - "artist": { - "sort-name": "Tretow, Michael B.", - "disambiguation": "", - "id": "429e13d1-a1f9-427f-ac95-8ffe1902bba8", - "name": "Michael B. Tretow" - } - }, { - "begin": null, - "ended": false, - "direction": "backward", - "attribute-values": {}, - "artist": { - "name": "Lasse Wellander", - "id": "14ef7610-3dce-44c3-8af7-d13fd7d9a6c9", - "sort-name": "Wellander, Lasse", - "disambiguation": "" - }, - "attribute-credits": {}, - "end": null, - "target-credit": "", - "source-credit": "", - "target-type": "artist", - "type-id": "59054b12-01ac-43ee-a618-285fd397e461", - "type": "instrument", - "attributes": ["electric guitar"] - }, { - "end": null, - "attribute-credits": {}, - "artist": { - "disambiguation": "", - "sort-name": "Gunnarsson, Rutger", - "id": "3bdb6ac9-5425-429e-a485-fab6b3584618", - "name": "Rutger Gunnarsson" - }, - "attribute-values": {}, - "type": "instrument", - "type-id": "59054b12-01ac-43ee-a618-285fd397e461", - "attributes": ["bass"], - "target-type": "artist", - "source-credit": "", - "target-credit": "", - "begin": null, - "direction": "backward", - "ended": false - }, { - "begin": null, - "ended": false, - "direction": "backward", - "attribute-values": {}, - "end": null, - "attribute-credits": {}, - "artist": { - "id": "a071177f-d44e-4595-be37-74e3ff129b13", - "name": "Ola Brunkert", - "disambiguation": "", - "sort-name": "Brunkert, Ola" - }, - "target-type": "artist", - "source-credit": "", - "target-credit": "", - "type-id": "59054b12-01ac-43ee-a618-285fd397e461", - "type": "instrument", - "attributes": ["membranophone"] - }, { - "attributes": [], - "type": "producer", - "type-id": "5c0ceac3-feb4-41f0-868d-dc06f6e27fc0", - "target-credit": "", - "target-type": "artist", - "source-credit": "", - "artist": { - "disambiguation": "ABBA", - "sort-name": "Andersson, Benny", - "id": "2f031686-3f01-4f33-a4fc-fb3944532efa", - "name": "Benny Andersson" - }, - "end": null, - "attribute-values": {}, - "direction": "backward", - "ended": false, - "begin": null - }, { - "end": null, - "artist": { - "sort-name": "Ulvaeus, Björn", - "disambiguation": "", - "name": "Björn Ulvaeus", - "id": "ffb77292-9712-4d03-94aa-bdb1d4771d38" - }, - "attribute-values": {}, - "type": "producer", - "type-id": "5c0ceac3-feb4-41f0-868d-dc06f6e27fc0", - "attributes": [], - "source-credit": "", - "target-type": "artist", - "target-credit": "", - "begin": null, - "direction": "backward", - "ended": false - }, { - "begin": null, - "ended": false, - "direction": "backward", - "attribute-values": {}, - "end": null, - "artist": { - "sort-name": "Lyngstad, Anni-Frid", - "disambiguation": "", - "name": "Anni-Frid Lyngstad", - "id": "042c35d3-0756-4804-b2c2-be57a683efa2" - }, - "source-credit": "", - "target-type": "artist", - "target-credit": "Frida", - "attributes": ["solo"], - "type": "vocal", - "type-id": "0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa" - }, { - "attribute-credits": {}, - "attributes": [ - "EWI" + "relations": [ + { + "ended": false, + "direction": "backward", + "begin": null, + "target-credit": "", + "source-credit": "", + "target-type": "artist", + "type": "arranger", + "type-id": "22661fb8-cdb7-4f67-8385-b2a8be6c9f0d", + "attributes": [], + "attribute-values": {}, + "artist": { + "sort-name": "Andersson, Benny", + "disambiguation": "ABBA", + "id": "2f031686-3f01-4f33-a4fc-fb3944532efa", + "name": "Benny Andersson" + }, + "end": null + }, + { + "direction": "backward", + "ended": false, + "begin": null, + "attributes": [], + "type-id": "22661fb8-cdb7-4f67-8385-b2a8be6c9f0d", + "type": "arranger", + "target-credit": "", + "source-credit": "", + "target-type": "artist", + "artist": { + "disambiguation": "", + "sort-name": "Ulvaeus, Björn", + "id": "ffb77292-9712-4d03-94aa-bdb1d4771d38", + "name": "Björn Ulvaeus" + }, + "end": null, + "attribute-values": {} + }, + { + "ended": false, + "direction": "backward", + "begin": null, + "source-credit": "", + "target-type": "artist", + "target-credit": "", + "attributes": [], + "type-id": "5dcc52af-7064-4051-8d62-7d80f4c3c907", + "type": "engineer", + "attribute-values": {}, + "end": null, + "artist": { + "sort-name": "Tretow, Michael B.", + "disambiguation": "", + "id": "429e13d1-a1f9-427f-ac95-8ffe1902bba8", + "name": "Michael B. Tretow" + } + }, + { + "begin": null, + "ended": false, + "direction": "backward", + "attribute-values": {}, + "artist": { + "name": "Lasse Wellander", + "id": "14ef7610-3dce-44c3-8af7-d13fd7d9a6c9", + "sort-name": "Wellander, Lasse", + "disambiguation": "" + }, + "attribute-credits": {}, + "end": null, + "target-credit": "", + "source-credit": "", + "target-type": "artist", + "type-id": "59054b12-01ac-43ee-a618-285fd397e461", + "type": "instrument", + "attributes": [ + "electric guitar" + ] + }, + { + "end": null, + "attribute-credits": {}, + "artist": { + "disambiguation": "", + "sort-name": "Gunnarsson, Rutger", + "id": "3bdb6ac9-5425-429e-a485-fab6b3584618", + "name": "Rutger Gunnarsson" + }, + "attribute-values": {}, + "type": "instrument", + "type-id": "59054b12-01ac-43ee-a618-285fd397e461", + "attributes": [ + "bass" + ], + "target-type": "artist", + "source-credit": "", + "target-credit": "", + "begin": null, + "direction": "backward", + "ended": false + }, + { + "begin": null, + "ended": false, + "direction": "backward", + "attribute-values": {}, + "end": null, + "attribute-credits": {}, + "artist": { + "id": "a071177f-d44e-4595-be37-74e3ff129b13", + "name": "Ola Brunkert", + "disambiguation": "", + "sort-name": "Brunkert, Ola" + }, + "target-type": "artist", + "source-credit": "", + "target-credit": "", + "type-id": "59054b12-01ac-43ee-a618-285fd397e461", + "type": "instrument", + "attributes": [ + "membranophone" + ] + }, + { + "attributes": [], + "type": "producer", + "type-id": "5c0ceac3-feb4-41f0-868d-dc06f6e27fc0", + "target-credit": "", + "target-type": "artist", + "source-credit": "", + "artist": { + "disambiguation": "ABBA", + "sort-name": "Andersson, Benny", + "id": "2f031686-3f01-4f33-a4fc-fb3944532efa", + "name": "Benny Andersson" + }, + "end": null, + "attribute-values": {}, + "direction": "backward", + "ended": false, + "begin": null + }, + { + "end": null, + "artist": { + "sort-name": "Ulvaeus, Björn", + "disambiguation": "", + "name": "Björn Ulvaeus", + "id": "ffb77292-9712-4d03-94aa-bdb1d4771d38" + }, + "attribute-values": {}, + "type": "producer", + "type-id": "5c0ceac3-feb4-41f0-868d-dc06f6e27fc0", + "attributes": [], + "source-credit": "", + "target-type": "artist", + "target-credit": "", + "begin": null, + "direction": "backward", + "ended": false + }, + { + "begin": null, + "ended": false, + "direction": "backward", + "attribute-values": {}, + "end": null, + "artist": { + "sort-name": "Lyngstad, Anni-Frid", + "disambiguation": "", + "name": "Anni-Frid Lyngstad", + "id": "042c35d3-0756-4804-b2c2-be57a683efa2" + }, + "source-credit": "", + "target-type": "artist", + "target-credit": "Frida", + "attributes": [ + "solo" + ], + "type": "vocal", + "type-id": "0fdbe3c6-7700-4a31-ae54-b53f06ae1cfa" + }, + { + "attribute-credits": {}, + "attributes": [ + "EWI" + ], + "end": null, + "artist": { + "sort-name": "Brecker, Michael", + "id": "795058e7-927e-4fcd-a5a0-f57c2fe9d3d1", + "name": "Michael Brecker", + "disambiguation": "" + }, + "source-credit": "", + "type-id": "59054b12-01ac-43ee-a618-285fd397e461", + "attribute-values": {}, + "begin": null, + "type": "instrument", + "target-credit": "", + "attribute-ids": { + "EWI": "7061c07c-e87a-4f5f-b45f-fb1138733e32" + }, + "ended": false, + "direction": "backward", + "target-type": "artist" + } ], - "end": null, - "artist": { - "sort-name": "Brecker, Michael", - "id": "795058e7-927e-4fcd-a5a0-f57c2fe9d3d1", - "name": "Michael Brecker", - "disambiguation": "" - }, - "source-credit": "", - "type-id": "59054b12-01ac-43ee-a618-285fd397e461", - "attribute-values": {}, - "begin": null, - "type": "instrument", - "target-credit": "", - "attribute-ids": { - "EWI": "7061c07c-e87a-4f5f-b45f-fb1138733e32" - }, - "ended": false, - "direction": "backward", - "target-type": "artist" - }], - "length": 242640, - "id": "2d40c8b2-7524-49e3-af44-ebb924c5b023", - "artist-credit": [{ - "artist": { - "id": "d87e52c5-bb8d-4da8-b941-9f4928627dc8", - "name": "ABBA", - "sort-name": "ABBA", - "disambiguation": "Swedish pop group" - }, - "name": "ABBA", - "joinphrase": "" - }], - "disambiguation": "", - "title": "Knowing Me, Knowing You", - "video": false + "length": 242640, + "id": "2d40c8b2-7524-49e3-af44-ebb924c5b023", + "artist-credit": [ + { + "artist": { + "id": "d87e52c5-bb8d-4da8-b941-9f4928627dc8", + "name": "ABBA", + "sort-name": "ABBA", + "disambiguation": "Swedish pop group" + }, + "name": "ABBA", + "joinphrase": "" + } + ], + "disambiguation": "", + "title": "Knowing Me, Knowing You", + "video": false } diff --git a/test/data/ws_data/recording_instrumental.json b/test/data/ws_data/recording_instrumental.json index d17aa15c3..402503384 100644 --- a/test/data/ws_data/recording_instrumental.json +++ b/test/data/ws_data/recording_instrumental.json @@ -232,4 +232,4 @@ "id": "ed23dfd5-2b52-4c38-8118-9924eeaf0025", "disambiguation": "", "video": false -} \ No newline at end of file +} diff --git a/test/data/ws_data/recording_video.json b/test/data/ws_data/recording_video.json index 8bca39f6c..0d4606eb1 100644 --- a/test/data/ws_data/recording_video.json +++ b/test/data/ws_data/recording_video.json @@ -235,4 +235,4 @@ "ended": false } ] -} \ No newline at end of file +} diff --git a/test/data/ws_data/release.json b/test/data/ws_data/release.json index ec39cb374..16369bf3a 100644 --- a/test/data/ws_data/release.json +++ b/test/data/ws_data/release.json @@ -1,17 +1,33 @@ { "genres": [ - {"name": "genre1", "count": 5}, - {"name": "genre2", "count": 3} + { + "name": "genre1", + "count": 5 + }, + { + "name": "genre2", + "count": 3 + } ], "user-genres": [ - {"name": "genre1"} + { + "name": "genre1" + } ], "tags": [ - {"name": "tag1", "count": 5}, - {"name": "tag2", "count": 3} + { + "name": "tag1", + "count": 5 + }, + { + "name": "tag2", + "count": 3 + } ], "user-tags": [ - {"name": "tag1"} + { + "name": "tag1" + } ], "release-group": { "first-release-date": "1973-03-24", @@ -31,20 +47,12 @@ "id": "f5093c06-23e3-404f-aeaa-40f72885ee3a", "title": "The Dark Side of the Moon", "disambiguation": "", - "secondary-type-ids": [ - - ], + "secondary-type-ids": [], "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", - "secondary-types": [ - - ], - "aliases": [ - - ] + "secondary-types": [], + "aliases": [] }, - "aliases": [ - - ], + "aliases": [], "cover-art-archive": { "front": true, "back": true, @@ -283,13 +291,16 @@ "name": "핑크 플로이드" } ], - "tags": [{ - "name": "british", - "count": 2 - }, { - "count": 10, - "name": "progressive rock" - }], + "tags": [ + { + "name": "british", + "count": 2 + }, + { + "count": 10, + "name": "progressive rock" + } + ], "sort-name": "Pink Floyd", "name": "Pink Floyd" }, @@ -333,25 +344,19 @@ "barcode": "123", "relations": [ { - "attributes": [ - - ], + "attributes": [], "target-credit": "George Hardie N.T.A.", "source-credit": "", "target-type": "artist", "type": "design/illustration", - "attribute-values": { - - }, + "attribute-values": {}, "begin": null, "type-id": "307e95dd-88b5-419b-8223-b146d4a0d439", "end": null, "direction": "backward", "artist": { "id": "89931942-3182-4448-8e63-0c2ce90f1f81", - "aliases": [ - - ], + "aliases": [], "sort-name": "Hardie, George", "disambiguation": "", "name": "George Hardie" @@ -359,16 +364,12 @@ "ended": false }, { - "attributes": [ - - ], + "attributes": [], "target-credit": "", "source-credit": "", "type": "design/illustration", "target-type": "artist", - "attribute-values": { - - }, + "attribute-values": {}, "begin": null, "type-id": "307e95dd-88b5-419b-8223-b146d4a0d439", "end": null, @@ -377,9 +378,7 @@ "artist": { "name": "Hipgnosis", "id": "fd1a4572-59ca-40f2-8f55-b82be28bb0ff", - "aliases": [ - - ], + "aliases": [], "sort-name": "Hipgnosis", "disambiguation": "UK art design group" } @@ -397,33 +396,23 @@ }, "target-type": "url", "type": "discogs", - "attributes": [ - - ], - "attribute-values": { - - }, + "attributes": [], + "attribute-values": {}, "begin": null }, { - "attribute-values": { - - }, + "attribute-values": {}, "begin": null, "type": "photography", "target-type": "artist", "target-credit": "", "source-credit": "", - "attributes": [ - - ], + "attributes": [], "ended": false, "artist": { "id": "fd1a4572-59ca-40f2-8f55-b82be28bb0ff", "sort-name": "Hipgnosis", - "aliases": [ - - ], + "aliases": [], "disambiguation": "UK art design group", "name": "Hipgnosis" }, @@ -432,24 +421,18 @@ "type-id": "0b58dc9b-9c49-4b19-bb58-9c06d41c8fbf" }, { - "attribute-values": { - - }, + "attribute-values": {}, "begin": null, "type": "producer", "target-type": "artist", "target-credit": "", "source-credit": "", - "attributes": [ - - ], + "attributes": [], "ended": false, "artist": { "id": "fd1a4572-59ca-40f2-8f55-b82be28bb0ff", "sort-name": "Hipgnosis", - "aliases": [ - - ], + "aliases": [], "disambiguation": "UK art design group", "name": "Hipgnosis" }, diff --git a/test/data/ws_data/release_group.json b/test/data/ws_data/release_group.json index 2c60e9b5c..78f7f7835 100644 --- a/test/data/ws_data/release_group.json +++ b/test/data/ws_data/release_group.json @@ -1,1025 +1,1029 @@ { - "first-release-date":"1973-03-24", + "first-release-date": "1973-03-24", "tags": [ - {"name": "test", "count": 5}, - {"name": "test2", "count": 3} + { + "name": "test", + "count": 5 + }, + { + "name": "test2", + "count": 3 + } ], "user-tags": [ - {"name": "test"} - ], - "disambiguation":"", - "title":"The Dark Side of the Moon", - "id":"f5093c06-23e3-404f-aeaa-40f72885ee3a", - "primary-type":"Album", - "secondary-type-ids":[ - - ], - "primary-type-id":"f529b476-6e62-324f-b0aa-1f3e33d313fc", - "secondary-types":[ - - ], - "releases":[ { - "barcode":"", - "text-representation":{ - "language":"eng", - "script":"Latn" + "name": "test" + } + ], + "disambiguation": "", + "title": "The Dark Side of the Moon", + "id": "f5093c06-23e3-404f-aeaa-40f72885ee3a", + "primary-type": "Album", + "secondary-type-ids": [], + "primary-type-id": "f529b476-6e62-324f-b0aa-1f3e33d313fc", + "secondary-types": [], + "releases": [ + { + "barcode": "", + "text-representation": { + "language": "eng", + "script": "Latn" }, - "quality":"normal", - "country":"US", - "release-events":[ + "quality": "normal", + "country": "US", + "release-events": [ { - "date":"1979-06", - "area":{ - "sort-name":"United States", - "disambiguation":"", - "iso-3166-1-codes":[ + "date": "1979-06", + "area": { + "sort-name": "United States", + "disambiguation": "", + "iso-3166-1-codes": [ "US" ], - "id":"489ce91b-6658-3307-9877-795b68554c98", - "name":"United States" + "id": "489ce91b-6658-3307-9877-795b68554c98", + "name": "United States" } } ], - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "id":"03683c48-eb9e-47a8-bcdf-d5e5bae93de3", - "media":[ + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "id": "03683c48-eb9e-47a8-bcdf-d5e5bae93de3", + "media": [ { - "position":1, - "track-count":10, - "format-id":"3e9080b0-5e6c-34ab-bd15-f526b6306a64", - "title":"", - "format":"12\" Vinyl" + "position": 1, + "track-count": 10, + "format-id": "3e9080b0-5e6c-34ab-bd15-f526b6306a64", + "title": "", + "format": "12\" Vinyl" } ], - "disambiguation":"1979 Mobile Fidelity Sound Lab remaster", - "packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f", - "title":"The Dark Side of the Moon", - "packaging":"Cardboard/Paper Sleeve", - "date":"1979-06" + "disambiguation": "1979 Mobile Fidelity Sound Lab remaster", + "packaging-id": "f7101ce3-0384-39ce-9fde-fbbd0044d35f", + "title": "The Dark Side of the Moon", + "packaging": "Cardboard/Paper Sleeve", + "date": "1979-06" }, { - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "status":"Official", - "quality":"normal", - "country":"US", - "release-events":[ + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "status": "Official", + "quality": "normal", + "country": "US", + "release-events": [ { - "area":{ - "disambiguation":"", - "sort-name":"United States", - "iso-3166-1-codes":[ + "area": { + "disambiguation": "", + "sort-name": "United States", + "iso-3166-1-codes": [ "US" ], - "id":"489ce91b-6658-3307-9877-795b68554c98", - "name":"United States" + "id": "489ce91b-6658-3307-9877-795b68554c98", + "name": "United States" }, - "date":"1993" + "date": "1993" } ], - "packaging-id":null, - "title":"The Dark Side of the Moon", - "packaging":null, - "date":"1993", - "disambiguation":"", - "media":[ + "packaging-id": null, + "title": "The Dark Side of the Moon", + "packaging": null, + "date": "1993", + "disambiguation": "", + "media": [ { - "format":"CD", - "title":"", - "position":1, - "track-count":10, - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31" + "format": "CD", + "title": "", + "position": 1, + "track-count": 10, + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31" } ], - "id":"10600476-3b48-4709-a91d-3fdf6d2455e6", - "text-representation":{ - "language":"eng", - "script":"Latn" + "id": "10600476-3b48-4709-a91d-3fdf6d2455e6", + "text-representation": { + "language": "eng", + "script": "Latn" }, - "barcode":"015775151727" + "barcode": "015775151727" }, { - "text-representation":{ - "language":"eng", - "script":"Latn" + "text-representation": { + "language": "eng", + "script": "Latn" }, - "barcode":"", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "status":"Official", - "country":"GB", - "quality":"normal", - "release-events":[ + "barcode": "", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "status": "Official", + "country": "GB", + "quality": "normal", + "release-events": [ { - "area":{ - "name":"United Kingdom", - "iso-3166-1-codes":[ + "area": { + "name": "United Kingdom", + "iso-3166-1-codes": [ "GB" ], - "id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed", - "disambiguation":"", - "sort-name":"United Kingdom" + "id": "8a754a16-0027-3a29-b6d7-2b40ea0481ed", + "disambiguation": "", + "sort-name": "United Kingdom" }, - "date":"1984-08" + "date": "1984-08" } ], - "packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a", - "title":"The Dark Side of the Moon", - "packaging":"Jewel Case", - "date":"1984-08", - "disambiguation":"", - "media":[ + "packaging-id": "ec27701a-4a22-37f4-bfac-6616e0f9750a", + "title": "The Dark Side of the Moon", + "packaging": "Jewel Case", + "date": "1984-08", + "disambiguation": "", + "media": [ { - "title":"", - "format":"CD", - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31", - "track-count":9, - "position":1 + "title": "", + "format": "CD", + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31", + "track-count": 9, + "position": 1 } ], - "id":"106ec6c3-1a30-336f-9572-65cc0e47109d" + "id": "106ec6c3-1a30-336f-9572-65cc0e47109d" }, { - "barcode":"", - "text-representation":{ - "script":"Latn", - "language":"eng" + "barcode": "", + "text-representation": { + "script": "Latn", + "language": "eng" }, - "quality":"normal", - "release-events":[ + "quality": "normal", + "release-events": [ { - "date":"1973", - "area":{ - "id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed", - "iso-3166-1-codes":[ + "date": "1973", + "area": { + "id": "8a754a16-0027-3a29-b6d7-2b40ea0481ed", + "iso-3166-1-codes": [ "GB" ], - "disambiguation":"", - "sort-name":"United Kingdom", - "name":"United Kingdom" + "disambiguation": "", + "sort-name": "United Kingdom", + "name": "United Kingdom" } } ], - "country":"GB", - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "id":"1c3ea255-3cc5-4861-9864-81e3bceb4443", - "media":[ + "country": "GB", + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "id": "1c3ea255-3cc5-4861-9864-81e3bceb4443", + "media": [ { - "position":1, - "track-count":10, - "format-id":"f5e6e254-8f39-331c-936b-9c69d686dc47", - "title":"", - "format":"Cassette" + "position": 1, + "track-count": 10, + "format-id": "f5e6e254-8f39-331c-936b-9c69d686dc47", + "title": "", + "format": "Cassette" } ], - "disambiguation":"", - "packaging-id":"c70b737a-0114-39a9-88f7-82843e54f906", - "packaging":"Cassette Case", - "date":"1973", - "title":"The Dark Side of the Moon" + "disambiguation": "", + "packaging-id": "c70b737a-0114-39a9-88f7-82843e54f906", + "packaging": "Cassette Case", + "date": "1973", + "title": "The Dark Side of the Moon" }, { - "quality":"normal", - "release-events":[ + "quality": "normal", + "release-events": [ { - "date":"1973", - "area":{ - "name":"United States", - "disambiguation":"", - "sort-name":"United States", - "iso-3166-1-codes":[ + "date": "1973", + "area": { + "name": "United States", + "disambiguation": "", + "sort-name": "United States", + "iso-3166-1-codes": [ "US" ], - "id":"489ce91b-6658-3307-9877-795b68554c98" + "id": "489ce91b-6658-3307-9877-795b68554c98" } } ], - "country":"US", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "status":"Official", - "id":"24824319-9bb8-3d1e-a2c5-b8b864dafd1b", - "media":[ + "country": "US", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "status": "Official", + "id": "24824319-9bb8-3d1e-a2c5-b8b864dafd1b", + "media": [ { - "title":"", - "format":"12\" Vinyl", - "track-count":10, - "position":1, - "format-id":"3e9080b0-5e6c-34ab-bd15-f526b6306a64" + "title": "", + "format": "12\" Vinyl", + "track-count": 10, + "position": 1, + "format-id": "3e9080b0-5e6c-34ab-bd15-f526b6306a64" } ], - "packaging-id":"e724a489-a7e8-30a1-a17c-30dfd6831202", - "date":"1973", - "packaging":"Gatefold Cover", - "title":"The Dark Side of the Moon", - "disambiguation":"", - "text-representation":{ - "language":"eng", - "script":"Latn" + "packaging-id": "e724a489-a7e8-30a1-a17c-30dfd6831202", + "date": "1973", + "packaging": "Gatefold Cover", + "title": "The Dark Side of the Moon", + "disambiguation": "", + "text-representation": { + "language": "eng", + "script": "Latn" }, - "barcode":"" + "barcode": "" }, { - "quality":"normal", - "country":"XE", - "release-events":[ + "quality": "normal", + "country": "XE", + "release-events": [ { - "date":"1993", - "area":{ - "iso-3166-1-codes":[ + "date": "1993", + "area": { + "iso-3166-1-codes": [ "XE" ], - "id":"89a675c2-3e37-3518-b83c-418bad59a85a", - "sort-name":"Europe", - "disambiguation":"", - "name":"Europe" + "id": "89a675c2-3e37-3518-b83c-418bad59a85a", + "sort-name": "Europe", + "disambiguation": "", + "name": "Europe" } } ], - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "media":[ + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "media": [ { - "title":"", - "format":"CD", - "track-count":9, - "position":1, - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31" + "title": "", + "format": "CD", + "track-count": 9, + "position": 1, + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31" } ], - "id":"2755bfc1-9438-4ae8-8a49-3f820dbca482", - "disambiguation":"20th anniversary edition", - "packaging-id":"8f931351-d2e2-310f-afc6-37b89ddba246", - "date":"1993", - "packaging":"Digipak", - "title":"The Dark Side of the Moon", - "barcode":"077778147923", - "text-representation":{ - "language":"eng", - "script":"Latn" + "id": "2755bfc1-9438-4ae8-8a49-3f820dbca482", + "disambiguation": "20th anniversary edition", + "packaging-id": "8f931351-d2e2-310f-afc6-37b89ddba246", + "date": "1993", + "packaging": "Digipak", + "title": "The Dark Side of the Moon", + "barcode": "077778147923", + "text-representation": { + "language": "eng", + "script": "Latn" } }, { - "media":[ + "media": [ { - "title":"", - "format":"CD", - "position":1, - "track-count":9, - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31" + "title": "", + "format": "CD", + "position": 1, + "track-count": 9, + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31" } ], - "id":"35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9", - "packaging-id":null, - "packaging":null, - "date":"1993-04-28", - "title":"The Dark Side of the Moon", - "disambiguation":"", - "quality":"normal", - "country":"JP", - "release-events":[ + "id": "35bd2c37-d3d2-34b8-bdf5-5afa0693e4b9", + "packaging-id": null, + "packaging": null, + "date": "1993-04-28", + "title": "The Dark Side of the Moon", + "disambiguation": "", + "quality": "normal", + "country": "JP", + "release-events": [ { - "date":"1993-04-28", - "area":{ - "name":"Japan", - "iso-3166-1-codes":[ + "date": "1993-04-28", + "area": { + "name": "Japan", + "iso-3166-1-codes": [ "JP" ], - "id":"2db42837-c832-3c27-b4a3-08198f75693c", - "disambiguation":"", - "sort-name":"Japan" + "id": "2db42837-c832-3c27-b4a3-08198f75693c", + "disambiguation": "", + "sort-name": "Japan" } } ], - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "status":"Official", - "text-representation":{ - "language":"eng", - "script":"Latn" + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "status": "Official", + "text-representation": { + "language": "eng", + "script": "Latn" }, - "barcode":"4988006680951" + "barcode": "4988006680951" }, { - "quality":"normal", - "country":"YU", - "release-events":[ + "quality": "normal", + "country": "YU", + "release-events": [ { - "area":{ - "iso-3166-1-codes":[ + "area": { + "iso-3166-1-codes": [ "YU" ], - "id":"885dce63-c211-3033-8cf7-46cb82d440c7", - "disambiguation":"", - "sort-name":"Yugoslavia", - "name":"Yugoslavia", - "iso-3166-3-codes":[ + "id": "885dce63-c211-3033-8cf7-46cb82d440c7", + "disambiguation": "", + "sort-name": "Yugoslavia", + "name": "Yugoslavia", + "iso-3166-3-codes": [ "YUCS" ] }, - "date":"1973" + "date": "1973" } ], - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "id":"3fde611f-de09-46c9-8233-731b3e2ed76f", - "media":[ + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "id": "3fde611f-de09-46c9-8233-731b3e2ed76f", + "media": [ { - "format-id":"3e9080b0-5e6c-34ab-bd15-f526b6306a64", - "position":1, - "track-count":10, - "title":"", - "format":"12\" Vinyl" + "format-id": "3e9080b0-5e6c-34ab-bd15-f526b6306a64", + "position": 1, + "track-count": 10, + "title": "", + "format": "12\" Vinyl" } ], - "disambiguation":"quadraphonic", - "date":"1973", - "packaging-id":"e724a489-a7e8-30a1-a17c-30dfd6831202", - "packaging":"Gatefold Cover", - "title":"The Dark Side of the Moon", - "barcode":"", - "text-representation":{ - "language":"eng", - "script":"Latn" + "disambiguation": "quadraphonic", + "date": "1973", + "packaging-id": "e724a489-a7e8-30a1-a17c-30dfd6831202", + "packaging": "Gatefold Cover", + "title": "The Dark Side of the Moon", + "barcode": "", + "text-representation": { + "language": "eng", + "script": "Latn" } }, { - "disambiguation":"", - "packaging-id":"e724a489-a7e8-30a1-a17c-30dfd6831202", - "title":"The Dark Side of the Moon", - "packaging":"Gatefold Cover", - "date":"1973", - "id":"4534f168-c25e-4d84-9da6-4fb26a261640", - "media":[ + "disambiguation": "", + "packaging-id": "e724a489-a7e8-30a1-a17c-30dfd6831202", + "title": "The Dark Side of the Moon", + "packaging": "Gatefold Cover", + "date": "1973", + "id": "4534f168-c25e-4d84-9da6-4fb26a261640", + "media": [ { - "position":1, - "track-count":10, - "format-id":"3e9080b0-5e6c-34ab-bd15-f526b6306a64", - "title":"", - "format":"12\" Vinyl" + "position": 1, + "track-count": 10, + "format-id": "3e9080b0-5e6c-34ab-bd15-f526b6306a64", + "title": "", + "format": "12\" Vinyl" } ], - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "quality":"normal", - "country":"NZ", - "release-events":[ + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "quality": "normal", + "country": "NZ", + "release-events": [ { - "date":"1973", - "area":{ - "name":"New Zealand", - "iso-3166-1-codes":[ + "date": "1973", + "area": { + "name": "New Zealand", + "iso-3166-1-codes": [ "NZ" ], - "id":"8524c7d9-f472-3890-a458-f28d5081d9c4", - "sort-name":"New Zealand", - "disambiguation":"" + "id": "8524c7d9-f472-3890-a458-f28d5081d9c4", + "sort-name": "New Zealand", + "disambiguation": "" } } ], - "barcode":"", - "text-representation":{ - "language":"eng", - "script":"Latn" + "barcode": "", + "text-representation": { + "language": "eng", + "script": "Latn" } }, { - "barcode":"4988006683129", - "text-representation":{ - "script":"Latn", - "language":"eng" + "barcode": "4988006683129", + "text-representation": { + "script": "Latn", + "language": "eng" }, - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "quality":"normal", - "release-events":[ + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "quality": "normal", + "release-events": [ { - "area":{ - "id":"2db42837-c832-3c27-b4a3-08198f75693c", - "iso-3166-1-codes":[ + "area": { + "id": "2db42837-c832-3c27-b4a3-08198f75693c", + "iso-3166-1-codes": [ "JP" ], - "disambiguation":"", - "sort-name":"Japan", - "name":"Japan" + "disambiguation": "", + "sort-name": "Japan", + "name": "Japan" }, - "date":"1993-03-31" + "date": "1993-03-31" } ], - "country":"JP", - "disambiguation":"", - "packaging":null, - "packaging-id":null, - "title":"The Dark Side of the Moon", - "date":"1993-03-31", - "media":[ + "country": "JP", + "disambiguation": "", + "packaging": null, + "packaging-id": null, + "title": "The Dark Side of the Moon", + "date": "1993-03-31", + "media": [ { - "title":"", - "format":"CD", - "track-count":9, - "position":1, - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31" + "title": "", + "format": "CD", + "track-count": 9, + "position": 1, + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31" } ], - "id":"58fd6184-9753-3843-8cee-b79507583298" + "id": "58fd6184-9753-3843-8cee-b79507583298" }, { - "quality":"normal", - "release-events":[ + "quality": "normal", + "release-events": [ { - "date":"1981", - "area":{ - "disambiguation":"", - "sort-name":"United States", - "iso-3166-1-codes":[ + "date": "1981", + "area": { + "disambiguation": "", + "sort-name": "United States", + "iso-3166-1-codes": [ "US" ], - "id":"489ce91b-6658-3307-9877-795b68554c98", - "name":"United States" + "id": "489ce91b-6658-3307-9877-795b68554c98", + "name": "United States" } } ], - "country":"US", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "status":"Official", - "media":[ + "country": "US", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "status": "Official", + "media": [ { - "position":1, - "track-count":10, - "format-id":"3e9080b0-5e6c-34ab-bd15-f526b6306a64", - "title":"", - "format":"12\" Vinyl" + "position": 1, + "track-count": 10, + "format-id": "3e9080b0-5e6c-34ab-bd15-f526b6306a64", + "title": "", + "format": "12\" Vinyl" } ], - "id":"6151d934-4eb2-3b51-8868-c18440b9864d", - "packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f", - "packaging":"Cardboard/Paper Sleeve", - "date":"1981", - "title":"The Dark Side of the Moon", - "disambiguation":"1979 Mobile Fidelity Sound Lab remaster", - "text-representation":{ - "language":"eng", - "script":"Latn" + "id": "6151d934-4eb2-3b51-8868-c18440b9864d", + "packaging-id": "f7101ce3-0384-39ce-9fde-fbbd0044d35f", + "packaging": "Cardboard/Paper Sleeve", + "date": "1981", + "title": "The Dark Side of the Moon", + "disambiguation": "1979 Mobile Fidelity Sound Lab remaster", + "text-representation": { + "language": "eng", + "script": "Latn" }, - "barcode":"" + "barcode": "" }, { - "text-representation":{ - "language":"eng", - "script":"Latn" + "text-representation": { + "language": "eng", + "script": "Latn" }, - "barcode":"", - "media":[ + "barcode": "", + "media": [ { - "position":1, - "track-count":9, - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31", - "format":"CD", - "title":"" + "position": 1, + "track-count": 9, + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31", + "format": "CD", + "title": "" } ], - "id":"7f6d3088-837d-495e-905f-be5c70ac2d82", - "date":"1983-05-21", - "packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a", - "packaging":"Jewel Case", - "title":"The Dark Side of the Moon", - "disambiguation":"", - "quality":"normal", - "country":"JP", - "release-events":[ + "id": "7f6d3088-837d-495e-905f-be5c70ac2d82", + "date": "1983-05-21", + "packaging-id": "ec27701a-4a22-37f4-bfac-6616e0f9750a", + "packaging": "Jewel Case", + "title": "The Dark Side of the Moon", + "disambiguation": "", + "quality": "normal", + "country": "JP", + "release-events": [ { - "date":"1983-05-21", - "area":{ - "name":"Japan", - "disambiguation":"", - "sort-name":"Japan", - "id":"2db42837-c832-3c27-b4a3-08198f75693c", - "iso-3166-1-codes":[ + "date": "1983-05-21", + "area": { + "name": "Japan", + "disambiguation": "", + "sort-name": "Japan", + "id": "2db42837-c832-3c27-b4a3-08198f75693c", + "iso-3166-1-codes": [ "JP" ] } } ], - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "status":"Official" + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "status": "Official" }, { - "id":"8d17f5db-b9d0-4e35-9a06-9e1bffebc5be", - "media":[ + "id": "8d17f5db-b9d0-4e35-9a06-9e1bffebc5be", + "media": [ { - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31", - "track-count":9, - "position":1, - "title":"", - "format":"CD" + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31", + "track-count": 9, + "position": 1, + "title": "", + "format": "CD" } ], - "disambiguation":"TO remastering", - "packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a", - "date":"1986", - "packaging":"Jewel Case", - "title":"The Dark Side of the Moon", - "quality":"normal", - "release-events":[ + "disambiguation": "TO remastering", + "packaging-id": "ec27701a-4a22-37f4-bfac-6616e0f9750a", + "date": "1986", + "packaging": "Jewel Case", + "title": "The Dark Side of the Moon", + "quality": "normal", + "release-events": [ { - "area":{ - "name":"Japan", - "disambiguation":"", - "sort-name":"Japan", - "id":"2db42837-c832-3c27-b4a3-08198f75693c", - "iso-3166-1-codes":[ + "area": { + "name": "Japan", + "disambiguation": "", + "sort-name": "Japan", + "id": "2db42837-c832-3c27-b4a3-08198f75693c", + "iso-3166-1-codes": [ "JP" ] }, - "date":"1986" + "date": "1986" } ], - "country":"JP", - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "barcode":"", - "text-representation":{ - "language":"eng", - "script":"Latn" + "country": "JP", + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "barcode": "", + "text-representation": { + "language": "eng", + "script": "Latn" } }, { - "id":"8ede3645-4d20-4ca6-a4e3-4e9179115968", - "media":[ + "id": "8ede3645-4d20-4ca6-a4e3-4e9179115968", + "media": [ { - "title":"", - "format":"12\" Vinyl", - "format-id":"3e9080b0-5e6c-34ab-bd15-f526b6306a64", - "position":1, - "track-count":10 + "title": "", + "format": "12\" Vinyl", + "format-id": "3e9080b0-5e6c-34ab-bd15-f526b6306a64", + "position": 1, + "track-count": 10 } ], - "disambiguation":"quadraphonic", - "packaging-id":"e724a489-a7e8-30a1-a17c-30dfd6831202", - "packaging":"Gatefold Cover", - "title":"The Dark Side of the Moon", - "date":"1973", - "country":"NZ", - "quality":"normal", - "release-events":[ + "disambiguation": "quadraphonic", + "packaging-id": "e724a489-a7e8-30a1-a17c-30dfd6831202", + "packaging": "Gatefold Cover", + "title": "The Dark Side of the Moon", + "date": "1973", + "country": "NZ", + "quality": "normal", + "release-events": [ { - "date":"1973", - "area":{ - "sort-name":"New Zealand", - "disambiguation":"", - "iso-3166-1-codes":[ + "date": "1973", + "area": { + "sort-name": "New Zealand", + "disambiguation": "", + "iso-3166-1-codes": [ "NZ" ], - "id":"8524c7d9-f472-3890-a458-f28d5081d9c4", - "name":"New Zealand" + "id": "8524c7d9-f472-3890-a458-f28d5081d9c4", + "name": "New Zealand" } } ], - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "barcode":"", - "text-representation":{ - "language":"eng", - "script":"Latn" + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "barcode": "", + "text-representation": { + "language": "eng", + "script": "Latn" } }, { - "text-representation":{ - "script":"Latn", - "language":"eng" + "text-representation": { + "script": "Latn", + "language": "eng" }, - "barcode":"", - "media":[ + "barcode": "", + "media": [ { - "format":"12\" Vinyl", - "title":"", - "format-id":"3e9080b0-5e6c-34ab-bd15-f526b6306a64", - "track-count":10, - "position":1 + "format": "12\" Vinyl", + "title": "", + "format-id": "3e9080b0-5e6c-34ab-bd15-f526b6306a64", + "track-count": 10, + "position": 1 } ], - "id":"956fbc58-362d-43b8-b880-3779e0508559", - "packaging":"Cardboard/Paper Sleeve", - "packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f", - "title":"The Dark Side of the Moon", - "date":"1977", - "disambiguation":"", - "quality":"normal", - "country":"DE", - "release-events":[ + "id": "956fbc58-362d-43b8-b880-3779e0508559", + "packaging": "Cardboard/Paper Sleeve", + "packaging-id": "f7101ce3-0384-39ce-9fde-fbbd0044d35f", + "title": "The Dark Side of the Moon", + "date": "1977", + "disambiguation": "", + "quality": "normal", + "country": "DE", + "release-events": [ { - "area":{ - "id":"85752fda-13c4-31a3-bee5-0e5cb1f51dad", - "iso-3166-1-codes":[ + "area": { + "id": "85752fda-13c4-31a3-bee5-0e5cb1f51dad", + "iso-3166-1-codes": [ "DE" ], - "sort-name":"Germany", - "disambiguation":"", - "name":"Germany" + "sort-name": "Germany", + "disambiguation": "", + "name": "Germany" }, - "date":"1977" + "date": "1977" } ], - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "status":"Official" + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "status": "Official" }, { - "id":"a1170afd-e95f-3975-ad26-e04c70d6a42b", - "media":[ + "id": "a1170afd-e95f-3975-ad26-e04c70d6a42b", + "media": [ { - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31", - "track-count":9, - "position":1, - "title":"", - "format":"CD" + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31", + "track-count": 9, + "position": 1, + "title": "", + "format": "CD" } ], - "packaging":null, - "packaging-id":null, - "title":"The Dark Side of the Moon", - "date":"1993", - "disambiguation":"", - "quality":"normal", - "release-events":[ + "packaging": null, + "packaging-id": null, + "title": "The Dark Side of the Moon", + "date": "1993", + "disambiguation": "", + "quality": "normal", + "release-events": [ { - "date":"1993", - "area":{ - "name":"Canada", - "id":"71bbafaa-e825-3e15-8ca9-017dcad1748b", - "iso-3166-1-codes":[ + "date": "1993", + "area": { + "name": "Canada", + "id": "71bbafaa-e825-3e15-8ca9-017dcad1748b", + "iso-3166-1-codes": [ "CA" ], - "sort-name":"Canada", - "disambiguation":"" + "sort-name": "Canada", + "disambiguation": "" } } ], - "country":"CA", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "status":"Official", - "text-representation":{ - "language":"eng", - "script":"Latn" + "country": "CA", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "status": "Official", + "text-representation": { + "language": "eng", + "script": "Latn" }, - "barcode":"077774600125" + "barcode": "077774600125" }, { - "barcode":"", - "text-representation":{ - "language":"eng", - "script":"Latn" + "barcode": "", + "text-representation": { + "language": "eng", + "script": "Latn" }, - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "release-events":[ + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "release-events": [ { - "area":{ - "iso-3166-1-codes":[ + "area": { + "iso-3166-1-codes": [ "GB" ], - "id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed", - "disambiguation":"", - "sort-name":"United Kingdom", - "name":"United Kingdom" + "id": "8a754a16-0027-3a29-b6d7-2b40ea0481ed", + "disambiguation": "", + "sort-name": "United Kingdom", + "name": "United Kingdom" }, - "date":"1973-03-24" + "date": "1973-03-24" } ], - "quality":"normal", - "country":"GB", - "disambiguation":"", - "packaging":"Gatefold Cover", - "packaging-id":"e724a489-a7e8-30a1-a17c-30dfd6831202", - "title":"The Dark Side of the Moon", - "date":"1973-03-24", - "id":"b84ee12a-09ef-421b-82de-0441a926375b", - "media":[ + "quality": "normal", + "country": "GB", + "disambiguation": "", + "packaging": "Gatefold Cover", + "packaging-id": "e724a489-a7e8-30a1-a17c-30dfd6831202", + "title": "The Dark Side of the Moon", + "date": "1973-03-24", + "id": "b84ee12a-09ef-421b-82de-0441a926375b", + "media": [ { - "format":"12\" Vinyl", - "title":"", - "format-id":"3e9080b0-5e6c-34ab-bd15-f526b6306a64", - "position":1, - "track-count":10 + "format": "12\" Vinyl", + "title": "", + "format-id": "3e9080b0-5e6c-34ab-bd15-f526b6306a64", + "position": 1, + "track-count": 10 } ] }, { - "packaging-id":"e724a489-a7e8-30a1-a17c-30dfd6831202", - "title":"The Dark Side of the Moon", - "packaging":"Gatefold Cover", - "date":"1973-12", - "disambiguation":"quadraphonic", - "id":"b8ee4313-2915-40f1-913d-ac0315b4ba3d", - "media":[ + "packaging-id": "e724a489-a7e8-30a1-a17c-30dfd6831202", + "title": "The Dark Side of the Moon", + "packaging": "Gatefold Cover", + "date": "1973-12", + "disambiguation": "quadraphonic", + "id": "b8ee4313-2915-40f1-913d-ac0315b4ba3d", + "media": [ { - "format-id":"3e9080b0-5e6c-34ab-bd15-f526b6306a64", - "position":1, - "track-count":10, - "format":"12\" Vinyl", - "title":"" + "format-id": "3e9080b0-5e6c-34ab-bd15-f526b6306a64", + "position": 1, + "track-count": 10, + "format": "12\" Vinyl", + "title": "" } ], - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "status":"Official", - "release-events":[ + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "status": "Official", + "release-events": [ { - "date":"1973-12", - "area":{ - "name":"United Kingdom", - "id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed", - "iso-3166-1-codes":[ + "date": "1973-12", + "area": { + "name": "United Kingdom", + "id": "8a754a16-0027-3a29-b6d7-2b40ea0481ed", + "iso-3166-1-codes": [ "GB" ], - "disambiguation":"", - "sort-name":"United Kingdom" + "disambiguation": "", + "sort-name": "United Kingdom" } } ], - "quality":"normal", - "country":"GB", - "text-representation":{ - "language":"eng", - "script":"Latn" + "quality": "normal", + "country": "GB", + "text-representation": { + "language": "eng", + "script": "Latn" }, - "barcode":"" + "barcode": "" }, { - "media":[ + "media": [ { - "track-count":10, - "position":1, - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31", - "title":"", - "format":"CD" + "track-count": 10, + "position": 1, + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31", + "title": "", + "format": "CD" } ], - "id":"badcfda9-2ca8-32e5-a68b-c9a3cf807502", - "disambiguation":"", - "packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a", - "packaging":"Jewel Case", - "title":"The Dark Side of the Moon", - "date":"1988-04", - "release-events":[ + "id": "badcfda9-2ca8-32e5-a68b-c9a3cf807502", + "disambiguation": "", + "packaging-id": "ec27701a-4a22-37f4-bfac-6616e0f9750a", + "packaging": "Jewel Case", + "title": "The Dark Side of the Moon", + "date": "1988-04", + "release-events": [ { - "area":{ - "name":"United States", - "disambiguation":"", - "sort-name":"United States", - "iso-3166-1-codes":[ + "area": { + "name": "United States", + "disambiguation": "", + "sort-name": "United States", + "iso-3166-1-codes": [ "US" ], - "id":"489ce91b-6658-3307-9877-795b68554c98" + "id": "489ce91b-6658-3307-9877-795b68554c98" }, - "date":"1988-04" + "date": "1988-04" } ], - "quality":"normal", - "country":"US", - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "barcode":"015775151727", - "text-representation":{ - "language":"eng", - "script":"Latn" + "quality": "normal", + "country": "US", + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "barcode": "015775151727", + "text-representation": { + "language": "eng", + "script": "Latn" } }, { - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "country":"JP", - "quality":"normal", - "release-events":[ + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "country": "JP", + "quality": "normal", + "release-events": [ { - "area":{ - "id":"2db42837-c832-3c27-b4a3-08198f75693c", - "iso-3166-1-codes":[ + "area": { + "id": "2db42837-c832-3c27-b4a3-08198f75693c", + "iso-3166-1-codes": [ "JP" ], - "sort-name":"Japan", - "disambiguation":"", - "name":"Japan" + "sort-name": "Japan", + "disambiguation": "", + "name": "Japan" }, - "date":"1988-12-21" + "date": "1988-12-21" } ], - "disambiguation":"", - "packaging":null, - "packaging-id":null, - "title":"The Dark Side of the Moon", - "date":"1988-12-21", - "id":"c8050a51-9716-40b0-924e-82843164d81c", - "media":[ + "disambiguation": "", + "packaging": null, + "packaging-id": null, + "title": "The Dark Side of the Moon", + "date": "1988-12-21", + "id": "c8050a51-9716-40b0-924e-82843164d81c", + "media": [ { - "format":"CD", - "title":"", - "position":1, - "track-count":9, - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31" + "format": "CD", + "title": "", + "position": 1, + "track-count": 9, + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31" } ], - "barcode":"4988006628977", - "text-representation":{ - "script":"Latn", - "language":"eng" + "barcode": "4988006628977", + "text-representation": { + "script": "Latn", + "language": "eng" } }, { - "barcode":"4988006641594", - "text-representation":{ - "script":"Latn", - "language":"eng" + "barcode": "4988006641594", + "text-representation": { + "script": "Latn", + "language": "eng" }, - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "quality":"normal", - "release-events":[ + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "quality": "normal", + "release-events": [ { - "area":{ - "name":"Japan", - "iso-3166-1-codes":[ + "area": { + "name": "Japan", + "iso-3166-1-codes": [ "JP" ], - "id":"2db42837-c832-3c27-b4a3-08198f75693c", - "disambiguation":"", - "sort-name":"Japan" + "id": "2db42837-c832-3c27-b4a3-08198f75693c", + "disambiguation": "", + "sort-name": "Japan" }, - "date":"1986" + "date": "1986" } ], - "country":"JP", - "disambiguation":"", - "packaging":null, - "packaging-id":null, - "title":"The Dark Side of the Moon", - "date":"1986", - "id":"d5088e04-945d-3332-b752-26a40c7e7754", - "media":[ + "country": "JP", + "disambiguation": "", + "packaging": null, + "packaging-id": null, + "title": "The Dark Side of the Moon", + "date": "1986", + "id": "d5088e04-945d-3332-b752-26a40c7e7754", + "media": [ { - "format":"CD", - "title":"", - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31", - "position":1, - "track-count":9 + "format": "CD", + "title": "", + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31", + "position": 1, + "track-count": 9 } ] }, { - "disambiguation":"No barcode; on the CD: Made in U.K.", - "packaging-id":"ec27701a-4a22-37f4-bfac-6616e0f9750a", - "title":"The Dark Side of the Moon", - "packaging":"Jewel Case", - "date":"1986-05", - "media":[ + "disambiguation": "No barcode; on the CD: Made in U.K.", + "packaging-id": "ec27701a-4a22-37f4-bfac-6616e0f9750a", + "title": "The Dark Side of the Moon", + "packaging": "Jewel Case", + "date": "1986-05", + "media": [ { - "title":"", - "format":"CD", - "track-count":9, - "position":1, - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31" + "title": "", + "format": "CD", + "track-count": 9, + "position": 1, + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31" } ], - "id":"dfd839f7-4741-36cf-af82-a1a1e797714e", - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "quality":"normal", - "country":"GB", - "release-events":[ + "id": "dfd839f7-4741-36cf-af82-a1a1e797714e", + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "quality": "normal", + "country": "GB", + "release-events": [ { - "date":"1986-05", - "area":{ - "disambiguation":"", - "sort-name":"United Kingdom", - "id":"8a754a16-0027-3a29-b6d7-2b40ea0481ed", - "iso-3166-1-codes":[ + "date": "1986-05", + "area": { + "disambiguation": "", + "sort-name": "United Kingdom", + "id": "8a754a16-0027-3a29-b6d7-2b40ea0481ed", + "iso-3166-1-codes": [ "GB" ], - "name":"United Kingdom" + "name": "United Kingdom" } } ], - "barcode":"", - "text-representation":{ - "language":"eng", - "script":"Latn" + "barcode": "", + "text-representation": { + "language": "eng", + "script": "Latn" } }, { - "packaging-id":null, - "date":"1985", - "packaging":null, - "title":"The Dark Side of the Moon", - "disambiguation":"", - "media":[ + "packaging-id": null, + "date": "1985", + "packaging": null, + "title": "The Dark Side of the Moon", + "disambiguation": "", + "media": [ { - "position":1, - "track-count":9, - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31", - "format":"CD", - "title":"" + "position": 1, + "track-count": 9, + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31", + "format": "CD", + "title": "" } ], - "id":"e9216a3b-ee97-3464-88e3-887796c2c29b", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "status":"Official", - "country":"US", - "quality":"normal", - "release-events":[ + "id": "e9216a3b-ee97-3464-88e3-887796c2c29b", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "status": "Official", + "country": "US", + "quality": "normal", + "release-events": [ { - "area":{ - "sort-name":"United States", - "disambiguation":"", - "iso-3166-1-codes":[ + "area": { + "sort-name": "United States", + "disambiguation": "", + "iso-3166-1-codes": [ "US" ], - "id":"489ce91b-6658-3307-9877-795b68554c98", - "name":"United States" + "id": "489ce91b-6658-3307-9877-795b68554c98", + "name": "United States" }, - "date":"1985" + "date": "1985" } ], - "text-representation":{ - "language":"eng", - "script":"Latn" + "text-representation": { + "language": "eng", + "script": "Latn" }, - "barcode":"077774600125" + "barcode": "077774600125" }, { - "id":"e92282b9-8963-4362-87b3-bbc990d40360", - "media":[ + "id": "e92282b9-8963-4362-87b3-bbc990d40360", + "media": [ { - "format":"CD", - "title":"", - "format-id":"9712d52a-4509-3d4b-a1a2-67c88c643e31", - "track-count":9, - "position":1 + "format": "CD", + "title": "", + "format-id": "9712d52a-4509-3d4b-a1a2-67c88c643e31", + "track-count": 9, + "position": 1 } ], - "packaging":"Cardboard/Paper Sleeve", - "packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f", - "date":"1993-09-23", - "title":"The Dark Side of the Moon", - "disambiguation":"20th Anniversary Limited Edition", - "quality":"normal", - "country":"US", - "release-events":[ + "packaging": "Cardboard/Paper Sleeve", + "packaging-id": "f7101ce3-0384-39ce-9fde-fbbd0044d35f", + "date": "1993-09-23", + "title": "The Dark Side of the Moon", + "disambiguation": "20th Anniversary Limited Edition", + "quality": "normal", + "country": "US", + "release-events": [ { - "date":"1993-09-23", - "area":{ - "id":"489ce91b-6658-3307-9877-795b68554c98", - "iso-3166-1-codes":[ + "date": "1993-09-23", + "area": { + "id": "489ce91b-6658-3307-9877-795b68554c98", + "iso-3166-1-codes": [ "US" ], - "sort-name":"United States", - "disambiguation":"", - "name":"United States" + "sort-name": "United States", + "disambiguation": "", + "name": "United States" } } ], - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "status":"Official", - "text-representation":{ - "language":"eng", - "script":"Latn" + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "status": "Official", + "text-representation": { + "language": "eng", + "script": "Latn" }, - "barcode":"077774600125" + "barcode": "077774600125" }, { - "disambiguation":"", - "packaging-id":"f7101ce3-0384-39ce-9fde-fbbd0044d35f", - "date":"1973", - "packaging":"Cardboard/Paper Sleeve", - "title":"The Dark Side of the Moon", - "media":[ + "disambiguation": "", + "packaging-id": "f7101ce3-0384-39ce-9fde-fbbd0044d35f", + "date": "1973", + "packaging": "Cardboard/Paper Sleeve", + "title": "The Dark Side of the Moon", + "media": [ { - "format-id":"3e9080b0-5e6c-34ab-bd15-f526b6306a64", - "track-count":10, - "position":1, - "title":"", - "format":"12\" Vinyl" + "format-id": "3e9080b0-5e6c-34ab-bd15-f526b6306a64", + "track-count": 10, + "position": 1, + "title": "", + "format": "12\" Vinyl" } ], - "id":"fd7d8f8e-c894-4088-a7b4-4a66057f41ee", - "status":"Official", - "status-id":"4e304316-386d-3409-af2e-78857eec5cfe", - "country":"JP", - "quality":"normal", - "release-events":[ + "id": "fd7d8f8e-c894-4088-a7b4-4a66057f41ee", + "status": "Official", + "status-id": "4e304316-386d-3409-af2e-78857eec5cfe", + "country": "JP", + "quality": "normal", + "release-events": [ { - "date":"1973", - "area":{ - "disambiguation":"", - "sort-name":"Japan", - "id":"2db42837-c832-3c27-b4a3-08198f75693c", - "iso-3166-1-codes":[ + "date": "1973", + "area": { + "disambiguation": "", + "sort-name": "Japan", + "id": "2db42837-c832-3c27-b4a3-08198f75693c", + "iso-3166-1-codes": [ "JP" ], - "name":"Japan" + "name": "Japan" } } ], - "barcode":"", - "text-representation":{ - "script":"Latn", - "language":"eng" + "barcode": "", + "text-representation": { + "script": "Latn", + "language": "eng" } } ] diff --git a/test/data/ws_data/release_group_2.json b/test/data/ws_data/release_group_2.json index 2fdda6186..bb6ad6f40 100644 --- a/test/data/ws_data/release_group_2.json +++ b/test/data/ws_data/release_group_2.json @@ -1,97 +1,96 @@ { "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" + { + "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" + } + ] }, - "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" + { + "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" + } + ] }, - "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" - } - ] - } - + { + "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 } diff --git a/test/data/ws_data/release_group_3.json b/test/data/ws_data/release_group_3.json index 58d841bdf..ed69290a7 100644 --- a/test/data/ws_data/release_group_3.json +++ b/test/data/ws_data/release_group_3.json @@ -1,64 +1,63 @@ { "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" + { + "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" + } + ] }, - "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" - } - ] - } - + { + "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 } diff --git a/test/data/ws_data/release_group_4.json b/test/data/ws_data/release_group_4.json index af5ba10c5..5ff73027f 100644 --- a/test/data/ws_data/release_group_4.json +++ b/test/data/ws_data/release_group_4.json @@ -1,62 +1,61 @@ { "release-offset": 0, "releases": [ - { - "id":"789", - "title":"Foox", - "status":"Official", - "country":"FR", - "date":"2009-08-07", - "barcode":"0123456789", - "text-representation":{ - "language":"eng", - "script":"Latn" + { + "id": "789", + "title": "Foox", + "status": "Official", + "country": "FR", + "date": "2009-08-07", + "barcode": "0123456789", + "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" + } + ] }, - "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", - "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": "Foox", + "status": "Official", + "country": "FR", + "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": 2 } diff --git a/test/data/ws_data/track.json b/test/data/ws_data/track.json index 835e8c596..97bf6ee96 100644 --- a/test/data/ws_data/track.json +++ b/test/data/ws_data/track.json @@ -1,14 +1,14 @@ { - "length":68346, - "recording":{ - "disambiguation":"original stereo mix", - "length":68346, - "video":false, - "title":"Speak to Me", - "id":"bef3fddb-5aca-49f5-b2fd-d56a23268d63" + "length": 68346, + "recording": { + "disambiguation": "original stereo mix", + "length": 68346, + "video": false, + "title": "Speak to Me", + "id": "bef3fddb-5aca-49f5-b2fd-d56a23268d63" }, - "number":"A1", - "id":"d4156411-b884-368f-a4cb-7c0101a557a2", - "title":"Speak to Me", + "number": "A1", + "id": "d4156411-b884-368f-a4cb-7c0101a557a2", + "title": "Speak to Me", "position": 1 } diff --git a/test/data/ws_data/track_pregap.json b/test/data/ws_data/track_pregap.json index 448c4e797..de441bd53 100644 --- a/test/data/ws_data/track_pregap.json +++ b/test/data/ws_data/track_pregap.json @@ -175,4 +175,4 @@ ], "length": 231000 } -} \ No newline at end of file +}