{ "lexicon": 1, "id": "sh.tangled.graph.getFollow", "defs": { "main": { "type": "query", "parameters": { "type": "params", "required": ["actor", "subject"], "properties": { "actor": { "type": "string", "format": "did", "description": "DID of the potential follower." }, "subject": { "type": "string", "format": "did", "description": "Followee DID to check." } } }, "output": { "encoding": "application/json", "schema": { "type": "object", "required": ["uri"], "properties": { "uri": { "type": "string", "format": "at-uri", "description": "Uri of actor's follow record for subject." } } } } } } }