swapi icon indicating copy to clipboard operation
swapi copied to clipboard

Numbers in models

Open west0r opened this issue 6 years ago • 0 comments

Why all fields in schema are strings, not numbers? People.height is number, not string.

All fields not optional and instead of null, it can return "unknown".

Because of this, validating models in a strongly typed language is much more difficult :(

west0r avatar Nov 09 '17 11:11 west0r