{ "lexicon": 1, "id": "app.rocksky.scrobble.getScrobble", "defs": { "main": { "type": "query", "description": "Get a scrobble by its unique identifier", "parameters": { "type": "params", "required": [ "uri" ], "properties": { "uri": { "type": "string", "description": "The unique identifier of the scrobble", "format": "at-uri" } } }, "output": { "encoding": "application/json", "schema": { "type": "ref", "ref": "app.rocksky.scrobble.defs#scrobbleViewDetailed" } } } } }