speedruncomorg / api

REST API Documentation for speedrun.com
346 stars 36 forks source link

Misdocumented empty property of `assets` object of `Game` and `Series` structures #126

Open exodustx0 opened 3 years ago

exodustx0 commented 3 years ago

In the example Game and Series structures, it is shown that empty properties of the assets object are null. In reality, however, they'll still be an object, with its uri property set to null instead, and the width and height properties omitted.