A decentralized music tracking and discovery platform built on AT Protocol 馃幍
at fix/spotify 21 lines 447 B view raw
1amends "../schema/lexicon.pkl" 2 3lexicon = 1 4id = "com.atproto.repo.strongRef" 5description = "A URI with a content-hash fingerprint." 6defs = new Mapping { 7 ["main"] = new ObjectType { 8 type = "object" 9 required = List("uri", "cid") 10 properties { 11 ["uri"] = new StringType { 12 type = "string" 13 format = "at-uri" 14 } 15 ["cid"] = new StringType { 16 type = "string" 17 format = "cid" 18 } 19 } 20 } 21}