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