{ "lexicon": 1, "id": "sh.tangled.repo.removeCollaborator", "defs": { "main": { "type": "procedure", "description": "Remove a collaborator from a repository on this knot", "input": { "encoding": "application/json", "schema": { "type": "object", "required": [ "repo", "subject" ], "properties": { "repo": { "type": "string", "format": "did", "description": "DID of the repository to remove the collaborator from" }, "subject": { "type": "string", "format": "did", "description": "DID of the collaborator to remove" } } } } } } }