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

Nullable values support #65

Open
BCGST opened this issue May 3, 2023 · 1 comment
Open

Nullable values support #65

BCGST opened this issue May 3, 2023 · 1 comment

Comments

@BCGST
Copy link

BCGST commented May 3, 2023

ValidationError: None is not of type 'string'

Failed validating 'type' in schema['properties']['timeRemoved']:
    {'format': 'date-time', 'nullable': True, 'type': 'string'}

On instance['timeRemoved']:
    None

I have schema that suggests the value of this field should be allowed to be null/None but the schema validator fails on it. Is this expected behavior right now?

@mnojek
Copy link
Member

mnojek commented May 11, 2023

Hello @BCGST,
Unfortunately, I don't have time to look at it right now, but I'm just giving you a heads-up that I will have more time mid-June and I will definitely get back to this project and help you. Sorry for the inconvenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants