{ "lexicon": 1, "id": "app.rocksky.playlist.startPlaylist", "defs": { "main": { "type": "procedure", "description": "Start a playlist", "parameters": { "type": "params", "required": [ "uri" ], "properties": { "uri": { "type": "string", "description": "The URI of the playlist to start", "format": "at-uri" }, "shuffle": { "type": "boolean", "description": "Whether to shuffle the playlist when starting it" }, "position": { "type": "integer", "description": "The position in the playlist to start from, if not specified, starts from the beginning" } } } } } }