-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't working
Description
OpenAPI version
3.0
Is your feature request related to a problem? Please describe.
Current validation does not respect nullable on propertiy fields.
User.yaml:
title: User
type: object
properties:
accountDeletionDate:
type: string
format: date
nullable: trueResponse is accountDeletionDate is null.
Error message: res did not satisfy it because: accountDeletionDate should be string
Describe the solution you'd like
For the validation to pass.
Are you going to resolve the issue?
I can make a PR if that will be fastest.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working