{ "lexicon": 1, "id": "sh.tangled.pull.getPullView", "defs": { "main": { "type": "query", "parameters": { "type": "params", "required": ["uri"], "properties": { "pull": { "type": "string", "format": "at-uri" } } }, "output": { "encoding": "application/json", "schema": { "type": "ref", "ref": "sh.tangled.pull.defs#pullViewDetailed" } } } } }