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
"type": "integer",
27
"description": "The length of the track in seconds"
28
},
29
-
"artistName": {
30
-
"type": "string",
31
-
"minLength": 1,
32
-
"maxLength": 256,
33
-
"maxGraphemes": 2560,
34
-
"description": "The name of the artist"
0
0
0
35
},
36
"artistMbIds": {
37
"type": "array",
···
26
"type": "integer",
27
"description": "The length of the track in seconds"
28
},
29
+
"artistNames": {
30
+
"type": "array",
31
+
"items": {
32
+
"type": "string",
33
+
"minLength": 1,
34
+
"maxLength": 256,
35
+
"maxGraphemes": 2560
36
+
},
37
+
"description": "Array of artist names in order of original appearance."
38
},
39
"artistMbIds": {
40
"type": "array",
+9
-6
packages/lexicons/real/fm/teal/alpha/feed/play.json
···
30
"type": "integer",
31
"description": "The length of the track in seconds"
32
},
33
-
"artistName": {
34
-
"type": "string",
35
-
"minLength": 1,
36
-
"maxLength": 256,
37
-
"maxGraphemes": 2560,
38
-
"description": "The name of the artist"
0
0
0
39
},
40
"artistMbIds": {
41
"type": "array",
···
30
"type": "integer",
31
"description": "The length of the track in seconds"
32
},
33
+
"artistNames": {
34
+
"type": "array",
35
+
"items": {
36
+
"type": "string",
37
+
"minLength": 1,
38
+
"maxLength": 256,
39
+
"maxGraphemes": 2560
40
+
},
41
+
"description": "Array of artist names in order of original appearance."
42
},
43
"artistMbIds": {
44
"type": "array",