forked from
rocksky.app/rocksky
A decentralized music tracking and discovery platform built on AT Protocol 馃幍
1{
2 "lexicon": 1,
3 "id": "app.rocksky.actor.getProfile",
4 "defs": {
5 "main": {
6 "type": "query",
7 "description": "Get the profile of an actor",
8 "parameters": {
9 "type": "params",
10 "properties": {
11 "did": {
12 "type": "string",
13 "description": "The DID or handle of the actor",
14 "format": "at-identifier"
15 }
16 }
17 },
18 "output": {
19 "encoding": "application/json",
20 "schema": {
21 "type": "ref",
22 "ref": "app.rocksky.actor.defs#profileViewDetailed"
23 }
24 }
25 }
26 }
27}