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