This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / lexicons / pulls / getPullView.json
509 B 26 lines
1{ 2 "lexicon": 1, 3 "id": "sh.tangled.pull.getPullView", 4 "defs": { 5 "main": { 6 "type": "query", 7 "parameters": { 8 "type": "params", 9 "required": ["uri"], 10 "properties": { 11 "pull": { 12 "type": "string", 13 "format": "at-uri" 14 } 15 } 16 }, 17 "output": { 18 "encoding": "application/json", 19 "schema": { 20 "type": "ref", 21 "ref": "sh.tangled.pull.defs#pullViewDetailed" 22 } 23 } 24 } 25 } 26}