{ "lexicon": 1, "id": "app.rocksky.spotify.getCurrentlyPlaying", "defs": { "main": { "type": "query", "description": "Get the currently playing track", "parameters": { "type": "params", "properties": { "actor": { "type": "string", "description": "Handle or DID of the actor to retrieve the currently playing track for. If not provided, defaults to the current user.", "format": "at-identifier" } } }, "output": { "encoding": "application/json", "schema": { "type": "ref", "ref": "app.rocksky.player.defs#currentlyPlayingViewDetailed" } } } } }