Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

Change artistName to artistNames

+18 -12
+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 - "artistName": { 30 - "type": "string", 31 - "minLength": 1, 32 - "maxLength": 256, 33 - "maxGraphemes": 2560, 34 - "description": "The name of the artist" 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." 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 - "artistName": { 34 - "type": "string", 35 - "minLength": 1, 36 - "maxLength": 256, 37 - "maxGraphemes": 2560, 38 - "description": "The name of the artist" 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." 39 42 }, 40 43 "artistMbIds": { 41 44 "type": "array",