Matching Report
CustomerName_Potentially_Mixed_YYYYMMDD.json
id_artist_customername required | string Dataset: Matching |
required | Array of objects Releases of the artist in the Customer catalog that are matched with Music Story |
{- "id_artist_customername": "string",
- "releases": [
- {
- "id_release_customername": "string",
- "id_artist_musicstory": 0,
- "customername_artist_suggestion": {
- "id_artist_customername": "string",
- "score": 0
}
}
]
}
CustomerName_Potentially_Duplicate_YYYYMMDD.json
id_artist_musicstory required | number Dataset: Matching |
required | Array of objects List of potentially duplicate artists found in the Customer's catalog |
{- "id_artist_musicstory": 0,
- "duplicates": [
- {
- "id_artist_customername": "string",
- "score": 0,
- "suggested_main_artist": true
}
]
}
CustomerName_Potentially_Multi_Artist_YYYYMMDD.json
id_artist_customername required | string Dataset: Matching |
required | Array of objects List of artists that compose the artist |
{- "id_artist_customername": "string",
- "artists": [
- {
- "id_artist_musicstory": 0,
- "has_common_discography": true,
- "customername_artist_suggestion": {
- "id_artist_customername": "string",
- "score": 0
}
}
]
}