{ "lexicon": 1, "id": "app.rocksky.charts.getScrobblesChart", "defs": { "main": { "type": "query", "description": "Get the scrobbles chart", "parameters": { "type": "params", "properties": { "did": { "type": "string", "description": "The DID or handle of the actor", "format": "at-identifier" }, "artisturi": { "type": "string", "description": "The URI of the artist to filter by", "format": "at-uri" }, "albumuri": { "type": "string", "description": "The URI of the album to filter by", "format": "at-uri" }, "songuri": { "type": "string", "description": "The URI of the track to filter by", "format": "at-uri" } } }, "output": { "encoding": "application/json", "schema": { "type": "ref", "ref": "app.rocksky.charts.defs#chartsView" } } } } }