-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The primary purpose of this commit is to improve the casting algorithm. Resources are now aware of their schema and can cast based on this internal representation of the schema instead of guessing the type based on `object`. * Makes resources schema-aware * Adds strict-mode * Fixes generator issue with incorrectly labeled attribute types * Add some tests to verify generated schemas
- Loading branch information
Showing
9 changed files
with
832 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.