action spotify_get_new_releases { label: "Get New Releases\n" description: "Get a list of new album releases featured in Spotify (shown, for example, on a Spotify player’s “Browse” tab).\n" provider: spotify method: GET path: "/browse/new-releases" encoding: json input: { type: "object" properties: { country: { type: "string" description: "A country: an [ISO 3166-1 alpha-2 country code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Provide this parameter if you want the list of returned items to be relevant to a particular country. If omitted, the returned items will be relevant to all countries.\n" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }