{
	"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",
						"format": "did",
						"description": "The DID of the repo."
					}
				}
			},
			"output": {
				"encoding": "application/vnd.ipld.car"
			}
		}
	}
}
