{ "lexicon": 1, "id": "app.rocksky.player.defs", "defs": { "currentlyPlayingViewDetailed": { "type": "object", "properties": { "title": { "type": "string", "description": "The title of the currently playing track" } } }, "playbackQueueViewDetailed": { "type": "object", "properties": { "tracks": { "type": "array", "items": { "type": "ref", "ref": "app.rocksky.song.defs.songViewBasic" } } } } } }