Monorepo for Tangled tangled.org
6

Configure Feed

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

at icy/yovxsu 559 B View raw
1{ 2 "lexicon": 1, 3 "id": "sh.tangled.knot.removeMember", 4 "defs": { 5 "main": { 6 "type": "procedure", 7 "description": "Remove a member from this knot", 8 "input": { 9 "encoding": "application/json", 10 "schema": { 11 "type": "object", 12 "required": [ 13 "subject" 14 ], 15 "properties": { 16 "subject": { 17 "type": "string", 18 "format": "did", 19 "description": "DID of the member to remove" 20 } 21 } 22 } 23 } 24 } 25 } 26}