zulip/zerver/webhooks/lidarr/fixtures/lidarr_test.json

17 lines
278 B
JSON

{
"albums": [
{
"id": 123,
"title": "Test title",
"qualityVersion": 0
}
],
"eventType": "Test",
"artist": {
"id": 1,
"name": "Test Name",
"path": "C:\\testpath",
"mbId": "aaaaa-aaa-aaaa-aaaaaa"
}
}