tangled
alpha
login
or
join now
teal.fm
/
teal
109
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
109
fork
atom
overview
issues
pulls
pipelines
breaking change to play submission!
Natalie B
10 months ago
3f8f2bdb
ff189506
+25
1 changed file
expand all
collapse all
unified
split
packages
lexicons
real
fm
teal
alpha
feed
play.json
+25
packages/lexicons/real/fm/teal/alpha/feed/play.json
···
47
},
48
"description": "Array of Musicbrainz artist IDs"
49
},
0
0
0
0
0
0
0
0
50
"releaseName": {
51
"type": "string",
52
"maxLength": 256,
···
80
"format": "datetime",
81
"description": "The unix timestamp of when the track was played"
82
}
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
83
}
84
}
85
}
···
47
},
48
"description": "Array of Musicbrainz artist IDs"
49
},
50
+
"artists": {
51
+
"type": "array",
52
+
"items": {
53
+
"type": "ref",
54
+
"ref": "fm.teal.alpha.feed.defs#artist"
55
+
},
56
+
"description": "Array of artists in order of original appearance."
57
+
},
58
"releaseName": {
59
"type": "string",
60
"maxLength": 256,
···
88
"format": "datetime",
89
"description": "The unix timestamp of when the track was played"
90
}
91
+
}
92
+
}
93
+
},
94
+
"artist": {
95
+
"type": "object",
96
+
"required": ["artistName"],
97
+
"properties": {
98
+
"artistName": {
99
+
"type": "string",
100
+
"minLength": 1,
101
+
"maxLength": 256,
102
+
"maxGraphemes": 2560,
103
+
"description": "The name of the artist"
104
+
},
105
+
"artistMbId": {
106
+
"type": "string",
107
+
"description": "The Musicbrainz ID of the artist"
108
}
109
}
110
}