A decentralized music tracking and discovery platform built on AT Protocol 馃幍 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
97
fork

Configure Feed

Select the types of activity you want to include in your feed.

at feat/pgpull 24 lines 431 B view raw
1{ 2 "lexicon": 1, 3 "id": "com.atproto.repo.strongRef", 4 "description": "A URI with a content-hash fingerprint.", 5 "defs": { 6 "main": { 7 "type": "object", 8 "required": [ 9 "uri", 10 "cid" 11 ], 12 "properties": { 13 "uri": { 14 "type": "string", 15 "format": "at-uri" 16 }, 17 "cid": { 18 "type": "string", 19 "format": "cid" 20 } 21 } 22 } 23 } 24}