{ "lexicon": 1, "id": "sh.tangled.actor.getProfile", "defs": { "main": { "type": "query", "parameters": { "type": "params", "required": ["actor"], "properties": { "actor": { "type": "string", "format": "at-uri", "description": "AT-URI of the sh.tangled.actor.profile record to fetch." } } }, "output": { "encoding": "application/json", "schema": { "type": "object", "required": ["uri", "value"], "properties": { "uri": { "type": "string", "format": "at-uri" }, "cid": { "type": "string", "format": "cid" }, "value": { "type": "unknown", "description": "Embedded sh.tangled.actor.profile record." } } } } } } }