music-assistant-server

1.1 KBJSON
mix.json
1.1 KB44 lines • json
1{
2    "id": "mix_123",
3    "title": "My Daily Discovery",
4    "subTitle": "A personalized mix just for you",
5    "mixType": "DISCOVERY_MIX",
6    "contentBehavior": "UNREPEATABLE",
7    "sharingImages": {
8        "SMALL": {
9            "width": 320,
10            "height": 320,
11            "url": "http://example.com/mix-small.jpg"
12        },
13        "MEDIUM": {
14            "width": 640,
15            "height": 640,
16            "url": "http://example.com/mix-medium.jpg"
17        },
18        "LARGE": {
19            "width": 1280,
20            "height": 1280,
21            "url": "http://example.com/mix-large.jpg"
22        }
23    },
24    "images": {
25        "SMALL": {
26            "width": 320,
27            "height": 320,
28            "url": "http://example.com/mix-small.jpg"
29        },
30        "MEDIUM": {
31            "width": 640,
32            "height": 640,
33            "url": "http://example.com/mix-medium.jpg"
34        },
35        "LARGE": {
36            "width": 1280,
37            "height": 1280,
38            "url": "http://example.com/mix-large.jpg"
39        }
40    },
41    "updated": "2023-06-15T00:00:00.000+0000",
42    "dateAdded": "2023-01-01T00:00:00.000+0000"
43}
44