atproto blogging
1{
2 "lexicon": 1,
3 "id": "com.atproto.sync.getCheckout",
4 "defs": {
5 "main": {
6 "type": "query",
7 "description": "DEPRECATED - please use com.atproto.sync.getRepo instead",
8 "parameters": {
9 "type": "params",
10 "required": [
11 "did"
12 ],
13 "properties": {
14 "did": {
15 "type": "string",
16 "description": "The DID of the repo.",
17 "format": "did"
18 }
19 }
20 },
21 "output": {
22 "encoding": "application/vnd.ipld.car"
23 }
24 }
25 }
26}