A decentralized music tracking and discovery platform built on AT Protocol 馃幍
at feat/pgpull 18 lines 332 B view raw
1{ 2 "lexicon": 1, 3 "id": "app.rocksky.player.pause", 4 "defs": { 5 "main": { 6 "type": "procedure", 7 "description": "Pause the currently playing track", 8 "parameters": { 9 "type": "params", 10 "properties": { 11 "playerId": { 12 "type": "string" 13 } 14 } 15 } 16 } 17 } 18}