Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error & typo on nested schema example #187

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 17, 2019

  1. add missing property on string map to Address conversion

    the conversion didn't have case for 'State' property causing the
    output value not equal to the input value and failed the DeepEqual
    johanavril committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    807048d View commit details
    Browse the repository at this point in the history
  2. fix type assertion on an int property

    failed to type assertion int32 using int, causing the output value
    to not equal to the input value and failed the DeepEqual.
    johanavril committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    e575eae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a36b515 View commit details
    Browse the repository at this point in the history