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