tangled
alpha
login
or
join now
teal.fm
/
teal
110
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
110
fork
atom
overview
issues
pulls
pipelines
Change artistName to artistNames
Natalie
1 year ago
882cd9d0
9e41cfa9
+18
-12
2 changed files
expand all
collapse all
unified
split
packages
lexicons
real
fm
teal
alpha
feed
defs.json
play.json
+9
-6
packages/lexicons/real/fm/teal/alpha/feed/defs.json
···
26
26
"type": "integer",
27
27
"description": "The length of the track in seconds"
28
28
},
29
29
-
"artistName": {
30
30
-
"type": "string",
31
31
-
"minLength": 1,
32
32
-
"maxLength": 256,
33
33
-
"maxGraphemes": 2560,
34
34
-
"description": "The name of the artist"
29
29
+
"artistNames": {
30
30
+
"type": "array",
31
31
+
"items": {
32
32
+
"type": "string",
33
33
+
"minLength": 1,
34
34
+
"maxLength": 256,
35
35
+
"maxGraphemes": 2560
36
36
+
},
37
37
+
"description": "Array of artist names in order of original appearance."
35
38
},
36
39
"artistMbIds": {
37
40
"type": "array",
+9
-6
packages/lexicons/real/fm/teal/alpha/feed/play.json
···
30
30
"type": "integer",
31
31
"description": "The length of the track in seconds"
32
32
},
33
33
-
"artistName": {
34
34
-
"type": "string",
35
35
-
"minLength": 1,
36
36
-
"maxLength": 256,
37
37
-
"maxGraphemes": 2560,
38
38
-
"description": "The name of the artist"
33
33
+
"artistNames": {
34
34
+
"type": "array",
35
35
+
"items": {
36
36
+
"type": "string",
37
37
+
"minLength": 1,
38
38
+
"maxLength": 256,
39
39
+
"maxGraphemes": 2560
40
40
+
},
41
41
+
"description": "Array of artist names in order of original appearance."
39
42
},
40
43
"artistMbIds": {
41
44
"type": "array",