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

Merge two exceptions when type having different dataTypes #393

Open
ksagarvishal opened this issue Nov 25, 2020 · 0 comments
Open

Merge two exceptions when type having different dataTypes #393

ksagarvishal opened this issue Nov 25, 2020 · 0 comments

Comments

@ksagarvishal
Copy link

ksagarvishal commented Nov 25, 2020

Hi,

I am getting two different exception when in schema, type having multiple dataTypes, example given below

exception 1 : #/rectangle/a: expected type: Number, found: String
exception 2 : #/rectangle/a: expected type: null, found: String

I want only exception like in this case:
#/rectangle/a: expected type: [number,null], found: String

any clue how can I achieve this?

e.g. json
{
"rectangle" : {
"a" : "any",
}
}

e.g. schema

type : [number, null]

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

1 participant