{ "lexicon": 1, "id": "app.rocksky.stats.getStats", "defs": { "main": { "type": "query", "parameters": { "type": "params", "required": [ "did" ], "properties": { "did": { "type": "string", "description": "The DID or handle of the user to get stats for.", "format": "at-identifier" } } }, "output": { "encoding": "application/json", "schema": { "type": "ref", "ref": "app.rocksky.stats.defs#statsView" } } } } }