A decentralized music tracking and discovery platform built on AT Protocol 馃幍
at feat/pgpull 25 lines 532 B view raw
1{ 2 "lexicon": 1, 3 "id": "app.rocksky.player.getPlaybackQueue", 4 "defs": { 5 "main": { 6 "type": "query", 7 "description": "Retrieve the current playback queue", 8 "parameters": { 9 "type": "params", 10 "properties": { 11 "playerId": { 12 "type": "string" 13 } 14 } 15 }, 16 "output": { 17 "encoding": "application/json", 18 "schema": { 19 "type": "ref", 20 "ref": "app.rocksky.player.defs#playbackQueueViewDetailed" 21 } 22 } 23 } 24 } 25}