You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some descriptions in Spotify's Open API definition use <br> as a new line character. This should be ok as HTML is valid in Markdown. Tools that render the schema there is no problem. But when reading the schema file directly it would be better readable if newlines are encoded with \n.