{ "lexicon": 1, "id": "com.atproto.sync.getCheckout", "defs": { "main": { "type": "query", "description": "DEPRECATED - please use com.atproto.sync.getRepo instead", "parameters": { "type": "params", "required": [ "did" ], "properties": { "did": { "type": "string", "description": "The DID of the repo.", "format": "did" } } }, "output": { "encoding": "application/vnd.ipld.car" } } } }