Monorepo for Tangled
at push-ntmmpnmptnvp 35 lines 683 B view raw
1{ 2 "lexicon": 1, 3 "id": "sh.tangled.repo.resolveAtUri", 4 "defs": { 5 "main": { 6 "type": "query", 7 "parameters": { 8 "type": "params", 9 "required": ["atUri"], 10 "properties": { 11 "atUri": { 12 "type": "string", 13 "format": "at-uri" 14 } 15 } 16 }, 17 "output": { 18 "encoding": "application/json", 19 "schema": { 20 "type": "object", 21 "required": ["did"], 22 "properties": { 23 "did": { 24 "type": "string", 25 "format": "did" 26 } 27 } 28 } 29 }, 30 "errors": [ 31 { "name": "NotFound" } 32 ] 33 } 34 } 35}