You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As using the lib, I find out that schema with partial loading does not parse correctly to JSON schema. It still has required fields even though it should not. Here is the example test.
I'm happy to investigate and make PR to this issue.
The text was updated successfully, but these errors were encountered:
lehainam-dev
changed the title
Dump partial loading schema still return require field.
Dump partial loading schema still return required fields.
May 19, 2020
Hi everyone,
Thank @fuhrysteve for this awesome lib.
As using the lib, I find out that schema with
partial loading
does not parse correctly to JSON schema. It still has required fields even though it should not. Here is the example test.Expected results
Current results
required_fields
has valuesemail
andname
.I'm happy to investigate and make PR to this issue.
The text was updated successfully, but these errors were encountered: