this string has no description
slug-strongref.json
1{
2 "lexicon": 1,
3 "id": "com.example.slug",
4 "defs": {
5 "main": {
6 "type": "record",
7 "description": "A human-readable/writable slug pointing to another record.",
8 "key": "any",
9 "record": {
10 "type": "object",
11 "properties": {
12 "ref": {
13 "type": "ref",
14 "description": "The URI and CID hash this slug points to.",
15 "ref": "com.atproto.repo.strongRef"
16 }
17 },
18 "required": ["ref"]
19 }
20 }
21 }
22}