Music streaming on ATProto!

feat(lexicon): weaken link for playlists and plays

ovyerus.com bc8f2ba0 8ec13e59

verified
Changed files
+2 -2
packages
lexicons
defs
sh
comet
+1 -1
packages/lexicons/defs/sh/comet/v0/feed/play.json
··· 10 10 "type": "object", 11 11 "required": ["subject", "createdAt"], 12 12 "properties": { 13 - "subject": { "type": "ref", "ref": "com.atproto.repo.strongRef" }, 13 + "subject": { "type": "string", "format": "at-uri" }, 14 14 "createdAt": { "type": "string", "format": "datetime" } 15 15 } 16 16 }
+1 -1
packages/lexicons/defs/sh/comet/v0/feed/playlist.json
··· 13 13 "tracks": { 14 14 "type": "array", 15 15 "minLength": 1, 16 - "items": { "type": "ref", "ref": "com.atproto.repo.strongRef" } 16 + "items": { "type": "string", "format": "at-uri" } 17 17 }, 18 18 "image": { 19 19 "type": "blob",