// Extracted from: Spotify 1.1.33.569 (Windows) syntax = "proto2"; package spotify.player.proto; option optimize_for = CODE_SIZE; message PlaylistV1UriRequest { repeated string v2_uris = 1; } message PlaylistV1UriReply { map v2_uri_to_v1_uri = 1; }