Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
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 :(