forked from
rocksky.app/rocksky
A decentralized music tracking and discovery platform built on AT Protocol 馃幍
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}